html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    width: 100%;min-width: 1300px;margin: 0 auto;
}
body{
	min-width: 1300px;
	margin: 0 auto;
	width: 100%;
}
body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.5;
    font-family: "微软雅黑", Helvetica,Arial, "Microsoft YaHei","STHeiti", "华文黑体","SimSun", "宋体", Tahoma, Arial sans-serif;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

a {
    color: initial;
    vertical-align: top;
    text-decoration: none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* 移除img的底边距 */
img {
    vertical-align: top;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #0f1419;
}

/* // remove outline */
textarea,
a,
select,
option,
input {
    &:active,
    &:focus {
        outline: 0;
    }
}

textarea,
input,
select,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

body {
    margin: 0 auto;
    width: 100%;
    min-width: 1300px;

}
*{
    padding: 0;margin: 0;
}
.clearfix:after{
    display:block;content: '';clear: both;
}
.clearfix{
    zoom:1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrap{width: 100%;min-width: 1300px;margin: 0 auto;}
.footer{
	padding:40px 0;
	background:#2a2a2a;
	color:#fff;
	font-size:12px;
	line-height:30px;
	min-width:1010px;
}

.footerBox{
    width:1010px;  
    margin:0 auto;
}

.footerBox .floatL{width:270px;
				   padding:30px 0 0;}

.footerBox p{
     text-align:center;
	 width:600px;
	 float:left;
	 font-size:12px;
}

.footerBox .floatR{width:130px;}

.footerBox .footer a{
	color:#fff;
	font-size:12px;
}
.footerBox .footer a:hover{
	text-decoration: underline;
}
.footerBox .footer p{
	margin-left:40px;
	text-align:left;
}