


.home-section1 {
  position: relative;
  display: flex;
}
.home-section1-swiper {
  /* flex: 0 0 94%;
  min-width: 94%; */
  width: 100%;
}
.home-section1-swiper .swiper-wrapper {
  height: 100% !important;
}
@media (max-width: 1440px) {
  .home-section1-swiper {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-wrapper,
  .home-section1-swiper .swiper-slide {
    height: 100%;
  }
}
.home-section1-swiper .swiper-slide {
  position: relative;
  height: 100%;
}
.home-section1-swiper .swiper-slide .bannerbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide .bannerbg {
    height: 100%;
    object-fit: cover;
  }
}
.home-section1-swiper .swiper-slide .mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 110px 0 0 140px; */
  padding: 0;
}
/* @media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide .mask {
    padding: 0 0 0 9%;
  }
} */
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask {
    padding: 0 15px;
    align-items: center;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
  text-align: center;
  font-size: 58px;
  font-weight: 100;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 410px; */
    margin: 0 0 10px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 350px; */
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 220px; */
    margin: 0 0 5px;
    font-size: 25px;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w img {
    width: 126px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 220px; */
    margin: 0 0 5px;
    font-size: 25px;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w img {
    width: 83px;
  }
}
/* .home-section1-swiper .swiper-slide .mask .logo-w img {
  width: 100%;
} */
.home-section1-swiper .swiper-slide.banner1 .mask .tit {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 10px;
  padding-top:30px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 25px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    letter-spacing: 0px;
    font-size: 22px;
    padding-top: 0;
  }
}

.home-section1-swiper .swiper-slide.banner1 .mask .des {
  font-size: 47px;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 50px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 25px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 25px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 16px;
  }
}

.home-section1-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  left: auto;
  right: 40px;
  width: auto;
  height: 100%;
  bottom: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-section1-swiper .swiper-pagination {
    flex-direction: row;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 20px;
  }
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9cb;
  border-radius: 50%;
  border: 2px solid #c9c9cb;
  transition: 0.3s;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
