* {
  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: #78b857;
}
.container1 {
  width: 100%;
  padding: 0 8.3333%;
  box-sizing: border-box;
}
.banner {
  position: relative;
}
.banner ul li a {
  display: block;
  width: 100%;
}
.banner ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerL {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/bannerL.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;
}
.banner .bannerL:hover {
  opacity: 1;
  background: url(../images/bannerL.png) no-repeat center;
}
.banner .bannerR {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/bannerR.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;
}
.banner .bannerR:hover {
  opacity: 1;
  background: url(../images/bannerR.png) no-repeat center;
}
.headerOn .header {
  background: #15569d;
}
.title h3 a {
  font-size: 0.34rem;
  display: block;
  line-height: 1;
  font-weight: bold;
}
.title h3 span {
  font-size: 0.22rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #78b857;
  line-height: 1;
  margin: 0.22rem 0;
  display: block;
  text-transform: uppercase;
}
.title h3 em {
  font-size: 0.18rem;
  line-height: 1;
  margin-bottom: 0.22rem;
  display: block;
  color: #666666;
}
.title h3 i {
  width: 0.32rem;
  height: 0.02rem;
  background: #78b857;
  display: block;
}
.about {
  padding-top: 1.08rem;
  padding-bottom: 1.19rem;
  background: url(../images/about.jpg) no-repeat center;
  background-size: cover;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL {
  flex: 0 0 49.3%;
  justify-content: center;
  float: left;
  width: 49.3%;
}
.about .aboutBox .aboutL p {
  font-size: 0.16rem;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 0.3rem;
}
.about .aboutBox .aboutL .aboutMore {
  display: flex;
  width: 1.47rem;
  height: 0.42rem;
  border: 1px solid #d9d9d9;
  padding-left: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.42rem;
  position: relative;
  border-radius: 0.05rem 0 0.05rem 0;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 0.44rem;
  box-sizing: border-box;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .aboutMore i {
  width: 0.42rem;
  height: 0.42rem;
  background: #78b857 url(../images/aboutLMore.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.about .aboutBox .aboutL .aboutMore:hover {
  background: #78b857;
  color: #fff;
}
.about .aboutBox .aboutL .aboutNumber {
  margin-top: 0.48rem;
}
.about .aboutBox .aboutL .aboutNumber ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL .aboutNumber ul li .aboutNumberTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  align-items: flex-end;
}
.about .aboutBox .aboutL .aboutNumber ul li .aboutNumberTop i {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.8;
  color: #78b857;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutBox .aboutL .aboutNumber ul li .aboutNumberTop span {
  font-size: 0.14rem;
  color: #666666;
  margin-left: 0.12rem;
}
.about .aboutBox .aboutL .aboutNumber ul li .aboutNumberBottom {
  font-size: 0.16rem;
  color: #666666;
  display: block;
  text-align: center;
  margin-top: 0.15rem;
}
.about .aboutBox .aboutR {
  flex: 0 0 48%;
  justify-content: center;
  float: left;
  width: 48%;
  cursor: pointer;
}
.about .aboutBox .aboutR img {
  display: block;
  width: 100%;
}
.video {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 10% 20%;
  box-sizing: border-box;
  display: none;
}
.video .menu {
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 1001;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
  background: #78b857 url(../images/close.png) no-repeat center;
  background-size: 0.64rem;
  cursor: pointer;
}
.video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
.video video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 55555;
}
.videoBox {
  width: 100%;
  height: 100%;
  background: #333;
}
.business .businessBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.business .businessBox .businessL {
  flex: 0 0 65.4%;
  justify-content: center;
  float: left;
  width: 65.4%;
}
.business .businessBox .businessL a {
  padding: 28.5% 0;
  position: relative;
  display: block;
}
.business .businessBox .businessL a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.business .businessBox .businessL a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(120, 184, 87, 0.7);
  width: 100%;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business .businessBox .businessR {
  flex: 0 0 30.625%;
  justify-content: center;
  float: left;
  width: 30.625%;
}
.business .businessBox .businessR .businessRBox {
  width: 72.7%;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist {
  margin-top: 0.2rem;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li {
  padding-top: 0.16rem;
  padding-bottom: 0.2rem;
  background: url(../images/businessRBoxlist.png) no-repeat center bottom;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop .businessRBoxlistTopL {
  flex: 0 0 60%;
  justify-content: center;
  float: left;
  width: 60%;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop .businessRBoxlistTopL span {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop .businessRBoxlistTopL span b {
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/businessRIco1.png) no-repeat center;
  background-size: contain;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop .businessRBoxlistTopL span em {
  padding-left: 0.15rem;
  font-size: 0.22rem;
  line-height: 0.45rem;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTop .businessRBoxlistTopR {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
  height: 0.45rem;
  background: url(../images/businessR.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTopBottom {
  position: relative;
  padding: 0% 0;
  display: block;
  margin-top: 0rem;
  border-radius: 0.2rem 0 0.2rem 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li a .businessRBoxlistTopBottom img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li:nth-child(2) a .businessRBoxlistTop .businessRBoxlistTopL span b {
  background: url(../images/businessRIco2.png) no-repeat center;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li:nth-child(3) a .businessRBoxlistTop .businessRBoxlistTopL span b {
  background: url(../images/businessRIco3.png) no-repeat center;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on a .businessRBoxlistTop .businessRBoxlistTopL span b {
  background: url(../images/businessRIco1-1.png) no-repeat center;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on a .businessRBoxlistTop .businessRBoxlistTopL span em {
  color: #069538;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on a .businessRBoxlistTop .businessRBoxlistTopR {
  opacity: 1;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on a .businessRBoxlistTopBottom {
  padding: 29% 0;
  margin-top: 0.22rem;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on:nth-child(2) a .businessRBoxlistTop .businessRBoxlistTopL span b {
  background: url(../images/businessRIco2-1.png) no-repeat center;
}
.business .businessBox .businessR .businessRBox .businessRBoxlist ul li.on:nth-child(3) a .businessRBoxlistTop .businessRBoxlistTopL span b {
  background: url(../images/businessRIco3-1.png) no-repeat center;
}
.cooperation {
  background: #fafafa;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cooperation .cooperationBoxC {
  position: relative;
}
.cooperation .cooperationTilte {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.cooperation .cooperationTilte .cooperationTitle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cooperation .cooperationTilte .cooperationTitle ul li {
  width: 1.78rem;
  height: 0.6rem;
  border-radius: 0.2rem 0 0.2rem 0;
  background: #e6e6e6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.3rem;
  overflow: hidden;
}
.cooperation .cooperationTilte .cooperationTitle ul li a {
  text-align: center;
  line-height: 0.6rem;
  color: #666666;
  font-size: 0.18rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.cooperation .cooperationTilte .cooperationTitle ul li.on {
  background: #78b857;
}
.cooperation .cooperationTilte .cooperationTitle ul li.on a {
  color: #fff;
}
.cooperation .cooperationBox {
  margin-top: 0.4rem !important;
  position: relative;
}
.cooperation .cooperationBox .cooperationList ul li .cooperationImg {
  padding: 32.5% 0;
  display: block;
  overflow: hidden;
  position: relative;
 
}
.cooperation .cooperationBox .cooperationList ul li .cooperationImg 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;
}
.cooperation .cooperationBox .cooperationList ul li .cooperationText {
  display: block;
  text-align: center;
  line-height: 3;
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cooperation .cooperationBox .cooperationList ul li:hover .cooperationImg img {
  transform: scale(1.05);
}
.cooperation .cooperationBox .cooperationList ul li:hover .cooperationText {
  color: #78b857;
}
.cooperation .cooperationBox .cooperation-pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 0.3rem;
}
.cooperation .cooperationBox .cooperation-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #e5e5e5;
  margin: 0 0.1rem;
  opacity: 1;
  cursor: pointer;
}
.cooperation .cooperationBox .cooperation-pagination span.swiper-pagination-bullet-active {
  background: #78b857;
}
.cooperation .cooperationBoxL {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/cooperationBoxL.png) no-repeat center;
  cursor: pointer;
}
.cooperation .cooperationBoxR {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/cooperationBoxR.png) no-repeat center;
  cursor: pointer;
}
.news {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.news .newsTilte {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsTilte .newsTitle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTilte .newsTitle ul li {
  width: 1.78rem;
  height: 0.6rem;
  border-radius: 0.2rem 0 0.2rem 0;
  background: #e6e6e6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.3rem;
  overflow: hidden;
}
.news .newsTilte .newsTitle ul li a {
  text-align: center;
  line-height: 0.6rem;
  color: #666666;
  font-size: 0.18rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.news .newsTilte .newsTitle ul li.on {
  background: #78b857;
}
.news .newsTilte .newsTitle ul li.on a {
  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: rgba(120, 184, 87, 0.5);
}
.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: #78b857;
  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: #78b857;
}

.pro {
  padding: 0 8.3333%;
 }
 .pro .top em {
   display: block;
   font-family: Arial;
   font-size: 16px;
   color: #333;
   line-height: 15px;
   text-align: center;
 }
 .pro .top h3 {
   margin: 10px 0 0;
 }
 .pro .top h3 a {
   display: block;
   font-size: 38px;
   font-weight: bold;
   line-height: 36px;
   color: #333;
   text-align: center;
 }
 .pro .listitile {
   display: flex;
   margin: 30px 0 0;
 }
 .pro .listitile li {
   position: relative;
   display: block;
   width: 300px;
   height: 77px;
   border: 1px solid #dcdcdc;
   box-sizing: border-box;
   transition: 0.5s linear;
 }
 .pro .listitile li::before {
   content: "+";
   display: block;
   position: absolute;
   top: 0;
   right: 39px;
   font-size: 16px;
   color: #333;
   line-height: 75px;
 }
 .pro .listitile li a {
   display: block;
   font-size: 20px;
   color: #000;
   line-height: 75px;
   text-align: center;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: 0.5s linear;
 }
 .pro .listitile li:hover {
   border-color: #f2f6f7;
   background: #f2f6f7;
 }
 .pro .listitile li:hover a {
   letter-spacing: 1px;
 }
 .pro .listitile li:nth-child(1) {
   border-color: #f2f6f7;
   background: #f2f6f7;
 }
 .pro .listitile li:last-child {
   margin: 0;
 }
 .pro .warp {
  
   width: 100%;
   box-sizing: border-box;
 }
 .pro .proslide {
   margin: 40px 0 ;
   width: 100%;
   overflow: hidden;
 }
 .pro .proslide .bd li {
   width: 25%;
   margin-right: 30px;
 }
 .pro .proslide .bd li .art {
   width: 100%; 
   background: #f2f6f7;
   box-sizing: border-box;
 }
 .pro .proslide .bd li .art .img {
   display: block;
   width: 100%;
   height: 256px;
   overflow: hidden;
 }
 .pro .proslide .bd li .art .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: scale(1);
   transition: 0.5s linear;
 }
 .pro .proslide .bd li .art .img img:hover {
   transform: scale(1.1);
 }
 .pro .proslide .bd li .art .cond {
   display: block;
   font-size: 17px;
   color: #000;
   line-height: 35px;
   text-align: center;
   margin: 25px 0 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: 0.5s linear;
 }
 .pro .proslide .bd li .art .more {
   display: block;
   width: 30px;
   height: 30px;
   background: url(../images/more1.png) no-repeat center;
   margin: 5px auto 0;
 }
 .pro .proslide .bd li:hover .art .cond {
   color: #e7272a;
   letter-spacing: 1px;
 }
@media (max-width: 980px) {
  .container1 {
    padding: 0 0.15rem;
  }
  .banner .swiper-num {
    display: none;
  }
  .banner .mySwiper .banner-pagination {
    display: none;
  }
  .banner .bannerL {
    display: none;
  }
  .banner .bannerR {
    display: none;
  }
  .container1 .productList .productListBox h3 {
    width: 100%;
    padding-right: 0;
    background: #78b857;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .container1 .productList .productListBox h3 a {
    width: 100%;
    text-align: center;
  }
  .container1 .productList .productListBox .productListName ul li:nth-child(2n) {
    border-right: 0;
  }
  .about {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .about .aboutBox .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .title h3 a {
    font-size: 0.24rem;
  }
  .title h3 span {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
  .about .aboutBox .aboutL p {
    font-size: 0.15rem;
    line-height: 2;
  }
  .about .aboutBox .aboutL .aboutMore {
    margin-top: 0.2rem;
  }
  .about .aboutBox .aboutL .aboutNumber ul {
    justify-content: flex-start;
  }
  .about .aboutBox .aboutL .aboutNumber ul li {
    flex: 0 0 33.3333%;
    justify-content: center;
    float: left;
    width: 33.3333%;
    margin-bottom: 0.2rem;
  }
  .about .aboutBox .aboutL .aboutNumber ul li .aboutNumberTop i {
    font-size: 0.26rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .about .aboutBox .aboutR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.2rem;
  }
  .video {
    background: #333;
    padding: 0;
  }
  .videoBox {
    position: relative;
    z-index: 9999;
  }
  .video video {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .video .menu {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.3rem;
    top: 0.2rem;
    z-index: 99999;
  }

  .cooperation .cooperationTilte {
    width: 100%;
  }
  .cooperation .cooperationBoxC {
    width: 100%;
  }
  .cooperation {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .cooperation .cooperationTilte .cooperationTitle {
    width: 100%;
    margin-top: 0.3rem;
  }
  .cooperation .cooperationTilte .cooperationTitle ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .cooperation .cooperationTilte .cooperationTitle ul li {
    margin: 0;
    flex: 0 0 45%;
    justify-content: center;
    float: left;
    width: 45%;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .cooperation .cooperationTilte .cooperationTitle ul li a {
    line-height: 0.4rem;
  }
  .cooperation .cooperationTilte .cooperationTitle ul li a {
    font-size: 0.16rem;
  }
  .cooperationBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .cooperation .cooperationBoxL {
    display: none;
  }
  .cooperation .cooperationBoxR {
    display: none;
  }
  .cooperation .cooperationBox .cooperation-pagination {
    display: none;
  }
  .cooperation .cooperationBox {
    display: block;
    margin-top: 0.3rem !important;
  }
  .title {
    width: 100%;
    text-align: center;
  }
  .title h3 i {
    margin: 0 auto;
  }
  .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.2rem;
  }

  .pro .listitile li a{
    font-size: 16px;
  }

  .pro .listitile li::before{
    content: "";
  }
}
