.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.w1180 {
  width: 80%;
  margin: 0 auto;
}
.img-box {
  position: relative;
}
.img-box img {
  display: block;
  width: 100%;
}
.img-box .banner-info {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
}
.img-box .banner-info h3 {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
}
.img-box .banner-info h3.sub-title {
  color: #1F50AF;
}
.img-box .banner-info .tag {
  display: inline-block;
  margin: 1rem 0;
  font-size: 0.75rem;
  padding: 6px 16px;
  color: #fff;
  background-color: #1E50AF;
}
.img-box .banner-info .desc {
  color: #333;
  font-size: 0.875rem;
}
.service-container {
  margin-top: 2.6904rem;
  width: 60%;
}
.service-container .bread-crumb {
  padding: 1.0762rem 0;
  box-sizing: border-box;
  font-size: 0.48rem;
  color: #47464e;
}
.service-container .bread-crumb a {
  color: #47464e;
}
.service-container .bread-crumb .divide {
  margin: 0 0.27rem;
}
.service-container h3.main-title {
  text-align: center;
  font-size: 0.8071rem;
  font-weight: 600;
  color: #333;
  margin: 1.0762rem 0 0;
}
.service-container .text-wrap {
  padding: 0.8071rem 1.0762rem;
}
.service-container .text-wrap p {
  font-size: 0.5381rem;
  color: #47464E;
  line-height: 1.5;
  margin-bottom: 0.54rem;
}
.service-container .bottom-service .service-list {
  padding: 0 0.54rem 0;
  display: flex;
}
.service-container .bottom-service .service-item {
  width: 33%;
}
.service-container .bottom-service .service-item > div {
  display: flex;
  align-items: flex-start;
  /* margin-top: 2rem; */
  margin-bottom: 3rem;
}
.service-container .bottom-service .service-item .text {
  margin-left: 15px;
  width: 80%;
}
.service-container .bottom-service .service-item .text h4 {
  margin: 0.54rem 0 0.54rem;
  font-size: 0.6054rem;
  font-weight: 600;
  color: #000;
}
.service-container .bottom-service .service-item .text p {
  margin-top: 0.27rem;
  line-height: 1.4;
  color: #747476;
  font-size: 0.5381rem;
  width: 90%;
}
.service-container .bottom-service .service-item .img-wrap {
  /* margin-top: 0.5rem; */
}
.service-container .bottom-service .service-item .img-wrap img {
  max-width: 90%;
}
.service-container .bottom-service .title {
  font-size: 0.875rem;
  color: #47464E;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.bottom-service .service-list.special {
  width: 88%;
  margin: 0 auto;
}
.bottom-service .service-list.special .service-item {
  width: 46%;
}
.advertise {
  margin-top: 2rem;
  position: relative;
}

.advertise .img-wrap img {
  display: block;
  width: 100%;
}

