* {
  margin: 0;
  padding: 0;
  /* background: rgba(0, 0, 0, 0);filter:alpha(opacity=0); */
}

ol, ul {
  list-style: none;
}

a {
  outline: 0;
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

body {
  font-size: 14px;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'Helvetica Neue', Helvetica, STHeitiSC-Light, WOL_SB, 'Microsoft YaHei UI', 'Microsoft YaHei', 'Segoe UI Semibold', 'Segoe UI', Tahoma, sans-serif;
  min-width: 1366px;
  -ms-overflow-style: scrollbar;
}

.w {
  width: 1366px;
  margin: 0 auto;
}

.clearfix:after, .clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

header {
  height: 1028px;
  background: url('../images/solutions/banner.jpg') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: background .5s;
  box-sizing: border-box;
}

header.header1 {
  background: url('../images/solutions/banner1.webp') no-repeat center bottom;
  background-size: cover;
}
header.header2 {
  background: url('../images/solutions/banner2.webp') no-repeat center bottom;
  background-size: cover;
}
header.header3 {
  background: url('../images/solutions/banner3.jpg') no-repeat center bottom;
  background-size: cover;
}
header.header4 {
  background: url('../images/solutions/banner4.webp') no-repeat center bottom;
  background-size: cover;
}

header .header-contaion {
  position: relative;
}

header .header-top--des {
  position: absolute;
  width: 100%;
  height: 195px;
  top: 430px;
  left: 50%;
  transform: translateX(-50%);
}

header .header-top--des .title1 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 89px;
  text-align: center;
}
header .header-top--des .title2 {
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
  margin-top: 24px;
}

header .header-top--des .title1::selection {
  background: transparent;
}
header .header-top--des .title2::selection {
  background: transparent;
}

header .header-top--des img {
  height: 128px;
}

header .header-top--des .title {
  height: 52px;
  margin-top: 15px;
  font-family: PingFangSC-Regular;
  font-size: 37px;
  color: #FFFFFF;
  letter-spacing: .93px;
  text-align: center;
}

.pro_container .contact {
  height: 56px;
  display: flex;
  width: auto;
  justify-content: space-around;
  border-bottom: 1px solid #EEEEEE;
  line-height: 30px;
  box-sizing: border-box;
  padding-top: 12px;
}

.pro_container .contact > div {
  position: relative;
}

.pro_container .contact span {
  display: inline-block;
  font-family: 'DINAlternate-Bold';
  font-size: 20px;
  color: #00B38A;
  margin-left: 8px;
}

