.fl{
    float: left!important;
}
.fr{
    float: right!important;
}
.banner{
    width: 100%;
    height: 480px;
    background: url(../img/banner.jpg) no-repeat center center;
    cursor: pointer;
}
.lay-title{
    width: 1200px;
    margin:80px auto 60px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.blue{
    color: #289bff;
}
.lay2{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.lay2>img{
    width: 526px;
    height: 294px;
}
.lay2-content{
    width: 673px;
    height: 255px;
    margin-top:20px;
    border-top: 1px solid #289bff;
    border-right: 1px solid #289bff;
    border-bottom: 1px solid #289bff;
}
.lay2-content>p{
    width: 596px;
    height: 210px;
    font-size: 20px;
    margin: 27px auto auto 65px;
    line-height: 30px;
}
.lay-btn{
    display: block;
    width: 250px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    text-align: center;
    font-size: 18px;
    margin: 40px auto;
}
.bgblue{
    background: #289bff;
    border:1px solid #289bff;
}
.bgwhite{
    background: #fff;
    border:1px solid #fff;
}
.white{
    color: #fff;
}
.lay-btn.bgblue:hover{
    background: #fff;
    color: #289bff;
}
.lay-btn.bgwhite:hover{
    background: #289bff;
    color: #fff;
}
.lay3{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    background:linear-gradient(
        90deg,#0187ff,#00b1fd
    );
    overflow: hidden;
}
.lay3-group{
    width: 1200px;
    margin: auto;
    overflow:hidden;
}
.lay3-group>div{
    float: left;
    width: 252px;
    height:250px;
    border:1px solid #fff;
    color: #fff;
    text-align: center;
    margin-left: 60px;
    font-size: 18px;
}
.lay3-group>div>img{
    margin: 30px auto;
}
.lay-title>span{
    display: block;
    font-size: 20px;
}
.lay-title>p{
    display: block;
    color: #fff;
    font-size:18px;
    font-weight: normal;
    margin-top: 20px;
    text-align: left;
}
.lay1{
    width: 1200px;
    margin:auto;
    overflow: hidden;
}
.lay1-box{
    position: relative;
    width: 590px;
    margin-left: 12px;
    margin-bottom: 15px;
    float: left;
    border:2px solid #c9c9c9;
    overflow: hidden;
}
.lay1-box>div{
    width: 280px;
    margin-top: 24px;
    margin-left: 60px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #767676;
}
.lay1-box>span{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    background: #f69227;
    color: #fff;
    line-height: 50px;
}
.lay1-box-long{
    width: 1196px;
}
.lay-btn-group{
    width: 600px;
    margin: auto;
    overflow: hidden;
}
.lay-btn-group>a{
    display: block;
    width: 280px;
    height: 48px;
    margin: 40px auto;
    line-height: 48px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.lay5-group{
    width: 1200px;
    height: 420px;
    margin: auto auto;
    overflow: hidden;
}
.lay5-group>div{
    width: 220px;
    float: left;
    margin-left: 104px;
    background: #ebebeb;
    box-shadow: 6px 6px 0px #0e64e0;
    overflow: hidden;
    height:400px;
}
.lay5-group>div>div{
    width: 220px;
    background: #fff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}
.lay5-group>div>p{
    width: 174px;
    font-size: 16px;
    margin: 20px auto;
    color: #5a5a5a;
    font-weight: bold;
    line-height: 26px;
    text-align: justify;
}
.lay6{
    width: 1200px;
    margin: auto;
}
.lay6-title{
    width: 1200px;
    border-left: 14px solid #289bff;
    color: #289bff;
    font-size: 30px;
    text-indent: 20px;
}
.lay6-title-t{
   display: inline-block;
   background: #666;
   color: #fff;
   padding: 4px 10px;
   font-size: 18px;
   margin: 30px 32px 10px;
}
.lay6-content{
    width: 1140px;
    margin: auto;
    text-indent: 32px;
    font-size: 16px;
    line-height: 28px;
}
.lay6-content-c{
    text-indent: 0!important;
}
.mt50{
    margin-top: 50px;
}