/*  */

* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal !important;
}

li {
    list-style: none;
}

img {
    border: 0;
    /* 将元素放在父元素的中部 */
    vertical-align: middle;
}


/* 鼠标在botton上变成小手 */

button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c00;
}

button,
input {
    outline: none;
}

body {
    background-color: #fff;
    color: #333;
    /* min-width: 1100px; */
    min-width: 375px;
    background: url('../images/bg1.png') no-repeat;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.main {
    /* background: url(../images/top.png) no-repeat center -415px, url(../images/bottom.png) no-repeat center bottom;; */
    position: relative;
    z-index: 2;
}

.main .container {
    width: 1260px;
    margin: 0 auto;
    /* background: #fff; */
    height: auto;
    box-sizing: border-box;
}

.footer {
    overflow: hidden;
    /* height: 180px; */
    background: url('../images/footer.png') no-repeat;
	background-size: 100%;
	
}

.footer .in {
    padding-top: 160px;
    text-align: center;
	padding-bottom: 20px;
}

.footer span {
    margin-top: 44px;
    font-size: 14px;
    color: #000;
    line-height: 34px;
}
