@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-color: rgba(0, 0, 0, .3);
    height: 80px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    
}
.head .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.head .down a{
    min-width: 86px;
    height: 45px;
    line-height: 45px;
    background: #0FCE5B;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.banner{
    background: url(../files/banner-bg.jpg) no-repeat center;
    height: 730px;
    color: #fff;
}
.banner .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 140px;
}
.banner h1{
    font-size: 72px;
}
.banner h2{
    font-size:26px;
    padding: 20px 0 30px;
}
.banner p{
    font-size:18px;
    padding: 0 0 30px;
    line-height: 36px;
    color: rgba(255,255,255,.8);
}
.banner .down a{
    background: #0FCE5B;
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
.list{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list .item{
    width: 342px;
    display: flex;
    margin-bottom:50px;
}
.list .item .img{
    margin-right: 20px;
}
.list .item .info h3{
    font-size: 20px;
    font-weight: normal;
}
.list .item p{
    font-size:14px;
    font-weight: normal;
    padding:10px 0 15px;
    color: #333;
}
.list .item .down{
    display: flex;
    align-items: center;
}
.list .item .down a{
    margin-right: 16px;
    width: 92px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    color: #333;
}
.list .item .down a:hover{
    background-color: #EEFBFE;
    border: 1px solid #7ED4FD;
    color: #18a2e7;
}
.list .item .down span{
    font-size: 14px;
    color: #555;
}