#banner{
	background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    position: relative;
	    min-height: 400px;
	    padding: 100px 20px 20px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
}
#banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
}

#banner .overlay.events{
	background: linear-gradient(315deg, #207f9b, #43aac8);
}
#banner .overlay.contact{
    background: linear-gradient(315deg, #0b6a24, #2f9134);
}
#banner .overlay.team{
	background: linear-gradient(315deg, #207f9b, #43aac8);
}
#banner .overlay.hubs{
	background: linear-gradient(315deg, #207f9b, #43aac8);
}

#banner .overlay.incubators{
	background: linear-gradient(315deg, #0b6a24, #2f9134);
}

#banner .overlay.plan{
		background: linear-gradient(315deg, #0b6a24, #2f9134);
}

#banner .overlay.partners{
		background: linear-gradient(315deg, #0b6a24, #2f9134);
}
#banner .overlay.cases{
	background: linear-gradient(315deg, #207f9b, #43aac8);
}
#banner .overlay.mode{
	background: linear-gradient(315deg, #207f9b, #43aac8);
}
#banner .content{
	    position: relative;
	    z-index: 10;
}
#banner .content h1{
    color: #fff;
    text-align: center;
    margin: 0 auto;
	font-size: 100px;
}

#list_events{
	width: 100%;
	max-width: 1400px;
	margin: 30px auto;
}
#list_events ul{
	display: flex;
	justify-content: flex-start;
	
}
#list_events li{
	height: 662px;
	width: 320px;
	background-color: #F1F1F1;
	margin-right: 30px;
}

#list_events li:last-child{
	margin-right: 0;
}
#list_events li .img{
	width: 320px;
	height: 220px;
	overflow: hidden;
}
#list_events li .img img{
	width: 320px;
	height: 220px;
	transition: 0.4s;
}
#list_events li .img:hover img{
	transform: scale(1.2, 1.2);
}
#list_events li .infos{
	padding: 20px;
	box-sizing: border-box;
}
#list_events li .infos .maininfo{
	height: 348px;
}

#list_events li .infos .other{
	display: flex;
	justify-content: space-between;
}

#list_events li .infos .other .more{
	height:40px;
	border:1px solid rgba(37,162,43,1);
	line-height: 40px;
	width: 118px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.4s;
}
#list_events li .infos .other .more span{
	font-size:16px;
	color:rgba(37,162,43,1);
	margin-left: 7px;
}

#list_events li .infos .other .more .iconfont{
	color:rgba(37,162,43,1);
}

#list_events li .infos .other .more:hover{
	background-color: rgba(37,162,43,1);
	color: #fff;
}

#list_events li .infos .other .more:hover span{
	color: #fff;
}

#list_events li .infos .other .more:hover .iconfont{
	color: #fff;
}

#list_events li .infos .date {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(149,149,149,1);
    line-height: 40px;
}

#list_events li .infos h2{
	font-weight:400;
	color:rgba(37,162,43,1);
	line-height:40px;
	font-size: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 10px;

}

#list_events li .infos .dec{
	font-size:16px;
	font-weight:400;
	color:rgba(116,116,116,1);
	line-height: 1.4em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#list_events .page{
	padding-top: 42px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
}

#list_events .page .num,#list_events .page .prev,#list_events .page .next{
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border-radius:6px;
	border:1px solid rgba(221,221,221,1);
	font-size:14px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 4px;
	margin-right: 4px;
}

#list_events .page .num.active,#list_events .page .prev.active,#list_events .page .next.active{
	background-color: #25A22B;
	color: #fff;
	border: 1px solid #25A22B;
}
#list_events .page .num:hover,#list_events .page .prev:hover,#list_events .page .next:hover{
	background-color: #25A22B;
	color: #fff;
	border: 1px solid #25A22B;
}
#list_events .page .tz{
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 5px;
}
#list_events .page .tz input{
	width: 48px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 5px;
	text-align: center;
	color: #666;
}

#view_events{
	width: 1160px;
	margin: 40px auto;
	min-height: 900px;
}

#view_events h2{
	height:46px;
	font-size:32px;
	color: #747474;
	line-height: 46px;
	text-align: center;
	margin-bottom: 10px;
}

