html {
  font-size: 100px;
}

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

* {
  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: #e60012;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 15.4rem;
  margin: 0 auto;
  max-width: 90%;
  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;
}

/**/
.m_nav,
.pc_nav {
  position: absolute;
  left: 1rem;
  top: 0.4rem;
  width: 0.37rem;
  cursor: pointer;
  z-index: 99;
}

.m_nav i,
.pc_nav i {
  display: block;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}

.m_nav i:nth-child(2),
.pc_nav i:nth-child(2) {
  width: 0.2rem;
}

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  color: #fff;
  font-size: 0.16rem;
  top: 0;
  text-align: center;
  padding: 0 1rem;
}

.header.fix-up {
  top: -1rem;
}

.header .logo {
  width: 1.33rem;
  height: 0.5rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/logo.png');
  background-size: contain;
}

.header.active .logo, .header.on .logo {
  background: url(../images/home_03.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav {
  display: flex;
  align-items: center;
  margin-left: 2.6rem;
  justify-content: space-between;
}

.header .nav > li {
  z-index: 10;
  line-height: 1rem;
  position: relative;
}

.header .nav > li > a {
  display: block;
  color: #fff;
  position: relative;
}

.header .nav > li.on > a::after {
  content: "";
  border-bottom: 3px solid #ff0000;
  width: 100%;
  left: 0;
  bottom: 0.1rem;
  position: absolute;
}

.header .searchicon {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  background-image: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.3rem;
}

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;

  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 99;
  opacity: 1;
}

.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 0.55rem;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}

.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}

.ws-wap-menu ul li > a {
  display: block;
  line-height: 52px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
}

.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}

.ws-wap-menu ul li.has-sub-nav > a {
  width: 30%;
  margin: 0 auto;
}

.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}

.ws-wap-menu ul li.on.has-sub-nav {
  background: #e50007;
}

.ws-wap-menu ul li.on.has-sub-nav > a {
  color: #fff;
}

.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}

.ws-wap-menu ul li .sub-nav {
  background-color: #f7f7f7;
  font-size: 0.14rem;
  display: none;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.ws-wap-menu ul li.on > a {
  color: #c40d23;
}

.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}

.ws-wap-menu ul li .sub-nav a {
  line-height: 0.5rem;
  width: 50%;
}

.ws-wap-menu .middle {
  padding: 0.15rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  background: #fff;
  font-size: 0.15rem;
}

.ws-wap-menu .middle p {
  margin-top: 5px;
}

.ws-wap-menu .middle span {
  color: #e60012;
  font-size: 0.2rem;
}

.ws-wap-menu .search {
  background: #fff;
  padding: 0.3rem;
}

.ws-wap-menu .search .box {
  position: relative;
  border-bottom: 1px solid #999;
}

.ws-wap-menu .search .box input {
  width: 100%;
  text-align: center;
  height: 50px;
}

.ws-wap-menu .search .box img {
  width: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ws-wap-menu .search img {
  width: 0.15rem;
}

.ws-wap-menu .search input {
  width: 100%;
  height: 0.4rem;
  background: none;
  display: block;
}

.footer {
  font-size: 0.16rem;
  /*border-radius: 0.2rem 0.2rem 0 0;*/
  background: #242424;
  position: relative;
  /*margin-top: -0.2rem;*/
  color: rgba(221, 221, 221, 0.7);
}

.footer a {
  color: rgba(221, 221, 221, 0.7);
}

.footer a:hover {
  color: #fff;
}

.footer .box {
  padding: 0.6rem;
}

.footer .box .hd {
  display: flex;
  padding: 0 0.38rem 0.6rem;
  justify-content: space-between;
  line-height: 0.3rem;
  border-bottom: 1px solid #666666;
}

.footer .box .hd h4 {
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  padding-bottom: 0.2rem;
}

.footer .box .bd {
  /*padding-top: 0.6rem;*/
}

.footer .box .bd .share {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}

.footer .box .bd .code {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.44rem;
}

.footer .box .bd .code img {
  margin-right: 0.15rem;
  width: 1.27rem;
}

.footer .box .bd .down {
  position: relative;
  margin-left: 0.35rem;
}

.footer .box .bd .down .in {
  width: 0.9rem;
  background: #fff;
  padding: 0.07rem;
  position: absolute;
  border-radius: 0.05rem;
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.36rem;
}

.footer .box .bd .down:hover .in {
  display: block;
}

.footer .box .bd .down .in::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
}

.footer .ft {
  padding: 0.3rem 0.6rem;
  font-size: 0.14rem;
  background: #3a3a3a;
}

.footer .ft .flex_item {
  display: flex;
  cursor: pointer;
}

.footer .ft .power-by {
  display: flex;
  padding-left: 0.1rem;
}

.footer .ft .power-by .company {
  position: relative;
}

.footer .ft .power-by .company .qrcode {
  width: 1.2rem;
  /*height: 1.2rem;*/
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 160%;
  transform: translateX(-50%);
  padding: 0.1rem;
  border-radius: 0.06rem;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s, bottom 0.3s;
}

.footer .ft .power-by .company .qrcode:after {
  content: '';
  width: 0;
  height: 0;
  border: 0.06rem solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.footer .ft .power-by .company:hover .qrcode {
  z-index: 1;
  opacity: 1;
  bottom: 130%;
}

.footer .ft .power-by .company .qrcode img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.header.active, .header.on {
  background: #fff;
  color: #333;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.header.active .searchicon, .header.on .searchicon {
  background-image: url(../images/search1.png);
}

.header.active .pc_nav i, .header.on .pc_nav i {
  background: #333;
}

.header.active .nav > li > a, .header.on .nav > li > a {
  color: #333;
}

.mask_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  display: none;
}

.mask_menu.on {
  display: block;
}

.pc_menu {
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 99;
  display: none;
  padding: 0.6rem 1rem;
  font-size: 0.16rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
}

.pc_menu.on {
  display: block;
}

.pc_menu .flex {
  align-items: stretch;
}

.pc_menu .flex .box {
  margin-left: 0.78rem;
}

.pc_menu .flex .box li {
  line-height: 0.6rem;
}

.pc_menu .flex .box li a {
  color: #666;
}

.pc_menu .flex .box li a:hover {
  color: #e60012;
}

.pc_menu .flex .box h4 {
  font-size: 0.22rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}

.pc_menu dl {
  font-weight: bold;
  font-size: 0.3rem;
  margin-top: 0.3rem;
}

.pc_menu dl dt {
  font-weight: bold;
}

.pc_menu dl dd span {
  font-size: 0.4rem;
  color: #e60012;
}

.pc_menu .search {
  display: flex;
  width: 3.17rem;
  align-items: center;
  border-bottom: 1px solid #999;
}

.pc_menu .search input {
  flex: 1;
  height: 0.45rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
}

.pc_menu .code {
  width: 1.5rem;
  text-align: center;
  margin-top: 0.2rem;
}

.pc_menu .code img {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 0.1rem;
}

/**/
.banner {
  overflow: hidden;
}

.homepage .container {
  width: 100%;
  padding: 0 1rem;
  max-width: 100%;
}

.homepage .banner img {
  width: 100%;
}

.homepage .banner .bd {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  font-size: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.homepage .banner .bd h3 {
  font-weight: bold;
  font-size: 0.72rem;
  line-height: 0.9rem;
  padding-bottom: 0.3rem;
}

.homepage .banner .bd p {
  opacity: 0.7;
}

.homepage .banner .swiper-pagination {
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  left: auto;
  width: auto;
  right: 1rem;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
}

.homepage .banner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  padding: 0.24rem 0;
  background: none;
  display: block;
}

.homepage .banner .swiper-pagination-bullet-active {
  color: #e60012;
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.homepage {
  font-size: 0.16rem;
}

.homepage .more,
.aboutus .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.76rem;
  height: 0.53rem;
  border-radius: 0.53rem;
  border: 2px solid #333333;
  font-size: 0.16rem;
  position: relative;
  padding: 0 0.2rem;
}

