﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }
 
.different{
	padding: 3em 0;
	background-size: cover;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.head h3 {
    text-align: center;
    margin: 0;
    font-size: 3em;
    color: #b3bf06;
    font-family: 'Playball', cursive;
    text-transform: capitalize;
}
.head h3 span{
	color:#FFFFFF;
}
.head p {
    text-align: center;
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #FFF;
}
.info p{
    text-align: center;
    margin: 3em auto 0;
    font-size: .875em;
    color: #FFF;
    width: 73%;
    line-height: 1.8em;	
}
.button {
    margin: 3em 0 0 0;
    text-align: center;
}
.button a{
	border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: .9em;
    padding: .5em 2em;
    text-decoration: none;
    background: none;
}
.button a:hover{
    border: solid 1px #b3bf06;
	background:#b3bf06;
}  