* {
  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 {
  display: block;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.title p {
  font-size: 0.16rem;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #808080;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.14rem;
}
.product {
  padding-top: 0.7rem;
  background: url(../images/product.jpg) no-repeat center top;
  padding-bottom: 0.9rem;
}
.product .productBox {
  padding-top: 0.4rem;
  overflow: hidden;
}
.product .productBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .productBox ul li {
  flex: 1;
  position: relative;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.product .productBox ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.product .productBox ul li .productBoxCenter {
  display: block;
  padding: 110.8% 0%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.product .productBox ul li .productBoxCenter dd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 92%;
  padding: 0 4%;
  box-sizing: border-box;
  text-align: center;
}
.product .productBox ul li .productBoxCenter b {
  font-size: 0.24rem;
  font-weight: bold;
  color: #f28100;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  line-height: 1;
}
.product .productBox ul li .productBoxCenter span {
  display: block;
  font-size: 0.16rem;
  color: #f28100;
  padding-top: 0.15rem;
  text-transform: uppercase;
  line-height: 1;
}
.product .productBox ul li .productBoxCenter i {
  width: 0.63rem;
  height: 0.03rem;
  background: transparent;
  display: block;
}
.product .productBox ul li .productBoxCenter em {
  width: 82%;
  height: 0;
  color: transparent;
  overflow: hidden;
  display: block;
}
.product .productBox ul li.on,
.product .productBox ul li.swiper-slide-active {
  flex: 0 0 32.33333%;
  justify-content: center;
  float: left;
  width: 32.33333%;
}
.product .productBox ul li.on .productBoxCenter,
.product .productBox ul li.swiper-slide-active .productBoxCenter {
  padding: 58% 5%;
  background: rgba(242, 129, 0, 0.7);
}
.product .productBox ul li.on .productBoxCenter dd,
.product .productBox ul li.swiper-slide-active .productBoxCenter dd {
  text-align: left;
}
.product .productBox ul li.on .productBoxCenter dd b,
.product .productBox ul li.swiper-slide-active .productBoxCenter dd b {
  color: #fff;
  text-shadow: inherit;
}
.product .productBox ul li.on .productBoxCenter dd span,
.product .productBox ul li.swiper-slide-active .productBoxCenter dd span {
  color: #fff;
}
.product .productBox ul li.on .productBoxCenter dd i,
.product .productBox ul li.swiper-slide-active .productBoxCenter dd i {
  background: #fff;
  margin: 0.3rem 0;
}
.product .productBox ul li.on .productBoxCenter dd em,
.product .productBox ul li.swiper-slide-active .productBoxCenter dd em {
  color: #fff;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reason {
  background: url(../images/reason.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.7rem;
}
.reason .title {
  display: block;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #f28100;
}
.reason .title p {
  font-size: 0.16rem;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f28100;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 0.14rem;
}
.reason .reasonBox {
  width: 100%;
}
.reason .reasonBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  padding-bottom: 1rem;
}
.reason .reasonBox ul li {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li i {
  position: relative;
  padding: 25% 0;
  background: url(../images/reasonBoxBg1.png) no-repeat center;
  background-size: contain;
  width: 77%;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li i img.reasonBox {
  width: 40%;
  display: block;
  height: 0.5rem;
  margin: 0 auto;
  object-fit: contain;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li i img.reasonBoxhover {
  width: 40%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li i span {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #f28100;
  padding-top: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li p {
  font-size: 0.18rem;
  text-align: center;
  padding-top: 0.37rem;
  color: #f28100;
  line-height: 1.5;
}
.reason .reasonBox ul li:hover {
  transform: translateY(-5px);
}
.reason .reasonBox ul li:hover i {
  background: url(../images/reasonBoxBg2.png) no-repeat center;
  background-size: contain;
}
.reason .reasonBox ul li:hover i img.reasonBoxhover {
  width: 40%;
  display: block;
  height: 0.5rem;
  margin: 0 auto;
  object-fit: contain;
  overflow: hidden;
}
.reason .reasonBox ul li:hover i img.reasonBox {
  width: 40%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  height: 0;
  overflow: hidden;
}
.reason .reasonBox ul li:hover i span {
  color: #fff;
}
.Introduction {
  padding-top: 0.7rem;
  background: url(../images/Introduction.jpg) no-repeat center bottom;
  padding-bottom: 1.1rem;
}
.Introduction .IntroductionBox {
  padding-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Introduction .IntroductionBox .IntroductionBoxL {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
}
.Introduction .IntroductionBox .IntroductionBoxL a {
  display: block;
  width: 100%;
  height: 100%;
}
.Introduction .IntroductionBox .IntroductionBoxL a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Introduction .IntroductionBox .IntroductionBoxR {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  background: #f2f2f2;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
}
.Introduction .IntroductionBox .IntroductionBoxR a {
  display: block;
  width: 100%;
  height: 100%;
}
.Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitle {
  font-size: 0.24rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.Introduction .IntroductionBox .IntroductionBoxR a em {
  width: 0.32rem;
  height: 0.04rem;
  background: #f28100;
  display: block;
  margin: 0.27rem 0;
}
.Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitle1 {
  font-size: 0.22rem;
  line-height: 0.46rem;
  color: #333;
  display: block;
  font-weight: bold;
}
.Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitletext {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.28rem;
}
.Introduction .IntroductionBox .IntroductionBoxR a b {
  font-weight: normal;
  width: 1.52rem;
  height: 0.46rem;
  background: #f28100;
  text-align: center;
  display: block;
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Introduction .IntroductionBox .IntroductionBoxR a b:hover {
  transform: translateY(-5px);
}
.reason2 {
  background: url(../images/reason.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.7rem;
}
.reason2 .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
}
.reason2 .reasonBox .reasonBoxBj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30.2%;
}
.reason2 .reasonBox .reasonBoxBj img {
  display: block;
  width: 100%;
  height: 100%;
}
.reason2 .reasonBox .reasonBoxL {
  flex: 0 0 34%;
  justify-content: center;
  float: left;
  width: 34%;
}
.reason2 .reasonBox .reasonBoxL ul {
  width: 100%;
}
.reason2 .reasonBox .reasonBoxL ul li {
  padding: 0.35rem 0;
  width: 100%;
  display: block;
  padding-right: 20%;
  box-sizing: border-box;
}
.reason2 .reasonBox .reasonBoxL ul li:nth-child(1) {
  background: url(../images/reasonBoxL1.png) no-repeat center right;
}
.reason2 .reasonBox .reasonBoxL ul li:nth-child(2) {
  background: url(../images/reasonBoxL2.png) no-repeat center right;
}
.reason2 .reasonBox .reasonBoxL ul li:nth-child(3) {
  background: url(../images/reasonBoxL3.png) no-repeat center right;
}
.reason2 .reasonBox .reasonBoxL ul li h4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.09rem;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #f28100;
}
.reason2 .reasonBox .reasonBoxL ul li h4 b {
  font-size: 0.24rem;
  color: #333;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  display: block;
  text-align: right;
  width: 100%;
  color: #f28100;
}
.reason2 .reasonBox .reasonBoxL ul li p {
  font-size: 0.16rem;
  color: #f28100;
  text-align: right;
  margin-top: 0.1rem;
  min-height: 0.72rem;
}
.reason2 .reasonBox .reasonBoxL ul li:nth-child(1),
.reason2 .reasonBox .reasonBoxL ul li:nth-child(3) {
  margin-left: 8%;
}
.reason2 .reasonBox .reasonBoxR {
  flex: 0 0 34%;
  justify-content: center;
  float: left;
  width: 34%;
}
.reason2 .reasonBox .reasonBoxR ul {
  width: 100%;
}
.reason2 .reasonBox .reasonBoxR ul li {
  padding: 0.35rem 0;
  width: 80%;
  display: block;
  padding-left: 20%;
}
.reason2 .reasonBox .reasonBoxR ul li:nth-child(1) {
  background: url(../images/reasonBoxL4.png) no-repeat center left;
}
.reason2 .reasonBox .reasonBoxR ul li:nth-child(2) {
  background: url(../images/reasonBoxL5.png) no-repeat center left;
}
.reason2 .reasonBox .reasonBoxR ul li:nth-child(3) {
  background: url(../images/reasonBoxL6.png) no-repeat center left;
}
.reason2 .reasonBox .reasonBoxR ul li h4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0.4rem;
  line-height: 0.4rem;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #f28100;
}
.reason2 .reasonBox .reasonBoxR ul li h4 b {
  font-size: 0.24rem;
  color: #f28100;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  font-weight: bold;
}
.reason2 .reasonBox .reasonBoxR ul li p {
  font-size: 0.16rem;
  color: #f28100;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0.72rem;
}
.reason2 .reasonBox .reasonBoxR ul li:nth-child(1),
.reason2 .reasonBox .reasonBoxR ul li:nth-child(3) {
  margin-left: -8%;
}
.about {
  background: url(../images/about.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.7rem;
}
.about .aboutBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.about .aboutBox .aboutBoxL {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
}
.about .aboutBox .aboutBoxL img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutBox .aboutBoxR {
  flex: 0 0 45%;
  justify-content: center;
  float: left;
  width: 45%;
}
.about .aboutBox .aboutBoxR h3 {
  padding-top: 0.3rem;
}
.about .aboutBox .aboutBoxR h3 a {
  display: block;
  line-height: 1;
  font-size: 0.26rem;
  font-weight: bold;
}
.about .aboutBox .aboutBoxR em {
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  padding: 0.22rem 0;
  display: block;
}
.about .aboutBox .aboutBoxR i {
  width: 0.5rem;
  height: 0.04rem;
  background: #f28100;
  display: block;
}
.about .aboutBox .aboutBoxR p {
  line-height: 0.46rem;
  font-size: 0.18rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}
.about .aboutBox .aboutBoxR ul li {
  font-size: 0.18rem;
  line-height: 0.46rem;
  display: flex;
  align-items: center;
  color: #4c4c4c;
}
.about .aboutBox .aboutBoxR ul li span {
  font-size: 0.4rem;
  line-height: 0.46rem;
  color: #f28100;
  opacity: 0.6;
  padding-right: 0.1rem;
}
.about .aboutBox .aboutBoxR a.aboutMore {
  font-weight: normal;
  width: 1.52rem;
  height: 0.46rem;
  background: #f28100;
  text-align: center;
  display: block;
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0.5rem;
}
.about .aboutList {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}
.about .aboutList ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #cfcfcf;
}
.about .aboutList ul li {
  flex: 1;
  border-right: 1px solid #cfcfcf;
  padding: 0.15rem 0.15rem;
}
.about .aboutList ul li b {
  display: block;
  text-align: center;
}
.about .aboutList ul li b i {
  font-size: 0.58rem;
  color: #f28100;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutList ul li b em {
  font-size: 0.3rem;
  color: #f28100;
  line-height: 1;
  vertical-align: top;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutList ul li span {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #4c4c4c;
  padding-top: 0.1rem;
}
.news {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: url(../images/newsBg.jpg) no-repeat center bottom;
}
.news .newsTilte {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsTilte .title span {
  font-size: 0.16rem;
  color: #808080;
  display: block;
  padding-top: 0.2rem;
}
.news .newsTilte .newsTitle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
}
.news .newsTilte .newsTitle ul li {
  width: 1.56rem;
  height: 0.46rem;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.4rem;
  overflow: hidden;
}
.news .newsTilte .newsTitle ul li a {
  text-align: center;
  line-height: 0.46rem;
  color: #666666;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.news .newsTilte .newsTitle ul li.on {
  background: #f28100;
  border: 1px solid #f28100;
}
.news .newsTilte .newsTitle ul li.on a {
  color: #fff;
}
.news .newsTilte .newsTitleMore {
  width: 1.56rem;
  height: 0.46rem;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 0.3rem;
  overflow: hidden;
  text-align: center;
  line-height: 0.46rem;
  color: #666666;
  font-size: 0.16rem;
  display: block;
  float: left;
  margin-left: 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTilte .newsTitleMore:hover {
  background: #f28100;
  border: 1px solid #f28100;
  color: #fff;
}
.news .newsBox {
  width: 100%;
}
.news .newsBox .newsList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.news .newsBox .newsList .newsL {
  position: relative;
  flex: 0 0 35.5%;
  justify-content: center;
  float: left;
  width: 35.5%;
}
.news .newsBox .newsList .newsL a {
  padding: 49% 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2vh 0 2vh 0;
}
.news .newsBox .newsList .newsL a 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;
}
.news .newsBox .newsList .newsL a .newsLText {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.3rem 7%;
  background: linear-gradient(to top, #f28100, rgba(242, 129, 0, 0.5), rgba(242, 129, 0, 0.05));
}
.news .newsBox .newsList .newsL a .newsLText i {
  font-size: 0.16rem;
  color: #fff;
  display: block;
}
.news .newsBox .newsList .newsL a .newsLText em {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  padding: 2vh 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsList .newsL a .newsLText b {
  font-weight: normal;
  display: block;
  margin-bottom: 3vh;
  color: #fff;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .newsBox .newsList .newsL a:hover img {
  transform: scale(1.1);
}
.news .newsBox .newsList .newsR {
  position: relative;
  flex: 0 0 61.5%;
  justify-content: center;
  float: left;
  width: 61.5%;
}
.news .newsBox .newsList .newsR ul li {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.news .newsBox .newsList .newsR ul li a {
  display: block;
  width: 100%;
}
.news .newsBox .newsList .newsR ul li a .newsRL {
  float: left;
  width: 26.6%;
}
.news .newsBox .newsList .newsR ul li a .newsRL em {
  padding: 31.5% 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem 0 0.15rem 0;
}
.news .newsBox .newsList .newsR ul li a .newsRL em 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;
}
.news .newsBox .newsList .newsR ul li a .newsRR {
  float: right;
  width: 71%;
}
.news .newsBox .newsList .newsR ul li a .newsRR i {
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 1;
  padding-top: 1vh;
}
.news .newsBox .newsList .newsR ul li a .newsRR i b {
  font-size: 0.16rem;
  color: #f28100;
  padding-right: 0.2rem;
  vertical-align: unset;
  display: inline-block;
}
.news .newsBox .newsList .newsR ul li a .newsRR em {
  font-size: 0.2rem;
  color: #333333;
  line-height: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.1rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsR ul li a .newsRR dd {
  font-size: 0.14rem;
  color: #666;
  display: block;
  padding-bottom: 0.12rem;
}
.news .newsBox .newsList .newsR ul li a .newsRR dt {
  font-size: 0.16rem;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}
.news .newsBox .newsList .newsR ul li a:hover .newsRL em img {
  transform: scale(1.1);
}
.news .newsBox .newsList .newsR ul li a:hover .newsRR em {
  color: #f28100;
}
.mbanner {
  background: url(../images/mbanner.jpg) no-repeat center;
  background-size: cover;
  padding: 0.4rem 0;
}
.mbanner i {
  width: 0.5rem;
  height: 0.04rem;
  background: #fff;
  display: block;
  margin-bottom: 0.3rem;
}
.mbanner h4 {
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #fff;
  font-weight: bold;
}
.mbanner p {
  font-size: 0.16rem;
  opacity: 0.5;
  color: #fff;
  text-transform: uppercase;
}
.mbanner a {
  width: 1.56rem;
  line-height: 0.46rem;
  border: 1px solid #fff;
  display: block;
  margin-top: 0.28rem;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbanner a:hover {
  transform: translateY(-5px);
}
@media (max-width: 980px) {
  .container1 {
    padding: 0 0.15rem;
  }
  .title h3 a {
    font-size: 0.24rem;
  }
  .title p {
    font-size: 0.12rem;
  }
  .product {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .product .productBox ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .product .productBox ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .product .productBox ul li.swiper-slide-active,
  .product .productBox ul li.on {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .product .productBox ul li .productBoxCenter {
    padding: 58% 5%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .product .productBox ul li .productBoxCenter b {
    font-size: 0.2rem;
  }
  .product .productBox ul li .productBoxCenter span {
    font-size: 0.12rem;
  }
  .product .productBox ul li .productBoxCenter em {
    width: 100%;
    font-size: 0.14rem !important;
  }
  .product .productBox {
    padding-top: 0.2rem;
  }
  .reason {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
  .reason .title {
    font-size: 0.2rem;
  }
  .reason .title p {
    font-size: 0.12rem;
  }
  .reason .reasonBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .reason .reasonBox ul li i span {
    padding-top: 0.1rem;
    font-size: 0.16rem;
  }
  .reason .reasonBox ul li p {
    padding-top: 0.1rem;
    font-size: 0.14rem;
  }
  .reason .reasonBox ul {
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
  }
  .Introduction .IntroductionBox .IntroductionBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .Introduction .IntroductionBox .IntroductionBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0.2rem;
  }
  .Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitle {
    font-size: 0.18rem;
  }
  .Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitle1 {
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .Introduction .IntroductionBox .IntroductionBoxR a .IntroductionBoxRTitletext {
    line-height: 2;
    font-size: 0.14rem;
  }
  .Introduction .IntroductionBox .IntroductionBoxR a b {
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .Introduction {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .Introduction .IntroductionBox {
    padding-top: 0.3rem;
  }
  .reason2 {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .reason2 .reasonBox {
    padding-top: 0.2rem;
    padding-bottom: 0;
  }
  .reason2 .reasonBox .reasonBoxBj {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .reason2 .reasonBox .reasonBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason2 .reasonBox .reasonBoxL ul li:nth-child(1),
  .reason2 .reasonBox .reasonBoxL ul li:nth-child(3) {
    margin-left: 0;
  }
  .reason2 .reasonBox .reasonBoxL ul li {
    background-position: center left !important;
    text-align: left !important;
    padding-right: 0;
    padding-left: 20%;
    background-size: 0.6rem !important;
  }
  .reason2 .reasonBox .reasonBoxL ul li h4 {
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .reason2 .reasonBox .reasonBoxL ul li h4 b {
    text-align: left;
    font-size: 0.18rem;
    line-height: 1;
  }
  .reason2 .reasonBox .reasonBoxL ul li p {
    text-align: left;
    font-size: 0.14rem;
  }
  .reason2 .reasonBox .reasonBoxL ul li {
    padding: 0.2rem 0 0.1rem 20%;
  }
  .reason2 .reasonBox .reasonBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason2 .reasonBox .reasonBoxR ul li:nth-child(1),
  .reason2 .reasonBox .reasonBoxL ul li:nth-child(3) {
    margin-left: 0;
  }
  .reason2 .reasonBox .reasonBoxR ul li {
    background-position: center left !important;
    text-align: left !important;
    padding-right: 0;
    padding-left: 20%;
    background-size: 0.6rem !important;
  }
  .reason2 .reasonBox .reasonBoxR ul li h4 {
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .reason2 .reasonBox .reasonBoxR ul li h4 b {
    text-align: left;
    font-size: 0.18rem;
    line-height: 1;
  }
  .reason2 .reasonBox .reasonBoxR ul li p {
    text-align: left;
    font-size: 0.14rem;
  }
  .reason2 .reasonBox .reasonBoxR ul li {
    padding: 0.2rem 0 0.1rem 20%;
  }
  .reason2 .reasonBox .reasonBoxR ul li:nth-child(1),
  .reason2 .reasonBox .reasonBoxR ul li:nth-child(3) {
    margin-left: 0;
  }
  .about {
    padding-top: 0.6rem;
  }
  .about .aboutBox .aboutBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about .aboutBox .aboutBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about .aboutBox .aboutBoxR h3 a {
    font-size: 0.18rem;
  }
  .about .aboutBox .aboutBoxR p {
    line-height: 2;
    font-size: 0.14rem;
  }
  .about .aboutBox .aboutBoxR em {
    font-size: 0.12rem;
    padding: 0.1rem 0;
  }
  .about .aboutBox .aboutBoxR ul {
    margin-top: 0.4rem;
    border: 0;
  }
  .about .aboutList ul {
    border: 0;
  }
  .about .aboutBox .aboutBoxR ul li {
    font-size: 0.14rem;
    align-items: flex-start;
    line-height: 1.8;
    margin-bottom: 0.1rem;
  }
  .about .aboutList ul li:nth-child(2n) {
    border: 0;
  }
  .about .aboutBox .aboutBoxR ul li span {
    line-height: 1;
    font-size: 0.3rem;
  }
  .about .aboutBox .aboutBoxR a.aboutMore {
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .about .aboutList {
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .about .aboutList ul li {
    margin-top: 0.2rem;
    flex: 0 0 40%;
    justify-content: center;
    float: left;
    width: 40%;
  }
  .about .aboutList ul li b i {
    font-size: 0.3rem;
  }
  .news {
    padding-top: 0.5rem;
  }
  .news .newsTilte .newsTitle ul {
    width: 100%;
  }
  .news .newsTilte .newsTitle ul li {
    flex: 0 0 23%;
    justify-content: center;
    float: left;
    width: 23%;
    margin-left: 0;
    height: 0.4rem;
  }
  .news .newsTilte .newsTitle {
    width: 100%;
    margin-top: 0.3rem;
  }
  .news .newsTilte .newsTitle ul li a {
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
  .news .newsBox .newsList .newsL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsBox .newsList .newsL a .newsLText {
    box-sizing: border-box;
    width: 100%;
    padding: 0.2rem 0.15rem 0;
  }
  .news .newsBox .newsList .newsL a .newsLText i {
    font-size: 0.14rem;
  }
  .news .newsBox .newsList .newsL a .newsLText em {
    font-size: 0.16rem;
    padding: 0.1rem 0;
  }
  .news .newsBox .newsList .newsL a .newsLText b {
    font-size: 0.14rem;
  }
  .news .newsBox .newsList .newsR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsBox .newsList .newsR ul li a .newsRL {
    height: 100%;
    width: 36%;
  }
  .news .newsBox .newsList .newsR ul li a .newsRR {
    width: 60%;
  }
  .news .newsBox .newsList .newsR ul li a .newsRR i {
    display: none;
  }
  .news .newsBox .newsList .newsR ul li a .newsRR em {
    font-size: 0.16rem;
    line-height: 1.5;
    margin: 0;
    margin-top: 0.05rem;
  }
  .news .newsBox .newsList .newsR ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .news .newsBox .newsList .newsR ul li a .newsRL em {
    padding: 0;
  }
  .news .newsBox .newsList .newsR ul li a .newsRL em img {
    position: relative;
  }
  .news .newsBox .newsList .newsR ul li a .newsRR dd {
    display: none;
  }
  .news .newsBox .newsList .newsR ul li a .newsRR dt {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .news .newsBox .newsList .newsR ul li {
    margin-bottom: 0.15rem;
  }
  .news .newsBox .newsList .newsR {
    margin-top: 0.2rem;
  }
  .news .newsBox .newsList {
    margin-top: 0.2rem;
  }
  .news {
    padding-bottom: 0.4rem;
  }
  .news .newsTilte .newsTitle ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .news .newsTilte .newsTitleMore {
    display: none;
  }
  .title {
    width: 100%;
    text-align: center;
  }
  .title h3 {
    width: 100%;
    text-align: center;
  }
  .news .newsTilte .title span {
    line-height: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #808080;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0.14rem;
    font-size: 0.12rem;
  }
  .mbanner h4 {
    font-size: 0.18rem;
    line-height: 2;
  }
  .mbanner p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }

  .reason .reasonBox ul li:first-child,.about .aboutList ul li:first-child{
    display: none;
  }

  .reason2 .reasonBox .reasonBoxBj img{
    display: none;
  }

  #wjdh-kefu{
    display: none;
  }

}
