body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
header,
footer,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
select,
textarea,
button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  font-family: Arial;
}
a {
  color: #1e1e1e;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none!important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.fontB {
  text-transform: uppercase;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1360px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1359px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .pc-hide {
    display: none!important;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
/*i6Plus,i7Plus宽度*/
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
/*i6,i7宽度*/
@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 320px) {
  html {
    font-size: 42.6px;
  }
}
/*i5宽度*/
.w1300 {
  max-width: 81.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
body {
  background: #f6f6f6;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10000;
}
header .logo {
  padding-left: 2.375rem;
}
header .logo img {
  width: 13rem;
  height: auto;
}
header .nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .nav .box {
  height: 6.25rem;
  margin: 0 1.25rem;
  box-sizing: border-box;
  position: relative;
}
header .nav .box > a {
  display: block;
  height: 6.25rem;
  line-height: 6.25rem;
}
header .nav .box a {
  font-size: 1.125rem;
}
header .nav .box .down {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0.625rem 1.25rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
header .nav .box .down a {
  display: block;
  white-space: nowrap;
  line-height: 2;
}
header .nav .act {
  border-bottom: 3px solid #c91c22;
}
header .lan {
  width: 6.25rem;
  height: 6.25rem;
  background: #14295a;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .lan img {
  width: 1.375rem;
}
footer {
  background: url('../image/footer_bck.png') no-repeat center / cover;
  padding: 2.5rem 7.5rem;
}
footer .top {
  display: flex;
  justify-content: space-between;
}
footer .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1.875rem;
  padding: 1.875rem 0;
}
footer .bot p {
  font-size: 1rem;
  color: #fff;
}
footer .item .t {
  font-size: 1.25rem;
  color: #fff;
}
footer .item > img {
  width: 2.5rem;
  margin-top: 1.375rem;
  margin-bottom: 2.4375rem;
}
footer .item > p {
  font-size: 0.875rem;
  color: #fff;
}
footer .item .link {
  margin-top: 1.25rem;
}
footer .item .link a {
  margin-right: 7px;
}
footer .item .link svg {
  width: 2.125rem;
}
footer .item ul li {
  display: flex;
  align-items: center;
}
footer .item ul li svg {
  width: 1rem;
  margin-right: 4px;
}
footer .item ul li a {
  font-size: 1rem;
  color: #fff;
}
footer .item form {
  width: 24.375rem;
}
footer .item form input,
footer .item form textarea,
footer .item form button {
  border: none;
  outline: none;
}
footer .item form .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
footer .item form .list input {
  width: 48%;
  height: 2.5rem;
  background: #3b4760;
  font-size: 1rem;
  color: #fff;
  padding-left: 0.875rem;
}
footer .item form textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 8.125rem;
  font-size: 1rem;
  color: #fff;
  padding: 0.875rem;
  background: #3b4760;
}
footer .item form button {
  font-size: 1rem;
  color: #fff;
  background: #e60000;
  width: 7.75rem;
  height: 2.75rem;
  margin-top: 1rem;
}
.banner {
  width: 100%;
  height: 29.375rem;
}
.banner .worp {
  padding-top: 13.125rem;
}
.banner .worp .t {
  font-size: 3rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1.625rem;
  position: relative;
}
.banner .worp .t::before {
  content: '';
  position: absolute;
  width: 6.25rem;
  height: 3px;
  background: #fff;
  bottom: -2px;
  left: 0;
}
.banner .worp .tab {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.banner .worp .tab img {
  width: 1.25rem;
  height: auto;
}
.banner .worp .tab p {
  color: #fff;
  font-size: 1rem;
  margin-left: 1.125rem;
}
.product {
  background: #f6f6f6;
}
.product .main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.product .nav_box {
  background: #002870;
}
.product .nav_box .worp {
  display: flex;
  justify-content: space-between;
}
.product .nav_box .worp a {
  width: 11.625rem;
  height: 11.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.product .nav_box .worp a img {
  max-width: 100%;
}
.product .nav_box .worp a p {
  font-size: 1rem;
  margin-bottom: 2.4375rem;
  margin-top: 1.75rem;
}
.product .nav_box .worp .act {
  background: #c91c22;
}
.product .search_box {
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 1.75rem;
}
.product .search_box svg {
  width: 1.875rem;
  height: 1.875rem;
}
.product .search_box input {
  flex: 1;
  border: none;
  outline: none;
  height: 3.625rem;
  font-size: 1rem;
  padding-left: 1rem;
}
.product .search_box button {
  border: none;
  outline: none;
  width: 10rem;
  height: 3.75rem;
  background: #002870;
  color: #fff;
  font-size: 1rem;
}
.product .pro_title {
  font-size: 2.25rem;
  margin: 1.9375rem 0 2.5625rem;
}
.product .item_worp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .item_worp .item {
  background: #fff;
  margin-bottom: 2.0625rem;
  display: flex;
  width: 49%;
  align-items: center;
  padding: 3.75rem 3.125rem;
  transition: all 0.4s;
  border-radius: 0.625rem;
}
.product .item_worp .item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.product .item_worp .item img {
  width: 14.375rem;
}
.product .item_worp .item .text_box {
  width: calc(100% - 230rem / 16);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 3.125rem;
}
.product .item_worp .item .text_box .t {
  font-size: 1.1875rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product .item_worp .item .text_box .intro {
  font-size: 0.9375rem;
  color: #8c9199;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .item_worp .item .text_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c91c22;
  width: 5rem;
  height: 1.875rem;
  padding: 0 1rem;
  margin-top: 2.25rem;
  transition: all 0.4s;
}
.product .item_worp .item .text_box a:hover {
  background: #c91c22;
}
.product .item_worp .item .text_box a:hover span {
  color: #fff;
}
.product .item_worp .item .text_box a:hover path {
  fill: #fff;
}
.product .item_worp .item .text_box a span {
  font-size: 0.9375rem;
  color: #c91c22;
}
.product .item_worp .item .text_box a svg {
  width: 1.125rem;
  height: 1.125rem;
}
.pro_tab {
  background: #c0c6cc;
  padding: 1.875rem 0;
}
.pro_tab .worp {
  display: flex;
  align-items: center;
}
.pro_tab img {
  width: 1.25rem;
  height: auto;
}
.pro_tab p {
  color: #fff;
  font-size: 1rem;
  margin-left: 1.125rem;
}
.proInfo1 {
  padding-top: 3.5625rem;
  padding-bottom: 3.5625rem;
}
.proInfo1 .title {
  font-size: 1.1875rem;
  margin-bottom: 1.0625rem;
  font-weight: bold;
}
.proInfo1 .info {
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.125rem;
  border: 1px solid #efefef;
  margin-bottom: 0.875rem;
}
.proInfo1 .pro_box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1.5rem;
  border-bottom: 1px solid #e2e3e3;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.proInfo1 .pro_box a {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #5e86e6;
}
.proInfo1 .pro_box a:hover p {
  color: #e60000;
}
.proInfo1 .pro_box a img {
  max-width: 88%;
}
.proInfo1 .pro_box a p {
  font-size: 1rem;
  text-align: center;
  padding: 1.25rem 1rem;
  color: #8c9199;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page {
  display: flex;
  justify-content: flex-end;
}
.page a {
  border: 1px solid #e2e3e3;
  font-size: 1.125rem;
  color: #808080;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  margin-left: 0.8125rem;
}
.page a:first-child {
  padding: 0 0.75rem;
}
.page a:last-child {
  padding: 0 0.75rem;
}
.page .act {
  background: #c91c22;
  color: #fff;
}
.application {
  padding-top: 2.5rem;
}
.application .item {
  background: #fff;
  margin-bottom: 2.5rem;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.application .item > img {
  width: 33.25rem;
}
.application .item .text_box {
  width: calc(100% - 532rem / 16);
  padding: 0 5rem;
  color: #000;
}
.application .item .text_box .t {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
}
.application .item .text_box .intro {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.application .item .text_box .link_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.375rem;
}
.application .item .text_box .link_box a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.application .item .text_box .link_box a:hover {
  color: #c91c22;
}
.application .item .text_box .link_box a svg {
  width: 1rem;
  height: 1rem;
}
.tec {
  background: #fff !important;
}
.tec .tab {
  display: flex;
  transform: translateY(-3.125rem);
}
.tec .tab a {
  width: 17.125rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-right: 1.4375rem;
}
.tec .tab a .img_act {
  display: none;
}
.tec .tab a img {
  width: 2.125rem;
  margin-right: 0.75rem;
}
.tec .tab a p {
  font-size: 1.0625rem;
}
.tec .tab .act {
  background: linear-gradient(to right, #0050ab, #1ba4d2);
}
.tec .tab .act img {
  display: none;
}
.tec .tab .act .img_act {
  display: block!important;
}
.tec .tab .act p {
  color: #fff;
}
.tec .lab .intro_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
}
.tec .lab .intro_box h3 {
  font-size: 1.6875rem;
}
.tec .lab .intro_box .p {
  width: 70%;
  font-size: 1rem;
  color: #5d6e75;
  line-height: 2;
}
.tec .lab #swiper {
  padding-bottom: 5rem;
}
.tec .lab .swiper-slide {
  width: 53.125rem;
  height: 31.25rem;
}
.tec .lab .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tec .content_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.75rem 3.125rem;
  padding: 0 1.25rem;
  padding-bottom: 3.75rem;
}
.tec .content_box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tec .content_box a:hover p {
  color: #e60000;
}
.tec .content_box a:hover em {
  color: #e60000;
}
.tec .content_box img {
  width: 100%;
  height: auto;
}
.tec .content_box .text {
  background: #efefef;
  padding: 1.25rem;
  width: 100%;
}
.tec .content_box .text p {
  font-size: 1.125rem;
}
.tec .content_box .text em {
  font-size: 0.875rem;
  color: #605f5f;
}
.qua3 {
  padding-bottom: 3.75rem;
}
.qua3 .worp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.75rem;
}
.qua3 .worp a {
  border: 1px solid #efefef;
}
.qua3 .worp a:hover {
  border: 1px solid #4092cc;
}
.qua3 .worp a:hover .text_box {
  background: linear-gradient(to right, #004fab, #1ba7d5);
}
.qua3 .worp a:hover .text_box .title,
.qua3 .worp a:hover .text_box .intro {
  color: #fff;
}
.qua3 .worp a .img_box {
  padding: 2.625rem;
}
.qua3 .worp a .img_box img {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}
.qua3 .worp a .text_box {
  background-color: #efefef;
  padding: 1.375rem;
  transition: all 0.4s;
}
.qua3 .worp a .text_box .date {
  display: inline-block;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 2.5rem;
  padding: 4px 8px;
}
.qua3 .worp a .text_box .title {
  font-size: 1rem;
  margin: 1.125rem 0;
  line-height: 1.4;
  transition: all 0.3s;
}
.qua3 .worp a .text_box .intro {
  font-size: 0.8125rem;
  transition: all 0.3s;
}
.qua1 {
  padding-bottom: 3.75rem;
}
.qua1 .list:last-child {
  flex-direction: row-reverse;
}
.qua1 .list {
  display: flex;
  height: 25rem;
}
.qua1 .list .box {
  width: 50%;
  height: 100%;
}
.qua1 .list .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qua1 .list .text_box {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem;
}
.qua1 .list .text_box h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.qua1 .list .text_box .p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}
.news .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.news .item {
  height: 24.375rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.375rem;
}
.news .item .img_box {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.news .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .item .text_box {
  width: 57%;
  position: relative;
  padding: 2.75rem 3.125rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.news .item .text_box:hover {
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.news .item .text_box:hover .line {
  background: #004cb0;
}
.news .item .text_box .title {
  font-size: 1.5625rem;
  margin-bottom: 1.0625rem;
}
.news .item .text_box .date {
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
}
.news .item .text_box .line {
  width: 100%;
  height: 2px;
  background: #e6eaed;
  margin-bottom: 3.3125rem;
}
.news .item .text_box .p {
  font-size: 1rem;
  color: #9898a0;
  line-height: 1.5;
}
.news .item .text_box span {
  position: absolute;
  bottom: 2.75rem;
  left: 3.125rem;
  font-size: 1rem;
  color: #00397c;
}
#swiper1 img {
  width: 100%;
  height: auto;
}
.home_pro {
  background: #fff;
  padding-top: 3.875rem;
  padding-bottom: 6.875rem;
}
.home_pro .top_title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.home_pro .top_title h3 {
  font-size: 3.625rem;
  color: #272c38;
  font-weight: normal;
  margin-bottom: 16px;
}
.home_pro .top_title p {
  font-size: 1rem;
  color: #8e8f9e;
  max-width: 46.875rem;
  margin: 0 auto;
  line-height: 1.5;
}
.home_pro .main {
  display: flex;
}
.home_pro .main .left {
  width: 29.75rem;
  padding: 3.125rem 2.75rem;
  position: relative;
}
.home_pro .main .left .more {
  width: 8.3125rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  text-align: center;
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 2.75rem;
  bottom: 3.125rem;
}
.home_pro .main .left .h {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4.125rem;
}
.home_pro .main .left .nav_box p {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.home_pro .main .left .nav_box p svg {
  width: 1rem;
  height: 1.625rem;
  margin-right: 3px;
}
.home_pro .main .left .nav_box p a {
  color: #fff;
  font-size: 1.25rem;
}
.home_pro .main .right {
  width: calc(100% - 476rem / 16);
  padding-left: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
}
.home_pro .main .right a {
  height: 22.25rem;
  padding-top: 2.375rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  background-size: cover!important;
}
.home_pro .main .right a p {
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  padding-top: 1.25rem;
}
.home_pro .main .right a p::before {
  position: absolute;
  content: '';
  width: 4.375rem;
  height: 2px;
  background: #c0191b;
  top: 0;
  left: 0;
}
.solutions {
  background: #1a2338;
  padding: 4.375rem 0 5rem;
}
.solutions .worp .title_box {
  display: flex;
  align-items: center;
}
.solutions .worp .title_box img {
  width: 25rem;
}
.solutions .worp .title_box .left {
  width: calc(100% - 400rem / 16);
  padding-right: 6.25rem;
}
.solutions .worp .title_box .left .h {
  font-size: 2.8125rem;
  color: #fff;
  margin-bottom: 10px;
}
.solutions .worp .title_box .left .p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
}
.solutions .worp .main {
  margin-top: 3.75rem;
}
.solutions .worp .main a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 34.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
}
.solutions .worp .main a p {
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.solutions .worp .main a p span {
  line-height: 1.5;
}
.solutions .worp .main a .bot {
  font-size: 0.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1.25rem;
  color: #fff;
}
.home_about {
  padding-top: 7.875rem;
  padding-bottom: 3.125rem;
  background: #fff;
}
.home_about .worp {
  position: relative;
}
.home_about .worp::after {
  position: absolute;
  content: 'ABOUT US';
  font-size: 12.5rem;
  color: #f5f6fa;
  z-index: 1;
  left: 0;
  top: -5rem;
}
.home_about .worp .top {
  display: flex;
  position: relative;
  z-index: 2;
}
.home_about .worp .top .left_text {
  width: 50%;
  padding-right: 9.375rem;
}
.home_about .worp .top .left_text .t1 {
  font-size: 1.875rem;
  font-weight: bold;
}
.home_about .worp .top .left_text .t2 {
  font-size: 0.875rem;
  color: #fff;
  background: #14295a;
  display: inline-block;
  padding: 6px 20px;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 2.125rem;
}
.home_about .worp .top .left_text .t3 {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.home_about .worp .top .left_text .t4 {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
.home_about .worp .top .left_text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 1.625rem;
  margin-top: 3.75rem;
}
.home_about .worp .top .left_text a span {
  font-size: 0.875rem;
}
.home_about .worp .top .left_text a img {
  width: 4.25rem;
  height: auto;
}
.home_about .worp .top .right_img {
  width: 50%;
  height: 28.75rem;
  object-fit: cover;
  border-radius: 0.875rem;
}
.home_about .worp .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: -1px 0px 15px 2px rgba(0, 0, 0, 0.1);
  margin-top: 2.75rem;
  padding: 1.625rem;
  border-radius: 0.75rem;
}
.home_about .worp .bot .item {
  display: flex;
  align-items: center;
}
.home_about .worp .bot .item .text span {
  font-size: 1.875rem;
  color: #03103a;
}
.home_about .worp .bot .item .text p {
  font-size: 1.0625rem;
  color: #6d727b;
  margin-top: 4px;
}
.home_about .worp .bot .item .text sup {
  font-size: 1.125rem;
  vertical-align: 1.125rem;
}
.home_about .worp .bot .item .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.875rem;
  height: 4.875rem;
  background: #ffe8eb;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.home_about .worp .bot .item .img_box img {
  max-width: 50%;
}
.home_news {
  background: #edeff1;
  padding: 3.75rem 0;
}
.home_news .worp .top_title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.home_news .worp .top_title h3 {
  font-size: 3.625rem;
  color: #272c38;
  font-weight: normal;
  margin-bottom: 16px;
}
.home_news .worp .top_title p {
  font-size: 1rem;
  color: #8e8f9e;
  max-width: 46.875rem;
  margin: 0 auto;
  line-height: 1.5;
}
.home_news .worp .item .img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
}
.home_news .worp .item .text_box {
  padding: 2.75rem 1.875rem;
  background: #fff;
}
.home_news .worp .item .data {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e8;
  margin-bottom: 1.875rem;
}
.home_news .worp .item .data img {
  width: 0.875rem;
  margin-right: 8px;
}
.home_news .worp .item .data span {
  font-size: 0.875rem;
  color: #6d727b;
}
.home_news .worp .item .p {
  font-size: 1.125rem;
  color: #03103a;
  line-height: 1.3;
  height: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_news .worp .item a {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  background: #e60000;
  transform: skew(-20deg);
  padding: 8px 12px;
  margin-top: 1.625rem;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid #e60000;
}
.home_news .worp .item a:hover {
  background: #fff;
  color: #e60000;
}
.home_news .worp .item a span {
  display: inline-block;
  transform: skew(20deg);
}
.contact {
  padding-bottom: 3.75rem;
}
.contact .map_box {
  width: 100%;
  height: 33.5rem;
  position: relative;
  margin-bottom: 2.875rem;
}
.contact .map_box #map {
  width: 100%;
  height: 100%;
}
.contact .map_box .item {
  max-width: 23.75rem;
  background: #fff;
  padding: 4.375rem 3.125rem;
  border-radius: 0.875rem;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
}
.contact .map_box .item .t {
  font-size: 1.375rem;
  color: #000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.6875rem;
  margin-bottom: 2.625rem;
}
.contact .map_box .item .list {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.contact .map_box .item .list img {
  width: 1rem;
}
.contact .map_box .item .list span {
  display: block;
  width: calc(100% - 16rem / 16);
  font-size: 1rem;
  color: #7b7f84;
  padding-left: 10px;
  line-height: 1.2;
}
.contact .item_worp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.1875rem;
}
.contact .item_worp .item {
  background: #fff;
  padding: 4.375rem 3.125rem;
  border-radius: 0.875rem;
}
.contact .item_worp .item .t {
  font-size: 1.375rem;
  color: #000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.6875rem;
  margin-bottom: 2.625rem;
}
.contact .item_worp .item .list {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.contact .item_worp .item .list img {
  width: 1rem;
}
.contact .item_worp .item .list span {
  display: block;
  width: calc(100% - 16rem / 16);
  font-size: 1rem;
  color: #7b7f84;
  padding-left: 10px;
  line-height: 1.2;
}
.tec_fff {
  background: #f6f6f6 !important;
}
.contact2 {
  padding: 3.125rem 0;
}
.contact2 img {
  width: 100%;
}
.contact2 p {
  font-size: 1.1875rem;
  color: #161616;
  text-align: center;
  margin: 2.5rem 0;
  line-height: 1.4;
}
.about {
  padding: 3.125rem 0;
  padding-top: 5.625rem;
  background: #fff;
}
.about .worp {
  position: relative;
}
.about .worp::after {
  position: absolute;
  content: 'ABOUT US';
  font-size: 12.5rem;
  color: #f5f6fa;
  z-index: 1;
  left: 0;
  top: -5rem;
}
.about .worp .top {
  position: relative;
  display: flex;
  z-index: 2;
}
.about .worp .top .left_text {
  width: 50%;
  padding-right: 9.375rem;
}
.about .worp .top .left_text .t1 {
  font-size: 1.875rem;
  font-weight: bold;
}
.about .worp .top .left_text .t2 {
  font-size: 0.875rem;
  color: #fff;
  background: #14295a;
  display: inline-block;
  padding: 6px 20px;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 2.125rem;
}
.about .worp .top .left_text .t3 {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.about .worp .top .left_text .t4 {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
.about .worp .top .right_img {
  width: 50%;
  height: 28.75rem;
  object-fit: cover;
  border-radius: 0.875rem;
}
.about .worp .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: -1px 0px 15px 2px rgba(0, 0, 0, 0.1);
  margin-top: 2.75rem;
  padding: 1.625rem;
  border-radius: 0.75rem;
}
.about .worp .bot .item {
  display: flex;
  align-items: center;
}
.about .worp .bot .item .text span {
  font-size: 1.875rem;
  color: #03103a;
}
.about .worp .bot .item .text p {
  font-size: 1.0625rem;
  color: #6d727b;
  margin-top: 4px;
}
.about .worp .bot .item .text sup {
  font-size: 1.125rem;
  vertical-align: 1.125rem;
}
.about .worp .bot .item .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.875rem;
  height: 4.875rem;
  background: #ffe8eb;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.about .worp .bot .item .img_box img {
  max-width: 50%;
}
.about2 {
  padding: 3.125rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.about2 .t {
  font-size: 1.6875rem;
  color: #121214;
  text-align: center;
  margin-bottom: 3.125rem;
}
.about2::before {
  position: absolute;
  left: 50%;
  top: 12.5rem;
  transform: translateX(-50%);
  content: '';
  width: 1px;
  height: 100%;
  background: #dfdfdf;
}
.about2 .list {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
.about2 .list .d {
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 1.625rem;
  width: 1.625rem;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about2 .list .d span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #dfdfdf;
}
.about2 .list:nth-child(2n) {
  flex-direction: row-reverse;
}
.about2 .list .box {
  width: 40%;
  border: 1px solid #dfdfdf;
  padding: 1.25rem;
}
.about2 .list .box h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.about2 .list .box p {
  font-size: 1rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.3;
  margin: 8px 0;
}
.about2 .list .box p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
.about3 {
  background: #fff;
  padding: 1.875rem 0 3.75rem;
}
.about3 .worp {
  display: flex;
}
.about3 .worp .left,
.about3 .worp .right {
  width: 50%;
}
.about3 .worp .left .list {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.about3 .worp .left .list img {
  width: 7rem;
}
.about3 .worp .left .list .text {
  width: calc(100% - 112rem / 16);
  padding-left: 2.375rem;
}
.about3 .worp .left .list .h {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
.about3 .worp .left .list .p {
  font-size: 1.0625rem;
  line-height: 1.4;
}
.about3 .worp .right img {
  width: 80%;
  float: right;
}
.about4 {
  background: #fff;
  padding: 1.875rem 0 3.75rem;
}
.about4 .title_head {
  font-size: 3rem;
  color: #000;
  margin-bottom: 1.25rem;
}
.about4 .p {
  font-size: 1.125rem;
  margin-bottom: 3.75rem;
}
.about4 .main .tab {
  width: 100%;
  height: 5.625rem;
  background: linear-gradient(to right, #004fab, #1ba7d5);
  display: flex;
  align-items: center;
  padding: 0 5rem;
  margin-bottom: 1.25rem;
}
.about4 .main .tab p {
  color: #fff;
  font-size: 1.125rem;
}
.about4 .main .tab p:nth-child(1) {
  width: 14.375rem;
}
.about4 .main .tab p:nth-child(2) {
  width: 14.375rem;
}
.about4 .main .tab p:nth-child(3) {
  width: 21.875rem;
}
.about4 .main .down_box {
  background: #fff;
  padding: 2.5rem 5rem;
  display: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.about4 .main .down_box .text_box {
  margin-bottom: 3.625rem;
}
.about4 .main .down_box .text_box .name {
  font-size: 1.75rem;
  margin-bottom: 1.625rem;
}
.about4 .main .down_box .text_box p {
  font-size: 1rem;
  line-height: 1.4;
}
.about4 .main .down_box .btn {
  background: linear-gradient(to right, #004fab, #1ba7d5);
  color: #fff;
  font-size: 1.125rem;
  height: 2.625rem;
  line-height: 2.625rem;
  display: inline-block;
  padding: 0 1.875rem;
}
.about4 .main .list {
  width: 100%;
  height: 5.625rem;
  display: flex;
  align-items: center;
  padding: 0 5rem;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.about4 .main .list svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.about4 .main .list:hover {
  background: #ebebeb;
}
.about4 .main .list p {
  color: #000;
  font-size: 1.125rem;
}
.about4 .main .list p:nth-child(1) {
  width: 14.375rem;
}
.about4 .main .list p:nth-child(2) {
  width: 14.375rem;
}
.about4 .main .list p:nth-child(3) {
  width: 21.875rem;
}
.about4 .main .act {
  background: #ebebeb;
}
.about4 .main .act svg {
  transform: translateY(-50%) rotate(180deg);
}
.proInfo2 .top {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.proInfo2 .top .img_box {
  width: 48.5%;
  background: #fff;
  padding-top: 48.5%;
  position: relative;
}
.proInfo2 .top .img_box img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proInfo2 .top .text_box {
  width: 48.5%;
  background: #fff;
  padding: 1.875rem;
}
.proInfo2 .top .text_box .name {
  font-size: 1.75rem;
  color: #da2128;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #e2e2e5;
  margin-bottom: 1.375rem;
}
.proInfo2 .top .text_box .p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.proInfo2 .top .text_box img {
  max-width: 100%;
}
.proInfo2 .cen {
  padding: 1.875rem;
  background: #fff;
  margin-bottom: 40px;
}
.proInfo2 .cen .title {
  font-size: 1.75rem;
  color: #33393d;
  border-bottom: 1px solid #e2e2e5;
  padding-bottom: 2.3125rem;
  margin-bottom: 2.3125rem;
}
.proInfo2 .cen .centent {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.proInfo2 .cen .download {
  margin: 1.875rem 0;
}
.proInfo2 .cen .download .headline {
  font-size: 1.4375rem;
  color: #656c72;
}
.proInfo2 .cen .download table {
  border-color: #e6e6e6;
  margin-top: 1.875rem;
}
.proInfo2 .cen .download tr:first-child {
  background: #f4f4f4;
}
.proInfo2 .cen .download th,
.proInfo2 .cen .download td {
  text-align: center;
}
.proInfo2 .cen .download svg {
  width: 2.5rem;
  height: 2.5rem;
}
.proInfo2 .pro_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.proInfo2 .pro_box a {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #efefef;
}
.proInfo2 .pro_box a:hover p {
  color: #e60000;
}
.proInfo2 .pro_box a img {
  max-width: 100%;
}
.proInfo2 .pro_box a p {
  font-size: 1rem;
  text-align: center;
  padding: 1.25rem 1rem;
  color: #8c9199;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newInfo {
  margin: 3.125rem auto;
}
.newInfo .main {
  background: #fff;
  padding: 3.125rem;
}
.newInfo .main .title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.375rem;
}
.newInfo .main .line {
  width: 100%;
  height: 1px;
  background: #8e8f9e;
  margin: 1.875rem 0;
}
.newInfo .main .content {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
