/*banner轮播*/
.homebanner {
    overflow: hidden;
    width: 100%;
    max-height: 1024px;
    position: relative;
}
.homebanner ul {}
.homebanner ul li {
    width: 100%;
    height:100%;
    max-height: 1024px;
    overflow: hidden;
    position: relative;
}
/*banner图导航按钮*/
.homebanner .swiper-pagination {
    bottom: 10% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.homebanner .swiper-pagination-bullet-active {
    background: #3b8b1a;
}

.banner .page{
    width:100%;
}
.banner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:41px;
    height:41px;
    z-index:99999;
}

.homebanner .page{ }
.homebanner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.homebanner .page a.prev {
    left:5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.homebanner .page a.next {
    right:5%;
    background: url(../images/next.png) no-repeat left center;
}
.homebanner .page a:hover {
    background: url(../images/next.png) no-repeat right center;
}
.go-more {
    position:absolute;
    bottom:15%;
	z-index:1;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}


/*视频专区*/
.home-video {
	position:relative;
	min-height: 600px;
	background:#000;
}
.home-video a {
	display:block;
}
.home-video .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 20%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.1);
	opacity:1;
	cursor:pointer;
	transition: all 5s;
}
.home-video .fix-word-play{
	top: 50%;
	left:50%;
	width: 0%;
    height: 0%;
	opacity:0;
}

.home-video .fix-word .p1 {
    margin-top: 5%;
}
.home-video .fix-word .p1 img {
	width:60px;
}
.home-video .fix-word .p2 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}
.home-video .fix-word .p3 {
    font-size: 28px;
	padding:1% 0 0 0;
}
.home-video .fix-word .p4 {
    font-size: 48px;
	padding:2% 0 0 0;
}

@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
}

@media screen and (max-width:1024px){
.home-video {
	min-height: 200px;
}
.home-video .fix-word {
    padding-top: 10%;
}
.home-video .fix-word .p1 {
    margin-top: 5%;
}
.home-video .fix-word .p1 img {
	width:20px;
}
.home-video .fix-word .p2 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}
.home-video .fix-word .p3 {
    font-size: 24px;
	padding:1% 0 0 0;
}
.home-video .fix-word .p4 {
    font-size: 16px;
	padding:2% 0 0 0;
}
}

@media screen and (max-width:1024px){
.home-video {
	min-height: 200px;
}	
.homebanner .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 40%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.1);
}

.homebanner .fix-word .p1 {
    font-size: 26px;

}
.homebanner .fix-word .p2 {
    font-size: 18px;	
	padding:3% 0;
}
.homebanner .fix-word .p3 {
}
.homebanner .fix-word .p3 img {
	width:40px;
}
.homebanner .fix-word .p4 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}

.homebanner .swiper-pagination {
    bottom: 2% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    margin: 0 2px !important;
}
.go-more {
	bottom:1%;
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}

/*HOME 板块标题*/
.title {
    padding:2% 0 1% 0;
}
.title h3 {
    font-size:30px;
    color: #3b8b1a;
	font-weight:600;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-bottom: 5px;
}
.title h3 span {
    font-size: 20px;
    font-family: 宋体;
    padding-left: 15px;
}
.title p {
    font-size:16px;
    color:#666;
}
@media screen and (max-width:1024px){
.title {
    padding:10% 0 5% 0;
}
.title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.title p {
    font-size:12px;
}
}


/*HOME 成立大会*/
.home-found {}
.home-found .found-box {
}
.home-found .found-box ul {
}
.home-found .found-box ul li {
	float:left;
	width:25%;
	padding:1%;
}
@media screen and (max-width:1024px){
.home-found .found-box ul li {
	float:left;
	width:50%;
	padding:1%;
}
}

/*新闻资讯*/
.home-news {
    padding:0% 0 1% 0;
}

.industry-new {
	background:#f6f6f6;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    padding: 1%;
	border:1px solid #eee;
    overflow: hidden;
	transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top:60%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
	position: absolute;
    top: 0%;
    left: 0%;
	width:100%;
	height:100%;
}
.news-box ul li .pic img {
    width: 100%;
	*height: 100%;
    display: block;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding:2% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
	height:50px;
    font-size: 16px;
    color: #000;
	line-height:1.6;
	overflow: hidden;
	
}
.news-box ul li .item p {
    width:100%;
    height: 95px;
    line-height:26px;
    color: #999999;
    font-size: 13px;
    margin: 3% 0 3%;
    overflow: hidden;
}
.news-box ul li .item .more {
    padding: 2% 2% 0 2%;
	font-size: 12px;
    line-height: 30px;
    transition: 0.3s;
	border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
}
.news-box ul li .item .more time {
	color:#999;
}
.news-box ul li .item .more span {
	float: right;
    display: block;
    color: #3b8b1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
	background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #3b8b1a;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #3b8b1a;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
	
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
	display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
	color:#000;
}
.news-box ul li .item p {
    width:100%;
    height: 95px;
    line-height:1.6;
    font-size: 12px;
    margin: 3% 0 10%;
}
}


/*《企业简介》品牌简介*/
.home-about  {
	padding:2% 0;
	background: #fff;
	overflow:hidden;

}
.home-about .word  {
	width:45%;
	padding: 2% 0%;
}
.home-about  .word .word-item {}
.home-about  .word .word-item h1 {
	font-size: 30px;
    color: #3b8b1a;
    font-weight: 600;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	margin-bottom:5%;
	padding-bottom: 5%;
}
.home-about  .word .word-item p {
	font-size:14px;
	color:#3a3a3a;
	line-height:2;
	opacity: 0.9;
}

.home-about  .word .culture {
	margin-top:5%;
}
.home-about  .word .culture ul {}
.home-about  .word .culture ul li {
	margin-bottom:5%;
}
.home-about .word .culture ul li h3 {
	font-size: 18px;
    color: #3b8b1a;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-left: 20px;
    position: relative;
}
.home-about .word .culture ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 19px;
    background: #3b8b1a;
    transition: all 0.3s;
}
.home-about  .word .culture ul li p {
	font-size: 16px;
    color: #3a3a3a;
    line-height: 2;
	opacity: 0.9;
}
.home-about .photo {
	width:50%;
}
@media screen and (max-width:1024px) {
.home-about  .word  {
	width:100%;
	padding:10% 5%;
}
.home-about  .word .word-item h1 {
	font-size: 20px;
}
.home-about  .word .culture {
	margin-top:10%;
}
.home-about .photo {
	width:100%;
}
}


/*HOME 成员单位*/
.home-brand {
	margin:5% 0;
}
.home-brand .brand-box {
}
.home-brand .brand-box ul {
}
.home-brand .brand-box ul li {
	float:left;
	width:25%;
	padding:1%;
}
@media screen and (max-width:1024px){
.home-brand .brand-box ul li {
	float:left;
	width:50%;
	padding:1%;
}
}

