* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body {
	margin:0;
	padding:0;
	font-size:15px;
	line-height: 26px;
    font: 15px "微软雅黑",Helvetica,Arial,sans-serif;
    background:#fff;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
p{
	margin: 0;
}
.innerbox{
	max-width:1200px;
	margin: auto;
	padding:0 20px;
}
.swiper-slide img{
	/*max-width:100%;*/
	width: 100%;
}
/*.swiper-container{
	overflow: visible!important;
}
.swiper-wrapper{
	overflow:hidden;
}*/
/*.swiper-slide{
	width: 1920px!important;
	height:600px!important;
	background:url(image/banner.png);
	background-size: cover;
	background-position: center;
}*/
/*header*/
body #header.mini #navWrapper .content .nav > .navitem > a{line-height: 66px;}
body #navWrapper .content .nav > .navitem > a{border-bottom:1px solid transparent;line-height: calc(70px - 1px);}


#navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: #333;
}
#navWrapper .content .nav > .navitem > a:hover {
    border-color: #7ac625;
    color: #7ac625;
}
body #navWrapper .content .nav>.navitem>a.active {
    color: #333;
    border-color: #333;
}


body #header.mini #logo img{height: 44px !important;}
/*body #navWrapper .content{padding-right: 60px;}*/
body #search-header {
  display: none;
}

body #header {
/*  position: fixed;
  top: 0;*/
  z-index: 99;
  background: #fff;
}

body #header #search-nav {
  height: 70px;
}

body #header.mini #search-nav {
  height: 66px;
}

body #sitecontent {
  padding-top: 70px;
}

body #header {
  transition: height 0.36s ease;
  width: 100%;
  /*height: 70px;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body #header.mini {
  height: 66px;
}

body #header.mini #navWrapper .content .nav > .navitem {
  font-size: 14px;
}

body #header.mini #navWrapper .content .nav > .navitem > a {
  line-height: 64px;
}

body #header.mini #logo img {
  height: 34px !important;
}

body #header .wrapper {
  height: 100%;
}

body #header .wrapper > .content {
  max-width: 1220px;
  margin: 0 auto;
  height: 73px;
}

body #headTop {
  position: relative;
  float: left;
  height: 100%;
  margin-right: 50px;
  margin-left:20px;
}

body #headTop #logo {
  position: absolute;
/*  top: 50%;
  transform: translateY(-50%);*/
  text-decoration: none;
}

body #headTop #logo {
  position: relative;
  display: block;
}

body #headTop #logo img {
  max-width: 100%;
  width: 200px;
  display: block;
  margin: auto;
}
body #headTop #logo i{
	display: inline-block;
	line-height:70px;
	height: 70px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

body #headTop #logo span{
	color: #333;
	line-height:70px;
	display: inline-block;
	padding:0 10px;
	font-size: 24px;
}

body #navWrapper {
  float: right;
  height: 100%;
}

body #navWrapper .content {
  height: 100%;
}

body #navWrapper .content::after {
  content: "";
  display: block;
  clear: both;
}

body #navWrapper .content .nav {
  height: 100%;
  float: right;
}

body #navWrapper .content .nav > .navitem {
  transition: all 0.36s ease;
  cursor: pointer;
  position: relative;
  float: left;
  font-size: 14px;
}

body #navWrapper .content .nav > .navitem:hover .subnav {
  opacity: 1;
  visibility: visible;
}

body #navWrapper .content .nav > .navitem > a {
  transition: all 0.36s ease;
  display: block;
  padding: 0 26px;
  border-bottom: 2px solid transparent;
  line-height: calc(70px - 2px);
}

body #navWrapper .content .nav > .navitem > a.active {
  color: #7ac625;
  border-color: #7ac625;
}

body #navWrapper .content .nav > .navitem .subnav {
  transition: all 0.36s ease;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  width: 180px;
  height: auto;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #909744;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}

body #navWrapper .content .nav > .navitem .subnav li {
  cursor: pointer;
  width: 100%;
}

