#index .index-banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a;
}
#index .index-banner .swiper-container {
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-wrapper {
  height: 100% !important;
  transition-timing-function: linear;
}
#index .index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#index .index-banner .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .swiper-slide .texts {
  width: 75%;
  max-width: 1440px;
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#index .index-banner .swiper-slide .texts .text01 {
  font-size: 60px;
  line-height: 60px;
}
#index .index-banner .swiper-slide .texts .text02 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}
#index .index-banner .swiper-pagination-index {
  width: 100%;
  bottom: 40px;
  z-index: 100;
  position: absolute;
}
#index .index-banner .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background-color: #fff;
  opacity: 0.6;
  outline: none;
  transition: all 0.6s;
  margin: 0 10px;
  border-radius: 0;
}
#index .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0068b6;
  transition: all 0.6s;
}
#index .index-title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  padding: 60px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .index-title .more {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}
#index .index-title .more .arr {
  border: 2px solid #999;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 17px;
  text-align: center;
}
#index .index-title .more .arr i {
  font-size: 12px;
}
#index .last-product .items {
  display: flex;
  flex-wrap: wrap;
}
#index .last-product .items .item {
  width: 24%;
  transition: all 0.6s;
  display: block;
  margin-right: 1.333%;
  margin-bottom: 1.333%;
  background-color: #fff;
}
#index .last-product .items .item .pic {
  width: 100%;
  overflow: hidden;
}
#index .last-product .items .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index .last-product .items .item .info {
  background-color: #fff;
  transition: all 0.6s;
  padding: 15px 30px;
}
#index .last-product .items .item .info .t1 {
  font-size: 16px;
  color: #333;
}
#index .last-product .items .item .info .t2 {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
#index .last-product .items .item.item01 {
  width: 49.3%;
}
#index .last-product .items .item:nth-of-type(3) {
  margin-right: 0;
}
#index .last-product .items .item:nth-of-type(7) {
  margin-right: 0;
}
#index .last-product .items .item:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2);
}
#index .last-product .items .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .last-product .items .item:hover .info {
  background-color: #0f6ab4;
}
#index .last-product .items .item:hover .info .t1 {
  color: #f1f2f3;
}
#index .last-product .items .item:hover .info .t2 {
  color: #bce2ff;
}
#index .solution-box .solution-banner {
  width: 100%;
  height: 460px;
  position: relative;
}
#index .solution-box .solution-banner .swiper-solution {
  height: 100%;
}
#index .solution-box .solution-banner .swiper-wrapper {
  height: 100%;
}
#index .solution-box .solution-banner .swiper-slide {
  width: 24% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#index .solution-box .solution-banner .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#index .solution-box .solution-banner .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 60px 30px 0;
  top: 0;
  left: 0;
  background-color: rgba(15, 106, 180, 0.7);
  display: none;
}
#index .solution-box .solution-banner .swiper-slide .mask .left {
  width: 58%;
  padding-right: 5%;
  position: relative;
}
#index .solution-box .solution-banner .swiper-slide .mask .left .title .tt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#index .solution-box .solution-banner .swiper-slide .mask .left .title .line {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
}
#index .solution-box .solution-banner .swiper-slide .mask .left .info {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}
#index .solution-box .solution-banner .swiper-slide .mask .left .more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 50px;
}
#index .solution-box .solution-banner .swiper-slide .mask .right {
  width: 42%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/10.png");
  background-size: 5px auto;
  padding-left: 5%;
}
#index .solution-box .solution-banner .swiper-slide .mask .right ul li {
  list-style: disc;
  color: #fff;
  line-height: 36px;
}
#index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
  font-size: 16px;
  color: #fff;
  padding-bottom: 3px;
}
#index .solution-box .solution-banner .swiper-slide .mask .right ul li:hover .item {
  box-shadow: 0 1px #fff;
}
#index .solution-box .solution-banner .swiper-slide .bottoms {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#index .solution-box .solution-banner .swiper-slide .bottoms .title {
  color: #fff;
}
#index .solution-box .solution-banner .swiper-slide .bottoms .title .t1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
#index .solution-box .solution-banner .swiper-slide .bottoms .title .line {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
}
#index .solution-box .solution-banner .swiper-slide.swiper-slide-active {
  width: 50% !important;
}
#index .solution-box .solution-banner .swiper-slide.swiper-slide-active .mask {
  display: flex;
}
#index .solution-box .solution-banner .swiper-slide.swiper-slide-active .bottoms {
  display: none;
}
#index .solution-box .solution-banner .prevNext-box {
  width: 87.5%;
  max-width: 1680px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 104, 182, 0.8);
}
#index .solution-box .solution-banner .prevNext-box .prev i, #index .solution-box .solution-banner .prevNext-box .next i {
  font-size: 16px;
  color: #fff;
}
#index .solution-box .solution-banner .prevNext-box .prev.swiper-button-disabled, #index .solution-box .solution-banner .prevNext-box .next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}
#index .solution-box .solution-banner .prevNext-box .prev {
  left: 0;
}
#index .solution-box .solution-banner .prevNext-box .next {
  right: 0;
}
#index .solution-box .solution-banner .swiper-pagination-solution {
  width: 100%;
  bottom: -40px;
  z-index: 100;
}
#index .solution-box .solution-banner .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  background-color: #ddd;
  opacity: 0.6;
  outline: none;
  transition: all 0.6s;
  margin: 0 10px;
  border-radius: 0;
}
#index .solution-box .solution-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0068b6;
  transition: all 0.6s;
}
#index .news-box .news-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#index .news-box .news-content .item {
  background-color: #fff;
  display: flex;
  transition: all 0.6s;
  border-bottom: 1px solid #f5f6f7;
  padding: 25px 0 25px 30px;
}
#index .news-box .news-content .item .text-box {
  width: calc(100% - 120px);
  padding-right: 50px;
}
#index .news-box .news-content .item .text-box .tt {
  font-size: 20px;
  line-height: 20px;
}
#index .news-box .news-content .item .text-box .desc {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  height: 56px;
  margin-top: 15px;
}
#index .news-box .news-content .item .date {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
  border-left: 1px solid #eee;
  font-size: 14px;
  color: #0f6ab4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#index .news-box .news-content .item .date .t1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}
#index .news-box .news-content .item .date .t2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  font-weight: bold;
}
#index .news-box .news-content .item:hover {
  background-color: #0f6ab4;
  box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2);
}
#index .news-box .news-content .item:hover .text-box {
  color: #fff;
}
#index .news-box .news-content .item:hover .text-box .desc {
  color: #bbe1ff;
}
#index .news-box .news-content .item:hover .date {
  color: #fff;
}
#index .news-box .news-content .left {
  width: 49.3%;
  background-color: #fff;
}
#index .news-box .news-content .left .pic {
  width: 100%;
}
#index .news-box .news-content .left .pic img {
  width: 100%;
}
#index .news-box .news-content .left .item {
  border-bottom: 0;
}
#index .news-box .news-content .left:hover .item {
  background-color: #0f6ab4;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#index .news-box .news-content .left:hover .item .text-box {
  color: #fff;
}
#index .news-box .news-content .left:hover .item .text-box .desc {
  color: #fff;
}
#index .news-box .news-content .left:hover .item .date {
  color: #fff;
}
#index .news-box .news-content .right {
  width: 49.3%;
}
#index .news-box .news-content .right .item {
  margin-bottom: 20px;
}
#index .news-box .news-content .right .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
#index .about-box {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 500px;
  padding: 90px 0 0 60px;
  background-image: url("../img/06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .about-box .info-box {
  width: 49.3%;
}
#index .about-box .info-box .title-box {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
#index .about-box .info-box .title-box .title {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
#index .about-box .info-box .title-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #ecf7ff;
  margin-top: 20px;
}
#index .about-box .info-box .num-box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
#index .about-box .info-box .num-box .item .num {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#index .about-box .info-box .num-box .item .num span {
  font-size: 48px;
  line-height: 48px;
  margin-right: 10px;
}
#index .about-box .info-box .num-box .item .tt {
  margin-top: 10px;
  font-size: 14px;
}
#index .about-box .info-box .num-box .item .tt p {
  color: #edf7ff;
  line-height: 28px;
}

#search .search-result {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
#search .search-result .result-nav {
  border-bottom: 1px solid #f1f2f3;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .search-result .result-nav .item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  font-size: 16px;
  transition: all 0.6s;
  border: 1px solid #eee;
  margin-right: 20px;
  display: block;
}
#search .search-result .result-nav .item.active, #search .search-result .result-nav .item:hover {
  background-color: #0068b6;
  color: #fff;
  border: 1px solid #0068b6;
}
#search .search-result .result-nav .item:last-of-type {
  margin-right: 0;
}
#search .search-result .items-box {
  padding: 0 40px;
  border-bottom: 1px solid #f1f2f3;
}
#search .search-result .items-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #f1f2f3;
}
#search .search-result .items-box .item .title {
  width: 70%;
  font-size: 16px;
  color: #333;
}
#search .search-result .items-box .item .date {
  color: #999;
  font-size: 14px;
}
#search .search-result .items-box .item:last-of-type {
  border-bottom: 0;
}

#state .state-box {
  margin-bottom: 60px;
  padding: 40px 40px 70px;
  background-color: #fff;
}
#state .state-box .title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #f1f2f3;
  padding-bottom: 30px;
}
#state .state-box .content {
  padding-top: 40px;
}
#state .state-box .content img {
  max-width: 100%;
}

#website .website-box {
  padding: 0 40px 40px;
  background-color: #fff;
  margin-bottom: 60px;
}
#website .website-box .items-cont {
  padding: 35px 0;
  border-bottom: 1px solid #f1f2f3;
}
#website .website-box .items-cont .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
#website .website-box .items-cont .items-box {
  margin-top: 25px;
}
#website .website-box .items-cont .items-box .tt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
#website .website-box .items-cont .items-box .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
#website .website-box .items-cont .items-box .items .item {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #666;
  padding: 0 10px;
  border-right: 1px solid #666;
}
#website .website-box .items-cont .items-box .items .item:hover {
  color: #0068b6;
}
#website .website-box .items-cont .items-box .items .item:first-of-type {
  padding-left: 0;
}
#website .website-box .items-cont .items-box .items .item:last-of-type {
  border-right: 0;
}

#news .news-box {
  padding: 40px 0;
  background-color: #fff;
}
#news .news-box .news-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#news .news-box .news-content .item {
  background-color: #fff;
  display: flex;
  transition: all 0.6s;
  padding: 25px 0 25px 30px;
}
#news .news-box .news-content .item .text-box {
  width: calc(100% - 120px);
  padding-right: 50px;
}
#news .news-box .news-content .item .text-box .tt {
  font-size: 20px;
  line-height: 20px;
}
#news .news-box .news-content .item .text-box .desc {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  height: 56px;
  margin-top: 15px;
}
#news .news-box .news-content .item .date {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
  border-left: 1px solid #eee;
  font-size: 14px;
  color: #0f6ab4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#news .news-box .news-content .item .date .t1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}
