.banner-swiper {
  --swiper-navigation-size: 0.6rem;
}
.banner-swiper img {
  width: 100%;
}
.banner-swiper .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin: 0 0.08rem;
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fc6c0f;
}
.banner-swiper .swiper-button-prev:after, .banner-swiper .swiper-button-next:after {
  display: none;
}
.banner-swiper .swiper-button-prev, .banner-swiper .swiper-rtl .swiper-button-next {
  left: 2% !important;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-rtl .swiper-button-prev {
  right: 2% !important;
}
.banner-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem !important;
}
.banner-swiper:hover .swiper-button-prev:after, .banner-swiper:hover .swiper-button-next:after {
  display: flex;
}

.container-lg {
  position: relative;
}
.container-lg .right-top {
  position: absolute;
  right: 0;
  top: 0.05rem;
  width: 1.16rem;
}
.container-lg .right-top img {
  width: 100%;
}

.container-box {
  padding: 0.6rem 0;
}

.about-us .container-lg {
  background: url("/themes/simplebootx/Index/Public/images/aboutUs/about-us-bg.png") no-repeat 50% 58%/100% auto;
}
.about-us .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  width: 53.06%;
  align-items: flex-end;
}
.about-us .right-bottom img {
  width: 100%;
}
.about-us .left-info {
  padding-top: 0.05rem;
}
.about-us .left-info .content {
  width: 57.99%;
  padding-bottom: 0.71rem;
}
.about-us .left-info .content .sub-title {
  font-size: 0.3rem;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.about-us .left-info .content .sub-content {
  text-indent: 2em;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.4rem;
}
.about-us .left-info .content .sub-content p {
  text-indent: 2em;
}
.about-us .left-info .content .sub-content p:not(:last-child) {
  margin-bottom: 2em;
}
.about-us .left-info .content .looking-more {
  margin-top: .2rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.about-us .left-info .content .looking-more:hover {
  color: #fc6c0f;
}

.title {
  height: 1.07rem;
  margin-bottom: 0.5rem;
}
.title img {
  height: 100%;
}

.company-advantages {
  background: url("/themes/simplebootx/Index/Public/images/companyAdvantages/bg_youshi.jpg") no-repeat center/100% 100%;
}
.company-advantages .advantage {
  display: flex;
}
.company-advantages .advantage .info-image {
  flex: 0 0 auto;
  width: 4.2rem;
  height: 2.5rem;
  overflow: hidden;
}
.company-advantages .advantage .info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.company-advantages .advantage .info {
  flex: 1;
  font-size: 0.24rem;
  color: #333333;
  line-height: 2;
  padding: 0.3rem;
  background: linear-gradient(360deg, #f9fbff 0%, #ffffff 100%);
  border-radius: 0;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(239, 244, 255), rgb(255, 255, 255)) 1 1;
}
.company-advantages .advantage .info .info-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  font-size: 0.36rem;
  line-height: 1.444;
  font-weight: bold;
  color: #fc6c0f;
}
.company-advantages .advantage .info .info-title img {
  width: 0.26rem;
  margin-right: 0.12rem;
}
.company-advantages .advantage .info .info-content {
  padding-left: 0.38rem;
}
.company-advantages .advantage .info .looking-more {
  padding-left: 0.38rem;
  font-size: .16rem;
  color: #666666;
  line-height: .2rem;
}
.company-advantages .advantage .info .looking-more:hover {
  color: #fc6c0f;
}
.company-advantages .advantage:nth-child(even) {
  flex-direction: row-reverse;
}
.company-advantages .advantage:hover .info-image img {
  transform: scale(1.2);
}

.main-produce .title {
  margin-bottom: 0.4rem;
}
.main-produce .produces {
  display: flex;
}
.main-produce .produces .produces-menu {
  flex: 0 0 auto;
  width: 18.33%;
  background-color: #fafafa;
}
.main-produce .produces .produces-menu .produce-name {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.38rem;
  padding: 0.17rem 0.27rem 0.17rem 0.2rem;
  min-height: 1.2rem;
}
.main-produce .produces .produces-menu .produce-name::after {
  content: "";
  position: absolute;
  left: 0.36rem;
  bottom: -1px;
  width: 82%;
  height: 1px;
  background: #e8e9ec;
}
.main-produce .produces .produces-menu .produce-name:last-child::after {
  display: none;
}
.main-produce .produces .produces-menu .produce-name.active, .main-produce .produces .produces-menu .produce-name:hover {
  color: #ffffff;
  background-color: #143a84;
}
.main-produce .produces .produces-menu .produce-name.active::after, .main-produce .produces .produces-menu .produce-name:hover::after {
  display: block;
  left: auto;
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 0.18rem;
  height: 0.22rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.main-produce .produces .produce-images {
  display: none;
  height: 6rem;
  flex: 1;
  grid-template-columns: 59.18fr 40.82fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1px;
  background: #999999;
  border: 1px solid #999999;
}
.main-produce .produces .produce-images.active {
  display: grid;
}
.main-produce .produces .produce-image {
  position: relative;
  display: block;
  background: #fff;
}
.main-produce .produces .produce-image img {
  width: 100%;
  height: calc(100% - 0.57rem);
  object-fit: cover;
}
.main-produce .produces .produce-cover {
  grid-row: span 2;
}
.main-produce .produces .info-name {
  position: relative;
  width: 100%;
  font-size: 0.24rem;
  color: #ffffff;
  background: #fc6c0f;
  padding: 0.12rem 0.24rem;
  z-index: 2;
}

.news {
  background: url("/themes/simplebootx/Index/Public/images/news/bg_news.jpg") no-repeat center/100% 100%;
}
.news .news-box {
  display: flex;
  column-gap: 0.24rem;
}
.news .news-title {
  font-size: 0.3rem;
  line-height: .43rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.05rem;
}
.news .news-date {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #b2b2b2;
  line-height: 0.2rem;
  margin-bottom: 0.07rem;
}
.news .news-date img {
  width: 0.12rem;
  margin-right: 0.08rem;
}
.news .news-content {
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
}
.news .news-left {
  flex: 1;
  background-color: #fff;
  min-width: 0;
}
.news .news-left .news-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.news .news-left .news-item:not(:last-child) {
  padding-bottom: 8px;
}
.news .news-left .news-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 1.68%;
  bottom: 0;
  width: 77.73%;
  height: 1px;
  background: #e8e9ec;
}
.news .news-left .news-item:not(:first-child) {
  padding-top: 8px;
}
.news .news-left .news-image {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.16rem;
  overflow: hidden;
}
.news .news-left .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news .news-left .news-info {
  min-width: 0;
  flex: 1;
  padding: 0.16rem;
}
.news .news-right {
  flex: 0 0 auto;
}
.news .news-right .news-item {
  height: 4.61rem;
  display: flex;
  flex-direction: column;
}
.news .news-right .news-image {
  height: 100%;
  overflow: hidden;
}
.news .news-right .news-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news .news-right .news-info {
  flex: 1;
  padding: 0.24rem;
  background-color: #fff;
}
.news .news-right .news-title {
  margin-bottom: 0.12rem;
}
.news .news-right .news-date {
  margin-bottom: 0;
}
.news .news-item:hover .news-image img {
  transform: scale(1.2);
}
.news .news-item:hover .news-info {
  background-color: #143a84;
}
.news .news-item:hover .news-info .news-title {
  color: #fff;
}
.news .news-item:hover .news-info .news-date {
  color: #fff;
}
.news .news-item:hover .news-info .news-content {
  color: #fff;
}
.news .news-item:hover::after {
  display: none;
}

.contact-us {
  background: url("/themes/simplebootx/Index/Public/images/contact/bg_lxwm.jpg") no-repeat center/100% 100%;
}
.contact-us .contact-box {
  display: flex;
}
.contact-us .contact-box #show_map {
  width: 40.69%;
}
.contact-us .contact-box .contact-info {
  width: 59.31%;
  padding: 0.28rem 0.3rem 0.26rem 1.6rem;
  background: url("/themes/simplebootx/Index/Public/images/contact/bg-contact.png") center/100% 100% no-repeat;
}
.contact-us .contact-box .contact-info-title {
  position: relative;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.35rem;
  font-weight: bold;
  margin-bottom: 0.28rem;
}
.contact-us .contact-box .contact-info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 1.92rem;
  height: 0.25rem;
  background: linear-gradient(360deg, #143a84 0%, rgba(20, 58, 132, 0) 100%);
  opacity: 0.2;
}
.contact-us .contact-box .contact-info-item {
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.32rem;
}
