.posNavInfo.cur {
  bottom: 0px;
}
.content {
  padding: 0;
}
.more {
  transition: all 0.5s;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.more::after {
  transition: all 0.5s;
  position: absolute;
  right: 100%;
  top: -140%;
  width: 150%;
  height: 260%;
  transform: rotate(15deg);
  background: #164a9a;
  content: " ";
}
.more:hover::after {
  right: -6px;
}
.more i {
  color: #fff;
  position: relative;
  z-index: 1;
}
.more:hover {
  border: 1px solid #164a9a;
}
.more:hover i {
  color: #fff;
}
.titleBox .fl b {
  font-size: 26px;
  color: #fff;
}
.titleText {
  margin-bottom: 70px;
}
.titleText b {
  margin-bottom: 40px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.titleText .text {
  margin: 0 auto;
  font-size: 18px;
  line-height: 34px;
  color: #333;
  text-align: center;
}
/*=========== p5-1加入光迅 ===========*/
.join_01 {
  padding: 70px 0 70px;
  background: #f7faff;
}
.join_01 a {
  position: relative;
  float: left;
  margin-right: 2.86%;
  width: 48.57%;
  height: 266px;
  overflow: hidden;
}
.join_01 a:nth-child(2n) {
  margin-right: 0;
}
.join_01 a img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join_01 a .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.join_01 a .pos b {
  margin-bottom: 28px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.join_01 a .pos .more {
  margin: 0 auto;
}
.join_01 a:hover img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.join_02 {
  padding: 70px 0 70px;
  background: url(../images/page/join_3.jpg) center no-repeat;
  background-size: cover;
}
.join_02 .w1400 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.join_02 .pic {
  float: left;
  width: 48.57%;
  height: 381px;
  overflow: hidden;
}
.join_02 .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join_02 .pic:hover img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.join_02 .next {
  float: left;
  margin-left: 2.8%;
  padding-top: 10px;
  width: 46.28%;
}
.join_02 .next i {
  line-height: 66px;
  font-size: 26px;
  color: #333;
  border-bottom: #f0f0f0 1px solid;
}
.join_02 .next p {
  margin: 20px 0 16px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.join_02 .next b {
  font-size: 24px;
  line-height: 30px;
  color: #15499a;
  font-weight: bold;
  font-style: italic;
}
.join_03 {
  padding: 70px 0 70px;
  background: #fff url(../images/page/join_5.jpg) left top no-repeat;
  background-size: 100% 394px;
}
.join_03 .titleBox {
  margin-bottom: 52px;
}
.join_03 .w1400 .nextBox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.join_03 .left {
  float: left;
  width: 50%;
  height: 454px;
  background: #fff;
}
.join_03 .left .next {
  padding: 18px 6% 0;
}
.join_03 .left .next a {
  position: relative;
  padding-top: 35px;
  border-bottom: #f4f4f4 1px solid;
}
.join_03 .left .next a:nth-child(2) {
  border-bottom: none;
}
.join_03 .left .next a .icon {
  float: left;
  margin-right: 6%;
  width: 12.25%;
}
.join_03 .left .next a .icon img {
  max-width: 100%;
}
.join_03 .left .next a .text {
  float: left;
  width: calc(100% - 12.25% - 6% - 42px - 10px);
  height: 177px;
}
.join_03 .left .next a .text b {
  margin-bottom: 22px;
  font-size: 20px;
  color: #333;
}
.join_03 .left .next a .text p {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  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;
}
.join_03 .left .next a .go {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: #23488c 1px solid;
  border-radius: 100%;
  background: url(../images/icon/z_3.png) center no-repeat;
}
.join_03 .left .next a:hover .go {
  background: #23488c url(../images/icon/z_3s.png) center no-repeat;
}
.join_03 .right {
  float: left;
  width: 50%;
  height: 454px;
  overflow: hidden;
}
.join_03 .right img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join_03 .right:hover img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.join_04 {
  position: relative;
  padding: 70px 0 70px;
  background: url(../images/page/join_7.jpg) center no-repeat;
}
.join_04 .gallery-top {
  margin-top: 105px;
  height: 276px;
}
.join_04 .gallery-top .swiper-wrapper {
  display: block;
}
.join_04 .gallery-top .swiper-slide {
  display: none;
  position: relative;
}
.join_04 .gallery-top .swiper-slide .pos b {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.join_04 .gallery-top .swiper-slide .pos p {
  margin: 0 auto;
  width: 880px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.join_04 .gallery-top .swiper-slide.cur {
  display: block;
}
.join_04 .gallery-top .swiper-button-next,
.join_04 .gallery-top .swiper-button-prev {
  transition: all 0.5s;
  top: 373px;
  margin: 0;
  width: 54px;
  height: 55px;
}
.join_04 .gallery-top .swiper-button-prev {
  left: 7%;
  background: url(../images/icon/icon_8.png) center no-repeat;
}
.join_04 .gallery-top .swiper-button-prev:hover {
  background: url(../images/icon/icon_8s.png) center no-repeat;
}
.join_04 .gallery-top .swiper-button-next {
  right: 7%;
  background: url(../images/icon/icon_9.png) center no-repeat;
}
.join_04 .gallery-top .swiper-button-next:hover {
  background: url(../images/icon/icon_9s.png) center no-repeat;
}
.join_04 .gallery-thumbs .swiper-slide:first-child .clearfix .fl, .join_04 .gallery-thumbs .swiper-slide:last-child .clearfix .fr{
  display: none;
}
.join_04 .gallery-thumbs .swiper-slide {
  width: 12.5%;
  cursor: pointer;
}
.join_04 .gallery-thumbs .swiper-slide .icon {
  transition: all 0.5s;
  width: 100%;
  height: 53px;
  opacity: 0.75;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix {
  position: relative;
  margin: 20px auto 20px;
  height: 25px;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix i {
  margin-top: 12px;
  width: calc(50% - 19px);
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.join_04 .gallery-thumbs .swiper-slide .clearfix em {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/icon/z_12.png) center no-repeat;
}
.join_04 .gallery-thumbs .swiper-slide p {
  transition: all 0.5s;
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 0.75;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
  opacity: 1;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .clearfix em {
  background: url(../images/icon/z_12s.png) center no-repeat;
}
.join_04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  opacity: 1;
}
/*=========== p5-2加入光迅-发展通道 ===========*/
.develop_01 {
  padding: 96px 0 100px;
}
.develop_01 .next img {
  width: 100%;
}
/*=========== p5-3加入光迅-培训体系 ===========*/
.train_01 {
  padding: 90px 0;
}
.train_01 .titleText .text {
  width: 980px;
}
.train_01 .next img {
  width: 100%;
}
.train_02 {
  padding: 100px 0;
  background: #fafafa;
}
.train_02 .w1400 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.train_02 a {
  position: relative;
  float: left;
  width: 25%;
  height: 340px;
}
.train_02 a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 77px;
  background: #e7e7e7;
  content: " ";
}
.train_02 a .pic {
  transition: all 0.5s;
  transform: scale(0.6);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.train_02 a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.train_02 a .bor {
  position: relative;
  z-index: 1;
  padding: 40px 8% 0;
}
.train_02 a .icon {
  margin-bottom: 30px;
  position: relative;
  height: 60px;
}
.train_02 a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.train_02 a .icon img.img2 {
  opacity: 0;
}
.train_02 a b {
  margin-bottom: 26px;
  font-size: 24px;
  color: #333;
  height: 62px;
}
.train_02 a p {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  overflow-y: auto;
  height: 90px;
  padding-right: 10px;
}
.train_02 a p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.train_02 a p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #15499a;
}
.train_02 a p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.train_02 a:hover .pic {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}
.train_02 a:hover .icon img {
  opacity: 0;
}
.train_02 a:hover .icon img.img2 {
  opacity: 1;
}
.train_02 a:hover b,
.train_02 a:hover p {
  color: #fff;
}
/*=========== p3-6关于光迅-社会责任 ===========*/
.society_01 {
  padding: 110px 0 60px;
  background: url(../images/page/society_01.jpg) no-repeat;
  background-size: cover;
}
.society_01 .next {
  line-height: 38px;
  font-size: 18px;
  color: #333;
}
.society_02 {
  padding: 70px 0 0;
}
.society_02 li {
  position: relative;
  /*margin-bottom: 67px;*/
  box-shadow: 0 0 16px rgba(21, 73, 154, 0.1);
}
.society_02 li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 48.57%;
  height: 100%;
  overflow: hidden;
}
.society_02 li .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.society_02 li .next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 52.43%;
  padding: 20px 0;
  width: 44.4%;
  height: 462px;
  /*min-height: 440px;*/
}
.society_02 li .next .text{
  max-height: 330px;
  overflow-y: auto;
  padding-right: 10px;
}
.society_02 li .next .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.society_02 li .next .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #15499a;
}
.society_02 li .next .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.society_02 li .next .bor b {
  margin-bottom: 26px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.society_02 li .next .bor .text {
  min-height: 150px;
  font-size: 18px;
  line-height: 30px;
}
.society_02 li .next .bor .but {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-top: 23px;
  padding: 0 19px;
  height: 45px;
  border: #15499a 1px solid;
  cursor: pointer;
}
.society_02 li .next .bor .but i {
  padding-left: 35px;
  font-size: 16px;
  color: #15499a;
  background: url(../images/icon/z_17.png) left center no-repeat;
}
.society_02 li .next .bor .but:hover {
  background: #15499a;
}
.society_02 li .next .bor .but:hover i {
  color: #fff;
  background: url(../images/icon/z_17s.png) left center no-repeat;
}
.society_02 li .next .bor .but:hover a{
  color: #fff;
}
.society_02 li:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.society_02 li:nth-child(2n) .pic {
  left: 51.43%;
}
.society_02 li:nth-child(2n) .next {
  margin-left: 3.86%;
}
/*=========== p3-3-1全球布局-总部及所属公司 ===========*/
.titleMap {
  margin-bottom: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleMap a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 36px;
  width: 288px;
  height: 51px;
  background: #fff;
  border-radius: 10px;
}
.titleMap a span {
  /*padding-left: 40px;*/
  font-size: 18px;
  color: #333;
  /*background: url(../images/icon/z_18s.png) left center no-repeat;*/
}
.titleMap a:nth-child(2) span {
  /*background: url(../images/icon/z_19s.png) left center no-repeat;*/
}
.titleMap a.cur span,
.titleMap a:hover span {
  color: #15499a;
  /*background: url(../images/icon/z_18.png) left center no-repeat;*/
}
.titleMap a:nth-child(2).cur span,
.titleMap a:nth-child(2):hover span {
  color: #15499a;
  /*background: url(../images/icon/z_19.png) left center no-repeat;*/
}
.company {
  padding: 90px 0 115px;
  background: url(../images/page/company.jpg) center no-repeat;
  background-size: cover;
}
.company_01 {
  position: relative;
}
.company_01 .map {
  position: relative;
  width: 71.71%;
}
.company_01 .map .picMap {
  width: 100%;
}
.company_01 .map .d-mid {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.company_01 .map .d-mid img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  width: 210px;
  animation: cir_out 5s linear infinite;
  animation-fill-mode: both;
}
.company_01 .map .d-mid img:nth-child(1) {
  animation-delay: 1s;
}
.company_01 .map .d-mid img:nth-child(2) {
  animation-delay: 2.5s;
}
.company_01 .map .d-mid img:nth-child(3) {
  animation-delay: 4s;
}
.company_01 .map .d-mid-1 {
  left: 16.235%;
  top: 44.35%;
}
.company_01 .map .d-mid-2 {
  left: 48%;
  top: 34.49%;
  margin: -16px 0 0 6px;
}
.company_01 .map .d-mid-8 {
  left: 76.99%;
  top: 43.73%;
  margin: -14px 0 0 0px;
}
.company_01 .map .pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  cursor: pointer;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.company_01 .map .pos i {
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #88d6ff;
}
.company_01 .map .pos .lie {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 195px;
  background: #88d6ff;
}
.company_01 .map .pos span {
  position: absolute;
  left: -36px;
  bottom: 200px;
  width: 59px;
  height: 51px;
  background: url(../images/icon/z_20.png) center no-repeat;
}
.company_01 .map .pos p {
  position: absolute;
  left: 24px;
  bottom: 212px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.piccraph_1 .map .pos p{
  width: 240px;
  height: 40px;
}
.company_01 .map .pos .d-mid {
  width: 3px;
  height: 3px;
  position: relative;
  pointer-events: auto;
  display: block;
}
.company_01 .map .pos.cur i,
.company_01 .map .pos.cur .lie {
  background: #e62129;
}
.company_01 .map .pos.cur span {
  background: url(../images/icon/z_20s.png) center no-repeat;
}
.company_01 .map .pos_1 {
  left: 16.235%;
  top: 44.35%;
}
.company_01 .map .pos_2 {
  left: 48%;
  top: 34.49%;
}
.company_01 .map .pos_2 .d-mid {
  margin: -16px 0 0 6px;
}
.company_01 .map .pos_2 p {
  left: initial;
  right: 31px;
}
.company_01 .map .pos_3 {
  left: 49.6%;
  top: 25.87%;
}
.company_01 .map .pos_4 {
  left: 50.09%;
  top: 31.41%;
}
.company_01 .map .pos_4 .lie {
  bottom: -116px;
  height: 117px;
}
.company_01 .map .pos_4 span {
  bottom: -167px;
}
.company_01 .map .pos_4 p {
  left: initial;
  right: 28px;
  bottom: -150px;
}
.company_01 .map .pos_5 {
  left: 74.2%;
  top: 40.04%;
}
.company_01 .map .pos_5 p {
  /*left: initial;*/
  right: 28px;
}
.company_01 .map .pos_6 {
  left: 74.29%;
  top: 42.8%;
}
.company_01 .map .pos_6 .lie {
  bottom: -116px;
  height: 117px;
}
.company_01 .map .pos_6 span {
  bottom: -167px;
}
.company_01 .map .pos_6 p {
  left: initial;
  right: 28px;
  bottom: -150px;
}
.company_01 .map .pos_7 {
  left: 75.59%;
  top: 35.5%;
}
.company_01 .map .pos_7 i {
  left: -9px;
  bottom: -20px;
  z-index: 2;
  width: 20px;
  height: 26px;
  border-radius: 0;
  background: url(../images/icon/z_22.png) center no-repeat;
}
.company_01 .map .pos_7 .lie {
  height: 228px;
}
.company_01 .map .pos_7 span {
  bottom: 230px;
}
.company_01 .map .pos_7 p {
  left: 28px;
  bottom: 240px;
  font-size: 28px;
}
.company_01 .map .pos_7.cur i {
  background: url(../images/icon/z_22.png) center no-repeat;
}
.company_01 .map .pos_8 {
  left: 75.59%;
  top: 42.8%;
}
.company_01 .map .pos_8 .lie {
  bottom: -172px;
  height: 172px;
}
.company_01 .map .pos_8 span {
  bottom: -220px;
}
.company_01 .map .pos_8 .d-mid {
  margin: -14px 0 0 0px;
}
.company_01 .map .pos_8 p {
  left: 20px;
  bottom: -204px;
}
.company_01 .map .pos_9 {
  /*left: 79.38%;
  top: 46.61%;*/
  left: 79.88%;
  top: 34.29%;
}
/*.company_01 .map .pos_9 .lie {
  bottom: -112px;
  height: 112px;
}
.company_01 .map .pos_9 span {
  bottom: -160px;
}
.company_01 .map .pos_9 p {
  left: 20px;
  bottom: -144px;
}
.company_01 .map .pos_10 {
  left: 79.88%;
  top: 34.29%;
}*/
.company_01 .map .pos_10 {
    top: 68%;
    left: 77%;
}
.company_01 .map .pos:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.company_01 .map .pos:nth-child(6) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.company_01 .map .pos:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.company_01 .map .pos:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.company_01 .map .pos:nth-child(9) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.company_01 .map .pos:nth-child(10) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.company_01 .map .pos:nth-child(11) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.company_01 .map .pos:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.company_01 .map .pos:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.company_01 .map .pos:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.company_01 .MapNext {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
  width: 26.64%;
}
.company_01 .MapNext .next {
  display: none;
  visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  background: #fff url(../images/page/company_2.jpg) right bottom no-repeat;
  background-size: 100% auto;
}
.company_01 .MapNext .next.on {
  display: block;
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
.company_01 .MapNext .t {
  position: relative;
  padding: 20px 6% 20px 7%;
  background: #eaeefa;
  /* i{
                position: absolute;
                right: 8%;
                top: 0;
                width: 58px;
                height: 100%;
                background: url(../images/icon/z_23.png) center no-repeat;
            } */
}
.company_01 .MapNext .t p {
  padding-left: 43px;
  width: calc(100% - 0px - 43px);
  font-size: 22px;
  line-height: 28px;
  color: #15499a;
  background: url(../images/icon/z_18.png) left top no-repeat;
}
.company_01 .MapNext .text {
  margin: 10px 3% 10px 0;
  padding: 20px 5% 20px 8%;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  max-height: 260px;
  overflow-y: scroll;
  word-break: break-all;
}
.company_01 .MapNext .text::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.company_01 .MapNext .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #15499a;
}
.company_01 .MapNext .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.company_01 .MapNext .text p {
  padding-bottom: 20px;
}
.company_01 .MapNext .text i {
  display: inline-block;
  font-weight: bold;
}
.company_01 .mapSign {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.company_01 .mapSign p {
  float: left;
  margin-left: 50px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: url(../images/icon/z_24.png) left center no-repeat;
}
.company_01 .mapSign p:nth-child(1) {
  padding-left: 40px;
  background: url(../images/icon/z_22.png) left center no-repeat;
}
/*=========== p3-3-3全球布局-销售办事处 ===========*/
.companyBox {
  padding: 115px 0 148px;
}
.companyBox .titleMap {
  margin-bottom: 130px;
}
.companyBox .company_01 {
  position: relative;
}
.companyBox .company_01 .map {
  width: 100%;
}
.companyBox .company_01 .map .picMap {
  width: 100%;
}
.companyBox .company_01 .map .d-mid-1 {
  left: 14.285%;
  top: 41.32%;
}
.companyBox .company_01 .map .d-mid-2 {
  left: 49.78%;
  top: 34.41%;
  margin: 0;
}
.companyBox .company_01 .map .d-mid-8 {
  left: 76.99%;
  top: 41.73%;
  margin: -14px 0 0 0px;
}
.companyBox .company_01 .map .on i,
.companyBox .company_01 .map .on .lie {
  background: #ff565d;
}
.companyBox .company_01 .map .on span {
  background: url(../images/icon/z_20ss.png) center no-repeat;
}
.companyBox .company_01 .map .pos_21 {
  left: 14.285%;
  top: 41.32%;
}
.companyBox .company_01 .map .pos_22 {
  left: 49.78%;
  top: 34.41%;
}
.companyBox .company_01 .map .pos_22 p {
  left: initial;
  right: 31px;
}
.companyBox .company_01 .map .pos_23 {
  left: 71.97%;
  top: 42.2%;
}
.companyBox .company_01 .map .pos_23 .lie {
  bottom: initial;
  top: 0px;
  height: 223px;
}
.companyBox .company_01 .map .pos_23 span {
  bottom: initial;
  top: 226px;
}
.companyBox .company_01 .map .pos_23 p {
  left: initial;
  right: 32px;
  bottom: initial;
  top: 237px;
}
.companyBox .company_01 .map .pos_24 {
  left: 71.07%;
  top: 42.2%;
}
.companyBox .company_01 .map .pos_24 span {
  bottom: 194px;
}
.companyBox .company_01 .map .pos_24 p {
  left: initial;
  right: 31px;
  bottom: 210px;
}
.companyBox .company_01 .map .pos_25 {
  left: 73.14%;
  top: 35.73%;
}
.companyBox .company_01 .map .pos_25 .lie {
  bottom: -214px;
  height: 215px;
}
.companyBox .company_01 .map .pos_25 span {
  bottom: -267px;
}
.companyBox .company_01 .map .pos_25 p {
  left: initial;
  right: 30px;
  bottom: -250px;
}
.companyBox .company_01 .map .pos_26 {
  left: 76%;
  top: 35.73%;
}
.companyBox .company_01 .map .pos_26 .lie {
  height: 140px;
}
.companyBox .company_01 .map .pos_26 span {
  bottom: 140px;
}
.companyBox .company_01 .map .pos_26 p {
  bottom: 154px;
}
.companyBox .company_01 .map .pos_27 {
  left: 76.88%;
  top: 35.73%;
}
.companyBox .company_01 .map .pos_27 .lie {
  bottom: initial;
  top: 0px;
  height: 170px;
}
.companyBox .company_01 .map .pos_27 span {
  bottom: initial;
  top: 174px;
}
.companyBox .company_01 .map .pos_27 p {
  left: initial;
  right: 32px;
  bottom: initial;
  top: 186px;
}
.companyBox .company_01 .map .pos_28 {
  left: 78.3%;
  top: 51.03%;
}
.companyBox .company_01 .map .pos_28 .lie {
  bottom: initial;
  top: 0px;
  height: 220px;
}
.companyBox .company_01 .map .pos_28 span {
  bottom: initial;
  top: 224px;
}
.companyBox .company_01 .map .pos_28 p {
  left: initial;
  right: 32px;
  bottom: initial;
  top: 236px;
}
.companyBox .company_01 .map .pos_29 {
  left: 79.2%;
  top: 47.5%;
}
.companyBox .company_01 .map .pos_29 .lie {
  height: 130px;
}
.companyBox .company_01 .map .pos_29 span {
  bottom: 130px;
}
.companyBox .company_01 .map .pos_29 p {
  bottom: 143px;
}
.companyBox .company_01 .map .pos_30 {
  left: 80%;
  top: 35.73%;
}
.companyBox .company_01 .map .pos_30 .lie {
  bottom: -155px;
  height: 155px;
}
.companyBox .company_01 .map .pos_30 span {
  bottom: -195px;
}
.companyBox .company_01 .map .pos_30 p {
  bottom: -182px;
}
.companyBox .company_01 .map .pos_31 {
  left: 80.2%;
  top: 47.5%;
}
.companyBox .company_01 .map .pos_31 .lie {
  bottom: -173px;
  height: 173px;
}
.companyBox .company_01 .map .pos_31 span {
  bottom: -214px;
}
.companyBox .company_01 .map .pos_31 p {
  bottom: -200px;
}
.companyBox .company_01 .map .pos_32 {
  left: 82.5%;
  top: 40.44%;
}
.companyBox .company_01 .map .pos_32 .lie {
  height: 210px;
}
.companyBox .company_01 .map .pos_32 span {
  bottom: 211px;
}
.companyBox .company_01 .map .pos_32 p {
  bottom: 226px;
}
.companyBox .company_01 .mapSign {
  bottom: -50px;
}
.companyBox .company_01 .mapSign p:nth-child(1) {
  padding-left: 30px;
  background: url(../images/icon/z_24s.png) left center no-repeat;
}
/*=========== p3-1公司简介2 ===========*/
.synopsis_01 {
  padding: 105px 0 70px;
}
.synopsis_01 .next {
  font-size: 18px;
  line-height: 38px;
  color: #333;
}
.synopsis_01 .num .text {
  position: relative;
  float: left;
  width: 31%;
}
.synopsis_01 .num .text::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #dedede;
  content: "";
}
.synopsis_01 .num .text:nth-child(3) {
  width: 38%;
}
.synopsis_01 .num .text:nth-child(3)::before {
  display: none;
}
.synopsis_01 .num .text .num {
  display: flex;
  justify-content: center;
  margin: 24px auto 24px;
}
.synopsis_01 .num .text .num span {
  font-family: "figure";
  font-size: 72px;
  color: #15499a;
  font-weight: bold;
  letter-spacing: -1px;
}
.synopsis_01 .num .text .num i {
  margin-top: 10px;
  height: 30px;
  font-size: 46px;
  color: #e62129;
  font-weight: bold;
}
.synopsis_01 .num .text .num em {
  margin-top: 50px;
  height: 30px;
  font-size: 20px;
  color: #333;
}
.synopsis_01 .num .text .textBox {
  display: flex;
  justify-content: center;
}
.synopsis_01 .num .text .textBox p {
  padding-left: 76px;
  line-height: 48px;
  font-size: 20px;
  color: #333;
  background: url(../images/icon/z_30.png) left center no-repeat;
}
.synopsis_01 .num .text .textBox .p2 {
  background: url(../images/icon/z_31.png) left center no-repeat;
}
.synopsis_01 .num .text .textBox .p3 {
  background: url(../images/icon/z_32.png) left center no-repeat;
}
.synopsis_02 {
  position: relative;
  background: #15499a url(../images/page/synopsis_1.png) right bottom no-repeat;
}
.synopsis_02 .mySwiper2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.synopsis_02 .mySwiper2 i {
  width: 100%;
  height: 100%;
}
.synopsis_02 .right {
  padding: 90px 0 0;
  width: 40.85%;
  position: relative;
}
.synopsis_02 .right .swiper-pagination{
  bottom: 100px;
}
.synopsis_02 .right b {
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
}
.synopsis_02 .right .swiper {
  padding-bottom: 150px;
}
.synopsis_02 .right .swiper-slide {
  color: #fff;
}
.synopsis_02 .right .swiper-slide b {
  margin-bottom: 40px;
  font-size: 36px;
}
.synopsis_02 .right .swiper-slide p {
  margin-bottom: 28px;
  font-size: 26px;
}
.synopsis_02 .right .swiper-slide .text i {
  line-height: 30px;
  font-size: 18px;
  height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.synopsis_02 .right .swiper-slide .text i::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.synopsis_02 .right .swiper-slide .text i::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #666;
}
.synopsis_02 .right .swiper-slide .text i::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.synopsis_02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 100px;
  text-align: left;
}
.synopsis_02 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 20px;
}
.synopsis_02 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #909090;
}
.synopsis_02 .swiper-pagination-bullet-active {
  background: #fff;
}
.synopsis_03 {
  padding: 70px 0 70px;
  background: #f9fbff;
}
.synopsis_03 .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.synopsis_03 .videoBox {
  margin-top: 70px;
}
.synopsis_03 .videoBox video {
  width: 100%;
}
.synopsis_04 {
  padding: 70px 0 70px;
  background: #fff;
}
.synopsis_04 .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.synopsis_04 .text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 31px;
}
.synopsis_05 {
  position: relative;
  padding: 60px 0 0;
  margin-bottom: 150px;
}
.synopsis_05 .bac {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/page/synopsis_11.jpg) center no-repeat;
  background-size: cover;
}
.synopsis_05 .title {
  font-size: 36px;
  color: #333;
}
.synopsis_05 .next {
  position: relative;
  z-index: 3;
  padding: 40px 0 40px 0;
  width: 42.9%;
}
.synopsis_05 .next .text b {
  margin-bottom: 36px;
  font-size: 26px;
  color: #333;
}

.synopsis_05 .next .text .addPClass{
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}
.addTitle{
    margin-bottom: 20px!important;
    margin-top: 30px!important;
}
.addText{
    margin-bottom: 20px!important;
}
.synopsis_05 .next .text a {
  margin-bottom: 30px;
}
.synopsis_05 .next .text a i {
  transition: all 0.5s;
  float: left;
  margin-top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #15499a;
}
.synopsis_05 .next .text a em {
  display: none;
  transition: all 0.5s;
  float: left;
  margin: 12px 0 0 0;
  width: 0px;
  height: 2px;
  background: #15499a;
}
.synopsis_05 .next .text a p {
  transition: all 0.5s;
  float: left;
  margin-left: 17px;
  width: calc(100% - 6px - 58px - 17px);
  font-size: 18px;
  color: #333;
}
.synopsis_05 .next .text a:hover i {
  transition: all 0.5s;
  margin-top: 12px;
  width: 58px;
  height: 2px;
  border-radius: 0px;
}
.synopsis_05 .next .text a:hover em {
  transition: all 0.5s;
  width: 58px;
}
.synopsis_05 .pic {
  position: absolute;
  right: 0;
  top: 70px;
  height: 100%;
  overflow: hidden;
}
.synopsis_05 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.synopsis_05 .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
/*=========== p3-2管理层信息3 ===========*/
.management {
  padding: 116px 0 0;
  background: url(../images/page/management_1.jpg) left bottom no-repeat;
}
.management .certify {
  position: relative;
  padding-bottom: 70px;
}
.management .certify .swiper-container {
  padding-bottom: 70px;
}
.management .certify .swiper-slide {
  width: 800px !important;
  height: 438px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.management .certify .swiper-slide .z8teamimgs {
  width: 325px;
  height: 100%;
  position: relative;
}
.management .certify .swiper-slide .z8teamimgs i {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management .certify .swiper-slide .per_desc {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0 60px;
  width: calc(100% - 325px - 120px);
  height: 100%;
  background: url(../images/page/management_bac2.png) right bottom no-repeat;
  background-size: cover;
}
.management .certify .swiper-slide .per_desc .t1 {
  padding-top: 30px;
  font-size: 39px;
  color: #333;
}
.management .certify .swiper-slide .per_desc .t2 {
  padding-top: 20px;
  font-size: 22px;
  color: #666;
}
.management .certify .swiper-slide .per_desc .t3 {
  margin: 28px 0 18px;
  padding-left: 45px;
  font-size: 20px;
  color: #333;
  background: url(../images/icon/z_25.png) left center no-repeat;
}
.management .certify .swiper-slide .per_desc .text {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  max-height: 270px;
  overflow-y: auto;
  padding-right: 10px;
}

.management .certify .swiper-slide .per_desc .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.management .certify .swiper-slide .per_desc .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #15499a;
}
.management .certify .swiper-slide .per_desc .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.management .right_imgs {
  position: absolute;
  left: 76% !important;
  background: #fff !important;
  z-index: 15;
  bottom: 1px;
  width: 24%;
  height: 100%;
}
.management .right_imgs i {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management .certify .swiper-slide-active {
  background: #fff;
  background-size: auto 100%;
}
.management .certify .teampage {
  position: relative;
  margin: 0 auto;
  height: 73px;
  width: 270px;
}
.management .certify .swiper-button-prev,
.management .certify .swiper-button-next {
  transition: all 0.5s;
  top: 0;
  margin: 0;
  opacity: 1;
  width: 73px;
  height: 73px;
  border-radius: 73px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.management .certify .swiper-button-prev {
  left: 0px;
  background: #fff url(../images/icon/z_26.png) center no-repeat;
}
.management .certify .swiper-button-prev:hover {
  background: #15499a url(../images/icon/z_26s.png) center no-repeat;
}
.management .certify .swiper-button-next {
  right: 0px;
  background: #fff url(../images/icon/z_27.png) center no-repeat;
}
.management .certify .swiper-button-next:hover {
  background: #15499a url(../images/icon/z_27s.png) center no-repeat;
}
/*=========== p3-5企业文化 ===========*/
.culture_01 {
  position: relative;
  margin-top: 208px;
}
.culture_01 .letter {
  position: absolute;
  right: 0;
  top: -105px;
  width: 49.11%;
}
.culture_01 .letter img {
  width: 100%;
}
.culture_01 .bac {
  position: absolute;
  right: 0;
  top: 0px;
  width: 76.04%;
  height: 100%;
  background: #f7f7f7;
}
.culture_01 .next {
  position: relative;
  z-index: 2;
}
.culture_01 .next .fr {
  padding: 110px 0 120px;
  width: 58.71%;
  min-height: 240px;
}
.culture_01 .next .fr dt {
  float: left;
  width: 42%;
}
.culture_01 .next .fr dt b {
  margin-bottom: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
}
.culture_01 .next .fr dt p {
  line-height: 36px;
  font-size: 26px;
}
.culture_01 .next .fr dd {
  float: right;
  width: 54%;
  line-height: 30px;
  font-size: 18px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.culture_01 .next .fr dd::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.culture_01 .next .fr dd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #15499a;
}
.culture_01 .next .fr dd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.culture_01 .next .fr dd p {

}
.culture_01 .pic {
  position: absolute;
  left: 0;
  top: -60px;
  width: 40%;
  height: 470px;
}
.culture_01 .pic i {
  width: 100%;
  height: 100%;
}
.culture_02 {
  margin-top: 160px;
}
.culture_02 .letter {
  right: initial;
  left: 0;
  width: 47.6%;
}
.culture_02 .bac {
  right: initial;
  left: 0;
}
.culture_02 .next .fr {
  float: left;
}
.culture_02 .pic {
  left: initial;
  right: 0;
}
.culture_03 {
  position: relative;
  margin-top: 107px;
  height: 715px;
}
.culture_03 .pic1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 23%;
}
.culture_03 .pic1 img {
  width: 100%;
}
.culture_03 .pic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 48.86%;
  height: 100%;
}
.culture_03 .pic2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_03 .pic3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 51.14%;
  height: 100%;
}
.culture_03 .pic3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_03 .next {
  position: relative;
  z-index: 3;
  padding-top: 203px;
  color: #fff;
}
.culture_03 .next .w1400{
  display: flex;
}
.culture_03 .next .text {
  margin-left: 17%;
  width: 40%;
  font-size: 18px;
  line-height: 34px;
}
.culture_03 .next .text p {

}
.culture_03 .next .tit {
  width: 75%;
  margin-top: 200px;
}
.culture_03 .next .tit b {
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: bold;
}
.culture_03 .next .tit p {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 1700px) {
  .culture_03 .next .text {
    margin-left: 19%;
  }
}
.culture_04 {
  padding: 90px 0 100px;
  background: #f8fbff;
}
.culture_04 .title {
  text-align: center;
}
.culture_04 .title b {
  margin-bottom: 10px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.culture_04 .title p {
  font-size: 26px;
}
.culture_04 .list {
  margin-top: 60px;
  padding-bottom: 0;
}
.culture_04 .list a {
  transition: all 0.5s;
  position: relative;
  float: left;
  margin-top: 60px ;
  width: 25%;
}
.culture_04 .list a .pic {
  position: relative;
  width: 100%;
  height: 848px;
  overflow: hidden;
}
.culture_04 .list a .pic i {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture_04 .list a .pos {
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 88%;
  color: #fff;
  text-align: center;
}
.culture_04 .list a .pos b {
  margin-bottom: 35px;
  font-size: 36px;
}
.culture_04 .list a .pos p {
  min-height: 260px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.culture_04 .list a.cur {
  margin-top: 0;
}
.culture_04 .list a.cur .pic .i2 {
  opacity: 0;
}
.culture_05 {
  margin: 150px auto 100px;
}
.culture_05 .next .fr {
  padding: 110px 0 90px;
}
.culture_06 {
  position: relative;
  padding: 90px 0 90px;
  background: #fafafa url(../images/page/culture_13.jpg) left top no-repeat;
  background-size: 56% 100%;
}
.culture_06 .list {
  width: 52.6%;
  padding-bottom: 0;
}
.culture_06 .list a {
  transition: all 0.5s;
  position: relative;
  padding: 34px 40px 34px 0;
  margin-bottom: 28px;
}
.culture_06 a:last-child{
  margin-bottom: 0;
}
.culture_06 .list a::before {
  transition: all 0.5s;
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  content: " ";
}
.culture_06 .list a div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 96px;
  overflow: hidden;
}
.culture_06 .list a div i {
  margin-left: -6px;
  font-size: 63px;
  color: #c5c5c5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.culture_06 .list a em {
  position: relative;
  z-index: 2;
  float: right;
  width: calc(100% - 96px);
  font-size: 18px;
  line-height: 26px;
}
.culture_06 .list a.cur::before {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}
.culture_06 .list a.cur i {
  color: #15499a;
}
.culture_06 .next {
  width: 35%;
}
.culture_06 .next .title b {
  margin-bottom: 33px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.culture_06 .next .title p {
  margin-bottom: 40px;
  font-size: 26px;
}
.culture_06 .next .title i {
  margin-bottom: 60px;
  width: 49px;
  height: 4px;
  background: #d4d4d4;
}
.culture_06 .next .pic {
  width: 100%;
  height: 424px;
}
.culture_06 .next .pic i {
  width: 100%;
  height: 100%;
}
.culture_08 {
  position: relative;
  padding: 90px 0;
  background: url(../images/page/culture_21.jpg) center no-repeat;
  background-size: cover;
}
.culture_08 .next {
  width: 52.35%;
}
.culture_08 .next b {
  margin-bottom: 56px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.culture_08 .next .list{
  padding-bottom: 0;
}
.culture_08 .next .list a {
  margin-bottom: 20px;
}
.culture_08 .next .list a:last-child{
  margin-bottom: 0;
}
.culture_08 .next .list a i {
  float: left;
  margin-top: 3px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 27px;
  background: #6aa4ff;
}
.culture_08 .next .list a em {
  float: right;
  width: calc(100% - 48px);
  font-size: 18px;
  line-height: 32px;
  overflow-y: auto;
  height: 100px;
  padding-right: 12px;
}
.culture_08 .next .list a em::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.culture_08 .next .list a em::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #15499a;
}
.culture_08 .next .list a em::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.culture_08 .pic {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  width: 47.65%;
  height: 100%;
}
.culture_08 .pic img {
  width: 59.52%;
}
/*=========== p2-1解决方案-光传输网络 ===========*/
.solution .title p {
  float: left;
  padding-left: 49px;
  font-size: 30px;
  color: #15499a;
  font-weight: bold;
  background: url(../images/icon/z_28.png) left center no-repeat;
}
.client .title p{
  background: url(../images/icon/z_34.png) left center no-repeat;
}
.client .list h3{
  font-weight: bold;
}
.solution .title .title-p {
  float: left;
  padding-left: 49px;
  font-size: 30px;
  color: #15499a;
  font-weight: bold;
  background: url(../images/icon/z_29.png) left center no-repeat;
}
.solution .title .more {
  float: right;
  position: relative;
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #1254a5;
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
  box-sizing: border-box;
  border: none;
}
.solution .title .more span {
  color: #1254a5;
  position: relative;
  z-index: 1;
  border: 1px solid #1254a5;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
}
.solution .title .more::after {
  transition: all 0.5s;
  position: absolute;
  right: 100%;
  top: -140%;
  width: 150%;
  height: 260%;
  transform: rotate(15deg);
  background: #2f6fd4;
  content: "";
}
.solution .title .more:hover span{
  color: #fff;
}
.solution .title .more:hover::after {
  right: -6px;
}
.solution .solution_03 .title p {
  padding-left: 0px;
  background: none;
}
.solution_01 {
  padding: 70px 0 70px;
  background: url(../images/page/solution_1.png) center no-repeat;
  background-size: cover;
}
.solutionInfo{
  padding-top: 70px;
}
.solution_01.active{
  margin-top: 35px;
}
.solution_01 .text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}
.piccraph_1 {
  padding-bottom: 70px;
}
.solution_02 {
  padding-top: 70px;
  background: url(../images/sinocom/banner.png) center no-repeat;
  background-size: cover;
}
.solution_02 .orientation {
  position: relative;
  padding-bottom: 70px;
}
.solution_02 .picbox {
  width: 59.78%;
  left: 18.57%;
  margin: 0 auto;
  left: 12.42%;
  margin-top: 89px;
}
.solution_02 .picbox .dots_1 .characters {
  display: block;
}
.solution_02 .picbox {
  width: 59.78%;
  left: 18.57%;
  margin: 0 auto;
  margin-top: 70px;
}
.solution_02 .picbox .opticalcable {
  width: 100%;
  margin: 0 auto;
}
.solution_02 .picbox .dot .box {
  width: 28px;
  height: 28px;
  left: -14px;
  border-radius: 50%;
  background-color: #e5ecfe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .picbox .dot .box i {
  width: 8px;
  height: 8px;
  background: #7293f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .picbox .dot .box p {
  color: #647fb5;
  top: 7%;
  left: 150%;
}
.solution_02 .picbox .dot:hover .box {
  background-color: #f7eaee;
}
.solution_02 .picbox .dot:hover .box i {
  background-color: #e62129;
}
.solution_02 .picbox .dots_1 {
  left: -16.4%;
  top: 43.38%;
}
.solution_02 .picbox .dots_1 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -161px;
  z-index: 2;
}
.solution_02 .picbox .dots_1 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .picbox .dots_1 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_1 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_1 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_1 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_1 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_1 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_1:hover .characters {
  display: block;
}
.solution_02 .picbox .dots_2 {
  top: 68.7%;
  left: -16.4%;
}
.solution_02 .picbox .dots_2 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .picbox .dots_2 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 140px;
}
.solution_02 .picbox .dots_2 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_2 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_2 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_2 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_2 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_2 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_2:hover .characters {
  display: block;
}
.solution_02 .picbox .dots_3 {
  left: -8.6%;
  top: 98.49%;
}
.solution_02 .picbox .dots_3 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .picbox .dots_3 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .picbox .dots_3 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_3 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_3 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_3 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_3 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_3 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_3:hover .characters {
  display: block;
}
.solution_02 .picbox .dots_4 {
  left: 69.41%;
  top: 95.64%;
}
.solution_02 .picbox .dots_4 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .picbox .dots_4 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .picbox .dots_4 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_4 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_4 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_4 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_4 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_4 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_4:hover .characters {
  display: block;
}
.solution_02 .picbox .dots_5 {
  left: 97.96%;
  top: 85.59%;
}
.solution_02 .picbox .dots_5 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .picbox .dots_5 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .picbox .dots_5 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_5 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_5 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_5 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_5 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_5 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_5:hover .characters {
  display: block;
}
.solution_02 .picbox .dots_6 {
  left: 89%;
  top: 26.29%;
}
.solution_02 .picbox .dots_6 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .picbox .dots_6 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .picbox .dots_6 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .picbox .dots_6 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .picbox .dots_6 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .picbox .dots_6 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .picbox .dots_6 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .picbox .dots_6 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .picbox .dots_6:hover .characters {
  display: block;
}
.solution_03 {
  padding: 70px 0 70px;
  background: #fbfbfb;
}
.solution_03 .productBtn {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.solution_03 .productBtnList {
  width: 100%;
  background: #fff;
  padding: 45px 0 30px;
  box-sizing: border-box;
  text-align: center;
}
.solution_03 .productBtnList:nth-child(3n) {
  margin-right: 0;
}
.solution_03 .productImg {
  width: 70%;
  max-width: 283px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.solution_03 .productImg img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.solution_03 .modelTitle {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
.solution_03 .modelText {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.solution_03 .modelLink {
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333333;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.solution_03 .modelLink span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.solution_03 .modelRight {
  background: url("../images/product/right.png") center no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  margin-left: 10px;
}
.solution_03 .modelLink::after {
  transition: all 0.5s;
  position: absolute;
  right: 100%;
  top: -140%;
  width: 150%;
  height: 260%;
  transform: rotate(15deg);
  background: #2f6fd4;
  content: "";
}
.solution_03 .modelLink:hover::after {
  right: -6px;
}
.solution_03 .productBtnList:hover .modelTitle {
  color: #2f6fd4;
}
.solution_03 .productBtnList:hover .productImg img {
  transform: scale(1.1);
  transition: all 0.5s;
}
/*=========== p2-1解决方案-光无线网络 ===========*/
/*=========== p2-2解决方案-光无线网络 ===========*/
.solution_02 .wireless {
  width: 60.28%;
  left: 3.35%;
  width: 59.78%;
  left: 18.57%;
  margin: 0 auto;
  margin-top: 70px;
}
.solution_02 .wireless .opticalcable {
  width: 100%;
  margin: 0 auto;
}
.solution_02 .wireless .dot .box {
  width: 28px;
  height: 28px;
  left: -14px;
  border-radius: 50%;
  background-color: #e5ecfe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .wireless .dot .box i {
  width: 8px;
  height: 8px;
  background: #7293f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .wireless .dot .box p {
  color: #647fb5;
  top: 7%;
  left: 150%;
}
.solution_02 .wireless .dot:hover .box {
  background-color: #f7eaee;
}
.solution_02 .wireless .dot:hover .box i {
  background-color: #e62129;
}
.solution_02 .wireless .dotes_1 {
  left: 60.66%;
  top: 11.53%;
}
.solution_02 .wireless .dotes_1 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -161px;
  z-index: 2;
}
.solution_02 .wireless .dotes_1 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .wireless .dotes_1 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .wireless .dotes_1 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .wireless .dotes_1 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .wireless .dotes_1 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .wireless .dotes_1 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .wireless .dotes_1 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.explain ul li a:hover{
  color: #1254a5!important;
}
.solution_02 .wireless .dotes_1:hover .characters {
  display: block;
}
.solution_02 .wireless .dotes_2 {
  left: 71.2%;
  top: 34.23%;
}
.solution_02 .wireless .dotes_2 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .wireless .dotes_2 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 140px;
}
.solution_02 .wireless .dotes_2 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .wireless .dotes_2 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .wireless .dotes_2 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .wireless .dotes_2 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .wireless .dotes_2 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .wireless .dotes_2 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .wireless .dotes_2:hover .characters {
  display: block;
}
.solution_02 .wireless .dotes_3 {
  left: 84.12%;
  top: 52.43%;
}
.solution_02 .wireless .dotes_3 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .wireless .dotes_3 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .wireless .dotes_3 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .wireless .dotes_3 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .wireless .dotes_3 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .wireless .dotes_3 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .wireless .dotes_3 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .wireless .dotes_3 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .wireless .dotes_3:hover .characters {
  display: block;
}
.solution_02 .wireless .dotes_4 {
  left: 90.99%;
  top: 72.97%;
}
.solution_02 .wireless .dotes_4 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .wireless .dotes_4 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .wireless .dotes_4 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .wireless .dotes_4 .characters .explain .explain-img img {
  position: absolute;
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .wireless .dotes_4 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .wireless .dotes_4 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .wireless .dotes_4 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .wireless .dotes_4 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .pos .characters .explain{
  width: auto!important;
  right: -445px!important;
}
.solution_02 .characters .explain ul{
  margin-right: 27px;
}
.solution_02 .characters .explain ul li a{
  flex: 1;
}
.solution_02 .wireless .dotes_4:hover .characters {
  display: block;
}
.solutionPageInfo{
  padding-top: 115px;
}
/*=========== p2-3解决方案-子系统 ===========*/
.list {
  padding-bottom: 70px;
}
.solution_02 .piccable {
  width: 75.14%;
  margin: 0 auto;
  left: 12.42%;
  margin-top: 70px;
}
.solution_02 .piccable .opticalcable {
  width: 100%;
  margin: 0 auto;
}
.solution_02 .piccable .dot .box {
  width: 28px;
  height: 28px;
  left: -14px;
  border-radius: 50%;
  background-color: #e5ecfe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .piccable .dot .box i {
  width: 8px;
  height: 8px;
  background: #7293f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_02 .piccable .dot:hover .box {
  background-color: #f7eaee;
}
.solution_02 .piccable .dot:hover .box i {
  background-color: #e62129;
}
.solution_02 .piccable .dot_1 {
  left: 15.96%;
  top: 14.33%;
}
.solution_02 .piccable .dot_1 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -161px;
  z-index: 2;
}
.solution_02 .piccable .dot_1 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .piccable .dot_1 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .piccable .dot_1 .characters .explain .explain-img img {
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .piccable .dot_1 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .piccable .dot_1 .characters .explain ul .caption {
  color: #15499a;
  font-size: 20px;
  font-weight: bold;
}
.solution_02 .piccable .dot_1 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .piccable .dot_1 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .piccable .dot_1 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .piccable .dot .characters .explain ul li a{
  flex: 1;
}
.solution_02 .piccable .dot_1:hover .characters {
  display: block;
}
.solution_02 .piccable .dot_2 {
  left: 76.23%;
  top: 14.33%;
}
.solution_02 .piccable .dot_2 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .piccable .dot_2 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 140px;
}
.solution_02 .piccable .dot_2 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .piccable .dot_2 .characters .explain .explain-img img {
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .piccable .dot_2 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .piccable .dot_2 .characters .explain ul .caption {
  color: #15499a;
  font-size: 20px;
  font-weight: bold;
}
.solution_02 .piccable .dot_2 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .piccable .dot_2 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .piccable .dot_2 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .piccable .dot_2:hover .characters {
  display: block;
}
.solution_02 .piccable .dot_3 {
  left: 32.46%;
  top: 46.17%;
}
.solution_02 .piccable .dot_3 .characters {
  display: none;
  position: absolute;
  top: 15px;
  left: -160px;
  z-index: 2;
}
.solution_02 .piccable .dot_3 .characters img {
  width: 42px;
  position: absolute;
  top: -6px;
  left: 139px;
}
.solution_02 .piccable .dot_3 .characters .explain {
  width: 561px;
  position: absolute;
  left: 0;
  top: 13px;
  right: -388px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 4px 10px 10px rgba(242, 242, 242, 0.5);
}
.solution_02 .piccable .dot_3 .characters .explain .explain-img img {
  width: 118px;
  height: 117px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10%;
}
.solution_02 .piccable .dot_3 .characters .explain ul {
  margin-top: 35px;
  margin-left: 27px;
  line-height: 22px;
}
.solution_02 .piccable .dot_3 .characters .explain ul .caption {
  color: #15499a;
  font-size: 20px;
  font-weight: bold;
}
.solution_02 .piccable .dot_3 .characters .explain ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.solution_02 .piccable .dot_3 .characters .explain ul li i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7293f5;
  position: static;
}
.solution_02 .piccable .dot_3 .characters .explain ul li a {
  margin-left: 10px;
  color: #959595;
  font-size: 18px;
}
.solution_02 .piccable .dot .characters .explain ul li a{
  flex: 1;
}
.solution_02 .piccable .dot_3:hover .characters {
  display: block;
}
.client {
  background: none;
}
.solution_01 .list {
  width: 72.9%;
  margin: 0 auto;
  margin-top: 70px;
  min-width: 1200px;
  padding-bottom: 0;
}
.solution_01 .list h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 22px;
  font-weight: normal;
}
.solution_01 .list p{
  font-size: 18px;
  padding-left: 20px;
  color: #333;
  position: relative;
  margin-bottom: 22px;
}
.solution_01 .list p:after{
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 50%;
  top: 10px;
}
.solution_01 .list .customer span {
  font-size: 18px;
  color: #666;
  margin-bottom: 22px;
}
.solution_01 .list .client .client_1 {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.solution_01 .list .client .client_1:last-child{
  margin-bottom: 0;
}
.solution_01 .list .client .client_1 i {
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 50%;
}
.solution_01 .list .client .client_1 p {
  font-size: 18px;
  padding-left: 20px;
  color: #666;
  position: relative;
}
.solution_01 .list .client .client_1 p:after{
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 50%;
  top: 10px;
}
/*=========== p2-4解决方案===========*/
.lists {
  padding-bottom: 70px;
}
.solution_02 .piculh {
  width: 100%;
  left: 0;
}
.solution_02 .piculh .dot_4 {
  left: 17.9%;
  top: 6.13%;
}
.solution_02 .piculh .dot_5 {
  left: 83.07%;
  top: 6.13%;
}
/*=========== p2-5解决方案===========*/
.solution_02 .picdcl {
  width: 93.5%;
  left: 3.35%;
}
.solution_02 .picdcl .dot_6 {
  left: 30.63%;
  top: 55.77%;
}
.solution_02 .picdcl .dot_7 {
  left: 50%;
  top: 55.77%;
}
.solution_02 .picdcl .dot_8 {
  left: 68.57%;
  top: 55.77%;
}
.solution_02 .picdcl .dot_9 {
  left: 56.57%;
  top: 18.81%;
}
/*=========== p2-6解决方案===========*/
.solution_02 .solve {
  left: 6.57%;
  width: 61.64%;
}
.solution_02 .solve .solve_1 {
  left: 23.75%;
  top: 90.61%;
}
.solution_02 .solve .solve_2 {
  left: 50.56%;
  top: 60.87%;
}
.solution_02 .solve .solve_3 {
  left: 114.7%;
  top: 32.93%;
}
.solution_02 .solve .solve_4 {
  left: 113.7%;
  top: 73.25%;
}
/*=========== p2-7解决方案===========*/
.solution_02 .settle {
  width: 99.92%;
  left: 0;
  top: 0;
}
.solution_02 .settle .settle_1 {
  left: 4.78%;
  top: -6.61%;
}
.solution_02 .settle .settle_2 {
  left: 15.57%;
  top: -6.61%;
}
.solution_02 .settle .settle_3 {
  left: 24.07%;
  top: -12.31%;
}
.solution_02 .settle .settle_4 {
  left: 75.57%;
  top: -12.31%;
}
.solution_02 .settle .settle_5 {
  left: 89.21%;
  top: -12.31%;
}
.solution_02 .settle .settle_6 {
  left: 7.35%;
  top: 46.77%;
}
.solution_02 .settle .settle_7 {
  left: 30.78%;
  top: 19.04%;
}
.solution_02 .settle .settle_8 {
  left: 37.85%;
  top: 3.08%;
}
.solution_02 .settle .settle_9 {
  left: 49.64%;
  top: 3.08%;
}
.solution_02 .settle .settle_10 {
  left: 59.14%;
  top: 3.08%;
}
.solution_02 .settle .settle_11 {
  left: 43.42%;
  top: 19.04%;
}
.solution_02 .settle .settle_12 {
  left: 65.57%;
  top: 19.04%;
}
.solution_02 .settle .settle_13 {
  left: 37.78%;
  top: 69.18%;
}
.solution_02 .settle .settle_14 {
  left: 49.28%;
  top: 69.18%;
}
.solution_02 .settle .settle_15 {
  left: 58.85%;
  top: 69.18%;
}
.solution_02 .settle .settle_16 {
  left: 43.5%;
  top: 84.87%;
}
.solution_02 .settle .settle_17 {
  left: 65.85%;
  top: 84.87%;
}
.solution_02 .settle .settle_18 {
  left: 77.92%;
  top: 74.22%;
}
.solution_02 .settle .settle_19 {
  left: 77.92%;
  top: 46.85%;
}
@keyframes cir_out {
  0% {
    transform: translate(-50%, -50%) scale(0.05);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.optional {
  -webkit-animation-name: optional;
  animation-name: optional;
}
@keyframes optional {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pcCultureHover{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pcCultureLi:hover .pic img{
  transform: scale(1) !important;
}
.pcCultureLi:hover .pcCultureDefault{
  opacity: 0;
}
.pcCultureLi:hover .pcCultureHover{
  opacity: 1;
}

.synopsis_05 .pic:hover i{
  transform: scale(1);
}
/*投资者关系开始*/
.investor{
  padding-top: 115px;
  padding-bottom: 70px;
  background: #f6f6f6;
}
.investorList{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.investorList:first-child{
  margin-top: 0;
}
.investorLeft{
  display: flex;
  align-items: flex-start;
  width: 55%;
}
.investorLeftBox{
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  z-index: 2;
}

.invesYear{
  font-size: 30px;
  color: #e80030;
  font-weight: bold;
}
.leftLine{
  width: 40px;
  height: 1px;
  margin-right: 18px;
  background: #15499a;
}
.rightLine{
  width: 110px;
  height: 1px;
  background: #15499a;
  margin-left: 18px;
}
.investorImg{
  margin-left: -92px;
  width: 77%;
  height: 360px;
  overflow: hidden;
}
.investorImg:hover i{
  transform: scale(1.1);
  transition: all 0.5s;
}
.investorImg i{
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.investorRight{
  margin-left: 40px;
  width: calc(45% - 40px);
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
}
.investorText{
  font-size: 18px;
  color: #333;
  margin-right: 60px;
  width: calc(100% - 148px);
}
.investorText:hover{
  color: #15499a;
}
.investorSee{
  width: 32px;
  height: 32px;
  background: url("../images/page/see.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.investorContList{
  display: flex;
  margin-top: 30px;
}
.investorContList:first-child{
  margin-top: 0;
}
.investorDown{
  width: 36px;
  height: 29px;
  background: url("../images/page/down.png") no-repeat;
  background-size: cover;
  margin-left: 20px;
  cursor: pointer;
}
.investorSee:hover{
  background: url("../images/page/sees.png") no-repeat;
}
.investorDown:hover{
  background: url("../images/page/downs.png") no-repeat;
}
.consultMore{
  width: 250px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
}
.consultMore p{
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
  box-sizing: border-box;
  color: #1852a5;
  height: 50px;
  line-height: 50px;
}
.consultMore:after{
  transition: all 0.5s;
  position: absolute;
  right: 102%;
  top: -140%;
  width: 150%;
  height: 280%;
  transform: rotate(15deg);
  background: #164a9a;
  content: " ";
}
.consultMore:hover::after {
  right: -6px;
}
.consultMore:hover p{
  color: #fff;
  position: relative;
  z-index: 1;
}
.investorDate {
  position: absolute;
  font-size: 13vw;
  opacity: 0.1;
  color: #c1c1c1;
  width: 100%;
  top: 0;
  align-items: center;
  display: flex;
  height: 100%;
  z-index: -1;
}
.honorMain{
  background: url("../images/page/honorBg.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding-bottom: 70px;
  margin-top: 40px;
}
.honorQuali{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honorList{
  width: 48%;
}
.honorTextList{
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.honorTextList:hover .honorQualiLine{
  width: 60px;
  margin-right: 20px;
}
.honorTextList:hover .honorQualiNum, .honorTextList:hover .honorQualiText{
  color: #15499a;
  transition: all 0.5s;
}
.honorBoxLeft{
  display: flex;
  align-items: center;
}
.honorIcon{
  width: 24px;
  margin-right: 25px;
}
.honorQualiLine{
  width: 0;
  height: 1px;
  background: #15499a;
  transition: all 0.5s;
}
.honorIcon img{
  width: 100%;
}
.honorQualiNum{
  color: #999999;
  font-size: 20px;
}
.honorQualiText{
  margin-left: 20px;
  font-size: 20px;
  color: #333;
}
.certificate{
  background: url("../images/page/certificate.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.certificateSwiper{
  overflow: hidden;
  padding: 110px 0;
}
.certificateList{
  background: #fff;
  padding: 15px 0;
  transition: 300ms;
  transform: scale(0.85);
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.certificateList.swiper-slide-active{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.certificateList img{
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.certificateList.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.certificate .he_cerquk {
  width: 72.91%;
  min-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate .he_certi {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.certificate .certifiLe{
  /*margin-left: -32px;*/
}
.certificate .certifiRi{
  /*margin-right: -32px;*/
}
.certificate .he_certi:hover {
  background: #15499a;
}
.certificate .certifiLe:hover .leftInfo {
  display: none;
}
.certificate .certifiLe:hover .leftInfo_1 {
  display: block;
}
.certificate .certifiRi:hover .rightInfo {
  display: none;
}
.certificate .certifiRi:hover .rightInfo_1 {
  display: block;
}
.numMobile, .mobilePic, .mobileCertify, .closeMapNext, .mobilePrise, .mobileCulture, .mobileCulLogo, .mobileComImg, .joinMobile, .mobileArrow{
  display: none;
}
.notCursor, .notCursor a{
    cursor: auto!important;
}
@media (max-width: 1500px) {
  .investorDate{
    font-size: 219px;
  }
}
/*投资者关系结束*/
@media (max-width: 1200px) {
  .synopsis_01 .next{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .numPc, .synopsis_01 .num .text .num i, .synopsis_01 .num .text .num em{
    display: none;
  }
  .numMobile{
    display: block;
    margin-top: 0.4rem;
  }
  .synopsis_01 .num .text .textBox p{
    font-size: 0.3rem;
    background-size: 0.4rem!important;
    padding-left: 0.55rem;
    line-height: 0.7rem;
  }
  .synopsis_01 .num .text{
    width: 50% !important;
    display: flex;
    align-items: center;
  }
  .synopsis_01 .num .text:nth-child(3) {
    width: 100% !important;
  }
  .synopsis_01 .num .text .num{
    margin: 0;
  }
  .synopsis_01 .num .text .num span{
    font-size: 0.4rem;
  }
  .synopsis_01 .num .text .num span:first-child{
    margin-left: 0.2rem;
  }
  .synopsis_01 .num .text::before{
    display: none;
  }
  .synopsis_01{
    padding: 1.8rem 0 0.6rem;
  }
  .mySwiper2{
    display: none;
  }
  .synopsis_02 .right{
    width: 100%;
    padding: 0.75rem 0;
  }
  .synopsis_02 .right b{
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .synopsis_02 .right .swiper-slide p{
    font-size: 0.32rem;
    margin-bottom: 0.65rem;
  }
  .synopsis_02 .right .swiper-slide .text i{
    line-height: 0.42rem;
    font-size: 0.28rem;
    height: 2.95rem;
  }
  .synopsis_02 .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.2rem;
    background: #e7e7e7;
    margin: 0 0.08rem!important;
  }
  .synopsis_02 .swiper-pagination-bullet-active {
    background: #1254a5;
  }
  .synopsis_02 .right .swiper{
    padding-bottom: 0;
  }
  .synopsis_03 .title{
    font-size: 0.44rem;
  }
  .synopsis_03 .videoBox{
    margin-top: 0.5rem;
  }
  .synopsis_03Model{
    width: 100%;
  }
  .synopsis_03Model .title{
    width: 90%;
    margin: 0 auto;
  }
  .synopsis_03{
    padding: 1.2rem 0 0.5rem 0;
    background: #fff;
  }
  .synopsis_04{
    padding: 0;
  }
  .synopsis_04 .title{
    font-size: 0.44rem;
  }
  .synopsis_04 .text{
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .mobilePic{
    display: block;
    height: 4.2rem;
    width: 100%;
    position: relative;
  }
  .mobilePic i{
    width: 100%;
    height: 100%;
  }
  .mobilePic:hover i{
    transition: all 0.5s;
  }
  .synopsis_05 .next .text b{
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }

.addPClass{
    font-size: 0.36rem!important;
    margin-bottom: 0.4rem!important;
}
.addTitle{
    margin-top: 0.3rem!important;
}
  .synopsis_05 .next{
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
  }
  .synopsis_05 .next .text a p{
    font-size: 0.28rem;
    line-height: 0.42rem;
    width: calc(100% - 0.16rem);
    margin-left: 0.1rem;
  }
  .synopsis_05 .next .text a i{
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    margin-top: 0.16rem;
  }
  .synopsis_05 .next .text a{
    margin-bottom: 0.4rem;
  }
  .synopsis_05{
    margin-bottom: 0;
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .mobileBac{
    background: url("../images/m/product/bacImg.png") center no-repeat;
    background-size: cover;
  }
  .synopsis_05 .next .text a:hover i{
    width: 0.06rem;
    border-radius: 50%;
    margin-top: 0.2rem;
  }
  .synopsis_02 .right .swiper-pagination{
    bottom: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .management{
    padding: 0;
    padding-top: 1.8rem;
    background: #fff;
  }
  .certify2{
    display: none;
  }
  .mobileCertify{
    display: block;
  }
  .management .certify .swiper-slide{
    width: 100% !important;
    height: 100% !important;
    box-shadow: inherit;
  }
  .management .certify .swiper-slide .z8teamimgs{
    width: 3.7rem;
    height: 5rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .management .certify .swiper-slide .per_desc{
    position: inherit;
    width: 90%;
    padding: 0 5%;
    padding-bottom: 0.6rem;
    background: url(../images/m/product/management_bac2.png) right bottom no-repeat;
    background-size: cover;
  }
  .management .right_imgs{
    width: 100%;
    position: inherit;
    left: 0!important;
  }
  .management .certify .swiper-slide .per_desc .t1{
    font-size: 0.44rem;
    padding-top: 0.55rem;
    text-align: center;
  }
  .management .certify .swiper-slide .per_desc .t2{
    font-size: 0.36rem;
    text-align: center;
    padding-top: 0.25rem;
  }
  .management .certify .swiper-slide .per_desc .t3{
    margin: 0.5rem 0 0.2rem;
    background-size: 0.37rem;
    padding-left: 0.5rem;
    font-size: 0.28rem;
  }
  .management .certify .swiper-slide .per_desc .text{
    font-size: 0.28rem;
    line-height: 0.42rem;
    padding-right: 0.1rem;
    height: 2.2rem;
    max-height: inherit;
    margin-top: 0.2rem;
  }
  .management .certify .swiper-container{
    padding: 0.02rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
  }
  .management .certify{
    padding-bottom: 0.6rem;
    width: 90%;
    margin: 0 auto;
  }
  .management .certify .teampage {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
  }
  .management .certify .swiper-button-next{
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    right: -0.4rem;
    background: url("../images/m/product/swiperRight.png") center no-repeat;
    border-radius: 50%;
    background-size: 100% 100%!important;
  }
  .management .certify .swiper-button-prev{
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    left: -0.4rem;
    background: url("../images/m/product/swiperLeft.png") center no-repeat;
    border-radius: 50%;
    background-size: 100% 100%!important;
  }
  .management .certify .swiper-button-next:hover{
    background: url("../images/m/product/swiperRight.png") center no-repeat;
  }
  .management .certify .swiper-button-prev:hover{
    background: url("../images/m/product/swiperLeft.png") center no-repeat;
  }
  .company{
    margin-top: 1.2rem;
    padding: 0;
    background: #f9f9f9;
  }
  .company .w1400{
    width: 100%;
  }
  .company_01{
    width: 1200px;
  }
  .titleMap{
    padding-top: 0;
    display: inherit;
    margin-bottom: 0;
  }
  .mobileMapNext{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }
  .mobileMapNext.curr{
    display: flex;
  }
  .company_01 .MapNext{
    position: inherit;
    right: auto;
    top: auto;
    transform: inherit;
    width: 80%;
    margin: 0 auto;
    margin-top: inherit;
  }
  .titleMap a{
    width: 90%;
    height: 0.8rem;
    margin: 0 auto;
    background: initial;
    border-bottom: 0.01rem solid #ededed;
  }
  .titleMap a span{
    font-size: 0.28rem;
    background-size: 0.42rem!important;
    /*padding-left: 0.62rem;*/
  }
  .mobileCompany{
    overflow-x: auto;
    padding-top: 3.5rem;
    display: none;
  }
  .mobileComImg{
    display: block;
    padding-top: 0.6rem;
  }
  .mobileComImg img{
    width: 100%;
  }
  .company_01 .mapSign{
    bottom: 0;
    right: auto;
    left: 0;
  }
  .company_01 .map .pos p{
    font-size: 0.36rem;
  }
  .company_01 .mapSign p{
    margin-left: 1rem;
  }
  .company_01 .map{
    padding-bottom: 1.5rem;
  }
  .company_01 .mapSign p{
    font-size: 0.26rem;
  }
  .closeMapNext {
    display: block;
    width: 0.64rem;
  }
  .closeMapNext img{
    width: 100%;
  }
  .company_01 .MapNext .text{
    max-height: 4.5rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin: 0;
    padding: 5%;
  }
  .company_01 .MapNext .text p{
    padding-bottom: 0.45rem;
  }
  .closeInfo{
    display: flex;
    justify-content: flex-end;
  }
  .closeMapNext{
    margin-right: 10%;
    margin-bottom: 0.4rem;
  }
  .company_01 .MapNext .t p{
    font-size: 0.44rem;
    line-height: 0.42rem;
  }
  .company_01 .MapNext .t{
    padding: 0.3rem 5%;
  }
  .companyBox .titleMap{
    margin-bottom: 0;
  }
  .companyBox .mobileCompany{
    padding: 1.5rem 0;
  }
  .companyBox .map{
    padding-bottom: 0;
  }
  .culture_01 .letter{
    display: none;
  }
  .culture_01 .pic{
    width: 100%;
    top: 0;
    height: 4rem;
  }
  .culture_01{
    width: 90%;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .culture_01 .next .fr{
    width: 100%;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    background: #f7f7f7;
    min-width: auto;
    min-height: auto;
  }
  .culture_01 .bac{
    display: none;
  }
  .culture_01 .next{
    padding-top: 4rem;
  }
  .culture_01 .next .w1400{
    width: 100%;
  }
  .culture_01 .next .fr dt{
    float: inherit;
    width: 100%;
  }
  .culture_01 .next .fr dd{
    float: inherit;
    width: 100%;
    padding-right: 0.1rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
    max-height: 3rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .culture_01 .next .fr dt b{
    font-size: 0.44rem;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .culture_01 .next .fr dt p{
    font-size: 0.36rem;
    line-height: 0.34rem;
  }
  .mobileEnterprise{
    padding-top: 1.2rem;
  }
  .culture_03 .next{
    padding-top: 0;
  }
  .culture_03{
    display: none;
  }
  .mobilePrise{
    display: block;
  }
  .culture_04 .title p{
    display: none;
  }
  .culture_04 .title b{
    font-size: 0.5rem;
  }
  .culture_04 .list a .pos p{
    display: none;
  }
  .culture_04 .list a{
    width: 50%;
    margin-top: 0;
  }
  .culture_04{
    background: #fff;
    padding: 0.5rem 0;
  }
  .culture_04 .list{
    margin-top: 0.35rem;
  }
  .culture_04 .list a .pic{
    height: 3.45rem;
  }
  .culture_04 .list a .pos b{
    font-size: 0.4rem;
    margin-bottom: 0;
  }
  .culture_04 .list a .pos{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
  }
  .mobileCulture{
    display: block;
  }
  .pcCulture, .culture_06{
    display: none;
  }
  .mobileWin{
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  }
  .mobileWinBox dd{
    overflow: inherit;
    padding-right: 0!important;
    max-height: inherit!important;
  }
  .mobileWin i{
    font-size: 0.5rem;
    color: #15499a;
    font-weight: bold;
  }
  .mobileWin span{
    font-size: 0.28rem;
    color: #666;
    margin-left: 0.25rem;
    line-height: 0.42rem;
  }
  .culture_08 .next{
    width: 100%;
  }
  .culture_08 .pic{
    display: none;
  }
  .culture_08 .next .list a em{
    height: auto;
    padding-right: 0;
    font-size: 0.28rem;
    line-height: 0.42rem;
    width: calc(100% - 0.75rem);
  }
  .mobileCulLogo{
    display: block;
    width: 5.7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .mobileCulLogo img{
    width: 100%;
  }
  .culture_08 .next b{
    font-size: 0.44rem;
    margin-bottom: 0;
  }
  .culture_08{
    margin-top: 0.55rem;
    padding-top: 0;
    background: url(../images/m/page/cul-21.png) bottom no-repeat;
    background-size: auto 100%;
    padding-bottom: 0.75rem;
  }
  .culture_08 .next .list{
    margin-top: 0.75rem;
  }
  .culture_08 .next .list a{
    margin-bottom: 0.5rem;
  }
  .culture_08 .next .list a i{
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.32rem;
  }
  .society_01{
    margin-top: 1.2rem;
    padding: 0.55rem 0;
    background: url(../images/m/page/society_01.png) no-repeat;
  }
  .society_01 .next{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .society_02 li .next .bor .but{
    display: none;
  }
  .society_02 li .pic{
    width: 100%;
    height: 4.7rem;
  }
  .society_02 li .next{
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
    padding-top: 4.7rem;
    padding-bottom: 0.45rem;
    height: auto;
  }
  .society_02{
    padding: 0 0 0.6rem 0;
  }
  .society_02 .list{
    padding-bottom: 0;
  }
  .society_02 li:hover .pic img{
    transform: scale(1);
  }
  .society_02 li .next .bor b{
    font-size: 0.44rem;
    margin-top: 0.45rem;
    margin-bottom: 0.3rem;
  }
  .society_02 li .next .bor .text{
    font-size: 0.28rem;
    line-height: 0.42rem;
    max-height: inherit;
    padding-right: 0;
  }
  .society_02 li:nth-child(2n) .pic{
    left: 0;
  }
  .society_02 li{
    margin-top: 0.6rem;
  }
  .mobileCultureHover{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .pcCultureLi:hover .pic img{
    transform: scale(1) !important;
  }
  .pcCultureLi:hover .mobileCultureDefault{
    opacity: 0;
  }
  .pcCultureLi:hover .mobileCultureHover{
    opacity: 1;
  }
  .solutionInfo{
    padding-top: 0;
  }
  .solution .title p{
    font-size: 0.36rem;
    background-size: 0.4rem;
    padding-left: 0.5rem;
  }
  .solution_01 .text{
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.4rem;
  }
  .solutionPageInfo{
    padding: 1.2rem 0 0;
    background: initial;
  }
  .solution_01 .w1400{
    padding: 0 5%;
    padding-bottom: 0.6rem;
    margin-top: 0.6rem;
    background: url("../images/m/product/solution_1.png") center no-repeat;
    background-size: cover;
  }
  .solution_01 .list{
    margin-top: 0.4rem;
    width: 90%;
    min-width: auto;
  }
  .solution_01 .list .customer span{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .solution_01 .list .client .client_1 p{
    font-size: 0.28rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    flex: 1;
  }
  .solution_01 .list .client .client_1 i{
    width: 0.08rem;
    height: 0.08rem;
    margin-top: 0.16rem;
  }
  .solution_01 .list .client .client_1{
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .solutionInfo{
    padding: 0.6rem 0;
  }
  .solution_03{
    padding: 0.6rem 0;
  }
  .solution .title .more{
    width: 2.12rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.26rem;
  }
  .solution_03 .productBtn{
    margin-top: 0.1rem;
  }
  .solution_03 .productBtnList{
    margin: 0;
    padding: 0.6rem 0 0.55rem;
  }
  .solution_03 .modelLink{
    display: none;
  }
  .solution_03 .productImg{
    width: 2.3rem;
    max-width: 2.3rem;
    height: auto;
  }
  .solution_03 .modelTitle {
    color: #2f6fd4;
    line-height: 0.42rem;
    font-size: 0.26rem;
    padding: 0;
  }
  .productBtnList:first-child, .productBtnList:nth-child(2), .productBtnList:nth-child(3) {
    margin-top: 0.3rem;
  }
  .solution_03 .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .solution_03 .title.clearfix:after{
    display: none;
  }
  .productBtn .solutionPadding{
    padding-bottom: 0.5rem;
    height: 4.2rem;
  }
  .solution_02{
    padding: 0.6rem 0;
    background: url(../images/m/product/solveBanner_1.png) center no-repeat;
    background-size: cover;
  }
  .solution_02 .map{
    display: none;
  }
  .solution_02 .orientation{
    padding-bottom: 0;
  }
  .company_01{
    width: 100%;
  }
  .solution .title .title-p{
    font-size: 0.36rem;
    background-size: 0.4rem;
    padding-left: 0.5rem;
  }
  .pinch-zoom-container{
    width: 100%;
    height: 100%;
  }
  .showBigImg .showBigImgWrap .allImgBox .solutionBg img {
    width: 80%;
    background: #f8fbff;
    padding: 5%;
  }
  .solutionInfo .w1400{
    padding-bottom: 0;
    margin-top: 0;
  }
  .solveNav{
    padding-top: 1.2rem;
  }
  .solveNav .threeNavInfo{
    padding-bottom: 0;
  }
  .solve_01{
    background: initial;
    padding: 0;
  }
  .solution_01 .list p{
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    line-height: 0.42rem;
    padding-left: 0.3rem;
  }
  .solution_01 .list h3{
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .solution_01 .list p:after {
    width: 0.08rem;
    height: 0.08rem;
    top: 0.16rem;
  }
  .join_01{
    padding: 0.6rem 0 0.6rem;
  }
  .join_01 a{
    width: 48%;
    height: 3.3rem;
    margin-right: 0.2rem;
  }
  .join_01 a .pos b{
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .join_01 a .pos .more{
    font-size: 0.2rem;
    width: 1.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: 0.01rem solid #fff;
  }
  .join_02{
    padding: 0.6rem 0 0.6rem;
  }
  .join_02 .w1400{
    position: relative;
  }
  .join_02 .pic{
    float: initial;
    width: 100%;
    height: 5.4rem;
  }
  .join_02 .next{
    float: initial;
    width: 90%;
    position: absolute;
    top: 0.8rem;
    left: 5%;
    right: 5%;
    padding-top: 0;
    margin-left: 0;
  }
  .join_02 .next i{
    font-size: 0.36rem;
    line-height: 0.48rem;
    border-bottom: 0;
    color: #fff;
  }
  .join_02 .next p{
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #fff;
    margin: 0.8rem 0 0.4rem;
  }
  .join_02 .next b{
    color: #fff;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .join_01 .more::after{
    display: none;
  }
  .join_01 a:hover img{
    transform: scale(1);
  }
  .join_03{
    padding: 0;
    background: initial;
  }
  .joinPc{
    display: none;
  }
  .joinMobile{
    display: block;
  }
  .join_03 .right{
    float: initial;
    width: 100%;
    height: 4.5rem;
  }
  .join_03 .left{
    float: initial;
    width: 100%;
    height: auto;
    background: #fff url(../images/page/join_5.jpg) left top no-repeat;
    background-size: cover;
    margin-top: -2.25rem;
    padding-bottom: 0.6rem;
  }
  .join_03 .left .next{
    padding: 0;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding-top: 2.25rem;
  }
  .join_03 .w1400 .nextBox{
    box-shadow: initial;
  }
  .join_03 .left .next a{
    width: 90%;
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  .join_03 .left .next a .text b{
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
  }
  .join_03 .left .next a .text p{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .join_03 .left .next a .icon{
    width: 0.8rem;
    margin-top: 0.8rem;
    margin-right: 0.35rem;
  }
  .join_03 .left .next a .go{
    width: 0.65rem;
    height: 0.65rem;
  }
  .join_03 .left .next a .text{
    padding-bottom: 0.5rem;
    height: auto;
    width: calc(100% - 2.15rem);
  }
  .join_04{
    padding: 0.6rem 0 0.6rem;
    background: url(../images/m/page/join_7.jpg) center no-repeat;
    background-size: cover;
  }
  .titleBox .fl b{
    font-size: 0.36rem;
  }
  .join_03 .titleBox{
    margin-bottom: 0;
  }
  .join_04 .gallery-top{
    margin-top: 0.45rem;
    height: auto;
    margin-bottom: 0.75rem;
  }
  .join_04 .gallery-top .swiper-slide .pos b{
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .join_04 .gallery-top .swiper-slide .pos p{
    font-size: 0.28rem;
    width: 100%;
    text-align: center;
    line-height: 0.42rem;
  }
  .join_04 .gallery-thumbs .swiper-slide .icon{
    width: 0.7rem;
    height: 0.64rem;
    margin: 0 auto;
    background-size: 100% 100%!important;
  }
  .join_04 .gallery-thumbs .swiper-slide .clearfix em{
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover!important;
  }
  .join_04 .gallery-thumbs .swiper-slide .clearfix{
    margin: 0.35rem auto 0.35rem;
    height: 0.4rem;
  }
  .join_04 .gallery-thumbs .swiper-slide .clearfix i{
    margin-top: 0.15rem;
  }
  .join_04 .gallery-thumbs .swiper-slide p{
    font-size: 0.28rem;
  }
  .train_01{
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .titleText b{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.35rem;
  }
  .train_01 .titleText .text{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .titleText{
    margin-bottom: 0;
  }
  .train_02 a{
    width: 100%;
    height: 6.7rem;
  }
  .train_02 a .pic {
    transition: all 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .train_02 a .bor{
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .train_02 a .icon img{
    opacity: 0;
    display: none;
  }
  .train_02 a .icon{
    height: auto;
    margin-bottom: 0.3rem;
  }
  .train_02{
    background: #fff;
    padding: 0.6rem 0;
  }
  .train_02 .bannerMobile{
    padding-bottom: 0.5rem;
    box-shadow: initial;
    position: relative;
    overflow: hidden;
  }
  .train_02 a .icon img.img2{
    opacity: 1;
    display: block;
    width: 0.68rem;
    position: initial;
    transform: none;
    margin: 0 auto;
  }
  .train_02 a b, .train_02 a p{
    color: #fff;
  }
  .train_02 a b{
    font-size: 0.32rem;
    height: auto;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  .train_02 a p{
    font-size: 0.28rem;
    padding: 0 1.3rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .train_02 .bannerMobile .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.08rem!important;
  }
  .train_02 .bannerMobile .swiper-pagination-bullet {
    background: #f1f1f1;
  }
  .train_02 .bannerMobile .swiper-pagination-bullet-active{
    background: #1254a5;
  }
  .honorList{
    width: 100%;
  }
  .honorList:first-child .honorTextList{
    margin-top: 0;
  }
  .honorQuali{
    display: block;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    padding: 0.6rem 5%;
    box-sizing: border-box;
  }
  .honorMain{
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
    background: url(../images/m/page/honorBg.png) no-repeat;
    background-position: bottom right;
    background-size: cover;
  }
  .certificate .he_cerquk{
    min-width: auto;
  }
  .honorIcon{
    width: 0.24rem;
    margin-right: 0.2rem;
  }
  .honorTextList:hover .honorQualiLine{
    display: none;
  }
  .honorQualiNum{
    font-size: 0.28rem;
  }
  .honorQualiText{
    font-size: 0.28rem;
    font-weight: bold;
    margin-left: 0.2rem;
  }
  .honorTextList{
    margin-top: 0.3rem;
  }
  .honorTextList:hover .honorQualiNum{
    color: #999999;
  }
  .honorTextList:hover .honorQualiText{
    color: #333;
  }
  .certificateList{
    padding: 0.2rem 0;
    height: 6rem;
  }
  .certificateSwiper{
    padding: 0.6rem 0.1rem 0.6rem;
    width: 80%;
  }
  .certificateList img{
    max-width: calc(100% - 0.1rem);
  }
  .certificateList.swiper-slide-active{
    padding: 0 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
  }
  .certificate{
    background: url(../images/m/page/certificate.png) center no-repeat;
    background-size: 100% 100%;
  }
  .certificate .he_certi {
    width: 0.9rem;
    height: 0.9rem;
    border: 0.01rem solid #15499a;
    box-shadow: initial;
  }
  .certificate .he_cerquk{
    width: 80%;
  }
  .certificate .certifiLe{
    margin-left: -0.45rem;
  }
  .certificate .he_certi{
    margin-right: -0.45rem;
  }
  .certificate .he_certi:hover{
    background: #fff;
  }
  .certificate .pcArrow{
    display: none;
  }
  .certificate .mobileArrow{
    display: block;
  }
  .certificate .certifiLe:hover .leftInfo_1, .certificate .certifiRi:hover .rightInfo_1{
    display: none;
  }
  .develop_01{
    padding: 0.6rem 0;
  }
  .titleText .text{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}