body {
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
  font-size: 0.16rem;
}

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: #707070;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #d9120e;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.5s;
  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: 12.66rem;
  margin: 0 auto;
  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;
}

.hidden {
  display: none;
}
/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #272525;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #666;
  flex-grow: 0;
  flex-shrink: 0;
}

.ws-wap-menu ul li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  width: 50%;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
  background-color: #f8f8f8;
}
.ws-wap-menu ul li .sub-nav a {
  line-height: 0.5rem;
  font-size: 0.16rem;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding: 0.15rem 15px 0;
  width: 100%;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
  padding: 0.05rem 0.15rem;
}
.ws-wap-menu .search img {
  width: 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 0.4rem;
  background: none;
  display: block;
}
.header {
  position: relative;
  width: 100%;
  background: #272525;
  margin: 0 auto;
  text-align: center;
}
.header .flex {
  height: 0.85rem;
  color: #fff;
  font-size: 0.18rem;
  justify-content: space-between;
}
.header .flex span {
  color: #707070;
}
.header .nav {
  text-align: center;
  border-top: 1px solid #d9120e;
}
.header .nav li {
  display: inline-block;
  width: 1.45rem;
  position: relative;

  vertical-align: middle;
}
.header .nav li > a {
  display: block;
  color: #fff;
  line-height: 0.5rem;
}
.header .nav li > a span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: #fff;
  width: 100%;
  background: #d9120e;
  height: 100%;
}
.header .nav li:hover > a span {
  opacity: 1;
}
.header .nav li .dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  text-align: left;
  font-size: 14px;
  z-index: 999;
  display: none;
  width: 504px;
  height: 240px;
  padding: 15px 15px 15px 0;
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
}
.header .nav li:hover .dropdown {
  display: flex;
}
.header .nav li .dropdown .tab {
  width: 100px;
  margin-right: 15px;
  border-right: 1px solid #eee;
}
.header .nav li .dropdown .tab span {
  display: block;
  line-height: 28px;
  cursor: pointer;
  padding-left: 15px;
}
.header .nav li .dropdown .tab span.on {
  background: #d9120e;
  color: #fff;
}
.header .nav li .dropdown p {
  line-height: 1.8;
  padding-top: 6px;
}
/* footer */