#news .news-box .news-content .item .date .t2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  font-weight: bold;
}
#news .news-box .news-content .item:hover {
  background-color: #0f6ab4;
  box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2);
}
#news .news-box .news-content .item:hover .text-box {
  color: #fff;
}
#news .news-box .news-content .item:hover .text-box .desc {
  color: #bbe1ff;
}
#news .news-box .news-content .item:hover .date {
  color: #fff;
}
#news .news-box .news-content .left {
  width: 49.3%;
  background-color: #fff;
}
#news .news-box .news-content .left .pic {
  width: 100%;
}
#news .news-box .news-content .left .pic img {
  width: 100%;
}
#news .news-box .news-content .left .item {
  border-bottom: 0;
}
#news .news-box .news-content .left:hover .item {
  background-color: #0f6ab4;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#news .news-box .news-content .left:hover .item .text-box {
  color: #fff;
}
#news .news-box .news-content .left:hover .item .text-box .desc {
  color: #fff;
}
#news .news-box .news-content .left:hover .item .date {
  color: #fff;
}
#news .news-box .news-content .right {
  width: 49.3%;
}
#news .news-box .news-content .right .item {
  margin-bottom: 18px;
}
#news .news-box .news-content .right .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
#news .news-list {
  margin-bottom: 60px;
}
#news .news-list .news-nav {
  padding: 30px 0;
}
#news .news-list .news-nav .item {
  padding-bottom: 10px;
  color: #999;
  font-size: 14px;
  position: relative;
  margin-right: 30px;
}
#news .news-list .news-nav .item:last-of-type {
  margin-right: 0;
}
#news .news-list .news-nav .item.active, #news .news-list .news-nav .item:hover {
  color: #0068b6;
}
#news .news-list .news-nav .item.active:before, #news .news-list .news-nav .item:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0068b6;
  bottom: 0;
  left: 0;
}
#news .news-list .news-items {
  display: flex;
  flex-wrap: wrap;
}
#news .news-list .news-items .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  position: relative;
}
#news .news-list .news-items .item .pic {
  width: 100%;
  overflow: hidden;
}
#news .news-list .news-items .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#news .news-list .news-items .item .info-box {
  padding: 25px 25px 70px;
}
#news .news-list .news-items .item .info-box .title {
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
#news .news-list .news-items .item .info-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 15px;
}
#news .news-list .news-items .item .info-box .date {
  font-size: 14px;
  color: #bbb;
  position: absolute;
  left: 25px;
  bottom: 25px;
}
#news .news-list .news-items .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#news .news-list .news-items .item:nth-of-type(3n) {
  margin-right: 0;
}
#news .news-list .count {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#news .news-list .more {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  background-color: #0068b6;
  margin: 0 auto;
}
#news .news-detail {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 80px;
}
#news .news-detail .items {
  display: flex;
}
#news .news-detail .items .left-content {
  width: 68%;
  border-right: 1px solid #f1f2f3;
  padding: 40px 30px 55px;
}
#news .news-detail .items .left-content .title-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f2f3;
}
#news .news-detail .items .left-content .title-box .title {
  font-size: 30px;
  color: #333;
}
#news .news-detail .items .left-content .title-box .desc {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
#news .news-detail .items .left-content .content {
  padding-top: 30px;
}
#news .news-detail .items .left-content .content img {
  max-width: 100%;
}
#news .news-detail .items .left-content .content li {
  list-style: disc;
}
#news .news-detail .items .right-content {
  width: 32%;
  padding: 40px 30px;
}
#news .news-detail .items .right-content .title {
  font-size: 30px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
#news .news-detail .items .right-content .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: #0068b6;
  top: 0;
}
#news .news-detail .items .right-content .item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #f1f2f3;
}
#news .news-detail .items .right-content .item .tt {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
#news .news-detail .items .right-content .item .date {
  font-size: 14px;
  color: #bbb;
  margin-top: 20px;
}

#solution .solution-list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
#solution .solution-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s;
}
#solution .solution-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#solution .solution-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#solution .solution-list .item .info {
  padding: 30px 30px 50px;
}
#solution .solution-list .item .info .title {
  font-size: 26px;
  line-height: 26px;
}
#solution .solution-list .item .info .desc {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  height: 80px;
  margin-top: 20px;
}
#solution .solution-list .item .info .lines {
  margin-top: 10px;
}
#solution .solution-list .item .info .lines .line {
  font-size: 16px;
  line-height: 36px;
}
#solution .solution-list .item .info .lines .line i {
  font-size: 16px;
  color: #0068b6;
  margin-right: 10px;
}
#solution .solution-list .item .info .lines .line a {
  color: #333;
}
#solution .solution-list .item .info .lines .line a:hover {
  color: #0068b6;
}
#solution .solution-list .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 80, 145, 0.2);
}
#solution .solution-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#solution .solution-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#solution .solution-detail {
  padding: 0 40px;
  margin: 30px 0 60px;
  background-color: #fff;
}
#solution .solution-detail .title {
  font-size: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f1f2f3;
  padding: 40px 0 30px;
}
#solution .solution-detail .content {
  padding: 30px 0;
}
#solution .solution-detail .content img {
  max-width: 100%;
}
#solution .solution-detail .content li {
  list-style: disc;
}
#solution .solution-detail .detail-bottom {
  padding: 30px 40px;
  border-top: 1px solid #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#solution .solution-detail .detail-bottom .left {
  font-size: 16px;
  color: #999;
}
#solution .solution-detail .detail-bottom .left .pg {
  line-height: 30px;
}
#solution .solution-detail .detail-bottom .left .pg .item {
  color: #999;
}
#solution .solution-detail .detail-bottom .left .pg:hover .item {
  color: #333;
}
#solution .solution-detail .detail-bottom .back {
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
}
#solution .solution-items {
  margin: 30px 0 60px;
}
#solution .solution-items .title-box {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  padding: 0 40px;
}
#solution .solution-items .items .item {
  display: flex;
  padding: 40px;
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
  transition: all 0.6s;
  position: relative;
}
#solution .solution-items .items .item .pic {
  width: 300px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#solution .solution-items .items .item .pic img {
  width: 100%;
  opacity: 0;
}
#solution .solution-items .items .item .info {
  padding-left: 40px;
}
#solution .solution-items .items .item .info .tt {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
#solution .solution-items .items .item .info .desc {
  font-size: 16px;
  line-height: 28px;
  height: 80px;
  color: #666;
  margin-top: 10px;
}
#solution .solution-items .items .item .info .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.6s;
}
#solution .solution-items .items .item .info .more i {
  font-size: 16px;
  color: #bbb;
}
#solution .solution-items .items .item .info .more span {
  margin-left: 20px;
}
#solution .solution-items .items .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 80, 145, 0.2);
  border: 0;
}
#solution .solution-items .items .item:hover .info .more {
  border: 1px solid #0f6ab4;
  background-color: #0f6ab4;
  color: #fff;
}
#solution .solution-items .items .item:hover .info .more i {
  color: #fff;
}

#about .about-box {
  padding: 0 40px 50px;
  background-color: #fff;
  margin-top: 30px;
}
#about .about-box .about-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 40px 0 30px;
  border-bottom: 1px solid #f1f2f3;
}
#about .about-box .desc-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#about .about-box .desc-box .info-box {
  width: 36%;
  padding-top: 30px;
}
#about .about-box .desc-box .info-box .info {
  height: 280px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding-right: 10px;
}
#about .about-box .desc-box .info-box .info::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #f3f4f5;
}
#about .about-box .desc-box .info-box .info::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}
#about .about-box .desc-box .info-box .info::-webkit-scrollbar-thumb {
  background-color: #0068b6;
}
#about .about-box .desc-box .info-box .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  transition: all 0.6s;
}
#about .about-box .desc-box .info-box .more i {
  font-size: 16px;
  color: #bbb;
}
#about .about-box .desc-box .info-box .more span {
  margin-left: 20px;
}
#about .about-box .desc-box .info-box .more:hover {
  background-color: #0068b6;
  color: #fff;
}
#about .about-box .desc-box .info-box .more:hover i {
  color: #fff;
}
#about .about-box .desc-box .video-box {
  width: 55.5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/33.png");
  position: relative;
}
#about .about-box .desc-box .video-box img {
  width: 100%;
  opacity: 0;
}
#about .about-box .desc-box .video-box .play-box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .about-box .desc-box .video-box .play-box i {
  font-size: 60px;
}
#about .about-box .desc-box .video-box .play-box .text {
  margin-top: 20px;
  font-size: 18px;
}
#about .about-box .culture-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#about .about-box .culture-box .items {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.6s;
}
#about .about-box .culture-box .items img {
  width: 100%;
  opacity: 0;
}
#about .about-box .culture-box .items .text-box {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
#about .about-box .culture-box .items .text-box i {
  font-size: 50px;
}
#about .about-box .culture-box .items .text-box .title {
  margin-top: 20px;
}
#about .about-box .culture-box .items .text-box .title .cn {
  font-size: 24px;
  line-height: 24px;
}
#about .about-box .culture-box .items .text-box .title .en {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}
#about .about-box .culture-box .items .text-box .txt {
  margin-top: 20px;
  font-size: 24px;
}
#about .about-box .culture-box .items.left {
  width: 32.5%;
}
#about .about-box .culture-box .items.item01 {
  background-image: url("../img/34.png");
}
#about .about-box .culture-box .items.item02 {
  background-image: url("../img/35.png");
}
#about .about-box .culture-box .items.item03 {
  background-image: url("../img/36.png");
}
#about .about-box .culture-box .items.item04 {
  background-image: url("../img/37.png");
}
#about .about-box .culture-box .items.item05 {
  background-image: url("../img/38.png");
}
#about .about-box .culture-box .items:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}
#about .about-box .culture-box .right {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
}
#about .about-box .culture-box .right .items {
  width: 48.8%;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
}
#about .about-box .culture-box .right .items:nth-of-type(2n) {
  margin-right: 0;
}
#about .about-box .culture-box .right .items:nth-of-type(3) {
  margin-bottom: 0;
}
#about .about-box .culture-box .right .items:nth-of-type(4) {
  margin-bottom: 0;
}
#about .about-box .develop-banner {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
#about .about-box .develop-banner .swiper-develop {
  height: 100%;
}
#about .about-box .develop-banner .swiper-wrapper {
  height: 100%;
}
#about .about-box .develop-banner .swiper-slide {
  width: 30% !important;
  padding-right: 3%;
  border-right: 1px solid #f1f2f3;
}
#about .about-box .develop-banner .swiper-slide .year {
  font-size: 14px;
  font-weight: bold;
}
#about .about-box .develop-banner .swiper-slide .year span {
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}
#about .about-box .develop-banner .swiper-slide .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
}
#about .about-box .develop-banner .swiper-slide img {
  max-width: 100%;
}
#about .develop-box {
  position: relative;
  margin-bottom: 60px;
}
#about .develop-box .prevNext-box {
  width: 87.5%;
  max-width: 1680px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#about .develop-box .prevNext-box .prev, #about .develop-box .prevNext-box .next {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 104, 182, 0.8);
}
#about .develop-box .prevNext-box .prev i, #about .develop-box .prevNext-box .next i {
  font-size: 16px;
  color: #fff;
}
#about .develop-box .prevNext-box .prev.swiper-button-disabled, #about .develop-box .prevNext-box .next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}
#about .develop-box .prevNext-box .prev {
  left: 0;
}
#about .develop-box .prevNext-box .next {
  right: 0;
}

