@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	color: #666666;
}
.wrapper{
	max-width:1000px;
	height:auto;
	margin:auto;
	min-width:393px;
}
ul, li{
	padding:0px;
	margin:0px;
}
.head{
	width: 100%;
	/* [disabled]height: 200px; */
	color: #666666;
	margin-bottom: 20px;
}
.logo{
	width: 100%;
	/* [disabled]height: 75px; */
	font-family: Italianno;
	text-align: center;
}
.nav{
	width: 347px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: auto;
}
.nav ul li{
	list-style: none;
	float: right;
}
.nav ul li a{
	text-decoration: none;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}
.nav ul li a:hover{
	text-decoration:none;
	color:#854b06;
}
.center{
	width: 100%;
	height: auto;
	min-height: 300px;
	text-align: left;
}
.box{
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	float:left;
	text-align:center;
}
.box img{
	width:auto;
	height:auto;
	max-height:90%;
	max-width:90%;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}
.box img:hover{
	-webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.clear{
	clear:both;
}
.footer{
	width:100%;
	height:auto;
	text-align:center;
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:20px;
	font-size:10px;
	padding-bottom:20px;
}
.form-wrapper{
	width:100%;
	height:auto;
	text-align:left;
}
.form-box{
	width:50%;
	height:auto;
	float:left;
}
.form-box-in{
	width:95%;
	height:auto;
	margin:auto;
}
.form-section-name{
	width: 100%;
	height: 20px;
	margin-top: 15px;
}
.form-section1{
	width: 100%;
	height: 20px;
	margin-bottom: 16px;
}
.input{
	width: 98%;
	/* [disabled]height: 20px; */
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color:#333;
}
.select{
	width: 100%;
	/* [disabled]height: 25px; */
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 3px;
	color:#333;
}
.message-box{
	width: 97%;
	height: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
.message{
	width: 100%;
	height: 101px;
	border: 1px solid #ccc;
	margin: auto;
	border-radius: 3px;
}
.but{
	width:100px;
	height:25px;
	line-height:25px;
	border:none;
	background:#000;
	color:#fff;
	cursor:pointer;
	outline:none;
}
.but:hover{
	border:none;
	background:#333;
	color:#fff;
	cursor:pointer;
}
.checkbox{
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 12px;
}
.checkbox-text{
	width: 200px;
	height: 20px;
	float: left;
	text-align: left;
	line-height: 19px;
	margin-left: 6px;
}
.album-wrapper{
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	float: left;
	/*height:200px;*/
}
.album-image{
	width: 95%;
	height: 166px;
	padding-top:10px;
	margin:auto;
	text-align: center;
}
.album-image img{
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.album-image-title{
	width:100%;
	height:auto;
	text-align:center;
	color:#000;
	line-height:18px;
	
}
@media screen and (max-width: 1024px) {
.box{
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	float:left;
	text-align:center;
}
.box img{
	width:auto;
	height:auto;
	max-height:90%;
	max-width:90%;
}
}
@media screen and (max-width:774px) {
.head{
	width: 100%;
	height: auto;
	color: #666666;
}
.center{
	width: 100%;
	height: auto;
	min-height:100px;
	text-align:center;
}
.logo{
	width: 100%;
	text-align:center;
}
.nav{
	width: 380px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: auto;
	float:none;
}
}
