
/* CSS Document */

/*===========================header=============================*/

@font-face {
  font-family: BarlowCondensed-Medium;

  src: url(../font/BarlowCondensed-Medium.ttf);
}

@font-face {
  font-family: BarlowCondensed-SemiBold;

  src: url(../font/BarlowCondensed-SemiBold.ttf);
}

.headerbox {
  height: 6.75rem;
  width: 100%;
  position: fixed;
  top:0;
  z-index:99;
}

#header {
  width: 100%;
  transition: 0.6s;
}

#header > .m,
#swiper1 .m {
  display: flex;
  height: 100%;
  max-width: 1760px;
  justify-content: space-between;
  align-items: center;
  position: static;
}

#header .fr {
  display: flex;
  justify-content: space-between;
  width: calc(50% + 23rem);
}

#header .line01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgb(255 255 255 / 20%);
  z-index: -1;
  animation: longer 4s 1.5s linear forwards;
}

#banner .line02 {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 20%);
  right: 10rem;
  top: 0;
  z-index: 1;
}
#banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
}
@-webkit-keyframes longer {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes longer {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#logo {
  flex-shrink: 0;
}

#logo a {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 18rem;
}

#logo img {
  height: 69px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#logo .img01 {
  display: none;
}

#logo .img02 {
  display: block;
}

#nav {
  flex-grow: 1;
}

#nav ul {
  display: flex;
  flex-grow: 1;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  text-align: center;
}

#nav ul li a,
.language .sub .box a {
  display: block;
  /* text-transform: uppercase; */
  font-size: 0;
}

#nav ul li h3 {
  font-size: 1.25rem;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  line-height: 6.75rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
}

#nav ul li h3:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
  transform: scaleX(1);
}

#nav li .sub,
.language .sub {
  position: absolute;
  padding-top: 0.5rem;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#nav li .sub .box,
.language .sub .box {
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
}

#nav li .sub a,
.language .sub .box a {
  padding: 0 1.5rem;
  line-height: 2rem;
  transition: 0.4s;
  font-size: 1.125rem;
  color: #505050;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

/* #nav li .sub a:before{ content: ""; display: block; width: 4px; height: 14px; position: absolute; left: -.5rem; top: 50%; margin-top: -8px; background: #003a8e; transform: scaleY(0); transition: .5s;} */
#nav li .sub a:hover,
.language .sub a:hover {
  background: rgb(28 80 156 / 80%);
  color: #fff;
}

/* #nav li .sub a:hover:before{transform: scaleY(1); } */
#nav li:hover .sub,
.language:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

.top_menu_box {
  display: flex;
  align-items: center;
}

.language {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10rem;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#header.xg .language > div {
  color: #333;
}

#header.xg .language svg path {
  fill: #333;
}

.language > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #fff;
  height: 100%;
}

.top_menu_box .top_menu {
  display: flex;
  min-width: 6.25rem;
  padding: 0 2.25rem;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.top_menu_box .top_menu.btn_search svg {
  width: 1.5rem;
  height: 1.5rem;
}

.top_menu_box .top_menu:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}

.top_menu_box .top_menu.on:before {
  opacity: 0;
  visibility: hidden;
}

.top_menu_box .top_menu.on svg path {
  fill: #fff;
}

body.on .after {
  visibility: visible;
  opacity: 1;
}

body .after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  visibility: hidden;
  transition: 0.6s;
  opacity: 0;
}

.wangzhan_map.on {
  transform: translateX(0);
}

.wangzhan_map {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 410px;
  background: #fff;
  z-index: 1001;
  transform: translateX(100%);
  transition: 0.6s;
  max-width: 100%;
}

.wangzhan_map .top {
  line-height: 95px;
  background: #013281;
  padding: 0 1.875rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}

.wangzhan_map .top svg {
  float: right;
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
  margin: 2.375rem 0;
  transition: 0.6s;
  cursor: pointer;
  display: inline-block;
}

.wangzhan_map .box {
  height: calc(100% - 4.375rem);
  overflow: hidden;
  overflow-y: scroll;
  padding: 2rem 1.875rem;
  width: 100%;
}

.wangzhan_map .box dl {
  padding: 1rem 0;
  border-bottom: #e5e5e5 1px solid;
  font-size: 0;
}

.wangzhan_map .box dl dt {
  font-size: 16px;
  color: #000;
  margin-bottom: 0.5rem;
}

.wangzhan_map .box dl dt a {
  color: inherit;
  transition: 0.6s;
}

.wangzhan_map .box dl dd {
  font-size: 0.875rem;
  color: #636364;
  min-width: 33.333333%;
  display: inline-block;
  line-height: 1.875rem;
}

.wangzhan_map .box dl dd a:hover {
  color: #013281;
}

video {
  background: #000;
}

#header.xg {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li h3 {
  color: #333;
}

#header.xg #nav ul li h3:before {
  background: #003a8e;
}

#header.xg #logo .img01 {
  display: block;
}

#header.xg #logo .img02 {
  display: none;
}

#header.xg .top_menu_box .top_menu svg path {
  fill: #003a8e !important;
}

#header.xg .top_menu_box .top_menu span {
  color: #333;
}

#header.xg .top_menu_box .top_menu:before {
  background: rgba(0, 0, 0, 0.2);
}

/* #header:hover{ background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header:hover #nav ul li h3{ color: #333; }
#header:hover #nav ul li h3:before{ background: #003a8e;}
#header:hover #logo .img01{ display: block;}
#header:hover #logo .img02{ display: none;}
#header:hover .top_menu_box .top_menu svg path{ fill: #003a8e !important;}
#header:hover .top_menu_box .top_menu span{ color: #333;}
#header:hover .top_menu_box .top_menu:before{ background: rgba(0, 0, 0, 0.2);} */
/***********************/

/*手机导航开始*/
#m_header {
  display: none;
  height: 4.5rem;
  width: 100%;
  transition: 0.5s;
  position: fixed;
  top: 0;
  z-index: 99;
}

#m_header.xg {
  background: #ffffff;
}

/* #m_header.xg #logo .img01{ display: block;}
#m_header.xg #logo .img02{ display: none;} */
/* .xg .menubtn span:after,
.xg .menubtn span:before{ background: #333; } */
#m_header .m {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

#m_header #logo img {
  height: 30px;
}

.m_nav_list {
  /* flex-direction:column; */
  /* justify-content: flex-start; */
  width: 100%;
  /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

#m_nav .top_search {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*搜索*/
.top_search {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transform: translateY(30px);
}

#m_nav.act .top_search {
  opacity: 1;
  transition: all 0.5s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transform: translateY(0);
}

.top_search form {
  width: 304px;
  height: 46px;
  background: none;
  border-radius: 26px;
  border: 1px solid rgb(191 195 200 / 63%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_search form .input {
  width: 100px;
  height: 100%;
  background: none;
  border: 0;
  flex-grow: 1;
  color: #fff;
  padding-left: 20px;
}

.top_search form .button {
  width: 46px;
  height: 100%;
  cursor: pointer;
  background: url(../images/search-btn.svg) center no-repeat;
  background-size: 23px !important;
  border: 0;
  outline: 0;
  color: #fff;
}

.top_search form .button:active {
  background: url(../images/search-btn.svg) center no-repeat;
}

.top_search form .input::-webkit-input-placeholder {
  color: #fff;
}

.top_search form .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.top_search form .input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.top_search form .input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.top_search form .input:focus::-webkit-input-placeholder {
  color: transparent;
}

.top_search form .input:focus:-moz-placeholder {
  color: transparent;
}

.top_search form .input:focus::-moz-placeholder {
  color: transparent;
}

.top_search form .input:focus:-ms-input-placeholder {
  color: transparent;
}

#m_nav {
  z-index: -1;
  position: fixed;
  background: #013281;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  display: none;
  padding: 50px 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: block;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform-origin: left;
}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 998;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav > ul > li {
  width: 80%;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto;
}

#m_nav > ul > li + li {
  border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {
  display: block;
  transform: translateY(100%);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 0;
}

#m_nav.act li .a {
  transform: translateY(0);
  transition: all 0.5s 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 1;
}

#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #ffffff;
  padding: 0;
  font-size: 1.25rem;
  float: left;
  font-weight: bold;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 14px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1.125rem;
  color: rgb(255 255 255 / 53%);
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
}

/*三级导航 开始*/
#m_nav .title .list .void > a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void > a:before {
  content: '·';
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: 0.875rem;
  opacity: 0.8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120vw;
  height: 120vw;
  margin: -60vw 0 0 -60vw;
  background: #003a8e;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  /* z-index: 1; */
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}

.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.8s;
}

.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #0054ae;
  opacity: 0.2;
}

.search-dialog-box .bubbles-bg .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
}

.search-dialog-box .bubbles-bg .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: 0.1;
}

.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
  background: -ms-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
}

.search-dialog-box .bubbles-bg .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #0054ae;
  opacity: 0.2;
}

.search-dialog-box .bubbles-bg .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -ms-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
}

.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 30px;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.search-dialog .search-tit {
  font-size: 2.25rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 3.35rem;
}

.search-dialog .search-input {
  width: 50rem;
  margin: 0 auto;
  padding: 0 0.5rem 0 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
}

.search-dialog .search-input input[type='text'] {
  float: left;
  height: 4rem;
  width: calc(100% - 3.5rem);
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 0.5rem;
  color: #fff;
  transition: all 0.3s;
}

.search-dialog .search-input input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type='submit'],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 3.5rem;
  width: 3.5rem;
}

.search-dialog .search-input .input_submit {
  background: none;
  border: 0;
  outline: 0;
  height: 4rem;
}

.search-dialog .search-input .input_submit svg {
  width: 1.875rem;
  height: 1.875rem;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/close-btn.svg');
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type='submit'] {
  background-image: url('https://www.imdetek.com/static/style/pc/images/search-btn2.svg');
}

.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  padding: 0 0.6rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.375rem;
  line-height: 0.5rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5rem;
  background-image: url(https://www.imdetek.com/static/style/pc/images/hot-icon.png);
}

.search-dialog .hot-link {
  margin-left: 1rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.375rem;
  line-height: 0.5rem;
  margin-right: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: 'gilroy-regular';
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  transform: scale(1);
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  right: 3.125%;
  top: 1.35rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}

.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-image: url(../images/close-btn.svg);
  transition: 0.6s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

/*首页banner*/
#banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 6.75rem;
}

#banner .swiper {
	
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#banner .txt h4 {
  font-size: 4.25rem;
    font-weight: 700;
    /* width: 70%; */
}

#banner .txt p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 1.5rem 0 5rem;
  max-width: 53.75rem;
}

#swiper1 .about {
  width: 12.5rem;
    height: 4.0625rem;
    background: rgb(28 80 156 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    line-height: 2.125rem;
    border-radius: 5px;
}

#banner .swiper-button-prev {
  left: 2%;
}

#banner .swiper-button-next {
  right: 2%;
}
#banner .swiper-button-white {
  width: 2.5rem;
  height: 2.5rem;
}
#banner .swiper-button-white svg path {
  fill-opacity: 0.45;
  transition: all 0.5s;
}
#banner .swiper-button-white:hover svg path {
  fill-opacity: 1;
}

.dotbox {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 20px;
  z-index: 111;
}

.dotbox .dots {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background: none;
  opacity: 1;
  margin-right: 7px;
}

.dotbox .dots:before {
  border: 0;
  background: #fff;
  transform: scale(0.4);
}

.dotbox .dots svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 1.5;
  stroke-dasharray: 0, 62.8;
  stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
  animation: svgrotate 6.2s forwards;
}

#banner .txtanim01,
#banner .txtanim02,
#banner .about {
  opacity: 0;
}

#banner .swiper-slide.swiper-slide-active .txtanim01 {
  animation: enter 1.2s forwards 0.2s;
}

#banner .swiper-slide.swiper-slide-active .txtanim02 {
  animation: enter 1.2s forwards 0.3s;
}

#banner .swiper-slide.swiper-slide-active .about {
  animation: enter 1.2s forwards 0.4s;
}

/* #banner .swiper-slide.swiper-slide-active .slide-inner {
  animation: scaleUpDown 6s linear forwards;
  -webkit-animation: scaleUpDown 6s linear forwards;
} */

@-webkit-keyframes svgrotate {
  0% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
  }

  100% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 62.8, 0;
    stroke-dashoffset: 62.8;
  }
}

@keyframes enter {
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
    transform: scale(1);
  }
}

.bannerpage {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20.5rem;
  bottom: -4rem;
  z-index: 99;
  color: #fff;
}

