*{
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
    box-sizing: border-box;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #333;
}
.banner{
    padding: 60px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0 8px 16px rgba(28,31,33,.1);
    background: url(../img/banner.png) no-repeat center bottom;
}
.container{
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}
.main-footer{
    padding: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.box{
    margin-top: 20px;
}
.box .box-title{
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    line-height: 40px;
}
.list{
    display: inline-block;
    width: 100%;
}
.list li{
    float: left;
    width: 25%;
    padding-right: 20px;
}
.card{
    display: block;
    font-size: 14px;
    color: #666;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.card:hover{
    box-shadow: 2px 2px 15px 1px #999;
}
.card-title{
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.card-big .card-title{
    padding: 40px 0;
    height: 150px;
    line-height: 40px;
}
.small{
    font-size: 24px;
}
.bg-orange{
    background-color: #DF3D00;
}
.bg-red{
    background-color: #D13A31;
}
.bg-green{
    background-image: linear-gradient(#00774F, #00A04C);
}
.bg-blue1{
    background-image: linear-gradient(#0675A3, #34CBCD);
}
.bg-blue2{
    background-image: linear-gradient(#084388, #009AE7);
}
.bg-blue3{
    background-image: linear-gradient(#0462D0, #021B79);
}
.bg-orange2{
    background-image: linear-gradient(#EA3F02, #FF6800);
}
.bg-purple{
    background-image: linear-gradient(#8C7CFF, #5542DB);
}
.card-body{
    padding: 10px;
    height: 60px;
    line-height: 20px;
}
.card-footer{
    padding: 0 10px 10px;
}
.float-box{
    overflow: hidden;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.btn{
    border: 1px solid #dbdfe3;
    border-radius: 13px;
    width: 80px;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
    font-size: 12px;
    color: #1c1e20;
}

