* {
    font-family: 'Microsoft YaHei',STHeiti,Verdana,Arial,Tahoma,'sans-serif';
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #666;
    /*-webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);*/
}
html,body{
    height: 100%;
}
body{
    width: 100%;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.clearfix{
    zoom: 1;
}
.clearfix:before,
.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.box{
    width: 1200px;
    margin: 0 auto;
}
.title{
    text-align: center;
    padding: 40px 0;
}
.title h3{
    font-size: 32px;
    margin: 0 0 10px;
    color: #333;
    font-weight: bold;
}
.title h3 span{
    color: #f0ad4e;
}
.title h3 span.num{
    font-style: italic;
    font-size: 40px;
}
.title p{
    font-size: 18px;
    color: #666;
}






