@charset "utf-8";
/* CSS Document */
@media(min-width:750px){
	*{
		font-family: "Century Gothic";
		color: #949494;
	}
	#div1{
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		background: #E4E4E4;
		position: fixed;
		
	}
	#div2{
		width: 50%;
		height: auto;
		box-sizing: border-box;
		background: #E4E4E4;
		position: absolute;
		left: 50%;
	}
	a{
		font-size: 16px;
		text-decoration: none;
	}
	a:hover{
		color:#FFFCFC;
	}
	p:hover{
		color:#FFFCFC;
	}
	h2:hover{
		color:#FFFCFC;
	}
	h3:hover{
		color:#FFFCFC;
	}
	.logo img{
		position: absolute;
		left: 4%;
		top: 2%;
	}
	.list{
		color: #949494;
		width: 40%;
		height:auto;
	}
	.list span{
		font-size: 14px;
		color: #949494;
	}
	.list a{
		font-size: 16px;
	}
	ul{
		position: absolute;
		left: 20%;
		top: 16%;
		color: #949494;
		list-style-type: none;
		border-left: solid 1px #949494;
		padding: 5% 5% 5% 15%;
	}
	li{
		padding: 12% 0 12% 0;
	}
	.title{
		color: #fff;
	}
	.icon{
		margin-left: 4%;
		widih:100%;
		height:30px;
		color: #666666;
		position: absolute;
		display: block;
		bottom: 2%;
	}
	.icon a{
		padding-right: 10px;
	}
	.icon span{
		padding-right:40px;
		font-size: 14px;
	}
	.main{
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: #E4E4E4;
		padding-bottom:120px;
		display: block;
	}
	.main1{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background: #E4E4E4;
		padding:0% 2% 120px 2%;
		display: flex;
		flex-flow: row wrap;
	}
	.main2{
		box-sizing: border-box;
		width: 100%;
		height:auto;
		padding:0% 2% 120px 2%;
		display: block;
		background:#E4E4E4;
	}
	.main1 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.main2 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	p{
		font-size: 16px;
		line-height: 1.5em;
	}
	h3{
		font-weight: normal;
		font-size: 14px;
		line-height: 1.5em;
	}
	.pic1{
		width: 70%;
		height: auto;
		padding: 2% 2% 0% 0%;
	}
	.pic1 p{
		font-size: 14px;
	}
	.pic2{
		width: 22%;
		height: 22%;
		padding:4% 0% 0% 2%;
		margin-left: 4%;
	}
	.pic2 img{
		margin-bottom:15%;
	}
	.main3{
		padding:2% 0% 8% 2%;
	}
	.pic3{
		box-sizing: border-box;
		width: 100%;
		height:auto;
		margin: 0% 0% 4% 0%;
		
		display:flex;
		flex-flow: row wrap;
	}
	.pic5{
		width: 30%;
		height: 50%;
		margin: 1% 3% 2% 2%;
		position: relative;
	}
	.pic4{
		width: 30%;
		height: 50%;
		margin:1% 2% 2% 0%;
		position: relative;
	}
	.pic6{
		width: 30%;
		height: 50%;
		margin: 1% 0% 2% 1%;
		position: relative;
	}
	.input{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(209,209,209,0.6);
		opacity:0;
	}
	.input span{
		font-size: 12px;
		line-height: 1.5em;
		color: #FBFBFB;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.pic5:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic5 a:hover .input{
		opacity: 1;
	}
	.pic4:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic4 a:hover .input{
		opacity: 1;
	}
	.pic6:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic6 a:hover .input{
		opacity: 1;
	}
	.main4{
		width: 100%;
		height:120px;
		background: #E0E0E0;
		text-align: center;
	}
	.main4 p{
		font-size: 14px;
		line-height: 120px;
	}
}