.bannerpage .fenshi {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  padding: 10rem 0;
}

.bannerpage .fenshi span {
  font-size: 1.875rem;
  color: #2478e2;
  line-height: 1;
  display: block;
  transform: translateY(100%);
  transition: 0.8s ease 0.2s;
  margin-right: 3px;
}

.bannerpage .fenshi p {
  font-size: 1.125rem;
  line-height: 1.3;
}

.bannerpage .fenshi i {
  display: block;
  position: absolute;
  width: 212px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 2rem;
  margin-top: -1px;
}

.bannerpage .fenshi i:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  transition: 6s;
  background: #2478e2;
  position: absolute;
  left: 0;
  top: 0;
}

.bannerpage .swiper-slide.swiper-slide-active .fenshi span {
  transform: translateY(0);
}

.bannerpage .swiper-slide.swiper-slide-active .fenshi i:before {
  width: 100%;
}

.ovh {
  overflow: hidden;
  width: auto;
}

.bannerpage .fenshi .dayuan {
  position: absolute;
  width: 13.5rem;
  height: 13.5rem;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.5);
}

.bannerpage .fenshi .xiaoyuan {
  position: absolute;
  width: 13.5rem;
  height: 13.5rem;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bannerpage .fenshi .circle {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.bannerpage .fenshi .dayuan .circle {
  animation: roll 22s linear infinite;
}

.bannerpage .fenshi .xiaoyuan .circle {
  animation: roll 18s linear infinite reverse;
}

.index-header {
  position: absolute !important;
  z-index: 99 !important;
  background: none !important;
  opacity: 0.5;
  pointer-events: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: lighten;
}

.index-stars {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#n_main {
}

.n_banner {
  height: 31.875rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.n_banner .m {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.n_banner .txt {
  text-align: center;
}

.n_banner .m span {
  color: #fff;
}

.n_banner .m .splitlists {
  font-size: 3.125rem;
  text-transform: uppercase;
  font-family: BARLOW-BOLD;
}

.n_banner .m h3 {
  font-size: 2rem;
  margin: 0.5rem 0;
}

.n_title {
  padding: 0;
  position: relative;
  z-index: 2;
}

.n_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.n_title .m {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.position {
  left: 0;
  bottom: 0;
  font-size: 0.75rem;
  color: #838486;
  display: flex;
  align-items: center;
}

.position > svg {
  margin-right: 5px;
}

.position span,
.position a,
.position i {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgb(31 31 31 / 70%);
  flex-shrink: 0;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.position i {
  font-style: normal;
  margin: 0 3px;
  display: flex;
}

.position span {
  font-style: normal;
}

.position em {
  color: #1c509c;
  font-style: normal;
}

.position a:hover,
.position a:hover span {
  color: #1c509c;
}

#certify .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
}

#certify .swiper-slide-active .img:before {
  background: rgba(0, 0, 0, 0);
}

/*====移动端导航====*/
#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #013281;
}

#m_n_nav .m {
  display: flex;
  align-items: center;
  justify-content: center;
}

#bnt_back {
}

#bnt_back svg {
  fill: #fff;
  height: 50px;
  vertical-align: middle;
  width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}

#bnt_back {
  position: absolute;
  left: 1rem;
  top: 0;
}

#bnt_sub_nav {
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

#bnt_sub_nav svg {
  fill: #fff;
  height: 50px;
  vertical-align: middle;
  width: 20px;
}

#bnt_sub_nav img {
  display: block;
  height: 15px;
}

#bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: #fff;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
  border-bottom: 1px solid #999;
}

#sub_nav_content ul {
  padding: 10px;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0;
}

#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #013281;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}

#sub_nav_content ul li.on a {
  color: #013281;
}

#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}

#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 40%;
  display: inline-block;
  margin-bottom: 0;
  float: left;
  text-align: ;
}

#sub_nav_content dt a {
  margin: 0 10px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: top;
  font-family: Alibaba-PuHuiTi-Regular;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#sub_nav_content dt a {
}

#sub_nav_content dt.title {
  background: #fafafb;
}

#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
  background: #fafafb;
}

#sub_nav_content dt.title_on a {
  color: #e50019;
  border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
  color: #013281;
}

#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
  color: #013281;
}

#sub_nav_content dd {
}

#sub_nav_content dd .box {
  padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  font-size: 13px;
  color: #5b5349;
  display: block;
  height: 30px;
}

#sub_nav_content dd a.on {
  color: #e50019;
}

