/* icon */
@import url("bootstrap-icons.min.css");
/* font */
@import url('css2.css');
:root {
  --black-color--: #000;
  --white-color--: #fff;
  --transparent-color--: transparent;
  --main-color--: #72BC49;
  --blue-color--: #07449C;
  --red-color--: red;
  --gray-color--: #e5e5e5;
  --place-color--: #999999;
  --acco-color--: #f2f2f2;
  --price-color--: #f3f3f3;
  --border-blue--: #3565a2;
  --border-white--: #ffff;
  --border-red--: red;
  --border-success--: #c3c2c2;
  --border-footer--: #303030;
  --blog-span-color--: #a0aec0;
  --input-color--: #797b7d;
  --search-span-color--: #323232;
  --font-body--: "DM Sans", sans-serif;
}
body {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-body--);
  color: var(--black-color--);
}
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../image/loader.gif') 50% 50% no-repeat var(--white-color--);
  background-size: 18rem;
}
h2 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
  color: var(--black-color--);
  margin: 2.6rem 0 3rem;
}
h3 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: var(--black-color--);
}
h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--black-color--);
}
h5 {
  font-size: 19px;
  line-height: 29px;
  color: var(--black-color--);
  font-weight: 400;
}
h6 {
  font-size: 17px;
  line-height: 27px;
  color: var(--black-color--);
  font-weight: 400;
}
p {
  margin-bottom: 0px;
}
li {
  list-style: none;
}
.mt-30 {
  margin-top: 30px;
}
.all-margin {
  margin: 135px 0;
}
.all-padding {
  padding: 100px 0;
}
.color {
  color: var(--main-color--) !important;
}
.color-red {
  color: var(--red-color--) !important;
}
.text-blue {
  color: var(--blue-color--) !important;
}
.bg-main {
  background-color: var(--main-color--);
}
.bg-blue {
  background-color: var(--blue-color--);
}
.bg-green {
  background-color: var(--main-color--);
}
.bg-gray {
  background-color: var(--gray-color--);
}
.bg-acco {
  background-color: var(--acco-color--);
}
.bg-price {
  background-color: var(--price-color--);
}
.border-blue {
  border-color: var(--border-blue--) !important;
}
.border-white {
  border-color: var(--border-white--) !important;
}
.border-black {
  border-color: var(--black-color--) !important;
}
.border-success {
  border-color: var(--border-success--) !important;
}
.border-footer {
  border-color: var(--border-footer--) !important;
}
.btn, button {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-btn.btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  border: 1px solid var(--main-color--);
}
.main-btn.btn:hover {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
img {
  width: 100%;
  object-fit: cover;
}
.img .inner-img {
  overflow: hidden;
  background: var(--blue-color--);
}
.img .inner-img img {
  transform: scale(1);
  transition: all .5s ease-out 0s;
}
.img:hover .inner-img img {
  transform: scale(1.1);
}
.text-up h3 {
  margin: 1rem 0 3rem;
}
.main-btn.btn, .navbar .dropdown-menu li .dropdown-item, .offcanvas .nav-link, .offcanvas .dropdown-item, .banner .btn, .banner .owl-nav span, .blog .blue-box, .blog h4, .footer a, .price-page .btn, .price-page .blue-btn.btn, .error-page .btn, .team-about img, .blog-page .blog-sec a p, .blog-page .col-8 h4, .blog-page .col-8 .btn, .contact-page .btn, .uncategorized-page .col-6 h4, .uncategorized-page .col-6 .btn, .section h4, .section .btn {
  transition: all .3s ease-in-out;
}
.service2 .col-4, .service2 .col-6, .service2 .col-2-1, .price-page .col-4, .faq-page .col-6 {
  padding: 0px 15px;
}
.blog-page .col-8 .row .col-6, .uncategorized-page .col-6, .section .row .col-4 {
  padding: 0 20px;
}
.team-about .col-3 {
  padding: 25px;
}
/* 顶部线条 */
.navbar-top {
  height: 5px;
}
/* 顶部导航 */
header {
  top: 0;
  position: sticky;
  z-index: 999;
  background-color: var(--transparent-color--);
  transition: background-color 0.2s ease;
}
header.sticky {
  background-color: var(--black-color--);
}
header.sticky .navbar a, header.sticky .navbar i {
  color: var(--white-color--);
}
.navbar .container-fluid {
  padding: 20px 50px;
}
/* 顶部搜索按钮 */
.navbar .container-fluid .col-3 button {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 搜索展开 */
.modal-body input::placeholder {
  color: var(--white-color--);
  opacity: 100%;
}
/* 顶部导航 */
.navbar-nav a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: var(--black-color--);
  text-decoration: none;
}
.navbar i {
  color: var(--black-color--);
}
.navbar .logo img {
  max-width: 300px;
  height: auto;
}
.navbar .header-btn .btn {
  width: 167px;
  height: 58px;
  border-radius: 50px;
  text-align: center;
}
header .navbar .nav-item .dropdown .btn {
  padding: 30px 20px !important;
}
header.sticky .navbar .nav-item .dropdown .btn {
  padding: 30px 20px !important;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .dropdown-menu {
  width: 200px;
  height: 281px;
  position: absolute;
  top: 100%;
}
.navbar .dropdown-menu li .dropdown-item {
  color: var(--white-color--);
  background-color: var(--blue-color--);
}
.navbar .dropdown-menu li .dropdown-item:hover {
  background-color: var(--main-color--);
}
.navbar .dropdown-menu .dropdown-item {
  padding: 15.2px 20px;
}
.navbar .dropdown-menu .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--border-blue--) !important;
}
.navbar .col-6 .fs-7 {
  font-size: 10px !important;
  margin-left: .3rem;
}
/* 英文版按钮 */
.navbar .col-3 a .btn {
  width: 80px;
  height: 40px;
  color: var(--white-color--);
  background-color: var(--main-color--);
}
.navbar .col-3 a .btn:hover {
  background-color: var(--blue-color--);
  color: var(--white-color--);
}
.offcanvas a .btn {
  width: 120px;
  height: 40px;
  color: var(--white-color--);
  background-color: var(--main-color--);
}
.offcanvas a .btn:hover {
  background-color: var(--blue-color--);
  color: var(--white-color--);
}
.navbar .modal-btn i {
  color: var(--black-color--);
}
.modal-content {
  background-color: var(--blue-color--);
  opacity: 98%;
}
.modal-content input {
  width: 100%;
}
.modal-backdrop {
  position: relative;
  background-color: var(--transparent-color--);
}
.modal-header .btn-close {
  background-image: url('../image/w-close.png');
  padding: 20px !important;
}
.btn-close {
  opacity: 100% !important;
  box-shadow: none !important;
  padding: 5px !important;
}
.modal input {
  font-size: 20px;
  background-color: var(--transparent-color--) !important;
  box-shadow: none !important;
}
.form-control::placeholder {
  color: var(--input-color--);
}
/* 移动端导航  */
.offcanvas .btn-close {
  background-image: url('../image/close.png');
  height: 2em;
}
.offcanvas .btn {
  position: relative;
  left: 48%;
}
.offcanvas .btn.show {
  transform: rotate(180deg) !important;
  margin-left: 3rem !important;
}
.offcanvas {
  padding: 0 1rem;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 99999;
  width: 300px !important;
  background-color: var(--white-color--);
}
.offcanvas li a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.offcanvas .dropdown-menu li a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}
.offcanvas .nav-link, .offcanvas .dropdown-item {
  color: var(--black-color--);
}
.offcanvas .nav-link:hover, .offcanvas .dropdown-item:hover {
  color: var(--main-color--);
  background-color: var(--transparent-color--);
}
.offcanvas .dropdown {
  overflow-x: hidden;
}
.dropdown-menu.show {
  position: relative !important;
  transform: translate(13px, 0px) !important;
  background-color: var(--transparent-color--);
}
/* 关于我们*/
.about .col-6.ps-6 {
  padding-left: 4.3rem;
}
.about h3 {
  margin: 1rem 0 2.2rem;
}
.about p {
  margin-bottom: 0.5rem;
}
.about ul {
  margin: 2rem 0 2.6rem;
}
.about ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.about .main-btn.btn {
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
}
.about .col-12 .text P {
  font-size: 16px;
  text-indent: 32px;
  text-align: justify;
  text-align-last: left;
}
/* 内页-关于我们-滚动数字*/
.service .counter_area {
  padding: 30px 0 0 0;
}
.service .col-4 {
  margin-bottom: 50px;
}
.service .col-4 .inner_counter_sub_cont h2 {
  font-size: 100px;
  width: 120px;
}
.service .col-4 .inner_counter_sub_cont h3 {
  font-size: 20px;
  font-weight: normal;
}
.service .col-4 h4 {
  font-size: 24px;
}
/* 视觉差图片*/
.fix-img {
  background-attachment: fixed;
  background-position: center;
}
.img-section {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 590px;
}
.img-section h3 {
  margin-top: 3rem;
}
.img-section-about {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-section-about h3 {
  margin-top: 3rem;
}
/* 产品领域*/
.service1 .container .step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.service1 .container .step .step-2 {
  width: 20%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  border-radius: 50%;
}
.service1 .container .step .step-3 {
  width: 25%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  border-radius: 50%;
}
.service1 .container .height-1 {
  height: 200px;
}
.service1 .container .height-3 {
  height: 215px;
}
.service1 .container .height-4 {
  height: 270px;
}
.service1 .container .height-5 {
  height: 222px;
}
.service1 .container .height-6 {
  height: 100px;
}
.service1 .writing-mode {
  flex-direction: column;
  writing-mode: vertical-lr;
}
/* 产品中心 */
.service2 .row p {
  text-indent: 30px;
}
.service2 .main-btn.btn {
  color: var(--main-color--);
  background-color: var(--white-color--);
  margin: 0 auto;
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
}
.service2 .main-btn.btn:hover {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
.service2 .col-2-1 .box {
  height: 270px;
  padding: 19px 19px 43px 19px;
  border: 1px solid var(--place-colo--);
  background-color: var(--white-color--);
  margin: 15px 0;
}
.service2 .col-2-1 .img .inner-img {
  height: 100px;
  margin-bottom: 19px;
}
.service2 .col-2-1:hover .inner-img img {
  transform: scale(1.1);
}
.service2 .col-2-1 h4 {
  font-size: 16px;
}
.service2 .col-2-1 p {
  font-size: 12px;
  line-height: 16px;
  height: 50px;
}
.service2 .col-2-1 .main-btn.btn {
  color: var(--main-color--);
  background-color: var(--white-color--);
  margin: 0 auto;
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
}
.service2 .col-2-1 .main-btn.btn:hover {
  color: var(--white-color--);
  background-color: var(--main-color--);
  border: 1px solid var(--main-color--);
}
.service2 .col-2-1 .text-center .active {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
.service2 .col-4 .box {
  padding: 19px 19px 43px 19px;
  border: 1px solid var(--place-colo--);
  background-color: var(--white-color--);
  margin: 15px 0;
}
.service2 .col-4 .img {
  margin-bottom: 19px;
}
.service2 .col-4:hover .inner-img img {
  transform: scale(1.1);
}
.service2 .col-4 h4 {
  font-size: 20px;
}
.service2 .col-4 .text-center p {
  font-size: 16px;
  line-height: 20px;
  height: 30px;
  text-indent: 0;
}
.service2 .col-4 .main-btn.btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  margin: 0 auto;
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
}
.service2 .col-4 .main-btn.btn:hover {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
.service2 .col-6 .box {
  padding: 19px 19px 43px 19px;
  border: 1px solid var(--place-colo--);
  background-color: var(--white-color--);
  margin: 15px 0;
}
.service2 .col-6 .img {
  margin-bottom: 19px;
}
.service2 .col-6 .img img {
  height: 200px;
}
.service2 .col-6:hover .inner-img img {
  transform: scale(1.1);
}
.service2 .col-6 h4 {
  font-size: 20px;
}
.service2 .col-6 .text-center p {
  font-size: 16px;
  line-height: 20px;
  height: 30px;
  text-indent: 0;
}
.service2 .col-6 .main-btn.btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  margin: 0 auto;
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
}
.service2 .col-6 .main-btn.btn:hover {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
.service2 .container .step {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.service2 .container .step .step-1 {
  width: 20%;
  height: 200px;
}
.service2 .container .step .step-1 img {
  width: 40px;
  height: auto;
}
.service2 .container .step .step-1 span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.service2 .container .step .step-2 {
  width: 20%;
  height: 60px;
}
.service2-img-01 {
  background-image: url('../picture/blog-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.service2-img-02 {
  background-image: url('../picture/blog-02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.service2-img-03 {
  background-image: url('../picture/blog-03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.service2 .col-12 .main-btn.btn {
  color: var(--white-color--);
  background-color: var(--transparent-color--);
  margin: 0 auto;
  width: 260px;
  height: 80px;
  border: 2px solid var(--white-color--);
  font-size: 24px;
  font-weight: bold;
}
.service2 .col-12 .main-btn.btn:hover {
  color: var(--black-color--);
  background-color: var(--white-color--);
  border: 2px solid var(--white-color--);
}
/*service3*/
.service3 .col-3 {
  padding: 66px 0px 60px 50px;
}
.service3 .img {
  width: 50px;
  height: 50px;
}
.service3 h4 {
  margin: 2.3rem 0 1rem;
}
/* testimonial */
.testimonial .col-12 .box {
  height: 321px;
  padding: 55px 30px 55px 40px;
}
.testimonial .img {
  width: 50px;
  height: 50px;
}
/* 产品领域 */
.questions h3 {
  margin: 0px;
}
.accordion-body {
  padding: 20px 30px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--black-color--);
  box-shadow: none;
  background-color: var(--white-color--);
}
.accordion-button {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button, .accordion-button:not(.collapsed) {
  background-color: var(--acco-color--);
  padding: 20px 30px;
  margin-top: 20px;
}
.accordion-button::after {
  background-image: url('../image/plus-black.svg');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../image/minus-black.svg');
}
/* 新闻动态 */
.blog .col-12 {
  padding: 0 0 10px 0;
}
.blog h3 {
  margin-bottom: 50px;
}
.blog .btn {
  padding: 12px 15px;
  position: absolute;
  z-index: 99;
}
.blog img {
  width: 100%;
  height: 262px;
}
.blog .img {
  position: relative;
}
.blog .blue-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  background-color: var(--blue-color--);
  opacity: 0%;
}
.blog .blue-box:hover {
  opacity: 40%;
}
.blog h4 {
  font-size: 18px;
  color: var(--black-color--);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .item:hover h4 {
  color: var(--main-color--);
}
.blog .item:hover .blue-box {
  opacity: 40%;
}
.blog .blog-info {
  padding: 35px 20px;
}
.blog .blog-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.blog .main-btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  width: 175px;
  height: 45px;
  border: 1px solid var(--main-color--);
  margin: 50px auto 0 auto;
}
.blog .main-btn:hover {
  color: var(--white-color--);
  background-color: var(--blue-color--);
  border: 1px solid var(--blue-color--);
}
/* 联系我们 */
.request {
  background-color: var(--blue-color--);
}
.request .all-padding {
  padding: 80px 50px;
}
.request .part {
  margin: -20rem 0 0 0;
  z-index: 99;
  position: relative;
  background-color: var(--white-color--);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.request .part img {
  width: 20px;
  height: 20px;
  margin: -5px 10px 0 0;
}
.request input::placeholder, .request textarea::placeholder {
  color: var(--place-color--);
  opacity: 100%;
}
.request input, .request textarea {
  height: 53px;
}
.request input, textarea {
  outline: none;
  padding: 15px 20px;
}
.request input, .request textarea {
  border: 1px solid var(--gray-color--);
}
.request .btn {
  width: 251px;
  height: 58px;
}
.request .btn:hover {
  border: 1px solid var(--main-color--);
}
/* 表单 */
.request-1 {
  background-color: var(--blue-color--);
}
.request-1 .all-padding {
  padding: 80px 50px 80px 70px;
}
.request-1 .part {
  width: 97%;
  margin: 0;
  z-index: 99;
  position: relative;
  background-color: var(--white-color--);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.request-1 .part .text-up {
  margin-left: -10px;
}
.request-1 .part img {
  width: 20px;
  height: 20px;
  margin: -5px 10px 0 0;
}
.request-1 input::placeholder, .request-1 textarea::placeholder {
  color: var(--place-color--);
  opacity: 100%;
}
.request-1 input {
  height: 53px;
}
.request-1 textarea {
  height: 100px;
  width: 98%;
}
.request-1 input, textarea {
  outline: none;
  padding: 15px 20px;
}
.request-1 input, .request-1 textarea {
  border: 1px solid var(--gray-color--);
}
.request-1 .success-message {
  margin: 0 0 0 -20px;
}
.request-1 .btn {
  width: 251px;
  height: 58px;
}
.request-1 .btn:hover {
  border: 1px solid var(--main-color--);
}
/* 底部导航和版权 */
.footer {
  overflow-x: hidden;
}
.footer form input {
  width: 100%;
  height: 49px;
  outline: none;
  color: var(--white-color--);
  background-color: transparent;
}
.footer form .footer-btn button {
  width: 100%;
  height: 60px;
  color: var(--white-color--);
  background-color: var(--main-color--);
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .accordion-button {
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer .padding-footer {
  padding: 80px 30px 50px;
}
.footer a {
  color: var(--white-color--);
}
.footer a:hover {
  color: var(--main-color--);
}
.footer .footer-btn .btn {
  color: var(--blue-color--);
  background-color: var(--white-color--);
  margin: 0;
  padding: 0.5rem 3rem;
}
.footer .footer-btn .btn:hover {
  color: var(--white-color--);
  background-color: var(--main-color--);
}
.footer .fix-btn .btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  font-size: .8rem;
  margin: 0;
  padding: .2rem .6rem;
  bottom: 2%;
  right: 1%;
  z-index: 999;
}
.footer .accordion {
  --bs-accordion-bg: var(--transparent-color--);
}
.footer .accordion-button.accordion-footer {
  font-size: 24px;
  line-height: 34px;
  color: var(--white-color--);
  background-color: transparent;
  box-shadow: none;
}
.footer .accordion-button::after {
  background-image: url("../image/arrowhead-up.png");
  transform: rotate(180deg);
}
.footer .accordion-button:not(.collapsed)::after {
  background-image: url("../image/arrowhead-up.png");
  transform: rotate(360deg);
}
/* 内页顶部焦点图*/
.top-img-01 {
  background-image: url('../image/ny-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-02 {
  background-image: url('../image/ny-02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-03 {
  background-image: url('../image/ny-03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-04 {
  background-image: url('../image/ny-04.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-05 {
  background-image: url('../image/ny-05.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-06 {
  background-image: url('../image/ny-06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-img-07 {
  background-image: url('../image/ny-07.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-position: center;
}
.top-bg {
  background-color: #000;
  min-height: 400px;
}
.top {
  height: 100px;
}
.top .top-text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 18px;
}
.top i {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  transform: translateY(-1px);
}
.top p {
  color: var(--white-color--);
}
.top a {
  color: #ffffff;
}
/* team-page----------------------------------------- */
.team-page .img {
  max-width: 373px;
  margin-bottom: 18px;
}
/* price-page----------------------------------------- */
.price-page .price-box {
  width: 100%;
  height: 537px;
}
.price-page .col-4.sec-col {
  transform: translateY(80px);
  margin-bottom: 80px;
}
.price-page span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  transform: translateY(.3rem);
}
.price-page h3 {
  font-size: 65px;
  line-height: 75px;
  margin: 15px 0 30px;
}
.price-page h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.price-page .btn {
  width: 182px;
  height: 45px;
  margin-top: 42px;
}
.price-page .btn:hover {
  border: 1px solid var(--main-color--);
}
.price-page .blue-btn.btn {
  color: var(--white-color--);
  background-color: var(--blue-color--);
}
.price-page .blue-btn.btn:hover {
  color: var(--blue-color--);
  background-color: var(--white-color--);
  border: 1px solid var(--blue-color--);
}
/* error-page----------------------------------------- */
.error-page .img {
  width: 755px;
  height: 700px;
  margin-bottom: 15px;
}
.error-page .btn {
  width: 273px;
  height: 61px;
  margin-top: 40px;
}
.error-page .btn:hover {
  border: 1px solid var(--main-color--);
}
.error-page .btn i {
  font-size: 12px;
}
/* team-about----------------------------------------- */
.team-about img {
  margin-bottom: 12px;
}
.team-about img:hover {
  transform: translateY(-8px);
}
.team-about .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
}
/* 内页-新闻动态----------------------------------------- */
.blog-page .container {
  max-width: 1348px !important;
  padding: 0 1.5rem;
}
.blog-page .blog-sec input {
  height: 44px;
  outline: none;
}
.blog-page form button {
  width: 50px;
  height: 44px;
}
.blog-page .blog-sec .col-3 {
  width: 22.1%;
}
.blog-page .blog-sec a p {
  color: var(--black-color--);
}
.blog-page .blog-sec a p:hover {
  color: var(--main-color--);
}
.blog-sec .img .inner-img img {
  height: 75px;
}
.blog-page .col-8 .img .inner-img img {
  height: 213px;
}
.blog-page .col-8 h4:hover {
  color: var(--main-color--);
}
.blog-page .col-8 .btn:hover {
  color: var(--main-color--);
}
.blog-page .col-4 {
  margin-bottom: 50px;
}
.blog-page .col-4 h4 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-page .col-4 span {
  display: block;
}
.blog-page .col-4 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
/* blog-inner-page */
.blog-inner .blog-img {
  position: relative;
}
.blog-inner .rounded-circle {
  max-width: 100%;
  height: 20px;
  width: 20px;
}
.blog-top .container {
  background: #fff;
  transform: translateY(-70px);
  padding: 2rem;
}
.blog-inner .uncategorized-btn {
  width: auto;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 0.25rem;
  margin: 0 13px;
  border-radius: 0.25rem;
}
.blog-inner h4 {
  font-size: 40px;
  line-height: 50px;
}
.blog-inner .part {
  font-size: 15px;
  line-height: 25px;
  color: var(--main-color--);
  flex-wrap: wrap;
}
.blog-inner span {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding-inline: 4px;
}
.blog-inner p span::before {
  content: '|';
  margin: 0 1rem;
}
.blog-inner .col-12 img {
  max-width: 800px;
  height: auto;
  margin: 2rem auto 3rem auto;
  display: block;
  text-align: center;
}
.blog-inner .col-12 p {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 30px;
  text-indent: 36px;
}
.next {
  position: relative;
}
.next p {
  text-transform: capitalize;
}
.next .col-6 a {
  color: var(--black-color--);
}
.next .col-6 a:hover {
  color: var(--blue-color--);
}
.next .icon {
  font-size: 100% !important;
  line-height: 19.2px;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
}
.next span {
  position: absolute;
  color: var(--blog-span-color--);
  left: 48.6%;
  bottom: 43%;
}
.next span::before {
  content: '|';
}
.reply p {
  font-size: 13.6px;
  line-height: 14.6px;
  text-transform: capitalize;
  font-style: italic;
  margin: .8rem 0 1.3rem;
}
.reply input, textarea {
  outline: none;
}
.reply .form-check-label {
  font-size: 90%;
  line-height: 19.8833px;
  text-transform: capitalize;
}
.reply .btn {
  color: var(--white-color--);
  background-color: var(--main-color--);
  padding: 13px 50px;
}
/* 内页-法律条款----------------------------------------- */
.blog-page .legal-inner p {
  font-size: 16px;
  text-indent: 32px;
  margin-bottom: 16px;
  line-height: 24px;
}
/* uncategorized-page----------------------------------------- */
.uncategorized-page .col-6 .img .inner-img img {
  height: 290px;
}
.uncategorized-page .col-6 h4:hover, .uncategorized-page .col-6 .btn:hover {
  color: var(--main-color--);
}
.uncategorized-page p {
  text-transform: capitalize;
}
/* contact-page----------------------------------------- */
.contact-page .mb-6 {
  margin-bottom: 35px;
}
.contact-page input::placeholder, textarea::placeholder {
  color: var(--place-color--);
  opacity: 100%;
}
.contact-page input {
  height: 52px;
}
.contact-page textarea {
  height: 100px;
}
.contact-page input, .contact-page textarea {
  outline: none;
  padding: 15px 20px;
}
.contact-page .btn {
  width: 172px;
  height: 51px;
  margin-top: 48px;
}
.contact-page .btn:hover {
  border: 1px solid var(--main-color--);
}
.contact-page .error-message {
  color: var(--border-red--);
  font-weight: 600;
  display: none;
}
.contact-page input, .contact-page textarea {
  border: none;
  border-bottom: 1px solid var(--gray-color--);
}
.contact-page .error-border {
  border-bottom: 1px solid var(--border-red--);
}
/* search-page----------------------------------------- */
.section .text {
  padding: .5rem 0 0;
}
.section span::before {
  margin: .7rem .4rem;
  content: "";
  background-color: var(--search-span-color--);
  height: .25rem;
  width: .25rem;
  border-radius: 50%;
}
.section .blog-sec span::before {
  background-color: var(--main-color--);
}
.section .col-4 {
  padding: 0 .8rem;
}
.section .col-4 .img .inner-img img {
  height: 203px;
}
.section .Uncategorized-btn {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize !important;
}
.section h4:hover, .section .btn:hover {
  color: var(--main-color--);
}
.section p {
  text-transform: capitalize;
}
/* 地图----------------------------------------- */
.map {
  position: relative
}
.map .img-tb {
  position: absolute;
  width: 30px;
  height: auto;
  animation: move 1s infinite;
  left: 44%;
  top: 39%;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


/* 2024.12.08 修改*/
/* 关于我们*/
.about .col-11 .text P {
  font-size: 16px;
  text-indent: 32px;
  text-align: justify;
  text-align-last: left;
}

/* 2026.03.27 修改*/
/* 新闻动态*/
.blog-page .col-4 .img .inner-img img {
  height: 280px;
}