/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	06. Service area
	13. Footer
	15. Contact us
		
----------------------------------*/

/* Theme Font Use */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Montserrat', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
  background-color: #ef800d;
  color: #fff;
}
::-moz-selection {
  background-color: #ef800d;
  color: #fff;
}
img {
  max-width: 100%;
}
/* 加在custom.css/responsive.css最顶部 */
html {
  overflow-x: hidden; /* 禁止横向滚动 */
  width: 100%;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit; /* 统一盒模型，避免padding撑宽元素 */
}
body {
  width: 100%;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #c5c5c5;
  letter-spacing: 1px;
  overflow-x: hidden;
  box-sizing: border-box;
}

p {
  line-height: 24px;
  font-size: 14px;
  color: #6c757d;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202020;
  padding: 0px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.table-responsive {
  overflow: hidden;
}
.display-inline-block {
  display: inline-block !important;
}
.navbar-toggler .toggle-btn {
  width: 2rem;
}
/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 40px;
  text-align: center;
  right: 2%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.scroll-top img {
  width: 100%;
  height: 100%;
}
.scroll-top:hover,
.icon-customer:hover {
  text-decoration: none;
}
.icon-customer {
  position: fixed;
  bottom: 120px;
  text-align: center;
  right: 2%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 40px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* --- Buttons --- */
.btn-style-1 {
  color: #fff;
  border: 0;
  border-radius: 8px;
  position: relative;
  padding: 0.94rem 2.06rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #1c94cb;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
  background-color: #48c5ff;
  text-decoration: none;
}
.btn-style-2 {
  color: #fff;
  border: 0;
  border-radius: 4px;
  position: relative;
  padding: 16px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #043651;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
  background-color: #01283e;
  color: #fff;
  text-decoration: none;
}
/* --- Loading --- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
}
.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}
.loading {
  border: 1px solid transparent;
  border-color: transparent #fff transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.loading-container {
  margin: 40px auto;
}
/* --- section title --- */
.section-title h2 a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2.5rem;
  color: #1c94cb;
  line-height: 2.88rem;
  text-transform: none;
}
.section-title h4 {
  margin-top: 4.38rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.88rem;
  color: #1b1a1a;
  line-height: 2.25rem;
  text-transform: none;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
  background-color: #07547e;
  padding: 18px 0px;
}
.header-location li {
  color: #fff;
}
.header-location li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
  color: #ef800d;
}
.header-location li i {
  color: #ef800d;
  text-align: center;
  margin-right: 6px;
  font-size: 12px;
  border-radius: 100%;
}
/* header social */
.header-social li {
  margin-right: 0px !important;
}
.header-social li a {
  margin: 0px !important;
  text-align: center;
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
  color: #ef800d;
}
.header-top-right ul.header-top-menu {
  padding-left: 6px;
  position: relative;
}
.header-top-right ul.header-top-menu li a {
  color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
  padding: 0px;
  border-radius: 8px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu
  li
  p {
  font-size: 12px;
  color: #fff;
  background-color: #ef800d;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  white-space: nowrap;
  margin-bottom: 0px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu:before {
  right: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #ef800d;
}
.header-top-right
  ul.header-top-menu
  li
  .dropdown
  ul.dropdown-menu
  li:nth-child(2)
  a {
  padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
  color: #ef800d;
}
.header-top-right ul.header-top-menu li.download-brochure-btn a {
  background-color: #ef800d;
  padding: 10px 20px;
  border-radius: 4px;
}
.header-lover .navbar-brand {
  width: 5.44rem;
  padding: 0px;
  margin: 0px;
}
.header-lover {
  padding: 10px 0px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
  padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.13rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  position: relative;
  padding: 0.38rem 0.88rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
  color: #1893cb;
}
.header-lover .navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header-lover .navbar-toggler span {
  background: #000;
}
.header-lover .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.63rem 0.75rem rgba(0, 0, 0, 0.1);
}
.header-lover .dropdown-menu:before {
  left: 1.88rem;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 0.56rem;
  height: 0.56rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #f4f6f8;
}
.header-lover .dropdown-menu .dropdown-item {
  border-bottom: 2px solid #fff !important;
  position: relative;
  padding: 12px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  background: #f4f6f8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
  color: #1893cb;
  padding-left: 1.25rem;
  background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #f5f5f5;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #333;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
/* sticky */
.is-sticky {
  z-index: 9999;
}
.is-sticky .header-lover {
  z-index: 999 !important;
  background-color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
  color: #333;
}
.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show > .nav-link {
  color: #1893cb !important;
}
@media screen and (min-width: 992px) {
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
  z-index: 1;
}
/* .slider .carousel-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
} */
/* .slider .carousel-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.2;
  background-image: url(../img/slider/line-bg.png);
} */
.slider .carousel-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 900px;
  position: relative;
}
.slider .carousel-item.slider-one {
  background-image: url("../img/home/home-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-two {
  background-image: url("../img/who/who-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-three {
  background-image: url("../img/work/work-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-four {
  background-image: url("../img/contact/contact-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-five {
  background-image: url("../img/about/about-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-six {
  background-image: url("../img/what/supply-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-seven {
  background-image: url("../img/what/consultation-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-eight {
  background-image: url("../img/what/source-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-nine {
  background-image: url("../img/what/product-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-ten {
  background-image: url("../img/what/order-banner.png"); /*edit image*/
}
.slider .carousel-caption h5 {
  font-weight: 600;
  font-size: 5rem;
  color: #fefffe;
  line-height: 6.25rem;
  text-shadow: 4px 0px 6px rgba(74, 105, 145, 0.79);
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #fff;
  text-transform: capitalize;
}
.slider-five .carousel-caption h5 {
  font-size: 3rem;
  line-height: 5rem;
}
.slider .carousel-caption h5 span {
  color: #fff;
  -webkit-text-stroke: 2px #ef800d;
}
.slider .carousel-caption h6 {
  width: 80%;
  margin: 0 auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 3rem;
  color: #fefffe;
  line-height: 3.75rem;
  text-shadow: 4px 0px 7px rgba(74, 105, 145, 0.23);
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.13rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  bottom: auto;
  display: inline-block;
  transform: translateY(-50%);
}
.slider .carousel-control-next {
  right: 10px;
}
.slider .carousel-control-prev {
  left: 10px;
}
/* ===================================
	04. About us
=================================== */
.about-content p.about-sub-title {
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  line-height: 2.5rem;
}
.about-content ul li i.icon-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #1c94cb;
  margin-right: 0.5rem;
}
.about-content h2 {
  font-weight: 600;
  font-size: 2.25rem;
  color: #1b1a1a;
  line-height: 2.88rem;
}
.about-content ul li {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.5rem;
}
.about-content ul li a {
  font-weight: 600;
  font-size: 1.38rem;
  color: #1c94cb;
  line-height: 2.5rem;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
}
.about-content ul li:last-child {
  padding-bottom: 0px;
}
.about-area p.paragraph-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.about-img-carousel .item img {
  border-radius: 6px;
}
.about-img-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.about-img-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  border: 2px solid #d6d6d6;
}
.about-img-carousel .owl-dots .owl-dot.active span {
  border: 2px solid #ef800d;
  background-color: #fff;
}
.about-img-carousel .owl-dots .owl-dot:hover span {
  border: 2px solid #ef800d;
  background-color: #fff;
}
.service-area {
  margin-top: -3rem;
}
.service-wrap {
  position: relative;
  z-index: 1;
  padding: 80px 70px;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 14px;
  background: #ffffff;
}
.service-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-block .service-title {
  flex: 1;
  font-weight: 600;
  font-size: 2.25rem;
  color: #1b1a1a;
  line-height: 2.88rem;
  text-align: left;
  word-break: break-all;
}
.split-line {
  width: 4px;
  height: 80px;
  margin-left: 40px;
  display: block;
  background: #1c94cb;
}
.service-content .service-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  line-height: 2.25rem;
  text-align: left;
}
.about-area {
  margin-top: 1.5rem;
}

/* service detail img */
.service-detail-img img {
  border-radius: 4px;
}
/* service title */
.service-title {
  font-size: 1.5rem;
  font-weight: 500;
}



/* comment single block */
.comment-single-block {
  width: 100%;
  margin-bottom: 30px;
}
.comment-single-block:last-child {
  margin-bottom: 0px;
}
.comment-single-block .comment-single-block {
  margin-top: 30px;
  padding-left: 30px;
}
.comment-single-block .comment-single-block:last-child {
  margin-bottom: 0px !important;
}
.comment-single-block .comment-img-box {
  float: left;
  margin-right: 25px;
  overflow: hidden;
}
.comment-single-block .comment-img-box img {
  border-radius: 6px;
}
.comment-single-block .author-info {
  position: relative;
}
.comment-single-block .author-info h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.comment-single-block .author-info .comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  line-height: 25px;
  display: inline-block;
  font-size: 8px;
  background-color: #ef800d;
}
.comment-single-block .author-info .time {
  color: #666;
}
.comment-single-block .comment-box-content p {
  margin-bottom: 0px;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
  background-image: url(../img/bg/footer-bg.png);
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
/* footer title */
.footer-title {
  color: #fff;
  font-size: 1.38rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.footer-logo img {
  width: 7.5rem;
  margin-bottom: 0.63rem;
}
/* footer links */
.footer-links li {
  margin-bottom: 12px;
}
.footer-links li:last-child {
  margin-bottom: 0px;
}
.footer-links li a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
  color: #1893cb;
}
/* footer news */
.footer-news li {
  position: relative;
  padding: 0px;
  margin-bottom: 0.94rem;
  overflow: hidden;
}
.footer-news li:last-child {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.footer-news li .footer-contact-method img {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.75rem;
}
.footer-news li .image-thumb {
  position: absolute;
  top: 50%;
  width: 70px;
  transform: translateY(-50%);
  left: 0px;
}
.footer-news li span {
  line-height: 1.38rem;
  margin-bottom: 0.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 1.88rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-news li h4 a:hover {
  color: #ef800d;
}
.footer-map {
  width: 100%;
  height: 10.63rem;
  margin-bottom: 0.63rem;
}
/* footer contact info */
.footer-contact-info li {
  position: relative;
  padding: 0px;
  margin-bottom: 0.94rem;
  overflow: hidden;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-contact-info li:last-child {
  margin-bottom: 0px;
}

/* footer lower */
.footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0px;
}
.footer-lower p {
  font-size: 0.88rem;
  color: #c5c5c5;
}

/* ===================================
	15. Contact us
=================================== */

/* contact info */
.contact-info {
  padding: 3.88rem 1.88rem 5rem;
  background: #f4f6f7;
  border-radius: 8px;
}
.contact-info h2 {
  font-family: PingFangSC, PingFang SC;
  position: relative;
  font-weight: 600;
  font-size: 1.88rem;
  color: #1b1a1a;
  line-height: 2.88rem;
}
.contact-info h2:before {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 3.5rem;
  height: 4px;
  background: #333333;
}
.contact-info .contact-list {
  margin-top: 2.5rem;
}
.contact-list li {
  margin-bottom: 1.56rem;
}
.contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-item .contact-name {
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  line-height: 1.75rem;
}
.contact-item p {
  margin: 0;
  font-family: PingFangSC, PingFang SC;
}
.contact-item .contact-phone {
  font-weight: 400;
  font-size: 1.5rem;
  color: #1b1a1a;
  line-height: 1.75rem;
}
.contact-info li p a {
  color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info li p a:hover {
  color: #ef800d;
}

/* contact form */
.contact-form input {
  background-color: #fff;
  padding: 0 1.25rem;
  height: 4rem;
  border: 2px solid #e3e7e9;
  border-radius: 8px;
  font-size: 0.88rem;
}
.contact-form textarea {
  background-color: #fff;
  padding: 1.25rem;
  height: 15.75rem;
  border: 2px solid #e3e7e9;
  border-radius: 6px;
  font-size: 0.88rem;
  resize: none;
}
.help-block ul {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 10px;
  border-radius: 4px;
}


.langs-select {
  width: 90px;
  height: 40px;
  cursor: pointer;
  padding: 0 10px;
  margin-left: 16px;
  box-sizing: border-box;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f5f5f5;
}

.services-area {
  background: #f4f6f7;
}

/* SUPPLY CHAIN MANAGEMENT 样式  start */
/* 容器样式 */
/* 外层容器：相对定位，用于绘制曲线 */
.table-container {
  position: relative;
  max-width: 1380px;
  margin: 0px auto;
}

/* 表格基础样式 */
#supplyChainTable {
  background-color: #fff;
}
.table-responsive {
  border-radius: 20px;
}

#supplyChainTable td {
  width: 100px;
  word-break: break-all;
  vertical-align: middle;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  line-height: 1.88rem;
  text-align: center;
  border-color: #f3f3f3;
  padding: 0.63rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;   /* 或 break-word */
}
#supplyChainTable tr {
  border-color: #f3f3f3;
}
/* 左侧固定表头样式 */
#supplyChainTable .row-header {
  font-weight: 600;
  text-align: center;
  width: auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #1b1a1a;
  line-height: 36px;
}

/* 高亮列：Product Development */
#supplyChainTable .highlight-col {
  background-color: #eff6f9 !important;
}

/* 起点 Supplier */
.start-point {
  position: relative;
  z-index: 3;
  margin:0 10px;
}
.end-point {
  position: relative;
  z-index: 3;
  margin:5px 10px;
}

/* 移动端优化：表格自动滚动 + 文字换行 */
@media (max-width: 768px) {
  #supplyChainTable td {
    min-width: 80px;
    font-size: 1.38rem !important;
    white-space: normal !important;
  }
  #supplyChainTable .header-links {
    font-size: 1.63rem !important;
    line-height: 2.44rem !important;
  }
}
/* Canvas 覆盖层 */
.canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* 让 canvas 不干扰点击 */
  z-index: 2;
}
#supplyChainTable .header-links {
  font-weight: 600;
  font-size: 28px;
  color: #1c94cb;
  line-height: 36px;
  cursor: pointer;
}
#supplyChainTable .header-links:hover {
  background: #1c94cb;
  box-shadow: 8px 0px 10px 0px rgba(37, 121, 160, 0.48);
  color: #fff;
}
/* SUPPLY CHAIN MANAGEMENT 样式  end */