@-webkit-keyframes roll {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.s_pro.pad_top {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10rem !important;
  background: url(https://www.imdetek.com/static/style/pc/images/s_pro_bg.png) center top no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}

.s_pro .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.s_pro .bg .m {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 45rem;
}

.s_pro .bg img {
  max-width: none;
  align-self: center;
  justify-self: center;
  animation: spin-reverse3 10s infinite linear;
}

@-webkit-keyframes spin-reverse3 {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(20px) translateY(30px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

.s_pro .m {
  max-width: 1440px;
}

.s_pro .txtbox {
  position: relative;
  width: 100%;
  direction: ltr;
  max-width: 390px;
  justify-self: center;
}

.s_pro .txt h4 {
  opacity: 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.s_pro .txt h3 {
  opacity: 0;
  font-size: 2.625rem;
  color: #fff;
  margin-bottom: 1.75rem;
}

.s_pro .txt .con {
  opacity: 0;
  font-size: 1rem;
  line-height: 2.25rem;
  margin-bottom: 9.625rem;
}

.s_pro .pic {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.s_pro .bd .swiper-slide.swiper-slide-active .txt h4 {
  animation: enter 1.2s forwards 0.2s;
}

.s_pro .bd .swiper-slide.swiper-slide-active .txt h3 {
  animation: enter 1.2s forwards 0.3s;
}

.s_pro .bd .swiper-slide.swiper-slide-active .txt .con {
  animation: enter 1.2s forwards 0.4s;
}

.s_pro .bd .swiper-slide.swiper-slide-active .pic {
  animation: scaleUpDown2 1.5s forwards 0.2s;
}

.s_pro .bd {
  display: grid;
  gap: 5rem;
}

.s_pro .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.s_pro .item:nth-child(2) {
  direction: rtl;
}

.s_pro .swiper-pagination {
  height: 14px;
  position: absolute;
  left: 0;
  text-align: left;
  top: 16rem;
}

.s_pro .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: auto !important;
  margin-right: 10px !important;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  opacity: 1;
}

.s_pro
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.swiper-slide-active {
  opacity: 1 !important;
}

@-webkit-keyframes scaleUpDown2 {
  from {
    -webkit-transform: scale(0.8);
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpDown2 {
  from {
    -webkit-transform: scale(0.8);
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.s_about {
  position: relative;
  z-index: 9;
  margin-top: -20rem;
}

.s_about .outbox {
  width: 100%;
  height: 62rem;
  overflow: hidden;
  background: url(https://www.imdetek.com/static/style/pc/images/s_about_bg.png) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 20.25rem;
  color: #fff;
}

.s_about .m {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.s_about .tt {
  font-size: 3.625rem;
  line-height: 4.5rem;
}

.s_about .diqiu {
  margin-left: 10%;
  margin-top: -1.25rem;
  width: 16rem;
}

.s_about .txt {
}

.s_about .txt h3 {
  font-size: 1.875rem;
  color: #fff;
}

.s_about .txt .con {
  font-size: 1rem;
  line-height: 2.125rem;
  margin: 1.75rem 0 3.25rem;
}

.s_about .txt .btn_style01 {
}

.s_buju {
  width: 100%;
  overflow: hidden;
  /* background: url(../images/s_buju_bg.png) center top no-repeat; background-size: 100% 100%; */
  margin-top: -11rem;
  position: relative;
  z-index: 7;
  height: 65.5rem;
}

.s_buju .m {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s_buju .bd {
  display: grid;
  grid-template-columns: 28rem 1fr;
}

.s_buju .tt {
  color: #fff;
}

.s_buju .tt h3 {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 6rem;
}

.s_buju .tt h4 {
  font-size: 3.125rem;
  margin: 1.75rem 0 3.625rem;
}

/* .s_buju .tt .yueqiu2{ animation: spin-reverse3 10s infinite linear;} */
.yueqiu2 {
  width: 8.75rem;
  margin-top: 3rem !important;
}

.map_buju {
  position: relative;
  display: inline-block;
}

.map_buju img {
  display: block;
}

.map_buju ul li {
  position: absolute;
  cursor: pointer;
  font-size: 13px;
  color: #5c5c5c;
}

.map_buju ul li p {
  position: absolute;
  z-index: 1;
  top: 100%;
  line-height: 24px;
  color: #003a8e;
  font-size: 12px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  margin-top: 1.5rem;
}

.map_buju ul li p:before {
  content: '';
  position: absolute;
  left: -52px;
  width: 45px;
  height: 1px;
  background: #babcbe;
  z-index: -1;
  top: 50%;
  display: none;
}

.map_buju ul li.li_0 {
  top: 54%;
  left: 51%;
}

.map_buju ul li.li_1 {
  top: 69%;
  left: 57.5%;
}

.map_buju ul li.li_2 {
  top: 94%;
  left: 55%;
}

.map_buju ul li.li_2 p {
  color: #fff;
}

.map_buju .circle {
  width: 0;
  height: 0;
  position: relative;
  z-index: 2;
}

.map_buju .circle.red span {
  background: #0e45a9;
}

.map_buju .circle.purple span {
  background: #0e45a9;
}

.map_buju .circle:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
  left: 50%;
  border-radius: 50%;
  background: #fff;
  display: block;
  box-sizing: border-box;
  z-index: 99;
}

.map_buju .circle:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  left: 50%;
  border-radius: 50%;
  background: #003a8e;
  display: block;
  box-sizing: border-box;
  z-index: 98;
}

.map_buju .circle span {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  left: 50%;
  border-radius: 50%;
  background-color: #0e45a9;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
  z-index: 0;
}

.map_buju .circle span:nth-of-type(2) {
  animation-delay: 1s;
}

.map_buju .circle span:nth-of-type(3) {
  animation-delay: 2s;
}

@keyframes circleScale {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}

.s_tt {
  text-align: center;
  margin-bottom: 3.75rem;
}

.s_tt h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.s_tt h4 {
  font-size: 2.5rem;
  color: #ffffff;
}

.s_coop {
  width: 100%;
  overflow: hidden;
  background: url(https://www.imdetek.com/static/style/pc/images/s_coop_bg.png) center top no-repeat;
  background-size: cover;
  height: 69.25rem;
  margin-top: -9.625rem;
  position: relative;
  z-index: 9;
  padding-top: 12rem;
  color: #fff;
  display: none;
}

.s_coop .s_tt {
  margin-bottom: 2.5rem;
}

.s_coop ul {
  background: none !important;
}

.s_coop li {
  width: 220px;
  height: 220px;
  margin: 1rem 2rem;
  display: inline-block;
}

.s_coop li .box,
.s_coop li .img {
  height: 100%;
}

.s_coop li .img {
  background: url(https://www.imdetek.com/static/style/pc/images/coop_border.png) center no-repeat;
  background-size: contain;
}

.s_coop .btn_style01 {
  margin: 3rem auto 0;
}

.playbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  transition: 0.5s;
  cursor: pointer;
}

.playbtn .ico {
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  position: relative;
  float: left;
}

.playbtn .ico svg {
}

.playbtn .ico:after,
.playbtn .ico:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  border-width: 1px;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.playbtn .ico:after {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.playbtn:hover .ico:after,
.playbtn:hover .ico:before {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.playbtn:hover .ico:before {
  opacity: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.playbtn:hover .ico:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.playbtn p {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 1.625rem;
}

.s_bg {
  width: 100%;
  height: calc(100% - 100vh);
  min-height: 100vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://www.imdetek.com/static/style/pc/images/index_bg.jpg) center bottom no-repeat;
  background-size: cover;
  z-index: -1;
}

.s_hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.625rem;
}

.s_hd .s_tt {
  margin-bottom: 0;
}

.s_news {
  padding-top: 0rem;
}

.s_news .m {
  max-width: 1560px;
}

.s_news .bd {
  display: grid;
  grid-template-columns: 3.5fr 3fr;
  gap: 4rem;
}

.s_news .left .img {
  height: 28.75rem;
}

.s_news .left .box {
  position: relative;
  z-index: 1;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.s_news .left .box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

.s_news .right {
}

.s_news .right ul {
}

.s_news .right ul li {
}

.s_news .right ul li .box {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 1.75rem 0;
  gap: 1.25rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.s_news .right ul li .time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-align: center;
  font-family: BarlowCondensed-Regular;
}

.s_news .right ul li .time span {
  font-size: 2.75rem;
  font-family: BarlowCondensed-Medium;
  display: block;
}

.s_news .right ul li .txt {
}

.s_news .right ul li .txt h5 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.s_news .right ul li .txt p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s_news .right ul li:nth-child(1) .box {
  padding-top: 0;
}

#foot {
  width: 100%;
  background: #232324;
  position: relative;
  z-index: 10;
  padding-top: 5.5rem;
  color: #fff;
  overflow: hidden;
}
 .chushi {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}

.foot_logo {
  margin-bottom: 3rem;
  width: 14rem;
  display: block;
}

#foot .boxs {
  display: grid;
  grid-template-columns: 430px 1fr;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  position: relative;
  gap: 16rem;
}

#foot .foot_left {
  position: relative;
}

#foot .foot_left .comxinxi {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#foot .foot_left .comxinxi h3 {
  font-family: BarlowCondensed-Medium;
  color: #f00808;
  font-size: 2.125rem;
} 

#foot .foot_left .comxinxi p {
  color: #a7a7a7;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#foot .foot_left .comxinxi p.foot_lx{ font-size: 1.375rem; color: #ffffff; font-weight: bold; margin-bottom: 0.875rem;}

#foot .foot_left .comxinxi a {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.foot_tel,
.foot_add {
  margin-bottom: 1.75rem;
}

.foot_tel p,
.foot_add p {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.5rem;
}

.foot_add span {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

#foot .box1 {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

#foot .box1 .left {
  display: flex;
  gap: 3.75rem;
}

.foot_tel span {
  font-size: 2.125rem;
  color: #fff;
  font-family: Barlow Condensed-Medium;
}

.foot_ewm {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 1.125rem;
  top: -15px;
  right: 0;
  align-items: flex-end;
}

.foot_ewm .ewm {
  padding: 17px;
  border: 1px solid rgb(255 255 255 / 20%);
  width: 8.4375rem;
  height: 8.4375rem;
}

.foot_ewm .icolist {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot_ewm .icolist div a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_ewm .icolist div {
  position: relative;
}

.foot_ewm .icolist div:first-child a {
  background: #1a52a5;
}

.foot_ewm .icolist div:nth-child(2) a {
  background: #c81623;
}

.foot_ewm .icolist div:nth-child(3) a {
  background: #ee4823;
}

.foot_ewm .icolist .douyin {
  background: url(../images/dybg.png) no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.foot_ewm .icolist div .ewmbox,
.contactbg ul li .ewmbox {
  position: absolute;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  width: 8rem;
  left: calc(100% + 1rem);
  bottom: 0;
  transition: 0.5s;
  z-index: 10;
}

.foot_ewm .icolist .douyin .ewm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_ewm .icolist div:hover .ewmbox,
.contactbg ul li:hover .ewmbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.foot_ewm .icolist div .ewmbox .ewm,
.contactbg ul li .ewmbox .ewm {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0.375rem;
  border: 1px solid #ddd;
}

.foot_ewm .icolist div .ewmbox .ewm:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  background: #fff;
  left: -0.625rem;
  bottom: 0.625rem;
  top: auto;
  margin-top: -9px;
  border-radius: 3px;
}

.foot_nav {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 930px;
}

.foot_nav dt {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
  font-weight: bold;
}

.foot_nav dd {
  font-size: 0.9375rem;
  line-height: 2.1875rem;
  color: rgba(255, 255, 255, 0.45);
  transition: 0.5s;
}

#foot .boxbot {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 5.875rem;
  background-color: #151516;
}

#foot .boxbot .m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.25rem;
}

.copyright a {
  transition: 0.3s;
  display: inline-block;
}

.foot_link {
  width: 14.375rem;
  max-width: 100%;
  margin-left: 2.375rem;
}

.foot_link dl {
  position: relative;
}

.foot_link dt {
  height: 2.8125rem;
  padding: 0 0.875rem 0 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.foot_link dt h3 span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 1.25rem;
}

.foot_link dt i {
  width: 1rem;
}

.foot_link dt > svg {
  margin-right: 0.5rem;
}

.foot_link dt span {
  flex-grow: 1;
}

.foot_link dd {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2.8125rem;
}

.foot_link dd:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #232324;
  z-index: -1;
  border: 1px solid rgb(198 198 198 / 55%);
}

.foot_link dd .box {
  padding: 1rem 0.875rem 0;
  display: none;
}

.foot_link dd .box a {
  display: block;
  color: #636363;
  font-size: 0.875rem;
  line-height: 2;
  transition: 0.3s;
}

.foot_link dd .box a:hover {
  color: #fff;
}

.copyright a:hover {
  color: #fff;
}

.e-mail {
  display: flex;
  align-items: center;
}

.e-mail .dy {
  text-align: right;
  margin-right: 2.125rem;
}

.e-mail h5 {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.e-mail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.e-mail input {
  border: 1px solid rgb(198 198 198 / 55%);
  border-right: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #fff;
  height: 2.8125rem;
  padding: 0.5rem 0.8125rem;
}

.e-mail input::placeholder {
  color: rgb(255 255 255 / 60%);
}

.e-mail form,
.chushi form {
  display: flex;
}
.chushi form {
  height: 3.875rem;
}

.e-mail button {
  width: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 60%);
  transition: 0.5s;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background: #1c509c;
}

.chushi button {
  width: 6.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c509c;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
}
.chushi input {
  background: #fff;
  padding-left: 1.5rem;
  width: 18.75rem;
  color: #000;
}
.chushi input::placeholder {
  color: rgb(1 1 1 / 60%);
}
.chushi .m {
  align-items: center;
  justify-content: center;
}
.chushi .m div {
  display: flex;
  align-items: center;
}
.chushi h5 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.chushi p {
  color: rgb(255 255 255 / 60%);
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0 3.75rem 0 2rem;
}

.chushi .gb {
  position: absolute;
  right: 10%;
  top: 10%;
  cursor: pointer;
  width: 1.25rem;
}

.chushi.show {
  bottom: -100% !important;
}

.e-mail button:hover {
  color: #fff;
}

#foot .botright {
  display: flex;
  align-items: center;
}

.online_q {
  position: fixed;
  right: 2rem;
  bottom: 10%;
  z-index: 999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 2.5rem;
  padding: 1.25rem 0;
}

.online_q.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}

.online_q .close {
  position: absolute;
  right: -1rem;
  font-size: 1rem;
  color: #969797;
  opacity: 1;
  font-weight: normal;
  cursor: pointer;
}

.online_q .btn2 {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 4px;
  background: #003a8e;
  transition: 0.5s;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.online_q .btn-top {
  padding: 0;
  transition: 0.5s;
  overflow: hidden;
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
}

.online_q .btn2 span {
  display: flex;
  float: left;
  color: #fff;
  flex-direction: column;
  font-size: 0.75rem;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  flex-shrink: 0;
}

.online_q .open.pic {
  position: absolute;
  background: #eef2f6;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  right: 60px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  visibility: hidden;
}

.online_q .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 60px;
  visibility: visible;
}

.online_q .open.phone {
  position: absolute;
  background: #eef2f6;
  width: 150px;
  height: 3.125rem;
  border-radius: 3px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #529de1;
  top: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.online_q .open.phone p {
  color: #003a8e;
  font-family: BarlowCondensed-Regular;
  font-size: 1.5rem;
}

.online_q .btn2:hover .open.phone {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.online_q .open.pic:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #eef2f6;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

.online_q .open.phone:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #eef2f6;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

.online_q .btn2:hover {
  background: #003a8e;
}

#gotop {
  background: #003a8e;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}

.foot_nav dd:hover {
  color: #fff;
}

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[class^='hvr-'] {
  cursor: pointer;
}

.hvr-sweep-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 20, 243, 0.1);
  mix-blend-mode: multiply;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#swiper1 .swiper-pagination {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  right: 9.625rem;
  width: 6px;
  left: auto;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px !important;
  background: #fff !important;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  background: rgb(255 255 255 / 50%);
  height: 3.4375rem;
  border-radius: 0;
  opacity: 1;
}

#swiper1 .swiper-button-white svg path {
  fill-opacity: 0.45;
  fill: #fff;
}

.yd {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  bottom: 6.25rem;
  right: 8rem;
  z-index: 100;
}

#zhanshi .zs {
  display: grid;
  grid-template-columns: 0.25fr 0.5fr 0.25fr;
  gap: 11px;
}

#zhanshi .zs a {
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
}

#zhanshi .zs a .mengban {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(28 80 156 / 70%);
  opacity: 0;
  transition: all 0.4s;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}
#zhanshi .zs a .mengban img{max-width: 13rem;}

#zhanshi .zs a:hover .mengban {
  opacity: 1;
}

.zs_left a > div,
.zs_middle a > div,
.zs_right a > div {
  position: relative;
  height: 100%;
}
.zs_left a > div,
.zs_middle a > div {
  height: 30.375rem;
}
#zhanshi .zs h5 {
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.25rem;
}

#zhanshi .zs>img {
  display: block;
  width: 13rem;
}

#zhanshi .zs .duan img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#zhanshi .zs p {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 1.75rem;
  line-height: 1.5;
}

#zhanshi .zs .procon {
  position: absolute;
  top: 3.75rem;
  left: 3.75rem;
  z-index: 10;
}

.zs_left,
.zs_middle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.zs_middle > div {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.padtop1 {
  padding-top: 3.75rem;
}

.title {
  text-align: center;
  color: #1f1f1f;
}

.title h5 {
  font-size: 2.625rem;
  font-weight: bold;
}

.title p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0.75rem 0 2.8125rem;
}

/* 企业文化 */

#wenhua .culture {
  width: 100%;
  background: url(../images/wenhuabg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  height: 45.3125rem;
}

#wenhua .culture h5 {
  text-align: center;
  color: #fff;
  font-size: 2.75rem;
  line-height: 3.75rem;
  font-weight: bold;
}

#wenhua .culture h6{
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
}

#wenhua .culture p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  margin: 3rem 0 4.5rem;
  text-align: center;
}

#wenhua .culture .m {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wenhua .culture .m > div {
  max-width: 81.25rem;
}

#wenhua .culture .m > div .culture_more {
  width: 9.75rem;
  height: 3.125rem;
  background-color: rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  transition: all 0.5s;
  margin: 0 auto;
}
#wenhua .culture .m > div .culture_more:hover {
  background: #fff;
  color: #1c509c;
}

#wenhua .culture_ul {
  text-align: center;
  margin-top: 3rem;
}

#wenhua .culture_ul li {
  display: inline-block;
  font-size: 1.87rem;
  color: #ffffff;
  line-height: 2;
  font-weight: bold;
  margin: 0 1.42rem;
}

.wayup {
  padding: 3.75rem 0;
  border-bottom: 1px solid #e3e3e7;
}

.wayup ul {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 8rem;
  justify-content: space-around;
  flex-wrap: wrap;
}

.wayup ul li,
.gsgd ul li {
  text-align: center;
}

.wayup ul li > div,
.gsgd ul li > div {
  margin: 1rem 0 0;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-end;
}

.wayup ul li .cs,
.gsgd ul li .cs {
  display: flex;
  align-items: flex-start;
}

.wayup ul li div p,
.gsgd ul li div p {
  position: relative;
  color: #2c2c2e;
  font-size: 1.0625rem;
  font-weight: bold;
  bottom: 0;
  line-height: 2.5;
}

.wayup ul li .jia,
.gsgd ul li .jia {
  color: #2c2c2e;
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: bold;
  font-family: Roboto;
}

.wayup .counter,
.gsgd .counter {
  font-weight: bold;
  font-family: Roboto;
  font-size: 3.25rem;
}

.wayup ul li p,
.gsgd ul li p {
  line-height: 1.5rem;
  font-size: 1.0625rem;
  color: #616161;
}

/* 应用领域 */

.bycs .bl {
  height: 42.75rem;
  background-position: right center !important;
  background-size: cover !important;
}