.advertise .text-wrap {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.advertise .text-wrap h4,
.advertise .text-wrap p {
  color: #fff;
  /* font-style: italic; */
}

.advertise .text-wrap h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.advertise .text-wrap p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.index-bottom {
  background-color: #1E51AD;
}
.index-bottom .contact-wrap {
  border-bottom: 1px dotted #fff;
}
.index-bottom .contact-way,
.index-bottom .contact-address {
  display: flex;
  width: 60%;
  margin: 0 auto;
  padding: 3rem 0;
}
.index-bottom .contact-address {
  justify-content: space-between;
}
.index-bottom .contact-way h4,
.index-bottom .contact-way p {
  color: #fff;
}
.index-bottom .contact-way h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.index-bottom .contact-way p {
  font-size: 1.5rem;
}
.index-bottom .contact-way .contact-item {
  margin-right: 50px;
}
.index-bottom .contact-address .left div {
  color: #fff;
  margin-bottom: 1rem;
}
.index-bottom .contact-address .image-wrap {
  margin-left: 2rem;
}
.index-bottom .contact-address .image-wrap img {
  margin-top: 4rem;
}
.copyright {
  text-align: center;
  padding: 15px 5px;
  background-color: #14439D;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.copyright a{
  color: white;
}
.solution .solution-content {
  display: flex;
  margin-top: 4rem;
}
.solution .solution-content .img-box img {
  width: 0.8071rem;
  height: 0.8071rem;
  margin-top: 0.053rem;
}
.solution .solution-content .right {
  margin-left: 0.54rem;
}
.solution .solution-content .right h4 {
  color: #000;
  font-size: 0.67rem;
  font-weight: 600;
}
.solution .solution-content .right p.desc {
  font-size: 0.5381rem;
  color: #888;
  margin: 0.54rem 0 0;
}
.solution .solution-content .right .product-wrap {
  display: flex;
  flex-wrap: wrap;
}
.solution .solution-content .right .product-wrap .product-item {
  width: 25%;
  margin-top: 1.56rem;
}
.solution .solution-content .right .product-wrap .product-item.auto {
  width: auto;
}
.solution .solution-content .right .product-wrap .product-item img {
  max-width: 85%;
}
.solution .solution-content .right .product-wrap .product-item p.project-name {
  max-width: 85%;
  text-align: center;
  color: #666;
  font-size: 0.54rem;
  margin-top: 0.54rem;
  font-weight: 500;
}
.section2 .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.7rem auto 0;
  text-align: left;
}
.section2 .left-part {
  width: 50%;
}
.section2 .left-part .left-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.section2 .left-part .img-wrap img {
  max-width: 80%;
}
.section2 .left-bottom .bottom-item:first-child {
  margin-left: -1.6rem;
}
.section2 .left-bottom .bottom-item .count {
  display: flex;
  align-items: flex-end;
  margin-top: 1.2rem;
  margin-bottom: 0.34rem;
}
.section2 .left-bottom .bottom-item img {
  margin-left: 0.17rem;
}
.section2 .left-bottom .bottom-item div:last-child {
  color: #A1A2A6;
}
.section2 .bottom .right-part {
  /* margin-left: 2%; */
  /* margin-top: 0.5rem; */
  width: 20rem;
}
.section2 .bottom .right-part.ml-0 {
  margin-left: 0;
}
.section2 .bottom .right-part h4 {
  color: #0059FB;
  font-size: 1.0815rem;
  font-weight: 700;
}
.section2 .bottom .right-part h3 {
  font-size: 0.94rem;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #303539;
}
.section2 .bottom .right-part .sub-title {
  margin-top: 0.34rem;
  font-size: 0.34rem;
  color: #565658;
  line-height: 1.5;
}
.section2 .bottom .right-part .item-wrap {
  margin-right: 1rem;
}
.section2 .bottom .right-part .right-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.section2 .bottom.RFIDMachine .right-part .right-item {
  margin-top: 1.8rem;
}
.section2.mt20 .bottom .right-part .right-item {
  margin-top: 0.67rem;
}
.section2.mt30 .bottom .right-part .right-item {
  margin-top: 1rem;
}
.section2 .bottom .right-part .right-item div {
  margin-left: 0.67rem;
}
.section2 .bottom .right-part .right-item h3 {
  margin: 0;
  margin-bottom: 0.23rem;
  color: #303539;
  font-size: 0.74rem;
  font-weight: 600;
}
.section2 .bottom .right-part .right-item p {
  font-size: 0.5381rem;
  color: #A0A0A2;
  line-height: 1.4;
}
.section2 .bottom .right-part .right-item img {
  width: 1.5rem;
}
.advertise {
  margin-top: 2rem;
  position: relative;
}

.advertise .img-wrap img {
  display: block;
  width: 100%;
}

.advertise .text-wrap {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.advertise .text-wrap h4,
.advertise .text-wrap p {
  color: #fff;
  /* font-style: italic; */
}

.advertise .text-wrap h4 {
  font-size: 0.8rem;
  font-weight: 700;
}

.advertise .text-wrap p {
  margin-top: 0.75rem;
  font-size: 0.47rem;
}

.index-bottom {
  background-color: #1e51ad;
}

.index-bottom .contact-wrap {
  border-bottom: 1px dotted #fff;
}

.index-bottom .contact-way,
.index-bottom .contact-address {
  display: flex;
  width: 60%;
  margin: 0 auto;
  padding: 48px 0;
}

.index-bottom .contact-address {
  justify-content: space-between;
}

.index-bottom .contact-way h4,
.index-bottom .contact-way p {
  color: #fff;
}

.index-bottom .contact-way h4 {
  margin-bottom: 16px;
  font-size: 0.535rem;
}

.index-bottom .contact-way p {
  font-size: 0.8rem;
}

.index-bottom .contact-way .contact-item {
  margin-right: 50px;
}

.index-bottom .contact-address .left div {
  font-size: 0.5375rem;
  color: #fff;
  margin-bottom: 16px;
}

.index-bottom .contact-address .image-wrap {
  margin-left: 2rem;
}

.index-bottom .contact-address .image-wrap img {
  margin-top: 4rem;
}

.copyright {
  text-align: center;
  padding: 15px 5px;
  background-color: #14439d;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.copyright a {
  color: #fff;
  cursor: pointer;
}