body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #fff;
  overflow-x: hidden;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #003e90;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  padding: 0 1.56rem;
  width: 100%;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic,
.pics {
  overflow: hidden;
  position: relative;
}
.pic:hover img,
.pics:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.18rem;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
}
.header .flex {
  justify-content: space-between;
}
.header .logo a {
  display: block;
  width: 1.92rem;
  height: 0.33rem;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  margin: 0 0.2rem;
}
.header .nav > li > a {
  display: block;
  color: #fff;
  padding: 0 0.2rem;
  line-height: 0.83rem;
  position: relative;
}

.header .nav > li.on > a::after {
  content: "";
  border-bottom: 4px solid #fff;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.header .searchicon {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.header.on,
.header:hover {
  background-color: #fff;
}
.header.on .logo a,
.header:hover .logo a {
  background: url(../images/logo_on.png) center no-repeat;
  background-size: 100% 100%;
}
.header.on .nav > li > a,
.header:hover .nav > li > a {
  color: #333;
}
.header.on .searchicon,
.header:hover .searchicon {
  background: url(../images/search_on.png) center no-repeat;
  background-size: 100% 100%;
}
.header.on .nav > li.on > a,
.header:hover .nav > li.on > a {
  color: #004bae;
}
.header.on .nav > li.on > a::after,
.header:hover .nav > li.on > a::after {
  border-color: #004bae;
}
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}
.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  width: 50%;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 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: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ws-wap-menu ul li.on {
  background-color: #003e90;
}
.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}
.ws-wap-menu ul li .sub-nav a {
  line-height: 0.5rem;
  font-size: 0.16rem;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding: 0.15rem 15px 0;
  width: 100%;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
  padding: 0.05rem 0.15rem;
}
.ws-wap-menu .search img {
  width: 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 0.4rem;
  background: none;
  display: block;
}
.searchdialog.on {
  top: 50%;
}
.searchdialog {
  transition: all 0.6s;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}
.searchdialog .search {
  width: 6rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
}
.searchdialog .search input {
  width: 100%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  height: 0.4rem;
}
button {
  background: none;
}
.searchdialog img {
  margin-left: 0.1rem;
}
.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #105ebe;
}
.header .nav > li:hover .dropdown {
  display: block;
}