.byc {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.bycs.on {
  width: calc(100% - 1147px);
  flex-shrink: 0;
}

.bycs a {
  position: relative;
  display: block;
}

.bycs {
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}

.bycs .nr,
.bycs.on .bt {
  display: none;
}

.bycs.on .nr {
  display: block;
}

.bycs::before {
  content: '';
  position: absolute;
  width: 100%;
  /* background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .55) 100%); */
  height: 11.875rem;
  bottom: 0;
}

.bycs .byc_tit {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  color: #fff;
  line-height: 1.5rem;
  font-size: 1.375rem;
}

.bycs .byc_tit p {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
  height: 3rem;
  text-align: center;
}

.bycs {
  transition: 0.7s;
  width: 220px;
  height: 100%;
}

.byc .bycs img {
  height: 6.75rem;
  transition: 0.7s;
  width: 6.75rem;
  border-radius: 50%;
}

.bycs + .bycs {
  margin-left: 10px;
}

.page {
  text-align: center;

  font-size: 0;

  color: #919191;

  width: 100%;

  overflow: hidden;
}

.page .box {
  margin-top: 4rem;

  display: flex;

  justify-content: center;

  flex-flow: wrap;
}

.page a {
  border: 1px solid #e0e0e0;
  padding: 0 5px;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 5px;
  color: #3a3a3a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.page .on,
.page a:hover {
  background: #1c509c;
  border: 1px solid #1c509c;
  color: #fff;
}

.page a:hover svg path {
  fill: #fff;
}

.page span {
  display: inline-block;

  margin: 0 1rem;
}

/* 新闻中心 */

.newlists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.newlists .hot,
.newlists .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.25rem;
}

.newlists .hot a {
  position: relative;
  display: flex;
}

.newlists .hot .hotcon {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 6rem 2rem 2.25rem;
  background: -webkit-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.newlists .hot .hotcon p {
  font-family: Roboto;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

.newlists .hot .hotcon h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.newlists .hot .xinbiao {
  position: absolute;
  width: 6.1875rem;
  height: 6.125rem;
  top: -10px;
  left: 1.25rem;
  background: url(../images/biaojibg1.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}

.newlists .hot .xinbiao_nr{ width: 2.8rem;}

.newlists .hot .img_db:after {
  padding-top: 56.35%;
}

.newlists .list a {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.newlists .list .hk {
  width: 5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/hkbg1.png) no-repeat;
  background-size: cover;
  color: #616161;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.newlists .list .img {
  width: 15.625rem;
  height: 11.25rem;
  flex-shrink: 0;
}

.newlists .list h4 {
  color: #343434;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5625rem;
  height: 3.125rem;
  transition: all 0.4s;
}

.newlists .list p {
  color: #808080;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1rem 0 0.875rem;
}

.newlists .list span {
  font-family: Roboto;
  font-size: 0.875rem;
  color: #808080;
  line-height: 1.3125rem;
}

.newlists .list a:hover h4 {
  color: #1c509c;
}

/* 内页 */
.fx {
  display: flex;
}

.n_banners {
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.n_banners::before {
  display: none;
  content: '';
  position: absolute;
  background: url(../images/zhaozhao.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.n_dh .m {
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.n_dh .letitle > a {
  width: 4.0625rem;
  height: 5.625rem;
  background: #1c509c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
}

.n_nav {
  position: relative;
}

.n_nav ul {
  display: flex;
  align-items: center;
}

.n_nav li {
  display: block;
  flex-grow: 1;
  z-index: 1;
  position: relative;
}

.n_nav li.on::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -6px;
  background: url(../images/dhsanjiao.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 6px;
}

.n_nav li a {
  padding: 0 1.5625rem;
  line-height: 5.625rem;
  height: 100%;
  display: block;
  color: #1f1f1f;
  font-size: 1.1875rem;
  font-weight: bold;
  transition: all 0.5s;
}

.n_nav li a:hover {
  color: #1c509c;
}

.n_nav li.on a {
  background: #1c509c;
  color: #fff !important;
}

/* 新闻列表 */

.n_newlist,
.n_newxq,
.n_zhaopin,
.n_zldown,
.culturetop,
.n_sousuo {
  background: #f0f3f5;
  position: relative;
}

.n_newlist .hot {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: 0.59fr 0.41fr;
}
.n_newlist .hot #newswiper {
  width: 100%;
}
.n_newlist .hot #newswiper img {
  height: 29.6875rem;
  width: 100%;
  object-fit: cover;
}

.n_newlist .hot #newswiper a {
  display: block;
  position: relative;
  height: 100%;
}

.n_newlist .hot #newswiper .newdb {
  position: absolute;
  background-image: -moz-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  bottom: 0;
  padding: 5rem 2.8125rem 2.5rem;
  box-sizing: border-box;
  color: #fff;
}

.n_newlist .hot #newswiper .newdb span {
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.n_newlist .hot #newswiper .newdb p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 1rem;
  width: 75%;
}

#newswiper .swiper-button-white {
  width: 2.5rem;
  height: 4.375rem;
  background: rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

#newswiper .swiper-button-white:hover {
  background: #1c509c;
}

#newswiper .n_newprev {
  left: -2.5rem;
}

#newswiper .n_newnext {
  right: -2.5rem;
}

#newswiper:hover .n_newnext {
  right: 0;
}

#newswiper:hover .n_newprev {
  left: 0;
}

#newswiper .swiper-pagination {
  bottom: 3rem;
  display: flex;
  justify-content: flex-end;
  right: 2.5rem;
  width: auto;
}

#newswiper .swiper-pagination-bullet {
  width: 11px;
  height: 6px;
  border: 1px solid rgb(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 3.5px;
  background: transparent;
  border-radius: 0;
  transition: 0.5s;
}

#newswiper .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  width: 31px;
}

.n_newlist .hot .hotnews {
  background: #fff;
}

.n_newlist .hot .hotnews a {
  /* padding: 3.125rem 3.125rem 2.5rem; */
  display: block;
}

.n_newlist .hot .hotnews a .hotcon{
  padding: 0 3.125rem 2.5rem;
}

.n_newlist .hot .hotnews .img_db:after {
  padding-top: 56.8%;
}

.n_newlist .hot .hotcon {
  margin-top: 1.5rem;
}

.n_newlist .hot .hotcon span,
.n_newlist .nnewlist .newlistcon span {
  color: #808080;
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.n_newlist .hot .hotcon p,
.n_newlist .nnewlist .newlistcon h5 {
  color: #343434;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-top: 0.5rem;
}

.n_newlist .nnewlist {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.875rem; */
}

.n_newlist .nnewlist li{ padding: 4.375rem 6px; overflow: hidden; border-bottom: 1px solid #b7b7b7;}

.n_newlist .nnewlist .img_db:after {
  padding-top: 56.6%;
}

.n_newlist .nnewlist .newlistcon {
  /* background: #fff; */
  /* margin: -2.5rem 1rem 0; */
  /* padding: 3rem 2.125rem; */
  padding: 0 2.125rem;
  position: relative;
  z-index: 10;
  width: 70%;
  float: right;
}

.n_newlist .nnewlist .newlistcon::before {
  /* content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/listbefore.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1; */
}

.n_newlist .nnewlist li:hover .newlistcon::before {
  /* opacity: 1;
  visibility: visible; */
}

.n_newlist .nnewlist li:hover .newlistcon h5,
.n_newlist .nnewlist li:hover .newlistcon span {
  /* color: #fff; */
}

.n_newlist .nnewlist .newlistcon h5 {
  font-size: 1.75rem; color: #44444a; font-weight: normal; line-height: 2.5rem; margin-bottom: 1rem;
}

.news_tu { width: 30%; float: left;}

.n_newlist .nnewlist .newlistcon p{ font-size: 1.2rem; color: #6c6c70; line-height: 1.625rem;}

.news_more{ text-align: center; font-size: 1.2rem; color: #ffffff; width: 9.8125rem; line-height: 3.9375rem; background-color: #d01e26; border-radius: 5px; margin-top: 2.8125rem;}

/* 新闻详情 */

.n_newxq .main_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.n_newxq .main_box .left_con {
  position: relative;
  max-width: 1022px;
  padding-right: 3.625rem;
  width: 100%;
}

.left_con:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  z-index: 0;
  background: #dadfe3;
  position: absolute;
  right: -2px;
  top: 0;
}

.right_con {
  width: 26.125rem;
  flex-shrink: 0;
  z-index: 1;
  position: sticky;
  top: 8rem;
  padding-left: 2.5rem;
}

.ar_title {
  border-bottom: 2px solid #dadfe3;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

.ar_title .time {
  font-size: 2.25rem;
  color: #1c509c;
  font-family: Roboto;
  font-weight: bold;
}

.ar_title h4 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #1f1f1f;
  margin: 0.5rem 0;
  font-weight: bold;
}

.n_newxq .ar_article {
  color: #1f1f20;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.n_newxq .ar_bot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 3rem;
}

.n_newxq .ar_bot a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373535;
  font-size: 1rem;
  line-height: 2.125rem;
  background: #fff;
  transition: all 0.5s;
  padding: 0.5rem 1rem;
}

.n_newxq .ar_bot a:hover {
  background: #1a52a5;
  color: #fff;
}

.lastnews .tt {
  position: relative;
  margin-bottom: 3rem;
}

.right_con::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 5.25rem;
  background: #1c509c;
  left: 0;
}

.lastnews .tt h3 {
  font-size: 1.25rem;
  color: #515151;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.lastnews .tt span {
  font-size: 1.625rem;
  color: #b7bfc7;
  font-family: BarlowCondensed-SemiBold;
  text-transform: uppercase;
}

.lastnews ul {
  margin-left: 0.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.lastnews ul li a {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.125rem;
  align-items: center;
}

.lastnews ul li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  background: #fff;
  transition: 0.5s;
  color: #7a7a7a;
  width: 4.375rem;
  height: 4.375rem;
}

.lastnews ul li .time span {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #7a7a7a;
  transition: 0.5s;
  font-weight: bold;
}

.lastnews ul li .time p {
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: bold;
}

.lastnews ul li .time:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
  background: #1c509c;
}

.lastnews ul li:hover .time:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.lastnews ul li:hover .time p,
.lastnews ul li:hover .time span {
  color: #fff;
}

.lastnews ul li h4 {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* 文献资料 */

.n_wenxian {
  width: 100%;
  position: relative;
  background: url(../images/wenxianbg.jpg) no-repeat;
  background-size: cover;
}

.n_wenxian ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4375rem 1.25rem;
}

.n_wenxian ul li .wxcon {
  padding: 3.375rem 3.125rem;
  background: #fff;
  transition: all 0.5s;
}
.n_wenxian ul li .img_db:after {
  padding-top: 95.66%;
}
.n_wenxian ul li .wxcon h5 {
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin-top: 1.75rem;
  height: 3.75rem;
  transition: all 0.5s;
}

.n_wenxian ul li .wxcon .pdfck {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 15rem;
  width: 100%;
  border: 2px solid #e7ebed;
  border-radius: 7px;
  color: #1c509c;
  font-size: 1rem;
  line-height: 2.125rem;
  margin-top: 2.5rem;
  height: 3.75rem;
  transition: all 0.5s;
}

.n_wenxian ul li .wxcon svg path {
  fill: #1c509c;
  transition: all 0.5s;
}

.n_wenxian ul li:hover .wxcon {
  background: #1c509c;

  -webkit-box-shadow: rgba(28, 80, 156, 0.42) 0px 17px 21px 6px;

  box-shadow: rgba(28, 80, 156, 0.42) 0px 17px 21px 6px;
}

.n_wenxian ul li:hover .pdfck,
.n_wenxian ul li:hover h5 {
  color: #fff;
}

.n_wenxian ul li:hover .pdfck {
  border: 1px solid rgb(215 231 255 / 40%);
  background: #06377e;
}

.n_wenxian ul li:hover svg path {
  fill: #fff;
}

/* 招聘信息 */
.n_zhaopin #list_slide {
  position: relative;
  display: grid;
  gap: 1rem;
}

.n_zhaopin #list_slide dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 8.125rem;
  transition: 0.5s;
  padding: 0 4.5rem;
  background: #fff;
}

#list_slide .fx {
  flex-grow: 1;
  justify-content: space-between;
}

.n_zhaopin #list_slide dt h4 {
  display: block;
  width: 19rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  color: #1f1f1f;
  transition: padding 0.5s !important;
  -webkit-transition: padding 0.5s !important;
  -moz-transition: padding 0.5s !important;
  -ms-transition: padding 0.5s !important;
  -o-transition: padding 0.5s !important;
  flex-shrink: 0;
  white-space: nowrap;
}

.n_zhaopin #list_slide dt h3 {
  width: 100%;
  color: rgb(31 31 31 / 70%);
  font-size: 1.125rem;
  line-height: 2.25rem;
  overflow: hidden;
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr 1fr;
}

.n_zhaopin #list_slide dt h3 span {
  text-align: center;
  transition: 0.5s;
}

.n_zhaopin #list_slide dt .tgl {
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3%;
  width: 5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #f0f3f5;
  transition: 0.5s;
}