body #navWrapper .content .nav > .navitem .subnav li a {
  transition: all 0.36s ease;
  font-weight: 500;
  padding: 12px 24px;
  line-height: 22px;
  display: block;
  transition: all .2s ease-in-out;
  font-size: 12px;
  color: #666;
}

body #navWrapper .content .nav > .navitem .subnav li a:hover {
  color: #fff;
  background-color: #909744;
}
body #navWrapper {
  float: left;
}

body #header .wrapper > .content {
  position: relative;
}

body #search-nav {
  position: absolute;
  right: 0;
}

body #navWrapper {
  float: right;
}


body #navWrapper .content .nav{
	margin:0;
}

body #navWrapper .content .nav > .navitem .subnav {
  /* width: auto; */
  overflow: visible;
  z-index: 111;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-top: 1px solid #f2f2f2;
}

body #navWrapper .content .nav > .navitem .subnav li {
  width: auto;
  display: inline-block;
  background: #fff;
}

body #navWrapper .content,
body #navWrapper .content .nav > .navitem {
  /* position: initial; */
}

body #navWrapper .content .nav > .navitem .subnav li a:hover {
  color: #909744;
  background: transparent;
}

body #navWrapper .content .nav > .navitem .subnav {

  transition: 0.36s ease;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

body #navWrapper .content .nav > .navitem .subnav {
  box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03);
}
#navWrapper .content .nav>.navitem>a:hover {
    color: #7ac625;
}


/*swiper*/
.swiper-pagination-bullet{
	width:12px!important;
	height:12px!important;
}
.swiper-pagination-bullet-active {
    background: #7ac625!important;
}


/*block*/
/*.ellipsis {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block
}*/
.roll {
	overflow:hidden;
	height:215px;
	position:relative;
	letter-spacing:1px;
	top:-8px;
	left:0
}
.roll ul {
	position:relative
}
.roll li {
	width:100%;
	margin:0 auto;
	position:absolute;
	left:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all 2s;
	padding:12px 45px 12px 35px;
	font-size:20px;
	list-style:none;
	border-radius: 30px;
	text-align:center;
}
.roll li a {
	text-align: center;
	position:relative;
	color:#777676;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	text-decoration:none;
}
.roll li a .time {
	margin-left:20px;
}
.roll li.roll_1 {
	opacity:.5;
	top:0;
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	-ms-transform:scale(.6);
	-o-transform:scale(.6);
	transform:scale(.6)
}
.roll li.roll_2 {
	opacity:.8;
	top:35px;
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	-o-transform:scale(.8);
	transform:scale(.8)
}
.roll li.roll_3 {
	/*background-color:rgba(255,255,255,.1);*/
	background:#7ac625;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	top:78px;
	height:48px;
	color: #fff;

}
.roll li.roll_3 a{
	color: #fff;
}
.roll li.roll_4 {
	opacity:.8;
	top:125px;
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	-o-transform:scale(.8);
	transform:scale(.8)
}
.roll li.roll_5 {
	opacity:.5;
	top:160px;
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	-ms-transform:scale(.6);
	-o-transform:scale(.6);
	transform:scale(.6)
}
.roll li.roll_hide {
	opacity:0;
	top:185px;
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	-ms-transform:scale(.6);
	-o-transform:scale(.6);
	transform:scale(.6)
}
.news-scroll {
	background:url(image/member_bg_pic.png) center no-repeat;
	background-size: cover;
	padding-top:20px;
	height:500px;
	width:100%;
}
.news-scroll .scroll-box {
	width:500px;
	padding:20px 0;
	margin:0 auto;
}
.web-title-green{
	color: #7ac625;
	font-size: 28px;
	text-align: center;
	font-weight:400;
	margin-top: 60px;
	margin-bottom:30px;
}
.web-title-green:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #7ac625;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear: both;
}
.clearfix{zoom:1;}
.left-layout{
	float: left;
	width:50%;
}
.left-layout img{
	max-width:100%;
	display:block;
}
.right-layout{
	float: left;
	width:50%;
	padding:40px 20px 0;
}
.right-layout img{
	margin:auto;
	display:block;
	max-width:100%;
}

