@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  max-height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: #212121;
  overflow-x: hidden;
  font-size: 18px;
}

body,
button,
input,
select,
textarea {
  font-family: pingfang SC,
    helvetica neue,
    arial,
    hiragino sans gb,
    microsoft yahei ui,
    microsoft yahei,
    simsun,
    sans-serif !important;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='reset'],
input[type='button'],
textarea {
  -webkit-appearance: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: 'Poppins', Sans-serif;
}

small {
  font-size: 10px;
}

ul,
ol {
  list-style: none;
}

sub {
  bottom: 0;
}

a {
  text-decoration: none;
  color: #212121;
}

a:hover {
  text-decoration: none;
  color: #0070af;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: footer-help;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a img {
  vertical-align: text-bottom;
}

a img {
  vertical-align: text-bottom;
}

:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input,
select {
  vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
  color: #bababa;
  /* 或者你想要的任何颜色值 */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-blue {
  color: #0070af;
}

.text-grey666 {
  color: #666;
}

.text-grey999 {
  color: #999;
}

.bg-blue {
  background: #0070af;
}

.bg-eee {
  background: #eee;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.text-capital {
  text-transform: uppercase;
}

.font-weight-800 {
  font-weight: 800;
}


.lh220 {
  line-height: 220%;
}

.lh200 {
  line-height: 200%;
}

.lh180 {
  line-height: 180%;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

/**************滚动条样式**********/

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #dddddd;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/**************框架公用样式**********/
.container-fluid {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}

.photo em {
  display: block;
  overflow: hidden;
}

.photo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.iconfont {
  font-size: inherit;
}

#my-scrollbar {
  height: calc(100vh - 80px);
}

/**************头部**********/
header {
  position: relative;
  width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

header .logo {
  width: 155px;
  height: 56px;
}


nav ul li {
  position: relative;
}

nav ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 30px;
}


nav ul li ul {
  position: absolute;
  top: 100%;
  z-index: 10;
  border-radius: 0 0 5px 5px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: transform .4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 15px 20px -8px rgba(0, 0, 0, .1);
  background-color: #fff;
  overflow: hidden;
}

nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scaleY(1);
  top: 80px;
}

nav ul li:hover ul li {
  margin: 0;
}

nav ul li:hover ul li a {
  height: 35px;
  width: 100%;
  line-height: 35px;
  color: #333;
  opacity: 1;
  font-size: .9375rem;
  position: relative;
  z-index: 2;
  border-bottom: 0
}

nav ul li:hover a,
nav a.current,
nav ul li a:hover,
nav ul li:hover ul li a:hover {
  color: #0070af;
}

.language-list {
  margin-left: 30px;
}

/**************手机导航**********/

.sp_nav,
.sjj_nav,
.mobile-search {
  display: none;
}

.sp_nav {
  width: 30px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  z-index: 999
}


.sp_nav span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  transition: all ease 0.35s
}

.sp_nav_se span {
  width: 24px;
}

.sp_nav span {
  background: #222;
}

.sp_nav_se span {
  background: #fff;
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  height: 100vh;
  line-height: 40px;
  top: -100vh;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  margin: 0 auto
}

.nav_show {
  top: 0;
  padding: 60px 30px;
  background: #333
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: calc(100% - 70px)
}

.sjj_nav ul li i {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 0px 7px 0 7px;
  color: #fff;
  display: block;
  transform: rotate(0);
  transition: all ease 0.35s;
  font-size: 14px;
}

.sjj_nav ul li .sjj_nav_i_se {
  transform: rotate(90deg)
}

.sjj_nav ul li {
  position: relative;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #ccc;
  width: 100%
}

.sjj_nav ul li li {
  margin-left: 20px;
}

