.banner-inside {
  height: 430px;
  background-size: 100%;
}

.nav2 {
  line-height: 30px;
  margin-top: 30px;
}
.nav2 li {
  float: left;
  margin-right: 30px;
}
.nav2 li a {
  font-weight: bold;
  color: #666666;
}
.nav2 li:hover a {
  color: #2da568;
}
.nav2 .on a {
  color: #2da568;
}

.nadd {
  margin-top: 40px;
}
.nadd .title0 {
  float: left;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.nadd .add {
  float: right;
  line-height: 30px;
  color: #666666;
}
.nadd .add span img {
  float: left;
  margin-right: 3px;
  margin-top: 4px;
}
.nadd .add a {
  color: #666666;
}
.nadd .add a:hover {
  color: #1369da;
}

.about {
  margin-top: 40px;
  min-height: 500px;
  margin-bottom: 100px;
}
.about img {
  /* max-width: 100%; */
  vertical-align: bottom;
}
.about video {
  max-width: 100%;
}
.about table {
  max-width: 100%;
}
.about  .honor .swiper-container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}
.about .honor .swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23595959'%2F%3E%3C%2Fsvg%3E");
  left: 65px;
}
.about .honor .swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23595959'%2F%3E%3C%2Fsvg%3E");
  right: 65px;
}
.info-box {
  margin-top: 40px;
  min-height: 500px;
  margin-bottom: 70px;
}
.info-box img {
  max-width: 100%;
  vertical-align: bottom;
}
.info-box video {
  max-width: 100%;
}
.info-box table {
  max-width: 100%;
}

.honor {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
  margin-top: 50px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 575px;
}
.honor .show {
  width: 880px;
  margin: 50px auto;
  overflow: hidden;
}
.honor .show li {
  width: 432px;
  height: 287px;
  float: left;
  margin-right: 17px;
  background-color: #efefef;
}
.honor .show li img {
  width: 360px;
  height: 250px;
  margin: 0px auto;
  padding-top: 20px;
}

