.homeBanner {
  position: relative;
}
.homeBanner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  background: none;
  border: none;
  padding: 20px;
  cursor: pointer;
}
.homeBanner .slick-next {
  right: 40px;
  background: url(/cn/images/right.png) no-repeat center;
}
.homeBanner .slick-prev {
  left: 40px;
  background: url(/cn/images/left.png) no-repeat center;
}
.homeBanner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
}
.homeBanner .slick-dots button {
  display: none;
}
.homeBanner .slick-dots li {
  float: left;
  border: 2px solid white;
  background: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.3s;
}
.homeBanner .slick-dots li.slick-active {
  width: 30px;
  background-color: white;
  border-radius: 30px;
}
.more2,
.more {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  position: relative;
}
.more {
  float: right;
  color: #e7861d;
}
.more:hover {
  color: #02A23A;
}
.more2:hover {
  color: #999999;
}
.more2::before,
.more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  padding: 6px;
}
.more2::before {
  background: url(/cn/images/more2.png) no-repeat center;
}
.more::before {
  background: url(/cn/images/more.png) no-repeat center;
}
.home1 .left {
  width: 70%;
  float: left;
  border-right: 1px solid #e9e9e9;
  position: relative;
}
.home1 .left .itemBox {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.home1 .left .itemBox.on {
  position: relative;
  z-index: 8;
  opacity: 1;
  left: 0;
}
.home1 .left::before {
  content: "";
  position: absolute;
  left: -240px;
  top: 89px;
  width: 240px;
  height: 1px;
  background-color: #e9e9e9;
}
.home1 .tabBox {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}
.home1 .tabBox ul {
  float: left;
}
.home1 .tabBox ul li {
  float: left;
  font-size: 18px;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  position: relative;
}
/*2024.9.24*/
/*.home1 .tabBox ul li:hover,
.home1 .tabBox ul li.on {
  font-size: 24px;
  margin-top: -5px;
}
.home1 .tabBox ul li:hover a,
.home1 .tabBox ul li.on a {
  color: #02a23a;
}
.home1 .tabBox ul li:hover::before,
.home1 .tabBox ul li.on::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -32px;
  background-color: #02A23A;
}*/
.home1 .more {
  margin: 8px 30px 0 0;
}
.home1 .more:hover{color: #02A23A;}
.home1 .topNew {
  width: 60%;
  float: left;
  border-right: 1px solid #e9e9e9;
  padding: 30px;
  padding-left: 0;
  position: relative;
}
.home1 .topNew li {
  overflow: hidden;
}
.home1 .topNew .txt {
  float: left;
  width: 40%;
  position: relative;
}
.home1 .topNew .txt h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.home1 .topNew .img {
  overflow: hidden;
  float: left;
  width: 55%;
  margin-left: 5%;
  text-align: center;
}
.home1 .topNew .img img {
  display: inline;
}
.home1 .topNew li:hover img {
  transform: scale(1.1);
}
.home1 .topNew .time {
  font-size: 16px;
  color: #02a23a;
  font-weight: bold;
  font-family: "DIN-Bold";
  line-height: 1;
  margin-bottom: 10px;
}
.home1 .topNew .time span {
  font-size: 48px;
  margin-right: 10px;
}
.home1 .topNew .viewNum {
  margin-top: 27px;
  padding-left: 20px;
  position: relative;
}
.home1 .topNew .viewNum::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/cn/images/view.png) no-repeat center;
  padding: 8px;
}
.home1 .topNew .pageFull {
  font-family: "DIN-Bold";
  position: absolute;
  right: 63%;
  bottom: 35px;
}
.home1 .topNew .pageFull .current {
  color: #02A23A;
}
.home1 .topNew .slick-arrow {
  position: absolute;
  bottom: 8px;
  background: none;
  border: none;
  font-size: 0;
  padding: 6px;
  z-index: 99;
  cursor: pointer;
}
.home1 .topNew .slick-prev {
  left: 27%;
  background: url(/cn/images/topnew1.png) no-repeat center;
}
.home1 .topNew .slick-next {
  left: 41%;
  background: url(/cn/images/topnew2.png) no-repeat center;
}
.home1 .homeNew {
  padding: 20px;
  width: 40%;
  float: left;
}
.home1 .homeNew li {
  margin: 10px 0;
}
.home1 .homeNew li:last-child {
  margin-bottom: 5px;
}
.home1 .homeNew a {
  color: #000;
}
.home1 .homeNew a p {
  padding-left: 15px;
  position: relative;
  float: left;
  width: 80%;
  margin: 0;
}
.home1 .homeNew a p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  padding: 2px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.home1 .homeNew a span {
  float: right;
}
.home1 .homeNew a:hover {
  color: #02A23A;
}
.home1 .homeNew a:hover p::before {
  background-color: #02A23A;
}
.home1 .right {
  width: 30%;
  float: left;
}
.home1 .right .tit {
  padding-top: 35px;
}
.home1 .right .tit .titH {
  float: left;
  padding-left: 30px;
  font-size: 24px;
}
.home1 .right .homevideo {
  position: relative;
  padding: 40px 30px;
  max-height: 285px;
}
.home1 .right .homevideo .Hbf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 30px;
  background: url(/cn/images/bf.png) 
}
.home1 .right .homevideo .floatVideo{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999;background: rgba(0,0,0,0.5);}
.home1 .right .homevideo .videoBox{display: inline-block;position: relative;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 50%;}
.home1 .right .homevideo .videoBox .closeBox{position: absolute;right: -20px;top: -30px;font-size: 30px;color: white;line-height: 1;}
.home1 .right .homevideo video {
  width: 100%;
  height: 100%;
}
.titH {
  font-size: 24px;
  margin-bottom: 20px;
}
.titH .more {
  font-size: 14px;
}
.home2 {
  background-color: #f5f5f5;
  padding-top: 30px;
}
.home2 .itemBox .item {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.home2 .itemBox .item:last-child {
  margin-right: 0;
}
.home2 .left ul {
  padding: 30px;
  text-align: center;
  padding-bottom: 60px;
}
.home2 img {
  display: inline;
}
.home2 .slideBox {
  background-color: white;
  position: relative;
}
.home2 .item:first-child .slideBox::before{content: "";position: absolute;right: -15px;top: -23px;width: 1px;height: 138%;background: #E8E8E8;}
.home2 .slideBox ul {
  border-bottom: 1px solid #e9e9e9;
}
.home2 .slideBox .img {
  height: 105px;
  line-height: 105px;
  text-align: center;
}
.home2 .slideBox .img img {
  max-height: 100%;
}
.home2 .slideBox p {
  font-size: 20px;
  text-align: center;
}
.home2 .slideBox .moreBox {
  padding: 20px 30px;
}
.home2 .slideBox .moreBox .more2:hover{color: #02A23A;}
.home2 .slideBox .slick-arrow {
  position: absolute;
  bottom: -40px;
  border: none;
  background: none;
  font-size: 0;
  padding: 8px;
  cursor: pointer;
}
.home2 .slideBox .slick-prev {
  background: url(/cn/images/prev2.png) no-repeat center;
  right: 60px;
}
.home2 .slideBox .slick-next {
  background: url(/cn/images/prev2.png) no-repeat center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  right: 30px;
}
.home2 .slideBox .slick-prev:hover {
  background: url(/cn/images/next2.png) no-repeat center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.home2 .slideBox .slick-next:hover {
  background: url(/cn/images/next2.png) no-repeat center;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.home2 .right li {
  overflow: hidden;
}
.home2 .right .imgBox {
  float: left;
  padding: 30px;
  width: 26%;
}
.home2 .right .txt {
  padding: 43px 30px;
  float: left;
  width: 74%;
  border-left: 1px solid #e9e9e9;
}
.home2 .right .txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.home2 .right .txt .info {
  color: #666666;
  line-height: 1.5;
}
.home2 .right .txt .time {
  color: #999999;
  margin-top: 40px;
}
.home2 .right p {
  color: #02a23a;
}
.home2 .itemBox {
  margin-bottom: 30px;
}
.home2 .homeCulture li {
  position: relative;
  float: left;
  height: 320px;
  overflow: hidden;
}
.home2 .homeCulture li .txtBox {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: white;
  overflow: hidden;
  width: 90%;
}
.home2 .homeCulture li .txtBox img {
  float: left;
  max-width: 80px;
}
.home2 .homeCulture li .txtBox .Htxt {
  float: left;
  width: 80%;
  padding-left: 30px;
  padding-top: 10px;
}
.home2 .homeCulture li .txtBox .titH {
  margin-bottom: 0;
  border: none;
}
.home2 .homeCulture li.slick-current {
  margin-left: 0;
}
.home2 .homeCulture .img {
  overflow: hidden;
  max-width: 706px;
}
.home2 .homeCulture li:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home2 .homeCulture li .img {
  margin-left: 25px;
}
.home2 .homeCulture li.slick-active .img {
  margin-left: 15px;
}
.home2 .homeCulture li.slick-current .img {
  margin-left: 0;
  margin-right: 15px;
}
.home2 .homeCulture .slick-arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
  box-shadow: -5px 0 15px #DDDDDD;
  transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  z-index: 99;
  background: none;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
}
.home2 .homeCulture .slick-arrow:hover {
  background-color: #02a23a;
}
.home2 .homeCulture .slick-prev {
  left: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.home2 .homeCulture .slick-next {
  right: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.home2 .homeCulture .slick-prev:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.home2 .homeCulture .slick-next:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.home3 .tabBox,
.home2 .tabBox {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.home3 .tabBox ul,
.home2 .tabBox ul {
  float: left;
}
.home3 .tabBox ul li,
.home2 .tabBox ul li {
  float: left;
  font-size: 18px;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  position: relative;
}
.home3 .tabBox ul li:hover,
.home3 .tabBox ul li:on,
.home2 .tabBox ul li:hover,
.home2 .tabBox ul li.on {
  font-size: 24px;
  margin-top: -5px;
}
.home3 .tabBox ul li:hover a,
.home3 .tabBox ul li.on a,
.home2 .tabBox ul li:hover a,
.home2 .tabBox ul li.on a {
  color: #02a23a;
}
.home3 .tabBox ul li:hover::before,
.home3 .tabBox ul li.on::before,
.home2 .tabBox ul li:hover::before,
.home2 .tabBox ul li.on::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -32px;
  background-color: #02A23A;
}
.home2 .more {
  margin-top: 5px;
}
.home3 .Home2conten .list_item,
.home2 .Home2conten .list_item {
  padding: 30px 0 ;
}
.home3 .Home2conten .list_item li,
.home2 .Home2conten .list_item li {
  float: left;
  width: 23.4%;
  text-align: center;
  position: relative;
  margin-right: 2.1%;
}
.home3 .Home2conten .list_item li .img,
.home2 .Home2conten .list_item li .img {
  overflow: hidden;
  max-width: 337px;
}
.home3 .Home2conten .list_item li .info,
.home2 .Home2conten .list_item li .info {
  position: absolute;
  left: 20px;
  color: white;
  bottom: 20px;
  font-size: 18px;
  width: 90%;
  text-align: left;
}
.home3 .Home2conten .list_item li:last-child,
.home2 .Home2conten .list_item li:last-child {
  margin-right: 0;
}
.home3 .Home2conten .list_item li:hover img,
.home2 .Home2conten .list_item li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home3 .Home2conten .list_item2{display: none;}
.home2 .Home2conten .list_item2 {
  display: none;
  padding: 0;
}
.home3 .Home2conten .list_item2 .list,
.home2 .Home2conten .list_item2 .list {
  float: left;
  width: 33.33%;
  border-right: 1px solid #e8e8e8;
  padding: 25px;
}
.home3 .Home2conten .list_item2 .list a,
.home2 .Home2conten .list_item2 .list a {
  display: block;
  line-height: 1.8;
  color: #000;
  margin: 5px 0;
  padding-left: 15px;
  position: relative;
}
.home3 .Home2conten .list_item2 .list a::before,
.home2 .Home2conten .list_item2 .list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  padding: 2px;
  border-radius: 50%;
  background-color: #999999;
}
.home3 .Home2conten .list_item2 .list a:hover span,
.home3 .Home2conten .list_item2 .list a:hover,
.home2 .Home2conten .list_item2 .list a:hover span,
.home2 .Home2conten .list_item2 .list a:hover {
  color: #02A23A;
}
.home3 .Home2conten .list_item2 .list p,
.home2 .Home2conten .list_item2 .list p {
  float: left;
  width: 80%;
}
.home3 .Home2conten .list_item2 .list span,
.home2 .Home2conten .list_item2 .list span {
  float: right;
  color: #999999;
}
.home3 .Home2conten .list_item2 .list:first-child,
.home2 .Home2conten .list_item2 .list:first-child {
  padding-left: 0;
}
.home2 .titH{
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.home3 {
  padding: 30px 0;
  background-color: white;
}
.home3 .Home2conten li {
  float: left;
  width: 23.4%;
  margin-right: 2.1%;
}
.home3 .Home2conten li:nth-child(4n){margin-right: 0;}
.home3 .Home2conten li .img {
  max-width: 337px;
  height: 181px;
  overflow: hidden;
}
.home3 .Home2conten li h3 {
  font-size: 18px;
  margin: 10px 0;
  height: 50px;
}
.home3 .Home2conten li .time {
  border-top: 1px solid #E8E8E8;
  padding-top: 10px;
}
.home3 .Home2conten li .time span {
  color: #999999;
  float: left;
}
.home3 .Home2conten li .time .viewNum {
  float: right;
  color: #999999;
  position: relative;
  padding-left: 25px;
}
.home3 .Home2conten li .time .viewNum:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(/cn/images/view.png) no-repeat center;
  padding: 8px 10px;
}
.home3 .Home2conten li:last-child {
  margin-right: 0;
}
.home3 .Home2conten li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home4 {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.home4 li {
  background-color: white;
  height: 115px;
  line-height: 80px;
  width: 19.1%;
  float: left;
  margin-right: 1.1%;
  padding: 20px;
  margin-bottom: 2%;
}
.home4 li:nth-child(5n) {
  margin-right: 0;
}
.home4 img {
  display: inline;
}
@media (max-width: 1440px) {
  .home2 .right .imgBox {
    padding: 30px 15px;
  }
}
@media (max-width: 1280px) {
  .home1 .topNew {
    padding: 15px;
  }
  .home1 .topNew .time {
    font-size: 14px;
  }
  .home1 .topNew .time span {
    font-size: 30px;
  }
  .home1 .topNew .pageFull {
    right: 60%;
    bottom: 20px;
  }
  .home1 .topNew .slick-prev {
    left: 25%;
  }
  .home1 .homeNew {
    padding: 15px;
  }
  .home1 .right .homevideo {
    padding: 0 15px 15px 15px;
    text-align: center;
  }
  .home2 .slideBox p {
    font-size: 16px;
  }
  .home2 .item:first-child .slideBox::before{right: -12px;height: 140%;}
}
@media (max-width: 768px) {
  .homeBanner .slick-arrow {
    background-size: contain;
    padding: 10px;
  }
  .homeBanner .slick-prev {
    left: 20px;
  }
  .homeBanner .slick-next {
    right: 20px;
  }
  .homeBanner .slick-dots {
    bottom: 20px;
  }
  .homeBanner .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .titH {
    font-size: 18px;
  }
  .titH .more {
    margin-top: 5px;
  }
  .home1 .more {
    margin: 0;
  }
  .home1 .tabBox {
    padding: 15px 0;
  }
  .home1 .tabBox ul li {
    font-size: 15px;
    margin-right: 15px;
  }
  .home1 .tabBox ul li:last-child {
    margin-right: 0;
  }
  .home1 .tabBox ul li.on {
    font-size: 18px;
  }
  .home1 .tabBox ul li.on:before {
    bottom: -20px;
  }
  .home1 .left {
    width: 100%;
    float: none;
    border: none;
  }
  .home1 .right {
    width: 100%;
    float: none;
  }
  .home1 .right .homevideo {
    padding: 0;
  }
  .home1 .right .homevideo .videoBox{max-width: 80%;display: block;}
  .home1 .right .tit {
    padding: 15px 0;
  }
  .home1 .right .tit .titH {
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
  }
  .home1 .homeNew,
  .home1 .topNew {
    width: 100%;
    float: none;
    border: none;
    padding: 30px 0;
  }
  .home1 .homeNew .txt,
  .home1 .topNew .txt {
    width: 100%;
    float: none;
  }
  .home1 .homeNew .txt h3,
  .home1 .topNew .txt h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home1 .homeNew .txt .time span,
  .home1 .topNew .txt .time span {
    font-size: 24px;
  }
  .home1 .homeNew .img,
  .home1 .topNew .img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .home1 .homeNew .viewNum,
  .home1 .topNew .viewNum {
    margin: 10px 0 15px 0;
  }
  .home1 .homeNew .pageFull,
  .home1 .topNew .pageFull {
    bottom: 0;
    right: 45%;
  }
  .home1 .homeNew .slick-arrow,
  .home1 .topNew .slick-arrow {
    bottom: -26px;
  }
  .home1 .homeNew .slick-prev,
  .home1 .topNew .slick-prev {
    left: 36%;
  }
  .home1 .homeNew .slick-next,
  .home1 .topNew .slick-next {
    left: 57%;
  }
  .home2 .itemBox .item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .home2 .left ul {
    padding: 15px;
  }
  .home2 .slideBox p {
    font-size: 14px;
  }
  .home2 .right {
    margin-top: 20px;
  }
  .home2 .right .imgBox {
    padding: 30px 10px;
    width: 30%;
  }
  .home2 .right .txt {
    padding: 20px;
    width: 70%;
  }
  .home2 .right .txt h3 {
    font-size: 15px;
  }
  .home2 .right .txt .time {
    margin-top: 20px;
  }
  .home2 .right .slideBox .img {
    height: 80px;
    line-height: 80px;
  }
  .home2 .item:first-child .slideBox::before{display: none;}
  .home3 .tabBox,
  .home2 .tabBox {
    padding-bottom: 15px;
  }
   .home3 .tabBox ul,
   .home2 .tabBox ul{
		white-space: nowrap;overflow-x: auto;max-width: 75%;overflow-y: hidden;
	}
  .home3 .tabBox ul li,
  .home2 .tabBox ul li {
    font-size: 15px;
	margin-right: 15px;
	float: none;
	display: inline-block;
  }
  .home3 .tabBox ul li.on,
  .home2 .tabBox ul li.on {
    font-size: 18px;
  }
  .home3 .tabBox ul li.on:before,
  .home2 .tabBox ul li.on:before {
    bottom: -20px;
  }
  .home2 .homeCulture li{height: auto;}
  .home2 .homeCulture li .img {
    margin-left: 0;
  }
  .home2 .homeCulture li .txtBox {
    left: 15px;
    bottom: 10px;
  }
  .home2 .homeCulture li .txtBox img {
    max-width: 40px;
  }
  .home2 .homeCulture li .txtBox .Htxt {
    padding-left: 10px;
    padding-top: 0;
  }
  .home2 .homeCulture li .txtBox .titH {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .home2 .homeCulture .slick-arrow {
    width: 30px;
    height: 30px;
    top: 40%;
  }
  .home2 .homeCulture li.slick-active .img {
    margin-left: 0;
  }
  .home2 .homeCulture li.slick-current .img {
    margin-right: 0;
  }
  .home2 .homeCulture .slick-prev {
    left: 10px;
  }
  .home2 .homeCulture .slick-next {
    right: 10px;
  }
  .home3 .Home2conten .list_item,
  .home2 .Home2conten .list_item {
    padding: 15px 0;
  }
  .home3 .Home2conten .list_item li,
  .home2 .Home2conten .list_item li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .home3 .Home2conten .list_item li .info,
  .home2 .Home2conten .list_item li .info {
    font-size: 14px;
    left: 10px;
    bottom: 10px;
  }
  .home3 .Home2conten .list_item li:nth-child(2n),
  .home2 .Home2conten .list_item li:nth-child(2n) {
    margin-right: 0;
  }
  .home3 .Home2conten .list_item2 .list,
  .home2 .Home2conten .list_item2 .list {
    width: 100%;
    float: none;
    padding: 0 ;
    border: none;
  }
  .home3 {
    padding: 15px 0 0 0;
  }
  .home3 .Home2conten li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .home3 .Home2conten li h3 {
    font-size: 14px;
    height: 40px;
  }
  .home3 .Home2conten li:nth-child(2n) {
    margin-right: 0;
  }
  .home3 .Home2conten li .img{height: 120px;}
  .home4 li {
    width: 49%;
    margin-right: 2%;
    height: 80px;
    line-height: 50px;
    padding: 15px;
  }
  .home4 li:nth-child(2n) {
    margin-right: 0;
  }
  .home4 li:nth-child(5n) {
    margin-right: 2%;
  }
}
.clumBaner {
  position: relative;
}
.clumBaner .banTxt {
  position: absolute;
  left:0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: white;
  font-size: 44px;
}
.clumBaner .banTxt span {
  position: relative;
  padding: 0 30px;
}
.clumBaner .banTxt span::after,
.clumBaner .banTxt span:before {
  content: "";
  position: absolute;
  top: 30px;
  width: 12px;
  height: 3px;
  background-color: white;
}
.clumBaner .banTxt span::after {
  right: 0;
}
.clumBaner .banTxt span:before {
  left: 0;
}
.clumBaner .wap {
  display: none;
}
.menu {
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
  background-color: white;
}
.menu .location {
  color: #808080;
  float: left;
  max-width: 40%;
  line-height: 2;
}
.menu .location a {
  color: #808080;
}
.menu .location a:hover {
  color: #02A23A;
}
.menu .location em {
  color: #cfcfcf;
  padding: 0 5px;
}
.menu .clumMenu {
  float: right;
}
.menu .clumMenu li {
  float: left;
  margin-left: 50px;
  font-size: 20px;
  position: relative;
}
.menu .clumMenu li:hover a,
.menu .clumMenu li.on a {
  color: #02A23A;
}
.menu .clumMenu li:hover::before,
.menu .clumMenu li.on:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 2px;
  background-color: #02A23A;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .clumBaner .banTxt {
    font-size: 24px;
  }
  .clumBaner .banTxt span::after,
  .clumBaner .banTxt span:before {
    top: 15px;
  }
  .clumBaner .pc {
    display: none;
  }
  .clumBaner .wap {
    display: block;
  }
  .menu {
    padding: 15px 0 20px 0;
  }
  .menu .location {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .menu .clumMenu {
    float: none;
  }
  .menu .clumMenu li {
    margin-right: 15px;
    margin-left: 0;
    font-size: 16px;
  }
  .menu .clumMenu li:hover::before,
  .menu .clumMenu li.on:before {
    bottom: -20px;
  }
}
.about {
  padding: 40px 0;
}
.about .aboutItem {
  padding-bottom: 50px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 50px;
}
.about .tit {
  font-size: 30px;
  margin: 20px 0;
}
.about .txt {
  font-size: 16px;
  color: #999999;
  line-height: 1.8;
  overflow: hidden;
}
.about .Topinfo .right,
.about .Topinfo .left {
  float: left;
  width: 50%;
}
.about .Topinfo .right {
  padding-left: 60px;
}
.about .Topinfo .right .lookMore {
  display: none;
  margin-top: 50px;
  padding: 15px 50px 15px 35px;
  background-color: #02A23A;
  border-radius: 30px;
  color: white;
  position: relative;
}
.about .Topinfo .right .lookMore:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  background: url(/cn/images/lookMore.png) no-repeat center;
  padding: 6px;
}
.about .info3 .tab {
  border-bottom: 1px solid #E8E8E8;
}
.about .info3 .tab li {
  text-align: center;
}
.about .info3 .tab p {
  font-size: 20px;
  padding: 10px 0;
}
.about .info3 .tab li:hover p {
  border-bottom: 2px solid #02A23A;
}
.about .info3 .tab img {
  display: inline;
}
.about .info3 .tab a {
  padding: 0 8px;
  display: block;
}
.about .info3 .tab .slick-current p {
  border-bottom: 2px solid #02A23A;
}
.about .info3 .tab .slick-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  box-shadow: -5px 0 15px #DDDDDD;
  transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  z-index: 99;
  background: none;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
}
.about .info3 .tab .slick-arrow:hover {
  background-color: #02a23a;
}
.about .info3 .tab .slick-prev {
  left: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.about .info3 .tab .slick-next {
  right: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.about .info3 .tab .slick-prev:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.about .info3 .tab .slick-next:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.about .info3 .slideTxt .img {
  margin: 30px 0;
}
.zzjg {
  text-align: center;
  padding: 80px 0;
}
.honor {
  padding: 80px 0;
}
.honor .itemBox {
  padding: 0 100px 100px 100px;
  font-size: 0;
  background: url(/cn/images/ulbg.png) no-repeat center bottom 15px;
  margin-bottom: 100px;
}
.honor .item {
  width: 20%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.honor .item .img {
  max-height: 180px;
}
.honor .item img {
  position: relative;
  z-index: 2;
  max-height: 100%;
  vertical-align: bottom;
}
.honor .item span {
  position: relative;
  display: inline-block;
}
.honor .item span::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(/cn/images/ulbg2.png) no-repeat right bottom;
  z-index: 0;
}
.honor .item p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 110%;
  left: 0;
}
.honor .item {
  *display: inline;
}
.news {
  margin-bottom: 80px;
}
.superNew {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.superNew ul {
  background-color: white;
  border: 1px solid #E8E8E8;
}
.superNew .right,
.superNew .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
.superNew li {
  overflow: hidden;
}
.superNew li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.superNew .right {
  padding: 70px 50px;
}
.superNew .right .titH {
  font-size: 26px;
  margin-top: 10px;
}
.superNew .right .info {
  color: #777777;
  line-height: 1.8;
}
.superNew .right .detail {
  display: inline-block;
  margin-top: 28px;
  color: #ff7e00;
  position: relative;
  padding-right: 20px;
}
.superNew .right .detail:before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  background: url(/cn/images/detail.png) no-repeat center;
  padding: 6px;
}
.superNew .slick-dots {
  position: absolute;
  right: 50px;
  top: 75px;
  font-size: 0;
  background: none;
  border: none;
}
.superNew .slick-dots button {
  display: none;
}
.superNew .slick-dots li {
  border-radius: 50%;
  background-color: #e5e5e5;
  padding: 4px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.superNew .slick-dots li.slick-active {
  background-color: #ff7e00;
}
.news_list {
  padding: 70px 0 50px 0;
}
.news_list li {
  background-color: #f9f9f9;
  overflow: hidden;
  margin-bottom: 35px;
}
.news_list li .img {
  float: left;
  width: 23.6%;
  overflow: hidden;
}
.news_list li .txtBox {
  float: left;
  width: 66%;
  padding: 45px 40px;
  position: relative;
}
.news_list li .txtBox .titH {
  font-size: 22px;
  margin-bottom: 10px;
}
.news_list li .txtBox .info {
  color: #777777;
  line-height: 1.8;
}
.news_list li .txtBox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: #e5e5e5;
}
.news_list li .time {
  float: left;
  width: 10.4%;
  text-align: center;
  padding: 45px 0;
  font-family: Arial;
}
.news_list li .time .date {
  font-size: 44px;
  color: #1e6737;
  font-weight: bold;
}
.news_list li .time .year {
  color: #777777;
}
.news_list li .time a {
  display: inline-block;
  margin-top: 15px;
  color: #1e6737;
  padding-right: 20px;
  background: url(/cn/images/detail2.png) no-repeat right center;
}
.news_list li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news_list li:last-child {
  margin-bottom: 0;
}
.industryNew {
  padding: 70px 0;
  background-color: #f9f9f9;
}
.industryNew li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  background-color: white;
  border: 1px solid #E5E5E5;
}
.industryNew li:nth-child(3n) {
  margin-right: 0;
}
.industryNew .img {
  overflow: hidden;
}
.industryNew .img a{display: block;padding-bottom: 54%;transition: 0.3s;position: relative;}
.industryNew .img img{display: none;}
.industryNew.dynamic .img img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.industryNew li:hover .img a {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.industryNew .txtBox {
  padding: 30px;
}
.industryNew .txtBox .titH {
  margin-bottom: 10px;
  font-size: 18px;
  height: 50px;
}
.industryNew .txtBox .info {
  color: #777777;
  line-height: 1.8;
  height: 50px;
}
.industryNew .txtBox .time {
  color: #777777;
  margin: 10px 0;
}
.industryNew .txtBox a.detail {
  color: #1e6737;
  padding-right: 15px;
  background: url(/cn/images/detail3.png) no-repeat right center;
}
.video_list {
  padding-top: 70px;
}
.video_list li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.video_list li:nth-child(3n) {
  margin-right: 0;
}
.video_list .img {
  height: 270px;
  position: relative;
  overflow: hidden;
}
.video_list .img img{width: 100%;max-height: 100%;}
.video_list .img .play {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: url(/cn/images/bf2.png) no-repeat center;
  padding: 17px;
  z-index: 9;
}
.video_list .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background-color: #000000;
}
.video_list .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.video_list .txtBox {
  padding: 15px 0;
  height: 138px;
}
.video_list .txtBox .titH,
.video_list .txtBox .info {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.new_info {
  padding: 70px 0;
}
.new_info .title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.new_info .title .titH {
  font-size: 32px;
}
.new_info .title span {
  font-size: 16px;
  color: #777777;
  margin: 0 20px;
}
.new_info .new_content {
  padding: 50px 0;
  line-height: 1.8;
  color: #777777;
  font-size: 16px;
}
.new_info .new_content p {
  margin-bottom: 30px;
}
.new_info .new_content .img {
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.new_info .new_content .img p {
  margin-top: 10px;
}
.newPage {
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
  font-size: 16px;
}
.newPage a {
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newPage a:nth-child(1) {
  float: left;
  width: 50%;
}
.newPage a:nth-child(2) {
  float: right;
  max-width: 50%;
}
.newPage a:hover {
  color: #02A23A;
}
.dynamic {
  padding-bottom: 100px;
}
.dynamic li {
  margin-bottom: 45px;
}
.government {
  padding: 70px 0 100px 0;
  background-color: #F9F9F9;
}
.government li {
  width: 48.5%;
  margin-right: 3%;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
  background-color: white;
  padding: 20px;
}
.government li .img {
  float: left;
  width: 42.5%;
  overflow: hidden;
}
.government li .img img{max-height: 160px;}
.government li .txtBox {
  float: left;
  padding-left: 30px;
  width: 57.5%;
}
.government li .titH {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.government li .info {
  color: #777777;
  margin-top: 10px;
}
.government li a.detail {
  color: #1e6737;
  padding-right: 15px;
  background: url(/cn/images/detail3.png) no-repeat right center;
  display: inline-block;
  margin-top: 20px;
}
.government li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.government li:nth-child(2n) {
  margin-right: 0;
}
.Business {
  padding: 70px 0;
}
.Business .busTitle {
  position: relative;
  text-align: center;
  font-size: 36px;
}
.Business .busTitle span {
  border: 1px solid #E5E5E5;
  display: inline-block;
  padding: 15px 30px ;
  background-color: white;
  position: relative;
  z-index: 2;
}
.Business .busTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  z-index: 0;
}
.Business .busTop {
  max-width: 1840px;
  margin: 30px auto;

}
.Business .busTop .left {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.Business .busTop .right {
  width: 49%;
  float: left;
  background-color: #2e62ae;
  color: white;
  padding: 80px 200px 80px 50px;
}
.Business .busTop .right .titH {
  font-size: 30px;
  margin-bottom: 25px;
}
.Business .busTop .right .info {
  font-size: 16px;
  line-height: 1.8;
}
.Business .busTop .right .lookMore {
  display:none;
  margin-top: 70px;
  padding: 15px 50px 15px 35px;
  background-color: #02A23A;
  border-radius: 30px;
  color: white;
  position: relative;
}
.Business .busTop .right .lookMore:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  background: url(/cn/images/lookMore.png) no-repeat center;
  padding: 6px;
}
.Business .slideBox {
  margin-top: 70px;
}
.Business .slideBox .tab {
  border-bottom: 1px solid #E8E8E8;
  margin-top: 30px;
}
.Business .slideBox .tab li {
  text-align: center;
}
.Business .slideBox .tab p {
  font-size: 20px;
  padding: 10px 0;
}
.Business .slideBox .tab li:hover p {
  border-bottom: 2px solid #02A23A;
}
.Business .slideBox .tab img {
  display: inline;
}
.Business .slideBox .tab a {
  padding: 0 8px;
  display: block;
}
.Business .slideBox .tab .slick-current p {
  border-bottom: 2px solid #02A23A;
}
.Business .slideBox .tab .slick-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  box-shadow: -5px 0 15px #DDDDDD;
  transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  z-index: 99;
  background: none;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
}
.Business .slideBox .tab .slick-arrow:hover {
  background-color: #02a23a;
}
.Business .slideBox .tab .slick-prev {
  left: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.Business .slideBox .tab .slick-next {
  right: -20px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.Business .slideBox .tab .slick-prev:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.Business .slideBox .tab .slick-next:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.Business .slideBox .slideTxt {
  margin-top: 30px;
}
.Business .slideBox .slideTxt .tit {
  font-size: 30px;
  margin-bottom: 10px;
}
.Business .slideBox .slideTxt .txt {
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
}
.Business .slideBox .slideTxt .img {
  margin: 30px 0;
}
.culture {
  padding: 70px 0;
}
.culture li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
.culture li .txtBox {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0 30px;
  bottom: 30px;
  color: white;
}
.culture li .txtBox .img {
  width: 80px;
  margin-bottom: 10px;
}
.culture li .txtBox .info {
  padding-left: 40px;
}
.culture li .txtBox .titH {
  margin-bottom: 10px;
  font-size: 30px;
  position: relative;
}
.culture li .txtBox .titH::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 3px;
  height: 30px;
}
.culture li .txtBox p {
  font-size: 16px;
}
.culture li:hover .imgBox img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.culture li:nth-child(1) .titH::before {
  background-color: #02a23a;
}
.culture li:nth-child(2) .titH::before {
  background-color: #e7861d;
}
.culture li:nth-child(3) .titH::before {
  background-color: #168bdf;
}
.culture li:nth-child(4) .titH::before {
  background-color: #b669da;
}
.culture li:nth-child(2n) {
  margin-right: 0;
}
.Elegant {
  padding: 70px 0 100px 0;
}
.Elegant ul {
  padding-bottom: 30px;
}
.Elegant li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
.Elegant li .txtBox {
  position: absolute;
  left: 0;
  bottom: 30px;
  color: white;
  font-size: 22px;
  z-index: 2;
  padding: 0 30px;
}
.Elegant li:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.Elegant li:nth-child(2n) {
  margin-right: 0;
}
.employees {
  padding: 70px 0 100px 0;
  background-color: #F9F9F9;
}
.employees ul {
  margin-bottom: 50px;
}
.employees li {
  overflow: hidden;
  background-color: white;
  padding: 18px 25px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.employees li .left {
  float: left;
  width: 80%;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
}
.employees li .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #02A23A;
  padding: 1px;
  border-radius: 50%;
}
.employees li .right {
  float: right;
  line-height: 2;
}
.employees li .right span {
  margin-right: 35px;
  padding-right: 35px;
  font-family: arial;
  color: #777777;
  border-right: 1px solid #E5E5E5;
}
.employees li .right a.detail {
  color: #1e6737;
  padding-right: 15px;
  background: url(/cn/images/detail3.png) no-repeat right center;
  display: inline-block;
}
.Notice {
  padding: 70px 0 100px 0;
}
.Notice .NoticeTop li {
  background: #f5f5f5 url(../images/nobg.png) no-repeat right bottom;
  padding: 70px 30px;
  margin: 0 15px;
}
.Notice .NoticeTop li .titH {
  font-size: 20px;
  margin-bottom: 10px;
}
.Notice .NoticeTop li .info {
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
  height: 50px;
}
.Notice .NoticeTop li a.detail {
  color: #1e6737;
  padding-right: 15px;
  background: url(/cn/images/detail3.png) no-repeat right center;
  display: inline-block;
  margin-top: 30px;
}
.Notice .NoticeTop .slick-arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
  box-shadow: -5px 0 15px #DDDDDD;
  transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  z-index: 99;
  background: none;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
}
.Notice .NoticeTop .slick-arrow:hover {
  background-color: #02a23a;
}
.Notice .NoticeTop .slick-prev {
  left: -10px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.Notice .NoticeTop .slick-next {
  right: -10px;
  background-image: url(/cn/images/prev2.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.Notice .NoticeTop .slick-prev:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.Notice .NoticeTop .slick-next:hover {
  background-image: url(/cn/images/next3.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.Notice .Notice_list {
  margin: 70px 0 50px 0;
  border-top: 1px solid #E5E5E5;
}
.Notice .Notice_list li {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}
.Notice .Notice_list li .time {
  color: #777777;
  margin-bottom: 5px;
}
.Notice .Notice_list li .tit {
  font-size: 20px;
  width: 80%;
  float: left;
}
.Notice .Notice_list li a.detail {
  float: right;
  color: #1e6737;
  line-height: 1.8;
  padding-right: 15px;
  background: url(/cn/images/detail3.png) no-repeat right center;
  display: inline-block;
}
.contact .left {
  width: 50%;
  float: left;
  background-color: #2e61ae;
  padding: 80px 0 80px 12.5%;
  height: 570px;
  color: white;
}
.contact .left .titH {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact .left .info {
  font-size: 16px;
  line-height: 1.8;
}
.contact .left .code {
  width: 230px;
  margin-top: 100px;
  font-size: 16px;
  line-height: 1.8;
}
.contact .left .txt {
  padding-left: 15px;
}
.contact .right {
  height: 570px;
  width: 50%;
  float: left;
}
.contact .right img {
  max-width: none;
}
.contact .right .BMap_Marker img {
  max-width: 100%;
}
.Fourandfour {
  position: relative;
}
.Fourandfour .wap {
  display: none;
}
.Fourandfour a {
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: 11%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 2px solid white;
  border-radius: 30px;
  padding: 10px 56px;
  color: white;
}
.linkBox {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.linkBox .link_list li {
  background-color: white;
  height: 115px;
  line-height: 80px;
  width: 19.1%;
  float: left;
  margin-right: 1.1%;
  padding: 20px;
  margin-bottom: 2%;
}
.linkBox .link_list li:nth-child(5n) {
  margin-right: 0;
}
.linkBox .link_list img {
  display: inline;
  max-height: 100%;
}
@media (max-width: 1840px) {
  .Business .busTop {
    padding: 0 2%;
  }
  .Business .busTop .right {
    padding: 80px 50px;
  }
  .Business .busTop .right .lookMore {
    margin-top: 40px;
  }
}
@media (max-width: 1640px) {
  .Business .busTop .right {
    padding: 55px 50px;
  }
}
@media (max-width: 1440px) {
  .about .Topinfo .right {
    padding-left: 30px;
  }
  .about .Topinfo .right .lookMore {
    margin-top: 30px;
  }
  .honor .itemBox {
    padding: 0 30px 100px 30px;
  }
  .superNew .right {
    padding: 3%;
  }
  .superNew .slick-dots {
    top: 50px;
  }
  .news_list li .time,
  .news_list li .txtBox {
    padding: 2%;
  }
  .Business .busTop .right {
    padding: 31px 50px;
  }
}
@media (max-width: 1366px) {
  .Business .busTop .right .lookMore {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .Business .busTop .right {
    padding: 19px 30px;
  }
}
@media (max-width: 1200px) {
  .honor .itemBox .item {
    width: 50%;
  }
  .superNew {
    padding: 40px 0;
  }
  .superNew .left,
  .superNew .right {
    float: none;
    width: 100%;
  }
  .superNew .left .titH,
  .superNew .right .titH {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .superNew .left {
    text-align: center;
  }
  .superNew .left img {
    display: inline;
  }
  .superNew .slick-dots {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .government li .titH {
    font-size: 16px;
    margin-top: 0;
  }
  .Business .busTop .left {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .Business .busTop .right {
    float: none;
    width: 100%;
  }
  .Business .busTop .right .lookMore {
    margin-top: 20px;
  }
  .employees {
    padding: 40px 0;
  }
  .employees ul {
    margin-bottom: 0px;
  }
  .employees li {
    padding: 15px 25px;
  }
  .employees li .left {
    width: 60%;
    font-size: 16px;
    padding-left: 10px;
  }
  .employees li .right {
    line-height: 1.8;
  }
  .employees li .right span {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .linkBox {
    padding: 40px 0;
  }
  .linkBox .link_list li {
    width: 49%;
    margin-right: 2%;
    height: 80px;
    line-height: 50px;
    padding: 15px;
    margin-bottom: 2%;
  }
  .linkBox .link_list li:nth-child(2n) {
    margin-right: 0;
  }
  .linkBox .link_list li:nth-child(5n) {
    margin-right: 2%;
  }
  .about .aboutItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .about .tit {
    font-size: 18px;
  }
  .about .txt {
    font-size: 14px;
  }
  .about .info3 .tab p {
    font-size: 14px;
  }
  .about .info3 .tab .slick-arrow {
    top: 28%;
    width: 30px;
    height: 30px;
  }
  .about .info3 .tab .slick-prev {
    left: 5px;
  }
  .about .info3 .tab .slick-next {
    right: 5px;
  }
  .about .Topinfo .left {
    float: none;
    width: 100%;
  }
  .about .Topinfo .right {
    padding-left: 0px;
    float: none;
    width: 100%;
  }
  .about .Topinfo .right .lookMore {
    padding: 10px 30px 10px 20px;
  }
  .about .Topinfo .right .lookMore:before {
    right: 10px;
    top: 12px;
  }
  .zzjg {
    padding: 50px 0;
  }
  .honor {
    padding: 30px 0;
  }
  .honor .itemBox {
    padding: 0 10px 100px 10px;
    margin-bottom: 30px;
  }
  .honor .itemBox img {
    max-width: 80%;
    margin: 0 auto;
  }
  .honor .itemBox p {
    font-size: 12px;
    top: 115%;
  }
  .honor .itemBox .item span:before {
    width: 80%;
    right: -5px;
  }
  .news_list {
    padding: 0 0 40px 0;
  }
  .news_list li .img,
  .news_list li .time,
  .news_list li .txtBox {
    float: none;
    width: 100%;
  }
  .news_list li .img {
    text-align: center;
  }
  .news_list li .txtBox::before {
    display: none;
  }
  .news_list li .txtBox {
    padding-top: 15px;
  }
  .news_list li .txtBox .titH {
    font-size: 16px;
  }
  .news_list li .time {
    padding-bottom: 15px;
  }
  .news_list li .time .date {
    font-size: 30px;
  }
  .industryNew {
    padding: 40px 0;
  }
  .industryNew li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .industryNew .img {
    text-align: center;
  }
  .industryNew .txtBox {
    padding: 20px 15px;
  }
  .industryNew .txtBox .titH {
    font-size: 16px;
	height: 44px;
  }
  .video_list {
    padding-top: 40px;
  }
  .video_list li {
    width: 49%;
    margin-right: 2%;
  }
  .video_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .video_list li:nth-child(2n) {
    margin-right: 0;
  }
  .video_list .txtBox {
    height: 114px;
  }
  .video_list .txtBox .info,
  .video_list .txtBox .titH {
    font-size: 14px;
  }
  .news {
    margin-bottom: 50px;
  }
  .new_info {
    padding: 40px 0 0 0;
  }
  .new_info .title {
    padding-bottom: 20px;
  }
  .new_info .title .titH {
    font-size: 18px;
  }
  .new_info .title span {
    font-size: 14px;
    width: 48%;
    text-align: left;
    display: inline-block;
    margin: 0 0 10px 0;
  }
  .new_info .new_content {
    padding: 30px 0;
  }
  .newPage {
    font-size: 14px;
  }
  .newPage a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .newPage a:nth-child(1),
  .newPage a:nth-child(2) {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .dynamic {
    padding-bottom: 50px;
  }
  .dynamic li {
    margin-bottom: 30px;
  }
  .government {
    padding: 40px 0 50px 0;
  }
  .government li {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 20px;
  }
  .government li .img {
    width: 50%;
  }
  .government li .txtBox {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .government li .info {
    margin-top: 5px;
  }
  .government li .titH {
    font-size: 14px;
  }
  .government li a.detail {
    margin-top: 10px;
  }
  .Business {
    padding: 40px 0;
  }
  .Business .busTitle {
    font-size: 20px;
  }
  .Business .busTitle span {
    padding: 10px 20px;
  }
  .Business .busTop .right .titH {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .Business .busTop .right .info {
    font-size: 14px;
  }
  .Business .busTop .right .lookMore {
    margin-top: 10px;
    padding: 8px 30px 8px 20px;
  }
  .Business .busTop .right .lookMore:before {
    top: 13px;
    right: 13px;
  }
  .Business .slideBox {
    margin-top: 30px;
  }
  .Business .slideBox .tab p {
    font-size: 14px;
  }
  .Business .slideBox .tab .slick-arrow {
    top: 28%;
    width: 30px;
    height: 30px;
  }
  .Business .slideBox .tab .slick-prev {
    left: 5px;
  }
  .Business .slideBox .tab .slick-next {
    right: 5px;
  }
  .Business .slideBox .slideTxt .tit {
    font-size: 18px;
  }
  .Business .slideBox .slideTxt .txt {
    font-size: 14px;
  }
  .culture {
    padding: 40px 0;
  }
  .culture li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .culture li .txtBox {
    padding: 0 15px;
    bottom: 10px;
  }
  .culture li .txtBox .img {
    width: 50px;
  }
  .culture li .txtBox .info {
    padding-left: 20px;
  }
  .culture li .txtBox .titH {
    font-size: 20px;
  }
  .culture li .txtBox .titH::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 20px;
  }
  .culture li .txtBox p {
    font-size: 14px;
  }
  .Elegant {
    padding: 40px 0;
  }
  .Elegant ul {
    padding-bottom: 0px;
  }
  .Elegant li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .Elegant li .txtBox {
    bottom: 15px;
    font-size: 16px;
    padding: 0 15px;
  }
  .Notice {
    padding: 40px 0;
  }
  .Notice .NoticeTop li {
    padding: 30px ;
  }
  .Notice .NoticeTop li .titH {
    font-size: 16px;
  }
  .Notice .NoticeTop li .info {
    font-size: 14px;
    height: 43px;
  }
  .Notice .NoticeTop li a.detail {
    margin-top: 20px;
  }
  .Notice .NoticeTop .slick-arrow {
    top: 40%;
  }
  .Notice .NoticeTop .slick-prev {
    left: -5px;
  }
  .Notice .NoticeTop .slick-next {
    right: -5px;
  }
  .Notice .Notice_list {
    margin: 40px 0;
  }
  .Notice .Notice_list li {
    padding: 15px 0;
  }
  .Notice .Notice_list li .tit {
    font-size: 16px;
    width: 60%;
  }
  .contact .left {
    width: 100%;
    float: none;
    padding: 30px;
    height: auto;
  }
  .contact .left .titH {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contact .left .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact .left .code {
    width: 230px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.5;
  }
  .contact .left .txt {
    padding-left: 15px;
  }
  .contact .right {
    height: 300px;
    width: 100%;
    float: none;
  }
  .Fourandfour .pc {
    display: none;
  }
  .Fourandfour .wap {
    display: block;
    height: 80vh;
    width: 100%;
  }
  .Fourandfour a {
    font-size: 16px;
    bottom: 11%;
    border: 2px solid white;
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
  }
}
.contentDp{padding: 50px 0;}
@media (max-width: 480px) {
  .video_list li {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .video_list li:nth-child(3n) {
    margin-right: 0%;
  }
  .employees li {
    padding: 10px;
    margin-bottom: 15px;
  }
  .employees li .left {
    width: 55%;
    font-size: 14px;
  }
  .employees li .right {
    line-height: 1.8;
  }
  .employees li .right span {
    margin-right: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  .employees li .right a {
    font-size: 12px;
  }
  .contact .left {
    padding: 30px 15px;
  }
  .contentDp{padding: 30px 0;}
  .home3 .Home2conten li .img{height: 90px;}
}


/*20210106*/
.industryNew .img a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home1 .topNew .txt .info {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}
.ul_sitemap li{font-size: 18px;margin-bottom: 10px;}
.Business .slideBox .slideTxt .txtckgd{
  display: none;
}
@media (max-width:768px){
	.ul_sitemap li{font-size: 16px;}
  .home2 .Home2conten .list_item li .info{
    position: relative;
    background: #fff;
    color: #333;
    line-height: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 5px;
  }
  .home3 .Home2conten li .time .viewNum{
    display: none;
  }
  .home3 .Home2conten li .time{
    padding-top: 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  .more{
    color: #02a23a;
  }
  .superNew .right .detail{
    float: right;
  }
  .news_list li .time{
    padding-top: 0;
  }
  .news_list li .time .date,
  .news_list li .time .year{
    display: inline-block;
  }
  .news_list li .time .year{
    position: relative;
    bottom: 5px;
  }
  .news_list li .time a{
    position: relative;
    margin-top: 0;
    bottom: 5px;
  }
  .industryNew .txtBox .time{
    display: inline-block;
  }
  .industryNew .txtBox a.detail{
    float: right;
    margin: 10px 0;
  }
  .video_list .img{
    height: auto;
  }
  .video_list .img .play{
    left: 50%;
    bottom: 50%;
    margin-left: -17px;
    margin-bottom: -17px;
  }
  .video_list .txtBox{
    height: auto;
  }
  .government li .txtBox .time{
    display: inline-block;
    margin-top: 10px;
  }
  .government li a.detail{
    float: right;
  }
  .Business .slideBox .slideTxt .txt,
  .Business .slideBox .slideTxt .txt, p,
  .Business .slideBox .slideTxt .txt, span{
    font-size: 14px!important;
  }
  .positionBox .tit{
    margin-top: 10px;
  }
  .human_Zp .title h3{
    margin-bottom: 30px;
  }
  .culture li .txtBox .img{
    float: left;
    width: 40px;
  }
  .culture li .txtBox .info{
    float: left;
    width: calc(100% - 50px);
  }
  .culture li .txtBox .titH{
    margin-bottom: 0;
  }
  .Notice .NoticeTop .slick-arrow{
    box-shadow: none;
  }
  .contact .left{
    background: rgba(245,243,240);
  }
  .contact .left .txtBox{
    color: #333;
  }
  .human_Zp .look_more{
    margin-top: 50px;
  }
  .Business .slideBox .tab .slick-next:hover{
    background-image: url(/cn/images/prev2.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background-color: #fff;
  }

  .Business .slideBox .tab .slick-prev:hover{
    background-image: url(/cn/images/prev2.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    background-color: #fff;
  }
  .Business .slideBox .slideTxt .txtckgd{
    display: block;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
  }
  .Business .slideBox .slideTxt .txt{
    height: 50px;
    overflow: hidden;
  }
  .Business .slideBox .slideTxt .txt.on{
    height: auto;
  }
}
<!--ºÄÊ±1766365178.1058Ãë-->