#view_events .detail_info{
	height: 20px;
	font-size: 14px;
	color: #747474;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}

#view_events .mainbody{
	color: #747474;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

#view_events .mainbody p{
	color: #747474;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

#view_events .mainbody img{
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}

#contact{
	padding: 20px 0 40px 0;
	margin-bottom: 66px;
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	
}
#contact .map{
	width: 48.5%;
}
#contact .map img{
	width: 100%;
	height: auto;
}
#contact .form{
	width: 48.5%;
	background-color: #F1F1F1;
	box-sizing: border-box;
	padding: 28px 34px;
	position: relative;
}

#contact .form h2{
	font-size: 18px;
	color: #25A22B;
	height: 23px;
	line-height: 23px;
	margin-bottom: 11px;
}
#contact .form .address{
	color: #747474;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}
#contact .form .fields{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

#contact .form .fields .field{
    width: calc(47%);
}

#contact .form .fields .field input{
	box-sizing: border-box;
}

#contact .form .fields .field:nth-child(3){
	width: 100%;
}

#contact .form .fields .field:nth-child(4){
	width: 100%;
}

#contact .form label {
    display: block;
    color: #747474;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}

#contact .form input, #contact .form textarea {
    width: 100%;
    border: none;
    outline: none;
    background: white;
    font-size: 16px;
    color: #747474;
    padding: 5px 15px;
    border-left: 10px solid #25A22B;
    margin-bottom: 20px;
    transition: 0.4s;
	box-sizing: border-box;
}

#contact .form input{
	height: 43px;
}
#contact .form textarea{
	height: 104px;
}

#contact .submit{
	position: absolute;
	bottom: -110px;
	border:2px solid #25A22B;
	box-sizing: border-box;
	width: 185px;
	height: 56px;
	right: -35px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#contact .submit span{
	font-size: 18px;
	color: #25A22B;
	letter-spacing: 0.0625em;
}

#contact .submit .iconfont{
	font-size: 26px;
	color: #25A22B;
}

#banner .overlay.about{
	background: linear-gradient(315deg, #0b6a24, #2f9134);
}

#about{
	padding: 30px 20px;
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}

#about .section1,#about .section2,#about .section3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#about .section1,#about .section2{
	margin-bottom: 30px;
}

#about .content{
	background-color: #f1f1f1;
}

#about .section1 .img{
	margin-left: 40px;
	width: calc(40%);
	overflow: hidden;
}

#about .section1 .content{
	box-sizing: border-box;
	padding: 20px;
	width: calc(57%);
}

#about .section1 .img img{
	height: auto;
	transition:0.4s;

}

#about .section1 .img:hover img{
	transform: scale(1.2, 1.2);
}


#about .section2 .img{
	margin-right: 40px;
	width: calc(22.8%);
	overflow: hidden;
}
#about .section2 .img img{
	height: auto;
	transition:0.4s;
}

#about .section2 .img:hover img{
	transform: scale(1.2, 1.2);
}

#about .section2 .content{
	box-sizing: border-box;
	padding: 20px;
	width: calc(74.2%);
}
#about .section3 .img{
	margin-right: 40px;
	width: calc(22.8%);
	overflow: hidden;
}
#about .section3 .img img{
	height: auto;
	transition:0.4s;
}
#about .section3 .img:hover img{
	transform: scale(1.2, 1.2);
}
#about .section3 .content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	width: calc(74.2%);
}

#about .section3 .pic{
	margin-left: 40px;
	width: calc(30.8%);
	overflow: hidden;
}
#about .section3 .pic img{
	transition:0.4s;
	width: 100%;
	height: auto;
}

#about .section3 .pic:hover img{
	transform: scale(1.2, 1.2);
}

#about .section3 .mainbody{
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 20px;
	width: calc(65.5%);
	
}

#about .section1 h2,#about .section2 h2,#about .section3 h2{
	font-size:32px;
	color: #25A22B;
	margin-bottom: 10px;
}

#about .section1 .content p,#about .section2  .content p,#about .section3  .content p{
	font-size: 18px;
	color: #747474;
	line-height: 1.5em;
	padding: 5px 0;
}

