body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #fff;
}

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: #003c89;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 15rem;
  margin: 0 auto;
  max-width: 95%;
  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 {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.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;
  max-width: 90vw;
  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;
}
.searchdialog img {
  margin-left: 0.1rem;
  width: 0.23rem;
}
.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}
.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  font-size: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  padding: 0 0.5rem;
}
.header.on {
  font-size: 0.16rem;
}
.header.on .nav > li > a {
  line-height: 0.6rem;
}
.header.on .logo {
  height: 0.6rem;
}
.header.on .logo img {
  width: 0.5rem;
}
.header.on .tel {
  font-size: 0.18rem;
}
.header.on .search input {
  height: 0.36rem;
  font-size: 0.14rem;
}
.header .flex {
  justify-content: space-between;
}
.header .logo {
  width: 1.35rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}
.header .logo img {
  width: 0.97rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  position: relative;
  padding: 0 0.25rem;
}
.header .nav > li > a {
  display: block;

  line-height: 1.1rem;
  position: relative;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  color: #003c89;
  font-weight: bold;
}
.header .nav > li.on > a::after,
.header .nav > li:hover > a::after {
  content: "";
  background-image: linear-gradient(to right, #003c89, #297aba);
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header .tel {
  font-size: 0.26rem;
  color: #003c89;
  font-style: italic;
  font-weight: bold;
  background: url(../images/tel.png) left center no-repeat;
  background-size: 0.25rem auto;
  padding-left: 0.3rem;
}
.header .side {
  display: flex;
  align-items: center;
}

.header .side .search > i {
  display: block;
  width: 0.24rem;
  margin-left: 0.2rem;
  height: 0.24rem;
  cursor: pointer;
  background: url(../images/searchblue.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav > li:hover .dropdown {
  display: block;
}

.header .dropdown {
  width: 3rem;
  left: 0;
  display: none;
  padding: 0.1rem 0;
  top: 100%;
  border-top: 2px solid #174d94;
  line-height: 0.52rem;
  font-size: 0.16rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.header .dropdown > ul > li:hover > a {
  color: #fff;
  background: #174d94;
}
.header .dropdown li {
  position: relative;
}
.header .dropdown > ul > li:hover > ol {
  display: block;
}
.header .dropdown a i {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  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);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.2rem;
}
.header .dropdown ol > li:hover > ol {
  display: block;
}
.header .dropdown a:hover i {
  border-color: #fff;
}
.header .dropdown a {
  display: block;
  position: relative;
  padding-left: 0.2rem;
  color: #666;
}
.header .dropdown ol {
  position: absolute;
  width: 2.5rem;
  display: none;
  top: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.header .dropdown ol.xs {
  width: 2.24rem;
  background: rgba(255, 255, 255, 0.6);
}
.header .dropdown ol.xs a:hover {
  color: #fff;
  background: #668ab8;
}
.header .dropdown .sm > li > a:hover {
  color: #fff;
  background: #3262a1;
}
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  font-size: 0.18rem;
  bottom: 0;
  left: 0;
  padding-top: 0.57rem;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu .tabtitle {
  line-height: 0.5rem;
  width: 1.3rem;
}
.ws-wap-menu .tabtitle li {
  padding-left: 0.15rem;
}
.ws-wap-menu .tabtitle li.on {
  background: #f6f6f6;
  color: #003c89;
}
.ws-wap-menu .flex_item {
  background: #f6f6f6;
}
.ws-wap-menu .tabcontent {
  padding: 0 0.2rem;
}
.ws-wap-menu .tabcontent h3 {
  font-size: 0.13rem;
  position: relative;
  padding: 0.15rem 0;
  font-weight: bold;
}
.ws-wap-menu .tabcontent ol .suba {
  position: relative;
  font-size: 13px;
  display: block;
}
.ws-wap-menu .tabcontent h3::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 0 0 1px;
  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);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
.ws-wap-menu .tabcontent ol .suba::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  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);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
.ws-wap-menu .tabcontent ol .suba.on::after {
  border-width: 1px 0 0 1px;
}
.ws-wap-menu .tabcontent h3.on::after {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu .tabcontent ol {
  line-height: 0.36rem;
  font-size: 0.12rem;
  display: none;
}
.ws-wap-menu .tabcontent ol ol a {
  color: #666;
}
.ws-wap-menu .bd {
  display: flex;
  height: 100%;
}
.ws-wap-menu.on {
  z-index: 98;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #105ebe;
}

.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 {
  height: 100vh;
}
.homepage > div > .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.homepage > div > .swiper-slide > div {
  width: 100%;
}
.homepage .banner .mySwiper {
  height: 100%;
  width: 100%;
}
.homepage .banner .mySwiper img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  color: #003c89;
}
.homepage .banner .swiper-button-prev {
  left: 0.5rem;
}
.homepage .banner .swiper-button-next {
  right: 0.5rem;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.search_mobile {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  background: #fff;
  padding: 0.75rem 0.15rem 0.15rem;
  z-index: 98;
}
.search_mobile .flex {
  background: #003c89;
  border-radius: 0.5rem;
  height: 0.5rem;
  display: block;
  position: relative;
  padding: 0 0.2rem;
}
.search_mobile .flex input {
  width: 100%;
  padding-left: 0.2rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  color: #fff;
}
.search_mobile .flex img {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 0.18rem;
  transform: translate(0, -50%);
}
.homepage {
  font-size: 0.2rem;
}
.homepage .info {
  padding: 0 0 0 3.24rem;
}
.homepage .a .info {
  display: flex;
  padding-right: 0.5rem;
  justify-content: space-between;
}
.homepage .a .left {
  width: 73%;
}
.homepage .a .left .swiper-pagination {
  text-align: right;
}
.homepage .a .left .swiper-pagination-bullet {
  border-radius: 0;
  width: 0.24rem;
  height: 0.06rem;
}
.homepage .a .left .swiper-pagination-bullet-active {
  width: 0.44rem;
  background: #003c89;
}
.homepage .a .left .swiper p {
  margin-top: 0.15rem;
}
.homepage .a .left .swiper img {
  height: 5rem;
}
.homepage .a .left .lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  margin: -0.1rem -0.1rem 0;
}
.homepage .a .left ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0.15rem -0.1rem -0.1rem;
}
.homepage .a .left ol li {
  width: 33.333%;
  padding: 0.1rem;
  position: relative;
}
.homepage .a .left ol b {
  font-size: 0.18rem;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  top: 50%;
  color: #003c89;
  transform: translate(-50%, -50%);
}
.homepage .a .left .lists li {
  width: 25%;
  padding: 0.1rem;
}
.homepage .a .left .lists li a {
  display: block;
  position: relative;
}
.homepage .a .left .lists li p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.05rem 0.15rem;
  background: rgba(0, 60, 137, 0.7);
  color: #fff;
  opacity: 0;
  width: 100%;
}
.homepage .a .left .lists li:hover p {
  opacity: 1;
}
.homepage .a .left .lists img {
  height: 1.5rem;
}
.homepage .a .side {
  width: 25%;
}
.homepage .a .side ul {
  height: 3.45rem;
  background: url(../images/home_17.jpg) center no-repeat;
  background-size: cover;
}
.homepage .a .side ul li {
  height: 33.333%;
}
.homepage .a .side ol li {
  line-height: 0.48rem;
  display: flex;
  align-items: center;
}
.homepage .a .side ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.38rem;
  color: #003c89;
  font-size: 0.14rem;
  font-weight: bold;
}
.homepage .a .side ul li a:hover {
  color: #fff;
  background: #003c89;
}
.homepage .a .side ul li dt {
  font-size: 0.22rem;
  font-weight: bold;
}
.homepage .a .side ol li a {
  flex: 1;
}
.homepage .a .side ol li span {
  font-size: 0.16rem;
  color: #999;
}
.homepage .a .title {
  display: flex;
  line-height: 0.24rem;
  align-items: center;
  margin: 0.5rem 0 0.1rem;
  justify-content: space-between;
}
.homepage .a .title span {
  color: #003c89;
  font-size: 0.24rem;
  border-left: 3px solid #003c89;
  padding-left: 0.1rem;
}
.homepage .a .title a {
  color: #666;
  font-size: 0.18rem;
}