.right-layout p{
	line-height:24px;
}
.right-layout h1{
	color: #333;
	font-size: 28px;
	text-align: center;
	font-weight: 400;
	margin: 12px 0;
}
.home-about {
	max-width:1200px;
	margin:0 auto 60px;
	padding:0 20px;
}

.home-activity ul{
	padding:0;
	list-style: none;
}
.home-activity ul li{
	float: left;
	width:calc((100% - 40px)/ 2);
	margin-bottom: 20px;
	margin-right:20px;
	border:1px solid #ccc;
	border-radius: 10px;
	background:#fff;
}
.home-activity.home-demo ul li i{
	height:auto;
}
.home-activity ul li i{
/*	float: left;
    width: 30%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;*/
        display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 5px;
}
.activity-info{
    width: 100%;
    /*float: left;*/
    padding: 20px;
}
.home-activity ul li i img{
	display: block;
	max-width: 100%;
/*	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}
.home-activity ul li h4{
	font-weight: 400;
	margin:0 0 8px 0;
	font-size: 18px;
}
.home-activity ul li p{
    margin:0;
    color: #999;
}
.home-activity ul li p span{
	text-align:justify;
	display: inline-block;
}
.home-activity ul li>div{
	width: 70%;
	float: left;
	padding-left: 20px;
}
.home-activity>p{
	text-align: center;
}
.more-link{
	text-align:center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.more-link a{
	display: inline-block;
	border:1px solid #7ac625;
	border-radius: 10px;
	padding:10px 20px;
	color: #7ac625;
	text-decoration: none;
}


.home-video ul li{
	float:left;
	width:calc((100% - 120px)/ 3);
	margin:0 20px;
	border:1px solid #ddd;
	border-radius: 10px;
	transition: 0.3s all ease-in-out;
	height: 320px;
	background:#fff;
}
.home-video ul li i{
	display: block;
}
.home-video ul li i img{
	display: block;
	max-width: 100%;
	max-height:267px;
}
.home-video ul li .video-info{
	padding:0 20px;
	transition: 0.3s all ease-in-out;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.home-video ul li h2{
	font-weight: 400;
	line-height: 30px;
	margin:0;
	padding:10px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-video ul li .video-date{
	color: #999;
	margin:0;
	padding:10px 0;
	
}
.home-video ul li .video-info{
	position: relative;
}
.home-video ul li .video-info .details-link{
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
}
.home-video ul li .video-info .details-link a{
	display: inline-block;
	padding:5px 10px;
	border-radius: 30px;
	border:1px solid #fff;
	color: #fff;
	
}
.home-video ul li:hover{
	transition: 0.3s all ease-in-out;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	box-shadow: 0 1px 12px rgba(122, 198, 37, 0.61);
}

.home-video ul li:hover .video-info{
	background:#7ac625;
	color: #fff;
	position: relative;
	width: 100%;
	top: 0;
	height:126px;
	border:0;

}
.home-video ul li:hover .video-date{
	opacity:0;
	transition: 0.3s all ease-in-out;
}
.home-video ul li:hover .details-link{
	opacity: 1;
	margin:20px 0;
	transition: 0.3s all ease-in-out;
}
.home-contact{
	background:url(image/member_bg_pic.png) center no-repeat;
	background-size: cover;
	padding-top:20px;
	height:440px;
	width:100%;
}

.home-contact .map-layout{
	float: left;
	width:70%;
}
.home-contact .company-info{
/*	float: left;
	width:30%;*/
	text-align: center;
	padding:0 20px;
}
.home-contact .company-info .home-btn{
    background: #7ac625;
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.home-contact .company-info .home-btn:hover{
	background: #75bb27;
}
.home-contact .company-info>h2{
	margin-bottom: 20px;
	font-size: 26px;
}
.home-contact .company-info p{
	color: #666;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}


#footer{
	background-color: #2a2a2a;
	padding:20px 0 ;
	/*margin-top: 60px;*/
}
#footer .footer-info{
	text-align:center;
}
#footer .footer-info ul{
	display: inline-block;
}
#footer .footer-info ul li{
	float: left;
	padding: 0 20px;
}
#footer .footer-info ul li a{
	color: #fff;
}
#footer .footer-info ul li a:hover{
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}
#footer .copyright{
	text-align:center;
	padding:20px 20px 0;
	color: #fff;
}