/* wechat */
.wechat-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wechat-code-wrap .wechat-code {
  width: 12.5rem;
}
.wechat-code-wrap .wechat-text {
  margin-top: 0.63rem;
  font-size: 1rem;
  color: #666;
}
.cursor-pointer {
  cursor: pointer;
}
/* 地图样式 */
.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
}

.custom-content-marker .close-btn:hover {
  background: #666;
}

.marker-info {
  position: relative;
  word-break: break-all;
  font-size: 14px;
  color: #333;
  margin: 0;
  top: 0;
  min-width: 0;
}
.amap-marker-label {
  border: 0;
  background-color: #fff;
}

.work-block {
  padding: 3.44rem 2.5rem;
  height: 30.63rem;
  background: #ffffff;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 0.88rem;
  box-sizing: border-box;
}
.work-block-gray {
  background: #f4f6f7;
}
.work-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom:20px;
}

.work-block .work-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
.work-title .work-num {
  font-weight: 600;
  font-size: 3rem;
  line-height: 2.88rem;
}
.work-num.font-color-normal {
  color: #1b1a1a;
}
.work-num.font-color-blue {
  color: #1c94cb;
}
.work-title img {
  width: 38px;
}
.work-block .work-content {
  padding-top: 1.88rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  line-height: 2.5rem;
}
.more-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.88rem 0 5rem;
}
.more-action .md-primary-btn {
  padding: .94rem 2.06rem;
  border-radius: .5rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  background: #1c94cb;
  border: none;
  outline: none;
}
.more-action .md-primary-btn:hover {
  background: #48c5ff;
}
/* contact-us page  */
.contact-us-page {
  margin-top: -3rem;
  background: #fff;
}
.contact-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 3.75rem 2.88rem;
  background: #fff;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: .88rem;
}
.about-us-block {
  position: relative;
  z-index: 1;
  margin-left: -8rem;
  margin-top: 1.2rem;
  padding: 2.5rem 1.25rem;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: .88rem;
}
.about-us-block .about-title {
  margin-bottom: 2.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #1b1a1a;
  line-height: 2.25rem;
}
.about-us-content .about-text {
  margin: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.25rem;
}
.about-us-content .about-text + .about-text {
  margin-top: 0.63rem;
}
.full-about-page {
  background: #024576;
  padding-bottom: 6.25rem;
}
.about-us-sub-title {
  padding: 6.13rem 0 1.25rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .about-us-block {
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-top: 1.2rem;
    box-shadow: none;
    padding: 1.25rem 0;
  }

  .service-wrap {
    padding: 2.5rem 2.19rem;
  }
  .contact-wrap {
    padding: 1.88rem 1.38rem;
  }
  .work-block{
    height:27.5rem;
  }
}
.card-item {
  display: flex;
  align-items: baseline;
  height: 15.63rem;
  overflow-y:auto;
  padding: 2.13rem 1.25rem;
  background: #ffffff;
  border-radius: 6px;
}
.card-item .card-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 1.88rem;
  color: #1b94cc;
  line-height: 1.88rem;
}
.card-item .card-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  line-height: 1.88rem;
}