.sjj_nav ul li li:last-child {
  border-bottom: none;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #699af1
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  margin-top: inherit;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet-active {
  background: #0070af;
}

.banner .swiper-slide {
  height: calc(100vh - 80px);
}

.banner .swiper-slide section,
.banner .swiper-slide img {
  width: 50%;
}

.banner .swiper-slide section h1 {
  color: #003852;
}

.project-name section span {
  font-size: 24px;
  color: #ccc;
}

.click-more,
.click-more1 {
  border: 1px solid #0070af;
  padding: 10px 40px;
  display: inline-block;
}

.click-more::after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: #0070af;
  transition: .3s;
  z-index: -1;
}

.click-more:hover {
  color: #fff;
}

.click-more:hover::after {
  width: 100%;
}

.click-more1:hover {
  background: none;
  color: #0070af !important;
}

.click-more2 i {
  font-size: 30px;
  transition: .3s;
}

.click-more3 {
  border-radius: 30px;
}

.products-category li {
  position: relative;
  width: 49%;
  margin-top: 20px;
}

.products-category li section {
  bottom: 0;
  padding: 20px 30px;
}

.products-category li section span {
  font-size: 20px;
}

.about-main {
  background: url(../images/about_bg.png) bottom no-repeat;
  background-size: cover;
  height: 700px;
  padding-top: 80px;
}