.n_zhaopin #list_slide dl.on dt .tgl {
  background: #fff;
  color: #1c509c;
}

.n_zhaopin #list_slide dd {
  display: none;
  transition: 0s;
  line-height: 2rem;
  font-size: 0.9375rem;
  padding: 2.25rem 4.5rem 3.75rem;
  background: #1c509c;
  border-bottom: 0;
}

.n_zhaopin #list_slide dl.on dt {
  background: #1c509c;
}

.n_zhaopin #list_slide dl.on dt h4 {
  color: #fff;
}

.n_zhaopin #list_slide dl.on dt h3 span {
  color: rgb(215 231 255 / 70%);
}

.n_containers .content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.n_containers .content h6 {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

.n_containers .content .ar_article p {
  position: relative;
  color: rgb(255 255 255 / 70%);
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding-left: 0.875rem;
}

.n_containers .content .ar_article p::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgb(255 255 255 / 70%);
  left: 0;
  top: 1rem;
}

.n_containers .content .scrollbox {
  max-height: 12.9375rem;
  overflow: auto;
  padding-right: 1.5rem;
}

.n_zhaopin #list_slide dd .jianli {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  margin-top: 2.5rem;
}

.n_zhaopin #list_slide dd .jianli a {
  max-width: 20.625rem;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1c509c;
  font-size: 1rem;
  line-height: 2.25rem;
  border-radius: 1.5rem;
}

.n_zhaopin #list_slide dd .jianli h5 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.n_zhaopin #list_slide dd .jianli p {
  font-size: 1.875rem;
  font-family: BarlowCondensed-SemiBold;
}

/* 资料下载 */

.n_zldown .cp_con {
  background: #fff;
  padding: 7.5rem 5rem;
}

.n_zldown .chanpintu {
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
  gap: 4.6875rem;
}
.n_zldown .chanpintu .swiperbox {
  position: relative;
}
.n_zldown .chanpintu #zldown img {
  display: block;
  margin: auto;
  object-fit: cover;
}

.n_zldown .zlswipercon h4 {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 2.625rem;
}

.n_zldown .zlswipercon i {
  display: block;
  height: 1px;
  width: 3.125rem;
  margin: 1.5rem 0 1.875rem;
  background: #1c509c;
}

.n_zldown .zlswipercon div {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.n_zldown .zlswipercon div p {
  display: flex;
  color: #373535;
  font-size: 1.125rem;
  line-height: 2.125rem;
  align-items: center;
  gap: 0.5rem;
}

.n_zldown .zlswipercon div p:first-child {
  flex-shrink: 0;
}

.n_zldown .zlswipercon a {
  display: flex;
  align-items: center;
  max-width: 18.125rem;
  width: 100%;
  height: 3.625rem;
  background: #1c509c;
  border-radius: 6px;
  color: #fff;
  font-size: 1.25rem;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2.5rem;
}

.n_zldown #zldown {
  width: 100%;
}

.swiperbox .swiper-button {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.swiperbox .swiper-button svg path {
  fill: rgb(211 211 211 / 85%);
  transition: 0.5s;
}


.swiperbox .swiper-button:hover svg path {
  fill:  rgb(211 211 211 / 1);;
}

#zldown .swiper-pagination-bullet {
  border: 1px solid #21549e;
  background: transparent;
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: 1;
  margin: 0 4.5px;
}

#zldown .swiper-pagination-bullet-active {
  background: #1c509c;
}

.n_zldown .chanpinxx {
  margin-top: 1.875rem;
}

.chanpinxx .xiangxi {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.chanpinxx .xiangxi .xxico {
  width: 7.625rem;
  height: 7.625rem;
  background: url(../images/cpintro.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chanpinxx .xiangxi h4 {
  color: #1f1f1f;
  font-size: 2.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.chanpinxx .xiangxi i {
  display: block;
  width: 100%;
  height: 2px;
  background: #ebeef0;
}

.n_zldown .chanpinxx .ar_article h5 {
  color: #1c509c;
  font-size: 1.625rem;
}

.n_zldown .chanpinxx .ar_article p {
  color: #373535;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.n_zldown .chanpinxx .ar_article thead th,
.n_hyyy .ar_article thead th,
.tablebg .ar_article thead th {
  width: 100%;
  text-align: center;
  background: #1c509c;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem !important;
}

.n_zldown .chanpinxx .ar_article tbody tr {
  font-size: 1.125rem;
  color: #1f1f1f;
  line-height: 1.5rem;
}

.n_zldown .chanpinxx .ar_article tbody tr td:nth-child(odd) {
  background: #f0f3f5;
  font-weight: bold;
}

.n_zldown .aboutcp {
  background: #fff;
}

.n_zldown .aboutcp h4 {
  color: #1f1f1f;
  font-size: 2.5rem;
}

.aboutcp ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.aboutcp .m > ul li .cpbox,
.n_cpcenter ul li .cpbox,
#aboutsw .swiper-slide .cpbox {
  border: 1px solid #ececec;
  padding: 2.5rem 1.625rem;
  transition: all 0.5s;
}

.aboutcp .m > ul li .cpbox h5,
.n_cpcenter ul li .cpbox h5,
#aboutsw .swiper-slide .cpbox h5 {
  color: #1f1f1f;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  transition: all 0.5s;
}

.aboutcp .m > ul li .cpbox p,
.n_cpcenter ul li .cpbox p,
#aboutsw .swiper-slide .cpbox p {
  color: rgb(31 31 31 / 70%);
  font-size: 1rem;
  line-height: 1.625rem;
  transition: all 0.5s;
}

.aboutcp .m > ul li:hover .cpbox,
.n_cpcenter ul li:hover .cpbox,
#aboutsw .swiper-slide:hover .cpbox {
  background: #19498e;
  border: 1px solid #19498e;
}

.aboutcp .m > ul li:hover .cpbox h5,
.aboutcp .m > ul li:hover .cpbox p,
.n_cpcenter ul li:hover .cpbox h5,
.n_cpcenter ul li:hover .cpbox p,
#aboutsw .swiper-slide:hover .cpbox h5,
#aboutsw .swiper-slide:hover .cpbox p {
  color: #fff;
}

.aboutcp .m > ul li .img,
.n_cpcenter ul li .img,
#aboutsw .swiper-slide .img {
  transition: all 0.5s;
}

.aboutcp .m > ul li .img_db:after,
.n_cpcenter ul li .img_db:after,
#aboutsw .swiper-slide .img_db:after {
  padding-top: 65.5%;
}

.aboutcp .m > ul li:hover .img,
.n_cpcenter ul li:hover .img {
  -webkit-box-shadow: 0px 0px 30px 12px rgba(175, 175, 175, 0.38);
  -moz-box-shadow: 0px 0px 30px 12px rgba(175, 175, 175, 0.38);
  box-shadow: 0px 0px 30px 12px rgba(175, 175, 175, 0.38);
}

#aboutsw {
  display: none;
}

/* 产品中心 */

.n_cpcenter,
.n_honor,
.n_ceo {
  border-top: 1px solid #f0f3f5;
}

.cpmode {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.cpmode a {
  border: 2px solid #d1d3d4;
  max-width: 10.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
  font-size: 1.1875rem;
  font-weight: bold;
  height: 3.375rem;
}

.cpmode a.on {
  background: #1c509c;
  border: 2px solid #1c509c;
  color: #fff;
}

.n_cpcenter ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6875rem 2rem;
}

/* 荣誉资质 */

.n_honor .ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 4.8125rem;
}

.n_honor .ul .li1 .img {
  background: url(../images/honorkuang.png) center no-repeat;
  background-size: 100% 100%;
  padding: 1.375rem;
  position: relative;
  height: 14.5rem;
}

.n_honor .ul .li2 .img {
  background: url(../images/honorkuang2.png) center no-repeat;
  background-size: 100% 100%;
  padding: 1.375rem;
  position: relative;
  width: 75%;
  margin: auto;
  height: 21rem;
}

.n_honor .ul .img .look {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 80, 156, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.n_honor .ul a:hover .look {
  opacity: 1;
}

.n_honor .ul .li1 .img img,
.n_honor .ul .li2 .img img {
  width: auto;
  margin: auto;
}

.n_honor .ul .li1 a,
.n_honor .ul .li2 a {
  position: relative;

  z-index: 10;
}

.n_honor .ul .li1 a::before {
  content: '';
  position: absolute;
  height: 6.5rem;
  background: url(../images/dd9.png) center bottom no-repeat;
  width: 90%;
  background-size: contain;
  bottom: 3.5rem;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}

.n_honor .ul .li2 a::before {
  content: '';
  position: absolute;
  height: 6.5rem;
  background: url(../images/dd9.png) center bottom no-repeat;
  width: 90%;
  background-size: contain;
  bottom: 3rem;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}

.n_honor .ul a i {
  display: block;
  margin: auto;
  background: #1c509c;
  width: 1.0625rem;
  height: 4px;
  margin: 4.125rem auto 1rem;
}

.n_honor .ul .li2 a i {
  margin: 3.125rem auto 1rem;
}

.n_honor .ul a p {
  color: #242727;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  height: 3.75rem;
}

/* 董事长寄语 */

.n_ceo {
  width: 100%;
  position: relative;
  background: url(../images/ceobg.png) bottom no-repeat;
  background-size: 100%;
}

.n_ceo .ceo {
  display: grid;
  grid-template-columns: 0.4fr 0.63fr;
  gap: 6.25rem;
}

.n_ceo .ceo .ceobot {
  width: 100%;
  background: url(../images/ceodibu.jpg) no-repeat;
  padding: 4.5rem 3.75rem 3.125rem;
  background-size: cover;
}

.n_ceo .ceo .ceobot h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted rgb(255 255 255 / 40%);
  margin-bottom: 1.875rem;
}

.n_ceo .ceo .ceobot p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.n_ceo .ceo .ceocon h4 {
  color: #1f1f1f;
  font-size: 2.25rem;
}

.n_ceo .ceo .ceocon h4 span {
  font-weight: bold;
}

.n_ceo .ceo .ceocon .ar_article {
  margin-top: 4rem;
}

.n_ceo .ceo .ceocon .ar_article p,
.n_company .company .comright .ar_article p {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-indent: 2em;
}

/* 公司简介 */

.n_company .gstop {
  position: relative;
  background: url(../images/companybg.png) no-repeat;
  background-size: cover;
}

