* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.headerOn .header {
  position: fixed;
  background: #333;
}
.container1 {
  width: 100%;
  padding: 0 8.3333%;
  box-sizing: border-box;
}
.title h3 a {
  font-size: 0.32rem;
  display: block;
  line-height: 1;
  font-weight: bold;
}
.title p {
  font-size: 0.3rem;
  line-height: 1;
  padding-top: 0.08rem;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.product {
  padding-top: 0.7rem;
  background: url(../images/product.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.4rem;
}
.product .productMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .productMenu .productMenuR ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .productMenu .productMenuR ul li {
  border-radius: 0.54rem;
  border: 2px solid #ccd2d7;
  position: relative;
  margin-left: 0.26rem;
  -webkit-transition: .5s;
  transition: .5s;
}
.product .productMenu .productMenuR ul li a {
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: block;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.product .productMenu .productMenuR ul li.on {
  border-color: #cc0808;
}

.product .productMenu .productMenuR ul li:hover {
  border-color: #cc0808;
}
.product .productMenu .productMenuR ul li::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.02rem;
  background: url(../images/productMenuL.png) no-repeat top left;
}
.product .productMenu .productMenuR ul li::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.04rem;
  background: url(../images/productMenuR.png) no-repeat top left;
}
.product .productBox .productList {
  padding-top: 0.53rem;
}
.product .productBox .productList ul {
  width: 100%;
  overflow: hidden;
}
.product .productBox .productList ul li {
  width: 31%;
  margin: 0 1.16% 0.26rem;
  float: left;
  background: #fff;
  padding: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li .productListImg {
  position: relative;
  display: block;
  padding: 36% 0;
  overflow: hidden;
}
.product .productBox .productList ul li .productListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li .productListText {
  font-size: 0.2rem;
  display: block;
  line-height: 3;
  padding: 0 20% 0 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/productListText.png) no-repeat 98% center;
}
.product .productBox .productList ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product .productBox .productList ul li:hover .productListImg img {
  transform: translateY(-5px);
}
.product .productBox .productList ul li:hover .productListText {
  color: #cc0808;
}
.reason {
  background: url(../images/reasonBg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.7rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.reason .title h3 a {
  color: #fff;
}
.reason .title p {
  color: #fff;
}
.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 8.3333%;
  box-sizing: border-box;
}
.reason .reasonBox .bd {
  width: 50%;
}
.reason .reasonBox .bd .reasonList {
  margin-top: 0.9rem;
}
.reason .reasonBox .bd .reasonList .reasonIco {
  width: 0.62rem;
  height: 0.63rem;
  display: block;
  object-fit: contain;
}
.reason .reasonBox .bd .reasonList h4 {
  font-size: 0.36rem;
  line-height: 1;
  padding: 0.28rem 0;
  color: #fff;
}
.reason .reasonBox .bd .reasonList i {
  width: 0.4rem;
  height: 0.03rem;
  background: #cc0808;
  display: block;
  margin-bottom: 0.28rem;
}
.reason .reasonBox .bd .reasonList p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.4rem;
}
.reason .reasonBox .bd .reasonList a {
  width: 1.52rem;
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: block;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-radius: 0.54rem;
  border: 2px solid rgba(255, 255, 255, 0.26);
  position: relative;
  color: #fff;
  margin-top: 0.46rem;
  margin-left: 0.04rem;
}
.reason .reasonBox .bd .reasonList a::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.03rem;
  background: url(../images/reasonListL.png) no-repeat top left;
}
.reason .reasonBox .bd .reasonList a::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.05rem;
  background: url(../images/reasonListr.png) no-repeat top left;
}
.reason .reasonBox .hd {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  height: 100%;
  width: 20%;
}
.reason .reasonBox .hd ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.reason .reasonBox .hd ul li {
  height: 1.1rem;
  padding-right: 0.8333%;
  padding-left: 0.2rem;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-left: 2px solid transparent;
}
.reason .reasonBox .hd ul li p {
  font-size: 0.28rem;
  display: block;
  color: #fff;
  padding-top: 0.2rem;
}
.reason .reasonBox .hd ul li span {
  display: block;
  font-size: 0.14rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.reason .reasonBox .hd ul li.on {
  border-left: 2px solid #e7e7e7;
  background: rgba(255, 255, 255, 0.15);
}
.news {
  padding-top: 0.7rem;
  background: url(../images/news.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 1rem;
}
.news .newsMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newsMenu .newsMenuR ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsMenu .newsMenuR ul li {
  border-radius: 0.54rem;
  border: 2px solid #ccd2d7;
  position: relative;
  margin-left: 0.26rem;
}
.news .newsMenu .newsMenuR ul li a {
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: block;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.news .newsMenu .newsMenuR ul li.on {
  border-color: #cc0808;
}
.news .newsMenu .newsMenuR ul li::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.02rem;
  background: url(../images/productMenuL.png) no-repeat top left;
}
.news .newsMenu .newsMenuR ul li::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.06rem;
  background: url(../images/productMenuR.png) no-repeat top left;
}
.news .newsCenter .newsCenterList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.4rem;
}
.news .newsCenter .newsCenterList .newsCenterListL {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  position: relative;
}
.news .newsCenter .newsCenterList .newsCenterListL ul li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 34.6% 0;
}
.news .newsCenter .newsCenterList .newsCenterListL ul li a img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.news .newsCenter .newsCenterList .newsCenterListL ul li a em {
  padding: 0.5rem 20% 0.25rem 0.3rem;
  box-sizing: border-box;
  background: url(../images/newsLBg.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news .newsCenter .newsCenterList .newsCenterListL .newsAddPage {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  z-index: 999;
}
.news .newsCenter .newsCenterList .newsCenterListL .newsAddPage span {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.15rem;
}
.news .newsCenter .newsCenterList .newsCenterListL .newsAddPage span.swiper-pagination-bullet-active {
  background: #fff;
}
.news .newsCenter .newsCenterList .newsCenterListR {
  flex: 0 0 46.5%;
  justify-content: center;
  float: left;
  width: 46.5%;
  border-top: 1px solid #e0e0e0;
}
.news .newsCenter .newsCenterList .newsCenterListR ul li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.23rem;
}
.news .newsCenter .newsCenterList .newsCenterListR ul li h5 {
  line-height: 1;
  padding-top: 0.32rem;
  font-size: 0.16rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #808080;
}
.news .newsCenter .newsCenterList .newsCenterListR ul li a {
  font-size: 0.22rem;
  display: block;
  line-height: 1;
  padding-top: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsCenter .newsCenterList .newsCenterListR ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  color: #999999;
  padding-top: 0.2rem;
}
.news .newsCenter .newsCenterList .newsCenterListR ul li:hover a {
  color: #cc0808;
}
.about {
  padding-top: 0.7rem;
  background: url(../images/about.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 1rem;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL .aboutTitle h3 a {
  display: block;
  font-size: 0.32rem;
  line-height: 1;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.about .aboutBox .aboutL .aboutTitle p {
  font-size: 0.28rem;
  line-height: 1;
  font-weight: bold;
}
.about .aboutBox .aboutL h4 {
  border-radius: 0.54rem;
  border: 2px solid #ccd2d7;
  position: relative;
  display: table;
  margin-top: 0.43rem;
}
.about .aboutBox .aboutL h4 a {
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: block;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.about .aboutBox .aboutL h4::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.02rem;
  background: url(../images/productMenuL.png) no-repeat top left;
}
.about .aboutBox .aboutL h4::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.06rem;
  background: url(../images/productMenuR.png) no-repeat top left;
}
.about .aboutBox .aboutL ul li {
  margin-top: 0.55rem;
}
.about .aboutBox .aboutL ul li h5 {
  display: table;
}
.about .aboutBox .aboutL ul li h5 b {
  font-size: 0.56rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #ad1f24;
  line-height: 1;
}
.about .aboutBox .aboutL ul li h5 span {
  font-size: 0.24rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  vertical-align: top;
  color: #ad1f24;
  padding-left: 0.1rem;
}
.about .aboutBox .aboutR {
  flex: 0 0 69%;
  justify-content: center;
  float: left;
  width: 69%;
}
.about .aboutBox .aboutR p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about .aboutBox .aboutR ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.about .aboutBox .aboutR ul li {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
}
.about .aboutBox .aboutR ul li a {
  position: relative;
  padding: 95% 0;
  box-sizing: border-box;
  display: block;
}
.about .aboutBox .aboutR ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.about .aboutBox .aboutR ul li a em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.3rem;
  box-sizing: border-box;
  width: 100%;
}
.about .aboutBox .aboutR ul li a em i {
  display: table;
  border-bottom: 2px solid #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.22rem;
  color: #fff;
}
.about .aboutBox .aboutR ul li a em span {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 2;
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .aboutBox .aboutR ul li a em b {
  font-size: 0.12rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.honor {
  padding-top: 0.7rem;
  background: url(../images/honor.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.6rem;
}
.honor .honorTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.honor .honorTop h3 a {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.honor .honorTop h3 a i {
  font-size: 0.24rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.honor .honorTop .honorTopMore {
  width: 1.52rem;
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: block;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-radius: 0.54rem;
  border: 2px solid rgba(255, 255, 255, 0.26);
  position: relative;
  color: #fff;
}
.honor .honorTop .honorTopMore::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.03rem;
  background: url(../images/reasonListL.png) no-repeat top left;
}
.honor .honorTop .honorTopMore::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.05rem;
  background: url(../images/reasonListr.png) no-repeat top left;
}
.honor .honorBox {
  background: url(../images/zizhi_bg.png) no-repeat center bottom;
  padding-bottom: 0.6rem;
  margin-top: 0.46rem;
  position: relative;
}
.honor .honorBox ul li a {
  background: url(../images/honorImg.jpg) no-repeat center;
  padding: 6% 20%;
  display: block;
}
.honor .honorBox ul li a i {
  position: relative;
  padding: 68% 0;
  display: block;
}
.honor .honorBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.honor .honorBox .honorBoxL {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/honorBoxL.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.7rem;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox .honorBoxR {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/honorBoxR.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.7rem;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperative {
  background: url(../images/cooperative.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.cooperative .cooperativeTitle h3 {
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
}
.cooperative .cooperativeTitle p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.28rem;
}
.cooperative .cooperativeBox ul {
  display: flex;
  flex-flow: wrap;
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.cooperative .cooperativeBox ul li {
  width: 16.666%;
  padding: 0 3%;
  margin-top: -0.4rem;
  box-sizing: border-box;
}
.cooperative .cooperativeBox ul li .box {
  position: relative;
}
.cooperative .cooperativeBox ul li .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.cooperative .cooperativeBox ul li .box .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperative .cooperativeBox ul li .box .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.cooperative .cooperativeBox ul li .box .pic img {
  max-width: 70%;
  max-height: 49%;
  DISPLAY: block;
  margin: 0 auto;
}
.cooperative .cooperativeBoxMore {
  border-radius: 0.54rem;
  border: 2px solid #ccd2d7;
  position: relative;
  margin-left: 0.26rem;
  font-size: 0.18rem;
  line-height: 0.54rem;
  display: table;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 1rem auto 0;
}
.cooperative .cooperativeBoxMore::before {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  right: -0.06rem;
  background: url(../images/productMenuR.png) no-repeat top left;
}
.cooperative .cooperativeBoxMore::after {
  content: "";
  width: 0.14rem;
  height: 0.42rem;
  position: absolute;
  top: 0.06rem;
  left: -0.02rem;
  background: url(../images/productMenuL.png) no-repeat top left;
}
.cooperativeBox ul li:nth-child(1),
.cooperativeBox ul li:nth-child(12),
.cooperativeBox ul li:nth-child(23),
.cooperativeBox ul li:nth-child(34),
.cooperativeBox ul li:nth-child(45) {
  margin-left: 8.333%;
}
@media (max-width: 980px) {
  .container1 {
    padding: 0 0.15rem;
  }
  .title {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .title h3 {
    text-align: center;
  }
  .title h3 a {
    font-size: 0.24rem;
  }
  .title p {
    font-size: 0.16rem;
    text-align: center;
    display: block;
  }
  .product {
    padding-top: 0.3rem;
  }
  .product .productMenu .productMenuR {
    width: 100%;
  }
  .product .productMenu .productMenuR ul li {
    flex: 0 0 calc(49% - 4px);
    justify-content: center;
    float: left;
    width: 49%;
    margin: 0.15rem 0 0;
  }
  .product .productMenu .productMenuR ul li::before {
    display: none;
  }
  .product .productMenu .productMenuR ul li::after {
    display: none;
  }
  .product .productMenu .productMenuR ul li a {
    line-height: 0.42rem;
    font-size: 0.15rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .productBox .productList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .product .productBox .productList ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin: 0 0 0.2rem 0;
  }
  .product .productBox .productList {
    padding-top: 0.2rem;
  }
  .product .productBox .productList ul li .productListText {
    line-height: 2;
    font-size: 0.16rem;
    background-size: 0.15rem;
  }
  .about {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .about .aboutBox .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about .aboutBox .aboutL h3 {
    text-align: center;
  }
  .about .aboutBox .aboutL h3 a {
    font-size: 0.24rem !important;
  }
  .about .aboutBox .aboutL p {
    font-size: 0.16rem !important;
    text-align: center;
    display: block;
  }
  .about .aboutBox .aboutL ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .about .aboutBox .aboutL h4 {
    margin: 0.2rem auto 0;
  }
  .about .aboutBox .aboutL h4 a {
    font-size: 0.16rem;
    line-height: 0.42rem;
    height: 0.42rem;
  }
  .about .aboutBox .aboutL h4::before {
    display: none;
  }
  .about .aboutBox .aboutL h4::after {
    display: none;
  }
  .about .aboutBox .aboutL ul li {
    flex: 0 0 45%;
    justify-content: center;
    float: left;
    width: 45%;
    margin-top: 0.2rem;
  }
  .about .aboutBox .aboutL p {
    text-align: left;
  }
  .about .aboutBox .aboutL ul li h5 b {
    font-size: 0.3rem;
  }
  .about .aboutBox .aboutR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.4rem;
  }
  .about .aboutBox .aboutR ul li {
    flex: 0 0 50%;
    justify-content: center;
    float: left;
    width: 50%;
  }
  .about .aboutBox .aboutR ul li a {
    padding: 60% 0;
  }
  .reason .reasonBox .hd {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    border-left: 0;
  }
  .reason .reasonBox .hd ul {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reason .reasonBox {
    flex-direction: column-reverse;
    padding: 0 0.15rem;
  }
  .reason .reasonBox .hd ul {
    margin-top: 0.2rem;
  }
  .reason .reasonBox .hd ul li {
    flex: 0 0 calc(50% - 2px);
    justify-content: center;
    float: left;
    width: calc(50% - 2px);
    padding: 0 1% 0.2rem;
    height: auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.16);
    margin-top: 0.1rem;
  }
  .reason .reasonBox .hd ul li p {
    font-size: 0.16rem;
    width: 100%;
  }
  .reason .reasonBox .hd ul li span {
    font-size: 0.12rem;
  }
  .reason .reasonBox .bd {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .reasonBox .bd .reasonList .reasonIco {
    width: 0.26rem;
    height: 0.26rem;
    flex: 0 0 10%;
  }
  .reason .reasonBox .bd .reasonList {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .reason .reasonBox .bd .reasonList h4 {
    font-size: 0.2rem;
    flex: 0 0  80%;
    padding: 0;
    line-height: 0.26rem;
  }
  .reason .reasonBox .bd .reasonList p {
    line-height: 2;
    font-size: 0.14rem;
  }
  .reason .reasonBox .bd .reasonList a {
    width: 1rem;
    height: 0.34rem;
    line-height: 0.34rem;
  }
  .reason .reasonBox .bd .reasonList a::after,
  .reason .reasonBox .bd .reasonList a::before {
    display: none;
  }
  .reason {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .about .aboutBox .aboutL .aboutTitle p {
    text-align: center;
  }
  .news .newsMenu .newsMenuR {
    margin-top: 0.3rem;
  }
  .news .newsMenu .newsMenuR ul li {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
    margin-left: 0;
  }
  .news .newsMenu .newsMenuR {
    width: 100%;
  }
  .news .newsMenu .newsMenuR ul li a {
    padding-left: 0.01rem;
    padding-right: 0.1rem;
    line-height: 0.34rem;
  }
  .news .newsMenu .newsMenuR ul li::after,
  .news .newsMenu .newsMenuR ul li::before {
    display: none;
  }
  .news .newsCenter .newsCenterList .newsCenterListL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsCenter .newsCenterList .newsCenterListR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsCenter .newsCenterList .newsCenterListR ul li h5 {
    padding-top: 0.15rem;
  }
  .news .newsCenter .newsCenterList .newsCenterListR ul li a {
    font-size: 0.16rem;
    padding-top: 0.15rem;
  }
  .news .newsCenter .newsCenterList .newsCenterListR ul li p {
    font-size: 0.14rem;
    padding-top: 0.1rem;
  }
  .news .newsCenter .newsCenterList .newsCenterListR ul li {
    padding-bottom: 0.1rem;
  }
  .news {
    padding-bottom: 0.5rem;
    padding-top: 0.4rem;
  }
  .news .newsCenter .newsCenterList {
    padding-top: 0.2rem;
  }
  .about .aboutBox .aboutL ul {
    margin-top: 0.2rem;
  }
  .honor .honorTop h3 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .honor .honorTop h3 a {
    font-size: 0.24rem;
  }
  .honor .honorTop h3 a i {
    display: block;
    text-align: center;
    font-size: 0.16rem;
  }
  .honor .honorTop .honorTopMore {
    font-size: 0.16rem;
    line-height: 0.42rem;
    height: 0.42rem;
    margin: 0.2rem auto 0;
  }
  .honor .honorTop .honorTopMore::before,
  .honor .honorTop .honorTopMore::after {
    display: none;
  }
  .honor {
    padding-top: 0.4rem;
  }
  .honor .honorBox ul li a {
    background-size: contain;
  }
  .cooperative {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .cooperative .cooperativeTitle h3 {
    font-size: 0.24rem;
  }
  .cooperative .cooperativeTitle p {
    font-size: 0.16rem;
  }
  .cooperative .cooperativeBox ul li {
    margin-top: -0.05rem;
  }
  .cooperative .cooperativeBox ul {
    margin-top: 0.4rem;
  }
  .cooperative .cooperativeBoxMore {
    margin-top: 0.15rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.14rem;
  }
  .cooperative .cooperativeBoxMore::after,
  .cooperative .cooperativeBoxMore::before {
    display: none;
  }
  .news .newsCenter .newsCenterList .newsCenterListL ul li a em {
    font-size: 0.16rem;
    padding-left: 2%;
  }

  .about .aboutBox .aboutR ul li a em{
    padding: 0 0.1rem;
  }

  .reason .reasonBox .bd .reasonList i{
    margin-top: 0.28rem;
  }

  .honor .honorBox{
    background-size: contain;
  }

  .NavAndbanner .container1 .banner .bannerL,
  .NavAndbanner .container1 .banner .bannerR{
    display: none;
  }
}