.about-desc-title {
  padding-bottom: 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #1b1a1a;
  line-height: 2.25rem;
  text-align: center;
}
.about-desc-item .about-desc-text {
  margin-bottom: 0.63rem;
  text-indent: 2em;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.25rem;
  text-align: left;
}
/* supplyChain */

.bread-crumbs {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.88rem;
  padding: 0.63rem 0;
  border-bottom: 1px solid #d8dee1;
}
.bread-crumbs .md-link {
  color: #1a94cc;
}
.supply-desc-item .supply-desc-text,
.supply-chain-action .supply-chain-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  line-height: 2.25rem;
}
.supply-desc-item .supply-desc-text {
  margin-bottom: 1.56rem;
}
.md-quick-links {
  display: flex;
  flex-wrap: wrap;
}
.md-supply-list {
  margin-bottom: 3.94rem;
}
.md-supply-list li {
  margin-bottom: 1rem;
}
.md-supply-list .md-supply-item {
  display: flex;
  align-items: baseline;
}
.md-supply-list .supply-desc-text {
  margin-bottom: 0px;
}
.md-supply-item .icon-circle {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #1c94cb;
}
.md-supply-item p {
  flex: 1;
  margin: 0;
  line-height: 2.25rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
}
.md-supply-item .md-text-link {
  color: #333333;
  font-weight: 600;
}
.md-plain-btn {
  padding: 0 1.88rem;
  margin-right: 1.25rem;
  margin-top: 0.63rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #ffffff;
  border-radius: 2.19rem;
  box-sizing: border-box;
  border: 1px solid #1c94cb;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1c94cb;
  text-align: center;
}