@media screen and (max-width:1024px){
/*首頁*/
.left-layout img {
    max-width: 100%;
    display: block;
    margin-top: 20px;
}
}
@media screen and (max-width:768px){
body #headTop{
	margin-right:0;
}
.left-layout {
    float: none;
    width: 100%;
}
.left-layout img{
	display: block;
	margin: auto;
}
.right-layout {

    float: none;
    width: 100%;
    padding: 40px 20px 0;
}
.home-activity ul li {
    width: 100%;
}
.home-video ul li {
    float: none;
    width: 386px;
    margin: 0 auto 60px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    height: 306px;
    display: block;
}

.home-contact .map-layout {
    float: none;
    width: 100%;
}
.home-contact .company-info {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}
.news-scroll .scroll-box{
	width: 380px;
}
}
@media screen and (max-width:480px){
h3.page-title{
	margin-bottom: 20px;
}
.right-layout h1 {
    margin: 12px 0;
}
.right-layout p{
	line-height:24px;
}
.swiper-pagination-bullet{
	width:8px!important;
	height:8px!important;
}
body #headTop{
	width:100%;
	text-align:center;
	margin-left: 0;
}
body #headTop #logo {
    display: inline-block;
}
body #navWrapper .content .nav > .navitem > a {
    transition: all 0.36s ease;
    display: block;
    padding: 0 16px;
    border-bottom: 2px solid transparent;
    line-height: calc(40px - 2px);
}
body #navWrapper,
body #navWrapper .content .nav{
	width: 100%;
}

body #header .wrapper > .content{
	height:100%;
}
.roll li{
	padding: 12px 10px 12px 10px;
    font-size: 16px;
    line-height: 24px;
}

.home-video ul li {
    float: none;
    width: 366px;
    height: 300px;
}
/*body #navWrapper .content .nav > .navitem > a{
	padding: 0 11px;
}*/
/*.home-activity ul li i{
	width:100%;
	float: left;
}*/
.home-activity ul li i img {
    display: block;
    max-width: 100%;
/*    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;*/
}
.home-activity ul li>div {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right:20px;
    box-sizing: border-box;
}
.right-layout {
    float: none;
    width: 100%;
    padding: 40px 0 0;
}
.activity-info{
	width:100%;
	padding-bottom: 10px;
}
}
@media screen and (max-width:375px){

.home-video ul li {
    float: none;
    width: 320px;
    margin: 0 auto 60px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    height: 290px;
    display: block;
}
.news-scroll .scroll-box{
	width: 360px;
}
}
@media screen and (max-width:320px){
.home-video ul li {
    float: none;
    width: 280px;
    height: 303px;
}
.news-scroll .scroll-box{
	width: 320px;
}
body #navWrapper .content .nav > .navitem > a{
	padding:0 11px;
}


}


