@font-face {
  font-family: SourceHanSerifCN-Regular-1;
  src: url(../fonts/SourceHanSerifCN-Regular-1.otf);
}
.contact {
  font-size: 0.18rem;
  padding: 0.6rem 0;
}
.title_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
}
.title_info b {
  color: #004097;
  font-size: 0.3rem;
}
.p-hidden {
  display: none;
}
.contact .input {
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  border-bottom: 1px solid #ccc;
}
.contact .bd .flex {
  margin-top: 0.3rem;
}
.contact .bd .flex_item + .flex_item {
  margin-left: 0.4rem;
}
.contact .bd textarea {
  width: 100%;
  height: 2rem;
  font-size: 0.18rem;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
}
.contact .bd .code {
  height: 0.5rem;
}
.contact .ft p {
  color: #666;
  margin: 0.3rem 0;
  font-size: 0.16rem;
}
.contact .ft .btn {
  font-size: 0.18rem;
  border: 1px solid #999;
  padding: 0.1rem 0.15rem;
  background: #fff;
}
/**/
.service {
  font-size: 0.18rem;
  padding: 0.6rem 0;
}
.service .bd {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.service .bd .flex_item {
  border-radius: 0.1rem;
  border: 1px solid #004097;
  overflow: hidden;
  background: #f2f2f2;
  height: 3.65rem;
}
.service .bd dl {
  color: #fff;
  padding: 0.25rem;
}
.service .bd .bg1 {
  background: url(../images/2_07.png) center no-repeat;
  background-size: cover;
}
.service .bd .bg2 {
  background: url(../images/2_08.png) center no-repeat;
  background-size: cover;
}
.service .bd .bg3 {
  background: url(../images/2_04.png) center no-repeat;
  background-size: cover;
}
.service .bd .bg4 {
  background: url(../images/2_05.png) center no-repeat;
  background-size: cover;
}
.service .bd .bg5 {
  background: url(../images/2_06.png) center no-repeat;
  background-size: cover;
}
.service .bd dl dt {
  font-size: 0.4rem;
  margin-bottom: 0.1rem;
  font-family: DIN;
}
.service .bd ul {
  padding: 0.25rem;
  line-height: 0.36rem;
}
.service .bd i {
  display: inline-block;
  height: 0.2rem;
  margin: 0 0.2rem 0 0.1rem;
  width: 0.2rem;
  border-width: 2px 2px 0 0;
  border-color: #004097;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.service_after {
  font-size: 0.18rem;
  padding: 0.6rem 0;
}
.service_after .bd {
  margin-top: 1.2rem;
}
.service_after .bd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: -0.2rem;
}
.service_after .bd ul li {
  width: 33.333%;
  padding: 0.2rem;
}
.service_after .bd p {
  line-height: 0.36rem;
  text-align: left;
}
.service_after .bd .box {
  padding: 0 0.5rem 0.5rem;
  border-radius: 0.15rem;
  background: #f2f2f2;
  border: 1px solid #004097;
}
.service_after .bd img {
  width: 1.32rem;
  margin-top: -0.65rem;
}
.service_after .bd dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0.3rem;
  padding: 0.2rem 0;
  font-size: 0.26rem;
}
/**/
.contact {
  padding: 0.8rem 0;
  font-size: 0.14rem;
}
.contact .title {
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.contact li {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.contact li img {
  width: 50px;
  margin-right: 0.2rem;
}
.contact li h4 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.contact .flex > .flex_item:first-child {
  padding-right: 0.6rem;
}
#map {
  height: 5.8rem;
}
/**/
.about {
  font-size: 0.18rem;
}
.about .one {
  padding: 0.6rem 0;
}
.about .title {
  position: relative;
}
.about .title b {
  font-family: DIN;
  color: #eeeeef;
  font-size: 1.52rem;
}
.about .title span {
  position: absolute;
  font-size: 0.46rem;
  padding-bottom: 0.1rem;
  border-bottom: 6px solid #004097;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.2rem;
}
.about .title span:after {
  content: "";
  width: 0.65rem;
  height: 6px;
  background: #e50012;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.about .one p {
  line-height: 0.36rem;
  text-indent: 2em;
}
.about .one p + p {
  margin-top: 0.2rem;
}
.about .one .flex_item + .flex_item {
  padding-left: 0.8rem;
}
.about .two {
  margin-bottom: 0.6rem;
  background: #f0f0f2;
  padding: 0.4rem 0;
}
.about .two .flex {
  justify-content: space-between;
}
.about .two h4 {
  color: #999;
  font-size: 0.16rem;
}
.about .two h4 b {
  font-size: 0.58rem;
  font-family: DIN;
  color: #005dab;
}
.about .two img {
  width: 0.7rem;
}
.about .three {
  color: #fff;
  background: url(../images/about_29.jpg) left center no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}
.about .three .side {
  width: 35%;
  font-family: SourceHanSerifCN-Regular-1;
  font-size: 0.4rem;
}
.about .three p {
  line-height: 0.36rem;
}
.about .three dl {
  font-size: 0.26rem;
}
.about .three dl dt {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.about .four {
  font-size: 0.16rem;
  text-align: center;
  padding: 0.6rem 0;
}
.about .four ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.about .four ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.about .four .box {
  border-radius: 0.1rem;
  background: #edeeef;
  height: 2.7rem;
  padding: 0.3rem;
}
.about .four .box img {
  width: 0.7rem;
}
.about .four .box h4 {
  font-size: 0.23rem;
  color: #005dab;
  margin: 0.2rem 0;
}
.about .four .box p {
  line-height: 0.26rem;
}
.about .fire {
  padding: 0.6rem 0;
}
.about .fire ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.about .fire li {
  width: 50%;
  padding: 0.2rem;
}
.about .fire li .pic {
  border: 0.1rem solid #eee;
}
.about .six {
  background: #f0f0f2;
}
/**/
.products {
  font-size: 0.14rem;
}
.products .one {
  border-top: 5px solid #004097;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.products .one .bd {
  position: relative;
  font-size: 0.23rem;
  height: 7.56rem;
  display: flex;
  align-items: center;
}
.products .one .bd .swiper-button-next,
.products .one .bd .swiper-button-prev {
  color: #999;
}
.products .one .bd .swiper-button-next {
  right: 0.5rem;
}
.products .one .bd .swiper-button-prev {
  left: 0.5rem;
}
.products .one .bd .swiper-pagination {
  bottom: 0rem;
}
.products .one .bd .swiper-pagination-bullet-active {
  background: #004097;
}
.products .one .bd .box {
  padding-left: 1rem;
}
.products .one .bd h4 {
  display: flex;
  align-items: center;
  font-size: 0.38rem;
  color: #004097;
  margin: 0.5rem 0 0.15rem;
}
.products .one .bd h4 img {
  margin-right: 0.1rem;
  width: 0.4rem;
}
.products .one .bd h3 {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #004097;
}
.products .one .bd h3 img {
  /*   width: 1.91rem; */
  margin-right: 0.15rem;
}
.products .two {
  padding: 1rem 0;
}
.products .two .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.products .two .title ul {
  display: flex;
  font-size: 0.18rem;
  cursor: pointer;
}
.products .two .title ul li {
  margin-left: 0.3rem;
  padding: 0.1rem 0;
  position: relative;
}
.products .two .title ul li.on {
  color: #004097;
}
.products .two .title ul li.on:after {
  content: "";
  border-bottom: 2px solid #004097;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.products .two .title .flex_item {
  font-weight: bold;
  font-size: 0.46rem;
}
.products .two .bd h3 {
  font-size: 0.33rem;
  padding-bottom: 0.2rem;
}
.products .two .bd li {
  line-height: 0.36rem;
  position: relative;
  padding-left: 0.2rem;
  width: 75%;
}
.products .two .bd li::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #3e3a39;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  /*   transform: translate(0, -50%); */
}
.products .one .bd h4.xh {
  font-size: 0.58rem;
  font-weight: 700;
}
.flex-n {
  display: flex;
  justify-content: space-between;
}
.td {
  width: 40%;
}
.gg {
  width: 58%;
}
/**/
.news {
  padding: 0.6rem 0;
  font-size: 0.18rem;
}
.news .hd h1 {
  font-weight: bold;
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.news .info {
  display: flex;
  margin-top: 0.3rem;
}
.news .info .side {
  width: 24%;
  margin-left: 0.3rem;
}
.news .info .side .title {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.news .info .side li {
  margin-bottom: 0.4rem;
}
.news .info .side li dd {
  color: #666;
  font-size: 0.16rem;
}
.news .info .side li dt {
  font-size: 0.2rem;
  margin: 0.15rem 0 0.1rem;
}
.news .info .bd {
  color: #666;
  line-height: 0.36rem;
  padding-bottom: 0.3rem;
}
.news .info .bd .flex_item + .flex_item {
  margin-left: 0.3rem;
}
.news .info .bd .flex_item img {
  width: 100%;
}
.news .ft .share {
  display: flex;
  padding: 0.2rem 0;
  align-items: center;
}
.news .ft .share img {
  width: 0.34rem;
  margin-left: 0.2rem;
}
/**/
.homepage {
  font-size: 0.18rem;
}
.homepage .banner {
  position: relative;
}
.homepage .banner video,
.homepage .banner .pic {
  width: 100%;
  height: 7.56rem;
  object-fit: cover;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  color: #003e8b;
}
.homepage .banner .bd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.homepage .banner h3 {
  position: relative;
}
.homepage .banner h3:before {
  content: "";
  width: 5.3rem;
  top: -0.7rem;
  position: absolute;
  left: 2.6rem;
  z-index: 2;
  height: 3.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.homepage .banner h3::after {
  content: "";
  width: 0.85rem;
  height: 2px;
  background: #003e8b;
  display: block;
  margin-top: 0.5rem;
}
.homepage .banner .bd img {
  width: 4.39rem;
  position: relative;
  z-index: 8;
}
.homepage .one {
  position: relative;
  padding: 1.2rem 0;
}
.homepage .one .txt {
  font-size: 2rem;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.homepage .one .box {
  background: #f2f2f2;
  border-radius: 50%;
  width: 6.3rem;
  position: relative;
  height: 6.3rem;
}
.homepage .one .box::before {
  content: "";
  width: 7.95rem;
  height: 6.72rem;
  background: url(../images/home_12.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0.5rem;
  transform: translate(-50%, -50%);
}
.homepage .one ul {
  text-align: center;
  position: relative;
  z-index: 5;
}
.homepage .one ul dt {
  color: #999;
  font-size: 0.11rem;
}
.homepage .one ul dt b {
  font-size: 0.34rem;
  color: #005dab;
  font-family: DIN;
}
.homepage .one ul li:nth-child(even) dt b {
  color: #333;
}
.homepage .one ul dd {
  font-size: 0.12rem;
}
.homepage .one ul li:nth-child(2) dt {
  font-size: 0.14rem;
}
.homepage .one ul li:nth-child(2) dt b {
  font-size: 0.5rem;
}
.homepage .one ul li:nth-child(2) dd {
  font-size: 0.13rem;
}
.homepage .one ul li:nth-child(3) dt {
  font-size: 0.14rem;
}
.homepage .one ul li:nth-child(3) dt b {
  font-size: 0.67rem;
  line-height: 1rem;
}
.homepage .one ul li:nth-child(3) dd {
  font-size: 0.15rem;
}
.homepage .one ul li:nth-child(4) dt {
  font-size: 0.17rem;
}
.homepage .one ul li:nth-child(4) dt b {
  font-size: 0.83rem;
  line-height: 1.1rem;
}
.homepage .one ul li:nth-child(4) dd {
  font-size: 0.19rem;
}
.homepage .one ul li:nth-child(5) dt {
  font-size: 0.24rem;
}
.homepage .one ul li:nth-child(5) dt b {
  font-size: 1.03rem;
  line-height: 1.33rem;
}
.homepage .one ul li:nth-child(5) dd {
  font-size: 0.25rem;
}
.homepage .one .bd {
  display: flex;
}
.homepage .one .title {
  color: #333;
}
.homepage .two {
  background: url(../images/home_13.jpg) right center no-repeat #2e2d30;
  background-size: 55% 100%;
  height: 9.6rem;
  display: flex;
  align-items: center;
}
.homepage .two .swiper-button-next,
.homepage .two .swiper-button-prev {
  color: #fff;
  background: #2e2d30;
}
.homepage .two .swiper-button-prev {
  left: 0;
}
.homepage .two .swiper-button-next {
  right: 0;
}
.homepage .two .swiper-button-next:after,
.homepage .two .swiper-button-prev:after {
  font-size: 0.18rem;
}
.homepage .two .bd .side {
  width: 70%;
  text-align: center;
  height: 6.5rem;
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.homepage .two .bd .side .pic {
  width: 70%;
  margin: 1rem auto 0;
}

.homepage .three {
  position: relative;
  padding: 0.5rem 0;
}
.homepage .three .left {
  width: 50%;
}
.homepage .three .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.8rem;
  opacity: 0.1;
  font-size: 2rem;
}
.homepage .three .title {
  color: #333;
  margin-top: -1.5rem;
}
.homepage .three .title .more,
.homepage .one .title .more {
  color: #005dab;
  border-color: #005dab;
}
.homepage .three .title .more i,
.homepage .one .title .more i {
  background: #005dab;
}
.homepage .three .title .more i:after,
.homepage .one .title .more i:after {
  border-color: #fff;
}
.homepage .three .title:after {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.homepage .three .bd {
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.6);
}
.homepage .three .bd li + li {
  margin-top: 0.2rem;
}
.homepage .four {
  padding: 0.6rem 0;
  background: #2e2d30;
}
.homepage .four .video {
  width: 60%;
}
.homepage .four .ft {
  font-size: 0.12rem;
  text-align: center;
  margin-top: 0.6rem;
}
.homepage .four .ft ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.homepage .four .ft ul li {
  width: 25%;
  padding: 0.05rem;
}
.homepage .four .ft ul a {
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.05rem;
}
.homepage .four .ft ul a p {
  margin: 0.1rem 0 0.05rem;
}
.homepage .title {
  position: relative;
  padding-top: 0.5rem;
  color: #fff;
}
.homepage .title:after {
  content: "";
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 0;
  height: 4.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.homepage .title dd {
  margin-top: 0.2rem;
  line-height: 0.3rem;
}
.homepage .title .brdge {
  font-size: 0.23rem;
  color: #fff;
  z-index: 3;
  display: inline-block;
  margin-bottom: 0.2rem;
  position: relative;
  padding: 0.05rem 0.25rem;
  border-radius: 0.03rem;
  letter-spacing: 0.02rem;
  background: #005dab;
}
.homepage .title dl {
  z-index: 3;

  position: relative;
}
.homepage .title dt {
  font-size: 0.74rem;
  font-family: SourceHanSerifCN-Regular-1;
}
.homepage .title dt i {
  width: 0.23rem;
  height: 0.23rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 3px solid #005dab;
}
.homepage .title dt span {
  color: #005dab;
}
.homepage .title .more {
  display: flex;
  align-items: center;
  width: 1.2rem;
  line-height: 0.3rem;
  margin-top: 1rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.14rem;
  text-align: center;
}
.homepage .title .more span {
  flex: 1;
}
.homepage .title .more i {
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: relative;
}
.homepage .title .more i:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin: -3px 0 0 -6px;
  left: 50%;
}
/**/
.banner_info .bd_case {
  margin: 0;
  font-size: 0.53rem;
}
.banner_info .bd_case dt {
  color: #595757;
  padding-bottom: 0.3rem;
}
.banner_info .bd_case dt:after {
  content: "";
  display: block;
  width: 0.66rem;
  height: 0.04rem;
  background: #004097;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner_info .bd_case dt b {
  color: #004097;
  font-weight: bold;
  font-weight: normal;
}
.banner_info .bd_case dt i {
  margin: 0 0.3rem;
  background: #595757;
  border: none;
  width: 0.16rem;
  height: 0.16rem;
}
.case {
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding: 1rem 0;
}
.case p {
  margin-bottom: 0.4rem;
  text-indent: 2em;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  margin: -0.15rem;
}
.case ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.case ul li .pic {
  border-bottom: 0.15rem solid #004097;
}
.products .one .bd .side {
  width: 50%;
}
.products .one .bd .mySwiper2 {
  padding-bottom: 0.3rem;
}
.new-contact h5{font-weight:700;font-size:0.22rem;margin:0.4rem 0;letter-spacing: 2px;}
.flex.new-contact{align-items: flex-start;}
.new-contact li{border:none;align-items: flex-start;}
.n-left{flex:1.5}
.n-left li{border:none;align-items: flex-start;}
.t5{text-indent:0.7rem}
.n-right{flex:2}
.n-text{line-height:2}
.n-text p{margin-bottom:0.3rem}