.content-top{
	background: url(../images/art/bg-1-1.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}
.logo{
	position: absolute;
	left: 6%;
	top: 4%;
}
.banner{
	margin: 0 auto;
	margin-top: 45%;
}
.banner-title{
	font-weight: bolder;
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.banner-sub{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.banner-content{
	margin-top: 16%;
}

@media only screen and (max-width: 1440px) {
	.banner{
		margin-top: 33%;
	}
	.banner-content{
		margin-top: 12%;
		margin-bottom: 4%;
	}
}

.banner-content p{
	color: #171717;
	text-indent:2em; 
}
.type-content{
	background: #f7f7f7;
	padding: 3%;
}
.type-list{
	margin-top: 6%;
}
.type-row{
	box-shadow: 0 0 10px 2px #ccc;
    padding: 50px 0px;
    border-radius: 0;
    background: #fff;
    margin-bottom: 20px;
}
.type-row img{
	width: 60%;
	margin: 0 auto;
    margin-top: 20px;
}
.tips-content{
	background: url(../images/art/bg-2.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 3%;
}
.tips-title{
	margin-top: 5%;
}
.tips-title p{
	margin-top: 15px;
}
.img-list{
	margin-top: 3%;
}
.img-list img{
	width: 100%;
}
.img-row{
	padding: 3px;
}
.tips-text{
	margin-top: 3%;
}
.tips-title{
	margin-bottom: 6%;
}
.category-content{
	background: #f7f7f7;
	padding: 6% 0;
}
.category-title{
	font-weight: bold;
    font-size: 18px;
}
.category-row{
	margin-bottom: 20px;
}
.category{
	background: #fff;
	padding: 5px 15px;
	font-size: 16px;
	margin-right:5px; 
	border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}
input[name='category']{
	width: 110px;
    font-size: 14px;
    border: 0;
    background: #fff;
	padding: 5px 15px;
	font-size: 16px;
	margin-right:5px; 
	border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}
input[name='category']::-webkit-input-placeholder {
    font-size: 12px;
}
.category:hover{
	cursor: pointer;
}
.category.current{
	background: url(../images/art/icon-1.png) no-repeat;
    background-position: bottom right;
    border: 1px solid #6085ef;
    background-size: 15px 15px;
}
.sub-btn{
	margin-top: 3%;
}
.sub-btn a{
	background: #6085ef;
	color: #fff;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: bold;
}
.sub-btn a:hover{
	text-decoration: none;
}
.grey{
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.result-container{
	background: #fff;
	padding: 30px;
	display: block;
	margin:0 auto;
	margin-top: 30%;
	position: relative;
}
.close{
	position: absolute;
	right: 10px;
	top: 5px;
}
.result-content{
	font-size: 24px;
	margin-top: 10px;
	color: #ff0000;
}
.result-text{
	margin-top: 20px;
}
.result-form{
	margin-top: 20px;
}
.result-tips{
	color: #ff0000;
}
@media only screen and (max-width: 750px) {
	.content-top{
		background: url(../images/art/bg-1-1.jpg) no-repeat;
	    background-size: 190% auto;
	    background-position: top center;
	    position: relative;
	}
	.banner {
	    margin-top: 52%;
	}
	.banner-title {
	    font-size: 26px;
	}
	.banner-sub {
	    font-size: 17px;
	}
	.banner-content {
	    margin-top: 17%;
	}
	.type-row img {
	    width: 80%;
	}
	.type-content{
		padding-top: 8%;
	}
	.type-row {
	    padding: 20px 0px;
	}
	.tips-content{
		padding-top: 8%;
	}
}