.homepage .b .info ul {
  display: flex;
  color: #fff;
}
.homepage .b .info ul > li {
  flex: 1;
  position: relative;
}
.homepage .b .info ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.homepage .b .info ul > li:hover::before {
  background: rgba(0, 60, 137, 0.5);
}
.homepage .b .info ul > li:hover ol,
.homepage .b .info ul > li:hover .more {
  opacity: 1;
  transform: translateY(-10px);
}
.homepage .b .info .pic img {
  height: 100vh;
}
.homepage .b .info ul ol {
  position: absolute;
  left: 0.7rem;
  font-size: 0.22rem;
  line-height: 0.48rem;
  top: 50%;
  right: 0.7rem;
  transition: all 0.5s;
  opacity: 0;
  z-index: 5;
}
.homepage .b .info ul ol a {
  color: #fff;
}
.homepage .b .info ul ol a:hover {
  color: #f4a42d;
}
.homepage .b .info ul .more {
  position: absolute;
  bottom: 0.7rem;
  z-index: 5;
  opacity: 0;
  color: #fff;
  text-decoration: underline;
  right: 0.7rem;
}
.homepage .b .info ul dl {
  position: absolute;
  top: 2.27rem;
  z-index: 5;
  font-size: 0.32rem;
  white-space: nowrap;
  left: 0;
  width: 100%;
  text-align: center;
}
.homepage .c .box {
  display: flex;
  background: #fff;
}
.homepage .c .box .tab {
  width: 4.35rem;
  color: #6c6c6c;
  font-size: 0.26rem;
  line-height: 1.3rem;
}
.homepage .c .box .tab li {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  cursor: pointer;
  position: relative;
}
.homepage .c .box .tab li .flex_item {
  border-bottom: 1px dashed #ccc;
  margin: 0 0.15rem;
}
.homepage .c .box .tab li.on {
  color: #fff;
  background: #003c89;
}
.homepage .c .box .tab li.on::after {
  content: "";
  width: 0.39rem;
  height: 1.3rem;
  position: absolute;
  top: 0;
  right: 100%;
  background: url(../images/home_50.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .box .tab li.on i {
  background-image: url(../images/home_48_on.png);
}
.homepage .c .box .tab i {
  display: block;
  width: 41px;
  background-image: url(../images/home_48.png);
  background-repeat: no-repeat;
  height: 41px;
}
.homepage .c .box .tab .i2 {
  background-position: 0 -130px;
}
.homepage .c .box .tab .i3 {
  background-position: 0 -262px;
}
.homepage .c .box .tab .i4 {
  background-position: 0 -394px;
}
.homepage .c .box .tab .i5 {
  background-position: 0 -525px;
}
.homepage .c .box .tabcontent {
  padding: 0 1rem;
  background: url(../images/home_45.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.homepage .c .box .tabbox ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: rgba(0, 0, 0, 0.4);
}
.homepage .c .box .tabbox ul li {
  width: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.homepage .c .box .tabbox ul li dl {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 0.16rem;
}
.homepage .c .box .tabbox ul li dt {
  font-size: 0.24rem;
}
.homepage .c .box .tabbox ul li .pic {
  opacity: 0;
}
.homepage .c .box .tabbox ul li:hover .pic {
  opacity: 1;
}
.homepage .c .box .tabbox ul li:hover dl {
  opacity: 0;
}
.homepage .c .box .tabbox ul li p {
  position: absolute;
  color: #fff;
  display: flex;
  font-size: 0.24rem;
  align-items: center;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.15rem;
}
.homepage .c .box .tabbox ul li p span {
  display: flex;
  width: 0.3rem;
  align-items: center;
  justify-content: center;
  height: 0.3rem;
  border-radius: 50%;
  color: #003c89;
  background: #fff;
}
.homepage .d .flex {
  background: #d7dde5;
}
.homepage .d .flex .box {
  padding: 0 0.5rem;
}
.homepage .d .flex p {
  color: #666;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  margin: 0.2rem 0;
}
.homepage .d .flex h4 {
  font-size: 0.36rem;
}
.homepage .d .flex .more {
  text-align: right;
}
.homepage .d .flex .more a {
  text-decoration: underline;
  color: #003c89;
}
.homepage .d .pic {
  width: 10.7rem;
}
.homepage .d .mySwiper .swiper-slide span,
.homepage .d .mySwiper01 .swiper-slide span {
  display: block;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  cursor: pointer;
  border: 1px solid #ddd;
  margin-right: -1px;
  position: relative;
  padding: 0.1rem 0.25rem;
}
.homepage .d .mySwiper .swiper-slide-thumb-active span,
.homepage .d .mySwiper01 .swiper-slide-thumb-active span {
  color: #fff;
  background-image: linear-gradient(to right, #013e8a, #2979ba);
}
.homepage .d .mySwiper .swiper-slide-thumb-active span::after,
.homepage .d .mySwiper01 .swiper-slide-thumb-active span::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #145aa0;
}
.homepage .e {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
}
.homepage .e .info {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.homepage .e .info .tabtitle {
  width: 3.1rem;
  padding: 0.3rem 0;
  font-size: 0.22rem;
  background: rgba(1, 62, 138, 0.7);
  color: #c3cfde;
  line-height: 0.62rem;
  margin-right: 0.8rem;
}
.homepage .e .info .tabtitle li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  cursor: pointer;
}
.homepage .e .info .tabtitle li.on {
  color: #fff;
}
.homepage .e .info .tabtitle li.on::after {
  content: "";
  width: 5px;
  height: 27px;
  background: #003c89;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .e .info .tabbox dt {
  font-weight: bold;
  color: #003c89;
  font-size: 0.36rem;
}
.homepage .e .info .tabbox .more {
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
.homepage .e .info .tabbox dd {
  font-size: 0.22rem;
  padding: 0.3rem 0;
}
.homepage .e .info .tabbox ul {
  display: flex;
  margin: -0.1rem;
  flex-wrap: wrap;
}
.homepage .e .info .tabbox ul li {
  width: 33.333%;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.1rem;
}
.homepage .e .info .tabbox ul li p {
  line-height: 0.6rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  background: rgba(60, 107, 166, 0.8);
}
.homepage .c,
.homepage .a {
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
}
.homepage .d {
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
}
.homepage .f {
  background: url(../images/home_64.jpg) center no-repeat;
  background-size: cover;
}
.homepage .f .info {
  padding-right: 0.5rem;
}
.homepage .f .info dt {
  font-size: 0.48rem;
  color: #00599f;
}
.homepage .f .info dd {
  text-transform: uppercase;
  color: #ae8036;
  font-size: 0.18rem;
}
.homepage .f .info .hd {
  padding: 0.4rem 0;
}
.homepage .f .info .hd p {
  line-height: 0.36rem;
  padding-bottom: 0.2rem;
}
.homepage .f .info .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .f .info .bd ul li {
  width: 20%;
  border-left: 1px solid #ddd;
  padding: 0 0.35rem;
}
.homepage .f .info .bd ul li span {
  font-weight: bold;
  color: #000;
  font-size: 0.3rem;
}
.homepage .f .info .bd ul li b {
  font-size: 1rem;
}
.homepage .f .info .bd ul li p {
  line-height: 0.36rem;
  color: #505050;
  margin-top: 0.2rem;
}
.footer {
  background: url(../images/home_65.jpg) center no-repeat;
  background-size: cover;
  padding-top: 1rem;
  height: 100vh;
  font-size: 0.2rem;
  position: relative;
}
.footer .info {
  padding: 0 0.5rem;
}
.footer .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .hd p {
  text-align: right;
  color: #484848;
  line-height: 0.36rem;
}
.footer .bd {
  display: flex;
  padding: 0.45rem 0 0.75rem;

  line-height: 0.45rem;
  justify-content: space-between;
}
.footer .bd h4 {
  font-size: 0.22rem;
  padding-bottom: 0.1rem;
}
.footer .bd dt {
  color: #666;
}
.footer .bd dd span {
  font-size: 0.36rem;
}
.footer .bd li a {
  color: #666666;
}
.footer .share {
  margin-top: 0.3rem;
}
.footer .share li {
  position: relative;
  margin-right: 0.2rem;
  padding-bottom: 0.15rem;
}
.footer .share li .code {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 1.39rem;
}
.footer .share li:hover a {
  background: #265093;
}
.footer .share li:hover .up {
  display: none;
}
.footer .share li:hover .down {
  display: inline-block;
}
.footer .share li a {
  display: flex;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  justify-content: center;
  border: 1px solid #999;
  border-radius: 50%;
}
.footer .share li a img {
  height: 0.24rem;
}
.footer .share li .code::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 0.15rem;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.footer .share li a .down {
  display: none;
}
.footer .share li:hover .code {
  display: block;
}
.footer .ft {
  font-size: 0.18rem;
  line-height: 0.85rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.footer .ft .flex_item a {
  padding: 0 0.15rem;
}
.footer .ft li + li::before {
  content: "|";
  padding: 0 0.15rem;
  color: #999;
}
.fp-watermark {
  display: none;
}
.homemenu {
  color: #505050;
  font-size: 0.2rem;
  position: fixed;
  left: 0.5rem;
  z-index: 99;
  bottom: 1.2rem;
  opacity: 0;
}
.homemenu.on {
  opacity: 1;
}
.homemenu .mySwiper {
  height: 4.6rem;
}

.homemenu .swiper-slide-thumb-active dd {
  opacity: 1;
}
.homemenu .swiper-slide-thumb-active dl {
  color: #003c89;
}
.homemenu .swiper-slide-thumb-active dl::before {
  border-color: #003c89;
}
.homemenu dl {
  padding-left: 0.22rem;
  position: relative;
  cursor: pointer;
}
.homemenu dl::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #505050;
}
.homemenu dd {
  font-size: 0.14rem;
  color: #003c89;
  opacity: 0;
}

/**/
.baner_info {
  position: relative;
  font-size: 0.2rem;
  color: #fff;
}
.baner_info .bd {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.baner_info .bd .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.baner_info .bd dl {
  max-width: 8.35rem;
}
.baner_info .bd dd {
  line-height: 0.36rem;
}
.baner_info .bd dt {
  font-size: 0.6rem;
  padding-bottom: 0.2rem;
}
.baner_info .bd .bread {
  background: url(../images/pro_06.png) left center no-repeat;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
  position: absolute;
  right: 0;
  bottom: 0.6rem;
}
.baner_info .bd .bread a {
  color: #fff;
}
.productlists {
  font-size: 0.2rem;
  padding: 0.2rem 0 0.6rem;
}
.productlists ul > li {
  display: flex;
  margin-top: 0.4rem;
}
.productlists ul > li .pic {
  width: 6.4rem;
}
.productlists ul > li .flex_item {
  background: url(../images/pro_09.jpg) center no-repeat;
  background-size: cover;
  position: relative;

  padding: 0 0.3rem;
}
.productlists ul > li .flex_item::after {
  content: "";
  width: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  transition: all 0.3s;
  border-bottom: 4px solid #003c89;
}
.productlists ul > li ol {
  display: flex;
  flex-wrap: wrap;
}
.productlists ul > li ol li {
  width: 33.333%;
  margin-top: 0.2rem;
  transition: all 0.3s;
  background: url(../images/pro_14.png) left center no-repeat;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
}
.productlists ul > li ol li:hover {
  padding-left: 0.4rem;
}
.productlists ul h3 {
  border-bottom: 2px solid #cbd5e2;
  font-size: 0.36rem;
  padding: 0.5rem 0 0.3rem;
  margin-bottom: 0.15rem;
  color: #003c89;
}
.productlists ul > li:hover .flex_item {
  background: url(../images/pro_05.jpg) center no-repeat;
  background-size: cover;
  border: none;
}
.productlists ul > li:hover .flex_item::after {
  width: 0;
}
.productlists ul > li:hover h3,
.productlists ul > li:hover a {
  color: #fff;
}
.productlists ul > li:hover li {
  background: url(../images/pro_07.png) left center no-repeat;
  background-size: 0.2rem auto;
}
/**/
.pages {
  text-align: center;
  padding: 0.55rem 0;
  font-size: 0.18rem;
}

.pages a.on,
.pages a:hover {
  color: #fff;
  background: #003c89;
  border-color: #003c89;
}
.pages a {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #ccc;
  line-height: 0.45rem;
}
.pages .prev {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 0 0 1px 1px;
  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);
}
.pages .next {
  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);
}
.products .bd {
  padding-top: 0.6rem;
  font-size: 0.18rem;
}
.products .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.products .bd ul li {
  width: 33.333%;
  padding: 0.2rem;
}
.products .bd ul li a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  padding: 0.4rem;
}
.products .bd ul li dt {
  font-size: 0.24rem;
  text-align: center;
}
.products .bd ul li p {
  line-height: 0.3rem;
  margin: 0.15rem 0 0.25rem;
  color: #666;
}
.products .bd ul li .more {
  display: flex;
  font-size: 0.16rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 0.42rem;
  margin: 0 auto;
  background: #939393;
}
.products .bd ul li .hot {
  background: url(../images/pro_03.png) center no-repeat;
  width: 0.72rem;
  height: 0.28rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.16rem;
  top: 0;
}
.products .bd ul li:hover a {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}
.products .bd ul li:hover .more {
  background: #003c89;
}
/**/
.case {
  padding: 0.6rem 0;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.case .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.case .bd ul li {
  width: 50%;
  padding: 0.2rem;
}
.case .bd ul li a {
  display: block;
  position: relative;
  color: #333;
  background: #f6f6f6;
}
.case .bd ul li a:hover {
  transform: translateY(-0.1rem);
}
.case .bd ul li a dl {
  padding: 0.4rem;
}
.case .bd ul li a dt {
  font-size: 0.42rem;
}
.case .bd ul li a p {
  margin: 0.3rem 0;
}
.case .bd ul li a .more {
  display: flex;
  align-items: center;
  color: #003c89;
}
.case .bd ul li a .more i {
  display: block;
  width: 0.2rem;
  position: relative;
  height: 0.2rem;
  border-radius: 50%;
  margin-left: 0.15rem;
  background: #003c89;
}
.case .bd ul li a .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: 8px;
}
.case .bd ul li a:hover::after {
  width: 100%;
}
.case .bd ul li a::after {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  transition: all 0.3s;
  border-bottom: 4px solid #003c89;
}
/**/
.caselists {
  padding: 0.6rem 0 0;
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.caselists li + li {
  margin-top: 0.4rem;
}
.caselists li .flex {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  padding: 0.34rem 0 0.34rem 0.7rem;
  margin-right: 0.7rem;
  color: #333;
}
.caselists li h3 {
  font-size: 0.48rem;
}
.caselists li .more {
  font-size: 0.16rem;
  background: #939393;
  width: 1.3rem;
  height: 0.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caselists li:hover .more {
  background: #003c89;
  color: #fff;
}
.caselists li p {
  margin: 0.3rem 0;
}
.caselists li .flex .pic {
  margin-right: -0.7rem;
  width: 5.92rem;
  margin-left: 0.5rem;
}
.particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
/**/
.proitem {
  font-size: 0.2rem;
}
.proitem .a {
  padding: 0.6rem 0;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.aboutus .a,
.aboutus .d,
.aboutus .f,
.joinus .a,
.joinus .c {
  position: relative;
  overflow: hidden;
}
.aboutus .f {
  background: #f5f5f5;
}
.proitem .a .container,
.aboutus .a .container,
.aboutus .d .container,
.aboutus .f .container,
.joinus .a .container,
.joinus .c .container {
  position: relative;
  z-index: 9;
}
.news .a {
  position: relative;
}
.waves-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 185px;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  pointer-events: none;
}
/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5)
    infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  -o-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
.proitem .a .pic {
  border: 1px solid #ddd;
}
.proitem .a .box {
  padding-left: 0.65rem;
  line-height: 0.42rem;
}
.proitem .a .box h4 {
  font-weight: bold;
}
.proitem .a .box ul {
  font-size: 0.18rem;
}
.proitem .a .box h1 {
  font-size: 0.48rem;
  color: #003c89;
}
.proitem .a .box p {
  color: #666;
  margin: 0.15rem 0;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.proitem .b {
  padding: 0.6rem 0 0.3rem;
}
.proitem .b .flex_item .title,
.proitem .d .title,
.joinus .title {
  font-size: 0.48rem;
}
.proitem .b .flex_item .title::after,
.proitem .d .title::after,
.joinus .title::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.05rem;
  background: #003c89;
  margin: 0.2rem 0 0.3rem;
}
.proitem .b .flex_item .bd {
  padding-bottom: 0.3rem;
}
.proitem .b .flex_item .bd p {
  margin-bottom: 0.15rem;
  line-height: 0.3rem;
}
.proitem .b .flex_item .bd dl {
  padding: 0.2rem 0;
}
.proitem .b .flex_item dt {
  font-weight: bold;
  font-size: 0.24rem;
  color: #003c89;
}
.proitem .b .flex_item dd {
  line-height: 0.42rem;
  margin-top: 0.1rem;
}

.proitem .b .info {
  display: flex;
}
.proitem .b .container > div > .flex_item {
  padding-right: 3.65rem;
}
.proitem .b .side {
  width: 2.65rem;
  position: sticky;
  top: 0.8rem;
  float: right;
}
.proitem .b .side .title {
  font-size: 0.32rem;
  line-height: 0.32rem;
  border-left: 3px solid #003c89;
  padding-left: 0.1rem;
  margin-bottom: 0.15rem;
}
.proitem .b .side .bd li {
  padding: 0.15rem 0;
}
.proitem .b .side .bd li .pic {
  border: 1px solid #ddd;
  margin-bottom: 0.1rem;
}
.proitem .c {
  background: #f6f6f6;
  padding: 0.75rem 0;
}
.proitem .c ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.proitem .c ul li {
  width: 33.333%;
  padding: 0.2rem;
}
.proitem .c ul a {
  background: #fff;
  height: 1.38rem;
  border: 1px solid #ccc;
  padding: 0 0.56rem;
}
.proitem .c ul a img {
  height: 0.56rem;
}
.proitem .c ul a dd {
  color: #666;
  font-size: 0.16rem;
  margin-top: 0.05rem;
}
.proitem .c ul a dt {
  font-size: 0.24rem;
}
.proitem .d {
  background: #f6f6f6;
  padding: 0.75rem 0;
}
.proitem .d ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.proitem .d ul li {
  width: 33.333%;
  padding: 0.2rem;
}
.proitem .d ul li a {
  display: block;
  background: #e0e0e0;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.8rem;
}
/**/
.newsitem .hd {
  padding-bottom: 0.3rem;
}
.newsitem .hd h1 {
  font-weight: bold;
  color: #003c89;
  font-size: 0.48rem;
  line-height: 0.6rem;
  padding-bottom: 0.15rem;
}
.newsitem .hd p span {
  color: #666;
  font-size: 0.18rem;
  padding-right: 0.2rem;
}
.newsitem .bd p {
  line-height: 0.38rem;
  padding-bottom: 0.2rem;
}
.newsitem .ft {
  border-top: 1px solid #eee;
  padding: 0.2rem 0;
  line-height: 0.42rem;
}
.newsitem .ft li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsitem .ft .back {
  background: url(../images/back.png) left center no-repeat;
  padding-left: 0.3rem;
  background-size: 0.2rem auto;
  display: block;
  margin-left: 0.2rem;
}
.news .tab {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  font-size: 0.24rem;
}
.news .tab li {
  margin-left: 0.46rem;
}
.news .tab li a {
  display: block;
  position: relative;
  line-height: 1rem;
}
.news .tab li.on a {
  color: #003c89;
}
.news .tab li.on a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px solid #003c89;
}
.news .tab .flex_item {
  position: relative;
}
.news .tab .flex_item span {
  color: #f3f3f3;
  font-size: 0.6rem;
  line-height: 1rem;
  display: block;
  text-transform: uppercase;
}
.news .tab .flex_item b {
  font-size: 0.36rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-weight: normal;
}
.news {
  font-size: 0.18rem;
}
.news .a {
  padding: 0.7rem 0 1.1rem;
}
.news .a .swiper {
  padding-bottom: 0.4rem;
}
.news .a .swiper .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.news .a .swiper-pagination-bullet {
  background: #003c89;
}
.news .a .pic {
  width: 55%;
}
.news .a .box {
  padding: 0 0.5rem;
}
.news .a .box p {
  line-height: 0.36rem;
  margin-top: 0.15rem;
  min-height: 1.95rem;
  color: #666;
}

.news .a .box .data {
  color: #999;
  font-size: 0.16rem;
}
.news .a .box h4 {
  font-size: 0.26rem;
  color: #003c89;
  line-height: 0.42rem;
}
.news .b {
  padding-top: 0.6rem;
}
.news .b .bd li:first-child a {
  border-top: 1px solid #eee;
}
.news .b .bd li {
  transition: all 0.5s;
}
.news .b .bd li:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  background: #edf1f5;
}
.news .b .bd li a {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.news .b .bd li .pic {
  width: 3.79rem;
  margin-left: 1rem;
}
.news .b .bd li p {
  line-height: 0.32rem;
  margin: 0.2rem 0;
  color: #666;
}
.news .b .bd li .data {
  font-size: 0.16rem;
  color: #999;
}
.news .b .bd li h4 {
  font-size: 0.26rem;
}
.news .b .bd li .more,
.news .a .more {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #003c89;
}
.news .b .bd li .more i,
.news .a .more i {
  display: block;
  width: 0.2rem;
  position: relative;
  height: 0.2rem;
  border-radius: 50%;
  margin-left: 0.15rem;
  background: #003c89;
}
.news .b .bd li .more i::after,
.news .a .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: 8px;
}
/**/
.joinus {
  font-size: 0.2rem;
}
.joinus .a,
.joinus .c {
  background: #f5f5f5;
  padding: 0.8rem 0;
}
.joinus .a .flex {
  background: #fff;
}
.joinus .a .box {
  padding: 0 0.6rem;
}
.joinus .a .box h4 {
  font-size: 0.42rem;
  color: #003b89;
}
.joinus .a .box p {
  line-height: 0.42rem;
  margin-top: 0.3rem;
}
.joinus .b {
  padding: 0.8rem 0;
}
.joinus .b li {
  margin-top: 0.3rem;
  position: relative;
}
.joinus .b li img {
  width: 68%;
}
.joinus .b li .box {
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  transform: translate(0, -50%);
  width: 5.7rem;
  padding: 0.45rem;
}
.joinus .b li .box dd {
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.joinus .b li .box dt {
  font-weight: bold;
  font-size: 0.32rem;
  background: url(../images/joinus_11.png) top right no-repeat;
  background-size: 0.41rem auto;
}
.joinus .c .bd {
  position: relative;
  padding: 0 3.96rem;
}

.joinus .c .bd .side li {
  width: 3.96rem;
  position: absolute;
  left: 0;
  top: 0;
}
.joinus .c .bd .side li:nth-child(2) {
  bottom: 0;
  top: auto;
}
.joinus .c .bd .side li:nth-child(3) {
  position: absolute;
  left: auto;
  right: 0;
}
.joinus .c .bd .side li:nth-child(4) {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.joinus .c .bd .side li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.1rem;
}

.joinus .c .bd .side dt {
  font-size: 0.32rem;
  font-weight: bold;
}
.joinus .c .bd .side .down {
  display: none;
}
.joinus .c .bd .side img {
  width: 0.77rem;
  margin-right: 0.15rem;
}
.joinus .c .bd .side li a:hover {
  background: #b1853d;
  color: #fff;
}
.joinus .c .bd .side a:hover .up {
  display: none;
}
.joinus .c .bd .side a:hover .down {
  display: block;
}
.joinus .c .bd .flex_item {
  padding: 0 0.25rem;
}
.joinus .c .bd .flex_item img {
  width: 100%;
}
.joinus .d {
  margin-bottom: 0.8rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  background: url(../images/joinus_34.jpg) right center no-repeat;
  background-size: 50% 100%;
}
.joinus .d .box {
  width: 45%;
}
.joinus .d li {
  display: flex;
  line-height: 0.56rem;
  align-items: center;
}
.joinus .d li a {
  border-radius: 50%;
  border: 1px solid #666;
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
}
.joinus .d li a::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-top: -3px;
  right: 8px;
}
.joinus .d li .w {
  width: 50%;
}
.joinus .d .ft {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #eee;
}
.joinus .d .ft a {
  display: inline-block;
  line-height: 0.45rem;
  padding: 0 0.2rem;
  border: 1px solid #b1853d;
  margin-right: 0.15rem;
  border-radius: 0.45rem;
}
.swiper-vertical > .swiper-scrollbar {
  opacity: 0;
}
/**/
.aboutus {
  font-size: 0.18rem;
}
.aboutus .title {
  font-size: 0.48rem;
  text-align: center;
}
.aboutus .title::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.05rem;
  background: #003c89;
  margin: 0.2rem auto 0;
}
.aboutus .a {
  padding: 0.8rem 0;
  background: #f5f5f5;
}

.aboutus .a .bd a {
  display: block;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.aboutus .a .bd a::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus .a .bd a:hover::before {
  background: rgba(0, 60, 137, 0.5);
}
.aboutus .a .bd a:hover dd {
  display: block;
}
.aboutus .a .bd a:hover span {
  display: none;
}
.aboutus .a .bd a span {
  font-size: 0.16rem;
}
.aboutus .a .bd {
  margin-top: 0.4rem;
}
.aboutus .a .bd dl {
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 5;
  top: 50%;
  line-height: 0.32rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
.aboutus .a .bd dt {
  font-size: 0.36rem;
  margin: 0.2rem 0 0.1rem;
}
.aboutus .a .bd dd {
  display: none;
}
.aboutus .a .bd dd::before {
  content: "";
  display: block;
  width: 0.46rem;
  height: 0.03rem;
  background: #fff;
  margin: 0.1rem auto;
}
.aboutus .a dl img {
  height: 0.45rem;
}
.aboutus .a dl div {
  border-radius: 50%;
  border: 1px dashed #fff;
  width: 0.95rem;
  justify-content: center;
  height: 0.95rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.aboutus .a .bd a:hover dl div {
  border: none;
}
.baner_info .bd .box {
  text-align: center;
  line-height: 0.36rem;
  padding: 0 1.6rem;
  position: relative;
}
.baner_info .bd .box::before {
  content: "”";
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 1.3rem;
}
.baner_info .bd .box::after {
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.baner_info .bd .box p {
  margin: 0.5rem auto;
}
.baner_info .bd .box h4 {
  font-size: 0.6rem;
  padding-bottom: 0.2rem;
}
.baner_info .bd .box .video {
  font-size: 0.16rem;
  margin-top: 0.6rem;
}
.baner_info .bd .box .btn {
  width: 1.86rem;
  background: #003c89;
  margin: 0 0.1rem 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.59rem;
}
.baner_info .bd .box .btn + .btn {
  background: #fff;
  color: #003c89;
}
.baner_info .bd .box .video i {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.14rem;
}
.baner_info .bd .box .video i img {
  width: 26.8%;
  object-fit: contain;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: scale(0.91);
}
.baner_info .bd .box .video i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rota360 2s linear infinite;
  background: url(../images/bainyuancion1.png) no-repeat center;
  background-size: contain;
}
.aboutus .f .flex_item:hover .pic::after {
  background: rgba(0, 60, 137, 0.5);
}
.mask,
.videomask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.videobox {
  width: 8.4rem;
  border: 2px solid #fff;
  position: fixed;
  left: 50%;
  max-width: 96%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videobox .close {
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.9rem;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.videobox .close::after,
.videobox .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.3s;
}
.videobox .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.videobox .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dialog {
  width: 5.98rem;
  background: #fff;
  position: fixed;
  left: 50%;
  max-width: 96%;
  top: 50%;
  font-size: 0.16rem;
  line-height: 0.3rem;
  transform: translate(-50%, -50%);
}
.dialog .title {
  height: 1rem;
  color: #fff;
  padding: 0 0.4rem;
  background: url(../images/aboutus_43.jpg) center no-repeat;
  background-size: cover;
  font-size: 0.3rem;
  line-height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog .title .close {
  font-size: 0.5rem;
}
.dialog .bd {
  padding: 0.5rem;
}
.dialog .bd ul {
  height: 4.1rem;
  overflow-y: auto;
  border-top: 1px solid #ddd;
}
.dialog .bd li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
}
.dialog .bd dt {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog .bd dt .down {
  font-size: 0.3rem;
}
.dialog .bd dd {
  display: none;
}
.dialog .bd p {
  margin-top: 0.1rem;
}
.dialog .bd .c_9 {
  color: #999999;
}
.dialog .bd a {
  display: flex;
  margin-top: 0.2rem;
  align-items: center;
  color: #003c89;
  font-size: 0.18rem;
}
.dialog .bd a i {
  display: block;
  width: 0.2rem;
  position: relative;
  height: 0.2rem;
  border-radius: 50%;
  margin-left: 0.15rem;
  background: #003c89;
}
.dialog .bd a 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: 8px;
}
@keyframes rota360 {
  to {
    transform: rotate(0);
  }
  from {
    transform: rotate(360deg);
  }
}
.aboutus .b {
  padding: 0.8rem 0;
}
.aboutus .b .bd {
  display: flex;
  margin-top: 0.4rem;
}

/*定义滚动条高宽及背景高宽分别对应横竖滚动条的尺寸*/
.aboutus .b .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #b6c6da;
}
/*定义滚动条轨道内阴影+圆角*/
.aboutus .b .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #b6c6da;
}
/*定义滑块内阴影+圆角*/
.aboutus .b .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #003c89;
}

.aboutus .b .scroll {
  height: 5.76rem;
  padding-right: 0.7rem;
  overflow-y: auto;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.aboutus .b .scroll li {
  display: flex;
  margin-top: 0.25rem;
  line-height: 0.36rem;
}
.aboutus .b .scroll li span {
  display: block;
  width: 0.8rem;
}
.aboutus .b h3 {
  font-weight: bold;
  font-size: 0.72rem;
  color: #003c89;
}
.aboutus .b .tabcontent {
  width: 50%;
}
.aboutus .b .tabcontent .swiper {
  height: 7.5rem;
}
.aboutus .b .tab .swiper {
  height: 5.5rem;
  margin: 0;
  width: 100%;
}
.aboutus .b .tab {
  position: relative;
  height: 6.7rem;
  width: 50%;
  display: flex;
  align-items: center;
  color: #b1853d;
  font-weight: bold;
  font-size: 0.36rem;
  margin-top: 0.45rem;
  background: url(../images/aboutus_14.png) right bottom no-repeat;
  background-size: 100% 100%;
}
.aboutus .b .tab::before {
  content: "";
  border-left: 0.08rem solid #b6c6da;
  position: absolute;
  left: 0.935rem;
  top: 0;
  bottom: 0;
}
.aboutus .b .tab span {
  display: flex;
  padding-left: 0.8rem;
  cursor: pointer;
  align-items: center;
}
.aboutus .b .tab .swiper-slide {
  display: flex;
  align-items: center;
}
.aboutus .b .tab .swiper-slide-thumb-active span {
  color: #003c89;
}
.aboutus .b .tab .swiper-slide-thumb-active span::before {
  border-color: #003c89;
}
.aboutus .b .tab span::before {
  content: "";
  width: 0.23rem;
  display: block;
  border: 5px solid #b1853d;
  border-radius: 50%;
  margin-right: 0.1rem;
  background: #fff;
  height: 0.23rem;
}
.aboutus .b .swiper-button-next,
.aboutus .b .swiper-button-prev {
  width: 0.52rem;
  background: #fff;
  border-radius: 50%;
}
.aboutus .b .swiper-button-next.swiper-button-disabled,
.aboutus .b .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.aboutus .b .swiper-button-next {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0.72rem;
}
.aboutus .b .swiper-button-prev {
  left: 0.72rem;
  top: 0;
}
.aboutus .b .swiper-button-next::after,
.aboutus .b .swiper-button-prev::after {
  display: none;
}
.aboutus .c {
  height: 8.6rem;
  padding-bottom: 0.55rem;
  display: flex;
  align-items: flex-end;
  background: url(../images/abooutus_02.jpg) bottom center no-repeat;
}
.aboutus .c img {
  width: 100%;
}
.aboutus .c .bd {
  position: relative;
  height: 5.6rem;
}
.aboutus .c .swiper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.aboutus .c .swiper-slide img {
  width: 2rem;
  max-height: 4rem;
}
.aboutus .c .swiper-slide-active {
  margin-right: 0.2rem !important;
}
.aboutus .c .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.aboutus .c .swiper-slide-active img {
  width: 4rem;
  max-height: 7rem;
}
.aboutus .c .swiper-button-next,
.aboutus .c .swiper-button-prev {
  top: 0.5rem;
  margin: 0;
  color: #ccc;
}
.aboutus .d {
  background: #f5f5f5;
  padding: 0.8rem 0;
}
.aboutus .d .bd {
  background: url(../images/aboutus_41.png) right center no-repeat;
  background-size: 60% 100%;
  height: 7.2rem;
  padding-right: 60%;
  display: flex;
  align-items: center;
}
.aboutus .d p {
  line-height: 0.32rem;
  color: #666;
  margin-top: 0.15rem;
}
.aboutus .d .bd ul {
  margin-top: 0.8rem;
}
.aboutus .d .bd ul li {
  flex: 1;
}
.aboutus .d .bd ul b {
  color: #003c89;
  font-size: 0.56rem;
}
.aboutus .d .bd ul li + li {
  border-left: 1px solid #ddd;
  padding-left: 0.2rem;
}
.aboutus .d .title {
  text-align: left;
}
.aboutus .d .title::after {
  margin: 0.2rem 0 0.5rem;
}
.aboutus .d .more a {
  color: #003c89;
  display: flex;
  margin-top: 0.4rem;
  align-items: center;
}
.aboutus .d .more a i {
  display: block;
  width: 0.2rem;
  position: relative;
  height: 0.2rem;
  border-radius: 50%;
  margin-left: 0.15rem;
  background: #003c89;
}
.aboutus .d .more a 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: 8px;
}
.aboutus .f {
  padding: 0.8rem 0;
}
.aboutus .f .flex_item {
  position: relative;
  color: #fff;
}
.aboutus .f .flex_item .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.aboutus .f dl {
  position: absolute;
  left: 0.4rem;
  z-index: 5;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  top: 0.4rem;
}
.aboutus .f dl dt {
  font-size: 0.36rem;
  padding-bottom: 0.1rem;
}
.aboutus .f .more {
  width: 0.6rem;
  height: 0.6rem;
  color: #fff;
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  font-size: 0.3rem;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  transform: rotate(-30deg);
  align-items: center;
  justify-content: center;
}
.aboutus .f .flex_item:hover .more {
  transform: rotate(0);
  color: #003c89;
  background: #fff;
}
.aboutus .f .flex_item:hover .pic::after {
}
/**/
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1700px) {
  html {
    font-size: 80px;
  }
  .header .nav > li {
    padding: 0 0.15rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 70px;
  }
  .header .nav > li {
    padding: 0 0.15rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
  .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;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0.1rem 0.15rem;
    background: rgba(255, 255, 255, 0.8);
  }

  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #666;
    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;
  }

  /**/
  .news .tab .flex_item,
  .header .tel,
  .header .search,
  .proitem .b .side,
  .footer .hd {
    display: none;
  }
  .news .tab,
  .header,
  .proitem {
    font-size: 0.16rem;
  }
  .baner_info {
    font-size: 0.14rem;
  }
  .news .tab li a {
    line-height: 0.45rem;
  }
  .news .tab li {
    margin: 0 0.3rem 0 0;
  }
  .header .logo {
    width: 0.4rem;
    height: auto;
    border: none;
  }
  .baner_info .bd dd {
    line-height: 0.22rem;
    margin-top: 0.1rem;
  }
  .baner_info img {
    height: 3rem;
  }
  .baner_info .bd dt {
    font-size: 0.24rem;
    padding-bottom: 0;
  }
  .baner_info .bd .bread {
    right: 15px;
    bottom: 0.2rem;
  }
  .proitem .b {
    padding: 0.3rem 0;
  }
  .proitem .b .info {
    display: block;
  }
  .newsitem .hd h1 {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .newsitem .hd p span {
    font-size: 0.14rem;
    padding-right: 0.1rem;
  }
  .newsitem .bd p {
    line-height: 0.24rem;
  }
  .newsitem .ft {
    line-height: 0.3rem;
  }
  .footer {
    height: auto;
    padding: 0;
    font-size: 0.16rem;
  }
  .footer .info {
    padding: 0 15px !important;
  }
  .footer .bd,
  .footer .ft .flex {
    display: block;
  }
  .footer .bd h4 {
    font-size: 0.18rem;
    padding-top: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .bd h4 i {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 0 1px 1px 0;
    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);
  }
  .footer .bd h4 i.on {
    border-width: 1px 0 0 1px;
  }
  .footer .bd .box {
    border-bottom: 1px solid #ccc;
  }
  .footer .bd {
    line-height: 0.3rem;
    padding: 0;
  }
  .footer .bd ul,
  .footer .share {
    display: none;
  }
  .footer .bd .side {
    text-align: center;
    margin-top: 0.15rem;
  }
  .footer .bd dd span {
    font-size: 0.24rem;
  }
  .footer .ft {
    line-height: 0.24rem;
    text-align: center;
    font-size: 0.13rem;
    position: static;
    margin-top: 0.15rem;
    padding: 0.15rem 0;
  }
  .footer .ft li {
    display: inline-block;
  }
  .productlists ul > li {
    display: block;
    margin-top: 0.2rem;
  }
  .productlists ul > li .pic {
    width: 100%;
  }
  .productlists ul > li .flex_item {
    padding: 0.15rem 0.15rem 0.25rem;
  }
  .productlists ul h3 {
    padding: 0 0 0.15rem 0;
    font-size: 0.22rem;
    margin: 0;
  }
  .productlists {
    font-size: 0.14rem;
    padding: 0 0 0.4rem;
  }
  .productlists ul > li ol li {
    width: 50%;
    margin-top: 0.15rem;
  }
  .products .bd ul {
    margin: 0;
  }
  .products .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .products .bd {
    font-size: 0.16rem;
    padding-top: 0.2rem;
  }
  .products .bd ul li p {
    line-height: 0.24rem;
  }
  .pages {
    padding: 0.3rem 0;
    font-size: 0.14rem;
  }
  .pages a {
    width: 0.3rem;
    height: 0.3rem;
  }
  .proitem .a {
    padding: 0.3rem 0;
  }
  .proitem .a .flex {
    display: block;
  }
  .proitem .a .box {
    padding: 0.15rem 0;
    line-height: 0.3rem;
  }
  .proitem .a .box p {
    line-height: 0.26rem;
    margin: 0.1rem 0;
  }
  .proitem .a .box h1 {
    font-size: 0.22rem;
  }
  .proitem .a .box p,
  .proitem .a .box ul {
    font-size: 0.16rem;
  }
  .proitem .b .flex_item .title,
  .proitem .d .title,
  .joinus .title {
    font-size: 0.24rem;
  }
  .proitem .b .flex_item .bd {
    padding-bottom: 0.15rem;
  }
  .proitem .c ul,
  .case .bd ul,
  .proitem .d ul {
    margin: 0;
  }
  .proitem .c ul li,
  .case .bd ul li,
  .proitem .d ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .proitem .c,
  .case,
  .caselists,
  .proitem .d {
    padding: 0.3rem 0;
  }
  .proitem .b .flex_item .title::after,
  .proitem .d .title::after,
  .joinus .title::after {
    margin: 0.1rem 0 0.2rem;
  }
  .proitem .c ul a {
    padding: 0 0.3rem;
  }
  .case {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .case .bd ul li a dl {
    padding: 0.15rem;
  }
  .case .bd ul li a dt,
  .caselists li h3 {
    font-size: 0.22rem;
  }
  .case .bd ul li a p,
  .caselists li p {
    margin: 0.1rem 0;
  }

  .proitem .d ul li a,
  .news {
    font-size: 0.16rem;
  }
  .caselists {
    font-size: 0.16rem;
  }
  .caselists li .flex {
    display: block;
    margin: 0;
    padding: 0;
  }
  .caselists li .flex .pic {
    width: 100%;
    margin: 0;
  }
  .caselists li .flex .box {
    padding: 0.15rem;
  }
  .caselists,
  .proitem .b .flex_item dd {
    line-height: 0.24rem;
  }
  .proitem .d ul li a {
    line-height: 0.45rem;
  }
  .proitem .b .flex_item dt {
    font-size: 0.18rem;
  }
  .news .a {
    padding: 0.3rem 0 0.5rem;
  }
  .news .a .flex {
    display: block;
  }
  .news .a .pic {
    width: 100%;
  }
  .news .a .box {
    padding: 0.15rem 0;
  }
  .news .a .box p {
    min-height: auto;
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .news .a .box h4 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    margin-top: 0.1rem;
  }
  .news .b .bd li .more,
  .news .a .more {
    font-size: 0.16rem;
  }
  .news .b .bd li p {
    display: none;
  }
  .news .a .more {
    margin: 0.4rem 0;
  }
  .waves-svg {
    height: 100px;
  }
  .news .b .bd li .pic {
    width: 1.4rem;
    margin-left: 0.15rem;
  }
  .news .b .bd li .data {
    font-size: 0.12rem;
  }
  .news .b .bd li h4 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
  .news .b .bd li a {
    padding: 0.15rem 0;
  }
  .news .a .swiper {
    padding-bottom: 0.3rem;
  }
  .joinus {
    font-size: 0.16rem;
  }
  .joinus .a,
  .joinus .c,
  .joinus .b {
    padding: 0.3rem 0;
  }
  .joinus .a .flex {
    display: block;
  }
  .joinus .a .box {
    padding: 0.15rem;
  }
  .joinus .a .box p {
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }
  .joinus .a .box h4 {
    font-size: 0.22rem;
  }
  .joinus .b li .box {
    position: static;
    width: 100%;
    padding: 0.15rem;
    transform: translate(0, 0);
  }
  .joinus .b li img {
    width: 100%;
  }
  .joinus .b li .box dd {
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }
  .joinus .b li .box dt {
    font-size: 0.18rem;
    background-size: 20px auto;
  }
  .joinus .c .bd {
    justify-content: space-between;
  }
  .joinus .c .bd .flex_item {
    display: none;
  }
  .joinus .c .bd .side li a {
    height: 1rem;
    padding: 0 0.15rem;
  }
  .joinus .c .bd .side {
    width: 48%;
  }
  .joinus .d {
    height: auto;
    padding: 0.3rem 0;
    background: none;
    margin: 0;
  }
  .joinus .d .box {
    width: 100%;
  }
  .joinus .d li {
    line-height: 0.4rem;
  }
  .joinus .d .ft a {
    line-height: 0.36rem;
  }
  .joinus .c .bd .side img {
    width: 0.36rem;
    margin-right: 0.2rem;
  }
  .joinus .c .bd .side dt {
    font-size: 0.16rem;
  }
  .joinus .c .bd .side dd,
  .joinus .d .ft {
    font-size: 0.14rem;
  }
  .joinus .c .bd .side ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .joinus .c .bd .side li {
    margin-top: 0.1rem;
  }
  .joinus .c .pic {
    margin-bottom: 0.15rem;
  }
  .joinus .c .bd .side li:nth-child(3) {
    position: static;
  }
  /**/

  .homepage .f .info,
  .homepage .info,
  .homepage .a .info {
    padding: 0;
  }
  .homepage .a .info {
    display: block;
    padding: 0 0.15rem;
  }
  .homemenu,
  .homepage .a .side ul {
    display: none;
  }
  .homepage .a {
    padding: 15px 0;
  }
  .homepage .a .left .lists {
    display: block;
    white-space: nowrap;
    margin: 0;
    overflow-x: auto;
  }
  .homepage .a .left .lists li {
    width: 80%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .homepage .a .left .lists li p {
    opacity: 1;
  }
  .homepage .a .left,
  .homepage .a .side {
    width: 100%;
  }

  .homepage .a .left .swiper img {
    height: auto;
  }
  .homepage {
    font-size: 0.16rem;
  }
  .homepage .a .title a {
    font-size: 0.14rem;
  }
  .homepage .a .side ol li {
    line-height: 0.3rem;
  }
  .homepage .a .title span {
    font-size: 0.18rem;
  }
  .swiper-vertical > .swiper-scrollbar {
    opacity: 1;
  }

  .homepage > div > .swiper-slide,
  .homepage .c .box {
    display: block;
  }

  .homepage .b .info ul dl {
    top: 1rem;
    font-size: 0.16rem;
  }
  .homepage .b .info ul dl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #fff;
    width: 70px;
    margin: 10px auto 0;
  }
  .homepage .b .info ul ol,
  .homepage .b .info ul .more,
  .homepage .c .box .tabbox ul li dl {
    display: none;
  }
  .homepage .b .info ul dl img {
    width: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .homepage .c .box .tabcontent {
    padding: 15px;
  }
  .homepage .c .box .tabbox ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    background: none;
    border: none;
  }
  .homepage .c .box .tabbox ul li {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    border: 1px solid #fff;
    margin-right: 15px;
  }
  .homepage .c .box .tabbox ul li .pic {
    opacity: 1;
  }
  .homepage .c .box .tabbox ul li p {
    font-size: 0.16rem;
  }
  .homepage .c .box .tab {
    line-height: 0.55rem;
    width: 100%;
    font-size: 0.18rem;
  }
  .homepage .c .box .tab li {
    padding: 0 0.15rem;
  }
  .homepage .d .flex {
    display: block;
  }
  .homepage .d .pic {
    width: 100%;
  }
  .homepage .d .flex .box {
    padding: 0.15rem;
  }
  .homepage .d .flex p {
    line-height: 0.24rem;
    margin: 0.1rem 0;
  }
  .homepage .d .flex .more {
    display: none;
  }
  .homepage .d .flex h4 {
    font-size: 0.18rem;
  }
  .homepage .d .mySwiper span br {
    display: none;
  }
  .homepage .d .mySwiper .swiper-slide span {
    margin-top: 0.2rem;
  }

  .homepage .e {
    padding: 15px;
  }
  .homepage .e .info {
    display: block;
    padding: 0;
  }
  .homepage .e .info .tabtitle {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.5rem;
    white-space: nowrap;
    padding: 0 0.15rem;
    overflow-x: auto;
    margin: 0;
  }
  .homepage .e .info .tabtitle li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 25%;
    text-align: center;
  }
  .homepage .e .info .tabtitle span,
  .homepage .e .info .tabtitle li.on::after {
    display: none;
  }

  .homepage .e .info .tabbox .more {
    font-size: 0.14rem;
  }
  .homepage .e .info .tabbox ul li {
    width: 50%;
  }
  .homepage .e .info .tabbox ul li p {
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
  .homepage .e .info .tabbox dt {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .homepage .e .info .tabbox dd {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
  .homepage .e .info .tabbox .more {
    margin-bottom: 0.15rem;
  }

  .homepage .f .info {
    padding: 15px;
  }
  .homepage .f .info .hd p,
  .homepage .f .info .bd ul li p {
    line-height: 0.24rem;
  }
  .homepage .f .info dt {
    font-size: 0.24rem;
  }
  .homepage .f .info dd {
    font-size: 0.12rem;
  }
  .homepage .f .info .hd {
    padding: 15px 0;
  }
  .homepage .f .info .bd ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0.15rem;
  }
  .homepage .f .info .bd ul li b {
    font-size: 0.4rem;
  }
  .homepage .f .info .bd ul li p {
    margin-top: 0;
    font-size: 0.14rem;
  }
  .homepage .banner .swiper-button-next {
    right: 10px;
  }
  .homepage .banner .swiper-button-prev {
    left: 10px;
  }
  .homepage .b .info .pic img {
    height: 30vh;
  }
  .homepage .banner .mySwiper img {
    height: 50vh;
  }
  .homepage .a .left .swiper-pagination {
    display: none;
  }
  .homepage .a .title {
    margin-top: 0.2rem;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 0.24rem;
  }
  /**/
  .aboutus .b .bd {
    display: block;
  }
  .aboutus .d .bd {
    background: none;
    padding: 0;
    height: auto;
  }
  .aboutus .d,
  .aboutus .f {
    padding: 0.3rem 0;
  }
  .aboutus .d .bd ul b {
    font-size: 0.36rem;
  }
  .aboutus .title {
    font-size: 0.24rem;
  }
  .aboutus .f .flex {
    display: block;
  }
  .aboutus .b .tab {
    width: 100%;
    background: none;
    margin: 0 0 0.2rem 0;
    font-size: 0.18rem;
    margin-top: 0.3rem;
    height: auto;
  }
  .aboutus .b .tab .swiper-slide {
    justify-content: center;
  }
  .aboutus .b .tab span::before {
    display: none;
  }
  .aboutus .b .tab span {
    padding: 0;
  }
  .aboutus .b .swiper-button-next,
  .aboutus .b .swiper-button-prev,
  .aboutus .b .tab::before {
    display: none;
  }
  .aboutus .baner_info img {
    height: 70vh;
  }
  .baner_info .bd .box {
    padding: 0.3rem 0.4rem 0;
  }
  .baner_info .bd .box p {
    margin: 0.2rem 0;
  }
  .baner_info .bd .box,
  .aboutus .b .scroll li {
    line-height: 0.24rem;
  }
  .baner_info .bd .box h4 {
    font-size: 0.36rem;
  }
  .baner_info .bd .box .video i {
    width: 0.6rem;
    height: 0.6rem;
  }
  .baner_info .bd .box .btn {
    width: 1.2rem;
    line-height: 0.45rem;
  }
  .baner_info .bd .box .video {
    font-size: 0.14rem;
  }
  .aboutus .a,
  .aboutus .b {
    padding: 0.4rem 0;
  }
  .aboutus .a {
    padding-bottom: 0.2rem;
  }
  .aboutus .a .swiper {
    padding-bottom: 0.4rem;
  }
  .aboutus .b .scroll {
    font-size: 0.16rem;
    height: 3.5rem;
    padding: 0 0.1rem 0 0;
  }
  .aboutus .b h3 {
    font-size: 0.36rem;
  }
  .aboutus .c {
    height: auto;
    padding: 0.4rem 0;
  }

  .aboutus .c .swiper-button-next,
  .aboutus .c .swiper-button-prev {
    top: 50%;
    transform: translate(0, -50%);
  }

  .aboutus {
    font-size: 0.16rem;
  }
  .aboutus .f dl dt {
    font-size: 0.18rem;
  }
  .aboutus .f dl {
    top: 0.2rem;
    left: 0.2rem;
  }
  .aboutus .f .more {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .aboutus .f .flex_item + .flex_item {
    margin-top: 0.1rem;
  }
  .aboutus .d .bd ul,
  .aboutus .d .more a {
    margin-top: 0.3rem;
  }
  .dialog .bd {
    padding: 0.15rem;
  }
  .dialog {
    font-size: 0.14rem;
  }
  .dialog .title {
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
    padding: 0 0.15rem;
  }
  .dialog .title .close {
    font-size: 0.3rem;
  }
  .dialog .bd li {
    padding: 0.15rem 0;
  }
  .dialog .bd dt {
    font-size: 0.16rem;
  }

  .aboutus .c .bd {
    height: 3rem;
  }
  .header.on .logo {
    height: auto;
  }
  .footer .bd ul {
    padding-bottom: 0.1rem;
  }
  .searchicon {
    display: block;
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translate(0, -50%);
    background: url(../images/sy_03.png) center no-repeat;
    background-size: 100% 100%;
  }
  .aboutus .a .bd dt {
    font-size: 0.22rem;
  }
  .aboutus .d .title::after {
    margin: 0.15rem 0;
  }
  .joinus .c .bd .side li {
    position: static;
    width: 49%;
  }
  .joinus .c .bd .side {
    width: 100%;
  }
  .joinus .c .bd {
    padding: 0;
  }
  .caselists {
    padding-bottom: 0;
  }
  .proitem .b .container > div > .flex_item {
    padding: 0;
  }
  .aboutus .a .bd dd {
    display: block;
  }
  .aboutus .a .bd a span {
    display: none;
  }
  .aboutus .b .tabcontent {
    width: 100%;
  }
  .aboutus .b .tabcontent .swiper,
  .aboutus .b .tab .swiper {
    height: auto;
  }
}