.md-plain-btn:hover {
  background: #1c94cb;
  color: #fff;
}
.what-wrap {
  background: #f4f6f7;
}
.menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 5.88rem 0 4.75rem;
}
.menu-list .menu-item {
  position: relative;
  height: 31.25rem;
  margin-top: .94rem;
}
.menu-footer-text {
  color: #fff;
  font-size: 1.38rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.31rem;
  text-transform: uppercase;
}
.menu-item .md-white-btn {
  display: none; /* 默认不显示 */
  text-decoration: none;
  margin-top: 0.94rem;
  text-align: center;
  padding: 0.5rem 1.13rem;
  color: #1c94cb;
  font-size: 1.13rem;
  border-box: box-sizing;
  background: #f4f6f7;
  border-radius: 6px;
}
/* 每个业务板块样式 */
.menu-item {
  flex: 1; /* 默认等宽 */
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
}
/* 板块遮罩：增强文字可读性 */
.menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 30, 80, 0.8),
    rgba(0, 30, 80, 0.2)
  );
  z-index: 1;
}
/* 文字内容容器 */
.menu-content {
  position: absolute;
  bottom: 1.88rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* MORE按钮：默认隐藏 */

/* hover状态：板块放大 */
.menu-item.hover-active {
  flex: 1.2; /* 放大比例 */
  filter: brightness(1.1);
}
/* hover时显示MORE按钮 */
.menu-item.hover-active .md-white-btn {
  display: block;
}
.show {
  display: block;
}
.hide {
  display: none;
}

/* ====================================== */
/* ========== 移动端适配（核心） ========== */
/* ====================================== */
@media (max-width: 768px) {
  .menu-list {
    /* 移动端改为垂直排列 */
    flex-direction: column;
    height: auto; /* 高度自适应 */
    padding: 1.19rem 0px;
  }
  .menu-list .menu-item {
    /* 每个卡片独占一行 */
    width: 100%;
    height: 12.5rem; /* 移动端卡片高度 */
    flex: none; /* 取消 flex 拉伸 */
    border-radius: .5rem;
    overflow: hidden;
  }
  /* 移动端 hover 依然生效 */
  .menu-item.hover-active {
    flex: none;
    height: 13.75rem; /* 移动端 hover 轻微变高 */
  }
}

/* 验证码 */
.captcha-canvas-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

#captchaCanvas {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.1s ease;
}
#captchaCanvas:hover {
  transform: scale(1.02);
}

/* 状态消息 */
.status-message {
  text-align: center;
  font-size: 0.85rem;
  padding: 10px;
  border-radius: 40px;
  background: #eef3fc;
  color: #2c5a7a;
  transition: all 0.2s;
}
.status-message.error {
  background: #ffe8e6;
  color: #c0392b;
}
.status-message.success {
  background: #e0f7e8;
  color: #1e6f3f;
}


/* 给所有动画元素的父容器加溢出裁剪 */
.scroll-animate {
  overflow: hidden;
  transform: translateZ(0); /* 开启硬件加速，避免动画抖动 */
}
/* 限制animate.css动画的最大宽度 */
.animate__animated {
  max-width: 100%;
  position: relative; /* 避免绝对定位溢出 */
}
/* 针对backInDown等易溢出动画，调整偏移量 */
@media (max-width: 768px) {
  .animate__backInDown {
    animation-name: customBackInDown; /* 重写移动端动画，减小偏移 */
  }
  @keyframes customBackInDown {
    0% {
      opacity: 0;
      transform: translateY(-50%); /* 原动画是-120%，减小移动端偏移 */
    }
    80% {
      transform: translateY(10%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}