#team{
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	margin: 30px auto;
	
}

#team ul{
	display: flex;
	justify-content: flex-start;
}
#team ul li{
	margin: 0 20px;
	background-color: #F1F1F1;
}
#team ul li{
	text-align: center;
}
#team ul li .info{
	padding-top: 10px;
	padding-bottom: 10px;
}
#team ul li h2{
	text-align: center;
	color: #25A22B;
	font-size: 30px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 9px;
}
#team ul li .dec{
	padding: 0 10%;
	text-align: center;
	font-size: 16px;
	color: #747474;
	line-height: 1.5em;
}

#hubs{
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 40px;
}

#hubs .tab{
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

#hubs .tab a{
	display:inline-table;
	height:35px;
	background:rgba(0,0,0,0.1);
	border-radius:2px;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 16px;
	white-space:nowrap;
}

#hubs .tab a.active{
	color: #25A22B;
	border: 1px solid #25A22B;
	background:rgba(37,162,43,0.1);
}

#hubs .items .item{
	display: none;
}
#hubs .items .item.active{
	display: block;
	min-height: 830px;
}

#hubs .items ul{
	padding: 0;
	display:flex;
	display: -webkit-flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}


#hubs .items ul li{
	width: 50%;
	margin-bottom: 40px;
}

#hubs .items ul li a{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	
	
}

#hubs .items ul li a .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	box-sizing: border-box;
	font-size: 16px;
	color: #747474;
	padding: 56px 20px;
	line-height: 1.6em;
	width: calc(50% - 40px);
	overflow: hidden;
}
#hubs .items ul li a .info p{
	line-height: 1.6em;
}

#hubs .items ul li a .img{
	margin: 0 20px;
	width: calc(50% - 40px);
	overflow: hidden;
}

#hubs .items ul li a .img img{
	height: auto;
	width: 100%;
	transition: 0.4s;
}
#hubs .items ul li a .img:hover img{
	transform: scale(1.2, 1.2);
}

#incubators{
	padding: 30px 0px;
	max-width: 1440px;
	margin: 0 auto;
}

#incubators .page1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	padding: 0 20px;
}

#incubators .page1 .img{
	width: calc(48.6%);
}

#incubators .page1 .img img{
	width: 100%;
	height: auto;
}

#incubators .page1 .info{
	width: calc(51.4%);
	box-sizing: border-box;
	height: 260px;
	background:rgba(241,241,241,1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 40px;
	padding-right: 100px;
}

#incubators .page1 h2{
	font-size: 30px;
	color: #25A22B;
	height: 37px;
	margin-bottom: 16px;
}

#incubators .page1 .dec{
	font-size: 20px;
	color:#747474;
	line-height: 1.6em;
}

#incubators .page1 .dec p{
	font-size: 20px;
	color:#747474;
	line-height: 1.4em;
}

#incubators .page2{
	padding: 0 20px;
}

#incubators .page2 h2{
	height:24px;
	font-size:30px;
	line-height: 24px;
	color:rgba(37,162,43,1);
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
}

#incubators .page2 .content{
	width: 100%;
	background-color: #F1F1F1;
	padding: 40px 0;
	
}
#incubators .page2 .content ul{
	display: flex;
	flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: center;
	align-items: center;
}

#incubators .page2 .content li{
	width: calc(40.5%);
	font-size: 18px;
	color: #747474;
	line-height: 1.8em;
}

#partners{
	width:100%;
	padding-bottom: 40px;
}

#partners .page1{
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	justify-content: space-around;
	height: 323px;
	margin: 0 auto;
	max-width: 1440px;
}

#partners .page1 .item{
	width: calc(22.8%);
	height: 323px;
	color: #fff;
	box-sizing: border-box;
	padding: 36px 20px;
}
#partners .page1 .item:nth-child(1){
	background-color: #747474;
}
#partners .page1 .item:nth-child(2){
	background-color: #409AEC;
}
#partners .page1 .item:nth-child(3){
	background-color: #25A22B;
}
#partners .page1 .item:nth-child(4){
	background-color: #747474;
}
#partners .page1 .item h2{
	font-size: 26px;
	margin-bottom: 24px;
	height: 37px;
	line-height: 37px;
}

