@charset "UTF-8";

/* 风能 */
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a
{
	text-decoration: none;
}

a,
img,
fieldset,
input,
textarea,
button
{
	outline: none;
	border: none;
}

ul,
ol,
li
{
	list-style-type: none;
}












/* wap.html */
body.wap
{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.menu
{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
  z-index: 9;
}

.menu-icon
{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
}

.menu-icon img
{
	display: block;
	width: 100%;
}

.menu-content
{
	padding: 30px 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.menu-item
{
	padding: 10px 0;
	text-align: center;
}

.menu-item-title
{
	padding: 4px 0 10px;
	font-size: 16px;
  font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

.menu-item-title.active
{
	background-image: url(../images/wap/menu-title-bg_05.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 26%;
}

.menu-item-title>a
{
	color: #ffffff;
}

.nav-son
{
	display: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8;
}

.nav-son li
{
	padding: 4px 0;
}

.nav-son li a
{
	color: #94c34a;
}

.menu-item-title.active + .nav-son
{
	display: block;
}

.wap-banner-item
{
	overflow: hidden;
}

.wap-banner-item>img
{
	display: block;
	width: 100%;
}


/* swiper 组件样式重置 */
.swiper-pagination-bullet
{
	cursor: pointer;
}

.swiper-pagination-bullet
{
	background-color: #cccccc;
	opacity: 0.6;
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active
{
	opacity: 1;
	background-color: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
	bottom: 12px;
}

.swiper-button-next,
.swiper-button-prev
{
  width: 14px;
  height: 30px;
	background-size: 100% auto;
}

.swiper-banner .swiper-button-prev
{
  left: 6%;
}

.swiper-banner .swiper-button-next
{
  right: 6%;
}

.swiper-button-prev
{
	background-image: url(../images/index/index-slide-prev.png);
}

.swiper-button-next
{
	background-image: url(../images/index/index-slide-next.png);
}

.section-b
{
	background-image: url(../images/wap/news-center-bg_02.png);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.col-block
{
	width: 86%;
	margin: 0 auto;
	padding: 10px 0;
}

.col-block-title
{
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.col-block-title:after
{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #99d8b1;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.col-block-title span
{
	display: block;
	color: #999999;
	font-size: 16px;
}



.section-news {
  zoom: 1;
}
.section-news:after {
  content: ' ';
  display: block;
  clear: both;
}
.section-news .left {
  margin-top: 20px;
  background: url(../images/index/index-news-list-bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.section-news .right {
  overflow: hidden;
  margin-top: 16px;
  zoom: 1;
}
.section-news .right:after {
  content: ' ';
  display: block;
  clear: both;
}
.section-news .right a.img-1 {
  display: block;
  float: left;
  width: 200px;
  /* height: 260px; */
  width: 46%;

  padding-right: 15px;
  padding-bottom: 15px;
}
.section-news .right a.img-2 {
  display: block;
  float: right;
  width: 190px;
  /* height: 250px; */
  width: 44%;
  padding-bottom: 25px;
}
.section-news .right a.img-3 {
  display: block;
  width: 100%;
  clear: both;
}

.section-news .right a.img-1>img,
.section-news .right a.img-2>img,
.section-news .right a.img-3>img{
	display: block;
	width: 100%;
}


.index-news-list {
  padding: 10px 20px 20px;
}
.index-news-list h4.title {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  padding: 4px 0;
  border-bottom: 1px solid #ffffff;
}
.index-news-list .news-list {
  padding: 16px 2px 20px;
  font-size: 14px;
  color: #ffffff;
}
.index-news-list .news-list li {
  padding: 3px 0;
  text-align: left;
}
.index-news-list .news-list li a {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news-list .news-list li a:after {
  content: ' ';
  display: block;
  clear: both;
}
.index-news-list .news-list li a .time {
  font-size: 12px;
  color: #c5e790;
  display: inline-block;
  line-height: 24px;
}
.index-news-list .news-list li a .txt {
  padding-left: 6px;
  font-size: 13px;
}
.index-news-list p.news-more {
	display: none;
  text-align: center;
  font-size: 14px;
}
.index-news-list p.news-more a {
  display: block;
  padding: 10px 0;
  line-height: 24px;
  color: #ffffff;
  background: url(../images/index/index-arrow-white-down.png) center 36px no-repeat;
}



.section-c
{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/wap/news-meeting-bg_02.png);
}

.section-events
{
	margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-events-item
{
	width: 31%;
	margin-bottom: 16px;
}

.section-events-item a
{
	display: block;
	overflow: hidden;
}

.section-events-item a img
{
	display: block;
	width: 100%;
}



.section-member {
	margin-top: 20px;
  zoom: 1;
}
.section-member:after {
  content: ' ';
  display: block;
  clear: both;
}

.section-member .left
{
  /* width: 394px; */
  margin: 30px auto 18px;
}

.section-member .right
{
  /* width: 394px; */
  margin: 0 auto;
  /* overflow: hidden; */
}

.section-member-news {
  margin-top: 10px;
  padding: 8px 10px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
/*   max-width: 390px;
  max-height: 240px;
   */  position: relative;
  /* background: url(../images/index/index-section5-left-bg.png) center top no-repeat;
  background-size: 100%;  */

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 2px solid #dcdcdc; 
}

.section-member-news:before
{
  display: block;
  content: "企业新闻";
  width: 140px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  padding: 10px 0 4px;
  background-color: #ffffff;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;

}

.index-member-join
{
  position: relative;
}

.index-member-join:before
{
  display: block;
  content: "加入会员";
  width: 140px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  padding: 10px 0 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -12px;
}

.section-member-news .news-list {
  padding: 0 14px 6px;
  font-size: 14px;
  color: #000000;
}
.section-member-news .news-list li {
  padding: 3px 0;
  text-align: left;
}
.section-member-news .news-list li a {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #000000;
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-member-news .news-list li a:after {
  content: ' ';
  display: block;
  clear: both;
}
.section-member-news .news-list li a .time {
  font-size: 12px;
  color: #c5e790;
  display: inline-block;
  line-height: 24px;
}
.section-member-news .news-list li a .txt {
  padding-left: 6px;
  font-size: 13px;
}

.index-member-join 
{
  margin-bottom: 20px;
}

.index-member-join a {
  display: block;
}
.index-member-join img {
  display: block;
  width: 100%;
}
.index-member {
  zoom: 1;
  margin-left: -4%;
  margin-right: -4%;
}
.index-member:after {
  content: ' ';
  display: block;
  clear: both;
}
a.index-member-copy {
  float: left;
  padding: 40px 0 0 0;
  width: 16%;
  font-size: 10px;
  color: #454545;
  text-align: center;
  line-height: 22px;
  background: url(../images/index/index-section5-img-icon.png) center 4px no-repeat;
}
a.index-member-copy:nth-child(1) {
  width: 17%;
}
a.index-member-copy:nth-child(2) {
  width: 17%;
}
a.index-member-copy:nth-child(3) {
  width: 17%;
}
a.index-member-copy:nth-child(4) {
  width: 17%;
}
a.index-member-copy:nth-child(5) {
  width: 17%;
}
a.index-member-copy:nth-child(3) {
  width: 15%;
}

.mian-footer {
  background: url(../images/footer-bg.png) 0 0;
}
.footer {
  padding: 34px 0;
}

.footer-item
{
  text-align: left;
  zoom: 1;
}

.footer-item:after
{
	content: '';
	display: block;
	clear: both;
}

.footer-item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.footer-item:nth-child(1) p {
  line-height: 24px;
  padding: 2px 0;
}

.footer-item:nth-child(2) div {
}
.footer-item:nth-child(2) div > img {
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	max-width: 80%;
}
.footer-item:nth-child(2) div > p {
  overflow: hidden;
  height: 20px;
  width: 80%;
  margin-left: 10%;
  text-align: left;
}
.footer-item:nth-child(2) div > p a {
  color: #ffffff;
}
.footer-item:nth-child(2) div > p span {
  float: left;
  width: 24px;
}
.footer-item:nth-child(2) div > p:nth-child(2) span img {
  padding-top: 2px;
}
.footer-item:nth-child(2) div > p:nth-child(3) span img {
  padding-top: 3px;
}
.footer-item:nth-child(2) div > p:nth-child(4) span img {
  padding-top: 4px;
}
.footer-item:nth-child(2) div > p:nth-child(5) span img {
  padding-top: 2px;
}
.footer-item:nth-child(2) div > p:nth-child(6) span img {
  padding-top: 5px;
}

.section-magazine
{
	margin-top: 20px;
}

.magazine-banner
{
	background: url(../images/wap/magazine-bg_02.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 20px;
}

.magazine-banner-head
{
	width: 86%;
	/* height: 180px; */
	margin: 0 auto 20px;
	overflow: hidden;
	zoom: 1;
}

.magazine-banner-head:after
{
	content: '';
	display: block;
	clear: both;
}

.magazine-banner-head span
{
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}

.magazine-banner-head a
{
	float: right;
	padding: 0 14px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background-color: #f49800;
	border-radius: 4px;
}

.magazine-banner-head p
{
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	clear: both;
}

.magazine-banner-main
{
	overflow: hidden;
	padding-top: 20px;
	height: 260px;
	max-width: 70%;
	margin: 0 auto;
	position: relative;
}

.magazine-banner-main img
{
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.magazine-banner-foot
{
	padding: 20px 0;
	background-color: #f1f1f1;
}

.magazine-banner-foot-main
{
  position: relative;
  /* height: 60px; */
}

.swiper-magazine.swiper-container
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-magazine .swiper-wrapper
{
   padding-top: 10px; 
}

.magazine-banner-foot-main .swiper-button-prev
{
  background-image: url(../images/carousel-prev.png);
  left: 8%;
}

.magazine-banner-foot-main .swiper-button-next
{
  background-image: url(../images/carousel-next.png);
  right: 8%;
}

.swiper-magazine-item
{
  
}

.swiper-magazine-item img
{
  display: block;
  width: 100%;
}

.swiper-magazine .swiper-slide
{
  /* padding: 0 20px;  */
}

.swiper-magazine .swiper-slide-active
{
  width: 120%;
  padding: 0;
  /* margin-top: -30px; */
  border: 2px solid #f49800;
  position: relative;
  /* margin-left: -10px; */

}

.swiper-magazine .swiper-slide-active:before
{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #f49800;

  /* background-color: #f49800; */
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -12px;
}



.swiper-magazine .swiper-slide-active
{
  color: red;
}