@charset "utf-8";
/* CSS Document */
*{
	font-family: "Century Gothic";
	color: #949494;
}
@media (min-width:750px){
	#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: 18px;
		text-decoration: none;
	}
	a: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;
	}
	p{
		font-size: 14px;
	}
	h4{
		font-weight: normal;
		font-size: 14px;
	}
	h5{
		font-weight: normal;
		font-size: 14px;
	}
	p:hover{
		color:#FFFCFC;
	}
	h2:hover{
		color:#FFFCFC;
	}
	h4:hover{
		color:#FFFCFC;
	}
	h5:hover{
		color:#FFFCFC;
	}
	span:hover{
		color:#FFFCFC;
	}
	.main1 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.title{
		color: #fff;
	}
	.icon{
		margin-left: 4%;
		widih:100%;
		height:30px;
		color: #666666;
		position: absolute;
		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: 100%;
		background: #E4E4E4;
		padding:0% 0% 100px 0%;
		display: block;
	}
	.main2{
		box-sizing: border-box;
		width:100%;
		height: 100%;
		background: #E4E4E4;
		padding:0% 0% 100px 0%;
		display: block;
	}
	.pic1{
		box-sizing: border-box;
		width: 100%;
		height:auto;
		padding-left: 2%;
		display:flex;
		flex-flow: row wrap;
	}
	.pic2{
		box-sizing: border-box;
		width:100%;
		height: auto;
		margin:0% 2% 4% 2%;
		display: flex;
		flex-flow: row wrap;
	}
	.pic3{
		width: 29%;
		height: 50%;
		margin: 1% 2% 3% 2%;
		position: relative;
	}
	.pic13{
		width: 29%;
		height: 50%;
		margin:1% 2% 3% 2%;
		position: relative;
	}
	.pic14{
		width: 29%;
		height: 50%;
		margin: 1% 0% 2% 2%;
		position: relative;
	}
	.pic4{
		width: 29%;
		height: 50%;
		margin: 1% 2% 1% 2%;
		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.2em;
		color: #FBFBFB;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.input span img{
		display: none !important;
	}
	.pic3:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic3 a:hover .input{
		opacity: 1;
	}
	.pic13:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic13 a:hover .input{
		opacity: 1;
	}
	.pic14:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic14 a:hover .input{
		opacity: 1;
	}
	.pic8{
		box-sizing: border-box;
		width: 96%;
		height: auto;
		margin:2%;
		display: flex;
		flex-flow: row wrap;
	}
	.pic9{
		width: 4%;
		height:auto;
		margin:2% 4% 2% 2%; 
	}
	.pic10{
		width: 36%;
		height: auto;
		margin:2%;
	}
	.title2{
		width: 100%;
		height: auto;
		margin: 2%;
		display: block;
	}
	.title3{
		width:98%;
		height: auto;
		margin: 0% 0% 2% 2%;
		display: flex;
		flex-flow: row wrap;
	}
	.pic11{
		width: 34%;
		height: auto;
		margin: 0% 0% 2% 2%;
	}
	.pic12{
		width: 58%;
		height: auto;
		margin: 2% 2% 2% 4%;
	}
	.pic15{
		width: 58%;
		height: auto;
		margin: 0% 2% 2% 4%;
	}
	.main4{
		width: 100%;
		height:120px;
		background: #E0E0E0;
		text-align: center;
		line-height: 120px;
	}
	.main4 a{
		font-size: 14px;
	}
}
@media (max-width:750px){
	.pic9{
		opacity: 0;
	}
	#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: 18px;
		text-decoration: none;
	}
	a: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;
	}
	p{
		font-size: 14px;
	}
	h4{
		font-weight: normal;
		font-size: 14px;
	}
	h5{
		font-weight: normal;
		font-size: 14px;
	}
	p:hover{
		color:#FFFCFC;
	}
	h2:hover{
		color:#FFFCFC;
	}
	h4:hover{
		color:#FFFCFC;
	}
	h5:hover{
		color:#FFFCFC;
	}
	span:hover{
		color:#FFFCFC;
	}
	.main1 img:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.title{
		color: #fff;
	}
	.icon{
		margin-left: 4%;
		widih:100%;
		height:30px;
		color: #666666;
		position: absolute;
		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: 100%;
		background: #E4E4E4;
		padding:0% 0% 100px 0%;
		display: block;
	}
	.main2{
		box-sizing: border-box;
		width:100%;
		height: 100%;
		background: #E4E4E4;
		padding:0% 0% 100px 0%;
		display: block;
	}
	.pic1{
		box-sizing: border-box;
		width: calc(100%);
		padding: 0 20px;
		height:auto;
		display:flex;
		flex-flow: row wrap;
	}
	.pic2{
		box-sizing: border-box;
		width:100%;
		height: auto;
		margin:0% 2% 4% 2%;
		display: flex;
		flex-flow: row wrap;
	}
	.pic3{
		width: 29%;
		height: 50%;
		margin: 1% 2% 3% 2%;
		position: relative;
	}
	.pic13{
		width: 29%;
		height: 50%;
		margin:1% 2% 3% 2%;
		position: relative;
	}
	.pic14{
		width: 29%;
		height: 50%;
		margin: 1% 0% 2% 2%;
		position: relative;
	}
	.pic4{
		width: 29%;
		height: 50%;
		margin: 1% 2% 1% 2%;
		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.2em;
		color: #FBFBFB;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.pic3:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic3 a:hover .input{
		opacity: 1;
	}
	.pic13:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic13 a:hover .input{
		opacity: 1;
	}
	.pic14:hover{
		transition: all 0.3s;
		transform: scale(1.05);
	}
	.pic14 a:hover .input{
		opacity: 1;
	}
	.pic8{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin:2% 0;
		display: flex;
		flex-flow: row wrap;
	}
	.pic9{
		position: relative;
		width: 100%;
	}
	.pic9 img{
		position: absolute;
		width: 50px;
		right: 0px;
	}
	.pic10{
		position: relative;
		width: 100%;
		height: auto;
		margin:0 auto;
		padding-bottom: 30px;
	}
	.title2{
		width: 100%;
		height: auto;
		margin: 2%;
		display: block;
	}
	.title3{
		width:98%;
		height: auto;
		margin: 0% 0% 2% 2%;
		display: flex;
		flex-flow: row wrap;
	}
	.pic11{
		width: calc(100% - 40px);
		height: auto;
		margin: 0 auto;
	}
	.pic12{
		width: 100%;
		height: auto;
		margin: 2% 2% 2% 4%;
	}
	.pic15{
		width: 100%;
		height: auto;
		margin: 0% 2% 2% 4%;
	}
	.main4{
		width: 100%;
		height:120px;
		background: #E0E0E0;
		text-align: center;
		line-height: 120px;
	}
	.main4 a{
		font-size: 14px;
	}
}