.homepage .more:hover,
.aboutus .more:hover {
  background: #e60012;
  color: #fff;
}

.homepage .more::after,
.aboutus .more::after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #e60012;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translate(0, -50%);
}

.homepage .more span,
.aboutus .more span {
  position: relative;
  z-index: 5;
  font-size: 0.38rem;
}

.homepage .title h2 {

  font-size: 0.6rem;
}

.homepage .a {
  position: relative;
  padding: 0.9rem 0;
}

.homepage .a .hd {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.homepage .tabtitle {
  margin-bottom: 0.28rem;
  display: flex;
}

.homepage .tabtitle li {
  cursor: pointer;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  margin-right: 0.4rem;
}

.homepage .tabtitle li.on {
  color: #e60012;
  font-size: 0.2rem;
  border-bottom: 2px solid #e60012;
}

.homepage .a .tabbox > .flex {
  align-items: stretch;
}

.homepage .a .tabbox a {
  /*
  display: block;
  text-align: center;
  */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.38rem;
  position: relative;
  background: #f6f6f6;
}

.homepage .a .tabbox a:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.homepage .a .tabbox .side {
  height: 7.3rem;
}

/*
.homepage .a .tabbox a.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
*/


.homepage .a .tabbox .img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}


.homepage .a .tabbox li + li {
  margin-top: 0.3rem;
}

.homepage .a .tabbox li a {
  height: 3.5rem;
}

.homepage .a .tabbox li h3 {
  text-align: left;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
  font-weight: bold;
  transition: color 0.3s;
}

.homepage .a .tabbox a:hover h3 {
  color: #e60012;
}

.homepage .a .tabbox li .img {

}

.homepage .a .tabbox li .img img {
  max-height: 100%;
}

/*
.homepage .a .tabbox li p {
  position: absolute;
  right: 0.38rem;
  margin: 0;
  bottom: 0.45rem;
}
*/

.homepage .a .tabbox .flex_item + .flex_item {
  margin-left: 0.3rem;
}

.homepage .a .tabbox .fl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.74rem;
  color: #666;
  height: 0.26rem;
  border: 1px solid #666;
  border-radius: 0.26rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0.38rem;
}

.homepage .a .tabbox dt {
  font-weight: bold;
  font-size: 0.3rem;
}

.homepage .a .tabbox dd {
  opacity: 0.7;
  color: #333;
  padding: 0.1rem 0 0.2rem 0;
}

.homepage .b {
  position: relative;
  color: #fff;
}

.homepage .b .hd {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  top: 0.9rem;
}

.homepage .b .hd .more {
  color: #fff;
  border-color: #fff;
}

.homepage .b .ft {
  position: absolute;
  left: 1rem;
  z-index: 5;
  width: 70%;
  bottom: 1rem;
}

.homepage .b .ft .pic {
  border-radius: 0.2rem;
  position: relative;
}

.homepage .b .ft .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.homepage .b .ft .swiper-slide-thumb-active .pic {
  border: 5px solid #fff;
}

.homepage .b .ft .swiper-slide-thumb-active .pic::after {
  display: none;
}

.homepage .b .ft p {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  width: 100%;
}

.homepage .b .bd {
  position: absolute;
  top: 25%;
  left: -1rem;
  opacity: 0.6;
}

.homepage .b .mySwiper2 .swiper-slide-active .bd {
  left: 1rem;
  opacity: 1;
}

.homepage .b .bd .box {
  max-width: 5.2rem;
}

.homepage .b .bd .brdge {
  display: flex;
  margin-top: 0.3rem;
}

.homepage .b .bd .brdge span {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0.38rem;
  width: 1.36rem;
  height: 0.38rem;
}

.homepage .b .bd p {
  line-height: 0.3rem;
  margin: 0.4rem 0;
}

.homepage .b .bd .more {
  color: #fff;
  border: none;
  padding-left: 0;
}

.homepage .b .bd .more:hover {
  padding-left: 0.2rem;
}

.homepage .b .bd h3 {
  font-weight: bold;
  font-size: 0.36rem;
}

.homepage .b .swiper-pagination {
  bottom: 2.15rem;
  left: auto;
  width: auto;
  right: 2.2rem;
  font-size: 0.26rem;
}

.homepage .b .swiper-pagination-current {
  font-size: 0.43rem;
}

.homepage .b .swiper-button-next,
.homepage .b .swiper-button-prev {
  width: 0.72rem;
  height: 0.72rem;
  background: #fff;
  color: #333;
  border-radius: 50%;
  top: auto;
  margin: 0;
  bottom: 1rem;
  left: auto;
  right: 2.2rem;
}

.homepage .b .swiper-button-next {
  color: #fff;
  background: #e60012;
  margin-right: -1.2rem;
}

.homepage .b .swiper-button-next::after,
.homepage .b .swiper-button-prev::after {
  font-size: 0.22rem;
}

.homepage .c {
  background-image: url(../images/home_13.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #E9E9E9;
  background-size: contain;
  height: 5.85rem;
  display: flex;
  align-items: center;
}

.homepage .c .bd {
  max-width: 7.65rem;
}

.homepage .c .bd .limit-row-5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.homepage .c .bd p {
  opacity: 0.7;
  margin-top: 0.2rem;
  line-height: 2;
}

.homepage .c .bd .more {
  margin-top: 1rem;
}

.homepage .c .bd .flex {
  color: #e60012;
  font-weight: bold;
  /*padding: 1.3rem 0 0.2rem;*/
  font-size: 0.48rem;
}

.homepage .d {
  position: relative;
  background: #e9e9e9;
  padding-bottom: 0.6rem;
  display: none;
}

.homepage .d .hd {
  display: flex;
  padding-bottom: 0.2rem;
  align-items: flex-end;
}

.homepage .d .tabbox li {
  border-top: 1px solid #ccc;
}

.homepage .d .tabbox li a {
  display: flex;
  font-size: 0.24rem;
  padding: 0.5rem;
  align-items: center;
}

.homepage .d .tabbox li a:hover {
  color: #e60012;
}

/*
.homepage .d .tabbox li a:hover dd {
  color: #fff;
}
*/

.homepage .d .tabbox li span {
  font-size: 0.3rem;
}

.homepage .d .tabbox dl {
  display: flex;
  width: 2.67rem;
}

.homepage .d .tabbox dl dd {
  font-size: 0.16rem;
  color: #666;
}

.homepage .d .tabbox dt {
  font-size: 0.48rem;
}


.homepage .e {
  padding: 1.2rem 0 1.4rem;
}

.homepage .e .bd {
  margin-top: 0.85rem;
}

.homepage .e .bd ul {
  display: flex;
  flex-wrap: wrap;
}

.homepage .e .bd ul li {
  width: 20%;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
}

.homepage .e .bd ul li:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

/**/

.banner_info {
  position: relative;
  z-index: 10;
}

.banner_info img {
  height: 5.5rem;
  object-fit: cover;
  width: 100%;
}

.banner_info .bd {
  width: 100%;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
  color: #fff;
}

.banner_info h2 {
  font-size: 0.6rem;
  font-weight: bold;
  position: relative;
  margin-top: 1rem;
  line-height: 0.6rem;
}

.banner_info h2::after {
  content: "";
  width: 0.5rem;
  display: block;
  height: 4px;
  background: #fff;
  margin: 0.15rem 0;
}

.banner_info p {
  font-size: 0.4rem;
  font-weight: bold;
}

.infobread {
  border-bottom: 1px solid #ddd;
  font-size: 0.2rem;
}

.infobread.sticky {
  position: sticky;
  top: 0;
  z-index: 98;
}

.infobread .container > span {
  display: inline-block;
  line-height: 1.07rem;
  margin-left: 0.3rem;
  border-bottom: 1px solid #e60012;
  margin-bottom: -1px;
}

.infobread .tabtitle {
  padding-left: 0.3rem;
}

.infobread .tabtitle li {
  margin-right: 1.1rem;
  font-size: 0.16rem;
  line-height: 0.95rem;
}

.infobread .tabtitle li.on {
  border-bottom: 1px solid #e60012;
  margin-bottom: -1px;
  font-size: 0.2rem;
}

.pages {
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
}

.pages li {
  display: inline-block;
  padding: 0 0.07rem;
}

.pages li:first-child a,
.pages li:last-child a {
  border: none;
}

.pages a {
  width: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #ccc;
  height: 0.35rem;
}

.pages a.page-num-current,
.pages a:hover {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}


.pagination {
  clear: both;
}

.pagination ul {
  display: flex;
  justify-content: center;
  font-size: 0;
}

.pagination li {
  margin: 0 0.05rem;
}

.pagination li span,
.pagination li a {
  display: inline-block;
  text-align: center;
  height: 0.5rem;
  line-height: 0.48rem;
  width: 0.5rem;
  border: 1px #dadada solid;
  color: #999;
  font-size: 0.16rem;
  transition: background-color 0.3s;
}

.pagination li.disable span {
  color: #ccc;
}

.pagination li.active span,
.pagination li a:hover {
  background-color: #e60012;
  color: #fff;
  border: 1px #e60012 solid;
}

.pagination li a.prev,
.pagination li a.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.12rem;
  transition: background-position 0.3s, border 0.3s;
}

