@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination {
  display: inline-block;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #005cbb;
  width: 20px;
  border-radius: 5px;
}
.swiper1 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/next.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.tit {
  font-size: 30px;
  margin: 60px auto;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.tit span {
  color: #009b4c;
  font-weight: bold;
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-left {
  width: 500px;
}

.index-about .index-about-left img{
  width: 100%;
}
.index-about .index-about-left h3 {
  color: #009b4c;
  font-size: 18px;
  font-weight: bolder;
}
.index-about .index-about-con {
  font-size: 14px;
  color: black;
  margin-bottom: 30px;
}
.index-about .index-about-con p {
  margin-top: 20px;
  line-height: 23px;
}
.index-about .index-about-right {
  width: 620px;
}
.index-about .index-about-right .video_cover {
  width: 100%;
}
.roll_box {
  -webkit-perspective: 500px;
  perspective: 500px;
  position: relative;
}
.roll1 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -25px;
  -ms-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.roll2 {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -22px;
  -ms-transform-origin: 50% 50% -22px;
  transform-origin: 50% 50% -22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  display: none\9;
}
.roll_box:hover .roll1 {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  display: none\9;
  z-index: 0;
  opacity: 0;
}
.roll_box:hover .roll2 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  display: block\9;
  z-index: 1;
  opacity: 1;
}
.more1 a {
  display: block;
  width: 140px;
  height: 40px;
}
.more1 .face1 {
  border: 1px solid #009b4c;
  line-height: 40px;
  font-size: 0;
  color: #009b4c;
  text-align: center;
  height: 40px;
}
.more1 .face1 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  opacity: 1;
}
.more1 .face2 {
  background: #009b4c;
  border: 1px solid #009b4c;
  color: #fff;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  height: 40px;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
}
.more1 .face2 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
}
.company-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.company-num dl {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-num .bor {
  width: 1px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 200;
  height: 200px;
}
.company-num dl dt {
  margin-right: 50px;
}
.company-num dl dt h3 {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.company-num dl dt span {
  font-size: 32px;
  color: #fff;
  font-weight: bolder;
  font-family: Arial;
}
.company-num dl dt b {
  font-size: 16px;
  color: #fff;
}
.bg {
  background-color: #f8f9fc;
  overflow: hidden;
}
.owl-newslist {
  margin-bottom: 60px;
}
.owl-newslist .item {
  display: flex;
  background: #fff url(../images/sjx.png) right bottom no-repeat;
}
.owl-newslist .item img {
  width: 530px;
}
.owl-newslist .item .index-news-con {
  padding: 20px;
  box-sizing: border-box;
}
.owl-newslist .item .index-news-con h3 {
  font-size: 22px;
  color: #009b4c;
  font-weight: bold;
  margin-bottom: 20px;
}
.owl-newslist .item .index-news-con p {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 25px;
}
.owl-carousel .owl-buttons {
  height: 70px;
  margin-top: -70px;
}
.owl-carousel .owl-buttons div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.owl-carousel .owl-buttons .owl-prev {
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(../images/prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-prev:hover {
  background: #009b4c url(../images/prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  right: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(../images/next.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next:hover {
  background: #009b4c url(../images/next.png) center center no-repeat;
}
.owl-carousel .owl-pagination {
  display: none;
}
.owl-guestlist .item {
  background-color: #f8f9fc;
  display: block;
  margin: 20px;
  text-align: center;
  height: 320px;
}
.owl-guestlist .item img {
  width: 300px;
  /*height: 150px;
  border-radius: 50%;*/
  margin: 30px auto;
}
.owl-guestlist .item h3 {
  display: block;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.owl-guestlist .item p {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
.owl-guestlist .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.index-productlist {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  flex-wrap: wrap;
}
.index-productlist a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  background-color: #fff;

  height: 182px;
  margin-bottom: 30px;
  cursor: pointer;
}

.index-productlist a img.icon2 {
  display: none;
}
.index-productlist a:hover {
  background: url(../images/hx_bg.png);
  background-size: 100%;
}
.index-productlist a:hover img.icon2 {
  display: block;
}
.index-productlist a:hover img.icon1 {
  display: none;
}

.index-productlist a h3 {
	font-size: 14px;
	text-align: center;
	display: block;
	color: black;
	margin-top: 25px;
}
.index-productlist a:hover h3 {
  color: white;
}
.index-productlist a .text{ display: none; padding:15px 20px;}
.index-productlist a:hover .text{ display: block; color:#FFF}
.index-guest {
  margin-bottom: 60px;
}
.more2 {
  text-align: center;
  margin-top: 20px;
}
.more2 A {
  display: block;
  width: 240px;
  line-height: 50px;
  color: #009b4c;
  border: 1px solid #009b4c;
  border-radius: 5px;
  margin: 0 auto;
}
.more2 A:hover {
  background-color: #009b4c;
  color: #fff;
}
.owl-hdlist {
  margin-bottom: 50px;
}
.owl-hdlist .item {
  margin: 0 20px;
}
.owl-hdlist .item img {
  width: 100%;
}
.owl-hdlist .item {
  display: flex;
  flex-direction: column;
}
.owl-hdlist .item h3 {
  font-size: 18px;
  color: #626262;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-hdlist .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.owl-hdlist .item .mo {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 25px;
}
.owl-hdlist .item .mo .time {
  width: 65%;
}
.owl-hdlist .item .hdmore {
  display: block;
  width: 0;
  position: relative;
  border-top: 1px solid #408dc9;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .hdmore {
  width: 30%;
}
.owl-hdlist .item .hdmore .jt {
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 17px;
  color: #408dc9;
  opacity: 0;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .jt {
  opacity: 1;
}
#rollAD {
  height: 220px;
  position: relative;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
#rollText {
  position: absolute;
}
#rollText li {
  float: left;
  width: 290px;
  height: 100px;
  list-style: none;
  margin: 0 5px 20px 5px;
}
#rollText li img {
  width: 288px;
  height: 98px;
  border: 1px solid #eee;
}
#rollAD1 {
  height: 140px;
  position: relative;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
#rollText1 {
  position: absolute;
}
#rollText1 li {
  float: left;
  width: 160px;
  height: 60px;
  list-style: none;
  margin: 0 10px 20px 0px;
}
#rollText1 li img {
  width: 158px;
  height: 58px;
  border: 1px solid #eee;
}
.imglist {
  display: none;
}
.owl-plist {
  margin-bottom: 50px;
}
.owl-plist .item {
  display: block;
  margin: 0 20px;
  position: relative;
  text-align: center;
}
.owl-plist .item img {
  width: 100%;
}
.owl-plist .item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  z-index: 20;
  font-size: 14px;
  color: white;
  display: none;
}
.owl-plist .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 187, 0.5);
  z-index: 10;
  display: none;
}
.owl-plist .item:hover h3 {
  display: block;
}
.owl-plist .item:hover::before {
  display: block;
}