.n_company .company {
  display: grid;
  grid-template-columns: 0.37fr 0.66fr;
  gap: 7.1875rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.n_company .company .comleft {
  position: relative;
}

.n_company .company .comleft strong {
  color: #1f1f1f;
  font-size: 2.75rem;
  line-height: 3.75rem;
}

.n_company .company .comleft h6,
.n_company .company .comleft h5,
.n_company .company .comleft h4 {
  color: #1c509c;
  font-weight: bold;
  font-family: Roboto;
}

.n_company .company .comleft h6 {
  font-size: 3rem;
  line-height: 3.3125rem;
  margin-top: 1rem;
}

.n_company .company .comleft h4 {
  font-size: 7.3125rem;
  line-height: 5.875rem;
}

.n_company .company .comleft h5 {
  font-size: 3.8125rem;
}

.n_company .company .comleft::before {
  content: '';
  position: absolute;
  background: url(../images/companyico.png) no-repeat;
  background-size: cover;
  width: 9.125rem;
  height: 9.125rem;
  right: 0;
  bottom: 0;
}

.n_company .company .comright h5 {
  color: #1c509c;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 3.75rem;
  margin-bottom: 0.5rem;
}

.n_company .gsgd {
  position: relative;
  background: url(../images/goongsigd.jpg) no-repeat;
  background-size: cover;
  height: 61.25rem;
}

.gsgd ul {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 企业文化 */

.culturetop::before {
  content: '';
  position: absolute;
  background: url(../images/circle_bg.png) center no-repeat;
  left: 0;
  width: 51.5rem;
  height: 100%;
  top: 0;
}

.culturetop .m {
  display: flex;
  align-items: center;
}

.culturetop .qytit h5::before {
  content: '';
  position: absolute;
  background: url(../images/sjx.png) no-repeat;
  width: 33px;
  height: 29px;
  right: -2rem;
  top: -0.5rem;
  background-size: cover;
}

.culturetop .qytit h5 {
  color: #1f1f1f;
  font-size: 1.625rem;
  font-weight: bold;
  padding-left: 0.75rem;
  border-left: 4px solid #1c509c;
  display: inline-flex;
  position: relative;
}

.culturetop .qy1 h4 {
  font-weight: bold;
  color: #1c509c;
  font-size: 4.75rem;
  display: flex;
  line-height: 1.2;
}

.culturetop .qy1 .qytit {
  margin-bottom: 3rem;
}

.culturetop .qy1 p {
  display: block;
  font-size: 4.75rem;
  color: transparent;
  transition: 0.5s;
  font-weight: bold;
  -webkit-text-stroke: 3px #1c509c;
}

.culturetop .qy2 {
  background: url(../images/culturetop.png) no-repeat;
  background-size: 100%;
  position: relative;
  height: 39.375rem;
}

.culturetop .m {
  display: grid;
  grid-template-columns: 1fr 67.0625rem;
  gap: 3.5rem;
}

.culturetop .qy1 {
  flex-shrink: 0;
}

.culturetop .qy2 p {
  color: #464647;
  font-size: 1.5rem;
  line-height: 3.75rem;
}

.culturetop .pingtai {
  position: absolute;
  right: 3.75rem;
  bottom: 0rem;
}

.culturetop .pingtai .qytit {
  margin-bottom: 2rem;
}

.culturebot {
  position: relative;
  height: 35.875rem;
}

.culturebot {
  display: grid;
  grid-template-columns: 0.46fr 0.55fr;
}

/* .culturebot::before {
    content: '';
    position: absolute;
    background: url(../images/linianbg1.jpg)no-repeat;
    left: 0;
    top: 0;
    max-width: 53.75rem;
    width: 100%;
    background-size: 100%;
    height: 100%;
} */
.culturebot .cultureleft {
  background: url(../images/linianbg1.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  padding-left: 10rem;
}

.culturebot .cultureright {
  background: url(../images/linianbg2.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
}

/* .culturebot::after {
    content: '';
    position: absolute;
    background: url(../images/linianbg2.jpg)no-repeat;
    right: 0;
    top: 0;
    max-width: 66.25rem;
    width: 100%;
    background-size: 100%;
    height: 100%;
} */

.culturebot .m {
  max-width: 1760px;
  display: flex;
  align-items: flex-start;
  gap: 29.0625rem;
}

.culturebot .qytit h5 {
  position: relative;
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: lighter;
  display: inline-flex;
}

.culturebot .qytit h5::before {
  content: '';
  position: absolute;
  background: url(../images/bjx.png) no-repeat;
  width: 28px;
  height: 29px;
  right: -1rem;
  top: -1.25rem;
}

.culturebot ul {
  display: grid;
  gap: 2.9375rem;
  margin-left: -2.125rem;
}

.culturebot ul li,
.culturebot ul li .lncon,
.culturebot ul li .lncon .zi {
  display: flex;
  align-items: center;
}

.culturebot ul li .lncon {
  transition: 0.5s;
}

.culturebot ul li .lnico {
  background: url(../images/lnicobg.png) no-repeat;
  width: 4.375rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5rem;
  background-size: cover;
}

.culturebot ul li .number {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #e6ecf6;
  color: #114ea8;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-family: BarlowCondensed-SemiBold;
  margin-right: 0.875rem;
}

.culturebot ul li .zi h5 {
  color: #f0f3f5;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.5rem;
}

.culturebot ul li .zi p {
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.culturebot ul li:hover .number {
  background: #002761;
  color: #e6ecf6;
}

.culturebot ul li:hover .lncon {
  transform: translateX(-2rem);
}

/* 搜索结果 */

.search_hd {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.25rem;
}

.search_hd .tt h3 {
  font-size: 1.5rem;
  margin-top: 2px;
}

.search_hd .tt span {
  font-size: 3rem;
  color: #1c509c;
  font-family: BarlowCondensed-SemiBold;
  text-transform: uppercase;
}

.search_hd p {
  font-size: 1.125rem;
  line-height: 1.625;
  color: #000;
}

.search_hd p span {
  color: #1c509c;
}

.n_sousuo ul li a {
  padding: 1.875rem 0;
  position: relative;
  display: block;
}

.n_sousuo ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.n_sousuo ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1c509c;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.7s;
}

.n_sousuo ul li .txt h4 {
  font-size: 1.5rem;
  color: #1f1f1f;
  margin-bottom: 0.625rem;
  transition: all 0.5s;
}

.n_sousuo ul li .txt p {
  font-size: 1rem;
  color: #989a9c;
  line-height: 1.375rem;
}

.n_sousuo ul li:hover a::after {
  width: 50%;
}

/* 福利待遇 */

.n_fuli {
  position: relative;
  background: url(../images/fulibg.jpg) no-repeat;
  background-size: cover;
}

.xintit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.xintit .xinico {
  width: 5.3125rem;
  height: 5.3125rem;
  background: #2557a0;
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 10px 41px 3px rgba(37, 87, 160, 0.3);
  margin-right: 1rem;
}

.xintit h4 {
  color: #1f1f1f;
  font-size: 2.625rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.xintit p {
  color: #1c509c;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 5px;
}

.xin i {
  display: block;
  height: 2px;
  background: #1c509c;
  width: 4.375rem;
  margin: 3.75rem auto 3rem;
}

.xin > p {
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.xin h5 {
  color: #1c509c;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin: 3rem auto 1.875rem;
  text-align: center;
}

.xin ul {
  position: relative;
  height: 48.125rem;
}

.xin ul li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004bb9;
  text-align: center;
  line-height: 1.25;
}

.xin ul li.op06 {
  color: rgb(0 75 185 / 60%);
}

.xin ul li.op08 {
  color: rgb(0 75 185 / 80%);
}

.xin ul li.cu {
  font-weight: bold;
}

.xin ul li.fz16 {
  font-size: 1rem;
}

.xin ul li.fz18 {
  font-size: 1.125rem;
}

.xin ul li.fz20 {
  font-size: 1.25rem;
}

.xin ul li.fz22 {
  font-size: 1.375rem;
}

.xin ul li.fz24 {
  font-size: 1.5rem;
}

.xin ul li.fz26 {
  font-size: 1.625rem;
}

.xin ul li.fz28 {
  font-size: 1.75rem;
}

.xin ul li.pp128 {
  width: 8rem;
  height: 8rem;
  background: url(../images/qipao128.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp100 {
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/qipao100.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp157 {
  width: 9.8125rem;
  height: 9.8125rem;
  background: url(../images/qipao157.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp93 {
  width: 5.8125rem;
  height: 5.8125rem;
  background: url(../images/qipao93.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp136 {
  width: 8.5rem;
  height: 8.5rem;
  background: url(../images/qipao136.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp125 {
  width: 7.8125rem;
  height: 7.8125rem;
  background: url(../images/qipao125.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp128 {
  width: 8rem;
  height: 8rem;
  background: url(../images/qipao128.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp109 {
  width: 6.8125rem;
  height: 6.8125rem;
  background: url(../images/qipao109.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp116 {
  width: 7.25rem;
  height: 7.25rem;
  background: url(../images/qipao116.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp139 {
  width: 8.6875rem;
  height: 8.6875rem;
  background: url(../images/qipao139.png) no-repeat;
  background-size: cover;
}

.xin ul li.pp145 {
  width: 9.0625rem;
  height: 9.0625rem;
  background: url(../images/qipao145.png) no-repeat;
  background-size: cover;
}

.xin ul li.x1 {
  left: 9.6875rem;
  top: 9.6875rem;
  animation: move 3s linear infinite;
}

.xin ul li.x2 {
  left: 26.5625rem;
  top: 5rem;
  animation: move 3.5s linear infinite;
}

.xin ul li.x3 {
  left: 38.75rem;
  top: 1.875rem;
  animation: move 3.875s linear infinite;
}

.xin ul li.x4 {
  left: 50rem;
  /* right: 30.9375rem; */
  top: 0;
  animation: move 4s linear infinite;
}

.xin ul li.mfzs{
  left: 24rem;
    top: 3rem;
}

.xin ul li.x5 {
  left: 67.5rem;
  /* right: 17rem; */
  top: 2.625rem;
  animation: move 2s linear infinite;
}

.xin ul li.x6 {
  left: 20rem;
  top: 11.5625rem;
  animation: move2 4.5s linear infinite;
}

.xin ul li.x7 {
  left: 30.3125rem;
  top: 10.3125rem;
  animation: move2 3.5s linear infinite;
}

.xin ul li.x8 {
  left: 45rem;
  /* right: 36.25rem; */
  top: 9.6875rem;
  animation: move2 4s linear infinite;
}

.xin ul li.x9 {
  left: 58.125rem;
  /* right: 22.8125rem; */
  top: 9.6875rem;
  animation: move2 5s linear infinite;
}

.xin ul li.x10 {
  left: 16.25rem;
  top: 22rem;
  animation: move 5.5s linear infinite;
}

.xin ul li.x11 {
  left: 26.25rem;
  bottom: 15rem;
  animation: move2 4.875s linear infinite;
}

.xin ul li.x12 {
  left: 38.75rem;
  bottom: 19.375rem;
  animation: move 6s linear infinite;
}

.xin ul li.x13 {
  left: 49.375rem;
  bottom: 19.375rem;
  animation: move2 5.3s linear infinite;
}

.xin ul li.x14 {
  left: 63.75rem;
  bottom: 19.375rem;
  animation: move 4.1s linear infinite;
}

.xin ul li.x15 {
  left: 71.875rem;
  bottom: 24.375rem;
  animation: move2 3.9s linear infinite;
}

.xin ul li.x16 {
  left: 15.9375rem;
  bottom: 13.4375rem;
  animation: move 5.7s linear infinite;
}

.xin ul li.x17 {
  left: 22.5rem;
  bottom: 7.5rem;
  animation: move 4.7s linear infinite;
}

.xin ul li.x18 {
  left: 35.9375rem;
  bottom: 8.75rem;
  animation: move2 2.5s linear infinite;
}

.xin ul li.x19 {
  left: 50.625rem;
  bottom: 10.9375rem;
  animation: move 5s linear infinite;
}

.xin ul li.x20 {
  left: 59.0625rem;
  bottom: 5.3125rem;
  animation: move2 6s linear infinite;
}

.xin ul li.x21 {
  left: 36.5625rem;
  bottom: 0;
  animation: move 3.8s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(0, 0) scale(1, 1);
  }

  50% {
    transform: translate(0, -10%) scale(0.9, 0.9);
  }

  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes move2 {
  0% {
    transform: translate(0, 0) scale(0.8, 0.8);
  }

  50% {
    transform: translate(0, 10%) scale(1, 1);
  }

  100% {
    transform: translate(0, 0) scale(0.8, 0.8);
  }
}

/* 联系我们 */

.lxtit h4 {
  color: #1f1f1f;
  font-size: 3.375rem;
  font-weight: bold;
  text-align: center;
}

.lxtit i {
  display: block;
  width: 1.25rem;
  height: 3px;
  background: #1c509c;
  margin: 0.875rem auto 1rem;
}

.lxtit h5 {
  display: flex;
  align-items: center;
  color: #1a52a5;
  font-size: 1.875rem;
  gap: 0.5rem;
  justify-content: center;
}

.n_lianxi{ background: url(../images/contactbg.jpg) no-repeat center bottom; padding-bottom: 6rem; background-size: 100% 16rem;}

.n_lianxi ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
  padding: 0 3.375rem 5rem 6.25rem;
}

.n_lianxi ul li {
  position: relative;
}

.n_lianxi ul li .contacts {
  width: 5.75rem;
  height: 5.75rem;
  background: #1c509c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.n_lianxi ul li .contacts::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.625rem;
  height: 7.625rem;
  border-radius: 50%;
  background: rgb(28 80 156 / 10%);
  z-index: -1;
}

.n_lianxi ul li .contactcon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -6rem;
  text-align: center;
  width: 20rem;
}

.n_lianxi ul li .contactcon p {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.n_lianxi ul li .contactcon h6 {
  color: #1f1f1f;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.625rem;
  font-family: Arial;
}

.n_lianxi ul li::before {
  content: '';
  position: absolute;
  background: #ced6e0;
  height: 1px;
  width: 12.1875rem;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.n_lianxi ul li:first-child::before {
  display: none;
}

.n_lianxi a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e4e6ed;
}

.n_lianxi a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n_lianxi a div {
  display: flex;
  align-items: flex-end;
  position: absolute;
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.n_lianxi a div svg {
  flex-shrink: 0;
}

.n_lianxi a div::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 9.5px;
  width: 13px;
  height: 4px;
  border-radius: 50%;
  background: #cccfd5;
}

.n_lianxi a .dtk {
  left: 47%;
  bottom: 50%;
}

.n_lianxi a .plane {
  left: 58.5%;
  top: 10%;
  animation-delay: 0.5s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-7.5px);
    -ms-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
}

.n_contactus .contactbg {
  background: url(../images/contactbg.jpg) no-repeat;
  height: 36.875rem;
  background-size: cover;
}

.contactbg ul {
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  align-items: flex-end;
}

.contactbg ul li {
  position: relative;
}

.contactbg ul li .usico {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactbg ul .jd .usico {
  background: #c81623;
}

.contactbg ul .tb .usico {
  background: #fb551e;
}

.contactbg ul .dy .usico {
  background: #170b1a;
}

.contactbg ul li p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 1rem;
}

/* 发展历程 */

.n_licheng {
  background: url(../images/lichengbg.jpg) no-repeat;
  background-size: cover;
  height: 55.625rem;
  position: relative;
}

.n_licheng #year {
  height: 600px;
  width: 100%;
}

.n_licheng #year .swiper-slide .year {
  color: #fff;
  font-size: 2.125rem;
  font-family: BarlowCondensed-SemiBold;
  transition: 0.5s;
  cursor: pointer;
}

.n_licheng .lcbot {
  bottom: 12.5rem;
  padding: 0 4rem 0 9.125rem;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.n_licheng #year .swiper-slide .year {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 120;
}

.n_licheng #year .swiper-slide .year::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10px;
  height: 10px;
  background: #1c509c;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 50;
  transition: 0.5s;
}

.n_licheng #year .swiper-slide .year::after {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 3%);
  top: 50%;
  width: 2px;
  height: 1000px;
  background: #fff;
  z-index: 0;
  transition: 0.5s;
}

.n_licheng #year ul li.swiper-slide-thumb-active .year {
  color: #dc7b1a;
}

.n_licheng #year ul li.swiper-slide-thumb-active .year::before {
  background: #dc7b1a;
  transform: translate(-50%, 5px);
}

.n_licheng #year ul li.swiper-slide-thumb-active .year::after {
  top: 51%;
}

.n_licheng #year ul li.swiper-slide-active .year {
  bottom: 10%;
}

.n_licheng #year ul li.swiper-slide-active + li .year {
  bottom: 13%;
}

.n_licheng #year ul li.swiper-slide-active + li + li .year {
  bottom: 18%;
}

.n_licheng #year ul li.swiper-slide-active + li + li + li .year {
  bottom: 23%;
}

.n_licheng #year ul li.swiper-slide-active + li + li + li + li .year {
  bottom: 30%;
}

.n_licheng #year ul li.swiper-slide-active + li + li + li + li + li .year {
  bottom: 36%;
}

.n_licheng #year ul li.swiper-slide-active + li + li + li + li + li + li .year {
  bottom: 40%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 45%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 50%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 55%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 60%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 65%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 70%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 75%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 80%;
}

.n_licheng
  #year
  ul
  li.swiper-slide-active
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  + li
  .year {
  bottom: 85%;
}

.shan {
  width: 100%;
  position: absolute;
  z-index: 100;
  background: url(../images/shan.png) transparent no-repeat;
  background-size: cover;
  bottom: 0;
  height: 35.625rem;
  pointer-events: none;
}

#yearcon {
  margin-top: -2rem;
  padding-top: 1rem;
  width: 60%;
  margin-left: 0;
}

#yearcon .lichecon {
  display: inline-flex;
  align-items: flex-start;
  gap: 3rem;
  padding-top: 4rem;
  position: relative;
  padding-left: 6rem;
}

#yearcon .nian {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

#yearcon h4 {
  position: relative;
  color: #fff;
  font-size: 3.5rem;
  font-family: BarlowCondensed-SemiBold;
}
#yearcon .swiper-slide-prev  .lichecon,
#yearcon .swiper-slide-next .lichecon {
  opacity: 0;
}
#yearcon h4::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  top: -3.125rem;
}

#yearcon h4::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: rgb(255 255 255 / 20%);
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  top: -3.625rem;
}

