@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: #fff;
    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: 86px;
    height: 45px;
    line-height: 45px;
    background: #045afe;
    border-radius: 10px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.banner{
    position: relative;
}
.banner .bg{
    background: url(../files/bg.svg) no-repeat 130px bottom;
    width: 100%;
    height:660px;
    background-size:100%;
    position: absolute;
}
.banner .img01{
    background: url(../files/img01.webp) no-repeat;
    position: absolute;
    width: 490px;
    height: 495px;
    background-size:70%;
    top:110px;
    left:-70px
}
.banner .img02{
    background: url(../files/img02.webp) no-repeat;
    position: absolute;
    width:600px;
    height: 605px;
    background-size:80%;
    top:0px;
    right:-70px
}
.banner .img03{
    margin-left: 70px;
}
.banner .info{
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 60px;
    color: #fff;
}
.banner .info h1{
    font-size: 60px;
    font-weight: normal;
}
.banner .info p{
    font-size: 18px;
    padding: 20px 0;
    line-height: 32px;
}
.banner .btn{
    padding: 20px 0 40px;
}
.banner .btn a{
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    font-size: 16px;
    margin: 0 15px;
    color: #045afe;
    border:#fff solid 1px
}
.banner .btn a:nth-child(2) {
    background: none;
    border:#fff solid 1px;
    color: #fff;
}
.banner .img{
    position: relative;
}
.banner .img .img05{
    position: absolute;
    width:300px;
    bottom:100px;
    left:285px
}
.banner .img .popup{
    position: absolute;
    bottom: 170px;
    left:315px;
}
.banner .img .popup .item{
    background: url(../files/img06.webp) no-repeat;
    background-size: 100%;
    width:120px;
    height:35px;
    position: relative;
}
.banner .img .popup .item2{
    background: url(../files/img07.webp) no-repeat;
    background-size: 100%;
    width:120px;
    height: 35px;
    position: relative;
}



