

/* 办公环境 */
.officeEnvironment {
  margin-bottom: 5.46875vw;
}
.officeEnvironment .officeEnvironmentTitle {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin: 2.34375vw 0;
}

.officeEnvironment .officeEnvironmentTitle {
  font-size: 1.60417vw;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.34375vw;
}

.officeEnvironment .officeEnvironmentTitle .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.19583vw;
  height: 3.19583vw;
  font-size: 0.72917vw;
  color: #0158A5;
  border: 0.10417vw solid #0158A5;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  float:right
}
.officeEnvironment .officeEnvironmentTitle.more i {
  font-size: 0.9375vw;
  margin-left: 0vw;
}
.officeEnvironment .officeEnvironmentTitle .more:hover {
  color: #fff;
  background-color: #0158A5;
 margin-left: -0.3vw;
   -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  
}

.officeEnvironment .officeEnvironmentTitle .more i:hover{
  font-size: 0.9375vw;
  margin-left: 0.82083vw;
   -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.officeEnvironment .officeEnvironmentMain ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.officeEnvironment .officeEnvironmentMain ul li {
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375vw;
  cursor: pointer;
}
.officeEnvironment .officeEnvironmentMain ul li:nth-child(1) {
  width: 58.9375%;
}
.officeEnvironment .officeEnvironmentMain ul li:nth-child(2) {
  width: 40.1875%;
}
.officeEnvironment .officeEnvironmentMain ul li:nth-child(n+3) {
  width: 32.6875%;
}
.officeEnvironment .officeEnvironmentMain ul li:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.officeEnvironment .officeEnvironmentMain ul li .image img {
  width: 100%;
  height: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.officeEnvironment .officeEnvironmentMain ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  font-size: 0.9375vw;
  color: #F5F5F7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 0px 2.1875vw 1.45833vw;
}


/* 联系方式 */
.contactusBg .contactus .contactusHeadBg {
  padding: 3.20833vw 0px 6.40625vw;
}
.contactusBg .contactus .contactusHeadBg .contactusTitle {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.8125vw;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul {

  width: 100%;
  min-height: 540px;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  width:33%;
  padding:2% 0;
  float:left;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.10417vw;
  height: 2.13542vw;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li:last-child::after {
  display: none;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75vw;
  height: 3.75vw;
  background: #f99d33;
  border-radius: 50%;
  margin: 0 auto;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li .icon img {
  width: auto;
  height: 2.08333vw;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li .title {
  font-size: 1.25vw;
  color: #000;
  font-weight: 300;
  margin: 1.51042vw 0px 0.36458vw;
}
.contactusBg .contactus .contactusHeadBg .contactusHead ul li .desc {
  font-size: 1vw;
  color: #333333;
  font-family: Gilroy;
  font-weight: bold;
}
.contactusBg .contactus .contactusMain {
  position: relative;
}
.contactusBg .contactus .contactusMain .image {
  position: relative;
}
.contactusBg .contactus .contactusMain .image .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.contactusBg .contactus .contactusMain .image .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.contactusBg .contactus .contactusMain .image .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.contactusBg .contactus .contactusMain .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.contactusBg .contactus .contactusMain .content ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contactusBg .contactus .contactusMain .content ul li {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 8%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.contactusBg .contactus .contactusMain .content ul li:last-child {
  border-right: 0px;
}
.contactusBg .contactus .contactusMain .content ul li:hover {
  -webkit-box-flex: 37%;
  -webkit-flex: 37%;
     -moz-box-flex: 37%;
      -ms-flex: 37%;
          flex: 37%;
}
.contactusBg .contactus .contactusMain .content ul li:hover .desc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0.5s;
  -moz-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
}
.contactusBg .contactus .contactusMain .content ul li .title {
  font-size: 1.14583vw;
  line-height: 1.35417vw;
  height: 1.35417vw;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  margin: 0.88542vw 0px;
}
.contactusBg .contactus .contactusMain .content ul li .desc {
  opacity: 0;
  visibility: hidden;
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25vw;
  height: 1.25vw;
  font-weight: normal;
}

/* 行业应用列表 */
.industry {
  margin: 3.625vw auto 3.22917vw;
}
.industry ul li {
  width: 43%;
  margin-bottom: 5.10417vw;
}
.industry ul li:nth-child(odd) {
  padding-right: 2.65104vw; padding-left: 1vw;
}
.industry ul li:nth-child(even) {
  padding-left: 3.65104vw;
}
.industry ul li:nth-child(2) {
  margin-top: 6.45833vw;
}
.industry ul li a:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.industry ul li a:hover .content .more {
  color: #B8A065;
}
.industry ul li a .image {
  border-radius: 0.625vw;
  overflow: hidden;
}
.industry ul li a .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.industry ul li a .content {
  margin-top: 1.35417vw;
}
.industry ul li a .content .title {
  font-size: 1.5625vw;
  color: #010101;
  font-weight: 500;
  line-height: 2.86458vw;
  margin-bottom: 0.52083vw;
}
.industry ul li a .content .desc {
  font-size: 0.83333vw;
  color: #7E7E7E;
  font-weight: 400;
  line-height: 1.35417vw;
  margin-bottom: 1.5625vw;
}
.industry ul li a .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.72917vw;
  color: #979797;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.industry ul li a .content .more i {
  font-size: 0.83333vw;
  margin-left: 0.41667vw;
}