.pagination li a.prev {
  background-image: url("../images/icon_arrow_left_dark.png");
}

.pagination li a.next {
  background-image: url("../images/icon_arrow_right_dark.png");
}

.pagination li a.prev:hover {
  background-image: url("../images/icon_arrow_left_light.png");
  background-position: 35%;
}

.pagination li a.next:hover {
  background-image: url("../images/icon_arrow_right_light.png");
  background-position: 65%;
}

/**/
.case {
  font-size: 0.16rem;
  padding: 0.7rem 0 0.9rem;
}

.case .bd {
  padding-bottom: 0.7rem;
}

.case .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.47rem -0.21rem;
}

.case .bd ul li {
  padding: 0.47rem 0.21rem;
  width: 33.333%;
}

.case .bd li p {
  line-height: 0.26rem;
  margin: 0.15rem 0;
  color: #666;
}

.case .bd li a {
  display: block;
  position: relative;
}

.case .bd li a::after {
  content: "";
  border-bottom: 1px solid #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  width: 0;
}

.case .bd li a:hover::after {
  width: 100%;
}

.case .bd li h4 {
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 0.3rem;
}

.case .bd li .more {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.15rem;
}

.case .bd li .more::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #e60012;
  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: 5px;
  right: 2px;
}

/**/
.news {
  font-size: 0.16rem;
  padding: 0 0 0.9rem;
}

.news .bd {
  padding-bottom: 0.4rem;
}

.news .bd li + li {
  border-top: 1px solid #ddd;
}

.news .bd li a {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
}

.news .bd li .pic {
  margin-right: 0.4rem;
  width: 3.32rem;
}