@media(max-width:750px){
	*{
		font-family: "Century Gothic";
		color: #949494;
	}
	#div1{
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		background: #E4E4E4;
		position: fixed;
		
	}
	#div2{
		width: 50%;
		height: auto;
		box-sizing: border-box;
		background: #E4E4E4;
		position: absolute;
		left: 50%;
	}
	a{
		font-size: 16px;
		text-decoration: none;
	}
	a:hover{
		color:#FFFCFC;
	}
	p:hover{
		color:#FFFCFC;
	}
	h2:hover{
		color:#FFFCFC;
	}
	h3:hover{
		color:#FFFCFC;
	}
	.logo img{
		position: absolute;
		left: 4%;
		top: 2%;
	}
	.list{
		color: #949494;
		width: 40%;
		height:auto;
	}
	.list span{
		font-size: 14px;
		color: #949494;
	}
	.list a{
		font-size: 16px;
	}
	ul{
		position: absolute;
		left: 20%;
		top: 16%;
		color: #949494;
		list-style-type: none;
		border-left: solid 1px #949494;
		padding: 5% 5% 5% 15%;
	}
	li{
		padding: 12% 0 12% 0;
	}
	.title{
		color: #fff;
	}
	.icon{
		margin-left: 4%;
		widih:100%;
		height:30px;
		color: #666666;
		position: absolute;
		display: block;
		bottom: 2%;
	}
	.icon a{
		padding-right: 10px;
	}
	.icon span{
		padding-right:40px;
		font-size: 14px;
	}
	.main{
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: #E4E4E4;
		padding-bottom:120px;
		display: block;
	}
	.main1{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background: #E4E4E4;
		padding:0% 2% 120px 2%;
		/* display: flex;
		flex-flow: row wrap; */
	}
	.main2{
		box-sizing: border-box;
		width: 100%;
		height:auto;
		padding:0% 2% 120px 2%;
		display: block;
		background:#E4E4E4;
	}
	.main1 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.main2 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	p{
		font-size: 16px;
		line-height: 1.5em;
	}
	h3{
		font-weight: normal;
		font-size: 14px;
		line-height: 1.5em;
	}
	.pic1{
		width:100%;
		height: auto;
		/* padding: 2% 2% 0% 0%; */
		padding-top: 2%;
	}
	.pic1 p{
		font-size: 14px;
	}
	.pic2{
		width: 100%%;
		/* height: 22%; 
		padding:4% 0% 0% 2%;
		margin-left: 4%;*/
		padding-top: 20px;
	}
	.pic2 img{
		margin-bottom:15%;
	}
	.main3{width: 100%;
		box-sizing: border-box;
		padding: 2% 2% 8% 2%;
	}
	.main3 .pic3>div{
		width: calc(50% - 5px);
		float: left;
		margin: 0;
		margin-right: 10px;
	}
	.main3 .pic3>div:nth-of-type(2n){
		margin: 0;
	}
	.pic3{
		box-sizing: border-box;
		width: 100%;
		height:auto;
		margin: 0% 0% 4% 0%;
		
		display:flex;
		flex-flow: row wrap;
		overflow: hidden;
	}
	.pic5{
		width: 61%;
		height: 50%;
		margin: 1% 3% 2% 2%;
		position: relative;
	}
	.pic4{
		width: 30%;
		height: 50%;
		margin:1% 2% 2% 0%;
		position: relative;
	}
	.pic6{
		width: 30%;
		height: 50%;
		margin: 1% 0% 2% 1%;
		position: relative;
	}
	.input{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(209,209,209,0.6);
		opacity:0;
	}
	.input span{
		font-size: 12px;
		line-height: 1.5em;
		color: #FBFBFB;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.pic5:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic5 a:hover .input{
		opacity: 1;
	}
	.pic4:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic4 a:hover .input{
		opacity: 1;
	}
	.pic6:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic6 a:hover .input{
		opacity: 1;
	}
	.main4{
		width: 100%;
		height:120px;
		background: #E0E0E0;
		text-align: center;
	}
	.main4 p{
		font-size: 14px;
		line-height: 120px;
	}
}