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

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: #c9151e;
}
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: 14rem;
  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;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
}

.header.on .nav > li > a {
  line-height: 0.7rem;
  font-size: 0.16rem;
}

.header.on .logo img {
  width: 1.6rem;
}

.header .logo img {
  width: 2.47rem;
  display: block;
}

.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;
  font-size: 0.2rem;
  line-height: 1.1rem;
  font-weight: bold;

  position: relative;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  color: #c9151e;
}
.header .searchicon {
  display: block;
  width: 0.23rem;
  height: 0.24rem;
  cursor: pointer;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav > li:hover .dropdown {
  display: block;
}
.header .dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #c9151e;
  display: inline-block;
  position: absolute;
  top: -8px;
  transform: translate(-50%, 0);
  left: 50%;
}
.header .dropdown {
  min-width: 3.55rem;
  left: 50%;
  padding: 0.2rem 0.3rem;
  transform: translate(-50%, 0);
  top: 100%;
  display: none;
  font-size: 0.16rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #c9151e;
}
.header .dropdown ul {
  line-height: 0.42rem;
}
.header .dropdown>ul>li{position: relative;margin-right: -0.3rem;}
.header .dropdown>ul>li>a{display: block;}
.header .dropdown>ul>li .down{ display: none; padding: 0.1rem 0; position: absolute;top: 0;left: 100%;background: #fff;width: 3.2rem;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
.header .dropdown>ul>li .down a{display: block;padding-left: 0.2rem;}
.header .dropdown>ul>li:hover .down{display: block;}
.header .dropdown .flex {
  align-items: stretch;
  white-space: nowrap;
}
.header .dropdown .flex .in + .in {
  margin-left: 0.5rem;
}
.header .dropdown .flex ol {
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.header .dropdown .flex h4 {
  font-weight: bold;
  color: #cb222b;
}
.header .dropdown .flex h4::after {
  content: "";
  display: block;
  width: 0.36rem;
  height: 1px;
  background: #cb222b;
  margin: 0.15rem 0;
}
.footer {
  background: #101b42;
  color: #fff;
  font-size: 0.18rem;
  position: relative;
}
.footer a,
.footer .bd dd {
  color: #91a3b8;
}
.footer a:hover {
  color: #fff;
}
.footer .bd {
  display: flex;
  padding: 0.45rem 0;
  line-height: 0.36rem;
  justify-content: space-between;
}
.footer .bd h4 {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}
.footer .bd dt {
  font-size: 0.36rem;
  position: relative;
}
.footer .bd dt img {
  position: absolute;
  width: 0.35rem;
  top: 0;
  right: 100%;
  margin-right: 0.1rem;
}
.footer .bd dt span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: block;
  max-width: 3.2rem;
}
.footer .bd dl {
  margin-bottom: 0.3rem;
}
.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 .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;
  width: 100%;
  border-top: 1px solid #a8a8b0;
}
.footer .ft .flex_item a {
  color: #fff;
}
.footer .ft .flex_item a {
  padding: 0 0.15rem;
}
.footer .ft li + li::before {
  content: "|";
  padding: 0 0.15rem;
  color: #999;
}
.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.16rem;
  position: relative;
  padding: 0.15rem 0;
  font-weight: bold;
}
.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 h3.on::after {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu .tabcontent ol {
  line-height: 0.36rem;
  font-size: 0.16rem;
  display: none;
}
.ws-wap-menu .bd {
  display: flex;
  height: 100%;
}
.ws-wap-menu.on {
  z-index: 98;
  opacity: 1;
}

.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;
}
/**/

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.search_mobile {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  background: #fff;
  padding: 1.1rem 0.15rem 0.15rem;
  z-index: 98;
}
.search_mobile .flex {
  border: 2px solid #003c89;
  border-radius: 0.5rem;
  height: 0.5rem;
  display: block;
  /*margin: 0 auto;*/
  float: right;
  max-width: 100%;
  width: 6rem;
  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%;
}
.search_mobile .flex img {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 0.18rem;
  transform: translate(0, -50%);
}
.homepage {
  font-size: 0.16rem;
}
.homepage .banner .bd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #16234d;
  font-size: 0.6rem;
  line-height: 0.85rem;
  font-weight: bold;
}
.homepage .banner .bd p {
  position: relative;
  padding-top: 0.4rem;
  margin-left: 1.3rem;
}
.homepage .banner .bd p::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.08rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #16234d;
}
.homepage .banner .bd p::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.08rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #c9151e;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  color: #fff;
  width: 0.72rem;
  height: 0.72rem;
  background: rgba(25, 35, 80, 0.7);
  border-radius: 50%;
}
.homepage .banner .swiper-button-next::after,
.homepage .banner .swiper-button-prev::after {
  font-size: 0.24rem;
}
.homepage .banner .swiper-button-prev {
  left: 13vw;
}
.homepage .banner .swiper-button-next {
  right: 13vw;
}
.homepage .a .in {
  background: #fff;
  position: relative;
  z-index: 9;
  margin-top: -1rem;
  padding: 0.4rem;
}
.homepage .a .side {
  width: 62.5%;
  margin-right: 0.3rem;  background: #f0f0f0;
}
.homepage .a .side .box img{height: 4.3rem;}
.homepage .a .hd {
  text-align: center;
  font-size: 0.2rem;
  padding-bottom: 0.25rem;
}
.homepage .a .hd h3 a {
  color: #c9151e;
}
.homepage .a .hd h3 {
  font-weight: bold;
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.homepage .a .tabbox li {
  border-bottom: 1px dashed #ddd;
}
.homepage .a .tabbox a {
  display: flex;
  padding: 0.2rem 0;
  align-items: center;
}
.homepage .a .tabbox h4 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.18rem;
}
.homepage .a .tabbox p {
  color: #666;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.24rem
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.1rem;
}
.homepage .a .tabbox .pic {
  margin-right: 0.15rem;
  width: 2.02rem;
}
.homepage .a .flex {
  align-items: stretch;
}
.homepage .a .tabtitle {
  display: flex;
  line-height: 0.43rem;
  font-size: 0.2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.homepage .a .tabtitle li {
  cursor: pointer;
  padding: 0 0.15rem;
}
.homepage .a .tabtitle li.on {
  color: #fff;
  font-weight: bold;
  background: #c9151e;
}
.homepage .a .tabtitle > a {
  position: absolute;
  right: 0;
}
.homepage .a .side .box {

  padding-bottom: 0.56rem;
}
.homepage .a .side dl {
  margin: 0 0.3rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
}
.homepage .a .side dt {
  font-size: 0.24rem;
}
.homepage .a .side dd {
  line-height: 0.28rem;
  color: #9999a2;
  margin-top: 0.1rem;
}
.homepage .a .side dd a {
  color: #c9151e;
}
.homepage .a .swiper-pagination {
  bottom: 0.2rem;
}
.homepage .a .swiper-pagination-bullet-active {
  width: 0.2rem;
  border-radius: 0.1rem;
}
.homepage .a .swiper-pagination-bullet {
  background: #c9151e;
}
.homepage .title {
  text-align: center;
  position: relative;
  margin-bottom: 0.4rem;
  padding: 0.5rem 0;
}
.homepage .title > span {
  color: #16234d;
  font-size: 0.8rem;
  line-height: 0.05rem;
  opacity: 0.1;
  text-transform: uppercase;
}
.homepage .title h2 {
  color: #c9151e;
  font-size: 0.48rem;
  line-height: 0.05rem;
  margin-top: -0.25rem;
}
.homepage .title::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  position: absolute;
  background: #c9151e;
  bottom: 0;
  right: 50%;
}
.homepage .title::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  position: absolute;
  background: #16234d;
  bottom: 0;
  left: 50%;
}
.homepage .b {
  padding: 0.4rem 0 0.6rem;
}
.homepage .b .bd {
  background: url(../images/bg_04.jpg) center no-repeat;
  background-size: cover;
}
.homepage .b .bd a {
  display: flex;
  height: 9.6rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.homepage .b .bd a:hover {
  background: rgba(25, 35, 80, 0.7);
}
.homepage .b .bd a:hover p {
  display: block;
}
.homepage .b .bd a:hover dl {
  border-bottom: 1px solid #fff;
}
.homepage .b .bd .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .b .bd p {
  line-height: 0.36rem;
  font-size: 0.18rem;
  display: none;
  padding: 0.5rem 0.8rem;
}
.homepage .b .bd a:hover .btn {
  display: flex;
}
.homepage .b .bd .btn {
  border: 1px solid #fff;
  width: 1.3rem;
  height: 0.38rem;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0.4rem;
}
.homepage .b .bd a span {
  border: 1px dashed #fff;
  width: 0.83rem;
  height: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
}
.homepage .b .bd dt {
  font-size: 0.36rem;
  padding-bottom: 0.05rem;
}
.homepage .b .bd dd {
  text-transform: uppercase;
}
.homepage .b .bd dl {
  position: relative;
  padding-bottom: 0.4rem;
}
.homepage .b .bd dl::after {
  content: "";
  height: 5px;
  background: #fff;
  width: 0.42rem;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .b .ft {
  margin-top: 0.5rem;
  text-align: center;
}
.homepage .b .ft .swiper-button-next,
.homepage .b .ft .swiper-button-prev {
  position: static;
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  color: #16234d;
  border: 1px solid #16234d;
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: middle;
}
.swiper-button-prev i {
  width: 0.24rem;
  height: 0.15rem;
  display: inline-block;
  background: url(../images/jt_03.png) center no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next i {
  width: 0.24rem;
  height: 0.15rem;
  display: inline-block;
  background: url(../images/jt_04.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .e ul li span i {
  width: 0.24rem;
  height: 0.15rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/jt_04_on.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .e ul li:hover span i {
  background: url(../images/jt_04.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .b .ft .swiper-button-next {
  color: #fff;
  background: #16234d;
}
.homepage .b .ft .swiper-button-next i,
.aboutus .b .bd .swiper-button-next i {
  background: url(../images/jt_04_on.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .b .ft .swiper-button-next::after,
.homepage .b .ft .swiper-button-prev::after,
.homepage .c .swiper-button-next::after,
.homepage .c .swiper-button-prev::after {
  display: none;
}
.homepage .c {
  background: url(../images/bg_06.jpg) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0 0.6rem;
}
.homepage .c .bd {
  padding-left: 50%;
  margin-left: -7rem;
}
.homepage .c .bd .swiper-slide {
  width: 12.13rem;
}
.homepage .c .bd .flex {
  position: relative;
}
.homepage .c .bd .flex .box {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0.43rem;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(0, -50%);
  width: 5.53rem;
}
.homepage .c .bd .flex h3 {
  font-weight: bold;
  font-size: 0.24rem;
  margin-top: 0.15rem;
}
.homepage .c .bd .flex p {
  line-height: 0.28rem;
  margin: 0.3rem 0;
  color: #666;
}
.homepage .c .bd .flex a {
  color: #c9151e;
}
.homepage .c .bd .box img {
  height: 0.42rem;
}
.homepage .c .bd .pic {
  width: 8.9rem;
}
.homepage .c .swiper-slide {
  opacity: 0.6;
}
.homepage .c .swiper-slide-active {
  opacity: 1;
}
.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  right: auto;
  margin-left: -0.3rem;
  left: 80vw;
  border-radius: 50%;
  color: #16234d;
  background: #fff;
  font-size: 0.24rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.homepage .c .swiper-button-prev {
  margin-top: 0;
}
.homepage .c .swiper-button-next {
  margin-top: 0.8rem;
}
.homepage .c {
  position: relative;
}
.homepage .c::before {
  content: "";
  display: block;
  height: 100%;
  left: 80vw;
  position: absolute;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.marqueeleft {
  height: 1.1rem;
  overflow: hidden;
}
.marqueeleft ul {
  float: left;
}
.marqueeleft ul li {
  float: left;
}
.homepage .d {
  background: url(../images/bg_07.jpg) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0 0.8rem;
}
.homepage .d .bd .pic {
  width: 60%;
  position: relative;
  margin-right: 0.3rem;
}/***/
.homepage .d .bd .pic::after {
  content: "";
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  /*background: url(../images/aboutus_05.png) center no-repeat;*/
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .d .bd {
  font-size: 0.18rem;
}
.homepage .d .bd dt {
  font-size: 0.38rem;
  color: #c9151e;
  padding-bottom: 0.05rem;
  font-weight: bold;
}
.homepage .d .bd dd {
  font-size: 0.14rem;
  text-transform: uppercase;
}
.homepage .d .bd p {
  line-height: 0.36rem;
  margin: 0.4rem 0;
}
.homepage .d .bd ul {
  display: flex;
  font-family: Arial;
  justify-content: space-between;
}
.homepage .d .bd ul span {
  font-size: 0.76rem;
}
.homepage .d .ft {
  background: #fff;
  margin-top: 0.5rem;
  border: 1px solid #eee;
}
.homepage .d .ft ul li {
  width: 2.8rem;
}
.homepage .d .ft ul li {
  border-right: 1px solid #eee;
}
.homepage .d .ft ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.homepage .d .ft ul li a {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
  justify-content: center;
  height: 1.1rem;
}
.homepage .d .ft ul li a:hover {
  filter: grayscale(0);
}
.homepage .e {
  padding: 0.6rem 0;
}
.homepage .e ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .e ul li {
  position: relative;
  width: 33.333%;
}
.homepage .e ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}
.homepage .e ul li dl {
  color: #fff;
  position: absolute;
  padding: 0.4rem;
  left: 0;
  z-index: 6;
  top: 0;
}
.homepage .e ul li dd {
  opacity: 0;
}
.homepage .e ul li dt {
  font-size: 0.3rem;
  padding-bottom: 0.15rem;
}
.homepage .e ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 0.6rem;
  transform: rotate(-30deg);
  height: 0.6rem;
  transition: all 0.5s;
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
}
.homepage .e ul li:hover span {
  transform: rotate(0);
  color: #003c89;
  background: #fff;
}
.homepage .e ul li:hover::before {
  background: rgba(0, 60, 137, 0.3);
}
/**/
.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 dd {
  line-height: 0.36rem;
}
.baner_info .bd dt {
  font-size: 0.6rem;
  padding-bottom: 0.3rem;
  margin-top: 0.5rem;
}
.bread {
  border-bottom: 1px solid #ddd;
  line-height: 0.8rem;
}
.bread ul {
  background: url(../images/case_04.png) left center no-repeat;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
  color: #c9151e;
  font-size: 0.18rem;
}
.bread ul li a::after {
  /*content: ">";*/
  color: #999999;
  padding: 0 0.1rem;
}
.bread ul a {
  color: #999999;
}
.bread .flex_item {
  color: #c9151e;
  font-size: 0.36rem;
}
.news {
  font-size: 0.16rem;
}
.news .a {
  padding: 0.4rem 0;
}
.news .a .flex {
  background: #f0f0f0;
}
.news .a .swiper .swiper-pagination {
  text-align: right;
  bottom: 0.6rem;
  padding-right: 0.3rem;
}
.news .a .swiper-pagination-bullet {
  background: #c9151e;
  width: 0.16rem;
  height: 0.16rem;
}
.news .a .swiper-pagination-bullet-active {
  width: 0.36rem;
  border-radius: 0.16rem;
}
.news .a .pic {
  width: 55%;
}
.news .a .box {
  padding: 0 0.3rem;
}
.news .a .box p {
  line-height: 0.3rem;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .a .box .ft {
  border-top: 1px solid #ccc;
  margin-top: 0.7rem;
  padding-top: 0.2rem;
}

.news .a .box .data {
  color: #666666;
}
.news .a .box h4 {
  font-size: 0.28rem;
  color: #c9151e;
  margin-top: 0.05rem;
  line-height: 0.42rem;
}
.news .b .bd ul {
  border-top: 1px solid #ddd;
}
.news .b .bd li {
  transition: all 0.5s;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.news .b .bd li::after {
  content: "";
  border-bottom: 1px solid #c9151e;
  position: absolute;
  bottom: -1px;
  width: 0;
  transition: all 0.5s;
  left: 0;
}
.news .b .bd li:hover::after {
  width: 100%;
}
.news .b .bd li a {
  padding: 0.3rem 0;
}
.news .b .bd li .pic {
  width: 3.79rem;
  margin-left: 1rem;
}
.news .b .bd li p {
  line-height: 0.32rem;
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: #666;
}
.news .b .bd li .data {
  font-size: 0.16rem;
  color: #999;
}
.news .b .bd li h4 {
  font-size: 0.28rem;
  margin-top: 0.05rem;
}
.news .b .bd li .more,
.news .a .more {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #16234d;
}
.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: #16234d;
}
.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;
}
.pages {
  text-align: center;
  padding: 0.55rem 0;
  font-size: 0.18rem;
}

.pages a.on,
.pages a:hover {
  color: #fff;
  background: #c9151e;
  border-color: #c9151e;
}
.pages  a {
  display: inline-block;
  vertical-align: middle;
  width: 0.45rem;
  height: 0.45rem;
  background: #fff;
  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);
}
/**/
.newsitem {
  font-size: 0.16rem;
}
.newsitem .hd {
  padding: 0.3rem 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.newsitem .hd h1 {
  color: #c9151e;
  font-size: 0.42rem;
  padding-bottom: 0.15rem;
}
.newsitem .hd p span {
  color: #666;
  padding: 0 0.15rem;
}
.newsitem .bd {
  padding: 0.15rem 0;
  font-size: 0.2rem;
}
.newsitem .bd img {
  display: block;
  margin: 0.1rem auto;
}
.newsitem .bd p {
  text-indent: 2em;
  line-height: 0.42rem;
  padding: 0.1rem 0;
}
.newsitem .ft {
  border-top: 1px dashed #ccc;
  padding: 0.2rem 0;
  line-height: 0.42rem;
  font-size: 0.2rem;
}
.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;
}

.title_info {
  text-align: center;
  font-size: 0.48rem;
}
.title_info::after {
  content: "";
  display: block;
  width: 0.52rem;
  background: #c9151e;
  height: 5px;
  margin: 0.2rem auto 0.4rem;
}
.commonpart {
  font-size: 0.2rem;
  padding: 0.6rem 0;
  background: #fff;
}
.commonpart .bd {
  text-align: center;
}
.commonpart .bd a {
  display: block;
  background: #d9d9d9;
  line-height: 0.32rem;
}
.commonpart .bd a p {
  padding: 0.15rem;
}
.commonpart .bd a:hover p {
  color: #fff;
  background: #c9151e;
}
/**/
.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;
  background: #fff;
}
.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: #c9151e;
  color: #fff;
}
.caselists li p {
  margin: 0.3rem 0;
  color: #666666;
}
.caselists li .flex .pic {
  margin-right: -0.7rem;
  width: 5.92rem;
  margin-left: 0.7rem;
}
/**/
.caseitem .box {
  padding: 0.6rem 0;
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.caseitem .box:nth-child(even) {
  background: #fff;
}
.caseitem .box .pic {
  width: 45%;
  margin-left: 5%;
}
.caseitem .box:nth-child(even) .pic {
  margin-left: 0;
  margin-right: 5%;
}
/**/
.service {
  font-size: 0.16rem;
}
.service .a {
  font-size: 0.18rem;
  padding: 0.6rem 0;
  background: #fff;
}
.service .a .bd {
  display: flex;
  justify-content: space-between;
}
.service .a .bd .box {
  width: 49%;
  min-height: 3.83rem;
  line-height: 0.36rem;
  border: 1px solid #ddd;
}
.service .a .bd h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  position: relative;
  font-size: 0.2rem;
  background: #c9151e;
  color: #fff;
  font-weight: bold;
  height: 0.72rem;
}
.service .a .bd h3 span::after {
  content: "";
  width: 0.22rem;
  height: 0.72rem;
  background: url(../images/searvice_03.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.service .a .bd ul {
  padding: 0.3rem;
}
.service .a .bd ul li {
  padding-bottom: 0.2rem;
}
.service .b {
  padding: 0.6rem 0;
  text-align: center;
}
/**/
.honer {
  font-size: 0.18rem;
}
.honer .a {
  padding: 0.6rem 0;
  text-align: center;
}
.honer .a ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.honer .a ul li {
  width: 33.333%;
  font-weight: bold;
  padding: 0.2rem;
  color: #666;
}
.honer .a ul li .box {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.honer .a ul li .box img {
  width: 1.65rem;
  margin-bottom: 0.3rem;
}
.honer .a ul li .box:hover img {
  transform: rotateY(360deg);
}
.honer .b {
  background: #fff;
  padding: 0.6rem 0;
}
.honer .b .tabtitle {
  background: #dadada;
  text-align: center;
  line-height: 0.56rem;
  margin-bottom: 0.5rem;
}
.honer .b .tabtitle li {
  cursor: pointer;
  flex: 1;
}
.honer .b .tabtitle li.on {
  color: #fff;
  background: #c9151e;
}
.honer .b .tabbox .flex {
  align-items: stretch;
}
.honer .b .tabbox ul {
  line-height: 0.42rem;
}
.honer .b .tabbox ul li {
  cursor: pointer;
  border-left: 3px solid #dadada;
  padding-left: 0.4rem;
}
.honer .b .tabbox ul li.on {
  border-color: #c9151e;
}
.honer .b .tabbox .pic {
  width: 4.7rem;
  margin-left: 0.4rem;
}
.honer .b .tabbox ul::-webkit-scrollbar {
  width: 5px;
}
.honer .b .tabbox ul::-webkit-scrollbar-track {
  background-color: #dadada;
} /* 滚动条的滑轨背景颜色 */

.honer .b .tabbox ul::-webkit-scrollbar-thumb {
  background-color: #c9151e;
} /* 滑块颜色 */

.honer .b .tabbox ul::-webkit-scrollbar-corner {
  background-color: black;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
/**/
.joinus {
  font-size: 0.18rem;
}
.joinus .a {
  padding: 0.4rem 0;
}
.joinus .a .flex {
  background: #fff;
  border: 1px solid #ddd;
}
.joinus .a .bd {
  padding: 0 0.5rem;
  line-height: 0.36rem;
}
.joinus .a .pic {
  width: 56%;
}
.joinus .a h2 {
  color: #c9151e;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
}
.joinus .a h4 {
  font-weight: bold;
  color: #c9151e;
  margin-top: 0.3rem;
}
.joinus .b {
  padding-bottom: 0.6rem;
}
.joinus .b .title {
  width: 3.4rem;
  font-size: 0.3rem;
  padding-bottom: 0.15rem;
}
.joinus .b .title span {
  padding-left: 0.15rem;
  line-height: 0.3rem;
  display: inline-block;
  border-left: 4px solid #c9151e;
}
.joinus .b .info {
  display: flex;
}
.joinus .b .tabtitle {
  width: 3.4rem;
  margin-right: 0.4rem;
  line-height: 0.54rem;
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
}
.joinus .b .tabtitle li {
  cursor: pointer;
  padding-left: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.joinus .b .tabtitle li.on {
  color: #fff;
  background: #c9151e;
}
.joinus .b .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  height: 0.78rem;
  background: #f4f4f4;
}
.joinus .b .hd .flex_item {
  font-size: 0.3rem;
  color: #c9151e;
}
.joinus .b .bd {
  background: #fff;
  padding: 0 0.3rem 0.3rem;
  border: 1px solid #ddd;
  line-height: 0.42rem;
  color: #666;
}
.joinus .b .bd h4 {
  padding-top: 0.3rem;
  font-weight: bold;
  color: #c9151e;
}
/**/
.aboutus {
  font-size: 0.2rem;
}
.aboutus .a {
  padding: 0.5rem 0;
}
.aboutus .a .bd p {
  text-indent: 2em;
  line-height: 0.42rem;
  padding: 0.1rem 0;
}
.aboutus .a .bd span {
  color: #c9151e;
}
.aboutus .b {
  padding: 0.5rem 0;
  background: url(../images/aboutus_02.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.aboutus .b .bd {
  position: relative;
  padding-bottom: 1rem;
}
.aboutus .b .bd a {
  display: block;
  background: #fff;
}
.aboutus .b .bd p {
  line-height: 0.5rem;
}
.aboutus .b .bd a:hover {
  color: #fff;
  background: #c9151e;
}
.aboutus .b .bd .swiper-button-prev,
.aboutus .b .bd .swiper-button-next {
  top: auto;
  margin: 0;
  width: 0.6rem;
  border-radius: 50%;
  font-size: 0.24rem;
  height: 0.6rem;
  border: 1px solid #16234d;
  color: #16234d;
  bottom: 0;
}
.aboutus .b .bd .swiper-button-prev {
  left: 50%;
  margin-left: -0.7rem;
}
.aboutus .b .bd .swiper-button-next {
  color: #fff;
  right: 50%;
  margin-right: -0.7rem;
  background: #16234d;
}
.aboutus .b .swiper-button-next:after,
.aboutus .b .swiper-button-prev:after {
  display: none;
}
.aboutus .c {
  padding: 0.5rem 0;
}
.aboutus .c .pic {
  width: 52%;
  position: relative;
  margin-right: 0.5rem;
}
.aboutus .c .pic::after {
  content: "";
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  /*background: url(../images/aboutus_05.png) center no-repeat;*/
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutus .c ul {
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
}
.aboutus .c .btn {
  display: inline-block;
  background: #c9151e;
  padding: 0.1rem 0.15rem;
  color: #fff;
  font-size: 0.14rem;
}
.aboutus .d {
  padding: 0.6rem 0;
  background: #fff;
}
.aboutus .d .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.aboutus .d .bd ul li {
  width: 25%;
  padding: 0.15rem;
}
.aboutus .d .bd ul li a {
  display: flex;
  border: 1px solid #eee;
  height: 1.2rem;
  filter: grayscale(100%);
  align-items: center;
  justify-content: center;
}
.aboutus .d .bd ul li img {
  max-width: 100%;
  max-height: 100%;
}
.aboutus .d .bd ul li a:hover {
  filter: grayscale(0);
}
/**/
@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;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 70px;
  }
}
@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;
  }
  .header .logo img,
  .header.on .logo img {
    width: 1.1rem;
  }
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 15px;
    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;
  }

  /**/

  .baner_info {
    font-size: 0.14rem;
  }
  .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;
  }
  .footer .bd {
    line-height: 0.3rem;
    padding: 0.15rem 0;
    display: block;
  }
  .footer .bd dl {
    margin-bottom: 0.15rem;
  }
  .footer .bd dt img {
    display: none;
  }
  .footer .bd dt span {
    max-width: 100%;
    display: block;
    font-size: 0.14rem;
  }
  .footer .bd .box {
    display: none;
  }
  .footer .bd .share ul {
    margin: 0 auto;
    width: 2.6rem;
  }
  .footer .share li {
    padding: 0;
  }
  .footer .share li:last-child {
    margin: 0;
  }
  .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 .flex {
    display: block;
  }
  .footer .ft li {
    display: inline-block;
  }

  .pages {
    padding: 0.3rem 0;
    font-size: 0.14rem;
  }
  .pages a {
    width: 0.3rem;
    height: 0.3rem;line-height: 0.3rem;
  }
  .bread .flex_item {
    font-size: 0.18rem;
  }
  .bread ul {
    line-height: 0.45rem;
    font-size: 0.12rem;
  }
  .bread {
    line-height: 0.45rem;
  }
  .news .a {
    padding: 0.3rem 0;
  }
  .news .a .box .ft {
    margin-top: 0.2rem;
    padding: 0;
  }
  .news .a .flex {
    display: block;
  }
  .news .a .pic {
    width: 100%;
  }
  .news .a .box {
    padding: 0.15rem;
  }
  .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.2rem 0;
  }
  .newsitem .bd {
    font-size: 0.16rem;
  }

  .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 .swiper-pagination {
    bottom: 0.3rem;
  }

  /**/
  .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;
    font-size: 0.16rem;
  }
  .title_info {
    font-size: 0.24rem;
  }
  .title_info::after {
    margin: 0.15rem auto 0.25rem;
  }
  .commonpart {
    font-size: 0.16rem;
    padding: 0.3rem 0;
  }
  .commonpart .bd a {
    line-height: 0.24rem;
  }

  .joinus {
    font-size: 0.16rem;
  }
  .joinus .a .flex {
    display: block;
  }
  .joinus .a .pic {
    width: 100%;
  }
  .joinus .a .bd {
    padding: 0.15rem;
    line-height: 0.24rem;
  }
  .joinus .b .info {
    display: block;
  }
  .joinus .b .title,
  .joinus .b .tabtitle {
    width: 100%;
  }
  .joinus .b .tabtitle {
    margin: 0 0 0.15rem 0;
  }
  .joinus .b .hd {
    display: block;
    padding: 0.15rem;
    height: auto;
  }
  .joinus .a {
    padding: 0.3rem 0;
  }
  .joinus .b {
    padding-bottom: 0.3rem;
  }
  .joinus .b .bd {
    line-height: 0.3rem;
  }
  .joinus .b .hd .flex_item {
    margin-bottom: 0.1rem;
  }
  /**/
  .caselists li h3 {
    font-size: 0.22rem;
  }
  .caselists li p {
    margin: 0.1rem 0;
  }
  .caselists {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.3rem 0 0;
  }
  .caselists li .flex {
    display: block;
    margin: 0;
    padding: 0;
  }
  .caselists li .flex .pic {
    width: 100%;
    margin: 0;
  }
  .caselists li .flex .box {
    padding: 0.15rem;
  }
  /**/
  .caseitem .box {
    padding: 0.3rem 0;
    line-height: 0.24rem;
    font-size: 0.16rem;
  }
  .caseitem .box .flex {
    display: block;
  }
  .caseitem .box .pic {
    width: 100%;
    margin: 0.15rem 0 0;
  }
  /**/
  .honer .a ul {
    margin: 0;
  }
  .honer .a ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .honer {
    font-size: 0.15rem;
  }
  .honer .b .tabtitle {
    margin-bottom: 0.2rem;
  }
  .honer .a,
  .honer .b {
    padding: 0.3rem 0;
  }
  .honer .b .tabbox .flex {
    display: block;
  }
  .honer .b .tabbox .pic {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .honer .b .tabbox ul {
    padding-right: 0.15rem;
  }
  .honer .a ul li .box {
    padding: 0.25rem 0;
  }
  .honer .a ul li .box img {
    width: 1rem;
  }
  /**/
  .service .a .bd {
    display: block;
  }
  .service .a .bd .box {
    width: 100%;
    margin-bottom: 0.15rem;
    min-height: auto;
  }
  .service .a {
    font-size: 0.16rem;
    padding: 0.3rem 0 0.15rem;
  }
  .service .b,
  .aboutus .a,
  .aboutus .d,
  .aboutus .c {
    padding: 0.3rem 0;
  }
  /**/
  .aboutus {
    font-size: 0.16rem;
  }
  .aboutus .a .bd p {
    line-height: 0.24rem;
  }
  .aboutus .c .flex {
    display: block;
  }
  .aboutus .c .pic {
    width: 100%;
    margin: 0 0 0.15rem 0;
  }
  .aboutus .d .bd ul {
    margin: -0.05rem;
  }
  .aboutus .d .bd ul li {
    width: 50%;
    padding: 0.05rem;
  }
  .aboutus .d .bd ul li a {
    height: 0.5rem;
  }
  /**/

  .homepage {
    font-size: 0.16rem;
  }
  .homepage .banner .swiper-button-next::after,
  .homepage .banner .swiper-button-prev::after {
    font-size: 0.18rem;
  }
  .homepage .banner img {
    height: 3rem;
  }
  .homepage .banner .bd {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .homepage .banner .swiper-button-next,
  .homepage .banner .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
  }
  .homepage .banner .swiper-button-prev {
    left: 10px;
  }
  .homepage .banner .swiper-button-next {
    right: 10px;
  }
  .homepage .banner .bd p {
    margin-left: 0.5rem;
    padding-top: 0.2rem;
    margin-top: 0.4rem;
  }
  .homepage .a .flex,
  .homepage .c .bd .flex {
    display: block;
  }
  .homepage .a .in {
    margin-top: 0.3rem;
    padding: 0.15rem;
  }
  .homepage .a .hd h3 {
    font-size: 0.18rem;
  }
  .homepage .a .hd {
    font-size: 0.16rem;
  }
  .homepage .a .side {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .homepage .a .side dl {
    margin: 0 0.15rem;
  }
  .homepage .a .side dt {
    font-size: 0.18rem;
  }
  .homepage .a .tabtitle {
    font-size: 0.16rem;
  }
  .homepage .a .tabtitle li {
    padding: 0 0.06rem;font-size:0.14rem
  }
  .homepage .a .tabbox .pic {
    width: 1.2rem;
  }
  .homepage .a .tabbox .pic img {
    height: 0.9rem;
  }
  .homepage .title > span {
    font-size: 0.5rem;
  }
  .homepage .title h2 {
    font-size: 0.36rem;
    margin-top: -0.15rem;
  }
  .homepage .title {
    padding: 0.3rem 0 0.4rem;
    margin-bottom: 0.2rem;
  }
  .homepage .b {
    padding: 0.3rem 0;
  }
  .homepage .b .bd a {
    height: 5rem;
    background: rgba(25, 35, 80, 0.7);
  }
  .homepage .b .bd p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0.25rem;
    display: block;
  }

  .homepage .b .bd a dl {
    border-bottom: 1px solid #fff;
  }
  .homepage .b .bd .btn {
    display: flex;
  }
  .homepage .b .bd a span {
    margin-bottom: 0.2rem;
  }
  .homepage .b .bd dt {
    font-size: 0.24rem;
  }
  .homepage .b .ft {
    margin-top: 0.3rem;
  }
  .homepage .c .bd .pic,
  .homepage .c .bd .swiper-slide {
    width: 100%;
  }
  .homepage .c .bd .flex .box {
    position: static;
    transform: translate(0, 0);
    padding: 0.15rem;
    width: 100%;
  }
  .homepage .c .bd {
    padding: 0 0.15rem;
    margin: 0;
  }
  .homepage .c .bd .flex p,
  .homepage .d .bd p {
    margin: 0.15rem 0;
  }
  .homepage .c .bd .flex h3 {
    font-size: 0.18rem;
  }
  .homepage .d .flex {
    display: block;
  }
  .homepage .d .bd .pic {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .homepage .d .bd dt {
    font-size: 0.24rem;
  }
  .homepage .d .bd p {
    line-height: 0.24rem;
  }
  .homepage .d .bd {
    font-size: 0.16rem;
  }
  .homepage .d .bd ul span {
    font-size: 0.4rem;
  }

  .homepage .d,
  .homepage .e {
    padding: 0.3rem 0;
  }
  .homepage .d .ft {
    margin-top: 0.3rem;
  }
  .homepage .e ul li {
    width: 100%;
  }
  .homepage .e ul li dl {
    padding: 0.25rem;
  }
  .homepage .e ul li span {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.25rem;
    bottom: 0.25rem;
  }
  .homepage .e ul li dt {
    font-size: 0.24rem;
  }
  .header .searchicon {
    margin-right: 0.45rem;
  }
  .search_mobile {
    padding-top: 0.75rem;
  }
  /**/
  .swiper-pagination-bullet-active {
    background: #c9151e;
  }
  .commonpart .swiper {
    padding-bottom: 0.3rem;
  }
  .commonpart .swiper-pagination {
    bottom: 0;
  }
  .search_mobile .flex {
    border-color: #c9151e;
  }
  .homepage .c::before {
    display: none;
  }
  .homepage .c .swiper-button-next,
  .homepage .c .swiper-button-prev {
    margin: 0;
    top: auto;
    width: 0.4rem;
    height: 0.4rem;
    left: 50%;
    bottom: 0.3rem;
  }
  .homepage .c .swiper-button-next {
    margin-left: 0.2rem;
  }
  .homepage .c .swiper-button-prev {
    margin-left: -0.6rem;
  }
  .homepage .c {
    padding: 0.3rem 0 0.9rem;
  }
  .homepage .banner .bd p::before {
    width: 0.5rem;
    height: 0.04rem;
  }
  .homepage .banner .bd p::after {
    width: 0.2rem;
    height: 0.04rem;
  }
  .homepage .d .ft ul li {
    width: 1.5rem;
  }
  .homepage .d .ft ul li a,
  .marqueeleft {
    height: 0.6rem;
  }
  .homepage .b .ft .swiper-button-next,
  .homepage .b .ft .swiper-button-prev,
  .aboutus .b .bd .swiper-button-prev,
  .aboutus .b .bd .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.38rem;
  }
  .homepage .a .side .box .pic img{height: 2.5rem;}
  .aboutus .b .bd{padding-bottom: 0.7rem;}
  .homepage .b .ft .swiper-button-next i, .aboutus .b .bd .swiper-button-next i,.swiper-button-prev i,.swiper-button-next i,.homepage .e ul li span i{width: 0.16rem;
    height: 0.1rem;}
	.homepage .b .ft .swiper-button-next i,.homepage .b .ft .swiper-button-prev i{margin-top: -3px;vertical-align: middle;}
}
