@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;}
body{ font-family:"Microsoft YaHei","Verdana";font-size: 12px;color:#000;}
input,select{ font-family:"Microsoft YaHei","Verdana"}
img{border:none;}
ul,li,dl,dt,dd{list-style:none; }
em{font-style: normal;}
a{ text-decoration: none; color:#000;cursor: pointer;}
a:hover {text-decoration: none; color:#e62129;}
.cl{clear:both; overflow:hidden; }
.main{width:1200px; margin:0 auto; position:relative }
.center{ text-align:center}
.head{
    background: rgba(255,255,255,.6);
    height: 80px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    position: relative;
    z-index: 100;
    
}
.head .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.head .down a{
    min-width: 100px;
    height: 45px;
    line-height: 45px;
    border:#ff6933 solid 1px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #ff6933;
}
.banner{
    position: relative;
    background: url(../files/banner.png) no-repeat center;
    height:500px;
}
.banner .main{
    display: flex;
    align-items: center;
    height: 100%;
}
.banner .info{
    position: relative;
    z-index: 10;
    color: #000;
    padding-left: 40px;
}
.banner .info h1{
    font-size: 60px;
}
.banner .info p{
    font-size: 18px;
    padding: 20px 0;
    line-height: 32px;
    color: #333;
}
.banner .btn{
    padding: 20px 0 40px;
}
.banner .btn a{
    display: inline-block;
    border-radius:3px;
    padding:20px 60px;
    font-size: 18px;
    background-image: linear-gradient(to right, #ff8c50, #ffb686);
    box-shadow: 0 5px 3px rgba(211, 74, 0, .22);
    color: #fff;
    font-weight: bold;
}
.title h2{
    text-align: center;
    padding:80px 0 30px;
    font-size: 48px;
}
.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 60px;
}
.list .item{
    text-align: center;
    width: 25%;
    margin-bottom: 30px;
}
.list .item img{
    width:120px;
}
.list .item p{
    font-size: 18px;
}