#partners .page1 .item .con{
	font-size: 18px;
	line-height: 1.6em;
}

#partners .page1 .item .con p{
	font-size: 18px;
	line-height: 1.6em;
}

#partners #page2{
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}

#partners #page2 h2{
	font-size: 30px;
	color: #25A22B;
	height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#partners #page2 .item{
	display: flex;
	justify-content: space-between;
	height: 231px;
	margin-bottom: 30px;
	align-items: center;
}
#partners #page2 .item .con{
	height: 231px;
	background-color: #F1F1F1;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #747474;
	line-height: 1.4em;
}

#partners #page2 .item:nth-child(1) .con{
	margin-left: 40px;
	margin-right: 40px;
}

#partners #page2 .item:nth-child(2) .left_img{
	padding-left: 20px;
	padding-right: 10px;
	width: calc(10.7%);
}

#partners #page2 .item:nth-child(2) .left_img img{
	height: auto;
}

#partners #page2 .item:nth-child(2) .con{
    margin-left: 10px;
	margin-right: 27px;
}

#partners #page2 .item:nth-child(3) .con{
    margin-left: 0px;
	margin-right: 20px;
}

#partners #page3{
	width: 1103px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}

#partners #page3 h2{
	font-size: 30px;
	color: #25A22B;
	height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#partners #page3 .content{
	width: 100%;
}

#partners #page3 .content img{
	width: 100%;
	height: auto;
}

#partners #page4{
	width: 100%;
	background-color: #F1F1F1;
	text-align: center;
	height: 590px;
}
#partners #page4 h2{
	font-size: 30px;
	color: #25A22B;
	height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#partners #page4 .items{
	width: 1160px;
	height: 82px;
	margin: 0 auto;
}
#partners #page4 .item{
	width:1160px;
	height:82px;
	background:rgba(37,162,43,0.13);
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#partners #page4 .item .label{
	color: #747474;
	font-size: 18px;
	font-weight: bold;
	padding-left: 239px;
	width: 200px;
	text-align: left;
}

#partners #page4 .item .con{
	color: #747474;
	font-size: 18px;
	text-align: left;
	width: 700px;
}

#cases{
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	padding-top: 50px;
	padding-bottom: 44px;
}

#cases .page1{
	width: 1169px;
	margin: 0 auto;
	
}

#cases .page1 .item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	height: 142px;
	margin-bottom: 40px;
}

#cases .page1 .item .bg{
	width: calc(100% - 80px);
	height: 142px;
	background-color: #f1f1f1;
	position: absolute;
	top:0;
	z-index: -1;
}

#cases .page1 .item:nth-child(odd) .bg{
	right: 0;
}

#cases .page1 .item:nth-child(even) .bg{
	left: 0;
}

#cases .page1 .item .info{
	display: flex;
	align-items: center;
	height: 100%;
}

#cases .page1 .item:nth-child(1) .info{
	box-sizing: border-box;
	padding-left: 62px;
	padding-right: 70px;
	text-align: right;
	color: #747474;
	font-size: 16px;
	line-height: 1.6em;
}

#cases .page1 .item:nth-child(1) .img{
	margin-top: 10px;

}

#cases .page1 .item:nth-child(1) .info{
	
}

#cases .page1 .item:nth-child(2) .info{
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 70px;
	text-align: right;
	color: #747474;
	font-size: 16px;
	line-height: 1.6em;
}

#cases .page1 .item:nth-child(2) .img{
	margin-top: 30px;
}

#cases .page1 .item:nth-child(3) .img{
	height: 100%;
	display: flex;
	align-items: center;

}

#cases .page1 .item:nth-child(3) .info{
	box-sizing: border-box;
	padding-left: 62px;
	padding-right: 70px;
	text-align: right;
	color: #747474;
	font-size: 16px;
	line-height: 1.6em;

}

#cases .page2{
	width: 1239px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

#cases .page2 img{
	width: 100%;
	height: auto;
}

#cases .page3{
	width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
