@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
    list-style: none;
    transition-property: color, border-color;
    transition-duration:0.3s;
    box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
    box-sizing:content-box;
}
a {
    text-decoration: none;
}
body {
    color: #333;
    min-width:1200px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin:0 auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: 400;
}
img {
    border: 0;
}
textarea,
select,
option,
input {
    outline: none;
}
.left {
    float: left;
}
.clearFix::after{/*清除浮动的类*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.autoMargin{
    margin: 0 auto;
}




.wrapper{
    width: 100%;
    height: 1080px;
    background: url("../images/首页cat.png"),
                url("../images/首页Star.png"),
                #cdb6d1;
    padding-top: 399px;
}
.titleBack{
    width: 100%;
    height: 160px;
    background: white;
    opacity: 0.4;
}
.title{
    width: 100%;
    height: 160px;
    background: url("../images/首页_04.png") center no-repeat;
    margin-top: -160px;
}


.enter{
    background: url("../images/enter_03.png");
    display: block;
    width: 140px;
    height: 40px;
    margin-top: 170px;
    margin-bottom: 114px;
}
.description{
    width: 640px;
    height: 30px;
    /*background-color: red;*/
    margin-bottom: 39px;
    background: url("../images/description_03.png");
}
.greyLine{
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}
.nevigation{
    width: 1200px;
    /*border: 1px solid red;*/
    font-size: 0;
    padding-left: 70px;
    margin-bottom: 20px;
}
.nevigation a{
    display: inline-block;
    font-size: 16px;
    color: #3a373a;
    margin-left: 50px;
    margin-right: 50px;
}
.nevigation a:hover{
    color: white;
}
.lang{
    text-align: center;
    color: white;
}
.lang a{
    color: white;
}
.tail p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

