.h_scroll_content{
    padding-top: 60px;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.h_bg_white{
    background: #fff;
}

.menuIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}

.btn-nav {
    background: 0 0;
    border: none;
    padding: 15px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999
}

.btn-nav:focus {
    outline: 0
}

.icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #00c6ad;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #00c6ad;
}

.animated2 {
    display: block;
    margin: 0 auto
}

.animated2:focus .icon-bar,
.animated2:hover .icon-bar {
    background-color: #00c6ad;
}

.animated2:focus {
    cursor: pointer;
    z-index: 9999;
}

.middle {
    width: 18px;
}

.icon-bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
}

.animated2 .icon-bar {
    z-index: 999999;
    background-color: #00c6ad;
}

.animated2 .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

.animated2 .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.animated2 .middle {
    width: 0
}

#header {
    width: 100%;
    height: 60px;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    transition: background 0.4s ease-out 0.5s;
    -webkit-transition: background 0.4s ease-out 0.5s;
}

#header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 50px;
    background: url(../../images/chaobangmobile/global/logo_new.png?2) no-repeat 16px center;
    background-size: 140px;
}

#header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#header.showMenu {
    position: fixed;
    transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
}
#header .tm_icon,#header .jd_icon{
    display: block;
    width: 26px;
    height: 26px;
}
#header .tm_icon{
    position: absolute;
    right: 60px;
    top: 15px;
}
#header .jd_icon{
    position: absolute;
    right: 94px;
    top: 15px;
}
#header .jd_icon{
    background: url(../../images/chaobangmobile/global/jingdong.png) no-repeat center;
    background-size: 26px;
}
#header .tm_icon{
    background: url(../../images/chaobangmobile/global/tianmao.png) no-repeat center;
    background-size: 26px;
}

#header.showMenu .animated2 .icon-bar {
    background: #00c6ad;
}

.menuMain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    display: none;
    margin: 0;
    padding: 60px 0 20px 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.menuBox {
    padding: 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.menuMain::-webkit-scrollbar {
    display: none;
}

.menuBox::-webkit-scrollbar {
    display: none;
}

.menuBox li {
    padding: 0;
    position: relative;
}

.menuBox li > a {
    height: 48px;
    line-height: 48px;
    color: #000;
    font-size: 14px;
    background: url(../../images/chaobangmobile/global/icon_03.png) no-repeat 98% center;
    background-size: 12px;
    display: block;
}

.menuBox li > span{
	display: block;
    height: 48px;
    line-height: 48px;
    color: #000;
    font-size: 14px;
    background: url(../../images/chaobangmobile/global/icon_01.png) no-repeat 98% center;
    background-size: 12px;
    display: block;
}

.menuBox li.on>a {
    background-image: url(../../images/chaobangmobile/global/icon_02.png);
}

.menuBox li.on>span {
    background-image: url(../../images/chaobangmobile/global/icon_02.png);
}

.proList,
.serList,
.newsList {
    overflow: hidden;
    display: none;
}

.proList a,
.serList a,
.newsList a {
    width: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    float: left;
    color: #000;
    position: relative;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 28px;
    text-indent: 60px;
}
.proList .border_b:nth-last-child(1):after{
    height: 0;
}
.proList .border_b:nth-last-child(2):after{
    height: 0;
}
.serList .border_b:last-child:after{
    height: 0;
}

.proList a.n1 {
    background-image: url(../../images/chaobangmobile/global/nav_icon_jcz.png);
}

.proList a.n2 {
    background-image: url(../../images/chaobangmobile/global/shuicao.png);
}

.proList a.n3 {
    background-image: url(../../images/chaobangmobile/global/nav_icon_xwj.png);
}

.proList a.n4 {
    background-image: url(../../images/chaobangmobile/global/qianru.png);
}

.proList a.n5 {
    background-image: url(../../images/chaobangmobile/global/waterheater.png);
}

.proList a.n6 {
    background-image: url(../../images/chaobangmobile/global/nav_icon_jsq.png);
}

.proList a.n7 {
    background-image: url(../../images/chaobangmobile/global/nav_icon_yyj.png);
}

.proList a.n8 {
    background-image: url(../../images/chaobangmobile/global/cexi.png);
}

.proList a.n9 {
    background-image: url(../../images/chaobangmobile/global/nav_icon_cabinet.png);
}

.serList a,
.newsList a {
    width: 100%;
    text-indent: 20px;
}

.menuBox .preBox ul {
    padding-left: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.menuBox .preBox {
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    padding-bottom: 20px;
}

.menuBox .nextBox .other {
    display: none;
}

.menuBox .nextBox .other .tit {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 0 10px 0;
}

.menuBox .nextBox .other a {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
    display: inline-block;
    width: 100%;
}

.border_b:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #eee;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(.3);
}

.menuBox .linkBtn {
    padding-top: 35px;
    text-align: center;
}

.menuBox .linkBtn a {
    height: 38px;
    line-height: 38px;
    color: #000;
    padding: 0 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    position: relative;
}

.menuBox .linkBtn a:after {
    border-radius: 10px;
}

.trblBor:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(220,220,220,.5);
}
.phone_400{
	text-align: center;
	color:#000;
	font-size: 12px;
	margin-top: 6px;
}