
/**/
.lm-banner{
    width: 100%;
    height:640px;
    margin-bottom:30px;
    position: relative;
    overflow: hidden;
    margin-top:65px;
}
.lm-banner img{
    width:1920px;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-960px;
}

/**/
.lm-content{
    width: 100%;
    height:auto;
    background: #fff;
}
.lm-c-mod{
    width: 100%;
    height:auto;
    margin-bottom:30px;
}
.lm-mod-title{
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.lm-mod-tName{
    height:24px;
    border-left:4px solid #4d97ff;
    padding-left: 20px;
    line-height: 24px;
}
.lm-mTitle-t1{
    font-size: 24px;
    margin-right:20px;
}
.lm-mTitle-t2{
    font-weight:200;
    font-size: 24px;
    color: #999;
}
.lm-mTitle-more{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.lm-mTitle-icon{
    margin-left: 10px;
}

/*mod1*/
.lm-mod1-c{
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.lm-m1-item{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.lm-m1-item img{
    transition: .4s;
}
.lm-m1-item:hover{
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
}
.lm-m1-item:hover img{
    transform: scale(1.1);
}
.lm-m1-item:hover .lm-m1-mTai{
    opacity: 1;
    display: block;
}
.lm-m1-left .lm-m1-item:first-child{
    margin-bottom: 20px;
}
.lm-m1-mTai{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(77,151,255,.3);
    opacity: 0;
    display: none;
}
/*mod2*/
.lm-mod2-c{
    margin-bottom: 10px;
}
.lm-m2-item{
    float: left;
    width: 285px;
    height: 160px;
    position: relative;
    margin:0 20px 20px 0;
    cursor: pointer;
    overflow: hidden;
}
.lm-m2-item:hover{
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
}
.lm-m2-item:nth-child(4n){
    margin-right:0;
}
.lm-m2-mTai{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    transition: .3s;
}
.lm-m2-info{
    overflow: hidden;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.lm-m2-iName{
    margin-top:70px;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    transition: .3s;
}
.lm-m2-iText{
    width: 190px;
    height:54px;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    text-align: left;
    font-weight:200;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top:80px;
    transition: .3s;
}
.lm-mBg{
    transition: .3s;
}
.lm-m2-iBtn{
    width: 100px;
    height: 32px;
    border-radius: 4px;
    line-height: 30px;
    border: solid 1px #ffffff;
    font-size: 14px;
    color: #fff;
    margin-top:10px;
}
.lm-m2-iBtn:hover{
    background: rgba(255,255,255,.4);
}
.lm-m2-item:hover .lm-mBg{
    transform: scale(1.1);
}
.lm-m2-item:hover .lm-m2-mTai{
    background: rgba(77,151,255,0.6);
}
.lm-m2-item:hover .lm-m2-iName{
    margin-top:10px;
}
.lm-m2-item:hover .lm-m2-iText{
    margin-top:10px;
}/*
.lm-m2-item:hover .lm-m2-info{
    height: 180px;
}*/

/*mod3*/
.lm-mod3-c{
    display: flex;
    justify-content: space-between;
}
.lm-m3-item{
    width: 285px;
    height: 335px;
    padding-top: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.lm-m3-item:hover .lm-mod3-info{
    box-shadow: 0 4px 6px 0 rgba(77, 151, 255, 0.3);
    border: solid 1px #4d97ff;
}
.lm-mod3-icon{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-50px;
    transition: .3s;
}
.lm-mod3-icon2{
    transform: scale(0);
}
.lm-mod3-info{
    width: 285px;
    height: 285px;
    border: 1px solid #e5e5e5;
    padding-top: 70px;
    text-align: center;
    justify-content: center;
}
.lm-m3-iName{
    width: 180px;
    height: 42px;
    line-height: 20px;
    margin-bottom:10px;
    font-size: 18px;
    color: #333;
    position: relative;
    left:50%;
    margin-left: -90px;
}
.lm-m3-iText{
    width: 234px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: relative;
    left:50%;
    margin-left: -117px;
    text-align: justify;
    font-weight:200;
}

/*bot1*/
.lm-bottom1{
    width: 100%;
    height:auto;
    background: #fafafa;
}
.lm-bot-title{
    text-align: center;
    height: 130px;
    padding: 30px 0;
}
.lm-bot-t1{
    font-size: 30px;
    line-height: 30px;
    margin-bottom:15px;
}
.lm-bot-t2{
    font-size: 24px;
    color: #999;
    font-weight:200;
}
.lm-bot1-c{
    margin-top:10px;
}
.lm-bot1-cItem{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    background: #fff;
    margin:0 40px 40px 0;
}
.lm-bot1-cItem:nth-child(5n){
    margin-right:0;
}
/*bot2*/
.lm-bot2-item{
    display: flex;
}
.lm-bot2-iTitle{
    width: 108px;
    font-size: 18px;
    color: #999;
}
.lm-bot2-iC{
    display: flex;
    margin-bottom: 10px;
}
.lm-bot2-iC-item{
    min-width: 320px;
}
.lm-bot2-l-t{
    display: flex;
    height:20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
}
.lm-bot2-icon{
    margin-right:12px;
}
.lm-bot2-c-item{
    text-align: center;
    margin-right: 60px;
    font-size: 18px;
    line-height: 48px;
}
/*bot3*/

/**/
.lm-Mtai{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.lm-register{
    width: 600px;
    height:400px;
    background: #fff;
    position: absolute;
    left:50%;
    top:50%;
    margin:-200px 0 0 -300px;
}