.fixed-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s linear;
}
.fixed-head {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    z-index: 1000;
    left: 0;
}
.fixed-header .skin-middle {
    padding-bottom: 5px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}
.image-top img {
    width: 100%;
}
.text-top {
    padding: 30px 30px 20px 30px;
    margin-top: 60px;
}
.image-text img {
    width: 100%;
    max-width: 220px;
}

.image-text {
    margin-bottom: 20px;
}
.icon-head ul {
    margin: 0;
}

.icon-head ul li {
    display: inline-block;
    margin-left: 10px;
}

.icon-head ul li img {
    max-width: 135px;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 5px;
}

.icon-head {
    margin-top: 0;
    padding-right: 25px;
}
.text-top h2 {
    margin: 0 0 25px 0;
    display: inline-block;
    background: #01aef2;
    color: #fff;
    padding: 5px 20px;
    border-radius: 34px;
}

.text-top span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #01aef2 url('/Portals/9/Images/icon/bg_text.jpg');
    padding: 15px;
    border-radius: 30px;
}

.text-top p {
    font-size: 12px;
    line-height: 25px;
    color:#000;
    font-weight: bold;
}
.top-head {
    margin-top: 55px;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 34px 48px 0 rgba(12,52,93,.18);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.meat-group {
    display: none;
}

.header-middle {
    min-height: 40px;
    position: relative;
}
.fixed-header .pic-head img.img-head-center {top: -13px;width: 16%;}
.pic-head img.img-head-center {
    width: 13%;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%,-50%);
    transition: all 0.3s linear;
    display: none;
}
.pic-head img.img-head-left {
    position: absolute;
    left: 50px;
    top: -13px;
    transform: translate(-50%,-50%);
}
.search-top {
    display: none;
}

.icon-box-link {
    text-align: center;
 
    padding-bottom: 15px;
}

.content-box-link {
    text-align: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.text-box-link h3 a {
    color: #000000;
    line-height: 32px;
}
.btn-link {
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn-link a {
    display: inline-block;
    background: #01aef2;
    padding: 10px 20px;
    color: #fff;
    border-radius: 32px;
    font-size: 14px;
}

.btn-link a i {
    margin-right: 10px;
    vertical-align: middle;
}

.text-box-link h3 {
    font-size: 18px;
}

.box-text-middle {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 8px;
}

.box-text-middle p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.box-text-middle p a {
    display: inline-block;
    background: #01aef2;
    color: #fff;
    padding: 0 15px;
    margin: 0 2px;
    border-radius: 35px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

























