@charset "utf-8";

.lnb_grp {
    background: #b8e2e8;
    height: 85px;
    line-height: 85px;
    text-align: center;
	max-width:100%;
}
.lnb {
    height: 100%;
    overflow: hidden;
}
.radius50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
.center_bx:after {
    display: block;
    content: '';
    clear: both;
}
.lnb li {
    display: inline-block;
    height: 85px;
    margin-left: 58px;
    text-align: right;
}
.lnb h1 {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 12px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    padding-left: 32px;
    color: #77cad6;
    font-weight: bold;
    font-size: 18px;
    margin-right: -1px;
    font-family: 'Swagger';
    border: 2px solid #7fd7e4;
    vertical-align: middle;
}
.lnb li .state_icon {
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}
.lnb li .state_num {
    display: inline-block;
    font-family: 'Swagger',sans-serif;
    font-size: 32px;
    color: #01acc8;
    vertical-align: middle;
    font-weight: bold;
}
.lnb li .state_icon img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 3px;
}
.lnb li .state_txt {
    display: block;
    color: #15b1ca;
    font-weight: bold;
    font-size: 10px;
    line-height: 100%;
}
.title_icon01 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./img/icon01.png)#fff right center;
    border-radius: 100%;
    float: left;
    position: absolute;
    left: -2px;
}
.title_icon02 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./img/icon02.png)#fff right center;
    border-radius: 100%;
    float: left;
    position: absolute;
    left: -2px;
}
.title_icon03 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./img/icon03.png)#fff right center;
    border-radius: 100%;
    float: left;
    position: absolute;
    left: -2px;
}