.product {
  margin: 50px 0px;
}
.product ul {
  width: 1210px;
  margin: 0 auto;
}
.product li {
  width: 370px;
  float: left;
  margin: 0 45px 100px 0px;
}
.product li.mr {
  margin-right: 0px;
}
.product li img {
  width: 370px;
  height: 320px;
  transition: all 0.3s;
}
.product li a {
  color: #666666;
}
.product li .cover {
  position: absolute;
  width: 240px;
  margin-left: 30px;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  padding: 200px 30px 30px 30px;
  margin-top: -190px;
}
.product li .cover p {
  color: #666666;
}
.product li .cover .p1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product li .cover .p2 {
  line-height: 25px;
  height: 200px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product li .cover .p3 {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
  position: relative;
  top: -10px;
}
.product li:hover img {
  filter: brightness(0.8);
}
.product li:hover .cover {
  margin-top: -300px;
  background-color: rgba(45, 165, 104,0.702);
  padding: 30px;
  width: 240px;
  height: 280px;
  box-shadow: 0px 11px 24px 0px rgba(96, 96, 96, 0.18);
  /* box-shadow: 0px 11px 24px 0px rgba(255, 132, 0, 0.18); */
}
.product li:hover .cover p {
  color: #fff;
}
.product li:hover .cover .p1 {
  overflow: hidden;
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: 2;
  text-align: left;
  max-height: 60px;
  height: auto;
}
/*
.product{width: 1270px;margin: 0 auto;}
.product ul{height: auto;overflow: hidden;padding:0 30px 20px 30px;}
.product ul li{width: 280px;float: left;margin-right: 30px;margin-top: 33px;height: 240px;}
.product ul li img{width: 280px;height: 200px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.product ul li p{line-height: 40px;height: 40px;padding: 0 15px;background-color: #F9F9F9;text-align: center;color: #666666;transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;}
.product ul li:hover p{background-color: #ffffff;color: #e93c00;}
.product ul li a{display: block;transition: all 0.3s;position: absolute;z-index: 2;}
.product ul li:hover a{box-shadow: 0 5px 30px #6f6f6f;margin-top: -5px;}
*/

.recommend-news {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.recommend-news ul li {
  height: auto;
  overflow: hidden;
  float: left;
  width: 460px;
  margin: 0 72px;
  line-height: 55px;
}
.recommend-news ul li img {
  float: left;
  margin-top: 23px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.recommend-news ul li .p1 {
  float: left;
  width: 330px;
  line-height: 55px;
  height: 55px;
  color: #333333;
  margin-left: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommend-news ul li .p2 {
  float: right;
  color: #666666;
}
.recommend-news ul li:hover img {
  margin-left: 5px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.recommend-news ul li:hover .p1 {
  color: #ff8500;
}

.product-info {
  margin-top: 60px;
}
.product-info .pro-base {
  background-color: #f5f5f5;
  padding: 70px 0 40px 0;
}
.product-info .pro-base .product-img {
  float: left;
  width: 430px;
  height: 430px;
  overflow: hidden;
}
.product-info .pro-base .product-img li {
  width: 430px;
  height: 430px;
}
.product-info .pro-base .product-img li img {
  width: 430px;
  height: 430px;
}
.product-info .pro-base .swiper-pagination {
  margin-top: 400px;
  margin-left: 190px;
}
.product-info .pro-base .swiper-pagination span {
  margin: 0 5px;
}

.product-info .pro-base .right {
  float: right;
  width: 725px;
  margin-top: 40px;
}
.product-info .pro-base .right .p1 {
  line-height: 40px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.product-info .pro-base .right .p2 {
  line-height: 30px;
  color: #333333;
  margin-top: 30px;
}
.product-info .pro-base .right .tel {
  margin-top: 60px;
  line-height: 55px;
  height: 55px;
}
.product-info .pro-base .right .tel a {
  transition: all 0.3s;
  float: left;
  display: block;
  width: 240px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.product-info .pro-base .right .tel a:hover {
  background-color: #0a62d5;
  color: #fff;
  border: 1px solid #0a62d5;
}
.product-info .pro-base .right .tel p {
  float: right;
  margin-top: -8px;
}
.product-info .pro-base .right .tel p .s1 {
  color: #999999;
  font-size: 16px;
}
.product-info .pro-base .right .tel p .s2 {
  font-weight: bold;
  color: #0c0c0c;
  margin-right: 10px;
}
.product-info .pro-base .right .tel p .s3 {
  font-size: 48px;
  color: #e93c00;
  font-family: Constantia;
}
.product-info .pro-show {
  margin: 30px auto;
  min-height: 500px;
}
.product-info .pro-show img {
  max-width: 100%;
  vertical-align: bottom;
}
.product-info .pro-show video {
  max-width: 100%;
}
.product-info .pro-show table {
  max-width: 100%;
}

.news {
}
.news ul {
  height: auto;
  overflow: hidden;
  min-height: 500px;
}
.news ul li {
  width: 360px;
  float: left;
  margin-right: 65px;
  margin-top: 45px;
}
.news ul li .p1 {
  height: 1px;
  background-color: #dddddd;
}
.news ul li .p1 span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #2da568;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.news ul li .p2 {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  margin-top: 15px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news ul li .p3 {
  line-height: 25px;
  height: 75px;
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news ul li .p4 {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
}
.news ul li .p4 .s1 {
  float: left;
  color: #999999;
}
.news ul li .p4 .s2 {
  float: right;
  color: #999999;
}
.news ul li:hover .p1 span {
  width: 360px;
}
.news ul li:hover .p2 {
  color: #2da568;
}
.news ul li:hover .p4 .s1 {
  color: #2da568;
}

.case {
}
.case ul {
  height: auto;
  overflow: hidden;
  min-height: 500px;
}
.case ul li {
  width: 380px;
  float: left;
  margin-right: 35px;
  margin-top: 50px;
  height: 185px;
}
.case ul li .p1 {
  width: 1px;
  background-color: #dddddd;
  height: 185px;
  float: left;
}
.case ul li .p1 span {
  width: 1px;
  background-color: #1369da;
  height: 25px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.case ul li div {
  float: right;
  width: 360px;
}
.case ul li div .p2 {
  line-height: 25px;
  height: 25px;
  color: #999999;
}
.case ul li div .p3 {
  line-height: 45px;
  height: 45px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case ul li div .p4 {
  line-height: 25px;
  height: 75px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case ul li div .p5 {
  line-height: 30px;
  margin-top: 10px;
  color: #999999;
}
.case ul li div .p5 img {
  float: left;
  margin: 12px 5px 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.case ul li:hover .p1 span {
  height: 185px;
}
.case ul li:hover .p3 {
  color: #1269da;
}
.case ul li:hover .p5 {
  color: #1269da;
}
.case ul li:hover .p5 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin-right: 10px;
}

.news-info {
  margin: 50px auto 100px auto;
}
.news-info .title {
  border-bottom: 2px solid #ededed;
}
.news-info .title .time {
  position: absolute;
  width: 50px;
  border-bottom: 2px solid #2da367;
  text-align: center;
  margin-top: -1px;
  z-index: 2;
}
.news-info .title .time .s1 {
  font-size: 36px;
  font-weight: bold;
  color: #999999;
  display: block;
  line-height: 40px;
}
.news-info .title .time .s2 {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-bottom: 15px;
  line-height: 16px;
}
.news-info .title .text {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  padding: 15px 0;
  font-size: 24px;
  color: #333333;
}
.news-info .news-show {
  min-height: 500px;
  margin: 20px 0;
  line-height: 28px;
}
.news-info .news-show img {
  max-width: 100%;
  vertical-align: bottom;
}
.news-info .news-show video {
  max-width: 100%;
}
.news-info .news-show table {
  max-width: 100%;
}
.news-info .fanye {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.news-info .fanye p {
  width: 500px;
  line-height: 40px;
  float: left;
  color: #666666;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-info .fanye p a {
  color: #666666;
}
.news-info .fanye .next {
  float: right;
  text-align: right;
}

.news-info .words {
  line-height: 40px;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding: 20px 0;
}
.news-info .words p {
  float: left;
}
.news-info .words p a {
  float: left;
  color: #666666;
}
.news-info .words p a:hover {
  color: #1a62ac;
}

.search-list {
  margin-top: 30px;
}
.search-list ul {
  height: auto;
  overflow: hidden;
}
.search-list ul li {
  float: left;
  width: 530px;
  border-right: 1px solid #dddddd;
  padding-right: 74px;
  margin-right: 75px;
  margin-top: 30px;
}
.search-list ul .mr {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.search-list ul li .p1 {
  line-height: 35px;
  height: 35px;
  color: #393939;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-list ul li .p2 {
  line-height: 30px;
  color: #999999;
}
.search-list ul li .p3 {
  width: 25px;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
}
.search-list ul li:hover .p1 {
  color: #1a62ac;
}

.join {
  padding: 0 50px 50px 50px;
  text-align: left;
  margin-top: 50px;
}
.join li {
  margin-bottom: 35px;
}
.join li .title {
  line-height: 60px;
  border-bottom: 4px solid #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  color: #302f2f;
  cursor: pointer;
}
.join li .title span {
  float: right;
}
.join li .title .s2 {
  display: none;
}
.join li .des {
  padding: 37px;
  background-color: #f4f4f4;
  color: #302f2f;
  display: none;
}
.join .on .title .s1 {
  display: none;
}
.join .on .title .s2 {
  display: block;
}
.join .on .des {
  display: block;
  line-height: 28px;
}