#yearcon i {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-left: 5px;
}

#yearcon .lichenr {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.25rem;
  max-width: 42.5rem;
  width: 100%;
}
#yearcon .swiper-wrapper {
  padding-left: 6rem;
}
.n_licheng .yeartiao {
  width: 0;
  left: -1rem !important;
  top: 1.125rem !important;
  z-index: 0 !important;
  height: 2px !important;
  background: rgb(255 255 255 / 100%) !important;
  position:absolute;
  width: 0;
  transition: all 2s;
}

.n_licheng .yeartiao .my-pagination-progressbar-fill {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

#yearcon .swiper-button-white {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 1.875rem;
  opacity: 1;
  z-index: 100;
}

#yearcon .swiper-button-white svg path {
  fill: #000;
  transition: 0.5s;
}

#yearcon .swiper-button-white:hover {
  background: #52a6e2;
}

#yearcon .swiper-button-white:hover svg path {
  fill: #fff;
}

#yearcon .nextyear {
  left: auto;
  right: 4.75%;
}

#yearcon .prevyear {
  right: 13%;
  left: auto;
}

/* 迪泰克人 */
.n_dtkren {
  position: relative;
  width: 100%;
  background: url(../images/dtkrenbg.jpg) no-repeat;
  background-size: cover;
}

.n_dtkren .xintit {
  align-items: center;
  margin-bottom: 0.5rem;
}

.n_dtkren .shengzi {
  background: url(../images/shengzi.png)center no-repeat;
  width: 100%;
  height: 29.875rem;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.n_dtkren .shengzi .big li,
.small li {
  position: absolute;
}

.n_dtkren .shengzi .big,
.small {
  position: relative;
}

.n_dtkren .shengzi .big {
  height: 29.875rem;
  opacity: 0.75;
}

.small {
  height: 300px;
  z-index: 0;
  opacity: 0.75;
}

.n_dtkren .shengzi .big li img {
  width: 11.5625rem;
  height: 14.5625rem;
}

.n_dtkren .shengzi .big li:nth-child(1) {
  left: 11.25rem;
  top: 7.25rem;
  transform: rotate(12deg);
}

.n_dtkren .shengzi .big li:nth-child(2) {
  left: 32.5rem;
  top: 10.25rem;
  transform: rotate(6deg);
}

.n_dtkren .shengzi .big li:nth-child(3) {
  left: 54.25rem;
  top: 11.5rem;
  transform: rotate(1deg);
}

.n_dtkren .shengzi .big li:nth-child(4) {
  left: 76rem;
  top: 10.625rem;
  transform: rotate(-5.5deg);
}

.n_dtkren .shengzi .big li:nth-child(5) {
  left: 97.25rem;
  top: 7.25rem;
  transform: rotate(-11.5deg);
}

.small li {
  width: 8.25rem;
  height: 10rem;
  background: #fff;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.18);
  padding: 7px 7px 1.875rem 7px;
  z-index: 0;
}

.small li:nth-child(1) {
  top: -6rem;
  left: 22.5rem;
}

.small li:nth-child(2) {
  top: 0.5rem;
  left: 32.5rem;
}

.small li:nth-child(3) {
  top: -5.5rem;
  left: 44.25rem;
  transform: rotate(27.5deg);
}

.small li:nth-child(4) {
  top: 1.5rem;
  left: 53.5rem;
  transform: rotate(-11.5deg);
}

.small li:nth-child(5) {
  width: 7.5rem;
  top: -5.5rem;
  height: 9rem;
  left: 67.25rem;
  transform: rotate(6.5deg);
}

.small li:nth-child(6) {
  width: 7.5rem;
  top: 2.5rem;
  height: 9rem;
  left: 67.125rem;
  transform: rotate(-4deg);
}

.small li:nth-child(7) {
  top: 0.5rem;
  left: 79.875rem;
  transform: rotate(-7deg);
}

.small li:nth-child(8) {
  top: -6rem;
  left: 90.25rem;
  transform: rotate(24deg);
}

.small li:nth-child(1)::before,
.small li:nth-child(2)::before,
.small li:nth-child(3)::before,
.small li:nth-child(5)::before,
.small li:nth-child(8)::before {
  content: '';
  position: absolute;
  background: url(../images/huang.png) no-repeat;
  width: 53px;
  height: 38px;
  background-size: cover;
  left: 0;
  top: -2rem;
  z-index: 10;
}

.small li:nth-child(3)::before {
  transform: rotate(-22deg);
  left: -8px;
}

.small li:nth-child(4)::before,
.small li:nth-child(6)::before,
.small li:nth-child(7)::before {
  content: '';
  position: absolute;
  background: url(../images/hong.png) no-repeat;
  width: 41px;
  height: 30px;
  background-size: cover;
  left: 0.5rem;
  top: -1.5rem;
  z-index: 10;
}

.small li:nth-child(6)::before {
  right: -1.875rem;
  left: auto;
}

#certify .swiper-slide {
  width: 41.5625rem;

  bottom: 0;

  /* transform-origin: bottom; */
}

#certify {
  position: relative;
  width: 1220px;
  max-width: 94.5%;
  margin: 0 auto;
}

#certify .swiper-slide h5 {
  line-height: 3.75rem;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313131;
  font-size: 1.25rem;
}

.swiper-container {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

#certify .swiper-slide-active {
  box-shadow: 0px 5px 20px 1px rgba(32, 32, 32, 0.08);
}

.n_dtkren .arr {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  position: absolute;
  transition: all 0.5s;
  z-index: 20;
}

.n_dtkren .arr:hover {
  background: #1c509c;
}

.n_dtkren .arr:hover svg path {
  fill: #fff;
}

.n_dtkren .arr svg path {
  fill: #000;
  transition: all 0.5s;
}

.n_dtkren .arr_left {
  left: 5rem;
  right: auto;
}

.n_dtkren .arr_right {
  right: 5rem;
  left: auto;
}

.shengzi .photos {
  display: none;
}

.aboutus{ height: 440px; overflow-y: auto; padding-right: 1rem;}

/* 行业应用 */

.n_hyyy .xin i {
  width: 3.125rem;
  margin: 1.875rem auto 1rem;
}

.n_hyyy .ar_article p {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.ar_article td {
  text-align: center;
}

.ar_article th {
  border: 1px solid #134389;
}

#hangye {
  margin-top: 2.5rem;
}

#hangye .swiper-button-white {
  width: 4.0625rem;
  height: 4.0625rem;
  background: rgb(31 31 31 / 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-top: 0;
  transform: translate(0, -50%);
}

#hangye .swiper-button-white:hover {
  background: #1c509c;
}

#hangye .nexthy {
  right: 2.375rem;
  left: auto;
}

#hangye .prevhy {
  left: 2.375rem;
  right: auto;
}

/* 晶体概述 */

.jingti {
  position: relative;
  background: url(../images/czt\ 1.png) no-repeat;
  background-size: cover;
}

.jingti .ar_article p {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #1f1f1f;
}
.move {
  position: relative;
  background: url(../images/dttu1.png) center no-repeat;
  width: 100%;
  height: 29.75rem;
  margin: 4rem 0;
}

.move .lines {
  position: absolute;
  width: 0px;
  height: 5px;
  background: #1c509c;
  top: 5rem;
  left: 42.59rem;
  animation: line 2s infinite;
  -webkit-animation: line 2s infinite;
  /* Safari and Chrome */
}

.move svg {
  position: absolute;
  top: 3.625rem;
  left: 24.75rem;
  z-index: -1;
}

.move .sun {
  position: absolute;
  top: 14.875rem;
  left: 8rem;
  background: #fff;
}

.move .dian {
  position: absolute;
  left: 50.5rem;
  top: -2.5rem;
  overflow: hidden;
}
.move .sun::before {
  content: '';
  position: absolute;
  background: url(../images/dt1.png) no-repeat;
  background-size: cover;
  width: 9.5rem;
  height: 4.625rem;
  left: 10rem;
  top: -5rem;
  animation-delay: 0ms;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-play-state: running;
  animation-timing-function: linear;
}
#svg_1 {
  stroke: #2c5da3;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  animation: act 4s linear infinite;
}

