header .head-pc .nav-container .business .dropMenu {
  display: block;
}
.banner {
  position: relative;
}
.banner #banner-container {
  height: 26.36rem;
}
.banner #banner-container .swiper-pagination {
  bottom: 1.23rem;
}
.banner #banner-container .swiper-pagination-bullet {
  width: 0.91rem;
  height: 0.27rem;
  background-color: #f5f7fa;
  border-radius: 0.14rem;
  margin: 0 0.45rem !important;
  transition: width 0.3s;
  opacity: 0.5;
}
.banner #banner-container .swiper-pagination-bullet-active {
  width: 1.36rem;
  transition: width 0.3s;
  opacity: 1;
}
.banner #banner-container .swiper-button-prev,
.banner #banner-container .swiper-container-rtl .swiper-button-next {
  left: 8%;
}
.banner #banner-container .swiper-button-next,
.banner #banner-container .swiper-container-rtl .swiper-button-prev {
  right: 8%;
}
.banner #banner-container .swiper-button-next:after,
.banner #banner-container .swiper-button-prev:after {
  font-size: 0.73rem;
  color: #fff;
}
.banner #banner-container .swiper-button-next,
.banner #banner-container .swiper-button-prev {
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 50%;
  border: solid 0.05rem #ffffff;
}
.banner #banner-container .swiper-button-next:hover,
.banner #banner-container .swiper-button-prev:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.banner #banner-container .swiper-button-next:hover::after,
.banner #banner-container .swiper-button-prev:hover::after,
.banner #banner-container .swiper-button-next:hover::after,
.banner #banner-container .swiper-button-prev:hover::after {
  color: #16008a;
}
.banner .main-center {
  position: relative;
}
.banner .name-form {
  position: absolute;
  right: -3%;
  bottom: 4.23rem;
  z-index: 99;
}
.banner .name-form .form1 {
  background-color: #fff;
  border-radius: 0.91rem;
  width: 13.64rem;
  box-sizing: border-box;
  padding: 1.14rem 0.91rem;
}
.banner .name-form .name-t {
  text-align: center;
}
.banner .name-form .name-t h3 {
  font-size: 0.91rem;
  color: #1f208a;
  white-space: nowrap;
}
.banner .name-form .name-t p {
  font-size: 0.73rem;
  color: #999;
  white-space: nowrap;
  margin: 0.45rem 0 0.91rem;
}
.banner .name-form .place {
  position: relative;
}
.banner .name-form .place .dropDown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  z-index: 2;
}
.banner .name-form .place .dropDown > div {
  width: 130px;
  height: 300px;
  background-color: #fff;
  overflow-y: auto;
  display: none;
}
.banner .name-form .place .dropDown > div::-webkit-scrollbar {
  width: 6px;
  background-color: #eeeeee;
}
.banner .name-form .place .dropDown > div::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #d1d4db;
}
.banner .name-form .place .dropDown .dropUl li {
  width: 120px;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  background-color: white;
  cursor: pointer;
}
.banner .name-form .place .dropDown .dropUl li:hover {
  background-color: #16008a !important;
  color: #fff;
}
.banner .name-form .item {
  position: relative;
  width: 100%;
  height: 1.82rem;
  margin-bottom: 0.91rem;
  border-radius: 0.18rem;
  border: solid 0.05rem #1f208a;
  padding-left: 2.09rem;
}
.banner .name-form .item i {
  position: absolute;
  left: 0.86rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.82rem;
  color: #1f208a;
}
.banner .name-form .item .arrow-down {
  position: absolute;
  right: 0.91rem;
  left: auto;
}
.banner .name-form .item select {
  width: 100%;
  height: 100%;
}
.banner .name-form .item select option {
  height: 0.91rem;
  line-height: 0.91rem;
}
.banner .name-form .item input {
  width: 100%;
  height: 100%;
  color: #555;
  font-size: 0.73rem;
}
box .banner .name-form .item input::placeholder {
  color: #999;
  font-size: 0.73rem;
}
.banner .name-form .item input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.73rem;
}
.banner .name-form .item input:-moz-placeholder {
  color: #999;
  font-size: 0.73rem;
  opacity: 1;
}
.banner .name-form .item input::-moz-placeholder {
  color: #999;
  font-size: 0.73rem;
  opacity: 1;
}
.banner .name-form .item input:-ms-input-placeholder {
  color: #999;
  font-size: 0.73rem;
}
.banner .name-form .item .yzm-button {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 0.55rem;
  cursor: pointer;
}
.banner .name-form .industry .drop-items {
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 10px;
  z-index: 2;
  display: none;
}
.banner .name-form .industry .drop-items::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.banner .name-form .industry .drop-items .industry-nav {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.banner .name-form .industry .drop-items .industry-nav > li {
  position: relative;
  color: #666;
  font-weight: bold;
  padding: 0 5px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .name-form .industry .drop-items .industry-nav > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #16008a;
  transition: all 0.3s;
}
.banner .name-form .industry .drop-items .industry-nav > li:hover {
  color: #16008a;
  transition: all 0.3s;
}
.banner .name-form .industry .drop-items .industry-nav > li:hover::after {
  width: 100%;
  transition: all 0.3s;
}
.banner .name-form .industry .drop-items .industry-nav .industry-nav-active {
  color: #16008a;
}
.banner .name-form .industry .drop-items .industry-nav .industry-nav-active::after {
  width: 100%;
}
.banner .name-form .industry .drop-items .drop-item .drop-ul {
  display: none;
  flex-wrap: wrap;
}
.banner .name-form .industry .drop-items .drop-item .drop-ul li {
  display: inline-block;
  line-height: 24px;
  width: calc(100%/3);
  cursor: pointer;
  color: #9fa3b0;
}
.banner .name-form .industry .drop-items .drop-item .drop-ul li:hover {
  color: #16008a;
}
.banner .name-form .industry .drop-items .drop-item .industry-drop-selected {
  display: flex;
}
.banner .name-form .limitCompany .drop-items {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: none;
}
.banner .name-form .limitCompany .drop-items li {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  background-color: white;
  cursor: pointer;
}
.banner .name-form .limitCompany .drop-items li:hover {
  background-color: #16008a !important;
  color: #fff;
}
.banner .name-form .have-arrow {
  padding: 0 1.5rem 0 2.09rem;
}
.banner .name-form .free-search {
  height: 1.82rem;
  line-height: 1.82rem;
  background-color: #1f208a;
  border-radius: 0.91rem;
  font-size: 0.73rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.banner .name-form .free-search:hover {
  background: linear-gradient(60deg, #1f208a, rgba(31, 32, 138, 0.8));
}
.banner .name-form .search-after-tel {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0.91rem;
  width: 13.64rem;
  padding: 1.14rem 0.91rem;
}
.banner .name-form .search-after-tel .close {
  position: absolute;
  right: -0.45rem;
  top: -0.45rem;
  cursor: pointer;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.18rem;
  background-color: #1f208a;
}
.banner .name-form .search-after-tel .close i {
  font-size: 0.73rem;
  color: #fff;
}
.banner .name-form .search-after-tel button {
  width: 100%;
  height: 1.82rem;
  line-height: 1.82rem;
  border: 0;
  background-color: #1f208a;
  border-radius: 0.91rem;
  font-size: 0.73rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.banner .name-form .search-after-tel button:hover {
  background: linear-gradient(75deg, #16008a, rgba(31, 32, 138, 0.8));
}
.banner .name-form .search-after-tel .returnBack {
  color: #888;
  margin-top: 0.91rem;
  font-size: 0.55rem;
  cursor: pointer;
}
.banner .online-message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.27rem;
  height: 4.55rem;
  background: url(../images/index-message-bg.jpg) no-repeat right;
  background-size: cover;
  padding: 0 0.91rem;
  box-shadow: 0.18rem 0.32rem 0.91rem 0rem rgba(153, 153, 153, 0.1);
  border-radius: 0.27rem;
  z-index: 2;
}
.banner .online-message .online-txt {
  width: 5.73rem;
  height: 5.91rem;
}
.banner .online-message .online-txt img {
  object-fit: contain;
}
.banner .online-message h3 {
  font-size: 1.27rem;
  color: #fff;
  margin-bottom: 0.91rem;
  text-align: center;
  display: none;
}
.banner .online-message form {
  width: calc(100% - 5.73rem);
}
.banner .online-message form input {
  width: 22.9%;
  height: 1.82rem;
  background-color: #f5f5f5;
  border-radius: 0.27rem;
  margin-right: 2.1%;
  color: #555;
  padding: 0 0.91rem;
  box-sizing: border-box;
}
.banner .online-message form input::-webkit-input-placeholder {
  color: #999;
}
.banner .online-message form button {
  width: 10%;
  height: 1.82rem;
  background-color: #ffffff;
  border: 0;
  outline: none;
  border-radius: 0.91rem;
  font-size: 0.73rem;
  font-family: MicrosoftYaHei;
  color: #1f208a;
  cursor: pointer;
}
.banner .online-message form button:hover {
  color: #fff;
  background-color: #1f208a;
}
.hotService {
  background-color: #f5f7fa;
  padding-bottom: 3.64rem;
}
.hotService .box1 {
  margin-bottom: 1.36rem;
}
.hotService .box1 .box1-item {
  position: relative;
  width: 18.9%;
  background-color: #ffffff;
  border-radius: 0.45rem;
  padding: 1.36rem 1.14rem;
  text-align: center;
}
.hotService .box1 .box1-item .img {
  position: relative;
  margin: 0 auto;
}
.hotService .box1 .box1-item .img img {
  width: 4.59rem;
  height: 4.59rem;
  object-fit: contain;
  margin: 0 auto;
}
.hotService .box1 .box1-item .img .dbx-hover {
  display: none;
}
.hotService .box1 .box1-item .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.91rem;
  color: #ccc;
}
.hotService .box1 .box1-item h3 {
  position: relative;
  font-size: 0.82rem;
  color: #333;
  margin: 1.82rem 0 1.45rem;
}
.hotService .box1 .box1-item h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.95rem;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.09rem;
  background-color: #1f208a;
}
.hotService .box1 .box1-item p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.45rem;
  margin-bottom: 1.5rem;
}
.hotService .box1 .box1-item .rightArow {
  transition: all 0.2s;
}
.hotService .box1 .box1-item .rightArow i {
  font-size: 0.91rem;
  color: #767676;
}
.hotService .box1 .box1-item .customer {
  transform: translateY(0.68rem);
  position: absolute;
  bottom: 1.36rem;
  left: 50%;
  transform: translate(-50%, 0.45rem);
  display: block;
  width: 5.55rem;
  height: 1.59rem;
  line-height: 1.59rem;
  text-align: center;
  background-color: #1f208a;
  border-radius: 0.82rem;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
.hotService .box1 .box1-item .customer i {
  color: #fff;
  font-size: 0.91rem;
  margin-right: 0.36rem;
}
.hotService .box1 .box1-item .customer span {
  font-size: 0.73rem;
  color: #fff;
}
.hotService .box1 .box1-item:hover .img .dbx {
  display: none;
}
.hotService .box1 .box1-item:hover .img .dbx-hover {
  display: block;
}
.hotService .box1 .box1-item:hover .img i {
  color: #fff;
}
.hotService .box1 .box1-item:hover h3 {
  color: #1f208a;
}
.hotService .box1 .box1-item:hover .rightArow {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(0.45rem);
}
.hotService .box1 .box1-item:hover .customer {
  opacity: 1;
  transform: translate(-50%, 0);
}
.hotService .box2-t {
  margin-bottom: 0.91rem;
}
.hotService .box2-item {
  width: 34.3%;
  padding: 1.36rem 0 1.36rem 0.91rem;
  border-radius: 0.45rem;
}
.hotService .box2-item h2 {
  font-size: 0.82rem;
  margin-bottom: 0.68rem;
}
.hotService .box2-item p {
  font-size: 0.73rem;
  line-height: 1.09rem;
  color: #999;
  margin-bottom: 1.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 62%;
}
.hotService .box2-item .deatil {
  font-size: 0.73rem;
  color: #666;
}
.hotService .box2-item .deatil i {
  color: #cecece;
  font-size: 0.82rem;
  margin-left: 0.5rem;
}
.hotService .box2-item:hover h2,
.hotService .box2-item:hover .deatil,
.hotService .box2-item:hover i {
  color: #1f208a;
}
.hotService .box2-item:nth-child(1) {
  background: url(../images/index-hotSer-bg-01.jpg) no-repeat right;
  background-size: cover;
}
.hotService .box2-item:nth-child(2) {
  background: url(../images/index-hotSer-bg-02.jpg) no-repeat right;
  background-size: cover;
}
.hotService .box2-item-2 {
  width: 28.6%;
  background: url(../images/index-hotSer-bg-03.jpg) no-repeat right;
  background-size: cover;
}
.hotService .boxb {
  padding: 1.36rem 0 1.36rem 0.91rem;
  border-radius: 0.45rem;
}
.hotService .boxb h2 {
  font-size: 0.82rem;
}
.hotService .boxb .info {
  width: 75%;
}
.hotService .boxb .item {
  margin-top: 0.86rem;
}
.hotService .boxb .item a {
  font-size: 0.73rem;
  color: #999;
}
.hotService .boxb .item i {
  color: #999;
  font-size: 0.73rem;
}
.hotService .boxb .item:hover a,
.hotService .boxb .item:hover i {
  color: #1f208a;
}
.hotService .boxb-item {
  width: 34.3%;
}
.hotService .boxb-item:nth-child(1) {
  background: url(../images/index-hotSer-bg-04.jpg) no-repeat right;
  background-size: cover;
}
.hotService .boxb-item:nth-child(2) {
  background: url(../images/index-hotSer-bg-05.jpg) no-repeat right;
  background-size: cover;
}
.hotService .boxb-item-2 {
  width: 28.6%;
  background: url(../images/index-hotSer-bg-04.jpg) no-repeat right;
  background-size: cover;
}
.advantage {
  background: url(../images/index-ad-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 2.73rem;
}
.advantage .item {
  align-items: start;
}
.advantage .item .ad-info {
  width: calc(100% - 4.09rem);
}
.advantage .item h3 {
  font-size: 1.09rem;
  color: #fff;
  margin-bottom: 1rem;
}
.advantage .item p {
  font-size: 0.82rem;
  color: #fff;
  line-height: 1.36rem;
}
.advantage .item .num {
  position: relative;
}
.advantage .item .num span {
  position: relative;
  display: block;
  width: 2.73rem;
  height: 2.73rem;
  border-radius: 50%;
  background-color: #7f80eb;
  font-size: 0.91rem;
  text-align: center;
  line-height: 2.73rem;
  color: #fff;
  z-index: 2;
}
.advantage .item .num::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.advantage .ad-container .ad-l .ad-info {
  text-align: right;
}
.advantage .ad-container .ad-l p {
  padding-left: 15%;
}
.advantage .ad-container .ad-l .item:first-child {
  margin-bottom: 4.82rem;
}
.advantage .ad-container .ad-l .num {
  margin-left: 1.36rem;
}
.advantage .ad-container .ad-l .num::after {
  right: -0.68rem;
}
.advantage .ad-container .ad-r p {
  padding-right: 18%;
}
.advantage .ad-container .ad-r .item:first-child {
  margin-bottom: 4.82rem;
}
.advantage .ad-container .ad-r .num {
  margin-right: 1.36rem;
}
.advantage .ad-container .ad-r .num::after {
  left: -0.68rem;
}
.advantage .ad-container .ad-c {
  width: 28.1%;
  margin: 0 5.1%;
}
.advantage .mb-ad-container {
  display: none;
}
.advantage .mb-ad-container p {
  padding-right: 18%;
}
.advantage .mb-ad-container .item {
  margin-bottom: 1.82rem;
}
.advantage .mb-ad-container .num {
  margin-right: 1.36rem;
}
.advantage .mb-ad-container .num::after {
  right: -0.68rem;
}
.case {
  background-color: #f5f7fa;
  padding-bottom: 2.73rem;
}
.case ul li {
  width: 18.6%;
  margin-right: 1.75%;
  margin-bottom: 0.91rem;
  background-color: #fff;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.case ul li .pic {
  position: relative;
  padding-bottom: 45.2%;
}
.case ul li:nth-child(5n) {
  margin-right: 0;
}
.case ul li img {
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.case ul li:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.solve {
  background: url(../images/solve-case-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1.27rem 0 1.45rem;
  text-align: center;
}
.solve h3 {
  font-size: 1.36rem;
  line-height: 1.64rem;
  margin-bottom: 0.32rem;
  color: #fff;
}
.solve p {
  font-size: 0.73rem;
  line-height: 1.64rem;
  color: #fff;
  margin-bottom: 0.91rem;
}
.solve .zixun {
  margin-top: 0;
}
.news {
  margin-bottom: 4.55rem;
}
.news .lNew {
  width: 44.4%;
  margin-right: 4.3%;
}
.news .lNew ul {
  margin-bottom: 1.82rem;
}
.news .lNew ul li {
  position: relative;
  cursor: pointer;
  margin-right: 1.82rem;
  font-size: 0.91rem;
  color: #666;
}
.news .lNew ul li::after {
  content: '/';
  position: absolute;
  right: -1.09rem;
  top: 50%;
  font-weight: normal;
  transform: translateY(-50%);
  font-size: 0.91rem;
  color: #666;
}
.news .lNew ul li:last-child {
  margin-right: 0;
}
.news .lNew ul li:last-child::after {
  font-size: 0;
}
.news .lNew ul li:hover {
  font-weight: bold;
  color: #1f208a;
}
.news .lNew ul .news-active {
  font-weight: bold;
  color: #1f208a;
}
.news .lNew .new {
  position: relative;
  display: none;
}
.news .lNew .new .pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 33.4%;
  border-radius: 0.27rem;
}
.news .lNew .new .pic img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.news .lNew .new .txt {
  padding: 1.36rem 0;
}
.news .lNew .new .txt h3 {
  min-height: 12px;
  font-size: 0.73rem;
  margin-bottom: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .lNew .new .txt p {
  line-height: 1.27rem;
  color: #999999;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .lNew .new .txt .txt-b span {
  font-size: 0.73rem;
  color: #999;
}
.news .lNew .new .txt .txt-b .date {
  font-weight: bold;
}
.news .lNew .new::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.09rem;
  background-color: #1f208a;
  transition: width 0.3s;
}
.news .lNew .new:hover img {
  transform: scale(1.04);
}
.news .lNew .new:hover .txt h3,
.news .lNew .new:hover .txt .more {
  color: #1f208a;
}
.news .lNew .new:hover::after {
  width: 100%;
  transition: width 0.3s;
}
.news .lNew .news-selected {
  display: inline-block;
}
.news .rNew {
  width: 51.3%;
}
.news .rNew .rT {
  margin-bottom: 1.82rem;
}
.news .rNew .rT .title {
  font-size: 0.91rem;
  font-weight: bold;
  color: #1f208a;
}
.news .rNew .rb .item .pic {
  width: 44.3%;
  overflow: hidden;
  border-radius: 0.27rem;
}
.news .rNew .rb .item .pic .img {
  position: relative;
  padding-bottom: 52.8%;
}
.news .rNew .rb .item .pic .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.news .rNew .rb .item .txt {
  width: calc(100% - 44.3%);
  padding-left: 2.5%;
}
.news .rNew .rb .item .txt .info-t {
  position: relative;
  padding-bottom: 0.86rem;
  border-bottom: 0.05rem solid #dddddd;
}
.news .rNew .rb .item .txt .info-t::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1f208a;
  transition: width 0.3s;
}
.news .rNew .rb .item .txt .info-t h3 {
  width: calc(100% - 4.55rem);
  font-size: 0.73rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .rNew .rb .item .txt .info-t .date {
  width: 4.55rem;
  font-size: 16.06px;
  color: #999;
}
.news .rNew .rb .item .txt p {
  line-height: 1.27rem;
  color: #999;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .rNew .rb .item .txt .more {
  font-size: 0.73rem;
  color: #666;
}
.news .rNew .rb .item:first-child {
  padding-bottom: 1.36rem;
  margin-bottom: 1.36rem;
  border-bottom: 0.05rem dashed #f2f2f2;
}
.news .rNew .rb .item:hover img {
  transform: scale(1.04);
}
.news .rNew .rb .item:hover .txt .info-t::after {
  width: 100%;
  transition: width 0.3s;
}
.news .rNew .rb .item:hover .txt h3,
.news .rNew .rb .item:hover .txt .more {
  color: #1f208a;
}
@media only screen and (max-width: 1680px) {
  .banner #banner-container .swiper-button-prev,
  .banner #banner-container .swiper-container-rtl .swiper-button-next {
    left: 6%;
  }
  .banner #banner-container .swiper-button-next,
  .banner #banner-container .swiper-container-rtl .swiper-button-prev {
    right: 6%;
  }
  .banner .name-form {
    right: 3%;
  }
}
@media only screen and (max-width: 1550px) {
  .banner #banner-container .swiper-button-prev,
  .banner #banner-container .swiper-container-rtl .swiper-button-next {
    left: 2%;
  }
  .banner #banner-container .swiper-button-next,
  .banner #banner-container .swiper-container-rtl .swiper-button-prev {
    right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .banner #banner-container {
    height: 13.36rem;
  }
  .banner #banner-container .swiper-pagination {
    bottom: 6%;
  }
  .banner #banner-container .swiper-button-next,
  .banner #banner-container .swiper-button-prev {
    display: none;
  }
  .banner .name-form {
    display: none;
  }
  .banner .online-message {
    position: static;
    height: auto;
    bottom: 0;
    margin-top: 3.64rem;
    padding-top: 1.91rem;
    padding-bottom: 1.91rem;
    flex-direction: column;
  }
  .banner .online-message .online-txt {
    display: none;
  }
  .banner .online-message h3 {
    display: block;
  }
  .banner .online-message form {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .banner .online-message form input {
    width: 90%;
    height: 2rem;
    margin-right: 0;
    margin-bottom: 0.91rem;
  }
  .banner .online-message form button {
    width: 90%;
    height: 2rem;
    line-height: 2rem;
  }
  .hotService .box2-item {
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .hotService .boxb-item,
  .hotService .box2-item-2,
  .hotService .boxb-item-2 {
    width: 100%;
  }
  .hotService .box1 {
    flex-wrap: wrap;
  }
  .hotService .box1 .box1-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.91rem;
  }
  .hotService .box1 .box1-item h3 {
    margin-top: 0;
  }
  .hotService .box1 .box1-item p {
    margin-bottom: 0.5rem;
  }
  .hotService .box1 .box1-item .txt {
    width: calc(100% - 4.59rem);
    padding-left: 0.91rem;
  }
  .hotService .box1 .box1-item .rightArow {
    display: none;
  }
  .hotService .box1 .box1-item .customer {
    opacity: 1;
    position: static;
    transform: translate(0);
  }
  .hotService .box1 .box1-item:hover .customer {
    transform: translate(0);
  }
  .hotService .box2 .box2-t,
  .hotService .box2 .box2-b {
    flex-direction: column;
  }
  .hotService .box2 .boxb {
    margin-bottom: 0.91rem;
  }
  .advantage .ad-container {
    display: none;
  }
  .advantage .mb-ad-container {
    display: block;
  }
  .case ul > li {
    width: 49%;
    margin-right: 2%;
  }
  .case ul > li:nth-child(5n) {
    margin-right: 2%;
  }
  .case ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .solve {
    background-position: left;
  }
  .solve h3 {
    font-size: 0.91rem;
  }
  .news .news-box {
    flex-direction: column;
  }
  .news .news-box .lNew {
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .news .news-box .lNew h3 {
    font-size: 0.83rem !important;
  }
  .news .news-box .rNew {
    width: 100%;
  }
  .news .news-box .rNew .rb {
    display: flex;
    justify-content: space-between;
  }
  .news .news-box .rNew .rb .item {
    width: 49%;
    flex-direction: column;
  }
  .news .news-box .rNew .rb .item:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .news .news-box .rNew .rb .item .pic {
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .news .news-box .rNew .rb .item .txt {
    width: 100%;
  }
  .news .news-box .rNew .rb .item .txt .info-t {
    flex-direction: column;
    align-items: flex-start;
  }
  .news .news-box .rNew .rb .item .txt .info-t h3 {
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .news .news-box .rNew .rb .item .txt .info-t .date {
    width: 100%;
  }
}
