/* Unessential CSS - Just here to make this sample page prettier */

.rm-toggle.rm-button {
    margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
    /*margin-top: 20px !important;*/
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.rm-nav li a i{
    display: inline;
    margin-left: 10px;
    line-height: 50px;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 50px;
    line-height: 50px;
}

/*搜索页面*/
header .head-input{
    margin-left: 40px;
    position: relative;
}
header input{
    width: 700px;
    height: 45px;
    border-radius: 20px;
    padding: 0 175px 0 40px;
}
header .head-input .head-icon{
    width: 24px;
    height: 24px;
    background: url("/assets/img/search.png");
    background-size: 100% 100%;
    position: absolute;
    left:10px;
    top:15px
}
header .head-input .head-button{
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00428c;
    color:#ffffff;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 0;
}
.m-head-input{
    margin-left: 0.3rem;
    margin-bottom: 20px;
    position: relative;
}
.m-head-input input{
    width: 70%;
    height: 0.6rem;
    border-radius: 20px;
    padding: 0 1rem 0 0.6rem;
    outline: 1px solid #e0e0e0;
}
.m-head-input .head-icon{
    width: 24px;
    height: 24px;
    background: url("../img/search.png");
    background-size: 100% 100%;
    position: absolute;
    left:5px;
    top:5px
}
.m-head-input .head-button{
    width: 1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #00428c;
    color:#ffffff;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 0.7rem;
}

.m-head{
    width: 100%;
    padding: 30px;
    position: absolute;
    z-index: 2;
    display: flex;
}

.case-list-box .body-item .item{
    height: 253px;
    display: inline-block;
    box-shadow: 0px 4px 10px 0px rgba(193, 193, 193, 0.5);
    margin: 1rem 3rem;
}
.case-list-box .body-item .item .name{
    padding-left: 10px;
}

.m-case-list-box .body-item .item{
    margin: 0.2rem;
    width: 3.2rem;
    height: 2.5rem;
    display: inline-block;
    box-shadow: 0px 4px 10px 0px rgba(193, 193, 193, 0.5);
}
.m-case-list-box .body-item .item img{
    /*width: 40%;*/
    width: 100%;
    height: 60%;
    background-size: 100%  100%;
}
.m-case-list-box .body-item .item span{
    font-size: 12px;
}

/*数字智能*/
.m-section .m-banner{
   height: 300px;
}
.m-section .m-banner .bg{
    height: 100%;
}
.m-section .m-banner .text{
    width: 100%;
    position: absolute;
    top:1.5rem;
    text-align: center;
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    color: #ffffff;
}
.m-section .m-header-banner{
    position: relative;
}
.m-section .m-header-banner .title .bg{
    text-align: center;
    font-size: .65rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: .8rem;
    color: #999999;
    opacity: 0.1;
}
.m-section .m-header-banner .title .text{
    width: 100%;
    position: absolute;
    top:0.8rem;
    font-size: 0.3rem;
    text-align: center;
}
.m-section .m-header-banner .title .line{
    width: 0.6rem;
    height: 0.02rem;
    background: #00428C;
    position: absolute;
    left: 50%;
    margin-top: 0.3rem;
    margin-left: -0.3rem;
}
.m-section .m-header-banner .s1-con3 .main .research .item .item-pic{
    width: 40%;
    padding-top: 10px;
}
.m-section .m-header-banner .s1-con3 .main .research .item .item-pic img{
    width: 350px;
    height: 170px;
}
.m-section .m-header-banner .s1-con3 .main .research .item .item-pic .item-pic-bg{
    width: 350px;
    height: 170px;
    background: #00428C;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}
.m-section .m-header-banner .s1-con3 .main .research .item .item-padding-l{
    width: 50%;
}
.m-section .m-header-banner .s1-con3 .main .research .item .item-con .info{
    margin: 5px 0 10px 0;
}
.m-section .m-header-banner .main .research .item .item-con .btn{
   float: right;
}