.header .dropdown {
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  position: absolute;
  background: #fff;
}
.header .dropdown .flex {
  align-items: stretch;
}
.header .dropdown .side {
  width: 4.8rem;
  padding-right: 0.44rem;
  padding-left: 1.56rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  background-color: #ebeef2;
  text-align: center;
}
.header .dropdown .side li {
  margin: 0.12rem 0;
  cursor: pointer;
}
.header .dropdown .side li.on {
  color: #fff;
  background-color: #0257d8;
}
.header .dropdown .tabbox ul {
  display: flex;
  font-size: 0.14rem;
  padding: 0.3rem 0.68rem 0;
  line-height: 0.38rem;
  flex-wrap: wrap;
}
.header .dropdown .tabbox ul li {
  width: 33.333%;
}
.header .dropdown .tabbox ul li a:hover {
  color: #0257d8;
}
.header .dropdown .tabbox ul li a {
  color: #666;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
.footer {
  background-color: #242933;
  color: #a4a9b2;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.footer a {
  color: #a4a9b2;
}
.footer a:hover {
  color: #fff;
}
.footer .bd {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
.footer h4 {
  color: #fff;
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
}
.footer .ft {
  padding: 0.15rem 0;
  text-align: center;
  background-color: #1e232c;
}
.footer .ft a {
  padding: 0 0.15rem;
}
.footer .logo {
  padding-bottom: 0.5rem;
}
.footer .code > div {
  text-align: center;
  width: 0.9rem;
  margin-left: 0.2rem;
  display: inline-block;
}
.footer .address {
  padding-left: 0.3rem;
  border-left: 1px solid #646973;
}
.title_common h2 {
  font-size: 0.33rem;
}
.title_common p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding: 0.1rem 0;
}
.title_common::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.03rem;
  background: #0abbb1;
}
/**/
.homepage .banner .mySwiper1 {
  height: 100%;
  width: 100%;
}
.homepage .banner .mySwiper1 .swiper-button-next,
.homepage .banner .mySwiper1 .swiper-button-prev {
  background: rgba(255, 255, 255, 0.1);
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  transform: translate(0, 0);
  color: #fff;
}
.homepage .banner .mySwiper1 .swiper-button-next::after,
.homepage .banner .mySwiper1 .swiper-button-prev::after {
  font-size: 0.28rem;
}
.homepage .banner .mySwiper1 .swiper-button-prev {
  left: 0.37rem;
}
.homepage .banner .mySwiper1 .swiper-button-next {
  right: 0.37rem;
}
.homepage .banner .mySwiper1 img {
  height: 100vh;
  object-fit: cover;
}
.homepage .banner .btn {
  cursor: pointer;
  width: 0.29rem;
  height: 1.5rem;
  background: url(../images/home_14.png) center no-repeat;
  background-size: 100% 100%;
  right: 0.7rem;
  position: absolute;
  z-index: 9;
  bottom: 0.35rem;
}
.homepage .banner img {
  width: 100%;
}
.homepage .banner .ft {
  position: absolute;
  right: 1.56rem;
  bottom: 0.35rem;
  width: 7.46rem;
  background: #fff;
  z-index: 9;
}
.homepage .banner .ft .flex {
  align-items: stretch;
}
.homepage .banner .ft .flex .pic {
  width: 3.26rem;
}
.homepage .banner .ft dl {
  padding: 0.3rem;
}
.homepage .banner .ft dt {
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.homepage .banner .ft dd {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.25rem;
  margin-top: 0.1rem;
}
.homepage .banner .mySwiper2 .swiper-button-next,
.homepage .banner .mySwiper2 .swiper-button-prev {
  background: #fff;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  top: auto;
  bottom: 0.25rem;
  left: 0.3rem;
  border: 1px solid #ddd;
  color: #999;
}
.homepage .banner .mySwiper2 .swiper-button-next {
  color: #fff;
  right: auto;
  left: 0.8rem;
  background: #0abbb1;
  border-color: #0abbb1;
}
.homepage .banner .mySwiper2 .swiper-button-next::after,
.homepage .banner .mySwiper2 .swiper-button-prev::after {
  font-size: 0.14rem;
}
.homepage .banner .swiper-pagination {
  bottom: 0.9rem;
  text-align: left;
  padding-left: 1.56rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homepage .banner .swiper-pagination-bullet-active {
  width: 0.5rem;
  border-radius: 5px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.homepage {
  font-size: 0.16rem;
}
.homepage .a {
  background: url(../images/bg_02.jpg) center no-repeat;
  background-size: cover;
}
.homepage .a .hd {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-top: 0.2rem;
  cursor: pointer;
}
.homepage .a .hd p {
  padding: 0.15rem 0;
  position: relative;
}
.homepage .a .hd .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #004bae;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .a .swiper-button-prev {
  left: -0.6rem;
}

.homepage .a .swiper-button-next {
  right: -0.6rem;
}
.homepage .a .bd {
  position: relative;
  margin-top: 0.2rem;
}
.homepage .a .bd .mySwiper2 {
  padding-bottom: 0.4rem;
}
.homepage .a .bd .mySwiper2 .swiper-pagination {
}
.homepage .a .bd .mySwiper2 .swiper-pagination-bullet-active {
  background: #0abbb1;
  position: relative;
  margin-right: 0.4rem;
}
.homepage .a .bd .mySwiper2 .swiper-pagination-bullet-active::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #0abbb1;
}

.homepage .a .bd .mySwiper2 .flex {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  align-items: stretch;
  margin: 0.1rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .a .bd .mySwiper2 .flex_item + .flex_item {
  padding: 0 0.5rem;
  position: relative;
}
.homepage .a .bd .mySwiper2 p {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.25rem;
  margin-top: 0.25rem;
}
.homepage .a .bd .mySwiper2 dl {
  padding-left: 0.15rem;
  border-left: 0.08rem solid #e5e5e5;
}
.homepage .a .bd .mySwiper2 dt {
  font-size: 0.28rem;
}
.homepage .a .bd .mySwiper2 dd {
  color: #999999;
  font-size: 0.18rem;
}
.homepage .a .bd .mySwiper2 .more {
  display: flex;
  font-size: 0.15rem;
  width: 1.38rem;
  background-color: #004bae;
  height: 0.42rem;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  color: #fff;
}
.homepage .b {
  background: url(../images/bg_03.jpg) center no-repeat;
  background-size: cover;
}
.homepage .b .bd {
  display: flex;
  font-size: 0.18rem;
  margin-top: 0.4rem;
}
.homepage .b .bd .video {
  width: 40%;
  border-radius: 0.1rem;
  margin-left: 1rem;
}
.homepage .b .bd .video .pic {
  position: relative;
  cursor: pointer;
}
.homepage .b .bd .video .pic::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/video.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .b .bd p {
  line-height: 0.37rem;
}
.homepage .b .bd ul {
  display: flex;
  padding: 0.4rem 0 0.35rem;
  flex-wrap: wrap;
}
.homepage .b .bd ul li {
  background-color: #fff;
  border-radius: 0.1rem;
  width: 30%;
  text-align: center;
  margin-right: 3%;
  line-height: 0.72rem;
}
.homepage .b .more a {
  color: #666;
  display: flex;
  align-items: center;
}
.homepage .b .more span {
  width: 0.52rem;
  background: url(../images/home_71.png) center no-repeat;
  border-radius: 50%;
  height: 0.52rem;
  position: static;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #004bae;
  margin-left: 0.15rem;
}
.homepage .c {
  background: url(../images/bg_04.jpg) center no-repeat;
  background-size: cover;
}
.homepage .c .bd {
  font-size: 0.15rem;
  margin-top: 0.65rem;
}
.homepage .c .bd dt {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homepage .c .bd a {
  display: block;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0.15rem;
}
.homepage .c .bd a:hover .more {
  color: #004bae;
}
.homepage .c .bd a:hover .more i {
  background-color: #004bae;
}
.homepage .c .bd dd {
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0.15rem;
  -webkit-box-orient: vertical;
}
.homepage .c .bd .more {
  text-align: right;
  margin-top: 0.15rem;
  color: #999;
}
.homepage .c .bd .more i {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  position: relative;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: -3px 0 0 5px;
}
.homepage .c .bd .more i::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  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-top: -3px;
  right: 50%;
  margin-right: -2px;
}
.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev,
.homepage .a .swiper-button-next,
.homepage .a .swiper-button-prev {
  width: 0.52rem;
  background: url(../images/home_46.png) center no-repeat #fff;
  border-radius: 50%;
  height: 0.52rem;
  border: 1px solid #d6d6d7;
}
.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.homepage .a .swiper-button-next::after,
.homepage .a .swiper-button-prev:after,
.homepage .c .swiper-button-next::after,
.homepage .c .swiper-button-prev:after {
  display: none;
}
.homepage .c .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .c .swiper-button-next,
.homepage .a .swiper-button-next {
  border-color: #004bae;
  background: url(../images/home_49.png) center no-repeat #004bae;
}
.homepage .c .ft {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.5rem;
}
.homepage .c .ft a {
  color: #666;
}
.homepage .d {
  background: url(../images/home_87.jpg) center no-repeat;
  background-size: cover;
  height: 3.46rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
}
.homepage .d .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0.3rem auto 0;
  font-size: 0.18rem;
  border: 1px solid #fff;
  width: 1.96rem;
  background: rgba(255, 255, 255, 0.1);
  height: 0.46rem;
}
.modal-body {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  transition: all 3s;
  z-index: 9031;
}
.modal-body .dialog {
  width: 9.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 95%;
  transform: translate(-50%, -50%);
}
.modal-body .dialog .close {
  position: absolute;
  top: 0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/close.png) center no-repeat;
  background-size: 100% 100%;
  right: 0.2rem;
  display: block;
  z-index: 99;
  cursor: pointer;
}