.news .bd li h3 {
  font-weight: bold;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .bd li p {
  color: #666;
  line-height: 0.26rem;
  margin: 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .bd li .more {
  color: #e60012;
  display: flex;
  align-items: center;
}

.news .bd li .more span {
  font-size: 0.26rem;
  padding-right: 0.1rem;
}

.news .bd li dl {
  border-left: 1px solid #ddd;
  margin-left: 1rem;
  padding: 0.3rem 0 0.3rem 1rem;
  text-align: right;
  font-size: 0.2rem;
}

.news .bd li dl dt::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #e60012;
  vertical-align: middle;
  width: 0.22rem;
}

.news .bd li dl dd {
  font-size: 0.46rem;
}

/**/

.bread {
  color: #666666;
  font-size: 0.14rem;
  font-size: 0.16rem;
}

.bread a::after {
  content: ">";
  color: #666;
  padding: 0 0.05rem;
}

.contentus {
  font-size: 0.16rem;
  background: #f2f2f2;
  padding: 0.55rem 0 0.9rem;
}

.contentus .bd {
  background: #fff;
  margin-top: 0.7rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

#allmap {
  height: 4.35rem;
}

.contentus .bd h3 {
  font-weight: bold;
  font-size: 0.3rem;
  padding-bottom: 0.3rem;
}

.contentus .bd .box {
  padding-left: 0.6rem;
  font-size: 0.18rem;
  max-width: 85%;
}

.contentus .bd li {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.contentus .bd li:last-child {
  padding-bottom: 0;
  border: none;
}

.contentus .bd li span {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
}

/**/
.newsitem {
  background: #f2f2f2;
  padding: 0.5rem 0 1rem;
  font-size: 0.16rem;
}

.newsitem .info {
  display: flex;
  margin-top: 0.5rem;
}

.newsitem .info > .flex_item {
  background: #fff;
  padding: 0.5rem;
}

.newsitem .info .hd h1 {
  font-weight: bold;
  font-size: 0.26rem;
  padding-bottom: 0.15rem;
}

.newsitem .info .hd span {
  font-size: 0.12rem;
  color: #999;
}

.newsitem .info .bd {
  line-height: 0.3rem;
  min-height: 6rem;
  margin-top: 0.2rem;
}

.newsft {
  margin-top: 0.2rem;
}

.newsft a {
  display: inline-block;
  font-size: 0.14rem;
  padding: 0.08rem 0.15rem;
  border: 1px solid #999;
}

/*.newsft a+a{border-left: none;}*/
.newsft a .prev {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  background: url(../images/proitem_11.png) center no-repeat;
  background-size: 100% 100%;
}

.newsft a .next {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  background: url(../images/proitem_16.png) center no-repeat;
  background-size: 100% 100%;
}

.newsft a:hover .prev {
  background: url(../images/proitem_14.png) center no-repeat;
  background-size: 100% 100%;
}

.newsft a:hover .next {
  background: url(../images/proitem_16_on.png) center no-repeat;
  background-size: 100% 100%;
}

.newsft a:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.newsitem .info > .side {
  width: 3.75rem;
  background: #fff;
  margin-left: 0.45rem;
}

.newsitem .info > .side ul {
  text-align: center;
  padding: 0.23rem 0.38rem;
}

.newsitem .info > .side h3 {
  color: #fff;
  background: #c60010;
  font-size: 0.18rem;
  line-height: 0.48rem;
  padding: 0 0.38rem;
}

.newsitem .info > .side li {
  padding: 0.15rem 0;
}

.newsitem .info > .side li p {
  margin-top: 0.1rem;
}

/**/
.products {
  font-size: 0.16rem;
  background: #f5f5f5;
}

.products .a {
  padding: 0.7rem 0;
}

.products .a ul {
  border: 1px solid #ddd;
  background: #fff;
}

.products .a ul li {
  display: flex;
}

.products .a ul li + li {
  border-top: 1px solid #ddd;
}

.products .a ul li span {
  display: flex;
  align-items: center;
  width: 2.85rem;
  justify-content: center;
  background: #e6e6e6;
  font-size: 0.22rem;
}

.products .a ul li .tab {
  display: flex;
  flex-wrap: wrap;
}

.products .a ul li a {
  display: block;
  padding: 0.1rem 0;
  margin: 0.1rem 0.2rem;
  border-bottom: 1px solid transparent;
}

.products .a ul li a.on {
  border-bottom: 1px solid #e60012;
}

.products .a ul li .flex_item {
  padding: 0.2rem 0.3rem;
}

.products .b {
  padding: 0.5rem 0 1rem;
}

.products .b .bd {
  padding-bottom: 0.7rem;
}

.products .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.27rem;
}

.products .b .bd ul li {
  width: 33.333%;
  padding: 0.27rem;
}

.products .b .bd ul li a {
  display: block;
  background: #fff;
}

.products .b .bd ul li dl {
  padding: 0 0 0.3rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px solid #ddd;
}

.products .b .bd ul li dd {
  line-height: 0.26rem;
  color: #666;
  margin-top: 0.15rem;
}

.products .b .bd ul li dt {
  font-weight: bold;
  font-size: 0.2rem;
}

.products .b .bd ul .flex {
  padding: 0.25rem 0.3rem;
}

.products .b .bd ul .flex .flex_item {
  font-size: 0.18rem;
  font-weight: bold;
}

.products .b .bd ul .more {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  border-radius: 0.35rem;
  width: 1.24rem;
  color: #e50012;
  height: 0.35rem;
  justify-content: space-between;
  padding: 0 0.1rem 0 0.15rem;
  transition: all 0.3s;
  /*background-image: linear-gradient(to right, #c2000f, #e50012);*/
}

.products .b .bd ul .more span {
  border-radius: 50%;
  color: #e50012;
  background: #fff;
  width: 0.22rem;
  height: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .b .bd a:hover .more {
  /*background-image: linear-gradient(to right, #c2000f, #e50012);*/
  background-color: #c2000f;
  color: #fff;
}

.products .pic {
  padding: 0.3rem 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.products .pic img {
  width: unset;
  max-width: 100%;
  max-height: 100%;
}

/**/
.proitem {
  font-size: 0.16rem;
  background: #f2f2f2;
  padding: 0.5rem 0 1rem;
}

.proitem .a {
  background: #fff;
  margin-top: 0.4rem;
  display: flex;
  /*align-items: flex-end;*/
  padding: 0.45rem;
}

.proitem .a .side {
  width: 5.87rem;
  margin-right: 0.6rem;
}

.proitem .a .albumSwiper .swiper-wrapper {
}

.proitem .a .albumSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
}

.proitem .a .albumSwiper .swiper-wrapper .swiper-slide img {
  max-height: 100%;
}

.proitem .a .ft {
  margin-top: 0.28rem;
  position: relative;
  padding: 0 0.43rem;
}

.proitem .a .ft .thumbSwiper .swiper-slide {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  padding: 0.15rem;
}

.proitem .a .ft img {
  max-height: 100%;
}

.proitem .a .swiper-button-next,
.proitem .a .swiper-button-prev {
  width: 0.3rem;
  height: 0.9rem;
  border: 1px solid #999;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.proitem .a .swiper-button-next {
  right: 0;
}

.proitem .a .swiper-button-prev {
  left: 0;
}

.proitem .a .swiper-button-next:after,
.proitem .a .swiper-button-prev:after {
  font-size: 0.24rem;
}

.proitem .a .ft .swiper-slide-thumb-active {
  border: 2px solid #e60012;
}

.proitem .a h1 {
  font-size: 0.28rem;
  font-weight: bold;
}

.proitem .a li {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  margin-top: 0.25rem;
  line-height: 0.34rem;
  text-align: center;
  width: 1.64rem;
  background: #e1e1e1;
}

.proitem .a li span {
  background: #cd0010;
  color: #fff;
  display: block;
  padding: 0 0.1rem;
}

.proitem .a h3 {
  border-bottom: 1px solid #ddd;
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 1rem;
}

.proitem .a h3 span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.1rem;
  margin-bottom: -1px;
  border-bottom: 1px solid #ca0010;
}

.proitem .a .p {
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.proitem .b {
  display: flex;
  margin-top: 0.5rem;
}

.proitem .b .bd {
  background: #fff;
  padding: 0.3rem 0.38rem;
}

.proitem .b .txt {
  min-height: 7.5rem;
}

.proitem .b .txt p {
  line-height: 0.3rem;
}

.proitem .b .table {
  margin-top: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid #ddd;
}

.proitem .b .table table {
  width: 100%;
}

.proitem .b .table th {
  width: 2rem;
}

.proitem .b .table tr + tr {
  border-top: 1px solid #ddd;
}

.proitem .b .table td {
  font-size: 0.14rem;
  padding: 0.2rem;
  border-left: 1px solid #ddd;
}

.proitem .b h3 {
  color: #fff;
  height: 0.48rem;
  padding: 0 0.38rem;
  font-size: 0.18rem;
  background: #cb0010;
  display: flex;
  align-items: center;
}

.proitem .b .ft {
  margin-top: 0.67rem;
  padding: 0.2rem 0.4rem;
  color: #fff;
  background-image: linear-gradient(to right, #a60814, #df0516);
}

.proitem .b .ft h4 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}

.proitem .b .ft input {
  width: 100%;
  height: 0.48rem;
  padding-left: 0.2rem;
}

.proitem .b .ft .flex_item {
  padding-right: 0.2rem;
}

.proitem .b .ft button {
  width: 1.58rem;
  background: #242424;
  color: #fff;
  font-size: 0.16rem;
  height: 0.48rem;
}

.proitem .b .side {
  background: #fff;
  margin-left: 0.4rem;
  width: 3.75rem;
}

.proitem .b .side ul {
  padding: 0.18rem 0.38rem;
  text-align: center;
}

.proitem .b .side ul li {
  padding: 0.15rem 0;
}

.proitem .b .side .pic {
  height: 2rem;
  padding: 0.2rem;
  overflow: hidden;
  border: 1px #f2f2f2 solid;
}

.proitem .b .side .pic img {
  max-height: 100%;
  max-width: 100%;
  width: unset;
}

.proitem .b .side ul li p {
  margin-top: 0.15rem;
}

/**/
.aboutus {
  font-size: 0.16rem;
}

.aboutus .title > span, .homepage .e .title > span {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 0.36rem;
}

.aboutus .title h2, .homepage .e .title h2 {
  font-size: 0.48rem;
  color: #e60012;
  font-weight: bold;
}

.infobreadbg {
  background: #f6f7fb;
}

.aboutus .feedback {
  padding: 1rem 0;
  background-color: #F7F7F7;
  background-image: url('../images/feedback_bg.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.aboutus .feedback .formd {
  width: 70%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.aboutus .feedback .formd .row {
  display: flex;
  margin: -0.2rem -0.1rem;
}

.aboutus .feedback .formd .row .item {
  flex: 1;
  padding: 0.2rem 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.aboutus .feedback .formd .row .item .label {
  font-size: 0.2rem;
  color: #999999;
  padding-left: 0.15rem;
}

.aboutus .feedback .formd .row .item .val {
  padding-top: 0.05rem;
  width: 100%;
}

.aboutus .feedback input, .aboutus .feedback input:focus {
  border: 1px #F0F0F0 solid;
  outline: none;
  box-shadow: none;
  border-radius: 0.05rem;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.15rem;
  font-size: 0.16rem;
}

.aboutus .feedback textarea, .aboutus .feedback textarea:focus {
  border: 1px #F0F0F0 solid;
  outline: none;
  box-shadow: none;
  border-radius: 0.05rem;
  width: 100%;
  height: 1.5rem;
  padding: 0.15rem;
  font-size: 0.16rem;
}

.aboutus .feedback .button {
  display: inline-block;
  flex-shrink: 0;
  padding: 0 0.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #3a3a3a;
  color: #ffffff;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.05rem;
  transition: background-color 0.3s;
}

.aboutus .feedback .button:hover {
  background-color: #e60012;
}

.aboutus .a {
  padding: 1rem 0;
  background: url(../images/aboutus_02.jpg) center no-repeat;
  background-size: cover;
}

.aboutus .a .box {
  /*max-width: 5.8rem;*/
}

.aboutus .a .flex {
  align-items: center;
}

.aboutus .a .flex .pic {
  width: 5.68rem;
}

.aboutus .a .flex .profile {
  margin-top: 0.2rem;
}

.aboutus .a .box p {
  line-height: 2;
  padding: 0.05rem 0;
  color: #666;
}

.aboutus .a .box .flex {
  justify-content: space-between;
  font-size: 0.2rem;
  margin-top: 0.7rem;
}

.aboutus .a .box .flex span {
  font-size: 0.4rem;
  vertical-align: top;
}

.aboutus .a .box .flex dd {
  color: #999999;
}


.aboutus .b {
  background: url(../images/4_27.jpg) top center no-repeat;
  padding: 1.2rem 0;
}

.aboutus .b .box .flex {
  align-items: stretch;
  color: #fff;
}

.aboutus .b .box .flex .title h2 {
  color: #ffffff !important;
}

.aboutus .b .box .flex .title > span {
  color: #ffffff !important;
  opacity: 0.5;
}

.aboutus .b .box .profile {
  margin: 0.7rem 0;
  padding-right: 1.5rem;
  line-height: 2;
  font-size: 0.15rem;
  background: url(../images/4_26.png) top right no-repeat;
}

.aboutus .c {
  padding: 1.2rem 0;
}

.aboutus .c .hd {
  display: flex;
  align-items: center;
}

.aboutus .c .swiper-button-next,
.aboutus .c .swiper-button-prev {
  position: static;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  color: #333;
  background: #f4f4f4;
}

.aboutus .c .swiper-button-next:hover,
.aboutus .c .swiper-button-prev:hover {
  background: #e60012;
  color: #fff;
}

.aboutus .c .swiper-button-next::after,
.aboutus .c .swiper-button-prev::after {
  font-size: 0.18rem;
}

.aboutus .c .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 0.2rem;
}

.aboutus .c .swiper-pagination-bullet {
  border-radius: 0;
  width: 0.06rem;
  height: 0.02rem;
}

.aboutus .c .swiper-pagination-bullet-active {
  width: 0.27rem;
  background: #e60012;
}

.aboutus .c .bd {
  margin-top: 0.85rem;
}

.aboutus .d {
  background: url(../images/aboutus_06.jpg) center no-repeat;
  background-size: cover;
  height: 8.52rem;
  color: #fff;
  padding-top: 1rem;
}

.aboutus .d .title > span,
.aboutus .d .title h2 {
  color: #fff;
}

.aboutus .d .bd {
  position: relative;
  z-index: 8;
}

.aboutus .d .bd .swiper-slide > span {
  display: block;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
  opacity: 0.07;
}

.aboutus .d .bd .flex {
  background: #fff;
  width: 6.7rem;
  position: absolute;
  left: 50%;
  color: #333;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aboutus .d .bd .flex::after {
  content: "";
  width: 0.23rem;
  height: 1.31rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/aboutus_34.png) center no-repeat;
  background-size: 100% 100%;
}

.aboutus .d .bd .flex dl {
  padding: 0 0.3rem;
}

.aboutus .d .bd .flex dt::after {
  content: "";
  display: block;
  margin: 0.1rem 0;
  width: 0.18rem;
  border-bottom: 1px solid #e60012;
}

.aboutus .d .bd .flex dt span {
  font-size: 0.26rem;
}

.aboutus .d .bd .flex dd {
  line-height: 0.24rem;
}

.aboutus .d .swiper-button-next,
.aboutus .d .swiper-button-prev {
  color: #fff;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid #fff;
  border-radius: 50%;
}

.aboutus .d .swiper-button-next:hover,
.aboutus .d .swiper-button-prev:hover {
  background: #e60012;
  border-color: #e60012;
}

.aboutus .d .swiper-button-next::after,
.aboutus .d .swiper-button-prev::after {
  font-size: 0.24rem;
}

.aboutus .d .ft {
  font-size: 0.18rem;
  text-align: center;
  margin-top: -0.42rem;
}

.aboutus .d .ft .swiper-slide-thumb-active i {
  opacity: 0;
}

.aboutus .d .ft .line {
  position: relative;
  margin-bottom: 0.15rem;
}

.aboutus .d .ft .line::before {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
}

.aboutus .d .ft i {
  display: block;
  margin: 0 auto;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #fff;
}

.aboutus .e {
  padding: 1.2rem 0 1.4rem;
}

.aboutus .e .bd {
  margin-top: 0.85rem;
}

.aboutus .e .bd ul {
  display: flex;
  flex-wrap: wrap;
}

.aboutus .e .bd ul li {
  width: 20%;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
}

.aboutus .e .bd ul li:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

/**/
.m_nav.cross i, .header.on .m_nav i {
  background: #e50007;
}

.m_logo {
  position: absolute;
  left: 15px;
  top: 11.5px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 0.37rem;
  display: none;
}

.m_logo.on, .header.on .m_logo {
  background: url(../images/home_03.png) center no-repeat;
  background-size: 100% 100%;
}

.cross i:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  width: 0.25rem;
}

.cross i:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
  width: 0.25rem;
}

.searchdialog.on {
  top: 50%;
}

.searchdialog {
  transition: all 0.6s;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}

.searchdialog .search {
  width: 6rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
}

.searchdialog .search input {
  width: 100%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  height: 0.4rem;
}

.searchdialog img {
  margin-left: 0.1rem;
}

.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}