/* @media (max-width: 575px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
} */
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: attr(data-content);
  position: absolute;
  font-size: 24px;
  right: -40px;
  color: #fff;
  font-family: "BEBAS";
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
    display: none;
  }
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: transparent;
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.home-section1-swiper .banner2 h3{
  font-size: 40px;
  font-weight: normal;
  color: #15955a;
  margin: 0 0 25px;
  font-family: "Bebas";
}
.home-section1-swiper .swiper-slide.banner2 .mask .des{
  position: relative;
  color: #333;
  letter-spacing: 3px;
  font-size: 48px;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  margin: 0 0 35px;
}
.home-section1-swiper .swiper-slide.banner2 .mask .des span{
  position: relative;
  z-index: 1;
}
.home-section1-swiper .swiper-slide.banner2 .mask .des:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
  background: #15955a;
}
.home-section1-swiper .swiper-slide.banner2 .mask .more{
  width: auto;
  height: 37px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  border-bottom: 3px solid #bad618;
  background: transparent;
  margin: 0 0 50px;
}
.home-section1-swiper .swiper-slide.banner2 .tips{
  padding: 12px 35px;
  background: #bad618;
  font-size: 30px;
  color: #333;
  margin: 0 0 50px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 20px;
  font-weight: 100;
}
.home-section1-swiper .swiper-slide.banner2 .mask .smdes{
  color: rgba(0, 0, 0, .7);
  line-height: 2;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner2 .mask .des{
    font-size: 40px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des:after{
    height: 8px;
  }
  .home-section1-swiper .swiper-slide.banner2 .tips{
    font-size: 25px;
    letter-spacing: 16px;
  }
}
@media (max-width: 1200px) {
  .home-section1-swiper .banner2 h3{
    font-size: 35px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des{
    font-size: 36px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des:after{
    height: 6px;
  }
  .home-section1-swiper .swiper-slide.banner2 .tips{
    font-size: 20px;
    letter-spacing: 12px;
    padding: 12px 25px;
    margin: 0 0 40px;
  }
}
@media (max-width: 576px) {
  .home-section1-swiper .banner2 h3{
    font-size: 20px;
    margin: 0 0 16px;
    text-align: center;
  }
  .home-section1-swiper .banner2 .bannerbg{
    object-position: right 43% top 0;
  }
  
  .home-section1-swiper .swiper-slide.banner2 .mask .logo-w img {
    width: 226px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask > .container {
    position: relative;
    z-index: 1;
    margin:0;
  }
}
.home-section1-swiper .swiper-slide.banner3 h3{
  color: #12d07c;
  font-size: 44px;
  margin: 0 0 15px;
  font-family: "Bebas";
}
.home-section1-swiper .swiper-slide.banner3 h4{
  position: relative;
  font-size: 40px;
  color: #fff;
  margin: 0 0 70px;
}
.home-section1-swiper .swiper-slide.banner3 h4:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 50px;
  height: 3px;
  background: #34a794;
}
.home-section1-swiper .swiper-slide.banner3 .tips{
  padding: 12px 35px;
  background: #bad618;
  font-size: 30px;
  color: #333;
  margin: 0 0 50px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 100;
}
.home-section1-swiper .swiper-slide.banner3{
  background: #4a0690 url(../images/banner2s.jpg);
}
.home-section1-swiper .swiper-slide.banner3 .banner3bg{
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 100%;
  object-fit: contain;
  transform: translateX(13%);
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .home-section1-swiper .swiper-slide.banner3 h3{
    font-size: 35px;
  }
  .home-section1-swiper .swiper-slide.banner3 h4{
    font-size: 36px;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 20px;
    padding: 12px 25px;
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .home-section1-swiper .swiper-slide.banner3 h3,
  .home-section1-swiper .swiper-slide.banner3 h4{
    text-align: center;
  }
  .home-section1-swiper .swiper-slide.banner3 h4:after{
    right: 0;
    margin: auto;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    margin: 0 auto 30px;
  }
  .home-section1-swiper .swiper-slide.banner3 .banner3bg{
    position: static;
    transform: translateX(0);
    padding: 0 15px;
    height: 50%;
  }
  .home-section1-swiper .swiper-slide.banner3 > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .home-section1-swiper .swiper-slide.banner3 .mask{
    position: static;
    height: auto;
  }
}
@media (max-width: 576px) {
  .home-section1-swiper .swiper-slide.banner3 h3{
    font-size: 24px;
    margin: 0 0 16px;
    text-align: center;
  }
  .home-section1-swiper .swiper-slide.banner3 h4{
    font-size: 18px;
    margin: 0 0 30px;
  }
  .home-section1-swiper .swiper-slide.banner3 h4:after{
    bottom: -15px;
    height: 2px;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 14px;
    padding: 6px 15px;
    margin: 0 0 20px;
    font-weight: normal;
  }
}

.home-section1 .mouse {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  animation: rise 0.6s linear infinite alternate;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-section1 .mouse {
    display: none;
  }
}


.section1{
  position: relative;
  top:-60px;
  z-index: 2;
}

.section1 .container{
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  display: flex;
  background: #fff;
  padding:20px 0;
}
.section1 .item{
  padding:10px 30px;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1 .item img{
  height: 70px;
  padding-left:20px;
}
.section1 .item p{
  font-family: Impact;
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 1440px) {
  
}
@media (max-width: 1199px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 575px) {
  .section1 .container{
    margin:0 20px;
  }
  .section1 .item{
    padding:10px 10px;
  }
  .section1 .item img{
    display: none;
  }
  .section1 .item p{
    font-size: 30px;
  }
  .section1 .item span{
    font-size: 12px
  }
}


.container-fluid{
  padding:0;
}
/* 分类开始 */
.home-section2{padding-top:40px;}
.w1600{max-width:1600px;margin: 0 auto;width: 90%;}

.honner-list {
	text-align: center;
	margin-left: -0.1rem;
	margin-right: -0.1rem;
	padding-bottom: .3rem
}

.honner-list>* {
	padding-left: .1rem;
	padding-right: .1rem
}

.honner-list li {
	margin-bottom: .4rem
}

.honner-list .inner {
	border: 1px solid #fff;
	transition: .3s;
	padding: 10px 50px;
	background-color: #00a2e9;
	color: #fff;
	overflow: hidden;
}
.honner-list .inner h3{align-items:center; padding-top:50px}

.honner-list .inner:hover {
	background: #dd0d00;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.honner-list .coverimg {
	background-size: contain
}

.honner-list .tit {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: .3rem;
	font-family: medium
}

@media (min-width:1200px) {
	.honner-list .tit {
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		line-height: 48px
	}
}
@media (max-width:1500px) {
	.inner .ic{width: 130px !important;}
	.honner-list .inner h3{font-size: 20px;}
}



@media (max-width:1200px) {
	.honner-list .inner {
		padding-bottom: .16rem
	}

	.honner-list .tit {
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2;
		height: 40px;
		box-sizing: content-box;
		line-height: 20px
	}
}

@media (max-width:1000px) {
	.inner .ic{width: 100px !important;}
	.honner-list .inner h3{font-size: 20px;}
}


@media (max-width:768px) {
	.inner .ic{width: 180px !important;}
	.honner-list .tit {
		font-size: 14px;
		line-height: 18px;
		height: 36px
	}

	.honner-list .inner {
		padding: .3rem .2rem .1rem
	}
}


.inner .ic {
	width: 231px;
	height: 174px;
	display: block;
	margin: 0 auto;
	float: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.inner .ic.ic1 {
	background-image: url('../images/fl01.png')
}

.inner .ic.ic2 {
	background-image: url('../images/fl02.png')
}

.inner .ic.ic3 {
	background-image: url('../images/fl03.png')
}

.inner .ic.ic4 {
	background-image: url('../images/fl04.png')
}

.inner .ic.ic5 {
	background-image: url('../images/fl05.png')
}

.inner .ic.ic6 {
	background-image: url('../images/fl06.png')
}
.inner .ic.ic7 {
	background-image: url('../images/fl07.png')
}

.inner .ic.ic8 {
	background-image: url('../images/fl08.png')
}

.inner .ic.ic9 {
	background-image: url('../images/fl09.png')
}

.inner .ic.ic10 {
	background-image: url('../images/fl10.png')
}

.inner .ic.ic11 {
	background-image: url('../images/fl11.png')
}

.inner .ic.ic12 {
	background-image: url('../images/fl12.png')
}


/* 分类结束 */


/* 我们的故事开始 */
.w1800{max-width:1800px;margin: 0 auto;width:96%;}
.ind_pr_list{margin-top:50px;}
.ind_pr_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 40px !important;
}

.ind_pr_list ul li {
	background:#fff;
	position: relative;
}
.ind_pr_list ul .ind_pr_fl{
	width: 43.2%;
}
.ind_pr_list ul .ind_pr_fl li{
height: 100%;
width: 100%;
}
.ind_pr_list ul .ind_pr_fl li a{
	display: flex;
	align-items: flex-end;
	height: 100%;
	overflow: hidden;
}
.ind_pr_list ul .ind_pr_fl li img{margin:0 auto -50px;width:100%;}
.ind_pr_list ul li .ind_pro_box{
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.ind_pr_list ul li .ind_pro_box h3{font-size: 18px;color: #fff;line-height: 56px;text-indent: 30px; margin-top: 0; margin-bottom: 0;}
.ind_pr_list ul li .ind_pro_box dl{font-size:18px;color: #333;line-height:35px;width: 88%;}
.ind_pr_list ul li .ind_pro_box dl dt{font-weight: bold;}
.ind_pr_list ul .ind_pr_fr .ind_pro_box dl{width:60%;}
.ind_pr_list ul li a {
    display: block;
}
.ind_pr_list ul li a:hover img{
  color: #fff;
  transform:scale(1.1);
}
.ind_pr_list ul li img {
    width: 100%;
    box-sizing: border-box;
    transition:all 1s ease-out;
}

.ind_pr_list ul .ind_pr_fr{
	width: 55.2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	max-height:800px;
}
.ind_pr_list ul .ind_pr_fr li{
	width: 48.5%;
	height: auto;
}
.ind_pr_list ul .ind_pr_fr li a{
	    display: flex;
	    height: 100%;
	    flex-wrap: wrap;
	    justify-content: center;
		 overflow:hidden;
  transition:all 1s ease-out;
}
.ind_pr_list ul .ind_pr_fr .ind_pro_box{
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
}
.ind_pr_list ul .ind_pr_fr .ind_pro_box h3{font-size: 18px;color: #fff;line-height: 56px;text-indent: 30px; margin-top: 0; margin-bottom: 0;}

@media (max-width:1600px) {
	.ind_pr_list ul .ind_pr_fr{width: 54.8%;}
	.ind_pr_list ul .ind_pr_fl{width: 44%;}
	
}

@media (max-width:1440px) {
	.ind_pr_list ul .ind_pr_fr{width: 54%;}
	.ind_pr_list ul .ind_pr_fl{width: 44.8%;}
	
}
@media (max-width:780px) {
	.ind_pr_list ul{margin-bottom: 0 !important;}
	.ind_pr_list ul .ind_pr_fr{width: 100%; margin-bottom: 20px;}
	.ind_pr_list ul .ind_pr_fl{width: 100%; margin-bottom: 20px;}
	.ind_pr_list ul .ind_pr_fr .ind_pro_box h3{font-size: 14px; display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical}
	.ind_pr_list ul li .ind_pro_box h3{font-size: 14px; display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical}
	
}

/* .ind_pr_list ul .ind_pr_fr li p{font-size: 26px;font-weight: bold;padding:40px 50px 0;width: 100%;color:#333;} */
/* .ind_pr_list ul .ind_pr_fr li:nth-child(2) img,.ind_pr_list ul .ind_pr_fr li:nth-child(3) img{height:80%;width:auto;}
 */
/* 我们的故事结束 */
/* 关于我们开始 */
.index-about {
    margin: 4% auto 2%;
    width: 100%;
    /* background: url(../images/inab.jpg) bottom center no-repeat; */
    /* background-size: cover; */
}

.inab-c {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 4% 0 10%; */
    width: 100%;
    margin: 0 auto;
}

.inab-c .inab-l {
    width: 50%;
     padding-top: 4%; 
	 padding-left: 4%;
	 background: #008CD6;
}

.inab-c .inab-l h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.inab-c .inab-l span {
    display: block;
    width: 90px;
	height: 2px;
    background: #fff;
    margin: 4% 0;
}

.inab-c .inab-l p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 4%;
    width: 96%;
	color: #fff;
    /* visibility: hidden; */
}


.inab-c .inab-l .inab-btn a {
    display: block;
    width: 30%;
    text-align: center;
    
    line-height: 50px;
    font-size: 20px;
}

.inab-c .inab-l .inab-btn a:first-child {
    background-color: #ffffff;
    color: #444;
}

.inab-c .inab-r {
    width: 50%;
}

.inab-c .inab-r>img {
    max-width: 100%;
    /*height: 100%;*/
}

.inab-c .about-info {
    width: 100%;
    background-color: #04287e;
    margin: 0 auto;
    padding:2.5% 0;
}

.inab-c .about-info>ul {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    /* width: 100%; */
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.inab-c .about-info>ul>li {
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.inab-c .about-info>ul>li.abin-line {
    width: 1px;
    height: 90px;
    background-color: #365398;
}

.inab-c .about-info>ul>li span {
    font-size: 18px;
    float: left;
}

.inab-c .about-info>ul>li p {
    font-size: 18px;
}

.inab-c .about-info>ul>li b {
    font-weight: normal;
    color: #000;
    background: #fff;
    border-radius: 50%;
    line-height: 23px;
    font-size: 14px;
    float: left;
    width: 23px;
}

.inab-c .about-info>ul>li i {
    font-size: 60px;
    font-family: Arial;
    font-style: normal;
    line-height: 60px;
    float: left;
    
}


/* about end */

.changfang {
    /* padding: 62px 0 10px; */
    overflow: hidden;
}

.jiagong_title {
    color: #222;
    font-size: 40px;
    text-align: center;
}

@media (max-width:1400px) {
	.inab-c .inab-l{padding-top:1% !important;}
	
	}
@media (max-width:1200px) {
	.inab-c .inab-l{padding-top:1% !important;}
	.inab-c .inab-l h3{font-size: 20px;}
	.inab-c .inab-l p{ display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical}
	}


@media (max-width:960px) {
	  .inab-c .inab-r{width: 100%;}
	    .inab-c .inab-l{width: 100%; margin:20px auto 0;float: initial;}
	    .inab-c .inab-l p{font-size: 14px;
	    line-height: 28px;
	    width: 90%;}
	    .inab-c .inab-l h3{font-size: 22px;}
	    .inab-c .inab-l span{font-size: 18px;}
	    .inab-c .inab-l .inab-btn a{line-height: 40px;
	    font-size: 14px;
	    margin-bottom: 20px;}
	}
/* 关于我们结束 */




/*新闻*/
.home-section6{
  padding-top:10px;
  padding-bottom: 50px;
 
}
.news_title{
  text-align: center;
  padding-bottom:20px;
}
.news_title strong{
  font-size: 36px;
  color:#333;

}
.news_title strong em{font-style: normal;color: #008cd6;}
.news_title span{
  display: block;
  font-size: 18px;
  
  color:#666666;
}
@media (max-width: 575px) {
	.home-section2{padding-top:30px;}
  .home-section6{
    padding-top:60px;
    padding-bottom:60px;
  }
  .news_title strong{
    font-size: 32px;
  }
  .news_title span{
    font-size: 17px;
  }
}



.home-section6-swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top:40px;
}
.home-section6 .flexbox{
  
}
.home-section6 .swiper-slide .title{
  font-size: 16px;
  margin-top: 40px;
  color:#000;

}


.home-section6 .swiper-slide .des{
  color:#999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-section6 .swiper-slide .time{
  color:#9c9c9c;
  font-size: 18px;
  font-weight: normal;
  border-top:1px solid #e2e4e6;
  padding-top:20px;
}

.home-section6 .swiper-slide .img{
  width:100%;
  position: relative;
  overflow: hidden;
  height: 270px;
}
.home-section6 .swiper-slide .img img{
  width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.home-section6 .more {
  font-size: 18px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border:1px solid #cccccc;
  margin: 0 auto;
  font-size: 14px;
  margin-top:60px;
  transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
}
.home-section6 .more:hover{
  background: #15955a;
  color:#fff;
  border-color: #15955a;
}
@media (max-width: 991px) {
 
}
@media (max-width: 575px) {
  .home-section6 .swiper-slide .title{
    margin-top:20px;
  }
  .home-section6-swiper{
    margin-top:0;
  }
}