/**/
.banner_info {
  position: relative;
  color: #fff;
  text-align: center;
}
.banner_info > img {
  height: 3.5rem;
  width: 100%;
  object-fit: cover;
}
.banner_info dl {
  font-size: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_info dl dt {
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0.4rem 0 0.1rem;
}
.cooperation {
  font-size: 0.14rem;
}
.cooperation .title_info {
  text-align: center;
  font-size: 0.3rem;
}
.cooperation .title_info::after {
  content: "";
  display: block;
  width: 0.47rem;
  height: 0.02rem;
  background: #004bae;
  margin: 0.15rem auto 0;
}
.cooperation .a {
  padding: 0.5rem 0 0.9rem;
}
.cooperation .a .bd {
  margin-top: 0.4rem;
}
.cooperation .a .bd ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cooperation .a .bd ul li {
  width: 33.333%;
  height: 2.85rem;
  padding: 0.4rem 0.5rem 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cooperation .a .bd ul dt {
  font-weight: bold;
  font-size: 0.16rem;
  margin: 0.15rem 0 0.1rem;
}
.cooperation .a .bd ul dd {
  line-height: 0.23rem;
  color: #666;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-align: justify;
}
.cooperation .a .bd ul h4::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.04rem;
  background: #0abbb1;
  margin-bottom: 0.15rem;
}
.cooperation .a .bd ul li:nth-child(2) {
  background: url(../images/3_03.jpg) center no-repeat;
  background-size: cover;
}
.cooperation .a .bd ul li:nth-child(4) {
  background: url(../images/3_05.jpg) center no-repeat;
  background-size: cover;
}
.cooperation .a .bd ul li:last-child {
  background: url(../images/3_10.jpg) center no-repeat;
  background-size: cover;
}
.cooperation .a .ft {
  background: url(../images/3_14.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  height: 4rem;
  color: #fff;
  margin-top: 0.8rem;
  padding: 0.5rem 0.7rem 0;
}
.cooperation .a .ft .box {
  max-width: 6rem;
}
.cooperation .a .ft .box > p {
  line-height: 0.25rem;
  margin: 0.2rem 0.5rem 0.7rem 0;
}
.cooperation .a .ft .title_info {
  text-align: left;
}
.cooperation .a .ft .title_info::after {
  background-color: #fff;
  margin: 0.15rem 0 0;
}
.cooperation .a .ft .swiper {
  text-align: center;
  font-size: 0.16rem;
}
.cooperation .a .ft .swiper p {
  margin-top: 0.1rem;
}
.cooperation .a .ft .swiper .swiper-slide + .swiper-slide {
  border-left: 1px solid #4c4e54;
}
.cooperation .a .ft .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 0.2rem;
}
.cooperation .a .ft .swiper-pagination-bullet {
  background: #fff;
}
.cooperation .a .ft .swiper-pagination-bullet-active {
  width: 0.2rem;
  border-radius: 0.1rem;
}
.cooperation .b {
  padding-top: 0.8rem;
  height: 8rem;
  color: #fff;
  background: url(../images/3_17.jpg) center no-repeat;
  background-size: cover;
}
.cooperation .b .bd {
  margin: 0.56rem 0;
}
.cooperation .b .title_info::after {
  background: #fff;
}

.cooperation .b .bd .flex {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
  font-size: 0.15rem;
  padding: 0.4rem;
  line-height: 0.3rem;
}
.cooperation .b .bd dl {
  width: 1.34rem;
  height: 1.45rem;
  background: url(../images/3_18.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-right: 0.4rem;
  font-size: 0.17rem;
  padding-top: 0.3rem;
}
.cooperation .b .ft .side {
  border-radius: 0.1rem;
  background: #fff;
  width: 3rem;
  font-size: 0.15rem;
  padding: 0.06rem;
}
.cooperation .b .ft .side img {
  width: 100%;
}
.cooperation .b .ft .side p {
  padding: 0.1rem 0;
  color: #333;
}
.cooperation .b .ft .side p b {
  font-size: 0.2rem;
  font-weight: bold;
}
.cooperation .b .ft .flex .flex {
  text-align: center;
  font-size: 0.16rem;
}
.cooperation .b .ft .flex span {
  font-size: 0.45rem;
  font-weight: bold;
  opacity: 0.15;
  font-family: DIN;
}
.cooperation .b .ft .line {
  position: relative;
  margin: 0.1rem 0;
}
.cooperation .b .ft .line::before {
  content: "";
  border-bottom: 1px solid #80a2d1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.cooperation .b .ft .line i {
  display: block;
  margin: 0 auto;
  width: 0.17rem;
  height: 0.17rem;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #0046a4;
  position: relative;
  z-index: 5;
}
.cooperation .c {
  padding: 1rem 0;
}
.cooperation .c .ft {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 0.4rem;
}
.cooperation .c .ft button {
  width: 3.33rem;
  height: 0.73rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  background: #0abbb1;
}
.cooperation .c .bd {
  padding: 0.4rem 0;
}
.cooperation .c .bd h4 {
  font-weight: bold;
  padding: 0.3rem 0.15rem 0.15rem;
  font-size: 0.16rem;
}
.cooperation .c .bd h4 span {
  color: red;
}
.cooperation .c .bd .info {
  width: 23%;
}
.cooperation .c .bd .flex {
  justify-content: space-between;
}
.cooperation .c .bd .yzm {
  display: flex;
  align-items: center;
}
.cooperation .c .bd .yzm img {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  height: 0.63rem;
  width: 1.05rem;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
}
.cooperation .c .bd input[type="text"] {
  width: 100%;
  height: 0.63rem;
  border-radius: 0.1rem;
  padding-left: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.cooperation .c .bd textarea {
  width: 100%;
  height: 0.95rem;
  border-radius: 0.1rem;
  font-family: inherit;
  padding: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.cooperation .c .bd .label {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
  display: flex;
  border-radius: 0.1rem;
  align-items: center;
  justify-content: space-between;
}
.cooperation .d {
  background: #004bae;
  text-align: center;
  color: #fff;
}
.cooperation .d .pic {
  width: 55%;
}
.cooperation .d .flex .flex {
  margin-top: 0.5rem;
  justify-content: center;
}
.cooperation .d > .flex > .flex_item {
  padding-right: 1.56rem;
}
.cooperation .d p {
  margin-top: 0.1rem;
}
.cooperation .d h3 {
  font-size: 0.25rem;
}
.cooperation .d dl {
  text-align: left;
  background: url(../images/3_72.png) left center no-repeat;
  padding: 0.2rem 0 0.2rem 0.85rem;
  font-size: 0.16rem;
  white-space: nowrap;
  background-size: 0.69rem auto;
}
.cooperation .d dl dt {
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.cooperation .d .code {
  margin-left: 0.5rem;
}

/**/
.bread {
  font-size: 0.18rem;
  color: #666666;
  border-bottom: 1px solid #eee;
  background: url(../images/3_04.png) left center no-repeat;
  background-size: 0.2rem auto;
  padding: 0.25rem 0 0.25rem 0.3rem;
}
.news {
  font-size: 0.16rem;
  padding-bottom: 0.5rem;
}
.news .a {
  background: url(../images/5_03.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 0.68rem;
}
.news .tabtitle {
  text-align: center;
  padding: 0.5rem 0;
}
.news .tabtitle li {
  display: inline-block;
  vertical-align: middle;
  width: 2.18rem;
  cursor: pointer;
  color: #666;
  background-color: #fff;
  height: 0.68rem;
  line-height: 0.68rem;
}
.news .tabtitle li.on {
  background-color: #004bae;
}
.news .tabtitle li.on a {
  color: #fff;
}
.news .tabtitle li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-top: -3px;
  height: 20px;
  background-image: url(../images/5_02.png);
  background-repeat: no-repeat;
}
.news .tabtitle li.on i {
  background-image: url(../images/5_02_on.png);
}
.news .tabtitle li .i1 {
  background-position: 0 0;
}
.news .tabtitle li .i2 {
  background-position: -215px 0;
  width: 27px;
}
.news .a .tabbox .flex {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news .a .tabbox .flex > .flex_item {
  padding: 0 0.5rem;
}
.news .a .tabbox .flex p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
}
.news .a .tabbox .flex .btn {
  display: inline-block;
  background: url(../images/5_11.png) right center no-repeat;
  padding-right: 0.25rem;
  background-size: 0.19rem auto;
}
.news .a .tabbox .flex h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .a .tabbox .flex h4 b {
  font-size: 0.18rem;
  font-family: DIN;
}
.news .a .tabbox .flex h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #004bae;
  width: 1.4rem;
  height: 0.44rem;
  border-radius: 0.44rem;
}
.news .a .tabbox .ft {
  text-align: right;
  margin-top: 0.3rem;
}
.news .a .swiper-button-next,
.news .a .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 0 0 0.2rem;
  border: 1px solid #ddd;
  background: url(../images/home_46.png) center no-repeat;
  background-size: 0.17rem auto;
  border-radius: 50%;
}
.news .a .swiper-button-next {
  background: url(../images/home_49.png) center no-repeat #004bae;
  background-size: 0.17rem auto;
  border-color: #004bae;
}
.news .a .swiper-button-next:after,
.news .a .swiper-button-prev:after {
  display: none;
}
.news .a .pic {
  width: 47%;
}
.news .b .bd li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.news .b .bd li a {
  display: flex;
}
.news .b .bd li a > span {
  font-size: 0.55rem;
  color: #999;
  font-family: DIN;
  line-height: 0.6rem;
  font-weight: bold;
}
.news .b .bd li .data {
  font-size: 0.18rem;
  color: #999999;
  padding: 0.1rem 0.15rem;
  margin-left: 0.15rem;
  border-left: 1px solid #eee;
}
.news .b .bd li .data i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/5_19.png) center no-repeat;
  background-size: 100% 100%;
}
.news .b .bd li .pic {
  width: 2.73rem;
  border-radius: 0.1rem;
  margin: 0 0.3rem;
}
.news .b .bd li p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.15rem 0 0.3rem;
}
.news .b .bd li h4 {
  font-size: 0.18rem;
}
.news .b .bd li:hover .more {
  background: url(../images/home_49.png) center no-repeat #004bae;
  background-size: 0.13rem auto;
  border-color: #004bae;
}
.news .b .bd li .more {
  width: 0.35rem;
  height: 0.35rem;
  display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: url(../images/5_11.png) center no-repeat;
  background-size: 0.13rem auto;
}
.pages {
  text-align: center;
  padding: 0.55rem 0;
  font-size: 0.16rem;
}
.pages li {
  display: inline-block;
  padding: 0 0.1rem;
  vertical-align: middle;
}
.pages li.on a,
.pages li:hover a {
  color: #fff;
  background: #004bae;
  border-color: #004bae;
}
.pages li a {
  display: flex;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
}
.pages li i {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  margin-left: -4px;
  border-color: #999;
  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);
}
/**/
.About {
  font-size: 0.16rem;
}
.About .a {
  background: url(../images/6_03.jpg) center no-repeat;
  background-size: cover;
  padding: 0.75rem 0;
  position: relative;
}
.About .a .pic {
  width: 4.77rem;
  margin-right: 0.6rem;
}
.About .a .pic img {
  height: 5.87rem;
  object-fit: cover;
}
.About .a .bd {
  display: flex;
}
.About .a .bd .flex {
  text-align: center;
  line-height: 0.32rem;
  padding: 0.4rem 0 1.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid #eee;
}
.About .a .bd p {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.3rem;
  line-height: 0.28rem;
  text-indent: 2em;
}
.About .a .bd dt {
  font-size: 0.4rem;
  font-family: DIN;
  color: #004bae;
  font-weight: bold;
}
.About .a .bd dd {
  font-size: 0.3rem;
}
.About .a .bd .flex span {
  color: #004bae;
  font-size: 0.3rem;
  font-family: DIN;
}
.About .a .ft {
  position: absolute;
  bottom: 0.75rem;
  right: 0;
  left: 3.8rem;
  padding: 0.3rem 1.65rem 0.3rem 0.3rem;
  color: #fff;
  background: rgba(0, 75, 174, 0.9);
  display: flex;
  line-height: 0.23rem;
  justify-content: space-between;
  z-index: 9;
}
.About .a .ft span {
  display: flex;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
}
.About .a .ft dt {
  font-weight: bold;
}
.About .a .ft dd {
  font-size: 0.15rem;
}
.About .b {
  padding: 0.75rem 0;
}
.About .title {
  text-align: center;
}
.About .title::after {
  content: "";
  display: block;
  width: 0.47rem;
  height: 0.02rem;
  background: #004bae;
  margin: 0 auto;
}
.About .title h3 {
  font-size: 0.3rem;
}
.About .title p {
  font-size: 0.2rem;
  color: #999;
  padding: 0.1rem 0;
}
.About .b .bd {
  text-align: center;
  font-size: 0.15rem;
  line-height: 0.25rem;
  padding: 0.7rem 0.6rem 0.5rem;
  position: relative;
}
.About .b .bd i {
  display: block;
  width: 0.4rem;
  height: 3px;
  background: #004bae;
  margin: 0.15rem auto;
}
.About .swiper-button-next,
.About .swiper-button-prev {
  width: 0.55rem;
  background: url(../images/home_46.png) center no-repeat #fff;
  border-radius: 50%;
  height: 0.55rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.About .swiper-button-next {
  border: 1px solid #004bae;
  background: url(../images/home_71.png) center no-repeat;
}
.About .swiper-button-next:after,
.About .swiper-button-prev:after {
  display: none;
}
.About .c {
  padding: 0.75rem 0;
  background: url(../images/6_04.jpg) center no-repeat;
  background-size: cover;
}
.About .c .bd {
  margin-top: 0.6rem;
  background: url(../images/6_25.png) center no-repeat;
  background-size: 100% auto;
  height: 4.15rem;
  position: relative;
}
.About .c .bd dl {
  position: absolute;
  max-width: 24%;
  padding-left: 0.3rem;
  padding-bottom: 1rem;
}
.About .c .bd dl::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0;
  height: 100%;
  border-left: 1px dashed #157bce;
}
.About .c .bd dl::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.About .c .bd dl dt {
  font-size: 0.22rem;
  font-weight: bold;
}
.About .c .bd dl dd {
  font-size: 0.15rem;
  line-height: 0.25rem;
  color: #666;
  margin-top: 0.1rem;
}
.About .c .bd dl:nth-child(2) {
  left: 25%;
  bottom: 24%;
}
.About .c .bd dl:last-child {
  right: 10%;
  bottom: 53%;
}
.About .c .bd dl:first-child {
  left: 0;
  bottom: 0;
  padding: 0.8rem 0 0 0.3rem;
}
.About .c .bd dl:first-child::after,
.About .c .bd dl:nth-child(3)::after {
  bottom: auto;
  top: 0;
}
.About .c .bd dl:nth-child(3) {
  left: 45%;
  bottom: 0.3rem;
  padding: 0.5rem 0 0 0.3rem;
}
.About .e,
.About .d {
  padding: 0.75rem 0;
}
.About .d .bd {
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.About .d .bd p {
  margin-top: 0.15rem;
}
.About .d .bd .swiper {
  padding-bottom: 0.5rem;
}
.About .d .bd .swiper-slide-active .pic {
  border-radius: 0.1rem;
  border: 3px solid #f26b1e;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #004bae;
}
.About .d .bd .swiper-pagination {
  max-width: 6rem;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.About .d .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.About .d .swiper-slide-active,
.About .d .swiper-slide-duplicate-active {
  transform: scale(1);
}
.About .e .bd {
  position: relative;
  padding: 0 1rem;
  margin-top: 0.4rem;
}
.About .e .swiper {
  height: 1.9rem;
}
.About .e .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((100% - 25px) / 2);
}
.About .e .swiper-slide .pic {
  border: 1px solid #eee;
}
.About .e .swiper-slide img {
  width: 100%;
}
/**/
.products {
  font-size: 0.18rem;
}
.products .a .hd {
  padding: 0.6rem 0;
}
.products .a .hd h2 {
  font-weight: bold;
  text-align: center;
  font-size: 0.4rem;
}
.products .a .hd h2::after {
  content: "";
  display: block;
  margin: 0.2rem auto 0;
  width: 1.2rem;
  border-bottom: 2px solid #115ab9;
}
.products .a .hd p {
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.3rem;
}
.products .a .bd .box:nth-child(odd) {
  background: #f2f5f8;
}
.products .a .bd .box {
  padding: 0.3rem 0;
}
.products .a .bd ul,
.products .a .bd ol {
  display: flex;
  flex-wrap: wrap;
}
.products .a .bd ul {
  margin: 0 -0.3rem;
}
.products .a .bd ul li {
  width: 50%;
}
.products .a .bd ul > li {
  padding: 0 0.3rem;
}
.products .a .bd ul > li > .pic {
  margin-bottom: 0.2rem;
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.products .a .bd ol {
  margin: 0 -0.15rem;
}
.products .a .bd ol li {
  padding: 0 0.15rem;
}
.products .a .bd ol li a {
  display: block;
  border-radius: 0.15rem;
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
.products .a .bd ol li p,
.products .a .bd .flex p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 0.48rem;
  background: rgba(0, 0, 0, 0.5);
}
.center {
  text-align: center;
}
.pics_t {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin: 0 0.15rem;
}
.pics_item {
  width: 100%;
}
.pics_item:nth-child(odd) {
  margin-bottom: 20px;
}
.pics_item img {
  width: 100%;
}
.products .a dt {
  font-weight: bold;
  font-size: 0.32rem;
}
.products .a dt::after {
  content: "";
  display: block;
  margin: 0.1rem 0;
  width: 0.6rem;
  border-bottom: 1px solid #115ab9;
}
.products .a dd {
  color: #666;
  line-height: 0.32rem;
  /*   height: 0.96rem; */
  position: relative;
  overflow: hidden;
}
.products .h {
  height: 0.96rem;
}
.products .a dd b {
  font-weight: 400;
  color: #0e97d6;
}
.products .a dd.on {
  height: auto;
}
.wow.center {
  margin-top: 0.3rem;
}
.products .a dd span {
  position: absolute;
  color: red;
  padding-left: 0.08rem;
  cursor: pointer;
  right: 0;
  background: #fff;
  bottom: 0;
}
.products .a .bd .box:nth-child(odd) dd span {
  background: #f2f5f8;
}
.products .a .bd .flex {
  margin-top: 0.3rem;
  align-items: stretch;
}
.products .a .bd .flex .pic {
  width: 30%;
  border-radius: 0.15rem;
  position: relative;
}
.products .a .bd .flex .pics {
  margin: 0 0.15rem;
  width: 50%;
  border-radius: 0.15rem;
  position: relative;
}
.re {
  width: 100%;
  position: relative;
}
.box .pics img {
  width: 100%;
  height: 100%;
}
.products .a .bd .flex .flex_item {
  background: url(../images/pro_07.png) center no-repeat;
  background-size: 0.39rem auto;
}
.products .a .bd-4 {
  padding-bottom: 0.8rem;
}
.products .a .bd-4 .box {
  border-radius: 0.15rem;
  overflow: hidden;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  background: #115ab9;
  color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.products .a .bd-4 .box .flex_item > img {
  height: 4.85rem;
  object-fit: cover;
}
.products .a .bd-4 .box .in {
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
}
.products .a .bd-4 .box .in p {
  padding: 0.15rem 0;
}
.products .a .bd-4 .box .in > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 0.7rem;
  margin-bottom: 0.1rem;
  height: 0.7rem;
}
.products .a .bd-4 .box .ft {
  text-align: right;
  margin-top: 0.2rem;
}
.products .a .bd-4 .box .ft a {
  display: inline-block;
  text-align: center;
  line-height: 0.55rem;
  width: 1.8rem;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.1rem;
  border: 1px solid #fff;
}
.products .a .bd-4 .box .ft a i {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/home_71.png) center no-repeat #fff;
  width: 0.29rem;
  height: 0.29rem;
  margin-left: 0.05rem;
  border-radius: 50%;
  background-size: 0.11rem auto;
}
.products .b {
  padding: 0.67rem 0;
}
.products .b .bd {
  display: flex;
  align-items: center;
  text-align: center;
  height: 2.46rem;
  color: #fff;
  background: url(../images/pro_33.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  justify-content: center;
}
.products .b dt {
  font-size: 0.38rem;
}
.products .b .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
  width: 2.33rem;
  margin: 0.3rem auto 0;
  height: 0.57rem;
  border-radius: 0.1rem;
  background: #f26b1e;
}
/**/
.newsitem {
  font-size: 0.16rem;
}
.newsitem .hd {
  border-bottom: 1px solid #ddd;
  padding: 0.4rem 0;
}
.newsitem .hd h1 {
  text-align: center;
  font-size: 0.24rem;
}
.newsitem .hd h4 {
  text-align: center;
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.15rem;
}
.newsitem .bd {
  padding: 0.3rem 0;
}
.newsitem .bd p {
  line-height: 0.36rem;
  color: #666;
  text-indent: 2em;
}
.newsitem .bd img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}
.newsitem .ft {
  padding: 0.4rem 0;
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.newsitem .ft .flex_item:last-child {
  text-align: right;
}
/**/
.prolists {
  font-size: 0.16rem;
  margin: -0.22rem 0;
}
.prolists .tabtitle {
  text-align: center;
  padding: 0.3rem 0;
}
.prolists .tabtitle li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.2rem;
}
.prolists .tabtitle li .up {
  width: 0.75rem;
}
.prolists .tabtitle li .down {
  width: 0.9rem;
}
.prolists .tabtitle li.on .up {
  display: none;
}
.prolists .tabtitle li.on .down {
  display: inline-block;
}
.prolists .tabtitle li p {
  margin-top: 0.1rem;
}
.prolists .tabtitle li.on a {
  color: #006fb7;
}
.prolists .bd .box {
  background: url(../images/product-sec-bk01-libg01.jpg) center no-repeat;
  background-size: cover;
}
.prolists .bd .box:nth-child(even) {
  background: #f5f5f5;
}