#honor .honor-box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#honor .honor-box .item {
  width: 23.4%;
  margin-right: 2.13%;
  margin-bottom: 2.13%;
  transition: all 0.6s;
  padding: 30px 30px 20px;
  background-color: #fff;
  cursor: pointer;
}
#honor .honor-box .item .pic {
  width: 100%;
  overflow: hidden;
}
#honor .honor-box .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#honor .honor-box .item .info {
  font-size: 16px;
  color: #333;
  padding-top: 20px;
}
#honor .honor-box .item:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}
#honor .honor-box .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#honor .honor-box .item:hover .info {
  color: #0f6ab4;
}
#honor .honor-box .item:nth-of-type(4n) {
  margin-right: 0;
}
#honor .honor-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 64, 104, 0.8);
  z-index: 1000;
  display: none;
}
#honor .honor-cover .pic-box {
  width: 500px;
  padding: 30px 40px 20px;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: calc(50% - 250px);
}
#honor .honor-cover .pic-box .pic {
  width: 100%;
}
#honor .honor-cover .pic-box .pic img {
  width: 100%;
}
#honor .honor-cover .pic-box .info {
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  text-align: center;
}
#honor .honor-cover .pic-box .close-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: calc(50% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#honor .honor-cover .pic-box .close-box i {
  font-size: 22px;
  color: #0068b6;
}

#join .join-box {
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #fff;
  padding-top: 40px;
}
#join .join-box .join-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
#join .join-box .join-nav .item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  border: 1px solid #eee;
  text-align: center;
  display: block;
  margin-right: 20px;
}
#join .join-box .join-nav .item.active, #join .join-box .join-nav .item:hover {
  background-color: #0068b6;
  border: 1px solid #0068b6;
  color: #fff;
}
#join .join-box .text {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
#join .join-box .join-select {
  padding: 0 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  border-bottom: 1px solid #eee;
}
#join .join-box .join-select input {
  width: 28%;
  height: 50px;
  border: 1px solid #eee;
  caret-color: #0068b6;
  padding-left: 30px;
}
#join .join-box .join-select input:focus {
  border: 1px solid #0068b6;
  box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
}
#join .join-box .join-select .select {
  width: 28%;
  height: 50px;
  border: 1px solid #eee;
  background-image: url("../img/43.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 13px 8px;
}
#join .join-box .join-select .select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  padding-left: 30px;
}
#join .join-box .join-select .select select option {
  border: 1px solid #eee;
}
#join .join-box .join-select .btn {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border: 0;
  background-color: #0068b6;
}
#join .join-box .num-box {
  color: #c0c0c0;
  font-size: 16px;
  padding: 20px 40px;
}
#join .join-box .num-box span {
  color: #0068b6;
}
#join .join-box .join-list {
  width: 100%;
  padding: 0 40px 40px;
}
#join .join-box .join-list li {
  margin-bottom: 10px;
}
#join .join-box .join-list li .recruit-top {
  width: 100%;
  height: 70px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
#join .join-box .join-list li .recruit-top > div {
  color: #666666;
  width: 25%;
}
#join .join-box .join-list li .recruit-top > div span {
  color: #333;
}
#join .join-box .join-list li .recruit-top > div:nth-of-type(2) {
  text-align: center;
}
#join .join-box .join-list li .recruit-top > div:nth-of-type(3) {
  text-align: center;
}
#join .join-box .join-list li .recruit-top > div:nth-of-type(4) {
  text-align: center;
}
#join .join-box .join-list li .recruit-top > div:nth-of-type(5) {
  text-align: right;
}
#join .join-box .join-list li .recruit-top:hover {
  background: #0068b6;
}
#join .join-box .join-list li .recruit-top:hover > div {
  color: #fff;
}
#join .join-box .join-list li .recruit-top:hover > div span {
  color: #fff;
}
#join .join-box .join-list li .active {
  background: #0068b6;
}
#join .join-box .join-list li .active > div {
  color: #fff;
}
#join .join-box .join-list li .active > div span {
  color: #fff;
}
#join .join-box .join-list li .recruit-content {
  width: 100%;
  padding: 0px 30px 50px;
  box-sizing: border-box;
  background: #f7f7f7;
  display: none;
}
#join .join-box .join-list li .recruit-content .t1 {
  color: #333;
  font-size: 18px;
  padding-bottom: 25px;
  padding-top: 25px;
}
#join .join-box .join-list li .recruit-content .content p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}
#join .join-box .join-list li .recruit-content .zhaopin-box {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
#join .join-box .join-list li .recruit-content .zhaopin-box .tt {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
#join .join-box .join-list li .recruit-content .join-in {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #0068b6;
  margin-top: 35px;
}

#video .video-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
#video .video-nav .item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 16px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  display: block;
  text-align: center;
  margin-right: 20px;
}
#video .video-nav .item.active, #video .video-nav .item:hover {
  background-color: #0068b6;
  color: #fff;
}
#video .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#video .video-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.6s;
  background-color: #fff;
  display: block;
}
#video .video-list .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#video .video-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#video .video-list .item .pic .play {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video .video-list .item .pic .play i {
  font-size: 50px;
  cursor: pointer;
}
#video .video-list .item .pic .play .txt {
  margin-top: 15px;
}
#video .video-list .item .info {
  padding: 25px 25px 30px;
}
#video .video-list .item .info .tt {
  font-size: 20px;
  color: #333;
}
#video .video-list .item .info .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#video .video-list .item:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}
#video .video-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#video .video-list .item:hover .info .tt {
  color: #0068b6;
}
#video .video-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#video .video-content {
  padding: 40px;
  margin-bottom: 60px;
  background-color: #fff;
}
#video .video-content .pic {
  width: 100%;
  position: relative;
  background-image: url("../img/45.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#video .video-content .pic img {
  width: 100%;
  opacity: 0;
}
#video .video-content .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video .video-content .pic .play i {
  font-size: 90px;
  color: #fff;
}
#video .video-content .pic .title-box {
  color: #fff;
  width: 100%;
  bottom: 60px;
  text-align: center;
  position: absolute;
}
#video .video-content .pic .title-box .cn {
  font-size: 30px;
  line-height: 30px;
}
#video .video-content .pic .title-box .en {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}
#video .video-detail {
  background-color: #fff;
  margin-bottom: 60px;
}
#video .video-detail .content {
  padding: 40px;
}
#video .video-detail .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#video .video-detail .content .title {
  margin-top: 40px;
}
#video .video-detail .content .title .tt {
  font-size: 30px;
  line-height: 30px;
}
#video .video-detail .content .title .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

#contact .contact-box {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
#contact .contact-box .tops {
  display: flex;
  padding: 50px 30px 50px 0;
  border-bottom: 1px solid #f1f2f3;
}
#contact .contact-box .tops .left {
  width: 57%;
  display: flex;
  align-items: center;
}
#contact .contact-box .tops .left .txt-box {
  padding: 0 70px;
  text-align: center;
}
#contact .contact-box .tops .left .txt-box i {
  font-size: 58px;
  color: #0068b6;
}
#contact .contact-box .tops .left .txt-box .txt {
  color: #0068b6;
  font-size: 20px;
  margin-top: 20px;
}
#contact .contact-box .tops .left .info-box {
  padding: 15px 30px;
  border-left: 1px solid #f1f2f3;
}
#contact .contact-box .tops .left .info-box .tt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
#contact .contact-box .tops .left .info-box .desc {
  margin-top: 20px;
}
#contact .contact-box .tops .left .info-box .desc p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
#contact .contact-box .tops .right {
  width: 43%;
  padding: 0 40px;
  border-left: 1px solid #f1f2f3;
}
#contact .contact-box .tops .right .tt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#contact .contact-box .tops .right .title-box {
  margin: 20px 0;
  width: 300px;
}
#contact .contact-box .tops .right .title-box .tops {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #0068b6;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
#contact .contact-box .tops .right .title-box .tops .t-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#contact .contact-box .tops .right .title-box .tops .t-top i {
  font-size: 12px;
  color: #fff;
}
#contact .contact-box .tops .right .title-box .tops .t-top i.icon-26 {
  display: block;
}
#contact .contact-box .tops .right .title-box .tops .t-top i.icon-27 {
  display: none;
}
#contact .contact-box .tops .right .title-box .tops .t-top i.icon-50 {
  transition: transform 0.3s;
}
#contact .contact-box .tops .right .title-box .tops .t-top.active i.icon-26 {
  display: none;
}
#contact .contact-box .tops .right .title-box .tops .t-top.active i.icon-27 {
  display: block;
}
#contact .contact-box .tops .right .title-box .tops .t-top.active i.icon-50 {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
#contact .contact-box .tops .right .title-box .part-select {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px 20px;
  background-color: #eee;
  z-index: 10;
  display: none;
}
#contact .contact-box .tops .right .title-box .part-select .item {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
}
#contact .contact-box .tops .right .title-box .part-select .item:hover {
  color: #0068b6;
}
#contact .contact-box .tops .right .desc {
  font-size: 16px;
  line-height: 28px;
}
#contact .contact-box .tops.no-border {
  border: 0;
}
#contact .contact-box .map-box {
  padding: 40px;
}
#contact .contact-box .map-box #map {
  width: 100%;
  height: 480px;
}
#contact .contact-box .address-items {
  margin-top: 20px;
  display: flex;
}
#contact .contact-box .address-items .item {
  border-right: 1px solid #f1f2f3;
  cursor: pointer;
  text-align: center;
  width: 20%;
  padding: 0 3%;
}
#contact .contact-box .address-items .item i {
  font-size: 32px;
}
#contact .contact-box .address-items .item .t1 {
  font-size: 16px;
  color: #999;
  margin: 20px 0;
}
#contact .contact-box .address-items .item .desc {
  font-size: 16px;
  color: #333;
  padding-bottom: 1px;
}
#contact .contact-box .address-items .item:last-of-type {
  border-right: 0;
}
#contact .contact-box .address-items .item:hover .desc {
  display: inline-block;
  box-shadow: 0 1px #0068b6;
  color: #0068b6;
}

#message .message-box {
  padding: 40px 40px 70px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
}
#message .message-box .title {
  font-size: 16px;
  color: #999;
}
#message .message-box .title span {
  font-weight: bold;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  margin-right: 15px;
}
#message .message-box .advise-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
#message .message-box .advise-nav .item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: 1px solid #eee;
  transition: all 0.6s;
  margin-right: 20px;
  cursor: pointer;
}
#message .message-box .advise-nav .item.active, #message .message-box .advise-nav .item:hover {
  background-color: #0068b6;
  color: #fff;
}
#message .message-box .txt {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}
#message .message-box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#message .message-box .form-box .line {
  width: 49%;
  margin-bottom: 2%;
  height: 70px;
  position: relative;
}
#message .message-box .form-box .line input {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  transition: all 0.6s;
  padding-left: 30px;
}
#message .message-box .form-box .line input:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
  border: solid 1px #0068b6;
}
#message .message-box .form-box .line.has-star:before {
  content: "*";
  position: absolute;
  color: #f00000;
  font-size: 16px;
  left: 22px;
  top: 22px;
}
#message .message-box .form-box .line.has-text {
  width: 100%;
  height: 160px;
  resize: none;
}
#message .message-box .form-box .line.has-text textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  padding: 20px 30px;
  transition: all 0.6s;
  resize: none;
}
#message .message-box .form-box .line.has-text textarea:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
  border: solid 1px #0068b6;
}
#message .message-box .form-box .code-box {
  height: 70px;
  display: flex;
  align-items: center;
}
#message .message-box .form-box .code-box .line {
  width: 190px;
  height: 100%;
  margin-bottom: 0;
}
#message .message-box .form-box .code-box .img-box {
  overflow: hidden;
  width: 160px;
  height: 100%;
  line-height: 70px;
}
#message .message-box .form-box .code-box .img-box img {
  height: 100%;
}
#message .message-box .form-box .msg-btn {
  width: 190px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 0;
  background-color: #0068b6;
}

