@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 14px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input,
textarea,
button {
  outline: none;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
hr {
  border: none;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*:focus {
  border: none;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('../font/zzgc.OTF') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 导航栏 */

.header_nav {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.h_logo {
  width: 19%;
  height: 100%;
  background: #46b989;
  float: left;
  display: flex;
  align-items: center;
}
.h_logo img {
  align-items: center;
  margin: 0px auto;
}
.h_search {
  width: 6%;
  height: 100%;
  float: left;
  background: #333 url(../enimages/h_sousuo.png) no-repeat center;
}
.h_search_input {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
}
.search_input_all {
  width: auto;
  display: table;
  margin: 15px auto;
}
.search_input_all input[type='text'] {
  width: 300px;
  height: 50px;
  float: left;
  border: 0;
  background: #fff;
  font-size: 14px;
  color: #333;
  padding: 0px 10px;
}
.h_tjijao {
  width: 100px;
  height: 50px;
  line-height: 50px;
  float: right;
  background: #46b989;
  color: #fff;
  border: 0;
}
.nav {
  width: 62%;
  height: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
  height: 100%;
  line-height: 98px;
  width: 16.5%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.nav .nLi h3 {
  height: 100%;
  width: 100%;
  text-align: center;
}
.nav .nLi h3 a {
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav .nLi h3 a p {
  font-size: 16px;
  color: #fff;
}
.nav .sub {
  display: none;
  left: 50%;
  top: 98px;
  position: absolute;
  line-height: 26px;
  width: 200px;
  margin-left: -100px;
  z-index: 999;
  background: #ddd;
}
.nav .sub li {
  zoom: 1;
  border-bottom: 1px solid #eeeeee;
  height: auto;
  line-height: 26px;
  background: #eeeeee;
  text-align: center;
  padding: 5px 0;
}
.nav .sub li p {
  width: 100%;
  float: left;
  margin: 0px;
}
.nav .sub li span {
  float: right;
}
.nav .sub a {
  display: block;
  padding: 0 10px;
  color: #434343;
  font-size: 14px;
  height: 100%;
}
.nav .sub a:hover {
  color: #46b989;
}
.nav .nLi:hover p {
  font-weight: bold;
}
.nav .nLi.active p {
  font-weight: bold;
}
.h_yy {
  float: right;
  width: 13%;
  text-align: center;
  line-height: 100px;
}
.h_yy a {
  font-size: 20px;
  color: #fff;
  font-family: 'Arial';
}
.h_yy span {
  font-size: 18px;
  color: #fff;
  margin: 0px 5px;
}

/* 首页:banner */
.banner {
  width: 100%;
  height: 890px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .slideBox .hd {
  z-index: 1;
  height: auto;
  position: absolute;
  bottom: 30%;
  left: 20px;
}
.banner .slideBox .hd ul {
  zoom: 1;
}
.banner .slideBox .hd ul li {
  width: 13px;
  height: 13px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 90px;
  position: relative;
}
.banner .slideBox .hd ul li:after {
  content: '';
  width: 1px;
  height: 84px;
  position: absolute;
  top: 19px;
  left: 49%;
  background: #fff;
  z-index: 1;
}
.banner .slideBox .hd ul li.on {
  background: url(../enimages/on.png) no-repeat center;
  width: 19px;
  height: 19px;
}
.banner .slideBox .hd ul li:last-child:after {
  display: none;
}
.banner .slideBox .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 890px;
  overflow: hidden;
}
.banner .slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.banner .slideBox .bd li {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  zoom: 1;
}
.banner .slideBox .bd li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .slideBox .bd li img,
.banner .slideBox .bd li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*关于我们*/
.index_about {
  width: 100%;
  height: 543px;
 position: relative;
  margin-bottom: 70px;
}
.index_about .index-about-swiper {
  width: 50%;
  height: 543px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.index_about .index-about-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .index-about-swiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.index_about .swiper-pagination-bullet-active {
  background: #fff;
}
.index_about_xx {
  width: 524px;
  height: auto;
  float: left;
  margin-top: 70px;
}
.index_about_xx h4 {
  width: 100%;
  height: auto;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
}
.index_about_xx h5 {
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #46b989;
  margin-bottom: 8px;
  border-left: 4px solid #46b989;
  padding-left: 10px;
}
.ab_info {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 26px;
}
.ab_more {
  width: 155px;
  height: 46px;
  background: #46b989;
  text-align: center;
  line-height: 46px;
  border-radius: 25px;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
.ab_info:hover {
  color: #46b989;
}
.ab_more:hover {
  border: 1px solid #46b989;
  color: #46b989;
  background: none;
}
.in_video {
  width: auto;
  height: 44px;
  line-height: 44px;
  float: left;
  font-size: 18px;
  color: #fff;
  background: url(../enimages/ab_video.png) no-repeat left center;
  padding-left: 50px;
  margin-left: 85px;
  margin-top: 458px;
}
.index_one {
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-top: -105px;
  position: relative;
  z-index: 9;
}
.index_one_left {
  width: 48%;
  height: 100%;
  float: left;
  background: url(../enimages/about_left.jpg) no-repeat bottom center;
  background-size: auto 69%;
  padding-left: 18%;
  padding-top: 168px;
}
.index_one_left h3 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.index_one_left h4 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.index_one_right {
  width: 52%;
  height: 100%;
  float: right;
  background: url(../enimages/about_right.jpg) no-repeat center;
  padding: 68px 0 0 3%;
}
.index_num {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_num dl {
  float: left;
  position: relative;
  width: 50%;
  padding-left: 6%;
}
.index_num dl dt {
  font-size: 16px;
  color: #ffff;
}
.index_num dl dt span {
  font-size: 40px;
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
  margin-right: 8px;
}
.index_num dl dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.index_num dl:after {
  content: '';
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 10px;
  right: 0;
}
.index_one_right h5 {
  font-size: 24px;
  color: #fff;
  margin-top: 52px;
}
.index_num dl:last-child:after {
  opacity: 0;
}

/*弹出视频*/
.video_bj {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 888;
  display: none;
}
.video_xx {
  width: 600px;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -190px;
  z-index: 999;
}
.close {
  width: 100%;
  height: 40px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
.close img {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 10px;
}
.video-box {
  width: 100%;
  height: 360px;
}
.sj_video {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

/*产品*/
.index_product {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.in_pro_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.in_pro_title h4 {
  font-size: 48px;
  color: #46b989;
  font-weight: bold;
  line-height: 48px;
}
.in_pro_title h3 {
  font-size: 28px;
  color: #333333;
}
.in_pro_title p {
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.in_pro_nav {
  width: auto;
  height: auto;
  overflow: hidden;
  display: table;
  margin: 40px auto 0;
  padding-top: 10px;
}
.in_pro_nav a {
  width: auto;
  display: block;
  float: left;
  text-align: center;
  margin: 0px 15px;
}
.in_pro_icon {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.in_pro_icon img {
  align-items: center;
  margin: 0px auto;
}
.in_pro_nav a p {
  font-size: 18px;
  color: #333333;
  display: block;
  margin-top: 5px;
}
.in_pro_nav a:hover {
  margin-top: -10px;
}
.in_pro_nav a:hover p {
  color: #46b989;
}
.index_product ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.index_product ul li {
  height: 400px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
  background: #f5f2f5;
  padding-top: 50px;
}

.in_pro_info {
  height: 100%;
}
.in_pro_info h3 {
  font-size: 27px;
  color: #333333;
  display: block;
}
.in_pro_info h4 {
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  width: 280px;
}
.in_pro_info span {
  width: 153px;
  height: 41px;
  line-height: 41px;
  background: #46b989 url(../enimages/b_jts.png) no-repeat 80% center;
  font-size: 12px;
  color: #ffffff;
  display: block;
  border-radius: 25px;
  padding-left: 25px;
  margin-top: 75px;
}
.index_product ul li:nth-child(even) {
  padding-left: 72px;
}
.index_product ul li:nth-child(odd) .in_pro_info {
  float: right;
}
.index_product ul li:hover {
  background: url(../enimages/pro_bjs.jpg) no-repeat center;
}
.index_product ul li:hover .in_pro_info h3,
.index_product ul li:hover .in_pro_info h4,
.index_product ul li:hover .in_pro_info span {
  color: #fff;
}
.index_product ul li:hover .in_pro_info span {
  background: #fff url(../enimages/p_jts.png) no-repeat 80% center;
  color: #333333;
}

/*应用*/
.index_yingyong {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 68px 0;
}
.index_yingyong_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_yingyong_title h4 {
  font-size: 48px;
  color: #46b989;
  font-weight: bold;
  text-transform: uppercase;
}
.index_yingyong_title h3 {
  font-size: 28px;
  color: #333333;
}
.index_yingyong_title p {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.picMarquee-left {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.picMarquee-left .bd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-left .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 399px;
}
.in_yy_pic {
  width: 399px;
  height: auto;
  overflow: hidden;
}
.in_yy_pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.picMarquee-left .bd ul li h3 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #eeeeee;
}
.picMarquee-left .bd ul li:after {
  content: '';
  width: 0;
  height: 4px;
  background: #46b989;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.4s ease;
}
.picMarquee-left .bd ul li:hover:after {
  width: 100%;
}
.picMarquee-left .bd ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

/*优势*/
.index_youshi {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
}
.index_youshi_pic {
  width: 18.5%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.index_youshi_pic img {
  width: 100%;
  height: auto;
  display: block;
}
.index_youshi_center {
  width: 63%;
  height: auto;
  margin: 0px auto;
}
.slideTxtBox {
  width: 100%;
  text-align: left;
  margin-top: 48px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slideTxtBox .hd {
  height: 100%;
  width: 21%;
  float: left;
  position: relative;
  background: #46b989;
}
.slideTxtBox .hd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 6% 0;
}
.slideTxtBox .hd ul li {
  width: 100%;
  height: 5.8vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  padding-top: 18px;
}
.slideTxtBox .hd ul li.on {
  font-weight: bold;
}
.slideTxtBox .hd ul li:last-child {
  border-bottom: 0;
}
.ys_page {
  width: 100%;
  height: 178px;
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
  padding: 30px 20px;
  margin-top: 26px;
}
.slideTxtBox .bd {
  width: 79%;
  height: auto;
  float: left;
  background: #fff;
  padding-top: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bd_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.bd_list a {
  width: 100%;
  height: 100%;
  display: block;
}
.bd_list a img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.bd_list_info {
  width: 100%;
  height: 178px;
  background: rgba(0, 0, 0, 0.34);
  padding: 32px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bd_list_info h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.bd_list_info p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ys_left {
  left: 0;
}
.ys_right {
  right: 0;
}
.ys_page .pageState {
  display: block;
  font-size: 24px;
  color: #c0c0c0;
  font-family: 'Arial';
  margin-bottom: 20px;
}
.ys_page .pageState span {
  font-size: 50px;
  font-family: 'Arial';
  color: #fff;
}
.bd_list:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

/*新闻*/
.index_news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 62px;
}
.index_news_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.in_news_left {
  width: 67%;
  float: left;
}
.in_news_left h4 {
  font-size: 48px;
  color: #46b989;
  font-weight: bold;
  font-family: 'Arial';
  text-transform: uppercase;
}
.in_news_left h3 {
  font-size: 28px;
  color: #333333;
}
.in_news_left p {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.in_news_nav {
  float: right;
  margin-top: 70px;
}
.in_news_nav a {
  width: 155px;
  height: 46px;
  background: #46b989;
  margin-left: 30px;
  line-height: 46px;
  border-radius: 25px;
  float: left;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
}
.in_news_nav a:hover {
  border: 1px solid #46b989;
  color: #46b989;
  background: none;
}
.index_news_left {
  width: 674px;
  height: 481px;
  float: left;
  margin-top: 55px;
  background: #46b989;
  padding: 50px 38px 0 0;
}
.index_news_pic {
  width: 443px;
  height: auto;
  float: left;
  margin-left: -106px;
  overflow: hidden;
}
.index_news_pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.index_news_xx {
  width: 262px;
  height: auto;
  float: right;
  padding-top: 46px;
}
.index_news_xx h3 {
  width: 100%;
  height: 30px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_news_xx span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin: 12px 0 35px;
}
.index_news_xx p {
  width: 100%;
  height: 100px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_news_xx i {
  width: 134px;
  height: 40px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  display: block;
  font-style: normal;
  margin-top: 26px;
}
.index_news_left:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}
.index_news_right {
  width: 460px;
  height: auto;
  float: right;
  margin-top: 55px;
}
.index_news_right ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_news_right ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 32px;
}
.index_news_right ul li span {
  font-size: 16px;
  color: #999999;
  display: block;
  font-family: 'Arial';
}
.index_news_right ul li h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 8px 0 6px;
}
.index_news_right ul li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_news_right ul li:hover h3,
.index_news_right ul li:hover span,
.index_news_right ul li:hover p {
  color: #46b989;
}

/*底部*/
.footer {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../enimages/footer_bjs.jpg) no-repeat center;
  padding-top: 62px;
  background-size: cover;
}
.f_xx {
  float: left;
  width: 290px;
}
.f_xx h3 {
  font-size: 27px;
  color: #ffffff;
  font-weight: bold;
}
.f_xx p {
  font-size: 16px;
  color: #fff;
  background: url(../enimages/f_dhs.png) no-repeat right center;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 10px;
  display: table;
  padding-right: 140px;
}
.f_xx h5 {
  font-size: 26px;
  color: #fff;
}
.f_nav_li {
  float: left;
  margin-right: 15px;
  width: 175px;
}
.f_nav_li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
.f_nav_li a {
  width: 100%;
  line-height: 24px;
  display: block;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin: 8px 0;
}
.f_nav_li a:hover {
  opacity: 1;
}
.f_ma {
  float: left;
}
.f_ma dl {
  width: 130px;
  height: auto;
  float: left;
  background: #fff;
  padding: 10px;
  margin-left: 4px;
}
.f_ma dl dt {
  width: 100%;
  height: auto;
  display: block;
}
.f_ma dl dt img {
  width: 100%;
  height: auto;
  display: block;
}
.f_ma dl dd {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.f_info {
  width: 365px;
  height: auto;
  float: right;
  margin-top: 10px;
}
.f_info p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.footer_bottom {
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
}
.copy {
  clear: both;
  width: 100%;
  height: 60px;
  position: relative;
}
.copy_l {
  float: left;
  font-size: 14px;
  color: #fff;
  height: 100%;
  line-height: 60px;
}
.copy_l a {
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
}
.copy_l a:hover {
  font-weight: bold;
}
.footer_zhichi {
  width: auto;
  height: 100%;
  float: right;
}
.footer_zhichi p {
  width: auto;
  float: left;
  margin-left: 20px;
  color: #fff;
  height: 100%;
  line-height: 58px;
}
.footer_zhichi .pt {
  width: 121px;
  height: 18px;
  background: url(../enimages/vl.png) no-repeat;
  margin-top: 18px;
  margin-right: 10px;
}
.footer_zhichi .js {
  width: 121px;
  height: 28px;
  background: url(../enimages/wl.png) no-repeat;
  margin-top: 14px;
  background-size: 100% !important;
}
.footer_zhichi .pt:hover {
  background: url(../enimages/vl_hover.png) no-repeat;
}
.footer_zhichi .js:hover {
  background: url(../enimages/wl_hover.png) no-repeat;
}
.footer_zhichi span {
  float: left;
  font-size: 14px;
  color: #fff;
}
.footer_zhichi i {
  float: left;
}

/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right: 0px;
  top: 200px;
  width: 77px;
  z-index: 999;
}

.leftlx {
  float: left;
  height: 47px;
  width: 80px;
}

.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 100%;
  padding-top: 14px;
  width: 400px;
}
.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 12px;
  padding-left: 8px;
}
.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}
.lxfx li i {
  display: block;
  height: 30px;
  margin: 0 auto 8px;
  text-align: center;
  width: 50px;
}
.lxfx li i.icon-tel {
  background: url(../images/dh_i.png) no-repeat center;
}
.lxfx li i.icon-ly {
  background: url(../images/ly_i.png) no-repeat center;
}
.lxfx li i.icon-wx {
  background: url(../images/wx_i.png) no-repeat center;
}
.lxfx li i.icon-cp {
  background: url(../images/cp_i.png) no-repeat center;
}
.lxfx li i.icon-top {
  background-position: -30px -49px;
  height: 32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
  font-size: 14px;
}
.lxfx li {
  background: #46b989;
  height: 80px;
  margin-bottom: 5px;
  margin-left: 0;

  position: relative;
  width: 80px;
  float: left;
}

.mtop {
  height: 40px !important;
}

/*内部二级导航*/
.ny_nav {
  width: 1300px;
  height: 54px;
  margin: 0 auto;
  margin-top: 40px;
}
.ny_nav ul {
  width: auto;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.ny_nav ul li {
  height: 54px;
  line-height: 54px;
  float: left;
  text-align: center;
  position: relative;
  background: #eee;
  margin-right: 2px;
  position: relative;
  text-align: center;
}
.ny_nav ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  color: #333;
  padding: 0 50px;
  text-align: center;
}
.ny_nav ul li:hover,
.ny_nav ul li.active {
  background: #46b989;
}
.ny_nav ul li:hover a,
.ny_nav ul li.active a {
  color: #fff;
}
.ny_nav ul li.active::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #46b989;
  bottom: 0;
  left: 0;
}
.ny_pro_bt {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny_pro_bt ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0;
}
.ny_pro_bt ul li {
  width: auto;
  float: left;
  background: url(../enimages/p_xx.png) no-repeat left center;
  padding-left: 50px;
  margin-right: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.ny_pro_bt ul li a {
  font-size: 18px;
  color: #060507;
}
.ny_pro_bt ul li:hover a {
  color: #46b989;
}
.ny_pro_bt ul li:hover {
  background: url(../enimages/p_hx.png) no-repeat left center;
}
.ny_pro_bt ul li.active {
  background: url(../enimages/p_hx.png) no-repeat left center;
}
.ny_pro_bt ul li.active a {
  color: #46b989;
}

/*内页*/
.ny_banner {
  width: 100%;
  position: relative;
  height: 400px;
  clear: left;
}
.about_ban {
  background: url(../enimages/about_ban.jpg) no-repeat center;
}
.news_ban {
  background: url(../enimages/news_ban.jpg) no-repeat center;
}
.product_ban {
  background: url(../enimages/product_ban.jpg) no-repeat center;
}
.product_ban2 {
  background: url(../enimages/product_ban2.jpg) no-repeat center;
}
.contact_ban {
  background: url(../enimages/contact_ban.jpg) no-repeat center;
}
.join_ban {
  background: url(../enimages/join_ban.jpg) no-repeat center;
}
.service_ban {
  background: url(../enimages/service_ban.jpg) no-repeat center;
}
.case_ban {
  background: url(../enimages/case_ban.jpg) no-repeat center;
}
.qyzs_ban {
  background: url(../enimages/qyzs_ban.jpg) no-repeat center;
}

.ny_baninfo {
  width: 1200px;
  height: auto;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -600px;
}
.ny_baninfo h3 {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  margin-top: 60px;
}
.ny_baninfo .ny_fubiao {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 75px;
}
.ny_baninfo .ny_fubiao hr {
  width: 55px;
  height: 1px;
  float: left;
  background: #46b989;
  margin-top: 10px;
  margin-right: 8px;
}
.ny_baninfo .ny_fubiao * {
  color: #fff;
}
.ny_baninfo .ny_fubiao p {
  float: left;
  font-size: 14px;
  color: #fff;
}
.ny_baninfo .ny_fubiao p a {
  font-size: 14px;
  color: #fff;
}
.ny_baninfo h4 {
  font-size: 56px;
  font-family: 'Arial';
}
.ny_baninfo .ny_fubiao p a:hover {
  color: #46b989;
}
.shine {
  background: #fff -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fff),
      to(#fff),
      color-stop(0.9, #46b989)
    ) 0 0 no-repeat;
  -webkit-background-size: 125px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

/*销售服务*/
.ny_service_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.ny_service_all p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.ny_service_all img {
  max-width: 100%;
}
.ny_news_show {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  margin: 40px 0;
}
.ny_tuijian {
  padding-top: 20px;
}
.slideTxtBox3 .hd ul {
  height: 48px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.slideTxtBox3 .hd ul li {
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 298px;
  margin-right: 2px;
  float: left;
  margin-bottom: 10px;
}
.slideTxtBox3 .hd ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  background: #efefef;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.slideTxtBox3 .hd ul li.on a {
  background: #46b989;
  color: #fff;
}
.slideTxtBox3 .hd ul li:nth-child(4n) {
  margin-right: 0;
}
.slideTxtBox3 .bd {
  overflow: hidden;
}
.slideTxtBox3 .bd li {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 24px;
  float: left;
}
.slideTxtBox3 .bd li:nth-child(4n) {
  margin-right: 0;
}
.slideTxtBox3 .bd li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slideTxtBox3 .bd li .pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.slideTxtBox3 .bd li p {
  height: 54px;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  text-align: center;
}
.slideTxtBox3 .bd li p a {
  font-size: 16px;
  color: #333;
  width: 100%;
  height: auto;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.slideTxtBox3 .bd li p span {
  float: right;
  line-height: 54px;
  color: #999;
  font-size: 14px;
}
.slideTxtBox3 .bd li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}
.slideTxtBox3 .bd li:hover a {
  color: #46b989;
}
.fav1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.fav1 li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #dedede;
  float: left;
  width: 49.5%;
}
.fav1 li:nth-child(2n) {
  float: right;
}
.fav1 li a {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.fav1 li span {
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.fav1 li:hover a,
.fav1 li:hover span {
  color: #46b989;
}
.index_title_5 {
  overflow: hidden;
  padding-top: 60px;
}
.index_title_5 span {
  display: block;
  text-align: center;
  font-family: 'Impact';
  font-size: 76px;
  color: rgba(34, 34, 34, 0.07);
  text-transform: uppercase;
}
.index_title_5 p {
  font-size: 36px;
  color: #222;
  line-height: 2;
  margin-top: -70px;
  font-weight: bold;
  text-align: center;
}
.index_title_5 em {
  display: block;
  font-style: normal;
  width: 700px;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
  text-align: center;
  font-size: 14px;
}
.slideTxtBox3 {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*荣誉资质*/
.ny_honor_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 40px 0;
}
.ny_honor_all ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny_honor_all ul li {
  width: 285px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
}
.ny_honor_all ul li .honor_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
.ny_honor_all ul li .honor_pic img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.ny_honor_all ul li p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 1rem;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ny_honor_all ul li:nth-child(4n) {
  margin-right: 0px;
}
.ny_honor_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

/*内页左边导航*/
.ny_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 140px;
}
.ny_left {
  width: 23%;
  height: auto;
  float: left;
  overflow: hidden;
}
.ny_left_title {
  width: 100%;
  height: 90px;
  background: #46b989;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.ny_left_nav {
  width: 100%;
  height: auto;
  padding: 16px 0 60px 8px;
  background: #f0f0f1;
}
.ny_left_nav .yiji li {
  width: 100%;
  height: auto;
  padding-left: 10px;
  margin-bottom: 1px;
  background: url(../enimages/dian.png) no-repeat 8px 22px;
}
.ny_left_nav ul li a {
  padding-left: 15px;
  font-size: 16px;
  color: #333333;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.ny_left_nav ul li .inactive {
  background: url(../enimages/off.png) no-repeat 210px center;
}
.ny_left_nav ul li .inactives {
  background: url(../enimages/on.png) no-repeat 210px center;
}
.ny_left_nav ul li ul {
  display: none;
}
.ny_left_nav ul li ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
}
.ny_left_nav ul li ul li ul {
  display: none;
}
.ny_left_nav ul li ul li a {
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
}
.ny_left_nav ul li ul li.active a {
  color: #46b989;
  font-size: 14px;
  background: url(../enimages/r_jt.png) no-repeat 200px center;
  font-weight: bold;
}
.ny_left_nav ul li.active a {
  color: #46b989;
}
.ny_left_nav ul li:hover a.inactive {
  color: #46b989;
}
.ny_left_nav ul li ul li:hover a {
  color: #46b989;
}
.ny_left_nav ul li .inactives {
  color: #46b989;
}
.ny_left_nav ul li ul li:hover a {
  color: #46b989;
}
.yiji li.active {
  background: #fff url(../enimages/dian.png) no-repeat 8px 22px;
}
.ny_left_nav ul li ul li:hover {
  background: url(../enimages/r_jt.png) no-repeat 210px center;
}
.ny_left_nav .yiji li:hover {
  background: #fff url(../enimages/dian.png) no-repeat 8px 22px;
}

.ny_right {
  width: 75%;
  height: auto;
  float: right;
  padding-top: 10px;
}
.ny_right_title {
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #dddddd;
}
.ny_right_title h3 {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  color: #484848;
  font-weight: bold;
  background: url(../enimages/hs.png) no-repeat left center;
  padding-left: 20px;
}
.ny_about_info {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 35px;
}
.ny_about_info img {
  max-width: 100%;
}

/*产品侧边导航*/
.accordion {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.accordion li.open .link {
  color: #46b989;
}
.accordion .link i {
  width: 7px;
  height: 7px;
  background: url(../enimages/dian.png) no-repeat center;
  float: left;
  margin-top: 22px;
  margin-right: 10px;
}
.ny_left_nav ul li.open {
  background: #fff;
}
.accordion .link {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(../enimages/off.png) no-repeat 207px center;
}
.open .link {
  background: url(../enimages/on.png) no-repeat 207px center;
}
.submenu {
  display: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion li {
  padding-left: 10px;
}
.accordion li:hover {
  background: #fff;
}
.accordion .link i {
  width: 7px;
  height: 7px;
  background: url(../enimages/dian.png) no-repeat center;
  float: left;
  margin-top: 22px;
  margin-right: 10px;
}
.ny_left_nav ul li.open {
  background: #fff;
}
.accordion .link {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(../enimages/off.png) no-repeat 207px center;
}

.ny_left_nav .accordion p {
  padding-left: 10px;
  height: auto;
  line-height: 28px;
  position: relative;
  padding: 8px 0;
}
.ny_left_nav .accordion p::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background: #46b989;
  left: 10px;
  top: 22px;
}
.ny_left_nav .accordion p a {
  display: block;
  font-size: 16px;
  padding-left: 26px;
}
.ny_left_nav .accordion p:hover,
.ny_left_nav .accordion p.active {
  background: #fff;
}
.ny_left_nav .accordion p:hover a {
  color: #333;
}

/*产品中心*/
.ny_product {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}
.ny_product ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny_product ul li {
  width: 32.2%;
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-right: 15px;
}
.ny_product ul li .products_pic {
  height: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}
.ny_product ul li .products_pic img {
  width: 100%;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
  align-items: center;
  margin: 0px auto;
}
.ny_product ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}
.ny_product ul li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.ny_product ul li p {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  background: #f0f0f1;
}
.ny_product ul li:hover p {
  background: #46b989;
  color: #fff;
}

/*产品*/
.ny_product_show {
  margin-bottom: 50px;
}
.ny_proshow_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
}
.ny_proshow_xx {
  margin-left: 436px;
  height: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.ny_proshow_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
}
.proshow_xxk {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #287db9;
  width: 100%;
  display: block;
  background: #323136;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
}
.proshow_xx {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  min-height: 200px;
}
.proshow_xx img {
  max-width: 100%;
}
.go_black {
  width: 90px;
  height: 30px;
  background: #4cbcac;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  position: relative;
  float: right;
}
.proshow_xx table {
  border-collapse: collapse;
}

.ny_proshow_xx em {
  font-size: 14px;
  color: #8a8a8a;
  font-style: normal;
}
.ny_proshow_xx .pro_text {
  padding: 15px;
  background: #f5f5f5;
  line-height: 24px;
  color: #666;
  text-align: justify;
  font-size: 14px;
  margin-top: 10px;
}
.ny_pro_dh {
  width: 100%;
  height: 80px;
  margin-top: 20px;
}
.ny_pro_ddh span {
  font-size: 30px;
  color: #46b989;
  font-family: 'Impact';
}
.bd_xx {
  padding: 0 20px;
  font-size: 15px;
  color: #454545;
}

.ny_proshow_bottom .slideTxtBox_two .hd ul {
  height: 54px;
  line-height: 54px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.ny_proshow_bottom .slideTxtBox_two .hd ul li {
  height: 54px;
  line-height: 54px;
  width: 220px;
  text-indent: 36px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  position: relative;
}
.ny_proshow_bottom .slideTxtBox_two .hd ul li::before {
  height: 6px;
  width: 6px;
  background: #46b989;
  position: absolute;
  left: 20px;
  top: 24px;
  display: block;
  content: '';
}

.slideTxtBox .bdd {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding-top: 42px;
}

/*å†…é¡µæ–°é—»*/
.ny_news_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.ny_news_all ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.ny_news_all ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px;
}
.ny_news_all ul li .ny_time {
  width: 115px;
  height: auto;
  float: left;
  margin-top: 25px;
}
.ny_news_all ul li .ny_time span {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.ny_news_all ul li .ny_time p {
  font-size: 41px;
  color: #c8c8c8;
}
.news_xx {
  width: 88%;
  height: auto;
  float: left;
  margin-left: 2%;
  margin-top: 20px;
}
.news_xx h3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ny_news_all ul li:hover .news_xx h3 {
  color: #46b989;
}
.news_xx p {
  width: 100%;
  height: 52px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_xx span {
  font-size: 14px;
  color: #aaaaaa;
}
.news_pic {
  width: 22%;
  height: 144px;
  float: right;
  overflow: hidden;
}
.news_pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.ny_news_all ul li:hover {
  background: #f4f4f4;
}
.ny_news_all ul li:hover .ny_time p,
.ny_news_all ul li:hover .ny_time span,
.ny_news_all ul li:hover span {
  color: #46b989;
}
.ny_news_all ul li:hover h3 {
  font-weight: bold;
}
.ny_news_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

/*è”ç³»æˆ‘ä»¬*/
.ny_contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 40px 0;
}
.ny_contact_map {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 20px;
}
.ny_conta_xx {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.contact_right {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.ny_cont_wx {
  width: 340px;
  height: auto;
  float: right;
}
.ny_cont_wx dl {
  width: 140px;
  height: 200px;
  float: left;
  margin-right: 26px;
}
.ny_cont_wx dl dt {
  width: 140px;
  height: 140px;
  border: 4px solid #e5e5e5;
  padding: 10px;
  background: #fff;
}
.ny_cont_wx dl dd {
  font-size: 14px;
  color: #626262;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.ny_cont_wx dl dt img {
  width: 100%;
  height: 100%;
}

/*图文列表样式*/
.n-list {
  padding: 15px 0px;
}
.n-list li {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.n-list li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.n-list li h2 {
  padding: 15px 0 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n-list li h2 a {
  color: #333;
  text-decoration: none;
}
.n-list li h2 a:hover {
  color: #f08200;
}
.n-list li .note b {
  position: relative;
  display: block;
  float: left;
  margin-right: 16px;
  width: 118px;
  height: auto;
  border: 1px solid #e8e8e8;
  font-style: normal;
}
.n-list li .note b img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  _height: 100%;
}
.n-list li .note p {
  display: block;
  font-size: 14px;
  max-height: 84px;
  line-height: 28px;
  font-weight: 500;
  color: #666;
  overflow: hidden;
}
.n-list li .note .info {
  padding-top: 10px;
  height: 20px;
  line-height: 20px;
}
.n-list li .note .info span {
  margin-right: 10px;
  color: #999;
  font-size: 12px;
}
.n-list li .note .info span i {
  margin-right: 3px;
  font-size: 12px;
}
.n-list .nodata {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 100px;
  text-align: center;
}

.search-tit {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40px;
}
.search-tit h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.search-tit span {
  font-size: 18px;
  color: #333;
}
.base-footer {
  padding-top: 40px;
  border-top: 3px solid #46b989;
}
.footer-navs {
  display: flex;
  justify-content: space-between;
}
.base-footer .navs {
  display: grid;
  grid-template-columns: repeat(5, auto);
  flex: 0 840px;
  justify-content: space-between;
  text-align: center;
  border-right: 1px solid #dadada;
  padding-right: 60px;
  padding-bottom: 70px;
}
.base-footer .navs .nav-list p {
  font-size: 18px;
  color: #46b989;
  line-height: 32px;
  margin-bottom: 5px;
}
.base-footer .navs .nav-list li a {
  line-height: 30px;
  font-size: 14px;
  color: #8a8a8a;
}
.base-footer .text {
  margin-left: 40px;
  flex: 1;
}
.base-footer .text p {
  font-size: 18px;
  color: #46b989;
  line-height: 32px;
  margin-bottom: 5px;
}
.base-footer .text span {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 30px;
display:block;
}
.base-footer .desc .container {
  display: flex;
  height: 50px;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.base-footer .desc {
  background: #46b989;
  color: #fff;
  font-size: 14px;
}
.base-footer .desc a {
  color: #fff;
  padding: 0 4px;
}
@media screen and (max-width: 1680px) {
  .ys_page {
    margin-top: 0;
    height: 130px;
    padding: 16px 20px;
  }
}

@media screen and (max-width: 1510px) {
  .slideTxtBox .hd ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .ys_page {
    height: 145px;
    padding: 20px 20px;
  }
  .index_num dl dt span {
    font-size: 50px;
  }
}

@media screen and (max-width: 1366px) {
  .slideTxtBox .bd {
    padding-top: 65px;
  }
}

@media screen and (max-width: 1320px) {
  .slideTxtBox .hd ul li {
    line-height: 22px;
    font-size: 12px;
  }
  .slideTxtBox .hd ul {
    padding: 12px 4% 0;
  }
}
.index_news_right ul li{
	cursor:pointer;

}

.index_news_right ul li.active h3,
.index_news_right ul li.active span,
.index_news_right ul li.active p {
  color: #46b989;
}
.index_news_left a{
	display:none;
}
.index_news_left .active{
display:block}
.imgs-footer {
        display: flex;
margin-top: 50px;
      }
      .imgs-footer .img {
        margin-right: 15px;
        position: relative;
cursor: pointer;
      }
  .imgs-footer .img:hover .modal{display:block}
      .imgs-footer .modal {
        display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }

.base-footer .navs{
grid-template-columns: repeat(6, auto);
}