.prolists .bd .box dl:hover .btn {
  background: #f26b1e;
  border-color: #f26b1e;
}
.prolists .bd dl {
  padding: 0 0.8rem;
}
.prolists .bd dt {
  font-size: 0.3rem;
}
.prolists .bd dt::after {
  content: "";
  width: 0.6rem;
  margin-top: 0.6rem;
  display: block;
  transition: all 0.3s;
  height: 4px;
  background: #006fb7;
}
.prolists .bd .box dl:hover dt::after {
  width: 1rem;
}
.prolists .bd dd {
  line-height: 0.3rem;
  min-height: 1.2rem;
  margin-top: 0.15rem;
}
.prolists .bd .btn {
  color: #fff;
  background: #006fb7;
  width: 1.35rem;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  padding-left: 0.2rem;
  line-height: 0.33rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
}
.prolists .bd .btn i {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  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-top: -3px;
  right: 0.2rem;
}
.list_card .inbox {
  display: flex;
  padding: 0 0.4rem 0.8rem;
  justify-content: space-between;
}
.list_card .inbox img {
  width: 1.36rem;
  margin-bottom: 0.1rem;
}
.list_card .in {
  text-align: center;
  width: 2.5rem;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 0.2rem 0 0.3rem;
}
/**/
.products .a .bd .col-3 {
  padding-top: 0.3rem;
}
.products .a .bd .col-3 > li {
  width: 33.333%;
}
.products .a .bd .col-3 > li .pic {
  padding: 0;
}
.products .a .bd .col-3 > li a {
  overflow: hidden;
  display: block;
}
.products .a .bd .col-3 > li p {
  font-weight: bold;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  line-height: 0.64rem;
}
.contentus {
  font-size: 0.14rem;
}
.contentus .title {
  text-align: center;
  font-size: 0.33rem;
}
.contentus .title span {
  position: relative;
}
.contentus .title span::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.04rem;
  background: #0abbb1;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.contentus .title span::after {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.04rem;
  background: #0abbb1;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.contentus .a {
  padding: 0.8rem 0 0;
}
.contentus .a .bd {
  position: relative;
  margin-top: 0.4rem;
}
.contentus .a .bd .map {
  width: 100%;
  height: 5.86rem;
  object-fit: cover;
}
.contentus .a .bd .box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
  background: #004bae;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  width: 5.3rem;
}
.contentus .a .bd .box li {
  display: flex;
  line-height: 0.3rem;
  padding-bottom: 0.4rem;
}
.contentus .a .bd .box li dd {
  font-weight: bold;
}
.contentus .a .bd .box li > span {
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentus .a .bd .box .code {
  margin: 0.1rem 0.15rem 0 0;
  width: 1rem;
}
.contentus .b {
  padding: 0.8rem 0;
}
.contentus .b .bd {
  padding-top: 0.5rem;
}
.contentus .b .bd ul {
  display: flex;
  margin: -0.27rem;
  flex-wrap: wrap;
}
.contentus .b .bd li {
  width: 33.333%;
  padding: 0.27rem;
  text-align: center;
}
.contentus .b .bd li p {
  color: #a8adb9;
  padding: 0.15rem 0;
}
.contentus .b .bd li h4 {
  font-size: 0.17rem;
  margin-top: 0.15rem;
}
.contentus .b .bd li span {
  display: inline-block;
  width: 1.65rem;
  line-height: 0.44rem;
  color: #004bae;
  font-size: 0.15rem;
  border: 1px solid #004bae;
  border-radius: 0.3rem;
  vertical-align: middle;
}
.contentus .b .bd li:hover span {
  background: #004bae;
  color: #fff;
}
.contentus .c {
  background: url(../images/7_02.jpg) center no-repeat;
  background-size: cover;
  padding: 0.6rem 0;
}
.contentus .c .bd {
  padding-top: 0.4rem;
}
.contentus .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem -0.23rem;
}
.contentus .c .bd ul li {
  width: 50%;
  font-size: 0.15rem;
  padding: 0.1rem 0.23rem;
}
.contentus .c .bd ul .input {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.05rem;
  padding-left: 0.15rem;
}
.contentus .c .bd ul li:last-child {
  width: 100%;
}
.contentus .c .bd ul textarea {
  width: 100%;
  margin-top: 0.05rem;
  resize: none;
  height: 1.2rem;
  padding: 0.15rem;
}
.contentus .c .ft {
  text-align: center;
  padding-top: 0.2rem;
}
.contentus .c .ft button {
  width: 2.1rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.15rem;
  background: #004bae;
}
/**/
.products .a .bd .dt {
  text-align: center;
  color: #3cb14d;
  font-weight: bold;
  font-size: 0.18rem;
  border: 1px solid #3cb14d;
  padding: 0.12rem 0;
  margin-bottom: 0.1rem;
  border-radius: 0.05rem;
}
.products .a .bd .list_row li {
  width: 33.333%;
}
.products .a .bd .list_row li .dl {
  padding: 0.15rem;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 2.88rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.products .a .bd .list_row li .ul {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #666;
}
.products .a .bd .list_row li .ul .p {
  padding: 0.02rem 0;
}
.products .a .bd .flex .bgnone {
  background: none;
  padding-right: 0.9rem;
}
.products .a .bd .tab {
  display: flex;
  margin-bottom: 0.14rem;
}
.products .a .bd .tab span {
  display: block;
  margin-right: 0.15rem;
  line-height: 0.42rem;
  border: 1px solid #f0618d;
  border-radius: 0.4rem;
  color: #f0618d;
  cursor: pointer;
  transition: all 0.5s;
  background: #fce8ed;
  padding: 0 0.25rem;
}
.products .a .bd .tab span:hover {
  background: #fad5e1;
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
	.header .nav > li{margin: 0;}
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
  .header .nav > li {
    margin: 0;
  }
  .container {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .header .nav > li {
    margin: 0;
  }
  .container {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
.mp img {
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    padding: 0.15rem 0;
  }
  .header .logo a {
    width: 1.1rem;
    height: 0.2rem;
  }
  .header .nav {
    display: none;
  }
  .products .a .bd .flex .pics,
  .pics_t {
    width: 100%;
    margin: 0;
  }
  .pics_item {
    margin-bottom: 20px;
  }
  .products .a .bd .flex .pics:nth-child(odd) {
    margin-bottom: 0.3rem;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #ccc;
    margin-bottom: 6px;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  /**/
  .homepage .banner .btn,
  .searchdialog,
  .homepage .banner .mySwiper1 .swiper-button-next,
  .homepage .banner .mySwiper1 .swiper-button-prev {
    display: none;
  }
  .homepage .banner .swiper-pagination {
    bottom: 0.2rem;
    padding-left: 0.2rem;
  }
  .homepage .banner .mySwiper2 .swiper-button-next,
  .homepage .banner .mySwiper2 .swiper-button-prev {
    bottom: 0.1rem;
    left: 0.15rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .homepage .banner .mySwiper2 .swiper-button-next {
    left: 0.45rem;
  }
  .homepage {
    font-size: 0.14rem;
  }
  .homepage .banner .ft {
    position: static;
    width: 100%;
  }
  .homepage .banner .ft .flex .pic {
    width: 50%;
  }
  .homepage .banner .ft dl {
    padding: 0.15rem;
  }
  .homepage .banner .ft dt {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .homepage .banner .ft dd {
    font-size: 0.12rem;
    line-height: 0.2rem;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
  }
  .homepage .a,
  .homepage .b,
  .homepage .c {
    min-height: auto !important;
    padding: 0.4rem 0;
  }
  .homepage .banner {
    min-height: auto !important;
  }
  .title_common h2 {
    font-size: 0.26rem;
  }
  .title_common p {
    font-size: 0.14rem;
  }
  .homepage .a .hd img {
    width: 0.5rem;
  }
  .homepage .a .bd .mySwiper2 .swiper-slide {
    width: 100%;
  }
  .homepage .a .bd {
    margin: 0.2rem 15px 0;
  }
  .homepage .a .bd .mySwiper2 .flex {
    display: block;
    padding: 0.2rem;
  }
  .homepage .a .bd .mySwiper2 .more {
    position: static;
  }
  .homepage .a .bd .mySwiper2 .flex_item + .flex_item {
    padding: 0.2rem 0 0;
  }
  .homepage .a .bd .mySwiper2 p {
    height: auto;
    margin-bottom: 0.2rem;
  }
  .homepage .a .swiper-button-next,
  .homepage .a .swiper-button-prev {
    display: none;
  }
  .homepage .a .bd .mySwiper2 .swiper-pagination {
    right: 0;
    width: 100%;
  }
  .homepage .b .bd {
    display: block;
    font-size: 0.14rem;
    margin-top: 0.3rem;
  }
  .homepage .b .bd p {
    line-height: 0.22rem;
  }
  .homepage .b .bd ul {
    padding: 0.2rem 0;
  }
  .homepage .b .bd ul li {
    width: 32%;
    line-height: 0.45rem;
    margin-right: 1%;
  }
  .homepage .b .bd ul li img {
    width: 0.2rem;
  }
  .homepage .b .bd .video {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .homepage .b .more span,
  .homepage .c .swiper-button-next,
  .homepage .c .swiper-button-prev,
  .homepage .a .swiper-button-next,
  .homepage .a .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
  }
  .homepage .c .bd,
  .homepage .c .ft {
    margin-top: 0.2rem;
  }
  .homepage .c .ft,
  .homepage .d .btn,
  .homepage .a .bd .mySwiper2 dd {
    font-size: 0.14rem;
  }
  .homepage .a .bd .mySwiper2 dt {
    font-size: 0.2rem;
  }
  .homepage .d {
    font-size: 0.22rem;
  }
  .footer .bd,
  .footer .ft .flex {
    display: block;
  }
  .footer .ft {
    font-size: 0.12rem;
  }
  .footer .ft a {
    padding: 0 0.05rem;
  }
  .footer .address {
    padding: 0;
    border: none;
    margin-bottom: 0.2rem;
  }
  .footer .logo {
    padding-bottom: 0.2rem;
  }
  .footer .logo img {
    width: 1.3rem;
  }
  .footer .bd {
    padding: 0.3rem 0;
  }
  .homepage .banner .mySwiper1 img,
  .homepage .banner {
    height: auto;
  }
  .homepage .banner .swiper-pagination-bullet-active {
    width: 0.25rem;
  }
  .cooperation .a .bd ul li,
  .cooperation .a .ft {
    width: 100%;
    height: auto;
    padding: 0.15rem;
  }
  .cooperation .a .ft {
    margin-top: 0.4rem;
  }
  .cooperation .a .ft .box > p {
    margin-right: 0;
  }
  .cooperation .a {
    padding: 0.4rem 0;
  }

  .cooperation .b .bd .swiper-slide {
    width: 400px;
  }
  .cooperation .b .bd .flex {
    padding: 0.15rem;
  }
  .cooperation .b .bd dl {
    margin-right: 0.2rem;
  }
  .cooperation .b .ft .container > .flex {
    display: block;
  }
  .cooperation .b {
    height: auto;
    padding: 0.4rem 0;
  }
  .cooperation .b .ft .flex .flex {
    font-size: 0.12rem;
  }
  .cooperation .b .ft .side {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .cooperation .b .ft .flex {
    display: block;
  }
  .cooperation .c {
    height: auto;
    padding: 0.4rem 0;
  }
  .cooperation .c .bd .flex,
  .cooperation .c .bd .label {
    display: block;
  }
  .cooperation .c .bd .info {
    width: 100%;
  }
  .cooperation .c .bd .label label {
    display: block;
    line-height: 0.3rem;
  }
  .cooperation .c .bd .yzm img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cooperation .c .bd .yzm {
    position: relative;
  }
  .cooperation .d h3 {
    font-size: 0.18rem;
  }
  .cooperation .d > .flex > .flex_item {
    padding: 0;
  }
  .cooperation .d .flex {
    display: block;
  }
  .cooperation .d .code {
    display: inline-block;
    margin: 0 0.15rem;
  }
  .cooperation .d dl {
    margin: 0 0 0.3rem 0.3rem;
  }
  .cooperation .d .flex .flex {
    margin-top: 0.2rem;
  }
  .cooperation .d {
    padding: 0.4rem 0;
  }
  .cooperation .title_info,
  .cooperation .b .ft .flex span {
    font-size: 0.22rem;
  }
  .banner_info > img {
    height: 3rem;
  }
  .bread,
  .cooperation .a .ft .swiper,
  .cooperation .b .bd .flex,
  .banner_info dl,
  .news {
    font-size: 0.14rem;
  }
  .header .side {
    display: none;
  }
  .cooperation .c .ft button {
    font-size: 0.18rem;
  }
  .banner_info dl dt {
    font-size: 0.28rem;
  }
  .news .tabtitle li {
    width: 1.4rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .news .a .tabbox .flex {
    display: block;
  }
  .news .a .pic {
    width: 100%;
  }
  .news .a .tabbox .flex > .flex_item {
    padding: 0.2rem;
  }
  .news .a .tabbox .flex p {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .news .a {
    padding-bottom: 0.4rem;
  }
  .news .b .bd li a {
    display: block;
  }
  .news .b .bd li a > span,
  .news .b .bd li .data {
    display: none;
  }
  .news .b .bd li .pic {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .news .b .bd li,
  .pages,
  .news .tabtitle {
    padding: 0.2rem 0;
  }
  .pages li {
    padding: 0;
  }
  .About .a {
    padding: 0.4rem 0 0;
  }
  .About .a .bd,
  .About .a .bd .flex {
    display: block;
  }
  .About .a .bd .flex .flex_item {
    padding-bottom: 0.15rem;
  }
  .About .a .pic {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .About .a .bd .flex {
    padding: 0.2rem 0;
    margin-top: 0.2rem;
  }
  .About .a .ft {
    position: static;
    display: block;
    padding: 0.2rem;
  }
  .About .a .ft .flex + .flex {
    margin-top: 0.2rem;
  }
  .About .a .pic img {
    height: 2rem;
    object-fit: cover;
  }
  .About .b,
  .About .c,
  .About .e,
  .About .d {
    padding: 0.4rem 0;
  }
  .About .title p {
    font-size: 0.14rem;
  }
  .About .title h3,
  .About .a .bd dd {
    font-size: 0.22rem;
  }
  .About .a .bd dt {
    font-size: 0.3rem;
  }
  .About .b .bd {
    padding: 0.4rem;
  }
  .About .d .bd {
    margin-top: 0.3rem;
  }
  .news .b .bd li h4 {
    font-size: 0.16rem;
  }
  .products {
    font-size: 0.14rem;
  }
  .products .a dt {
    font-size: 0.22rem;
  }
  .products .a .bd ul > li > .pic {
    padding: 0.1rem;
  }
  .products .a .bd ul {
    margin: 0;
  }
  .products .a .bd ul > li {
    padding: 0.1rem 0;
    width: 100%;
  }
  .products .a .bd .box,
  .products .a .hd,
  .products .b {
    padding: 0.3rem 0;
  }
  .products .a.bd ol {
    margin: 0 -0.05rem;
  }
  .products .a.bd ol li {
    padding: 0 0.05rem;
  }
  .products .a .hd h2 {
    font-size: 0.26rem;
  }
  .products .a .hd p {
    line-height: 0.24rem;
    margin-top: 0.2rem;
  }
  .products .a .hd h2::after {
    width: 0.6rem;
  }
  .products .a dd {
    line-height: 0.24rem;
  }
  .products .a .flex {
    display: block;
  }
  .products .a .flex .pic {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .products .b dt {
    font-size: 0.22rem;
  }
  .products .b .btn {
    width: 1.5rem;
    height: 0.45rem;
    font-size: 0.16rem;
  }
  .newsitem .ft .flex {
    display: block;
  }
  .newsitem .ft .flex_item:last-child {
    text-align: left;
    margin-top: 0.1rem;
  }
  .About .c .bd {
    position: static;
    height: auto;
    background: none;
  }
  .About .c .bd dl {
    position: relative;
    max-width: 100%;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0 0 0.2rem 0.3rem !important;
  }
  .About .c .bd dl::after {
    bottom: auto;
    top: 0;
  }
  .prolists .bd .box .flex {
    display: block;
  }
  .prolists .bd dl {
    padding: 25px;
  }
  .prolists .bd dt {
    font-size: 0.22rem;
    font-weight: bold;
  }
  .prolists .bd dt::after {
    margin-top: 0.2rem;
  }
  .prolists .bd .btn {
    margin-top: 0.1rem;
  }
  .prolists {
    font-size: 0.14rem;
  }
  .prolists .bd dd {
    min-height: auto;
  }
  .prolists .bd .box:nth-child(even) {
    background-size: cover;
  }
  .list_card .inbox {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .list_card .inbox .in {
    width: 45%;
    margin-bottom: 0.15rem;
  }
  .list_card .inbox img {
    width: 0.6rem;
  }
  .products .a .bd-4 .box .flex_item > img {
    height: auto;
  }
  .products .a .bd .col-3 > li {
    width: 100%;
  }
  .products .a .bd .col-3 > li p {
    font-size: 0.14rem;
    line-height: 0.4rem;
  }
  .products .a .bd .col-3 > li .pic {
    margin: 0;
  }
  .contentus .a .bd .box {
    width: 100%;
    position: static;
    padding: 0.2rem;
  }
  .contentus .title {
    font-size: 0.2rem;
  }
  .contentus .a .bd .map {
    height: 3rem;
  }
  .contentus .b .bd ul,
  .contentus .c .bd ul {
    margin: 0;
  }
  .contentus .b .bd li,
  .contentus .c .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .contentus .b,
  .contentus .c {
    padding: 0.3rem 0;
  }
  .contentus .b .bd,
  .contentus .c .bd {
    padding-top: 0.2rem;
  }
  .contentus .a {
    padding-top: 0.3rem;
  }
  .contentus .title span::after,
  .contentus .title span::before {
    display: none;
  }
}
.scrolls {
  position: fixed;
  /* 	top:48px; */
}
.son:not(.first) {
  margin-top: 0.3rem;
  line-height: 2;
}
.son_t {
  color: #fa73a0;
  font-size: 0.18rem;
}
.son_b {
  font-size: 0.16rem;
  text-indent: 1em;
}
.ma_t {
  margin-top: 2%;
}
.products .a dt.sml {
  font-size: 0.28rem;
}
.menu,
.menu * {
  font-size: 0.18rem;
}
.menu {
  text-align: center;
  padding: 2% 0;
  border-bottom: 1px solid #eee;
  z-index: 10;
  background: #fff;
}
.menu li {
  display: inline-block;
  line-height: 2;
  border-radius: 0.4rem;
  margin: 0.5%;
  border: 1px solid #004bae;
}
.menu li a {
  padding: 0 10px;
}
.menu li:hover,
.menu li.current {
  border-color: #f60;
  background: #f60;
}
.menu li:hover a,
.menu li.current a {
  color: #fff;
}
@media (max-width: 768px) {
  .son:not(.first) {
    margin-top: 0.2rem;
  }
  .son_t {
    font-size: 0.16rem;
  }
  .son_b {
    font-size: 0.14rem;
  }
  .menu li {
    margin: 2%;
  }
}