/**/

@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: 90px;
  }

  .aboutus .d .ft {
    margin-top: -0.32rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }

  .aboutus .d .ft {
    margin-top: -0.22rem;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }

  .container {
    padding: 0 0.5rem;
  }

  .aboutus .d .bd .flex::after {
    display: none;
  }

  .products .b .bd ul .more {
    width: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .header {
    padding: 0.15rem;
    height: 0.5rem;
  }

  .header .nav {
    display: none;
  }

  .m_nav {
    left: auto;
    right: 15px;
    top: 0.25rem;
  }

  .m_logo {
    display: block;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .homepage .container {
    padding: 0 15px;
  }

  /**/
  .homepage .banner .bd h3 {
    font-size: 0.27rem;
    letter-spacing: 0.02rem;
    padding-bottom: 0.15rem;
    line-height: 0.36rem;
  }

  .homepage .banner p {
    font-size: 0.13rem;
    max-width: 60%;
    padding-bottom: 1rem;
  }

  .homepage .banner .swiper-pagination {
    right: 0;
    bottom: 0.2rem;
    top: auto;
    font-size: 0.16rem;
    width: 100%;
    text-align: left;
    transform: translate(0, 0);
  }

  .homepage .banner .swiper-pagination-bullet {
    display: inline-block;
    padding: 0 0.1rem;
  }

  .homepage .title h2 {
    font-size: 0.2rem;
  }

  .homepage .more,
  .aboutus .more {
    font-size: 0.12rem;
    width: 1rem;
    height: 0.32rem;
    padding: 0 0.1rem;
  }

  .homepage .more span,
  .aboutus .more span {
    font-size: 0.22rem;
  }

  .homepage .more::after,
  .aboutus .more::after {
    width: 0.15rem;
    height: 0.15rem;
  }

  .homepage .a {
    padding: 0.4rem 0;
  }

  .homepage,
  .homepage .tabtitle li.on {
    font-size: 0.14rem;
  }

  .homepage .a .hd {
    margin-bottom: 0.2rem;
  }

  .homepage .tabtitle {
    overflow-x: auto;
    white-space: nowrap;
  }

  .homepage .tabtitle li {
    margin-right: 0.2rem;
  }

  .homepage .a .tabbox > .flex {
    display: block;
  }

  .homepage .a .tabbox .side {
    height: auto;
  }

  .homepage .a .tabbox .flex_item + .flex_item,
  .homepage .a .tabbox li + li {
    margin: 0.15rem 0 0;
  }

  .homepage .a .tabbox li .img {
    padding: 0;
    margin: 0;
  }

  .homepage .a .tabbox li .img img {
    /*width: 60%;*/
  }

  .homepage .b .mySwiper2 img {
    height: 7rem;
  }

  .homepage .b .hd {
    top: 0.4rem;
  }

  .homepage .b .mySwiper2 .swiper-slide-active .bd,
  .homepage .b .bd {
    left: 15px;
    top: 95px;
    right: 15px;
  }

  .homepage .b .bd .box {
    max-width: 100%;
  }

  .homepage .b .bd h3 {
    font-size: 0.16rem;
  }

  .homepage .b .bd .brdge {
    margin-top: 0.15rem;
  }

  .homepage .b .bd p {
    margin: 0.15rem 0;
  }

  .homepage .b .ft {
    left: 15px;
    width: auto;
    bottom: 1.5rem;
    right: 15px;
  }

  .homepage .b .ft p {
    font-size: 0.14rem;
  }

  .homepage .b .ft .swiper-slide-thumb-active .pic {
    border: 2px solid #fff;
  }

  .homepage .b .swiper-pagination {
    left: 15px;
    bottom: 0.9rem;
    right: auto;
    font-size: 0.14rem;
  }

  .homepage .b .swiper-pagination-current {
    font-size: 0.24rem;
  }

  .homepage .b .swiper-button-next,
  .homepage .b .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.4rem;
    left: 15px;
    right: auto;
  }

  .homepage .b .swiper-button-next {
    margin: 0 0 0 0.6rem;
  }

  .homepage .b .swiper-button-next::after,
  .homepage .b .swiper-button-prev::after {
    font-size: 0.16rem;
  }

  .homepage .c {
    height: auto;
    padding: 0.4rem 0;
  }

  .homepage .c .bd .flex img {
    display: none;
  }

  .homepage .c .bd .flex {
    font-size: 0.18rem;
    padding: 0.25rem 0 0;
  }

  .homepage .c .bd .more {
    display: none;
  }

  .homepage .c .bd p {
    max-width: 75%;
  }

  .homepage .d .tabbox li a {
    padding: 0.15rem 0;
    font-size: 0.14rem;
    position: relative;
  }

  .homepage .d .tabbox li a .flex_item {
    padding-top: 0.3rem;
  }

  .homepage .d .tabbox dl dd {
    font-size: 0.12rem;
  }

  .homepage .d .tabbox dl {
    position: absolute;
    top: 0.1rem;
    left: 0;
  }

  .homepage .d .tabbox dt,
  .homepage .d .tabbox li span {
    font-size: 0.22rem;
  }

  .homepage .a .tabbox li h3,
  .homepage .a .tabbox dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .homepage .a .tabbox a {
    text-align: left;
    padding: 0.2rem;
  }

  .homepage .a .tabbox dd {
    padding: 0.15rem 0;
  }

  .footer .box .hd {
    display: none;
  }

  .footer {
    font-size: 0.13rem;
  }

  .footer .box {
    padding: 0.15rem;
  }

  .footer .box .bd {
    display: block;
    padding-top: 0.15rem;
    text-align: center;
  }

  .footer .box .bd .share {
    display: block;
    margin-top: 0.2rem;
  }

  .footer .box .bd .share span {
    display: block;
    padding-bottom: 0.15rem;
  }

  .footer .box .bd .down {
    display: inline-block;
    margin: 0 0.2rem;
  }

  .footer .box .bd .code {
    display: block;
  }

  .footer .box .bd .code img {
    margin: 0.15rem 0 0;
    width: 1.1rem;
  }

  .footer .box .bd .code ol {
    line-height: 0.26rem;
    margin: 0.3rem 0 0.15rem;
  }

  .footer .logo {
    width: 1.5rem;
  }

  .footer .ft {
    padding: 15px;
    text-align: center;
    font-size: 0.12rem;
  }

  .footer .ft .flex {
    display: block;
  }

  .header.active {
    background: none;
    box-shadow: none;
  }

  .pc_menu.on {
    display: none;
  }

  /**/
  .banner_info img {
    height: 3rem;
  }

  .banner_info h2 {
    font-size: 0.3rem;
  }

  .banner_info p {
    font-size: 0.16rem;
    padding: 0.1rem 0 0;
  }

  .banner_info h2::after {
    width: 0.3rem;
    margin: 0.1rem 0;
  }

  .products .a {
    padding: 0.4rem 0 0;
  }

  .products .a ul li {
    display: block;
  }

  .products .a ul li a {
    margin: 0.08rem;
    padding: 0;
  }

  .products .a ul li span {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 10px;
  }

  .products {
    font-size: 0.14rem;
  }

  .products .a ul li .flex_item {
    padding: 0.15rem;
  }

  .products .b .bd ul {
    margin: 0;
  }

  .products .b .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }

  .products .b {
    padding: 0.2rem 0 0.4rem;
  }

  .products .b .bd ul li dl {
    margin: 0 0.15rem;
    padding: 0.15rem 0;
  }

  .products .b .bd ul .flex {
    padding: 0.15rem;
  }

  .products .b .bd {
    padding-bottom: 0.2rem;
  }

  /**/
  .proitem {
    padding: 0.2rem 0 0.4rem;
    font-size: 0.14rem;
  }

  .bread,
  .proitem .a li {
    font-size: 0.14rem;
  }

  .proitem .a {
    display: block;
    padding: 0.15rem;
  }

  .proitem .a .side {
    width: 100%;
    margin: 0;
  }

  .proitem .a .ft {
    display: none;
  }

  .proitem .a h1 {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .proitem .a li {
    margin-top: 0.15rem;
  }

  .proitem .a h3 {
    margin-top: 0.2rem;
  }

  .proitem .b {
    display: block;
    margin-top: 0.3rem;
  }

  .proitem .b .bd {
    padding: 0.15rem;
  }

  .proitem .b .table {
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 0.15rem;
  }

  .proitem .b .txt {
    min-height: auto;
  }

  .newsft .flex {
    display: block;
  }

  .newsft a {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }

  .proitem .b .ft {
    margin-top: 0.3rem;
    padding: 0.15rem;
  }

  .proitem .b .ft .flex {
    display: block;
  }

  .proitem .b .ft .flex_item {
    padding: 0 0 0.15rem 0;
  }

  .proitem .b .ft button {
    width: 100%;
  }

  .proitem .b .side {
    width: 100%;
    margin: 0.2rem 0 0;
  }

  .proitem .b .side ul {
    padding: 0.15rem;
  }

  /**/
  .infobread .tabtitle li.on {
    font-size: 0.14rem;
    margin-bottom: 0;
  }

  .infobread .tabtitle li {
    margin-right: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }

  .infobread .tabtitle {
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .newsitem .info {
    margin-top: 0.3rem;
    display: block;
  }

  .newsitem .info > .flex_item {
    padding: 0.15rem;
  }

  .newsitem {
    font-size: 0.14rem;
    padding-bottom: 0.4rem;
  }

  .newsitem .info > .side {
    margin: 0.2rem 0 0;
    width: 100%;
  }

  .newsitem .info > .side ul {
    padding: 0.15rem;
  }

  /**/
  .news .bd li a {
    padding: 0.15rem 0;
  }

  .news .bd li dl {
    display: none;
  }

  .news .bd li .pic {
    width: 1.2rem;
    margin-right: 0.1rem;
  }

  .news .bd li .pic img {
    height: 0.85rem;
  }

  .news .bd {
    padding-bottom: 0.2rem;
  }

  .news {
    font-size: 0.14rem;
    padding-bottom: 0.4rem;
  }

  .news .bd li p {
    margin: 0.1rem 0 0;
  }

  .news .bd li .more {
    display: none;
  }

  .news .bd li h3 {
    font-size: 0.15rem;
  }

  /**/
  .contentus {
    padding: 0.2rem 0 0.5rem;
  }

  .contentus .bd {
    margin-top: 0.3rem;
  }

  .contentus .bd .flex {
    display: block;
  }

  .contentus .bd .box {
    padding: 0.15rem;
    max-width: 100%;
    font-size: 0.14rem;
  }

  .contentus .bd h3 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
  }

  .contentus .bd li {
    padding: 0.15rem 0;
  }

  /**/
  .pages a {
    margin-right: 0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }

  .pages li {
    padding: 0;
  }

  #allmap {
    height: 3rem;
  }

  /**/
  .infobread .container > span {
    line-height: 0.5rem;
    font-size: 0.14rem;
    margin-left: 0;
  }

  .case {
    font-size: 0.14rem;
    padding: 0.2rem 0 0.5rem;
  }

  .case .bd ul {
    margin: 0;
  }

  .case .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }

  .case .bd li h4 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .case .bd li p {
    margin: 0.08rem 0;
    line-height: 0.24rem;
  }

  .case .bd {
    padding-bottom: 0.15rem;
  }

  /**/
  .aboutus .a {
    padding: 0.3rem 0;
  }

  .aboutus .a .container > .flex {
    display: block;
  }

  .aboutus .a .flex .pic {
    width: 100%;
    margin-top: 0.3rem;
  }

  .aboutus .title > span {
    font-size: 0.16rem;
  }

  .aboutus .title h2 {
    font-size: 0.24rem;
  }

  .aboutus,
  .aboutus .a .box .flex {
    font-size: 0.14rem;
  }

  .aboutus .a .box .flex {
    margin-top: 0.3rem;
  }

  .aboutus .a .box p {
    margin: 0.15rem 0;
  }

  .aboutus .a .box .flex span {
    font-size: 0.3rem;
  }

  .aboutus .b {
    padding: 0.3rem 0 0;
  }

  .aboutus .b .box {
    margin-bottom: 0.2rem;
  }

  .aboutus .c {
    padding: 0.4rem 0;
  }

  .aboutus .c .bd {
    margin-top: 0.3rem;
  }

  .aboutus .d {
    height: auto;
    padding: 0.4rem 0;
  }

  .aboutus .d {
    width: 100%;
  }

  .aboutus .d .bd .swiper-slide > span {
    font-size: 2rem;
    display: none;
  }

  .aboutus .d .bd .flex {
    display: block;
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }

  .aboutus .d .bd .flex img {
    height: 1.5rem;
  }

  .aboutus .d .ft {
    margin-top: 0.3rem;
  }

  .aboutus .d .ft .swiper-slide-thumb-active i {
    opacity: 1;
    background: #d20010;
    z-index: 9;
    position: relative;
  }

  .aboutus .d .bd .flex dl {
    padding: 0.15rem;
  }

  .aboutus .d .swiper-button-next,
  .aboutus .d .swiper-button-prev {
    display: none;
  }

  .aboutus .d .bd {
    margin-top: 0.3rem;
  }

  .aboutus .e {
    padding: 0.3rem 0 0.5rem;
  }

  .aboutus .e .bd {
    margin-top: 0.2rem;
  }

  .aboutus .e .bd ul li {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0.15rem;
    height: 0.6rem;
  }

  .header .nav {
    display: none;
  }

  .m_nav {
    left: auto;
    right: 15px;
    top: 0.25rem;
  }

  .m_logo {
    display: block;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .homepage .container {
    padding: 0 15px;
  }

  /**/
  .homepage .banner .bd h3 {
    font-size: 0.27rem;
    letter-spacing: 0.02rem;
    padding-bottom: 0.15rem;
    line-height: 0.36rem;
  }

  .homepage .banner p {
    font-size: 0.13rem;
    max-width: 60%;
    padding-bottom: 1rem;
  }

  .homepage .banner .swiper-pagination {
    right: 0;
    bottom: 0.2rem;
    top: auto;
    font-size: 0.16rem;
    width: 100%;
    text-align: left;
    transform: translate(0, 0);
  }

  .homepage .banner .swiper-pagination-bullet {
    display: inline-block;
    padding: 0 0.1rem;
  }

  .homepage .title h2, .homepage .e .title h2 {
    font-size: 0.2rem;
  }

  .homepage .more,
  .aboutus .more {
    font-size: 0.12rem;
    width: 1rem;
    height: 0.32rem;
    padding: 0 0.1rem;
  }

  .homepage .more span,
  .aboutus .more span {
    font-size: 0.22rem;
  }

  .homepage .more::after,
  .aboutus .more::after {
    width: 0.15rem;
    height: 0.15rem;
  }

  .homepage .a {
    padding: 0.4rem 0;
  }

  .homepage,
  .homepage .tabtitle li.on {
    font-size: 0.14rem;
  }

  .homepage .a .hd {
    margin-bottom: 0.2rem;
  }

  .homepage .tabtitle {
    overflow-x: auto;
    white-space: nowrap;
  }

  .homepage .tabtitle li {
    margin-right: 0.2rem;
  }

  .homepage .a .tabbox > .flex {
    display: block;
  }

  .homepage .a .tabbox .side {
    height: auto;
  }

  .homepage .a .tabbox .flex_item + .flex_item,
  .homepage .a .tabbox li + li {
    margin: 0.15rem 0 0;
  }

  .homepage .a .tabbox li .img {
    padding: 0;
    margin: 0;
  }

  .homepage .a .tabbox li .img img {
    width: 60%;
  }

  .homepage .b .mySwiper2 img {
    height: 7rem;
  }

  .homepage .b .hd {
    top: 0.4rem;
  }

  .homepage .b .mySwiper2 .swiper-slide-active .bd,
  .homepage .b .bd {
    left: 15px;
    top: 95px;
    right: 15px;
  }

  .homepage .b .bd .box {
    max-width: 100%;
  }

  .homepage .b .bd h3 {
    font-size: 0.16rem;
  }

  .homepage .b .bd .brdge {
    margin-top: 0.15rem;
  }

  .homepage .b .bd p {
    margin: 0.15rem 0;
  }

  .homepage .b .ft {
    left: 15px;
    width: auto;
    bottom: 1.5rem;
    right: 15px;
  }

  .homepage .b .ft p {
    font-size: 0.14rem;
  }

  .homepage .b .ft .swiper-slide-thumb-active .pic {
    border: 2px solid #fff;
  }

  .homepage .b .swiper-pagination {
    left: 15px;
    bottom: 0.9rem;
    right: auto;
    font-size: 0.14rem;
  }

  .homepage .b .swiper-pagination-current {
    font-size: 0.24rem;
  }

  .homepage .b .swiper-button-next,
  .homepage .b .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.4rem;
    left: 15px;
    right: auto;
  }

  .homepage .b .swiper-button-next {
    margin: 0 0 0 0.6rem;
  }

  .homepage .b .swiper-button-next::after,
  .homepage .b .swiper-button-prev::after {
    font-size: 0.16rem;
  }

  .homepage .c {
    height: auto;
    padding: 0.4rem 0;
  }

  .homepage .c .bd .flex img {
    display: none;
  }

  .homepage .c .bd .flex {
    font-size: 0.18rem;
    padding: 0.25rem 0 0;
  }

  .homepage .c .bd .more {
    display: none;
  }

  .homepage .c .bd p {
    max-width: 75%;
  }

  .homepage .d .tabbox li a {
    padding: 0.15rem 0;
    font-size: 0.14rem;
    position: relative;
  }

  .homepage .d .tabbox li a .flex_item {
    padding-top: 0.3rem;
  }

  .homepage .d .tabbox dl dd {
    font-size: 0.12rem;
  }

  .homepage .d .tabbox dl {
    position: absolute;
    top: 0.1rem;
    left: 0;
  }

  .homepage .d .tabbox dt,
  .homepage .d .tabbox li span {
    font-size: 0.22rem;
  }

  .homepage .a .tabbox li h3,
  .homepage .a .tabbox dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .homepage .a .tabbox a {
    text-align: left;
    padding: 0.2rem;
  }

  .homepage .a .tabbox dd {
    padding: 0.15rem 0;
  }

  .homepage .e {
    padding: 0.5rem 0;
  }

  .homepage .e .bd {
    margin-top: 0.3rem;
  }

  .homepage .e .bd ul {
    flex-flow: row wrap;
  }

  .homepage .e .bd ul li {
    width: 33.333333%;
  }

  .footer .box .hd {
    display: none;
  }

  .footer {
    font-size: 0.13rem;
  }

  .footer .box {
    padding: 0.15rem;
  }

  .footer .box .bd {
    display: block;
    padding-top: 0.15rem;
    text-align: center;
  }

  .footer .box .bd .share {
    display: block;
    margin-top: 0.2rem;
  }

  .footer .box .bd .share span {
    display: block;
    padding-bottom: 0.15rem;
  }

  .footer .box .bd .down {
    display: inline-block;
    margin: 0 0.2rem;
  }

  .footer .box .bd .code {
    display: block;
  }

  .footer .box .bd .code img {
    margin: 0.15rem 0 0;
    width: 1.1rem;
  }

  .footer .box .bd .code ol {
    line-height: 0.26rem;
    margin: 0.3rem 0 0.15rem;
  }

  .footer .logo {
    width: 1.5rem;
  }

  .footer .ft {
    padding: 15px;
    text-align: center;
    font-size: 0.12rem;
  }

  .footer .ft .flex {
    display: block;
  }

  .header.active {
    background: none;
    box-shadow: none;
  }

  .pc_menu.on {
    display: none;
  }

  /**/
  .banner_info img {
    height: 3rem;
  }

  .banner_info h2 {
    font-size: 0.3rem;
  }

  .banner_info p {
    font-size: 0.16rem;
    padding: 0.1rem 0 0;
  }

  .banner_info h2::after {
    width: 0.3rem;
    margin: 0.1rem 0;
  }

  .products .a {
    padding: 0.4rem 0 0;
  }

  .products .a ul li {
    display: block;
  }

  .products .a ul li a {
    margin: 0.08rem;
    padding: 0;
  }

  .products .a ul li span {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 10px;
  }

  .products {
    font-size: 0.14rem;
  }

  .products .a ul li .flex_item {
    padding: 0.15rem;
  }

  .products .b .bd ul {
    margin: 0;
  }

  .products .b .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }

  .products .b {
    padding: 0.2rem 0 0.4rem;
  }

  .products .b .bd ul li dl {
    margin: 0 0.15rem;
    padding: 0.15rem 0;
  }

  .products .b .bd ul .flex {
    padding: 0.15rem;
  }

  .products .b .bd {
    padding-bottom: 0.2rem;
  }

  /**/
  .proitem {
    padding: 0.2rem 0 0.4rem;
    font-size: 0.14rem;
  }

  .bread,
  .proitem .a li {
    font-size: 0.14rem;
  }

  .proitem .a {
    display: block;
    padding: 0.15rem;
  }

  .proitem .a .side {
    width: 100%;
    margin: 0;
  }

  .proitem .a .ft {
    display: none;
  }

  .proitem .a h1 {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .proitem .a li {
    margin-top: 0.15rem;
  }

  .proitem .a h3 {
    margin-top: 0.2rem;
  }

  .proitem .b {
    display: block;
    margin-top: 0.3rem;
  }

  .proitem .b .bd {
    padding: 0.15rem;
  }

  .proitem .b .table {
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 0.15rem;
  }

  .proitem .b .txt {
    min-height: auto;
  }

  .newsft .flex {
    display: block;
  }

  .newsft a {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }

  .proitem .b .ft {
    margin-top: 0.3rem;
    padding: 0.15rem;
  }

  .proitem .b .ft .flex {
    display: block;
  }

  .proitem .b .ft .flex_item {
    padding: 0 0 0.15rem 0;
  }

  .proitem .b .ft button {
    width: 100%;
  }

  .proitem .b .side {
    width: 100%;
    margin: 0.2rem 0 0;
  }

  .proitem .b .side ul {
    padding: 0.15rem;
  }

  /**/
  .infobread .tabtitle li.on {
    font-size: 0.14rem;
    margin-bottom: 0;
  }

  .infobread .tabtitle li {
    margin-right: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }

  .infobread .tabtitle {
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .newsitem .info {
    margin-top: 0.3rem;
    display: block;
  }

  .newsitem .info > .flex_item {
    padding: 0.15rem;
  }

  .newsitem {
    font-size: 0.14rem;
    padding-bottom: 0.4rem;
  }

  .newsitem .info > .side {
    margin: 0.2rem 0 0;
    width: 100%;
  }

  .newsitem .info > .side ul {
    padding: 0.15rem;
  }

  /**/
  .news .bd li a {
    padding: 0.15rem 0;
  }

  .news .bd li dl {
    display: none;
  }

  .news .bd li .pic {
    width: 1.2rem;
    margin-right: 0.1rem;
  }

  .news .bd li .pic img {
    height: 0.85rem;
  }

  .news .bd {
    padding-bottom: 0.2rem;
  }

  .news {
    font-size: 0.14rem;
    padding-bottom: 0.4rem;
  }

  .news .bd li p {
    margin: 0.1rem 0 0;
  }

  .news .bd li .more {
    display: none;
  }

  .news .bd li h3 {
    font-size: 0.15rem;
  }

  /**/
  .contentus {
    padding: 0.2rem 0 0.5rem;
  }

  .contentus .bd {
    margin-top: 0.3rem;
  }

  .contentus .bd .flex {
    display: block;
  }

  .contentus .bd .box {
    padding: 0.15rem;
    max-width: 100%;
    font-size: 0.14rem;
  }

  .contentus .bd h3 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
  }

  .contentus .bd li {
    padding: 0.15rem 0;
  }

  /**/
  .pages a {
    margin-right: 0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }

  .pages li {
    padding: 0;
  }

  #allmap {
    height: 3rem;
  }

  /**/
  .infobread .container > span {
    line-height: 0.5rem;
    font-size: 0.14rem;
    margin-left: 0;
  }

  .case {
    font-size: 0.14rem;
    padding: 0.2rem 0 0.5rem;
  }

  .case .bd ul {
    margin: 0;
  }

  .case .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }

  .case .bd li h4 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .case .bd li p {
    margin: 0.08rem 0;
    line-height: 0.24rem;
  }

  .case .bd {
    padding-bottom: 0.15rem;
  }

  /**/
  .aboutus .a {
    padding: 0.3rem 0;
  }

  .aboutus .a .container > .flex {
    display: block;
  }

  .aboutus .a .flex .pic {
    width: 100%;
    margin-top: 0.3rem;
  }

  .aboutus .title > span {
    font-size: 0.16rem;
  }

  .aboutus .title h2 {
    font-size: 0.24rem;
  }

  .aboutus .feedback {
    padding: 0.5rem 0;
  }

  .aboutus .feedback .formd {
    width: 100%;
  }

  .aboutus .feedback .formd .row {
    flex-flow: row wrap;
    margin: -0.1rem;
  }

  .aboutus .feedback .formd .row .item {
    flex-basis: 100%;
    padding: 0.1rem;
  }

  .aboutus .feedback .button {
    padding: 0 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    margin-top: 0.3rem;
  }

  .aboutus,
  .aboutus .a .box .flex {
    font-size: 0.14rem;
  }

  .aboutus .a .box .flex {
    margin-top: 0.3rem;
  }

  .aboutus .a .box p {
    margin: 0.15rem 0;
  }

  .aboutus .a .box .flex span {
    font-size: 0.3rem;
  }

  .aboutus .b {
    padding: 0.3rem 0 0;
  }

  .aboutus .b .box {
    margin-bottom: 0;
  }

  .aboutus .b .box .profile {
    background: none;
    padding-right: 0 !important;
    margin: 0.5rem 0;
  }

  .aboutus .c {
    padding: 0.4rem 0;
  }

  .aboutus .c .bd {
    margin-top: 0.3rem;
  }

  .aboutus .d {
    height: auto;
    padding: 0.4rem 0;
  }

  .aboutus .d {
    width: 100%;
  }

  .aboutus .d .bd .swiper-slide > span {
    font-size: 2rem;
    display: none;
  }

  .aboutus .d .bd .flex {
    display: block;
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }

  .aboutus .d .bd .flex img {
    height: 1.5rem;
  }

  .aboutus .d .ft {
    margin-top: 0.3rem;
  }

  .aboutus .d .ft .swiper-slide-thumb-active i {
    opacity: 1;
    background: #d20010;
    z-index: 9;
    position: relative;
  }

  .aboutus .d .bd .flex dl {
    padding: 0.15rem;
  }

  .aboutus .d .swiper-button-next,
  .aboutus .d .swiper-button-prev {
    display: none;
  }

  .aboutus .d .bd {
    margin-top: 0.3rem;
  }

  .aboutus .e {
    padding: 0.3rem 0 0.5rem;
  }

  .aboutus .e .bd {
    margin-top: 0.2rem;
  }

  .aboutus .e .bd ul li {
    width: 33.333%;
  }

  .aboutus .b .mySwiper2 .visible-xs {
    height: 60vh;
  }

  .newsft a + a {
    border-left: 1px solid #999;
  }

  .newsft .flex_item {
    padding-top: 0.3rem;
  }
}
