
@charset "utf-8";
/* CSS Document */

/*配色*/
header, .topLink {
	background: rgba(12,157,123,0.5);
}
.fixed header {
	background: #6dc4b0;
}
/*NEWS*/
.nwestitle{
	position:absolute;
	top: 50%;
	margin-top:-90px;
}
.newsMask {
	position:absolute;
	top: 50%;
	width:30%;
	left: 40px;
	height:23%;
	z-index: 4;
	overflow:hidden;
	/*left: 40px;
	right: 0;
	background: rgba(12,157,123,0.3);	*/
	font-size: 0.9em;
}
.newsCont{
	position:relative;
}
.newsCont li{
	/*margin:5px 0;*/
	padding:7px 0;
	line-height:1.1em;
}
.date{
	float:left;
	display:block;
}
.news{
	display:block;
	overflow:hidden;
	padding-left:5px;
}
/*關於創客*/
.content {
	position: relative;
	overflow: hidden;
}
.about .picIntro {
	position: relative;
	float: left;
	width: 50%;
	margin: 0 20px 40px 0;
	z-index: 2;
	border-radius: 50%;
}
.about .cont {
	position: absolute;
	right: 0;
	top: 100px;
	background: rgba(140,103,169,1);
	padding: 40px 20px;
	width: 50%;
}
.about p {
	color: #fff;
	font-size: 0.8em;
	margin-left: 40px;
}
.view {
	position: absolute;
	right: 20px;
	bottom: 33px;
	font-size: 0.8em;
	letter-spacing: 0;
	color: #fff;
}
.view::before {
	content: '';
	display: inline-block;
	height: 1px;
	width: 200px;
	background: #fff;
}
.view a {
	color: #fff;
}
.view a:hover {
	color: #ccc;
}
.h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.h2 {
	font-size: 0.9em;
	color: #ea601a;
}
.h2::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 15px;
	background: #ea601a;
}
/*進駐創客*/
.service .title {
	text-align: center;
}
.service .h2::before, .service .h2::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 200px;
	background: #ea601a;
	margin: 0 10px;
}
.list {
	margin: 40px -20px 0px 0;
	text-align: center;
}
.list li {
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 60px 50px 0 0;
	background: #0c9d7b;
}
.pic {
	width: 100%;
	margin: -14px 14px 14px;
	overflow: hidden;
	position: relative;
}
.list img {
	width: 100%;
	background: #fff;
	border: #0c9d7b solid 1px;
	box-sizing: border-box;
}
.blackBg {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.service .h3 {
	position: absolute;
	font-size: 1.5em;
	top: 10%;
	left: 5px;
	color: #FFF;
	line-height: 1.5em;
	text-align: left;
	opacity: 0;
}
.service .gre {
	color: #f4eb2b;
}
.service .h4 {
	color: #FFF;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: -10px;
	bottom: 50px;
	opacity: 0;
}
.service .h4::after {
	content: '';
	width: 150px;
	height: 2px;
	background: #FFF;
	display: block;
	margin-right: -5px;
}
/*聯絡*/
.picLarge {
	max-width: none;
	margin: 200px -100px;
}
.picLarge img {
	width: 100%;
}
.picLarge .title {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -40px;
}
.picLarge .h1 {
	color: #FFF;
}
.picLarge .h2 {
	color: #FFF;
}
.picLarge .h2::before, .picLarge .h2::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 200px;
	background: #fff;
	margin: 0 10px 5px;
}
.contact .title {
	margin-left: 20px;
}
.contact .picIntro {
	position: relative;
	float: right;
	width: 50%;
	margin: 0 0 40px 20px;
	z-index: 2;
	border-radius: 50%;
}
.contact .cont {
	position: absolute;
	left: 0;
	top: 100px;
	background: #074a59;
	padding: 40px 20px;
	width: 50%;
	min-height: 160px;
}
.contact p {
	color: #fff;
	font-size: 0.8em;
	margin-right: 40px;
	overflow: hidden;
}
.contact .view {
	right: 60px;
}
.wechat_qr {
	position: absolute;
	right: 60px;
	top: 40px;
	width: 120px;
	text-align: center;
	color: #ea601a;
	font-size: 0.75em;
}
.wechat_qr img {
	width: 100%;
}

 @media screen and (max-width:1400px) {
/*contact*/
.picLarge {
	margin: 200px -40px;
}
.nwestitle{
	top:53%;
	margin-top:-75px;
	width:16%;
}
.newsMask {
	height:20%;
	top:53%;
}
}

 @media screen and (max-width:900px) {
.h1 {
	color: #fff;
}
.newsMask {
	position:fixed;
	left:0;
	right:0;
	top:95px;
	height:35px;	
	width:auto;
	padding:0 35px;
	background:rgba(12,157,123,0.3);
}
.nwestitle{
	display: none;
}
.nf{
	top:59px;
	background:rgba(12,157,123,1);
	}
/*about*/	
.about .picIntro {
	float: none;
	width: 90%;
	max-width: 600px;
	margin: 0 10% 40px 0;
}
.about .title {
	position: absolute;
	z-index: 2;
	left: 60px;
	margin-top: -20px;
}
.about .h2 {
	color: #f4eb2b;
}
.about .h2::after {
	background: #f4eb2b;
}
.about .cont {
	position: relative;
	top: -80px;
	width: auto;
	margin: 0 0 -80px 40px;
}
.about p {
	margin: 120px 0 40px;
}
.service .h1 {
	color: #000;
}
.service .h2::before, .service .h2::after, .picLarge .h2::before, .picLarge .h2::after {
	width: 100px;
}
.list {
	text-align: left;
}
/*contact*/
.picLarge {
	margin: 120px -40px;
}
.contact .picIntro {
	float: none;
	width: 90%;
	margin: 0 0 40px 10%;
}
.contact .title {
	position: absolute;
	z-index: 2;
	margin-top: -20px;
}
.contact .cont {
	position: relative;
	top: -80px;
	margin: 0px 40px -80px 0;
	width: auto;
}
.contact p {
	margin-top: 120px;
}
.wechat_qr {
	top: 60px;
}
}
 @media screen and (max-width:800px) {
/*配色*/
.mainMenu {
	background: rgba(12,157,123,1);
}
/*.newscont marquee{
	direction:ltr;
	display:inherit;
}*/
.newscont {
	font-size: 0.8em;
}
/*about*/	
.h1 {
	font-size: 1.3em;
	line-height: 1.5em;
}
.about .picIntro {
	width: 96%;
	margin: 0 4% 40px 0;
}
.about .title {
	left: 30px;
}
.about .cont {
	margin: 0 0 -80px 10px;
}
.about p {
	margin: 100px 0px 40px;
}
.view {
	bottom: 15px;
}
.view::before {
	width: 100px;
}
/*service*/
.service .h2::before, .service .h2::after, .picLarge .h2::before, .picLarge .h2::after {
	width: 50px;
	margin: 0 5px;
}
.list {
	margin: 0px -20px 0px 0;
}
.list li {
	position: relative;
	float: left;
	width: 30%;
	margin: 60px 40px 0 0;
}
.picLarge img {
	width: 150%;
	margin-left: -25%;
}
/*contact*/
.contact .picIntro {
	width: 96%;
	margin: 0 0 40px 4%;
}
.contact .cont {
	margin: 0 10px -80px 0;
}
.contact p {
	margin: 100px 0px 40px;
}
.contact .view {
	right: 30px;
}
}
@media screen and (max-width:640px) {
/*news*/
.newsMask {
	padding:0 10px;
}
/*contact*/
.picLarge {
	margin: 80px -10px;
}
.wechat_qr {
	position: static;
	margin: -20px -10px 0;
}
}
@media screen and (max-width:480px) {

/*about*/	
.about .title {
	left: 20px;
}
.about .cont {
	margin: 0 0 -80px 10px;
}
.about p {
	margin: 100px -10px 40px;
}
.view {
	right: 10px;
}
/*service*/

.service .h2::before, .service .h2::after {
	width: 10px;
}
.list {
	margin: 0px -20px 0px 0;
}
.list li {
	margin: 40px 30px 0 0;
}
.pic {
	margin: -10px 10px 10px;
}
.service .h4 {
	right: -5px;
}
.picLarge {
	margin-bottom: -70px;
}
.picLarge .title {
	position: static;
	margin: 0;
}
.picLarge img {
	display: none;
}
.picLarge .h1 {
	color: #000;
}
.picLarge .h2 {
	color: #ea601a;
}
.picLarge .h2::before, .picLarge .h2::after {
	width: 10px;
	background: #ea601a;
}
/*contact*/
.contact .cont {
	margin: 0 10px -80px 0;
}
.contact .title {
	left: -10px;
}
.contact p {
	margin: 100px -10px 40px;
}
.contact .view {
	right: 10px;
}
}
 @media screen and (max-width:420px) {
.list {
	margin: 0px;
	text-align: center;
}
.list li {
	max-width: 250px;
	margin: 20px 0 0;
	float: none;
	display: inline-block;
}
}