@keyframes act {
  from {
    stroke-dashoffset: 500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }

  33% {
    opacity: 1;
    transform: translate3d(0px, 10px, 0px);
  }

  66% {
    opacity: 1;
    transform: translate3d(0px, 15px, 0px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
}

.move .dian::before {
  content: '';
  position: absolute;
  background: url(../images/dt3.png) no-repeat;
  background-size: 100% 100%;
  width: 11.625rem;
  height: 14.4375rem;
  animation: diaoluo 7s ease-in-out infinite;
  transition: all 0.5s;
  z-index: 1;
  left: 8rem;
  bottom: 5.5rem;
}
.move .dian::after {
  content: '';
  position: absolute;
  background: url(../images/movexian.png) no-repeat;
  background-size: 100% 100%;
  width: 13.45rem;
  height: 16.4375rem;
  animation: xs 7s ease-in-out infinite;
  animation-delay: 2s;
  z-index: 1;
  left: 7.175rem;
  bottom: 3.65rem;
  transition: all 0.5s;
  opacity: 0;
}

@keyframes diaoluo {
  0% {
    transform: translateY(325px);
  }

  28% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(325px);
  }
}
@keyframes xs {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.youshi {
  background: url(../images/youshi.png) no-repeat;
  background-size: 100%;
  padding: 0 4rem;
}

.youshi h5 {
  color: #1f1f1f;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.youshi .ys1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.875rem;
}
.youshi .ys1 li {
  display: grid;
  gap: 2rem;
}
.youshi .ys1 li>div {
  height: 26rem;
}
.youshi .ystit {
  color: #1c509c;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}
.youshi ul li svg {
  margin: auto;
}

.youshi ul li p,
.four p {
  color: #38393c;
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-indent: 2em;
}

.youshi .ys2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}

.four .ystit {
  color: #1c509c;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2em;
  margin-bottom: 1rem;
}

.four p img {
  display: block;

  margin: 1rem auto 3rem;
}

.four h5 {
  color: #1f1f1f;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: bold;
  text-indent: 2rem;
  margin: 1rem 0;
}

.n_jingti .tablebg {
  background: #f0f3f5;
}

.n_jingti .jingtibot h5 {
  color: #1f1f1f;
  font-size: 2.625rem;
  font-weight: bold;
  text-align: center;
  margin: 4.375rem 0 3rem;
}

.n_jingti .jingtibot .ar_article p {
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.webmove {
  display: none;
}

.moves img {
  display: block;
  margin: auto;
}

.neiqian,
.neiqian iframe {
  width: 100%;
  height: 58rem;
}

.pdf {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pdf span {
  color: #1c509c;
  font-size: 1rem;
}

.pdf h4 {
  margin: 1rem 0 0;
}


.yeartiao.chang {
  width: 66rem;
}



.moves {
  position: relative;
  background: url(../images/dt2bg1.png)center no-repeat;
  width: 100%;
  height: 45.0625rem;
  margin: 4rem 0;
}

.moves .zhongdt {
  position: absolute;
  left: 47%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 16.875rem;
}
.moves .zuodt {
  position: absolute;
  right: 3%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: 16.875rem;
}

.moves  .shexian {
  position: absolute;
  top: 11%;
  height: 6.25rem;
  width: 2rem;
  left: 37%;
  animation: arrows 7s infinite;
}
@keyframes arrows {
  0% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  20% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
  40% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }

  60% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
  80% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }

  100% {
      opacity: 0;
      transform: translate3d(0px, 20px, 0px);
  }
}
.moves .shexian img {
  margin: auto;
  display: block;

}

.moves .shexian .sxdian {
  position: relative;
}

.moves .shexian .sxdian div {
  width: 8px;
  height: 26px;
  position: absolute;
  animation: gradientAnimation 7s  infinite;;
  border-radius: 0 0 50% 50%;
}

.moves .shexian .sxdian div::before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #4581da;
  bottom: 0;
  position: absolute;
}

.moves .shexian .sxdian .dian1 {
  left: -10px;
  top: -3px;
}

.moves .shexian .sxdian .dian2 {
  left: 32px;
  top: 0;
}

.moves .shexian .sxdian .dian3 {
  left: 0;
  top: 19px;
}

.moves .shexian .sxdian .dian4 {
  left: 22px;
  top: 20px;
}

.moves .shexian .sxdian .dian5 {
  left: 10px;
  top: 40px;
}


@keyframes gradientAnimation {
  0% {
      opacity: 0;
  }

  20% {
      opacity: .7;
      background: url(../images/jb.png)no-repeat;
      background-size: cover;
  }

  40% {
      opacity: 1;
      background: url(../images/jb.png)no-repeat;
      background-size: cover;
  }

  60% {
      opacity: 1;
      background: url(../images/jb.png)no-repeat;
      background-size: cover;
  }
  80% {
      opacity: 1;
      background: url(../images/jb.png)no-repeat;
      background-size: cover;
  }
  100% {
      opacity: 0;
      background: url(../images/jb.png)no-repeat;
      background-size: cover;
  }
}


.zhongdt .ss {
  width: 8.125rem;
  height: 9.0625rem;
  position: relative;
  top: 42%;
  left: 10%;
  transform: translate(0, -50%);
}

.zhongdt .ss img {
  position: absolute;
  transform: scale(0);
  animation: scales 7s infinite ;
}

.zhongdt .ss .ss1 {
  left: 1rem;
  animation-delay: 200ms;
}
.zhongdt .ss .ss2 {
  left: 4.5rem;
  animation-delay: 600ms;
}

.zhongdt .ss .ss3 {
  left: 2.5rem;
  top: 3rem;
  animation-delay: 500ms;
}
.zhongdt .ss .ss4 {
  left: 5.125rem;
  top: 2.25rem;
  animation-delay: 900ms;
}
.zhongdt .ss .ss5 {
  left: 0rem;
  top: 5rem;
  animation-delay: 400ms;
}
.zhongdt .ss .ss6 {
  left: 5.75rem;
  top: 4.5rem;
  animation-delay: 700ms;
}

@keyframes scales {
  0% {
      transform: scale(0);
  }

  25% {
      transform: scale(1);
  }
  50% {
      transform: scale(1);
  }
  75% {
      transform: scale(1);
  }
  100% {
      transform: scale(0);
  }
}

.moves .dbjt {
  width: .75rem;
  height: 2.5rem;
  background: url(../images/dbjt.png)no-repeat;
  background-size: cover;
  position: absolute;
}

.zhongdt .dbjt1 {
  left: 40%;
  top: 50%;
  animation: arrows1 7s infinite ;
}

.zhongdt .dbjt2 {
  left: 36%;
  top: 64%;
  animation: arrows2 7s infinite ;
}

.zhongdt .dbjt3 {
  left: 45%;
  bottom: 18%;
  animation: arrows3 7s infinite ;
}
@keyframes arrows1 {
  0% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  10% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  50% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }

  100% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
}
@keyframes arrows2 {
  0% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  30% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  70% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }

  100% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
}
@keyframes arrows3 {
  0% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  50% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }
  80% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
  100% {
      opacity: 1;
      transform: translate3d(0px, 20px, 0px);
  }
}

.zuodt .dxh {
  width: 5rem;
  height: 8.125rem;
  position: absolute;
  left: 36%;
  top: 30%;
}

.zuodt .dxh img {
  position: absolute;
  animation: arroww 7s infinite ;
  opacity: 0;
}

@keyframes arroww {
  0% {
      opacity: 0;
      transform: translate3d(0px, 0px, 0px);
  }

  25% {
      opacity: 1;
      transform: translate3d(0px, 10px, 0px);
  }

  50% {
      opacity: 1;
      transform: translate3d(0px, 10px, 0px);
  }
  75% {
      opacity: 1;
      transform: translate3d(0px, 10px, 0px);
  }

  100% {
      opacity: 0;
      transform: translate3d(0px, 10px, 0px);
  }
}


.zuodt .dxh .dxh1 {
  left: 0rem;
  bottom: 0rem;
  animation-delay: 700ms;
}
.zuodt .dxh .dxh2 {
  left: 1.5rem;
  top: 1.5rem;
  animation-delay: 400ms;
}

.zuodt .dxh .dxh3 {
  left: 3rem;
  top: 3.5rem;
  animation-delay: 500ms;
}
.zuodt .dxh .dxh4 {
  left: 4.75rem;
  top: .5rem;
  animation-delay: 900ms;
}
.zuodt .dxh .dxh5 {
  left: 4.75rem;
  top: 4.5rem;
  animation-delay: 800ms;
}


.zuodt .dbjt4 {
  left: 44%;
  top: 53%;
  animation: arrows1 7s infinite ;
}

.zuodt .dbjt5 {
  left: 45%;
  bottom: 27%;
  animation: arrows2 7s infinite ;
}

.webtu {
  display: none;
}

.foot_ewm .ewm p{
  font-size: 0.9375rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.45);
  transition: 0.5s;
  text-align: center;
  opacity: 1;
  background-color: #232324;
}

#bt1{
  color: #1f1f1f;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: bold;
    text-align: center;
    margin-top: 4rem;
}

.modal-body {
	width: 100%;
	height: 100%;
}
.modal , .modals {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
}

.modal-content {
	max-width: 12.25rem;
	width: 100%;
	height: 15rem;
	-webkit-animation: zoom 0.6s;
	animation: zoom 0.6s;
	overflow: 25% auto;
	position: relative;
	border-radius: 6px;
	display: flex;
	margin: 20% auto;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.models {
	cursor: pointer;
}

@media (max-width: 480px) {
	.modal-content {
		margin: 50% auto;
	}
}
.modal-content {
	max-width: 46.25rem;
	width: 100%;
	-webkit-animation: zoom 0.6s;
	animation: zoom 0.6s;
	overflow: auto;
	position: relative;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
@-webkit-keyframes zoom {
	from {
	  -webkit-transform: scale(0)
	}
	to {
	  -webkit-transform: scale(1)
	}
	}
	@keyframes zoom {
	from {
	  transform: scale(0)
	}
	to {
	  transform: scale(1)
	}
}
.close {
	position: absolute;
	right: 3%;
	top: 3.5%;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	display: flex;
	z-index: 99;
}

.factory_ban{ position: relative;}
.factory_ban img{ display: block; width: 100%; max-width: 100%;}
.factory_nav{ position: absolute; bottom: 75px; left: 50%; margin-left: -615px; width: 1230px;}
.factory_nav li{ float: left; width: 390px; line-height: 60px; text-align: center; margin: 15px 0 0 15px; background-color: rgba(255, 255, 255, 0.2); border-radius: 5px; color: #ffffff; font-size: 24px; font-weight: bold;}
.factory_nav li:hover, .factory_nav li.active{ background-color: rgba(255, 255, 255, 1); color: #1d50bd;}
.factory_content{ width: 1320px; margin: 60px auto;}
.factory_tit{ font-size: 36px; color: #1d50bd; font-weight: bold; text-align: center;}
.factory_nr{ overflow: hidden; margin-top: 60px;}
.factory_swiper{ float: left; width: 674px;}
.factory_swiper img{ display: block;}
.mySwiper{ margin-top: 15px;}
.factory_swiper .swiper-slide{ border-radius: 5px;}
.factory_swiper .swiper-button-next:after, .factory_swiper .swiper-button-prev:after{ display: block; font-size: 20px;}
.factory_swiper .swiper-button-next, .factory_swiper .swiper-button-prev{ background: url(../images/zhaozhao.png) no-repeat;}
.factory_txt{ float: right; width: 590px; text-align: justify; font-size: 18px; line-height: 32px; color: #666666;}
.factory_txt p{ margin-bottom: 15px;}
.factory_auto{ height: 558px; overflow-y: auto; padding-right: 15px;}

.ar_bot{padding:1.875rem 0 0;border-top: #e5e5e5 1px solid;margin:2rem 0 2rem;}
.ar_bot .a{ display:inline-block; line-height:2.5rem; font-size:.875rem; color: #999; transition:.5s; border-radius:1.25rem; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; }
.ar_bot .a svg{ display: inline-block; width: 12px; height: 12px; vertical-align: middle; }
.ar_bot .a svg path{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.ar_bot .a:hover{  background:#3f4583; padding:0 1.5rem; color: #fff;}
.ar_bot .a:hover svg path{ fill:#fff; }
.ar_bot .a:hover a{ color: #ffffff;}
.fanhui{ text-align: center; margin-top: 2rem;}
.fanhui a {display: inline-block;width: 9.6875rem;height: 2.5rem;line-height: 2.5rem;background: #1e3685;border-radius: 1.25rem;text-align: center;font-size: 15px;color: #fff;transition: 0.36s;}
.fanhui a img {margin: -3px 0.5rem 0 0; vertical-align: middle; height: 20px;}
.fanhui a:hover {background: #9fca37;}

.pagelist{text-align: center;clear: both;padding: 30px 0;}
.pagelist span, .pagelist strong, .pagelist a{display: inline-block;border: 1px solid #ddd;padding: 2px 6px;margin-right: 2px;line-height: 16px;text-decoration: none;color: #666;}
.pagelist span{background: #e13e00;color: #fff;}