.news_bd {
	padding-top: 40px;
	overflow: hidden;
}
.news_bd .news_tj {
	width: 49%;
	float: left;
}
.news_bd .news_tj .news_tj_img a {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #f5f5f5;
}
.news_bd .news_tj .news_tj_img a img {
	max-width: 100%;
	vertical-align: middle;
	transition-duration: 3s;
	-ms-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
.news_bd .news_tj .news_tj_img a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
.news_bd .news_tj .news_tj_img a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.news_bd .news_tj .news_tj_con {
	background: #ffffff;
	padding: 10px 20px 30px;
}
.news_bd .news_tj p a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #098144;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.news_bd .news_tj p a:hover {
	color: #098144;
}
.news_bd .news_tj span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	background: #ffffff;
	height: 66px;
	overflow: hidden;
}
.news_bd .news_tj em {
	display: block;
	font-size: 14px;
	color: #c6c6c6;
	padding-top: 10px;
	background: #ffffff;
}
.news_bd ul {
	width: 49%;
	float: right;
}
.news_bd ul li {
	background: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.news_bd ul li .news_time {
	position: absolute;
	left: 24px;
	top: 20px;
	width: 90px;
	text-align: center;
	background: #cacaca;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.news_bd ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.news_bd ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.news_bd ul li .news_con {
	padding-left: 110px;
}
.news_bd ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #098144;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_bd ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.news_bd ul li:hover .news_time {
	background: #098144;
}
.news_bd ul li:hover .news_con p a {
	color: #098144
}
.footbg{ background:#009b4c}

.ftit{ width:96%; max-width:1200px;margin:0px auto;overflow:hidden;clear:both;padding:20px 0;}

.ftit a { color:#FFF}
.ftit li { float:left; width:calc(100% / 7); text-align:center }
.ftit_p1 { line-height:2.5; font-size:16px}
.ftit_p1 a { color:#FFF; }
.ftit_p2 a { display:block; line-height:2 }
.ftit li:first-child{ padding-left:0px;}


@media screen and (max-width: 1024px) and (min-width: 0px) {
  .tit {
    margin: 20px auto;
    font-size: 20px;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .index-about-left {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .index-about .index-about-right {
    width: 100%;
    order: 1;
  }
  .video_cover {
    width: 100%;
  }
  .more1 a {
    margin: 0 auto;
  }
  .company-num {
    flex-direction: column;
    border: 1px solid #E7E7E7;
  }
  .company-num .bor {
    width: 100%;
    height: 1px;
  }
  .company-num dl {
    height: 150px;
  }
  .owl-newslist .item {
    display: block;
  }
  .owl-newslist .item img {
    width: 100%;
  }
  .owl-carousel .owl-buttons {
    display: none;
  }
  .owl-carousel .owl-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .owl-carousel .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #959595;
    margin-right: 5px;
    *display: inline;
    *zoom: 1;
  }
  .owl-carousel .owl-pagination .active {
    background-color: #0168b7;
  }
  .index-productlist a {
    width: 46%;
    height: 100%;
    min-height: 180px;
    padding: 20px 0;
    margin: 10px 2%;
    box-sizing: border-box;
  }
  #rollAD,
  #rollAD1 {
    display: none;
  }
  .imglist {
    display: block;
    overflow: hidden;
  }
  .imglist li {
    width: 48%;
    margin: 10px 1%;
    height: auto;
    float: left;
  }
  .imglist li img {
    width: 100%;
    height: auto;
    border: 1px solid #E7E7E7;
  }
  .more2 A {
    display: block;
    width: 50%;
    line-height: 40px;
  }
}