.about-main section {
  margin-top: 40px !important;
  margin-bottom: 60px !important;
  width: 70%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.honor-list .swiper-slide {
  border: 1px solid #666;
}

.honor-list .swiper-button-prev,
.honor-list .swiper-button-next {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0070af;
  color: #fff;
  border-radius: 50%;
}

.honor-list .swiper-button-prev {
  left: 15px;
}

.honor-list .swiper-button-next {
  right: 15px;
}

.application-list ul {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  bottom: 0;
  z-index: 5;
  height: 50%;
  padding-left: 100px;
  padding-right: 100px;
}

.application-list ul li i {
  font-size: 60px;
  transition: .5s;
  display: block;
}

.application-list ul li a {
  color: #fff;
}

.application-list ul li+li {
  margin-left: 6.5%;
}

.application-list ul li b {
  height: 2px;
  background: #fff;
  display: inline-block;
  width: 100%;
  margin: 15px 0 10px;
}

.application-list ul li:hover i {
  margin-bottom: 15px;
}

.news-list ul {
  gap: 2%;
}

.news-list li {
  width: 23.5%;
}

.news-list li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

.keywords-form {
  background: #3f3f3f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.keywords-form input,
.keywords-form .btn {
  height: 50px;
}

.keywords-form input {
  width: 300px;
}

.keywords-form .btn {
  width: 100px;
  margin-left: -10px;
}

.keywords-form span:last-of-type {
  display: none;
}


footer,
footer a,
.keywords-form section a,
.footer-bottom,
.footer-bottom a {
  color: #fff;
}

footer {
  background: #212121;
  text-align: center;
}

footer dl dt {
  font-size: 22px;
  margin-bottom: 15px;
}

footer dl dd {
  line-height: 220%;
  opacity: .8;
  font-size: 16px;
}

.footer-bottom {
  background: #3f3f3f;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.min-banner {
  height: 60vh;
}

.min-banner img {
  transform: scale(1);
}

.min-banner b {
  height: 1px;
  background: #fff;
  display: inline-block;
  width: 100px;
  margin: 15px 0;
}

.menu-list a {
  padding: 12px 30px;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #0070af;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-list a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-list a:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu-list a+a {
  margin-left: 20px;
}

.menu-list a:hover,
.menu-list a.current {
  color: #fff !important;
}

.menu-list a.current::before {
  background: #0070af !important;
}

.about-page1 img {
  max-width: 100% !important;
  height: auto !important;
}

.about-page1 em,
.about-page1 figure {
  width: 48%;
}

.about-page1 em {
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}

.about-page1 em.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}

.about-page1 ul li {
  width: 33.33%;
  padding-left: 50px;
  padding-right: 50px;
}

.about-page1 ul li+li {
  border-left: 1px solid #ddd;
}

.about-page1 dl+dl {
  margin-top: 15px;
}

.about-page1 ul li b,
.workshop-list li b {
  width: 40px;
  height: 2px;
  background: #0070af;
  display: inline-block;
  margin: 15px 0 10px;
}

.workshop-list li {
  width: 23.5%;
  background: #fff;
  padding: 60px 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.workshop-list .swiper-container {
  padding-bottom: 40px;
}

.workshop-list .swiper-container .swiper-pagination {
  bottom: 0;
}

.workshop-list .swiper-container .swiper-slide em {
  border-radius: 10px;
  overflow: hidden;
}

.workshop-list .swiper-container .swiper-slide span {
  margin-top: 10px;
  display: inline-block;
}


.about-honor-list .swiper-container {
  width: calc(100% - 100px);
}

.about-honor-list .swiper-slide {
  width: 25%;
  background: #fff;
}

.about-honor-list .swiper-slide img {
  display: block;
}

.about-honor-list .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}


.about-honor-list .swiper-button-prev,
.about-honor-list .swiper-button-next {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0070af;
  color: #fff;
  border-radius: 50%;
  margin-top: 50px;
}

.about-honor-list .swiper-button-prev {
  left: 15px;
}

.about-honor-list .swiper-button-next {
  right: 15px;
}

.organization-content {
  background: url(../images/zz_bg.jpg) center no-repeat;
  background-size: cover;
}

.goals-list ul {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.goals-list li {
  flex: 1;
  position: relative;
  padding: 50px;
}

.goals-list li+li {
  border-left: 1px solid #ddd;
}

.goals-list li b {
  width: 40px;
  height: 2px;
  background: #0070af;
  display: inline-block;
  margin: 15px 0 10px;
}

.goals-list li span {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .3s;
}

.goals-list li:hover span {
  opacity: 1;
}

.goals-list li:hover,
.goals-list li:hover p {
  color: #fff;
}

.pro-menu {
  width: 340px;
}

.pro-menu h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.pro-menu ul {
  padding: 15px 0;
}

.pro-menu ul .list-item-header {
  font-size: 20px;
  padding: 15px 0;
  cursor: pointer;
}

.pro-menu ul li {
  border-bottom: 1px solid #eee;
}

.pro-menu ul li:last-child {
  border: 0;
}

.pro-menu ul .list-item-header i {
  font-size: 14px;
  transition: .2s;
}

.pro-menu ul .list-item-content {
  font-size: 16px;
  display: none;
  padding: 0 15px 15px;
  line-height: 34px;
}

.list-item-header.active i {
  transform: rotate(90deg);
}

.list-item-header.active+.list-item-content {
  display: block;
}

.pro-menu .list-item-content a {
  display: block;
  color: #666;
}

.pro-menu .list-item a:hover,
.pro-menu .list-item .active {
  color: #0070af;
}

.products-content-list {
  width: calc(100% - 420px);
}

.products-content-list ul {
  gap: 2%;
}

.products-content-list ul li {
  width: 32%;
  margin-bottom: 30px;
}

.products-content-list ul li h5 {
  border: 1px solid #eee;
  padding: 10px 15px;
  text-align: center;
}

.products-content-list ul li img {
  display: block;
}

.news-content-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.news-content-list li em {
  width: 30%;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}

.news-content-list li em.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}

.news-content-list li section {
  width: 68%;
  padding-right: 20px;
}

.news-content-list li section p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-content-list li:hover .click-more2 i {
  margin-left: 20px !important;
}

.application-content-list li a {
  color: #fff;
}

.application-content-list li {
  position: relative;
}

.application-content-list li::after {
  content: '';
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 4;
  display: block;
  bottom: 0;
}

.application-content-list li figure {
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 5;
}

.application-content-list li section {
  width: 35%;
}

.application-content-list li section b {
  height: 1px;
  display: inline-block;
  margin: 15px 0 5px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}

.application-content-list li section span strong {
  background: #0070af;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 16px;
  transition: .3s;
}

.application-content-list li:hover span strong {
  margin-left: 20px !important;
}

.application-content-list li:nth-child(2n) figure section {
  margin-left: auto;
}

.support-content-list {
  gap: 2%;
}

.support-content-list li {
  width: 32%;
  margin: 25px 0;
}

.support-content-list li:hover .click-more3::after {
  width: 100%;
}

.support-content-list li:hover .click-more3 {
  color: #fff;
}

.support-content-list li em {
  position: relative;
}

.support-content-list li em span {
  background: #0070af;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s;
}

.support-content-list li:hover span {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.contact-list li {
  text-align: center;
  flex: 1;
}

.contact-list li+li {
  border-left: 1px solid #eee;
}

.contact-list li span {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #0070af;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
}

.contact-list li h5 {
  margin: 18px 0 10px;
}

.contact-message figure {
  width: 60%;
  padding: 55px;
  border-radius: 15px;
}

.contact-message li {
  width: 48%;
  margin-top: 30px;
}

.contact-message li input {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: none;
  padding: 0;
}

.contact-message .form-control:focus {
  border: 0;
  border-bottom: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  box-shadow: inherit;
  background: none;
}

#allmap {
  width: 100%;
  height: 500px;
}

#allmap p {
  margin-left: 5px;
  font-size: 14px;
}