#cases .page3 .title{
	text-align: center;
	color: #25A22B;
	margin-bottom: 20px;
}
#cases .page3 .title h2{
	font-size: 30px;
	margin-bottom: 9px;
	
}
#cases .page3 .title p{
	font-size: 16px;
	
}
#cases .page3 .content{
	    display: flex;
	    justify-content: space-between;
	   
}
#cases .page3 .img1{
	margin: 20px;
	box-sizing: border-box;
	width: calc(56.9%);
}
#cases .page3 .img1 img{
	width: 100%;
	height: auto;
}
#cases .page3 .info1{
	margin: 20px;
	box-sizing: border-box;
	width: calc(37.7%);
	font-size: 18px;
	color: #747474;
	line-height: 1.6em;
}
#cases .page3 .content2{
	    display: flex;
	    justify-content: space-between;
	   
}
#cases .page3 .content2 .info{
	margin: 20px;
	box-sizing: border-box;
	width: calc(56.9%);
	font-size: 18px;
	color: #747474;
	line-height: 1.6em;
}
#cases .page3 .content2 .info p{
	font-size: 18px;
	color: #747474;
	line-height: 1.6em;
}

#cases .page3 .content2 .img{
	margin: 20px;
	box-sizing: border-box;
	width: calc(37.79%);
}
#cases .page3 .content2 .img img{
	width: 100%;
	height: auto;
}

#cases .page4{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0px;
}
#cases .page4 .title{
	text-align: center;
	color: #25A22B;
	margin-bottom: 20px;
}
#cases .page4 .title h2{
	font-size: 30px;
	margin-bottom: 9px;
	
}
#cases .page4 .title p{
	font-size: 16px;
	
}

#cases .page4 .content{
	width: 100%;
}

#cases .page4 .content img{
	width: 100%;
	height: auto;
}

#plan{
	width: 100%;
	padding-bottom: 40px;
}

#plan .page1{
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

#plan .page1 .img{
	width: calc(75% - 40px);
	margin: 0 20px;
}
#plan .page1 .img img{
	width: 100%;
	height: auto;
}
#plan .page1 .info{
	width: calc(25% - 40px);
	margin: 0 20px;
	background-color: #F1F1F1;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
#plan .page1 .info h2{
	font-size: 24px;
	color: #25A22B;
	margin-bottom: 20px;
	margin-top: 20px;
	white-space:nowrap;
}

#plan .page1 .info .con{
	font-size: 18px;
	color: #747474;
	line-height: 1.5em;
	overflow: hidden;
}

#plan .page2{
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	padding-bottom: 52px;
}
#plan .page2 .title{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #25A22B;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
#plan .page2 .list{
	width: 100%;
	
}

#plan .page2 .list ul{
	
}

#plan .page2 .list ul li{
	width: calc(25% - 40px)!important;
	height: 417px;
	background-color: #F1F1F1;
	overflow: hidden;
	float: left;
	margin: 0 20px;
	box-sizing: border-box;
	text-align: center;
	padding:10px 10px;
}

#plan .page2 .list ul li .img{
	width: 160px;
	height: 160px;
	display: flex;
	margin: 20px auto;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#plan .page2 .list ul li .img img{
	width: 100%;
	height: auto;
}

#plan .page2 .list ul li h2{
	color: #25A22B;
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

#plan .page2 .list ul li .con{
	color: #747474;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
}

#plan .page2 .swiper-pagination{
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

#plan .page2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0%;
    background: #D8D8D8;
    opacity: 1;
	margin: 0 8px;
}

#plan .page2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #25A22B;
	border: 0!important;
}

#plan .page3{
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	padding-bottom: 60px;
	padding-top: 30px;
}
#plan .page3 .title{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #25A22B;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

#plan .page3 .content{
	width: 100%;
	text-align: center;
}

#plan .page3 .content img{
	max-width: 100%;
	height: auto;
}

#plan .page4{
	width: 100%;
	margin: 0 auto;
    background-color: #F1F1F1;
	min-height: 500px;
	padding-bottom: 45px;
}

#plan .page4 .title{
	padding-top: 55px;
	padding-bottom: 35px;
	color: #25A22B;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