#service .service-box .service-items {
  margin-top: 40px;
  margin-bottom: 60px;
}
#service .service-box .service-items .item {
  padding: 40px;
  background-color: #fff;
  display: block;
  transition: all 0.6s;
  border-top: 1px solid #eee;
  position: relative;
}
#service .service-box .service-items .item .tt {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
#service .service-box .service-items .item .desc {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 20px;
}
#service .service-box .service-items .item .info {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#service .service-box .service-items .item:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2);
}
#service .service-box .service-items .item:hover .tt {
  color: #0068b6;
}
#service .service-box .service-items .item:first-of-type {
  border-top: 0;
}
#service .policy-box {
  padding: 35px 40px 50px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
}
#service .policy-box .title-box {
  font-size: 36px;
  padding-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#service .policy-box .title-box .tt {
  line-height: 36px;
  text-align: center;
}
#service .policy-box .title-box .desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
#service .policy-box .content .cont {
  padding-top: 40px;
}
#service .policy-box .content .cont .tt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
#service .service-detail {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
}
#service .service-detail .service-cont {
  padding: 30px 40px;
}
#service .service-detail .service-cont .title-box .tt {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
#service .service-detail .service-cont .title-box .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
#service .service-detail .service-cont .content {
  padding-top: 20px;
  font-size: 16px;
  color: #666;
}
#service .download-box {
  margin-top: 40px;
  margin-bottom: 60px;
}
#service .download-box .down-nav {
  display: flex;
  justify-content: space-between;
}
#service .download-box .down-nav .item {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  width: 32%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}
#service .download-box .down-nav .item i {
  color: #0068b6;
  font-size: 58px;
}
#service .download-box .down-nav .item .t1 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-top: 30px;
}
#service .download-box .down-nav .item .time {
  font-size: 14px;
  color: #999;
  margin-top: 50px;
}
#service .download-box .down-nav .item:last-of-type {
  margin-right: 0;
}
#service .download-box .down-nav .item:hover, #service .download-box .down-nav .item.active {
  background-color: #0068b6;
  box-shadow: 0px 5px 20px 0px rgba(0, 104, 182, 0.2);
}
#service .download-box .down-nav .item:hover:before, #service .download-box .down-nav .item.active:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #0068b6 transparent transparent;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 3px);
}
#service .download-box .down-nav .item:hover i, #service .download-box .down-nav .item.active i {
  color: #fff;
}
#service .download-box .down-nav .item:hover .t1, #service .download-box .down-nav .item.active .t1 {
  color: #fff;
}
#service .download-box .down-nav .item:hover .time, #service .download-box .down-nav .item.active .time {
  color: #fff;
}
#service .download-box .down-cont {
  padding: 20px 40px 10px;
  background-color: #fff;
  margin-top: 40px;
}
#service .download-box .down-cont .down-list {
  width: 100%;
}
#service .download-box .down-cont .down-list li {
  margin-bottom: 10px;
}
#service .download-box .down-cont .down-list li .down-top {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  border-bottom: 1px solid #f1f2f3;
}
#service .download-box .down-cont .down-list li .down-top .tt {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
#service .download-box .down-cont .down-list li .down-top .date {
  font-size: 14px;
  color: #999;
}
#service .download-box .down-cont .down-list li .down-content {
  width: 100%;
  padding: 40px 20px 40px 40px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  display: none;
}
#service .download-box .down-cont .down-list li .down-content .title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
#service .download-box .down-cont .down-list li .down-content .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#service .download-box .down-cont .down-list li .down-content .down-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #0068b6;
  margin-top: 40px;
}
#service .download-box .down-cont .down-list li .down-content .down-btn i {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

#product .pro-search-box {
  margin-top: -39px;
}
#product .pro-search-box .hot-words {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
#product .pro-search-box .hot-words .line {
  margin: 0 10px;
  display: inline-block;
}
#product .pro-search {
  height: 78px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
#product .pro-search input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0;
}
#product .pro-search input::-webkit-input-placeholder {
  color: #000 !important;
}
#product .pro-search input:-moz-placeholder {
  color: #000 !important;
}
#product .pro-search input:-ms-input-placeholder {
  color: #000 !important;
}
#product .pro-search .search-btn {
  color: #0068b6;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  line-height: 78px;
  cursor: pointer;
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
}
#product .pro-search .search-btn i {
  font-size: 15px;
}
#product .product-box {
  margin-top: 50px;
}
#product .product-box .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#product .product-box .product-list li {
  margin-top: 30px;
  border: solid 1px #eeecec;
  transition: all 0.6s;
}
#product .product-box .product-list li .pro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 80px;
  transition: all 0.6s;
  cursor: pointer;
}
#product .product-box .product-list li .pro-top .name {
  display: flex;
  align-items: center;
  font-size: 20px;
}
#product .product-box .product-list li .pro-top .name i {
  font-size: 26px;
  color: #0068b6;
}
#product .product-box .product-list li .pro-top .name span {
  display: inline-block;
  margin-left: 20px;
}
#product .product-box .product-list li .pro-top .icon {
  height: 100%;
  line-height: 80px;
  text-align: center;
}
#product .product-box .product-list li .pro-top .icon i {
  font-size: 16px;
}
#product .product-box .product-list li .pro-top .icon i.icon-26 {
  display: block;
}
#product .product-box .product-list li .pro-top .icon i.icon-27 {
  display: none;
}
#product .product-box .product-list li .pro-content {
  padding: 30px 0 30px;
  display: none;
}
#product .product-box .product-list li .pro-content .items-box {
  width: 20%;
  border-right: 1px solid #eee;
  padding: 0 20px;
  float: left;
}
#product .product-box .product-list li .pro-content .items-box .items-line {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#product .product-box .product-list li .pro-content .items-box .items-line .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops .icon i {
  font-size: 16px;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops .icon i.icon-26 {
  display: block;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops .icon i.icon-27 {
  display: none;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops.active {
  color: #0068b6;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops.active i.icon-26 {
  display: none;
}
#product .product-box .product-list li .pro-content .items-box .items-line .item-tops.active i.icon-27 {
  display: block;
}
#product .product-box .product-list li .pro-content .items-box .items-line .items {
  display: none;
}
#product .product-box .product-list li .pro-content .items-box .items-line .items .item {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
#product .product-box .product-list li .pro-content .items-box .items-line .items .item:hover {
  color: #0068b6;
}
#product .product-box .product-list li .pro-content .items-box .items-line:last-of-type {
  border: 0;
}
#product .product-box .product-list li .pro-content .items-box:last-of-type {
  border: 0;
}
#product .product-box .product-list li.active {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
#product .product-box .product-list li.active .pro-top {
  background-color: #0068b6;
}
#product .product-box .product-list li.active .pro-top .name {
  color: #fff;
}
#product .product-box .product-list li.active .pro-top .name i {
  color: #fff;
}
#product .product-box .product-list li.active .pro-top .icon i {
  color: #fff;
}
#product .product-box .product-list li.active .pro-top .icon i.icon-26 {
  display: none;
}
#product .product-box .product-list li.active .pro-top .icon i.icon-27 {
  display: block;
}
#product .pro-solution {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/50.png");
  margin: 60px 0;
  padding: 60px 0 0 50px;
}
#product .pro-solution .title-box {
  color: #fff;
}
#product .pro-solution .title-box .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#product .pro-solution .title-box .t2 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}
#product .pro-solution .more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0080e8;
  margin-top: 50px;
}
#product .pro-solution .more i {
  font-size: 12px;
}
#product .tops-center {
  display: flex;
  justify-content: space-between;
  height: 78px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  margin-top: -39px;
}
#product .tops-center .pro-search {
  width: 30%;
  box-shadow: none;
  border-left: 1px solid #fcfcfc;
}
#product .pro-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
#product .pro-list .item {
  width: 32%;
  transition: all 0.6s;
  display: block;
  margin-right: 2%;
  margin-bottom: 2%;
}
#product .pro-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .pro-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .pro-list .item .info {
  background-color: #fff;
  transition: all 0.6s;
  padding: 15px 30px;
  border-top: 1px solid #f1f2f3;
}
#product .pro-list .item .info .t1 {
  font-size: 16px;
  color: #333;
}
#product .pro-list .item .info .t2 {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
#product .pro-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#product .pro-list .item:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2);
}
#product .pro-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .pro-list .item:hover .info {
  background-color: #0f6ab4;
}
#product .pro-list .item:hover .info .t1 {
  color: #f1f2f3;
}
#product .pro-list .item:hover .info .t2 {
  color: #bce2ff;
}
#product .product-detail .tops-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 50px;
  background-color: #fff;
}
#product .product-detail .tops-box .pro-banner {
  width: 48%;
  position: relative;
  flex-shrink: 0;
}
#product .product-detail .tops-box .pro-banner .swiper-pro {
  height: 100%;
}
#product .product-detail .tops-box .pro-banner .swiper-wrapper {
  height: 100%;
}
#product .product-detail .tops-box .pro-banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#product .product-detail .tops-box .pro-banner .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#product .product-detail .tops-box .pro-banner .swiper-pagination-pro {
  width: 100%;
  bottom: -30px;
  z-index: 100;
}
#product .product-detail .tops-box .pro-banner .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  background-color: #ddd;
  opacity: 1;
  outline: none;
  transition: all 0.6s;
  margin: 0 10px;
  border-radius: 0;
}
#product .product-detail .tops-box .pro-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0068b6;
  transition: all 0.6s;
}
#product .product-detail .tops-box .info-box {
  padding-left: 50px;
}
#product .product-detail .tops-box .info-box .title-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#product .product-detail .tops-box .info-box .title-box .t1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
#product .product-detail .tops-box .info-box .title-box .t2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  color: #333;
}
#product .product-detail .tops-box .info-box .desc {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  height: auto !important;
  margin-bottom: 20px;
}
#product .product-detail .tops-box .info-box .bottoms .query {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  background-color: #0f6ab4;
}
#product .product-detail .tops-box .info-box .bottoms .txt {
  color: #bbb;
  font-size: 12px;
  line-height: 18px;
  margin-top: 25px;
}
#product .product-detail .pro-cont {
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #fff;
}
#product .product-detail .pro-cont .pro-nav {
  height: 64px;
  border-bottom: 1px solid #f1f2f3;
  background-color: #fff;
  padding: 0 40px;
}
#product .product-detail .pro-cont .pro-nav .item {
  font-size: 16px;
  color: #666;
  padding: 0 15px;
  height: 100%;
  line-height: 64px;
  position: relative;
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
}
#product .product-detail .pro-cont .pro-nav .item:hover, #product .product-detail .pro-cont .pro-nav .item.active {
  color: #0f6ab4;
  font-weight: bold;
}
#product .product-detail .pro-cont .pro-nav .item:hover:before, #product .product-detail .pro-cont .pro-nav .item.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f6ab4;
}
#product .product-detail .pro-cont .content {
  padding: 40px;
}
#product .product-detail .pro-cont .content img {
  max-width: 100%;
}
#product .product-detail .pro-cont .content h1 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}
#product .product-detail .pro-cont .content li {
  list-style: disc;
}
#product .product-detail .pro-cont .content .download-item {
  width: 665px;
  height: 90px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-detail .pro-cont .content .download-item .info {
  padding: 0 30px;
  width: 574px;
}
#product .product-detail .pro-cont .content .download-item .info .t1 {
  font-size: 16px;
  color: #666;
}
#product .product-detail .pro-cont .content .download-item .info .t2 {
  font-size: 16px;
  color: #999;
  margin-top: 6px;
  display: block;
}
#product .product-detail .pro-cont .content .download-item .info .t2 i {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  color: #bbb;
}
#product .product-detail .pro-cont .content .download-item .download {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  color: #999;
  font-size: 14px;
  border-left: 1px solid #eee;
}
#product .product-detail .pro-cont .content .download-item .download i {
  font-size: 16px;
}
#product .product-detail .pro-cont .content .download-item .download p {
  margin-top: 6px;
}