.pro-xt {
  gap: 2%;
}

.pro-xt li {
  width: 23.5%;
  position: relative;
}

.pro-xt li::after {
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.pro-xt li h4 {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.project-name1 h2 {
  padding: 8px 20px;
  display: inline-block;
}

.application-list-pro .swiper-slide {
  position: relative;
}

.application-list-pro .swiper-slide section {
  bottom: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5;
}

.application-list-pro .swiper-slide section i {
  font-size: 24px;
}

.application-list-pro .swiper-slide a::after {
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.application-list-pro .swiper-container {
  width: calc(100% - 100px);
}


.application-list-pro .swiper-button-prev,
.application-list-pro .swiper-button-next {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0070af;
  color: #fff;
  border-radius: 50%;
}


.application-list-pro .swiper-button-prev {
  left: 15px;
}

.application-list-pro .swiper-button-next {
  right: 15px;
}

.scrollbar-track {
  background-color: transparent !important;
  right: 0 !important;
}

@media screen and (max-width: 1440px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .application-list ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .application-list ul li i {
    font-size: 50px;
  }

  .application-list ul li+li {
    margin-left: 4%;
  }

  .application-list ul li h3 {
    font-size: 24px;
  }

  .about-honor-list .swiper-slide {
    width: 40%;
  }

  .news-content-list li section p {
    -webkit-line-clamp: 2;
  }
}


@media screen and (max-width: 1280px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-list .tabs {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

@media screen and (max-width:767px) {

  ::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
  }

  body {
    font-size: 16px;
  }

  .pt-6 {
    padding-top: 40px;
  }

  .pb-6 {
    padding-bottom: 40px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3,
  footer dl dt {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5,
  .products-category li section span,
  .project-name section span,
  .menu-list a {
    font-size: 16px;
  }

  .language-list {
    margin-left: 0;
    margin-right: 50px;
  }

  nav,
  .list-item-header.active+.list-item-content {
    display: none;
  }

  .sp_nav,
  .sjj_nav {
    display: block;
  }

  header {
    padding: 10px 0;
  }

  header .logo {
    width: 93px;
    height: 35px;
  }

  #my-scrollbar {
    height: calc(100vh - 55px);
  }

  .banner .swiper-slide {
    height: 70vh;
  }

  .banner .swiper-slide section,
  .banner .swiper-slide img,
  .products-category li,
  .about-main section,
  .news-list li,
  .keywords-form section,
  .keywords-form form,
  footer dl,
  .about-page1 em,
  .about-page1 figure,
  .about-page1 ul li,
  .workshop-list li,
  .contact-list li,
  .contact-list li:last-child,
  .contact-message figure,
  .contact-message li,
  .goals-list li,
  .workshop-list li,
  .news-content-list li em,
  .news-content-list li section,
  .pro-menu,
  .products-content-list ul,
  .products-content-list ul li,
  .pro-xt li,
  .support-content-list li,
  .application-content-list li section,
  .products-content-list {
    width: 100%;
  }

  .click-more,
  .click-more1 {
    padding: 5px 15px;
  }

  .products-category li section,
  .news-content-list li section {
    padding: 15px;
  }

  .about-main {
    height: 500px;
    padding-top: 40px;
  }

  .about-main section {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .honor-list .swiper-button-prev,
  .honor-list .swiper-button-next,
  .about-honor-list .swiper-button-prev,
  .about-honor-list .swiper-button-next,
  .application-list-pro .swiper-button-prev,
  .application-list-pro .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .about-honor-list .swiper-button-prev,
  .about-honor-list .swiper-button-next {
    margin-top: 30px;
  }

  .news-list li+li,
  .keywords-form form,
  footer dl+dl,
  .products-category li+li,
  .about-page1 figure,
  .workshop-list li+li,
  .contact-list li,
  .pro-xt li+li,
  .support-content-list li+li {
    margin-top: 20px;
  }

  .support-content-list li:first-child {
    margin-top: 0;
  }

  footer {
    text-align: left;
  }

  footer dl dd {
    display: inline-block;
    margin-right: 5px;
  }

  footer dl dt {
    margin-bottom: 5px;
  }

  footer dl dd {
    line-height: 200%;
  }

  .application-list ul {
    top: 0;
  }

  .application-content-list li::after,
  .application-list>section img,
  .application-list ul {
    height: 100%;
  }

  .application-list>section img {
    object-fit: cover;
    position: absolute;
  }

  .application-list ul {
    width: 100%;
    padding: 15px;
    justify-content: space-between !important;
    position: relative !important;
  }

  .application-list ul li {
    width: 45%;
  }

  .application-list ul li i {
    font-size: 40px;
  }

  .application-list ul li+li {
    margin-left: inherit;
    margin-top: 15px;
  }

  .application-list ul li b {
    margin: 5px 0;
    height: 1px;
  }

  .min-banner {
    height: 24vh;
  }

  .menu-list a {
    padding: 8px 15px;
  }

  .menu-list a+a {
    margin-left: 10px;
  }

  .about-page1 ul li {
    padding-left: inherit;
    padding-right: inherit;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .about-page1 ul li+li,
  .goals-list li+li {
    border-left: 0;
    border-top: 1px solid #ddd;
  }

  .workshop-list li {
    padding: 40px 20px;
  }

  .about-honor-list .swiper-slide {
    width: 80%;
  }

  .goals-list li,
  .contact-list li {
    flex: inherit;
  }

  .contact-list li {
    width: 48%;
  }

  .contact-list li+li {
    border: 0;
  }

  .contact-list li h5 {
    margin: 10px 0 5px;
  }

  .contact-message figure {
    padding: 20px
  }

  #allmap {
    height: 300px;
  }

  .news-content-list li {
    flex-wrap: wrap;
  }

  .click-more2 i,
  .application-list-pro .swiper-slide section i {
    font-size: 20px;
  }

  .list-item-header.active i,
  .pro-menu ul li+li .list-item-header i {
    transform: rotate(0);
  }

  .application-list-pro .swiper-container {
    width: calc(100% - 80px);
  }

  .application-content-list li {
    height: 300px;
  }

  .application-content-list li em {
    height: 100%;
  }

  .application-content-list li em img {
    object-fit: cover;
    height: 100%;
  }

  .application-content-list li figure {
    bottom: 30px;
  }

  .scrollbar-thumb {
    width: 0 !important;
  }

  .about-page1 em,
  .news-content-list li em {
    clip-path: inset(0% 0% 0% 0%);
  }
}