footer {
  background: #3a3a3c;
  overflow: hidden;
  padding: 40px 0;
  font-size: 0.14rem;
  color: #aaa9a9;
  line-height: 24px;
}
footer a {
  color: #aaa9a9;
}
footer a:hover {
  color: #fb373a;
}
footer .box {
  float: left;
  padding: 0 0 0 70px;
}
footer .box.w1 {
  width: 26%;
  padding: 0;
}
footer .box.w2 {
  width: 17%;
}
footer .box.w3 {
  width: 23%;
}
footer .box.w4 {
  width: 17%;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding-top: 15px;
}
footer .tit {
  background: url(../images/icon_footline.png) left bottom no-repeat;
  padding: 0 0 15px 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
footer .tit em {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-style: normal;
  overflow: hidden;
}
footer .lx li {
  overflow: hidden;
  position: relative;
  margin: 5px 0 0 0;
}
footer .lx li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
  width: 25px;
  text-align: center;
}
footer .lx li:first-child {
  margin: 0;
}
.footer {
  background: #272728;
  overflow: hidden;
  text-align: center;
  padding: 15px 0;
  font-size: 0.14rem;
  line-height: 1.8;
  color: #7c7c7c;
}
.footer a {
  color: #7c7c7c;
}
.footer a:hover {
  color: #fb373a;
}
.backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #aaa9a9;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  z-index: 6666;
}
.backtop:hover {
  background: #fb373a;
}
.homepage .nav {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  border: none;
  width: 806px;
  margin-top: 0.2rem;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.5);
}
.homepage .nav .container {
  width: 100%;
  max-width: 100%;
}
.homepage .nav ul {
  display: flex;
}
.homepage .nav ul li {
  flex: 1;
}
.homepage .nav ul li a {
  color: #333;
}
.homepage .a {
  margin: 0.6rem 0 0.4rem;
}
.homepage .a ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .a ul li {
  width: 16.666%;
  display: flex;
  font-size: 0.14rem;
}
.homepage .a ul li img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.1rem;
}
.homepage .a ul li dt {
  font-size: 0.15rem;
  font-weight: bold;
  color: #000;
}
.homepage .a ul dd {
  color: #6e6c6c;
  margin-top: 0.06rem;
}
.homepage .title {
  position: relative;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.24rem;
}
.homepage .title::before {
  content: "";
  border-bottom: 1px solid #ddd;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
}
.homepage .title span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 0.3rem;
}
.homepage .title span,
.homepage .title p {
  display: inline-block;
}
.homepage .title p {
  color: #d9120e;
  text-transform: uppercase;
}
.homepage .b {
  padding-top: 0.2rem;
}
.homepage .b .hd {
  text-align: center;
  padding: 0.2rem 0 0.5rem;
  line-height: 2;
}
.homepage .b .bd {
  height: 4.42rem;
  background: url(../images/20190309093642.jpg) center no-repeat;
  background-size: cover;
}
.homepage .b .bd ul {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.homepage .b .bd ul li {
  width: 25%;
  transition: width 0.5s;
  text-align: center;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .b .bd ul li + li {
  border-left: 1px solid #fff;
}
.homepage .b .bd ul li a {
  color: #fff;
  font-size: 0.12rem;
}
.homepage .b .bd ul li img {
  width: 1rem;
}
.homepage .b .bd ul li dd {
  font-size: 0.18rem;
  margin: 0 0 5px 0;
}
.homepage .b .bd ul li span {
  display: inline-block;
  text-decoration: underline;
  margin: 0.2rem 0 0;
  font-size: 0.14rem;
}
.homepage .b .bd ul li.on {
  width: 55%;
}
.homepage .b .bd ul li.on1 {
  width: 15%;
}
.homepage .c {
  padding: 0.6rem 0;
}
.homepage .c .tabtitle {
  width: 60%;
  cursor: pointer;
  margin: 0.3rem auto 0;
}
.homepage .c .tabtitle i {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.homepage .c .tabtitle .on {
  color: #d9120e;
}
.homepage .c .tabtitle .i1 {
  background: url(../images/a1.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .on .i1 {
  background: url(../images/b1.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .i2 {
  background: url(../images/a3.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .on .i2 {
  background: url(../images/b3.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .i3 {
  background: url(../images/a2.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .on .i3 {
  background: url(../images/b2.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .i4 {
  background: url(../images/a5.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .tabtitle .on .i4 {
  background: url(../images/b5.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .c .bd {
  padding-top: 0.5rem;
}
.homepage .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .c .bd ul li {
  width: 50%;
  padding: 0.15rem;
}
.homepage .c .bd ul a {
  display: block;
}
.homepage .c .bd ul a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .c .bd ul a:hover img {
  display: none;
}
.homepage .c .bd ul p {
  margin: 0.1rem 0 0.2rem;
}
.homepage .d {
  padding-bottom: 0.5rem;
}
.homepage .d .bd {
  margin-top: 0.3rem;
}
.homepage .d .bd a {
  display: block;
  position: relative;
  overflow: hidden;
}
.homepage .d .bd a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.homepage .d .bd a:hover:before {
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.homepage .d .marqueeleft {
  height: 1.15rem;
  width: 100%;
  overflow: hidden;
}
.homepage .d .marqueeleft ul {
  float: left;
}
.homepage .d .marqueeleft li {
  float: left;
  margin: 0 10px;
}
/**/
.homepage .c_in {
  padding-top: 0.3rem;
}
.homepage .tabtitle {
  display: flex;
}
.homepage .tabtitle li {
  flex: 1;
  text-align: center;
}
.homepage .tabtitle li + li {
  border-left: 2px solid #fff;
}
.homepage .tabtitle li a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #454545;
  background: #f0f0f0;
}
.homepage .tabtitle li.on a {
  background: #d9120e;
  color: #fff;
}
.homepage .c_in .focation {
  padding: 0.2rem 0;
}
.homepage .c_in .focation ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.homepage .c_in .focation ul li {
  width: 14.285%;
  line-height: 2.5;
  font-size: 15px;
}
.homepage .c_in .bd {
  padding: 0;
}
.pages {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.pages a {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  padding: 10px 15px;
  margin: 0 3px;
  border-radius: 5px;
}
.pages a:hover,
a.active {
  background: #d9120e;
  color: #fff;
  border-color: #d9120e;
}
.pages span {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  padding: 10px 15px;
  margin: 0 3px;
  border-radius: 5px;
}
.pages span:hover,
span.active {
  background: #d9120e;
  color: #fff;
  border-color: #d9120e;
}
.homepage .c_in h3 {
  margin: 0.3rem 0 0.1rem;
}
.homepage .c_in .item {
  text-align: center;
}
.homepage .c_in .item p {
  padding: 0.1rem 0;
}
.show {
  padding: 0.3rem 0;
}
.show ul {
  display: flex;
  margin: -0.1rem;
  flex-wrap: wrap;
}
.show ul li {
  width: 33.333%;
  font-size: 0.14rem;
  padding: 0.1rem;
}
.show ul li p {
  margin: 0.1rem 0;
}

.pic:hover img {
  transform: scale(1.1);
}
.proitem {
  padding: 0.5rem 0 0.6rem;
  text-align: center;
}
.proitem .bd {
  margin-top: 0.2rem;
}
.show_center {
  text-align: center;
  padding-top: 0.1rem;
  min-height: 350px;
}
/**/
.news {
  padding: 0.5rem 0;
}
.news li {
  border-bottom: 1px dotted #ddd;
  padding: 0.2rem 0;
}
.news li .pic {
  width: 3rem;
  margin-right: 0.3rem;
}
.news li p {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 80px;
  margin-top: 0.15rem;
}
.news li h4 {
  color: #333;
}
.news li:hover h4 {
  color: #d9120e;
}
.news li .label {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
  justify-content: space-between;
}
.news li .label span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  width: 80px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  background: #272525;
  cursor: pointer;
  position: relative;
}
/**/
.newsitem {
  text-align: center;
  padding: 0.4rem 0;
  max-width: 100%;
  width: 65%;
  margin: 0 auto;
}
.newsitem .hd h1 {
  font-weight: bold;
}
.newsitem .hd .news_date {
  line-height: 26px;
  padding-bottom: 10px;
  font-size: 0.14rem;
  margin: 0.1rem 0 0.3rem;
  color: #888;
}
.newsitem .ft {
  margin: 0.3rem 0;
  text-align: left;
  line-height: 0.26rem;
  font-size: 0.14rem;
}
.newsitem .ft h4 {
  font-weight: bold;
}
.newsitem .ft ul {
  display: flex;
  flex-wrap: wrap;
}
.newsitem .ft ul li {
  width: 50%;
}
.newsitem .news_close a {
  display: inline-block;
  font-size: 0.14rem;
  padding: 5px;
}
/**/
.aboutus {
  width: 9.15rem;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.14rem;
  line-height: 0.26rem;
}
.aboutus img {
  margin: 20px auto;
  max-width: 100%;
  display: block;
}
.map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin-top: 12px;
}
.contact {
  padding: 0.5rem 0;
}
.contact .bd {
  text-align: center;
  font-size: 0.14rem;
  padding-bottom: 0.2rem;
  line-height: 0.26rem;
}
.contact .bd li {
  padding: 0 0.15rem;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.contact .bd li.hidden {
  display: none;
}
.contact .bd h4 {
  font-weight: bold;
  background: url(../images/location.png) top left no-repeat;
  padding-top: 45px;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.bread {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0;
  display: none;
}
.bread img {
  width: 26px;
}
.mobile_menu {
  position: fixed;
  right: 0;
  top: 55px;
  bottom: 0;
  width: 45%;
  color: #fff;
  line-height: 40px;
  background: #333;
  font-size: 15px;
  display: none;
  font-size: 16px;
  z-index: 99;
}
.mobile_menu.on {
  display: block;
}
.main.on {
  transform: translateX(-45%);
}
.mobile_menu h4 {
  padding-left: 12px;
  line-height: 50px;
  border-bottom: 1px solid #555;
}
.mobile_menu li {
  border-bottom: 1px solid #555;
}
.mobile_menu a {
  display: block;
  color: #fff;
  padding-left: 12px;
  font-size: 15px;
}
.mobile_foot {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 50px;
}
.mobile_foot a img {
  width: 20px;
  margin-right: 8px;
}
.mobile_foot a {
  display: block;
  color: #fff;
  background: #d9120e;
}
.mobile_foot .flex_item + .flex_item a {
  background: #121212;
}
.homepage .d .m_bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.homepage .d .m_bd {
  margin-top: 15px;
}
.homepage .d .m_bd ul li {
  width: 33.333%;
  padding: 5px;
}
.scope_note {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .b .bd ul li:hover .scope_note {
  opacity: 1;
}
.homepage .b .bd ul li:hover dl {
  opacity: 0;
}
.scope_note h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
}
.scope_note em {
  width: 40px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.5%;
}
.scope_note p {
  font-size: 18px;
  line-height: 2;
  font-weight: 100;
  width: 34%;
  text-align: center;
  margin: 0 auto;
  padding-top: 2%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  width: 64px;
  height: 81px;
  background: rgba(217, 18, 14, 0.7);
}
.banner .swiper-button-next {
  right: 0;
}
.banner .swiper-button-prev {
  left: 0;
}
@media (max-width: 768px) {
  .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;
  }
  .header .flex span,
  .header .flex .side,
  .footer .code {
    display: none;
  }
  .header .logo {
    width: 140px;
  }
  .header .flex {
    height: 0.55rem;
  }

  .contact .bd li {
    padding: 0;
  }
  .contact .bd {
    text-align: left;
  }
  .contact .bd li div {
    padding: 0 0 20px 50px;
  }
  .contact .bd li.hidden {
    display: block;
  }
  .map {
    height: 200px;
  }
  .contact {
    padding: 0.3rem 0;
  }
  .aboutus br {
    display: none;
  }
  .homepage .c .bd ul {
    margin: 0;
  }
  .homepage .c .bd ul li {
    width: 100%;
    padding: 7px 0;
    text-align: center;
  }
  .homepage .c .bd ul p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .pages {
    display: none;
  }
  .news li a {
    display: block;
  }
  .news li .pic {
    width: 100%;
    margin: 0;
  }
  .news li {
    border: none;
    padding: 10px 0;
  }
  .news li p,
  .news li .label,
  .homepage .tabtitle {
    display: none;
  }
  .news li h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .news {
    padding: 0.2rem 0 0;
  }
  .show ul {
    margin: 0;
  }
  .show ul li {
    width: 100%;
    padding: 5px 0;
  }
  .homepage .c {
    padding: 30px 0;
  }
  .show ul li p {
    text-align: center;
  }
  .show {
    padding: 15px 0 0;
  }
  .newsitem,
  .newsitem .ft ul li {
    width: 100%;
  }
  .newsitem .hd .news_date {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
  }
  .homepage .c_in .focation {
    display: none;
  }
  .homepage .a ul li {
    width: 100%;
    padding: 5px 0;
  }
  .bread {
    display: block;
  }
  .homepage .c_in {
    padding-top: 0;
  }
  .homepage .c_in .item {
    margin-top: 20px;
  }
  .proitem,
  .newsitem {
    padding: 30px 0;
  }
  .mobile_foot {
    display: block;
  }
  .homepage .a ul p {
    font-size: 14px;
  }
  .homepage .a ul img {
    width: 80px;
  }
  .homepage .a {
    margin: 30px 0 0;
  }
  .homepage .title {
    font-size: 18px;
  }
  .homepage .b .hd {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .homepage .b .bd {
    height: 200px;
  }
  .homepage .b .bd ul li img,
  .homepage .b .bd ul li p,
  .homepage .b .bd ul li span {
    display: none;
  }
  .homepage .b .bd ul li dd {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }
  .homepage .b .bd ul li dd::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 10px auto 0;
  }
  .homepage .b .bd ul li + li {
    border: none;
  }
  .homepage .c .bd {
    padding-top: 10px;
  }
  .homepage .d {
    padding-bottom: 0.2rem;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 25px;
    height: 30px;
  }
  .banner .swiper-button-next::after,
  .banner .swiper-button-prev::after {
    font-size: 18px;
  }
  .homepage .b .bd ul li.on,
  .homepage .b .bd ul li.on1 {
    width: 25%;
  }
  .scope_note h3 {
    font-size: 16px;
  }
  /* footer */
  footer {
    padding: 25px 0;
    line-height: 24px;
  }
  footer .box {
    padding: 0;
  }
  footer .box.w1 {
    width: 100%;
    padding: 0 0 10px 0;
  }
  footer .box.w2 {
    width: 50%;
  }
  footer .box.w3 {
    width: 100%;
    padding: 10px 0 0 0;
  }
  footer .box.w4 {
    display: none;
  }
  footer .tit {
    padding: 0 0 5px 0;
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  footer .tit em {
    display: inline;
    padding: 0 0 0 10px;
  }
  footer .lx li i {
    top: 0px;
  }
  .footer {
    padding-bottom: 60px;
  }
}