.pro_container .contact .contact_desc {
  width: 178px;
  height: 32px;
  background: #00B38A;
  border-radius: 17px;
  text-align: center;
  line-height: 32px;
  font-family: 'PingFangSC-Regular';
  font-size: 17px;
  color: #FFFFFF;
  cursor: pointer;
}
.product-item {
  overflow: hidden;
}
.product-item .content {
  width: 1280px;
  margin: 0 auto;
}
.product-item .title1 {
  margin-top: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.product-item .title2 {
  font-size: 18px;
  text-align: center;
  color: #666666;
  line-height: 25px;
  font-weight: normal;
}

.product-plan .content {
  margin: 40px auto 80px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.product-plan .content .left {
  flex: 1;
  height: 450px;
}
.product-plan .content .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-plan .content .right {
  position: relative;
  flex: 1;
  background-color: #f6f7fa;
  height: 450px;
  box-sizing: border-box;
}

.product-plan .content .right .title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 33px;
  text-align: left;
  margin-top: 100px;
  margin-left: 90px;
}

.product-plan .content .right .desc {
  font-size: 18px;
  text-align: left;
  color: #333333;
  line-height: 25px;
  margin-left: 90px;
  margin-top: 24px;
  width: 440px;
  letter-spacing: .02px;
}

.product-plan .content .right img {
  position: absolute;
  width: 313px;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.product-function {
  background-color: #f6f7fa;
}

.product-function .content {
  margin-top: 50px;
  margin-bottom: 80px;
}

.product-function .content .my-swiper-item {
  height: 355px;
  background: linear-gradient(180deg,#f1f5f9, #f9fbfc);
  border: 1.5px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 2px rgba(51,51,51,.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  /* font-family: 'PingFang SC', 'Microsoft YaHei'; */
}

.product-function .content .my-swiper-item img {
  width: 93px;
  height: 92px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.product-function .content .my-swiper-item .title {
  font-size: 22px;
  color: #333333;
  line-height: 33px;
  font-weight: 500;
}
.product-function .content .my-swiper-item .desc {
  font-size: 18px;
  text-align: center;
  color: #8c8c8c;
  line-height: 25px;
  margin-top: 16px;
  font-weight: 400;
}

.product-advantage-content .product-advantage-item {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  box-sizing: border-box;
}
.product-advantage-content .product-advantage-item:nth-child(even) {
  flex-direction: row-reverse;
  background: linear-gradient(315deg,#f2faf8 1%, #f9fdfc 99%);
}

.product-advantage-content .product-advantage-item .left {
  width: 680px;
}
.product-advantage-content .product-advantage-item .right {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  box-sizing: border-box;
}

.product-advantage-content .product-advantage-item .title {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 42px;
}
.product-advantage-content .product-advantage-item .desc {
  width: 423px;
  /* height: 88px; */
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 26px;
  margin: 16px 0 40px;
}
.product-advantage-content .product-advantage-item .solutions-btn {
  width: 132px;
  height: 40px;
  background: #00b38a;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}
.product-advantage-content .product-advantage-item .left img {
  width: 680px;
  height: 580px;
}

.product-footer {
  height: 240px;
  background: url('../images/solutions/product-advantage-footer.png') no-repeat;
  background-size: cover;
  padding-left: 400px;
}
.product-footer .title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 45px;
  margin-top: 54px;
}
.product-footer .desc {
  font-size: 16px;
  font-weight: Regular;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  margin: 8px 0 20px;
}
.product-footer .solutions-btn {
  width: 132px;
  height: 40px;
  background: #00b38a;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}
.rtls-rfid {
  height: 757px;
  background: url('../images/solutions/RTLS-RFID_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.rtls-rfid .rtls-rfid-wrapper {
  margin: 269px auto 0;
  width: 1350px;
  height: 414px;
}

.rtls-rfid .rtls-rfid-wrapper .rtls-rfid--contain {
  float: right;
  width: 414px;
  height: 270px;
}

.rtls-rfid .rtls-rfid-wrapper .rtls-rfid--contain .des {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  letter-spacing: 0;
  margin: 23px 0 25px;
}

.rtls-rfid .rtls-rfid-wrapper .rtls-rfid--contain li {
  display: inline-block;
  width: 134px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
}

.rtls-rfid .rtls-rfid-wrapper .rtls-rfid--contain li img {
  margin-right: 12px;
}

.rtls-rfid .rtls-rfid-wrapper .rtls-rfid--contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #00B38A;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.schedule {
  position: relative;
  height: 920px;
}

.schedule-contain {
  height: 664px;
  background: url('../images/solutions/schedule_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  text-align: center;
}

.schedule-contain > img {
  width: 1366px;
}

.schedule-contain .schedule-wrapper {
  width: 1366px;
  height: 143px;
  margin: 69px auto 39px;
}

.schedule-contain .schedule-wrapper .title {
  margin: 0 0 27px;
}

.schedule-contain .schedule-wrapper .des {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  margin-bottom: 32px;
}

.schedule-contain .schedule-wrapper li {
  display: inline-block;
  width: 134px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
}

.schedule-contain .schedule-wrapper li img {
  margin-right: 12px;
}

.gpsmonitor {
  height: 757px;
  background: url('../images/solutions/gpsmonitor_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-top: 1px;
}

.gpsmonitor .gpsmonitor-wrapper {
  width: 1100px;
  height: 390px;
  margin: 173px auto 0;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain {
  width: 444px;
  height: 390px;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain p {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  letter-spacing: 0;
  margin: 23px 0 34px;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain li {
  font-weight: 700;
  font-size: 18px;
  color: #2B2C4E;
  margin-bottom: 12px;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain li span {
  color: #65697F;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain li img {
  margin-right: 12px;
}

.gpsmonitor .gpsmonitor-wrapper .gpsmonitor-contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00B38A;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 32px;
  cursor: pointer;
}

.oil {
  /* position: relative; */
  height: 842px;
  background: rgba(231, 234, 239, .43);
  text-align: center;
}

.oil .oil-des {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  letter-spacing: 0;
}

.oil .oil_detail {
  /* position: absolute; */
  width: 1300px;
  height: 612px;
  text-align: left;
  margin: 60px auto 0;
  /* top: 203px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.oil .oil_detail > img {
  width: 882px;
  height: 615px;
}

.oil .oil_detail ul {
  display: inline-block;
}

.oil .oil_detail ul li {
  width: 306px;
  height: 107px;
  box-sizing: border-box;
  padding: 28px 0 0 27px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(101, 105, 127, .16);
  cursor: pointer;
}

.mouseenterBg {
  background-color: #00B38A !important;
}

.mouseenterColor {
  color: #ffffff !important;
}

.oil .oil_detail ul li .itemName {
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #2B2C4E;
  margin-bottom: 4px;
  text-align: left;
}

.oil .oil_detail ul li .itemName img {
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 0;
}

.oil .oil_detail ul li .itemValue {
  height: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #65697F;
}

.oil .oil_detail img {
  vertical-align: top;
  margin-left: 40px;
}

.assistedDrive {
  height: 855px;
  background: url('../images/solutions/driving_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-top: 1px;
}

.assistedDrive .assistedDrive-wrapper {
  width: 1220px;
  height: 300px;
  margin: 300px auto 0;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain {
  width: 443px;
  height: 300px;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain .des {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  letter-spacing: 0;
  margin: 23px 0 25px;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain li {
  display: inline-block;
  width: 134px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain .bigWidth {
  width: 195px;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain li img {
  margin-right: 12px;
}

.assistedDrive .assistedDrive-wrapper .assistedDrive-contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #00B38A;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.tirePressure {
  height: 749px;
  background: url('../images/solutions/tirePressure_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-top: 1px;
}

.tirePressure .tirePressure-wrapper {
  width: 1250px;
  height: 300px;
  margin: 200px auto 0;
}

.tirePressure .tirePressure-wrapper .tirePressure-contain {
  width: 470px;
  height: 300px;
  float: right;
}

.tirePressure .tirePressure-wrapper .tirePressure-contain .des {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 23px 0 25px;
  opacity: .8;
}

.tirePressure .tirePressure-wrapper .tirePressure-contain li {
  display: inline-block;
  width: 134px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.tirePressure .tirePressure-wrapper .tirePressure-contain li img {
  margin-right: 12px;
}

.tirePressure .tirePressure-wrapper .tirePressure-contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #00B38A;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.temAdnHum {
  height: 780px;
  background: url('../images/solutions/temAndHum_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-top: 1px;
}

.temAdnHum-wrapper {
  width: 1120px;
  height: 270px;
  margin: 258px auto 0;
}

.temAdnHum .temAdnHum-wrapper .temAdnHum--contain {
  width: 414px;
  height: 270px;
}

.temAdnHum .temAdnHum-wrapper .temAdnHum--contain .des {
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
  letter-spacing: 0;
  margin: 23px 0 25px;
}

.temAdnHum .temAdnHum-wrapper .temAdnHum--contain li {
  display: inline-block;
  width: 134px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #65697F;
}

.temAdnHum .temAdnHum-wrapper .temAdnHum--contain li img {
  margin-right: 12px;
}

.temAdnHum .temAdnHum-wrapper .temAdnHum--contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #00B38A;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.startNow {
  position: relative;
  height: 311px;
  background: url('../images/solutions/startNow_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding-top: 1px;
}

.startNow-wrapper {
  width: 1100px;
  height: 140px;
  margin: 83px auto 0;
}

.startNow .startNow-wrapper .startNow-contain {
  width: 264px;
  height: 140px;
}

.startNow .startNow-wrapper .startNow-contain .title {
  height: 33px;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}

.startNow .startNow-wrapper .startNow-contain .des {
  height: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin: 13px 0 27px;
}

.startNow .startNow-wrapper .startNow-contain .getProductShow {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #00B38A;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.serviceProcess {
  height: 400px;
  background: url('../images/solutions/process_bg.png') no-repeat;
  background-position: center center;
  background-size: cover;
}

.serviceProcess .title {
  margin: 84px 0 60px;
  text-align: center;
  height: 70px;
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
}

.serviceProcess .process {
  margin: 0 auto;
  width: 1268px;
  height: 105px;
  display: flex;
  justify-content: space-between;
}

.serviceProcess .process .process-item {
  width: 88px;
  height: 100%;
  text-align: center;
}

.serviceProcess .process .process-line {
  width: 124px;
  height: 2px;
  margin-top: 25px;
  background-color: rgba(216, 216, 216, .1);
}

.serviceProcess .process .process-item img {
  width: 62px;
  height: 58px;
}

.serviceProcess .process .process-item .item-title {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  font-size: 22px;
  color: #E0E0E0;
}

.footer {
  height: 358px;
  background: url('../images/solutions/footer_bg.png') no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.footer .footer-wrapper {
  width: 1320px;
  height: 100%;
  margin: 0 auto;
}

.footer .footer-wrapper .logo {
  margin: 32px 0;
}

.footer .footer-wrapper .companyDetail {
  height: 178px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  margin-bottom: 32px;
}

.footer .footer-wrapper .companyDetail .left-detail {
  width: 500px;
  height: 110px;
  float: left;
  margin-top: 32px;
}

.footer .footer-wrapper .companyDetail .left-detail .left-detail-contain {
  height: 26px;
  line-height: 26px;
}

.footer .footer-wrapper .companyDetail .left-detail .left-detail-contain .label {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  font-family: PingFangSC-Regular;
  font-size: 16.89px;
  color: #FFFFFF;
}

.footer .footer-wrapper .companyDetail .left-detail .left-detail-contain .value {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  opacity: .9;
  font-family: DINAlternate;
  font-weight: 700;
  font-size: 22.56px;
  color: #FFFFFF;
}

.footer .footer-wrapper .companyDetail .left-detail .address {
  height: 24px;
  line-height: 24px;
  opacity: .8;
  font-family: PingFangSC-Regular;
  font-size: 16.89px;
  color: #FFFFFF;
}

.footer .footer-wrapper .companyDetail .right-erweima {
  width: 100px;
  height: 131px;
  float: right;
  margin: 22px 10px 0 0;
  text-align: center;
}

.footer .footer-wrapper .companyDetail .right-erweima .des {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  color: #9FA2A8;
  margin-top: 10px;
}

.footer .footer-wrapper .remarks {
  height: 19px;
  font-family: AvenirNext-Regular;
  font-size: 15px;
  color: #9FA2A8;
}

.dialog {
  width: 100%;
  height: 550px;
  display: none;
  opacity: .9;
  background: #030303;
  position: fixed;
  top: 0;
}

.dialog_container {
  width: 1200px;
  height: 338px;
  margin: 106px auto;
  display: flex;
}

.dialog .form {
  width: 726px;
  height: 100%;
  box-sizing: border-box;
  padding-right: 60px;
}

.dialog .form span {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 25px;
}

.dialog .form .fir {
  margin-left: 0;
}

.dialog .form #message {
  width: 100%;
  height: 102px;
  opacity: .8;
  background: #030303;
  border: 1px solid #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  letter-spacing: 0;
}

.dialog .form span .txt {
  height: 28px;
  border: none;
  width: 175px;
  border-bottom: 1px solid #FFFFFF;
  opacity: .8;
  background: #030303;
  color: #ffffff;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  letter-spacing: 0;
}

.dialog .form #bin_txt {
  width: 248px;
}

.dialog .form .form_con {
  font-family: 'PingFangSC-Medium';
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.dialog .form .form_desc {
  opacity: .66;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.dialog .dia_con {
  flex: 1;
  height: 296px;
  border-left: 1px solid rgba(151, 151, 151, .2);
  box-sizing: border-box;
  padding-left: 62px;
}

.dialog .form .btn {
  width: 156px;
  height: 42px;
  background: #00B38A;
  border: none;
  border-radius: 4px;
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 30px;
}

.dialog .form .btn img {
  margin-left: 5px;
  margin-top: -8px;
}

.dialog .dia_con .ser_tel {
  font-family: 'PingFangSC-Medium';
  font-size: 24px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.dialog .dia_con .work_time {
  opacity: .66;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 35px;
}

.dialog .dia_con .tels {
  margin-right: 20px;
}

.dialog .dia_con .tel_img {
  width: 350px;
}

.dialog .dia_con .tel_num {
  margin-bottom: 24px;
}


.bottom {
  width: 100%;
  height: 395px;
  box-sizing: border-box;
  padding-left: 300px;
  padding-top: 34px;
  background-image: url('../images/bottom.png');
  background-size: 100% 100%;
}

.bottom .bot_left {
  width: 80%;
  height: 100%;
}

.bottom .bot_left .b_top {
  margin-bottom: 24px;
}

.bottom .bot_left .b_top .tit {
  display: inline-block;
  font-family: 'PingFangSC-Semibold';
  font-size: 16px;
  color: #FFFFFF;
  border-left: 1px solid #ffffff;
  position: absolute;
  margin-left: 10px;
  margin-top: 9px;
  box-sizing: border-box;
  padding-left: 8px;
}

.bottom .bot_left .bot_con {
  border-top: 1px solid rgba(255, 255, 255, .30);
  border-bottom: 1px solid rgba(255, 255, 255, .30);
  box-sizing: border-box;
  padding: 30px 10px 30px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.tel_address p {
  font-family: 'DINAlternate-Bold';
  font-size: 22px;
  color: #FFFFFF;
  opacity: .9;
}

.tel_address .tel, .tel_address .meail {
  margin-bottom: 16px;
}

.tel_address span {
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
}

.tel_address .address {
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
  opacity: .8;
}

.bottom {
  display: flex;
}

.bottom .bot_left {
  /* margin-top: 32px; */
  font-family: 'AvenirNext-Regular';
  font-size: 15px;
  color: #9FA2A8;
}

.bottom .bot_right {
  width: 40px;
  height: 168px;
  background: red;
  margin-top: 59px;
  margin-left: 220px;
}

.wxBlock::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 156px;
  height: 167px;
  background: url('../images/wxzx.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}
.wxBlock:hover::after {
  display: block;
}