#plan .page4 .content{
	width: 95%;
	margin: 0 auto;
	max-width: 1300px;
}

#plan .page4 .content img{
	max-width: 100%;
	margin: 20px auto;
}

#plan .page4 .content p{
	font-size: 18px;
	line-height: 28px;
	color: #747474;
}

#mode{
	width: 100%;
	padding-top: 30px;
	max-width: 1440px;
	margin: 0 auto;
}

#mode{
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
}
#mode .page1{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(50%);
	margin-bottom: 30px;
}

#mode .page1 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
}

#mode .page1 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#mode .page1 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page1 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}

#mode .page1  .piclist{
	margin: 0 20px;
}

#mode .page1  .piclist img:nth-child(1){
	margin-bottom: 30px;
}
#mode .page1  .piclist img:nth-child(2){
}

#mode .page2{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(50%);
	margin-bottom: 30px;
}

#mode .page2 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
}

#mode .page2 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
#mode .page2 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page2 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}

#mode .page2  .piclist{
	margin: 0 20px;
}

#mode .page2  .piclist img:nth-child(1){
	margin-bottom: 30px;
}
#mode .page2  .piclist img:nth-child(2){
}

#mode .page3{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(100%);
	margin-bottom: 30px;
}

#mode .page3 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
	
}

#mode .page3 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#mode .page3 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page3 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}

#mode .page3  .piclist{
	margin: 0 20px;
}


#mode .page4{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(100%);
	margin-bottom: 30px;
}
#mode .page4 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
}
#mode .page4 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
#mode .page4 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page4 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}
#mode .page4  .piclist{
	margin: 0 20px;
}



#mode .page5{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(58.3%);
	margin-bottom: 30px;
}

#mode .page5 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
}

#mode .page5 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#mode .page5 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page5 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}

#mode .page5  .piclist{
	margin: 0 20px;
}

#mode .page5  .piclist img:nth-child(1){
	margin-bottom: 30px;
}
#mode .page5  .piclist img:nth-child(2){
}

#mode .page6{
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: calc(41.6%);
	margin-bottom: 30px;
}

#mode .page6 .info{
	margin: 0 20px;
	background-color: #F1F1F1;
	position: relative;
	padding: 40px 15px;
	box-sizing: border-box;
}

#mode .page6 .info .num{
	width: 40px;
	height: 40px;
	background-color: #25A22B;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#mode .page6 h2{
	font-size: 18px;
	font-weight: bold;
	color: #25A22B;
	padding: 21px 0;
}

#mode .page6 .con{
	font-size: 16px;
	color: #747474;
	line-height: 1.6em;
	letter-spacing:0px;
}

#mode .page6  .piclist{
	margin: 0 20px;
}

#mode .page6  .piclist img:nth-child(1){
	margin-bottom: 30px;
}
#mode .page6  .piclist img:nth-child(2){
}

@media screen and (max-width: 1440px) { 
  #about .section1 .content p, #about .section2 .content p, #about .section3 .content p {
      font-size: 16px;
      line-height: 1.8em;
  }
  #banner .content h1{
	  font-size: 80px;
  }
  
  #mode .page1 .info {
      margin: 0 10px;
  }
  
  #mode .page1 .piclist {
      margin: 0 10px;
  }
  
  #mode .page2 .info {
      margin: 0 10px;
  }
  
  #mode .page2 .piclist {
      margin: 0 10px;
  }
  
  #mode .page3 .info {
      margin: 0 10px;
  }
  
  #mode .page3 .piclist {
      margin: 0 10px;
  }
  
  #mode .page4 .info {
      margin: 0 10px;
  }
  
  #mode .page4 .piclist {
      margin: 0 10px;
  }
  
  #mode .page5 .info {
      margin: 0 10px;
  }
  
  #mode .page5 .piclist {
      margin: 0 10px;
  }
  
  #mode .page6 .info {
      margin: 0 10px;
  }
  
  #mode .page6 .piclist {
      margin: 0 10px;
  }
} 

@media screen and (max-width: 1300px) { 
   #about .section1 .content p, #about .section2 .content p, #about .section3 .content p {
       font-size: 16px;
       line-height: 1.8em;
   }
} 
