body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
}
body {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 1;
}
div{
    box-sizing: border-box;
}
ul,
li {
    list-style: none;
}
i {
    font-style: normal;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
.fl{float: left !important;}
.fr{float: right !important;}
.mt25{ margin-top: 25px;}
/*定宽*/
.total{
    max-width: 1180px;
    margin: 0 auto;
}
.box > div{
    min-width: 1200px;
}
/*小三角*/
.tipTop a{
    color: #a4a3a3;
    font-size: 16px;
    display: inline-block;
    height: 75px;
    border-bottom: 3px solid #66CC99;
}
/*底部*/
.cop{
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    background-color: #cbcbcb;
    margin-top: 20px;
    color: #757575;
	clear: both;
}