@media screen and (max-width: 1900px) {
  #index .last-product .items .item .info {
    padding: 15px 20px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask {
    padding: 40px 30px 0;
  }
  #index .news-box .news-content .right .item {
    padding: 15px 0 15px 20px;
  }
  #index .news-box .news-content .item .text-box .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #index .news-box .news-content .item .text-box .desc {
    font-size: 14px;
  }
  #about .about-box .culture-box .items .text-box .txt {
    font-size: 20px;
  }
  #contact .contact-box .tops {
    padding: 40px 30px 40px 0;
  }
  #contact .contact-box .tops .left .txt-box {
    padding: 0 50px;
  }
  #contact .contact-box .tops .left .txt-box .txt {
    font-size: 16px;
    margin-top: 10px;
  }
  #contact .contact-box .tops .left {
    width: 65%;
  }
  #honor .honor-box .item {
    padding: 20px;
  }
  #honor .honor-cover .pic-box {
    width: 430px;
    padding: 20px;
    left: calc(50% - 215px);
  }
  #news .news-box .news-content .item {
    padding: 15px 0px 16px 20px;
  }
  #news .news-box .news-content .right .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) {
  #index .last-product .items .item .info {
    padding: 15px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
    font-size: 14px;
  }
  .container {
    width: 90%;
  }
  #index .news-box .news-content .right .item {
    padding: 20px 0 20px 20px;
  }
  #about .develop-box .prevNext-box .prev, #about .develop-box .prevNext-box .next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #about .develop-box .prevNext-box {
    width: 92.5%;
  }
  #honor .honor-cover .pic-box {
    width: 390px;
    padding: 20px;
    left: calc(50% - 195px);
  }
  #news .news-box .news-content .right .item {
    margin-bottom: 20px;
  }
  #product .product-detail .tops-box .info-box .desc {
    height: 40%;
  }
}
@media screen and (max-width: 1460px) {
  #index .news-box .news-content .right .item {
    margin-bottom: 12px;
  }
  .header .common-nav .left-box .items-box .tt {
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
  .header .common-nav .left-box .items-box .items .item {
    padding-left: 30px;
  }
  .header .common-nav .left-box .items-box .tt i {
    font-size: 14px;
  }
  .header .common-nav .left-box .items-box .tt {
    font-size: 14px;
  }
  .header .common-nav .right-box {
    width: 30%;
    padding: 30px 0 30px 2%;
  }
  .header .common-nav .left-box {
    width: 70%;
    padding-left: 10%;
  }
  #honor .honor-cover .pic-box {
    width: 360px;
    padding: 20px;
    left: calc(50% - 180px);
  }
  #news .news-box .news-content .right .item {
    margin-bottom: 15px;
  }
  #news .news-box .news-content .item .text-box .tt {
    font-size: 18px;
    line-height: 18px;
  }
  #news .news-box .news-content .item .date .t1 {
    font-size: 40px;
    line-height: 40px;
  }
  #news .news-box .news-content .item .date .t2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }
  #news .news-box .news-content .item .text-box .desc {
    font-size: 14px;
    line-height: 25px;
    height: 49px;
    margin-top: 10px;
  }
  #news .news-box .news-content .right .item {
    margin-bottom: 20px;
  }
  #product .product-detail .tops-box .info-box .desc {
    margin-top: 20px;
    height: 38%;
  }
  #product .product-detail .tops-box .info-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1386px) {
  #about .about-box .about-title {
    font-size: 24px;
    line-height: 24px;
    padding: 30px 0;
  }
  #about .about-box .desc-box .info-box .more {
    margin-top: 40px;
  }
  #contact .contact-box .tops .left .txt-box i {
    font-size: 45px;
  }
  #video .video-list .item .info {
    padding: 15px 15px 20px;
  }
  #video .video-list .item .info .tt {
    font-size: 16px;
  }
  #contact .contact-box .address-items .item {
    padding: 0 1%;
  }
  #contact .contact-box .address-items .item .t1 {
    margin: 10px 0;
  }
  #product .product-detail .tops-box {
    padding: 30px;
  }
  #product .product-detail .tops-box .info-box .desc {
    height: 36%;
  }
  #solution .solution-list .item .info {
    padding: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #index .last-product .items .item .info {
    padding: 10px;
  }
  #index .last-product .items .item .info .t1 {
    font-size: 14px;
  }
  #index .last-product .items .item .info .t2 {
    font-size: 12px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask {
    padding: 20px 20px 0;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #index .index-title {
    font-size: 20px;
    line-height: 20px;
    padding: 30px 0 10px;
  }
  .header .common-nav .right-box .info-box {
    width: 70%;
  }
  .header .header-nav li > .item {
    margin-right: 20px;
  }
  .header .common-nav .left-box .items-box {
    margin-bottom: 15px;
  }
  .header .common-nav .left-box .items-box .items .item {
    font-size: 12px;
    line-height: 24px;
  }
  .header .common-nav .right-box .info-box .info .title {
    font-size: 16px;
    line-height: 16px;
  }
  .header .common-nav .right-box .info-box .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .header .common-nav .right-box .info-box .info .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    padding: 0 10px;
  }
  #index .solution-box .solution-banner {
    height: 360px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
    font-size: 12px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .right ul li {
    line-height: 24px;
  }
  #index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #index .news-box .news-content .right .item {
    padding: 15px 0 10px 10px;
  }
  #index .news-box .news-content .item {
    padding: 10px 0 10px 10px;
  }
  .footer .foot-tops .container .left-nav .items-box .items {
    width: 140px;
  }
  .footer .foot-tops .container .left-nav .items-box .items .item {
    margin-bottom: 10px;
  }
  #index .about-box .info-box .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }
  #index .about-box {
    padding: 50px 0 0 40px;
  }
  #index .about-box .info-box {
    width: 70%;
  }
  #index .about-box .info-box .num-box .item .num span {
    font-size: 36px;
    line-height: 36px;
  }
  #index .about-box .info-box .title-box .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .container {
    width: 92%;
  }
  #index .about-box {
    height: 440px;
  }
  #index .news-box .news-content .item .text-box .desc {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
  }
  #index .news-box .news-content .item .date .t1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index .news-box .news-content .item .date .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
  #about .about-box .desc-box .video-box {
    width: 46.5%;
  }
  #about .about-box .desc-box .info-box {
    width: 50%;
  }
  #about .about-box {
    padding: 0 30px 30px;
  }
  #about .about-box .desc-box .info-box .info {
    font-size: 14px;
  }
  #about .about-box .desc-box .info-box .more {
    margin-top: 20px;
  }
  #about .about-box .culture-box .items .text-box .title .cn {
    font-size: 14px;
    line-height: 20px;
  }
  #about .about-box .culture-box .items .text-box i {
    font-size: 40px;
  }
  #about .about-box .culture-box .items .text-box .title {
    margin-top: 10px;
  }
  #about .about-box .culture-box .items .text-box .txt {
    font-size: 16px;
    margin-top: 10px;
  }
  #about .about-box .develop-banner .swiper-slide .year span {
    font-size: 24px;
    line-height: 24px;
  }
  #about .about-box .develop-banner .swiper-slide .desc {
    margin: 10px 0;
  }
  #contact .contact-box .tops .left .info-box {
    padding: 10px 20px;
  }
  #contact .contact-box .tops .right {
    padding: 0 20px;
  }
  #contact .contact-box .tops .left .txt-box i {
    font-size: 36px;
  }
  #contact .contact-box .tops .right .title-box {
    width: 90%;
    margin: 10px 0;
  }
  #contact .contact-box .tops {
    padding: 20px 30px 20px 0;
  }
  #service .service-box .service-items .item {
    padding: 20px;
  }
  #service .service-box .service-items .item .desc {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #honor .honor-box .item {
    padding: 15px;
  }
  #honor .honor-box .item .info {
    padding-top: 15px;
  }
  #honor .honor-cover .pic-box {
    width: 300px;
    padding: 20px;
    left: calc(50% - 150px);
  }
  #video .video-list .item .info .desc {
    font-size: 14px;
  }
  #video .video-list .item .info {
    padding: 10px 10px 15px;
  }
  .bread-box {
    padding: 20px 0;
  }
  #video .video-detail .content {
    padding: 20px;
  }
  #video .video-detail .content .title {
    margin-top: 20px;
  }
  #video .video-detail .content .title .tt {
    font-size: 24px;
    line-height: 30px;
  }
  .detail-bottom {
    padding: 20px;
  }
  .BMapLabel .map-info {
    height: 70px;
  }
  .BMapLabel {
    left: -200px !important;
    top: -95px !important;
  }
  .BMapLabel .map-info .info {
    width: 340px;
    padding: 10px;
  }
  .BMapLabel .map-info .info .t2 {
    font-size: 14px;
  }
  .BMapLabel .map-info .gps-box {
    width: 70px;
  }
  .BMapLabel .map-info .gps-box i {
    font-size: 22px;
  }
  #contact .contact-box .address-items .item .desc {
    font-size: 14px;
  }
  #news .news-box .news-content .right .item {
    margin-bottom: 10px;
  }
  #news .news-box .news-content .right .item {
    padding: 10px;
    margin-bottom: 12px;
  }
  #news .news-list .news-items .item .info-box {
    padding: 18px 18px 60px;
  }
  #news .news-list .news-items .item .info-box .title {
    font-size: 16px;
    line-height: 26px;
  }
  #news .news-list .news-items .item .info-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #product .product-detail .tops-box .info-box .title-box .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  #product .product-detail .tops-box .info-box .title-box .t2 {
    font-size: 14px;
    line-height: 14px;
  }
  #product .product-detail .tops-box .info-box .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-detail .tops-box {
    padding: 20px;
  }
  #product .product-detail .tops-box .info-box .desc {
    height: 30%;
  }
  #product .product-detail .tops-box .info-box .bottoms .txt {
    margin-top: 10px;
  }
  #product .product-detail .tops-box .info-box .bottoms .query {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #product .product-detail .tops-box .pro-banner .swiper-pagination-pro {
    bottom: -15px;
  }
  #product .product-detail .tops-box .info-box .title-box .t2 {
    margin-top: 10px;
  }
  #product .product-detail .pro-cont .content {
    padding: 30px;
  }
  #product .product-detail .pro-cont .content h1 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
  }
  #product .pro-list .item .info {
    padding: 15px 20px;
  }
  #search .search-result .result-nav .item {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  #service .service-detail .service-cont {
    padding: 25px;
  }
  #service .service-detail .service-cont .title-box .tt {
    font-size: 24px;
  }
  #service .service-detail .service-cont .content {
    font-size: 14px;
  }
  #solution .solution-list .item .info .title {
    font-size: 20px;
    line-height: 20px;
  }
  #solution .solution-list .item .info .desc {
    height: auto;
    margin-top: 10px;
  }
  #solution .solution-items .items .item .info .desc {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  #solution .solution-items .items .item .info .tt {
    font-size: 22px;
    line-height: 28px;
  }
  #solution .solution-items .items .item {
    padding: 20px;
  }
  #solution .solution-items .items .item .info {
    padding-left: 20px;
  }
  #website .website-box {
    padding: 0 20px 20px;
  }
  #website .website-box .items-cont .items-box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .m-header {
    background-color: #fff;
    height: 0.9rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 101;
  }
  .m-header .logo {
    width: 1.3rem;
    display: block;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .m-right {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .m-header .m-right .language {
    height: 100%;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  .m-header .m-right .language:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.4rem;
    background-color: #333;
    right: 0;
    top: calc(50% - 0.2rem);
  }
  .m-header .m-right .language span {
    display: inline-block;
    padding-right: 0.4rem;
    margin-left: 0.2rem;
  }
  .m-header .m-right .m-search {
    height: 100%;
    line-height: 1rem;
    padding: 0 0.2rem;
    margin: 0 0.2rem;
  }
  .m-header .m-right .m-search i {
    font-size: 16px;
    color: #333;
  }
  .m-header .m-right .menu-icon {
    height: 100%;
    line-height: 1rem;
  }
  .m-header .m-right .menu-icon .icon-46 {
    display: block;
  }
  .m-header .m-right .menu-icon .icon-guanbi1 {
    display: none;
  }
  .m-header .m-right .menu-icon.active .icon-46 {
    display: none;
  }
  .m-header .m-right .menu-icon.active .icon-guanbi1 {
    display: block;
  }
  .m-search-cont {
    width: 100%;
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 1001;
    display: none;
  }
  .m-search-cont .input-inner {
    width: 100%;
    padding: 0.5rem 0.3rem;
    background-color: rgb(247, 247, 247);
  }
  .m-search-cont .input-inner .input-box {
    width: 100%;
    height: 1rem;
    padding-left: 0.3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-search-cont .input-inner .input-box input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 0.32rem;
    background-color: transparent;
  }
  .m-search-cont .input-inner .input-box input::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: bold;
  }
  .m-search-cont .input-inner .input-box input:-moz-placeholder {
    color: #000 !important;
    font-weight: bold;
  }
  .m-search-cont .input-inner .input-box input:-ms-input-placeholder {
    color: #000 !important;
    font-weight: bold;
  }
  .m-search-cont .input-inner .input-box .search-btn {
    padding: 0 0.4rem;
    height: 100%;
    flex-shrink: 0;
    line-height: 1rem;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
  }
  .m-search-cont .input-inner .input-box .search-btn i {
    font-size: 20px;
    color: #0068b6;
  }
  .m-search-cont .key-box {
    color: #999;
    font-size: 0.24rem;
    background-color: #fff;
    padding: 0.4rem 0.3rem 0.5rem;
  }
  .m-search-cont .key-box .label {
    width: 100%;
    margin-bottom: 0.15rem;
    display: block;
  }
  .m-search-cont .key-box .item {
    color: #999;
    padding: 0 10px;
    border-right: 1px solid #999;
    display: inline-block;
    line-height: 14px;
  }
  .m-search-cont .key-box .item:last-of-type {
    border-right: 0;
  }
  .m-language-box {
    width: 100%;
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 1001;
    display: none;
  }
  .m-language-box .item {
    font-size: 16px;
    color: #333;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .m-language-box .item:hover {
    color: #0068b6;
  }
  .down-box-big {
    width: 100%;
    height: calc(100vh - 0.9rem);
    position: fixed;
    top: 0.9rem;
    background: #fff;
    left: 0;
    padding: 0;
    z-index: 1001;
    display: none;
  }
  .down-box-big .down-box {
    height: calc(100vh - 0.9rem);
    overflow-y: auto;
  }
  .down-box-big .down-box > li {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
    padding: 0 0.3rem;
    justify-content: space-between;
  }
  .down-box-big .down-box > li > a {
    width: 100%;
    height: 100%;
    color: #666;
    text-align: center;
    font-size: 0.3rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .down-box-big .down-box > li > a img {
    width: 0.17rem;
    height: 0.32rem;
  }
  .down-box-big .down-box > li span {
    color: #333;
    font-size: 0.28rem;
  }
  .down-box-big .down-box > li input {
    width: 30%;
    height: 0.5rem;
    border: none;
    border-bottom: 1px solid #0095d8;
    padding-left: 10px;
    font-size: 12px;
    margin-left: 0.4rem;
  }
  .down-box-big .down-box > li input::-webkit-input-placeholder, .down-box-big .down-box > li input:-moz-placeholder, .down-box-big .down-box > li input:-ms-input-placeholder {
    color: #b4b5bf !important;
  }
  .down-box-big .down-box > li:hover a {
    color: #0095d8;
  }
  .down-box-big .down-box .m-about-hover span {
    color: #333;
    font-size: 0.3rem;
  }
  .down-box-big .down-box .m-about-hover .icon-box i {
    font-size: 14px;
  }
  .down-box-big .down-box .m-about-hover .icon-box i.icon-26 {
    display: block;
  }
  .down-box-big .down-box .m-about-hover .icon-box i.icon-27 {
    display: none;
  }
  .down-box-big .down-box .m-about-hover.active {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-hover.active span {
    color: #0068b6;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i {
    color: #0068b6;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i.icon-26 {
    display: none;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i.icon-27 {
    display: block;
  }
  .down-box-big .down-box .m-about-down {
    display: none;
  }
  .down-box-big .down-box .m-about-down .items {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.8rem;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0.3rem 0 0.5rem;
    box-sizing: border-box;
    color: #666;
  }
  .down-box-big .down-box .m-about-down .items .icon-box i {
    font-size: 14px;
  }
  .down-box-big .down-box .m-about-down .items .icon-box i.icon-26 {
    display: block;
  }
  .down-box-big .down-box .m-about-down .items .icon-box i.icon-27 {
    display: none;
  }
  .down-box-big .down-box .m-about-down .items.active01 {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-down .items.active01 span {
    color: #0068b6;
  }
  .down-box-big .down-box .m-about-down .items.active01 .icon-box i.icon-26 {
    display: none;
  }
  .down-box-big .down-box .m-about-down .items.active01 .icon-box i.icon-27 {
    display: block;
  }
  .down-box-big .down-box .m-about-down .items:hover {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-down .inner-down {
    background-color: #f5fafe;
    display: none;
  }
  .down-box-big .down-box .m-about-down .inner-down .item {
    font-size: 13px;
    padding: 0 0.3rem 0 0.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .down-box-big .down-box .m-about-down .inner-down .item .icon-box i {
    font-size: 14px;
  }
  .down-box-big .down-box .m-about-down .inner-down .item .icon-box i.icon-26 {
    display: block;
  }
  .down-box-big .down-box .m-about-down .inner-down .item .icon-box i.icon-27 {
    display: none;
  }
  .down-box-big .down-box .m-about-down .inner-down .item.active02 {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-down .inner-down .item.active02 span {
    color: #0068b6;
  }
  .down-box-big .down-box .m-about-down .inner-down .item.active02 .icon-box i.icon-26 {
    display: none;
  }
  .down-box-big .down-box .m-about-down .inner-down .item.active02 .icon-box i.icon-27 {
    display: block;
  }
  .down-box-big .down-box .m-about-down .inner-down .item:hover {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-down .inner-down .inner-box {
    background-color: #f5fafe;
    display: none;
  }
  .down-box-big .down-box .m-about-down .inner-down .inner-box > a {
    font-size: 12px;
    color: #666;
    padding: 0 0.3rem 0 0.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
  }
  .down-box-big .down-box .m-about-down .inner-down .inner-box > a:hover {
    background-color: #f5fafe;
  }
  .m-cover {
    position: fixed;
    top: 0.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  }
  .m-cover.m-cover-search {
    display: none;
  }
  .m-cover.m-cover-language {
    display: none;
  }
  .m-cover.m-cover-menu {
    display: none;
  }
  #index .index-banner {
    margin-top: 0.9rem;
    height: 6rem;
  }
  #index .index-banner .swiper-slide .texts .text01 {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-banner .swiper-slide .texts .text02 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0.4rem;
  }
  #index .last-product .items .item.item01 {
    width: 100%;
    margin-right: 0;
  }
  #index .last-product .items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #index .last-product .items .item:nth-of-type(2n-1) {
    margin-right: 0;
  }
  #index .solution-box .solution-banner .swiper-slide {
    width: 100% !important;
  }
  #index .solution-box .solution-banner .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  #index .index-title {
    padding: 0.4rem 0;
    font-size: 18px;
    line-height: 18px;
  }
  #index .last-product .items .item .info {
    padding: 0.1rem;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left .title .tt {
    font-size: 16px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left .title .line {
    margin-top: 10px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  #index .solution-box .solution-banner .swiper-slide .mask {
    padding: 20px 10px 0;
  }
  #index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left {
    padding-right: 2%;
  }
  #index .solution-box .solution-banner .swiper-slide .mask .left .more {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    bottom: 0.8rem;
    padding: 0 0.1rem;
  }
  #index .news-box {
    margin-top: 40px;
  }
  #index .news-box .news-content {
    flex-wrap: wrap;
  }
  #index .news-box .news-content .left {
    width: 100%;
  }
  #index .news-box .news-content .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  #index .about-box {
    height: auto;
    background-image: url("../img/58.png");
    padding: 0.8rem 0.2rem 5rem;
    margin: 0.8rem 0;
  }
  #index .about-box .info-box .title-box {
    padding-bottom: 0.4rem;
  }
  #index .about-box .info-box .title-box .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #index .about-box .info-box .num-box {
    padding-top: 0.6rem;
  }
  #index .about-box .info-box {
    width: 100%;
  }
  #index .about-box .info-box .num-box .item .num span {
    font-size: 26px;
    line-height: 26px;
    margin-right: 0.1rem;
  }
  #index .about-box .info-box .num-box .item .tt {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #index .about-box .info-box .num-box .item .tt p {
    line-height: 20px;
  }
  .footer .foot-tops {
    padding: 0.7rem 0;
  }
  .right-nav-fix {
    width: 0.8rem;
  }
  .right-nav-fix .item {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .right-nav-fix .item i {
    font-size: 18px;
  }
  .footer .foot-tops .container .left-nav {
    flex-wrap: wrap;
  }
  .footer .foot-tops .container .left-nav .items-box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .footer .foot-tops .container {
    flex-wrap: wrap;
  }
  .footer .foot-tops .container .right-box .tt {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
  .footer .foot-tops .container .right-box {
    margin: 0 auto;
  }
  .footer .foot-tops .container .right-box .code-box {
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 2.4rem;
  }
  .footer .foot-tops .container .right-box .text {
    margin-top: 0.1rem;
  }
  .footer .foot-tops .container .left-nav .items-box .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .foot-tops .container .left-nav .items-box .items .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .footer .foot-tops .container .left-nav .items-box .tt {
    font-size: 18px;
    line-height: 18px;
  }
  .footer .foot-tops .container .left-nav .items-box .items.contact-item .item {
    width: 100%;
  }
  .footer .foot-bottom {
    height: auto;
    padding: 0.5rem 0;
  }
  .footer .foot-bottom .container .left {
    flex-wrap: wrap;
    height: auto;
  }
  .footer .foot-bottom .container .left .item {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .foot-bottom .container {
    flex-wrap: wrap;
  }
  .footer .foot-bottom .container .left .item {
    margin-right: 0;
    line-height: 32px;
  }
  .footer .foot-bottom .container .right {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .inner-banner {
    margin-top: 0.9rem;
    height: 4.5rem;
  }
  .inner-banner .text-box .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  .inner-banner .text-box {
    padding-top: 1rem;
  }
  #product .pro-search-box {
    margin-top: -0.5rem;
  }
  #product .pro-search {
    height: 1rem;
    padding: 0 0.2rem;
  }
  #product .pro-search-box .hot-words {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  #product .pro-search-box .hot-words .label {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  #product .pro-search-box .hot-words .line {
    margin: 0 0.1rem;
  }
  #product .product-box {
    margin-top: 0.4rem;
  }
  #product .product-box .title {
    font-size: 20px;
    line-height: 20px;
  }
  #product .product-box .product-list li {
    margin-top: 0.3rem;
  }
  #product .product-box .product-list li .pro-top {
    height: 1rem;
    padding: 0 0.2rem;
  }
  #product .product-box .product-list li .pro-top .icon {
    line-height: 1rem;
  }
  #product .product-box .product-list li .pro-top .name {
    font-size: 14px;
  }
  #product .product-box .product-list li .pro-top .name i {
    font-size: 20px;
  }
  #product .product-box .product-list li .pro-content .items-box {
    width: 100%;
    padding: 0 0.2rem;
  }
  #product .product-box .product-list li .pro-content .items-box .items-line .item-tops {
    padding: 0.1rem 0;
  }
  #product .product-box .product-list li .pro-content .items-box .items-line {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  #product .pro-solution {
    padding: 0.8rem 0.2rem 1rem 0.8em;
    margin: 0.6rem 0;
    height: auto;
  }
  #product .pro-solution .title-box .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #product .pro-solution .title-box .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  #product .pro-solution .more {
    margin-top: 0.4rem;
    width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
  #product .product-box .product-list li .pro-content {
    padding: 0.3rem 0 0.3rem;
  }
  #product .product-box .product-list li .pro-content .items-box .items-line .title {
    margin-bottom: 0.1rem;
    font-size: 14px;
  }
  .second-box {
    height: 1rem;
  }
  .second-box .container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .second-box .container .item {
    font-size: 14px;
    line-height: 1rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
  }
  #message .message-box {
    padding: 0.2rem 0.2rem 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #message .message-box .advise-nav .item {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #message .message-box .form-box .line {
    width: 100%;
    height: 1rem;
  }
  #message .message-box .form-box .line.has-text {
    height: 2.5rem;
  }
  #message .message-box .form-box .line input {
    padding-left: 0.4rem;
  }
  #message .message-box .advise-nav .item {
    font-size: 14px;
    margin-right: 0.2rem;
  }
  #message .message-box .txt {
    font-size: 14px;
  }
  #message .message-box .form-box {
    margin-top: 0.3rem;
  }
  #message .message-box .form-box .line.has-text textarea {
    padding: 0.2rem 0.4rem;
  }
  #message .message-box .form-box .line.has-star:before {
    left: 0.2rem;
    top: 0.2rem;
  }
  #message .message-box .form-box .code-box {
    height: 1rem;
    width: 100%;
  }
  #message .message-box .form-box .code-box .line {
    width: 50%;
  }
  #message .message-box .form-box .code-box .img-box {
    line-height: 1rem;
    width: 35%;
  }
  #message .message-box .form-box .msg-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #contact .contact-box .tops {
    flex-wrap: wrap;
  }
  #contact .contact-box .tops .left {
    width: 100%;
  }
  #contact .contact-box .tops .right {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
  #contact .contact-box .tops {
    padding: 0.2rem 0;
  }
  #contact .contact-box .tops .left .info-box {
    padding: 0.1rem 0.2rem;
  }
  #contact .contact-box .tops .left .info-box .desc p {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .contact-box .tops .left .info-box .desc {
    margin-top: 0.2rem;
  }
  #contact .contact-box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem;
  }
  #contact .contact-box .tops .left .txt-box {
    padding: 0;
    width: 24%;
    flex-shrink: 0;
  }
  #contact .contact-box .tops .left .txt-box i {
    font-size: 36px;
  }
  #contact .contact-box .tops .left .txt-box .txt {
    font-size: 12px;
  }
  #contact .contact-box .tops .right .desc {
    font-size: 14px;
    line-height: 24px;
  }
  #service .download-box .down-nav .item {
    padding: 0.4rem 0.1rem 0.2rem;
  }
  #service .download-box .down-nav .item i {
    font-size: 28px;
  }
  #service .download-box .down-nav .item .t1 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0.2rem;
  }
  #service .download-box .down-nav .item .time {
    margin-top: 0.2rem;
    font-size: 12px;
  }
  #service .download-box .down-cont {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }
  #service .download-box .down-cont .down-list li .down-top {
    flex-wrap: wrap;
    height: 1rem;
  }
  #service .download-box .down-cont .down-list li .down-top .tt {
    font-size: 14px;
    width: 100%;
  }
  #service .download-box .down-cont .down-list li .down-top .date {
    font-size: 12px;
    width: 100%;
  }
  #service .download-box {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  #service .download-box .down-cont .down-list li .down-content {
    padding: 0.3rem;
  }
  #service .download-box .down-cont .down-list li .down-content .title {
    font-size: 16px;
    margin-bottom: 0.2rem;
  }
  #service .download-box .down-cont .down-list li .down-content .desc {
    font-size: 13px;
    line-height: 22px;
  }
  #service .download-box .down-cont .down-list li .down-content .down-btn {
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  #service .policy-box {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #service .policy-box .title-box {
    padding-bottom: 0.3rem;
  }
  #service .policy-box .title-box .tt {
    font-size: 20px;
    line-height: 20px;
  }
  #service .policy-box .title-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #service .policy-box .content .cont {
    padding-top: 0.4rem;
    font-size: 14px;
  }
  #service .policy-box .content .cont .tt {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  #service .service-box .service-items .item {
    padding: 0.2rem;
  }
  #service .service-box .service-items .item .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #service .service-box .service-items .item .desc {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  #service .service-box .service-items {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  #service .service-box .service-items .item .info {
    font-size: 14px;
    line-height: 24px;
  }
  #honor .honor-box .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.2rem;
  }
  #honor .honor-box .item .info {
    padding-top: 0.2rem;
    font-size: 14px;
  }
  #honor .honor-box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .inner-banner .text-box .t2 {
    font-size: 14px;
    line-height: 22px;
  }
  #honor .honor-box {
    margin-top: 0.4rem;
  }
  .pages-bottom {
    padding: 0.2rem 0;
  }
  .page-box .items {
    height: 0.6rem;
  }
  .page-box .items .item {
    width: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px;
  }
  .page-box .items .item.other {
    width: 1rem;
  }
  .page-box .items input {
    width: 1rem;
  }
  #honor .honor-cover .pic-box .close-box {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -1.2rem;
    left: calc(50% - 0.4rem);
  }
  #honor .honor-cover .pic-box .close-box i {
    font-size: 18px;
  }
  #join .join-box {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    padding-top: 0.4rem;
  }
  #join .join-box .join-nav .item {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 14px;
  }
  #join .join-box .text {
    font-size: 13px;
    margin-top: 0.2rem;
  }
  #join .join-box .join-select {
    padding: 0 0.2rem 0.2rem;
    flex-wrap: wrap;
  }
  #join .join-box .num-box {
    font-size: 13px;
    padding: 0.2rem 0.4rem;
  }
  #join .join-box .join-select .select {
    width: 100%;
    margin-top: 0.2rem;
    height: 1rem;
  }
  #join .join-box .join-select .select select {
    padding-left: 0.2rem;
    width: 100%;
  }
  #join .join-box .join-select input {
    padding-left: 0.2rem;
    width: 100%;
    height: 1rem;
  }
  #join .join-box .join-select .btn {
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.2rem;
  }
  #join .join-box .join-list {
    padding: 0 0.2rem 0.2rem;
  }
  #join .join-box .join-list li .recruit-top {
    padding: 0.2rem;
    flex-wrap: wrap;
    height: auto;
  }
  #join .join-box .join-list li .recruit-top > div {
    width: 100%;
    line-height: 24px;
    text-align: left !important;
  }
  #join .join-box .join-list li .recruit-content {
    padding: 0 0.2rem 0.4rem;
  }
  #join .join-box .join-list li .recruit-content .t1 {
    padding: 0.2rem 0;
    font-size: 14px;
  }
  #join .join-box .join-list li .recruit-content .join-in {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
  #video .video-nav {
    margin: 0.6rem 0;
  }
  #video .video-nav .item {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
  }
  #video .video-list .item {
    width: 49%;
  }
  #video .video-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #video .video-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #video .video-list .item .pic .play i {
    font-size: 30px;
  }
  #video .video-list .item .pic .play {
    text-align: center;
  }
  #video .video-list .item .pic .play .txt {
    margin-top: 0.15rem;
  }
  #video .video-list .item .info .tt {
    font-size: 14px;
  }
  #video .video-list .item .info .desc {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #video .video-list .item .info {
    padding: 0.15rem;
  }
  #video .video-list {
    margin-bottom: 0.4rem;
  }
  #video .video-content {
    padding: 0.2rem;
  }
  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important;
  }
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important;
  }
  #video .video-content {
    margin-bottom: 0.6rem;
  }
  #video .video-content .pic {
    height: 5rem;
  }
  #video .video-content .pic .title-box .cn {
    font-size: 16px;
    line-height: 24px;
  }
  #video .video-content .pic .play i {
    font-size: 45px;
  }
  #video .video-content .pic .title-box .en {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  #video .video-content .pic .title-box {
    bottom: 0.6rem;
  }
  .bread-box {
    padding: 0.2rem 0;
  }
  #video .video-detail .content .title .tt {
    font-size: 16px;
    line-height: 24px;
  }
  #video .video-detail .content .title .desc {
    font-size: 13px;
  }
  #video .video-detail .content {
    padding: 0.2rem;
  }
  #video .video-detail .content .title {
    margin-top: 0.2rem;
  }
  .detail-bottom {
    padding: 0.2rem;
    flex-wrap: wrap;
  }
  .detail-bottom .left {
    width: 100%;
    font-size: 14px;
  }
  .detail-bottom .back {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #contact .contact-box .map-box {
    padding: 0.2rem;
  }
  .BMapLabel {
    left: -110px !important;
    top: -95px !important;
  }
  .BMapLabel .map-info .info .t2 {
    font-size: 12px;
  }
  .BMapLabel .map-info .info {
    width: 270px;
    padding: 0.1rem;
  }
  .BMapLabel .map-info .gps-box {
    width: 50px;
  }
  .BMapLabel .map-info {
    height: 60px;
  }
  .BMapLabel .map-info .gps-box .tt {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #contact .contact-box .map-box #map {
    height: auto;
  }
  #contact .contact-box .address-items {
    flex-wrap: wrap;
  }
  #contact .contact-box .address-items .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
  #contact .contact-box .address-items .item i {
    font-size: 24px;
  }
  #message .message-box .title {
    font-size: 14px;
  }
  #message .message-box .title span {
    font-size: 18px;
    line-height: 24px;
  }
  #news .news-box {
    padding: 0.6rem 0;
  }
  #news .news-list .news-nav .item {
    margin-right: 0.2rem;
    font-size: 12px;
  }
  #news .news-box .news-content {
    flex-wrap: wrap;
  }
  #news .news-box .news-content .left {
    width: 100%;
  }
  #news .news-box .news-content .item {
    padding: 0.2rem 0 0.15rem 0.2rem;
  }
  #news .news-box .news-content .item .text-box {
    padding-right: 0.2rem;
  }
  #news .news-box .news-content .item .date .t1 {
    font-size: 32px;
    line-height: 32px;
  }
  #news .news-box .news-content .item .text-box .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #news .news-box .news-content .right {
    width: 100%;
  }
  #news .news-box .news-content .right .item {
    padding: 0.2rem 0 0.15rem 0.2rem;
    margin-bottom: 0.2rem;
  }
  #news .news-list .news-nav {
    padding: 0.4rem 0;
  }
  #news .news-list .news-items .item {
    width: 49%;
  }
  #news .news-list .news-items .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #news .news-list .news-items .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #news .news-list .news-items .item .info-box .title {
    font-size: 14px;
    line-height: 20px;
  }
  #news .news-list .news-items .item .info-box {
    padding: 0.2rem 0.2rem 0.8rem;
  }
  #news .news-list .news-items .item .info-box .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-list .news-items .item .info-box .date {
    left: 0.2rem;
    bottom: 0.3rem;
    font-size: 12px;
  }
  #news .news-detail .items {
    flex-wrap: wrap;
  }
  #news .news-detail .items .left-content {
    width: 100%;
    padding: 0.4rem 0.2rem 0.5rem;
  }
  #news .news-detail .items .left-content .title-box .title {
    font-size: 18px;
  }
  #news .news-detail .items .left-content .title-box {
    padding-bottom: 0.2rem;
  }
  #news .news-detail .items .left-content .content {
    padding-top: 0.3rem;
  }
  #news .news-detail .items .right-content {
    width: 100%;
    padding: 0.2rem;
  }
  #news .news-detail .items .right-content .title {
    font-size: 22px;
    line-height: 22px;
    padding-left: 0.2rem;
  }
  #news .news-detail .items .right-content .item {
    padding: 0.2rem 0;
  }
  #news .news-detail .items .right-content .item .tt {
    font-size: 14px;
    line-height: 24px;
  }
  #news .news-detail .items .right-content .item .date {
    margin-top: 0.2rem;
  }
  #news .news-detail {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  #news .news-detail .items .right-content .title:before {
    height: 20px;
  }
  #news .news-detail .items .right-content .item:last-of-type {
    border-bottom: 0;
  }
  #product .product-detail .tops-box {
    flex-wrap: wrap;
  }
  #product .product-detail .tops-box .pro-banner {
    width: 100%;
  }
  #product .product-detail .tops-box {
    padding: 0.2rem;
  }
  #product .product-detail .tops-box .info-box {
    padding-left: 0;
  }
  #product .product-detail .tops-box .info-box .title-box {
    padding-top: 0.4rem;
  }
  #product .product-detail .tops-box .info-box .title-box .t1 {
    font-size: 16px;
  }
  #product .product-detail .tops-box .info-box .title-box .t2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.1rem;
  }
  #product .product-detail .tops-box .info-box .desc {
    height: auto;
  }
  #product .product-detail .tops-box .info-box .bottoms {
    margin-top: 0.4rem;
  }
  #product .product-detail .pro-cont .pro-nav {
    height: 1rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
  }
  #product .product-detail .pro-cont .pro-nav .item {
    line-height: 1rem;
    margin-right: 0;
    padding: 0 0.2rem;
    font-size: 14px;
  }
  #product .product-detail .pro-cont .content {
    padding: 0.2rem;
  }
  #product .product-detail .pro-cont .content .download-item {
    width: 100%;
    height: auto;
  }
  #product .product-detail .pro-cont .content .download-item .info {
    width: 75%;
    padding: 0.2rem;
  }
  #product .product-detail .pro-cont .content .download-item .download {
    width: 60px;
    flex-shrink: 0;
    height: 100%;
  }
  #product .product-detail .pro-cont .content .download-item .info .t1 {
    font-size: 14px;
  }
  #product .product-detail .pro-cont .content .download-item .info .t2 {
    font-size: 14px;
  }
  #product .tops-center {
    height: auto;
    padding-left: 0.2rem;
    margin-top: -0.9rem;
    flex-wrap: wrap;
  }
  #product .tops-center .pro-search {
    width: 100%;
  }
  #product .pro-list .item {
    width: 49%;
  }
  #product .pro-list .item .info {
    padding: 0.2rem;
  }
  #product .pro-list .item .info .t1 {
    font-size: 14px;
  }
  #product .pro-list .item .info .t2 {
    font-size: 12px;
  }
  #product .pro-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #product .pro-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .pages-bottom {
    margin-bottom: 0.4rem;
  }
  .container {
    width: 94%;
  }
  #search .search-result .result-nav {
    flex-wrap: wrap;
    padding: 0.3rem 0.2rem;
    justify-content: flex-start;
  }
  #search .search-result .result-nav .item {
    width: 32%;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 14px;
  }
  #search .search-result .result-nav .item:nth-of-type(3n) {
    margin-right: 0;
  }
  #search .search-result .items-box {
    padding: 0 0.2rem;
  }
  #search .search-result .items-box .item {
    height: 1rem;
  }
  #search .search-result .items-box .item .title {
    font-size: 14px;
  }
  #search .search-result {
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
  }
  #service .service-detail .service-cont {
    padding: 0.2rem;
  }
  #solution .solution-list .item {
    width: 100%;
    margin-right: 0;
  }
  #solution .solution-list .item .info {
    padding: 0.2rem;
  }
  #solution .solution-list {
    margin: 0.6rem 0;
  }
  #solution .solution-list .item .info .lines .line {
    font-size: 14px;
    line-height: 28px;
  }
  #solution .solution-detail {
    padding: 0 0.2rem;
    margin: 0.3rem 0 0.4rem;
  }
  #solution .solution-detail .title {
    font-size: 18px;
    line-height: 28px;
    padding: 0.2rem 0;
  }
  #solution .solution-detail .content {
    padding: 0.2rem 0;
  }
  #solution .solution-detail .detail-bottom {
    padding: 0.2rem 0.2rem 0.4rem;
  }
  #solution .solution-detail .detail-bottom .left .pg {
    line-height: 24px;
  }
  #solution .solution-detail .detail-bottom .left {
    font-size: 14px;
  }
  #solution .solution-items .items .item {
    flex-wrap: wrap;
  }
  #solution .solution-items .items .item .pic {
    width: 100%;
  }
  #solution .solution-items .items .item .info {
    width: 100%;
  }
  #solution .solution-items .title-box {
    height: 1rem;
    line-height: 1rem;
    font-size: 14px;
    padding: 0 0.2rem;
  }
  #solution .solution-items .items .item .info {
    padding: 0.4rem 0 0 0;
  }
  #solution .solution-items .items .item .info .tt {
    font-size: 16px;
    line-height: 20px;
  }
  #solution .solution-items .items .item .info .more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  #solution .solution-items {
    margin: 0.4rem 0 0.6rem;
  }
  #state .state-box {
    margin-bottom: 0.6rem;
    padding: 0.6rem 0.2rem;
  }
  #state .state-box .content {
    padding-top: 0.4rem;
  }
  #state .state-box .title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0.3rem;
  }
  #website .website-box .items-cont .title {
    font-size: 22px;
  }
  #website .website-box .items-cont .items-box {
    margin-top: 0.2rem;
  }
  #website .website-box .items-cont .items-box .items .item {
    font-size: 14px;
    padding: 0 0.2rem;
  }
  #website .website-box .items-cont {
    padding: 0.4rem 0;
  }
  #website .website-box .items-cont .items-box .items .item:first-of-type {
    padding-left: 0.2rem;
  }
  #index .news-box .news-content .item .text-box {
    padding-right: 0.2rem;
  }
  #website {
    margin-top: 0.9rem;
  }
  #search {
    margin-top: 0.9rem;
  }
  #state {
    margin-top: 0.9rem;
  }
  #about .about-box {
    padding: 0 0.4rem 0.4rem;
  }
  #about .about-box .about-title {
    padding: 0.3rem 0;
    font-size: 18px;
  }
  #about .about-box .desc-box {
    flex-wrap: wrap;
  }
  #about .about-box .desc-box .info-box {
    width: 100%;
    padding-top: 0;
  }
  #about .about-box .desc-box .video-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #about .about-box .culture-box {
    margin-top: 0.4rem;
  }
  #about .about-box .culture-box {
    flex-wrap: wrap;
  }
  #about .about-box .culture-box .items.left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #about .about-box .culture-box .right {
    width: 100%;
  }
  #about .about-box .culture-box .right .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem !important;
  }
  #about .develop-box {
    margin-bottom: 0.6rem;
  }
  #about .develop-box .prevNext-box .prev, #about .develop-box .prevNext-box .next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #about .about-box .develop-banner .swiper-slide {
    width: 48% !important;
  }
  #about .about-box .develop-banner .swiper-slide .year span {
    font-size: 18px;
    line-height: 20px;
  }
  #about .about-box .develop-banner .swiper-slide .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .more-cover .info-content {
    width: 90%;
    left: 5%;
    padding: 0.4rem 0.2rem;
    height: 6.5rem;
  }
  .more-cover .info-content .content {
    font-size: 13px;
    padding-right: 0.4rem;
  }
  #about .about-box .desc-box .video-box .play-box {
    text-align: center;
  }
  #about .about-box .desc-box .video-box .play-box i {
    font-size: 32px;
  }
  #about .about-box .desc-box .video-box .play-box .text {
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .more-cover .info-content .close-box {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -1.2rem;
    left: calc(50% - 0.4rem);
  }
  .join-form {
    width: 320px;
    padding: 20px;
    height: auto;
  }
  .join-form .line input {
    width: 200px;
    height: 25px;
  }
  .join-form .line button {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }
  .join-form .line .label {
    font-size: 14px;
  }
  .join-form .line img {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */
