header {
    position: relative;
    height: .9rem;
}
.head-left{
    width: 2.96rem;
    height: .5rem;
    position: absolute;
    left: 0;
    padding: 0.16rem 0.47rem 0.21rem 0.47rem;
}
.head-left img{
    width: 2.96rem;
}
.head-right{
    /* width: 1.3rem; */
    width: calc(100% - 3.43rem);
    height: .316rem;
    position: absolute;
    text-align: right;
    padding:  0rem .24rem  0rem .24rem !important;
    right: 0;
    top: 0rem;
}
.head-right .navbar-search{
    width: 3.2rem;
    height: .6rem;
    overflow: hidden;
    position: absolute;
    top: 0.25rem;
    right: 1rem;
    display: inline-block;
    border-radius: .1rem;
}
.head-right .navbar-search input{
    display: inline-block;
    width: 2.35rem;
    height: calc(.4rem - 2px);
    margin-top: 1px;
    padding: .1rem;
}
.head-right .navbar-search .search-con {
    display: none;
}
.head-right .navbar-search img{
    width: .42rem !important;
    margin-right: .1rem;
    margin-top: 0.05rem;
}
.head-right .app-btn{
    width: .52rem !important;
    height: .4rem !important;
    display: inline-block;
    padding: 0 !important;
    margin: .2rem 0 0 0!important;
    min-width: unset !important;
}
.head-right .app-btn img{
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top !important;
}
.global-services{
    margin-bottom: 50px;
}
.global-services .case-list-box{
    width: 1200px;
    margin: 0 auto;
}
.global-services .title .text{
    width: 100%;
    position: absolute;
    top: 3rem;
    left: 0;
    text-align: center;
    font-size: .32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .8rem;
}
.global-content, .tab-menu ul{
    width: 100%;
    height: 30px;
    margin-top: 30px;
}
.global-content .tab-menu ul li{
    float: left;
    //width: 12%;
    padding: 0 20px;
    border-right: 1px solid #333333;
    text-align: center;
    cursor: pointer;
}
/* 09013 */
.m-global-content .tab-menu ul li{
    // width: 24% !important;
    padding: 0 20px;
    height: 26px !important;
    margin-top: 20px !important;
}

.global-box .hide{
    display: none;
}
.global-content .tab-menu ul li.selected{
    color: #00428C;
}
.global-content hr{
    clear: both;
    height: 3px;
    margin:10px 0;
}
.global-content .global-box .global-box-total{
    margin-top: 50px;
}
.global-content .global-box .global-box-title{
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #00428C;
    color:#ffffff;
}
.global-content .global-box .global-box-center{
    display: flex;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #E3E3E3;
}
.global-content .global-box .global-box-center img{
    width: 40%;
}
.global-box .global-box-center .global-box-center-right{
    margin: 35px 50px;
    width: 60%;
}
.global-box-center .global-box-center-right p{
    font-weight: bold;
    font-size: 20px;
}
.global-box-center .global-box-center-right table{
    width: 100%;
    margin-top: 20px;
}
.global-box-center .global-box-center-right table tr{
    width: 40%;
    height: 30px;
}

.m-global-box .global-box-center .global-box-center-right{
    margin: 10px;
    width: 60%;
}