/*activity list*/
.banner-page{
	width:100%;
	height:300px;
	background:url(/image/page/activity_banner.png)center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-page h1{
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
}
h3.page-title{
	border-bottom: 1px solid #ccc;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 20px;
}
.activity-list ul{
	margin:40px 20px;
}
.activity-list>ul>li{
	background:#f1f1f1;
	padding:20px;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.activity-list>ul>li>a{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left:0;
}
.activity-list ul li i{
	/*float: left;*/
/*	width:30%;
	height: 200px;*/
/*	width:40px;
	height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;*/
    width: 30px;
    height: 30px;
    /*display: flex;*/
/*    justify-content: center;
    align-items: center;*/
    /*border-radius: 10px;*/
    display: inline-block;
    vertical-align:bottom;
}
.activity-list ul li i img{
	display: block;
	max-width:100%;
}
.activity-list ul li .list-item{
	float: left;
	width:100%;
	/*padding-left:60px;*/
}
.activity-list ul li .list-item h3{
	margin-top:0;
	line-height:30px;
}
.activity-list ul li .list-item p{
	color: #2d2c2c;
	line-height: 28px;
}
.activity-list ul li .list-item .apply-btn{
	display: inline-block;
	background: #7ac625;
	color: #fff;
	padding:5px 10px;
	margin-top:10px;
	letter-spacing: 1px;
	position: relative;
	z-index: 999;
}
.activity-list ul li .list-item .apply-btn a{
	color: #fff;
}
.activity-list ul li .list-item .apply-btn:hover{
    background:rgba(122, 198, 37, 0.81);
}
.pagination{
	margin-top: 40px;
}
.pagination ul{
	text-align:center;
}
.pagination ul li{
	display: inline-block;
	line-height: 30px;
	padding:0 5px;

}
.pagination ul li a{
	width:30px;
	height:30px;
	display: block;
	border:1px solid #999;
}
.pagination ul li.active a{
	color: #fff;
	background: #7ac625;
	width:30px;
	height:30px;
	border:1px solid transparent;
}
.activity-list ul li .activity-status{
	position: absolute;
	top: 0;
	right:0;
    
}
.activity-list ul li .activity-status img{
	max-width:100%;
}

@media screen and (max-width: 480px) {
.activity-list>ul>li{
	border:1px solid #ddd;
	border-radius: 10px;
}
/*.activity-list>ul>li i{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}*/
.activity-list ul li .activity-status img {

    border-top-right-radius: 10px;
}


	.activity-list ul li{
		padding: 0;
	}
/*	.activity-list ul li i {
	    float: none;
	    width: 100%;
	}*/
	.activity-list ul li .list-item {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	    padding: 20px;
	}
	.activity-list ul li .activity-status img {
	    max-width: 100%;
	    width: 70px;
	}
	.activity-list ul {
	    margin: 40px 0;
	}
}

/*activity detail*/
.layui-input, .layui-textarea{
	background: #f1f1f1;
}
.activity-content{
    background:#f1f1f1;
    margin-top: 80px;
    padding-bottom: 40px;
}
/*.act-img {
	height: 330px;
}
.act-img i{
	display: block;
	height:330px;
	width:100%;
	margin: -30px auto;
	border-radius: 10px;
}

.act-img img{
	display: block;
	max-width:100%;

}*/

.list-item-detail{
	float: left;
	width:70%;
	padding-left:10px;
}

.list-item-detail h3{
	margin-top:20px;
	font-size:28px;
	color: #333;
	padding-top: 10px;
}
.list-item-detail p{
	color: #333;
	line-height: 30px;
}
.list-item-detail .apply-btn a{
	display: inline-block;
	background: #c67025;
	color: #fff;
	padding:5px 30px;
	margin-top:10px;
	letter-spacing: 1px;
	border-radius: 30px;
	cursor: pointer;
}
.list-item-detail .apply-btn a:hover{
    background:rgba(122, 198, 37, 0.81);
}
.activity-title{
	margin-bottom: 10px;
}
.activity-title i{
	display: inline-block;
	width:36px;
	height:36px;
	vertical-align: bottom;
    margin-right: 5px;
}
.activity-title i img{
	max-width:100%;
	    display: block;
}
.act-top-info{
	position: relative;
}
.act-top-info .activity-status{
	top: 0;
	right: -20px;
    position: absolute;

}
.act-top-info .activity-status img{
	max-width:100%;
}
.act-img{
	float: left;
	width:50%;
}
.list-item-detail{
	float: left;
	width:50%;
	padding-left:10px;
}
.act-des{
	padding:20px;
	border:1px solid #7ac625;
	border-radius: 10px;
	margin-top:30px;
}
.act-des h1{
	margin:0;
	color: #333;
	font-size: 20px;
	float: left;
	width:10%;
	font-weight: 400;
}
.act-des .act-des-info{
	float: left;
	width:90%;
}
.act-des .act-des-info p{
	line-height: 28px;
}
.act-people{
	margin-top: 40px;
}
.act-people img{
	vertical-align: middle;
	width:20px;
	max-width: 100%;
	margin-right: 10px;
}
.act-people h2{
	font-size: 20px;
	font-weight: 400;
}
.act-people ul li {
	padding:10px 0;
	position: relative;
}
.act-people ul li .left-name{
	float: left;
}
.act-people ul li .right-time{
	float: right;
}
.act-people ul li .left-name .people-name,
.act-people ul li .right-time .create-time{
	padding-left:20px;
}
.datetime{
	text-align:right;
}
.act-people ul li.cancelled{
	clear: both;
	overflow: hidden;
}
.act-people ul li.cancelled span{
	color: #ccc;
}
.act-people ul li.cancelled:after{
    content: "";
    border-bottom: 1px solid #ccc;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.total_number{
	color: #333;
}
.apply_number{
	color: red;
}
.applyed_number{
	color: #2fc2ef;
}
@media screen and (max-width: 480px) {

	.activity-content{
	margin-top: 0;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
	.act-top-info .activity-status {
    top: 0;
    right: -20px;
    position: absolute;
    width: 80px;
}

.act-img,
.act-img i {
    height: 280px;
}
.act-img {
    float: none;
    width: 100%;
}
.act-img img {
    display: block;
    max-width: 100%;
    margin-top: 0;
    padding-top: 40px;
}
.list-item-detail {
    float: none;
    width: 100%;
    padding-left: 0;
}
.act-des h1 {
    margin: 0;
    color: #333;
    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px;
}
.act-des .act-des-info {
    float: none;
    width: 100%;
}
.activity-title i {
    width: 30px;
    height: 30px;
}
.list-item-detail h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}
.act-people h2 {
    font-size: 18px;
}
.act-people img {
    vertical-align: sub;
    width: 18px;
}
}

@media screen and (max-width: 320px) {
.act-img, .act-img i {
    height: 200px;
}

}
/*video*/
.banner-video{
	width:100%;
	height:300px;
	background:url(/image/page/video_banner.png)center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-video h1{
	/*color: #fff;*/
	font-size: 40px;
	letter-spacing: 1px;
}
.video-list>ul li{
	float: left;
	width:calc((100% - 80px) / 3);
	margin:0 10px 20px; 
	background:#f1f1f1;
}
.video-list>ul li i{
	display: block;
	width:100%;
	height:265px;
}
.video-list>ul li .video-item{
	padding:10px 20px;
}
.video-item .apply-btn{

	text-align:center;
	/*padding-bottom: 20px;*/
}
.video-item .apply-btn a{
	display: inline-block;
	background: #7ac625;
	color: #fff;
	padding:5px 10px;
	margin-top:10px;
	letter-spacing: 1px;
	cursor: pointer;
}
.video-item .apply-btn a:hover{
    background:rgba(122, 198, 37, 0.81);
}
.video-view{
	float:left;
	color: #999;
}
.video-date{
	float: right;
	color: #999;
}
.video-view img{
	max-width: 100%;
    margin-right: 5px;
    width: 18px;
}


@media screen and (max-width: 768px) {
	.video-list>ul li {
	    float: left;
	    width: calc((100% - 40px) / 2);
	    margin: 0 10px 20px;
	}
	.video-title {
	    font-size: 24px!important;
	}
	.video-list>ul li i {
	    height: 220px;
	}
}
@media screen and (max-width: 480px){
	.video-list>ul li {
	    float: left;
	    width: 100%;
	    margin: 0 0 20px;
	}
	.video-list>ul li i {
	    height: 200px;
	}
	.video-list>ul li .video-item {
	    padding: 10px 20px;
	}
}
@media screen and (max-width: 375px){
	.video-list>ul li i {
	    height:150px;
	}
	.video-title {
	    font-size: 18px!important;
	}
}


/*video detail*/
.video-title{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
	

}
.video-title span{
	float: right;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: block;

}
.video-details{
	background:#f1f1f1;
	padding:20px;
	margin:70px auto;
}
.video-detail-view{
	color: #999;
	margin-bottom: 20px;
}
.video-detail-view img{
	max-width: 100%;
    margin-right: 5px;
    width: 18px;
}
.video-info p{
	line-height: 28px;
}
.video-iframe{
	margin:20px 0;
}
.video-info h2{
	margin-bottom: 10px;
}

@media screen and (max-width: 480px){
	.video-details {
	    background: #fff;
	    padding: 20px;
	    margin: 70px auto;
	}
	.video-iframe video{
		height:250px;
	}
	.video-title{
		position: relative;
	}
	.video-title span {
	    float: right;
	    font-size: 14px;
	    color: #999;
	    font-weight: 400;
	    display: block;
	    position: absolute;
	    right: 3px;
	    top: 40px;
	}
}

/*number list*/
.banner-number{
	width:100%;
	height:300px;
	background:url(/image/page/member_list_banner.png)center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-number h1{
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
}
h3.page-title{
	border-bottom: 1px solid #ccc;
	font-weight: 400;
	line-height: 40px;
}
.number-list{
	padding: 20px;
}

.number-list table{
	width:100%;
	border-spacing: 0;
	/*table-layout: fixed;*/
	margin-bottom: 40px;
}
.number-list table td{
	padding:16px 20px;
}
.number-list table thead tr td{
	color: #fff;
	font-size: 18px;
}
.number-list table thead {
	background:url(/image/page/t.png)no-repeat center;
	background-size: cover;
}

.number-list table tbody td{
	border-bottom:1px solid #e2e2e2;
	font-size: 16px;
	color: #999;
}
.number-list table tbody td:nth-child(1){
	padding-left:20px;
}
/*//contact*/
.banner-contact{
	width:100%;
	height:300px;
	background:url(/image/page/contact_us_banner.png)center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-contact h1{
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
}

.form-tr{
	width: calc((100% - 10px) / 2);;
}
.contact-form{
	margin-bottom: 40px;
}
.contact-form .layui-form-item:nth-child(3) .layui-inline,
.contact-form .layui-form-item:nth-child(2) .layui-inline{
	margin-right: 0;
}
.form-label{
	width:100px!important;
}
.sub-btn{
	text-align:center;
	margin-left: 0;

	margin-top: 40px;
}
.sub-btn .sub{
	border-radius: 30px;
	background:#7ac625;
	box-shadow: 0 2px 4px #ccc;
}
.contact-form>h2{
	margin:0 0 40px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}
.contact-mg:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #7ac625;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.contact-mg{
	padding-bottom:40px;
	text-align: center;
}
.contact-mg h2{
	font-size: 18px;
	/*color: #7ac625;*/
	letter-spacing: 2px;
	padding:10px 0;
}
.contact-mg p{
	line-height: 28px;
}
.contact-layout{
	margin-top:40px;
}
.contact-way{
	margin:20px 0;
	font-size: 16px;
}
.contact-way span{
	display: inline-block;
	padding:0 10px;
}
@media screen and (max-width: 480px){


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 4px;
	height: 4px;
	background-color: #ccc;
	border-radius: 30px;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 30px;
	background-color: #ccc;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 30px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #ddd;
}


.table-div{
	overflow-x: scroll;
}
.number-list table thead tr td {
	color: #fff;
	font-size: 14px;
}
.number-list table{
	width: 500px;
}
.number-list table tbody td {
    font-size: 13px;
}
.number-list table td {
    padding: 8px 20px;
}

.contact-form>h2,
.contact-mg h2{
	font-size: 16px;
	letter-spacing: 1px;
}
.form-tr {
    width: 100%;
}
.form-label {
    width: 100%!important;
    padding: 0;
    text-align:left;
}
.layui-input-block {
    margin-left: 0;
    min-height: 36px;
}
.banner-page,
.banner-contact,
.banner-video,
.banner-number{
	height:230px;
}
.banner-page h1,
.banner-contact h1,
.banner-video h1,
.banner-number h1 {
    font-size: 30px;
}
/*	.join-info>div h4, .join-info>div p {
     padding-left: 0!important; 
     letter-spacing: 0.2px;
}*/

}