body{
    background-color: #e7ebee;
}
.helpcenter{
    width: 1200px;
    margin: 34px auto 0;
    overflow: hidden;
}
.helpcenter .helpcenter-lt{
    width: 210px;
    background-color: #fff;
    float: left;
    min-height: 1150px;
}
.helpcenter .helpcenter-lt .lt-header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e7ebee;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 80px;
}
.helpcenter .helpcenter-lt .lt-cont{
    
}
.helpcenter .helpcenter-lt .lt-box{
    padding-top: 7px;
    background-color: #fff;
}
.helpcenter .helpcenter-lt .lt-one{
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    text-align: left;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}
.helpcenter .helpcenter-lt .lt-two{}
.helpcenter .helpcenter-lt .lt-two .item{
    position: relative;
    padding-left: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    text-align: left;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.helpcenter .helpcenter-lt .lt-two .item.on{
    color: #e60020;
}
.helpcenter .helpcenter-lt .lt-two .item.on::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
    width: 5px;
    background-color: #e60020;
}
.helpcenter .helpcenter-lt .lt-two .item:hover{
    background-color: #ffe3e7;
}
.helpcenter .helpcenter-rt{
    float: right;
    width: 970px;
    margin-left: 20px;
    background-color: #fff;
    min-height: 1120px;
    padding-bottom: 30px;
}
.helpcenter .helpcenter-rt .rt-header{
    padding-left: 40px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e7ebee;
    font-size: 24px;
    color: #666;
    line-height: 80px;
}
.helpcenter .helpcenter-rt .rt-content{
    padding: 0 40px;
}
.helpcenter .helpcenter-rt .rt-content .rt-one{
    position: relative;
    font-size: 14px;
    color: #666;
    margin-top: 26px;
    padding-left: 15px;
    cursor: pointer;
}
.helpcenter .helpcenter-rt .rt-content .rt-one:hover{
    color: #59b9ef;
}
.helpcenter .helpcenter-rt .rt-content .rt-one:hover::after{
    border-color:transparent transparent transparent #59b9ef;
}
.helpcenter .helpcenter-rt .rt-content .rt-one::after{
    content: "";
    width: 0;
    height: 0;
    border-width:5px 0 5px 5px;
    border-style:solid;
    border-color:transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.helpcenter .helpcenter-rt .rt-content .rt-two{}
.helpcenter .helpcenter-rt .rt-content .rt-two-title{
    margin-top: 28px;
    font-size: 14px;
    color: #000;
    padding-bottom:  10px;
    border-bottom: 1px solid #e7ebee;
}
.helpcenter .helpcenter-rt .rt-content .rt-two-text{
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    line-height: 22px;
}
.helpcenter .helpcenter-rt .rt-content .rt-two-box{
    margin-top: 30px;
}
.helpcenter .helpcenter-rt .rt-content .box-wrap{
    position: relative;
}

.helpcenter .helpcenter-rt .rt-content .box-subtitle{
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}
/*.helpcenter .helpcenter-rt .rt-content .box-wrap .box-subtitle>i{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 3px);
    height: 11px;
    background-color: #ffe3e7;
    z-index: 1;
}*/
/*.helpcenter .helpcenter-rt .rt-content .box-wrap .box-subtitle::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 3px);
    height: 11px;
    background-color: #ffe3e7;
    z-index: 1;
}*/
.helpcenter .helpcenter-rt .rt-content .box-subtitle>span.text{
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #666;
    padding-left: 5px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Safari 5.1-6*/
    background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Opera 11.1-12*/
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Fx 3.6-15*/
}
.helpcenter .helpcenter-rt .rt-content .box-subtitle>span.number{
    font-size: 20px;
    color: #e60020;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    top: -1px;
    z-index: 2;
    font-style: italic;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Safari 5.1-6*/
    background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Opera 11.1-12*/
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 42%, #FFE3E7); /*Fx 3.6-15*/
    line-height: 26px;
}
.helpcenter .helpcenter-rt .rt-content .box-img{
    margin: 15px 27px 0;
}
.helpcenter .helpcenter-rt .rt-content .box-img>img{
    width: 100%
}
.helpcenter .helpcenter-rt .rt-content .box-tips{
    margin: 10px 27px 0;
    font-size: 14px;
    color: #666;
}
.helpcenter .helpcenter-rt .rt-content .rt-two-tips{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.aboutus{
}
.zswelfare{
	display: none;
}
.zswelfare-banner{
    margin-top: 24px;
}
.zswelfare-banner img{
    width: 100%;
}
.zswelfare-details{
    margin-top: 37px;
}
.zswelfare-details img{
    width: 100%;
}
.zswelfare-btn{
    text-align: center;
    margin-top: 56px;
}
.zswelfare-btn>a{
    display: inline-block;
    width: 340px;
    height: 60px;
    background-color: #f65050;
    border-radius: 4px;
    font-size: 22px;
    color: white;
    line-height: 60px;
    text-align: center;
}
.bcooperation{
	display: none;
}
.bcooperation-info{
    overflow: hidden;
    width: 860px;
    margin-top: 50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eee;
}
.bcooperation-info-workTime{
    clear: both;
    font-size: 16px;
    color: #868686;
    padding-top: 29px;
}
.bcooperation-info-lt{
    float: left;
}
.bcooperation-info-rt{
    float: left;
    margin-left: 268px;
}
.bcooperation-info .info-title{
    font-size: 18px;
    color: #333;
}
.bcooperation-info .info-cont{
    margin-top: 32px;
    font-size: 16px;
    color: #868686;
}
.bcooperation-info .info-cont .info-list{
    margin-top: 11px;
}
.bcooperation-map{
    /* text-align: center; */
}
.bcooperation-title{
	font-size: 16px;
	color: #868686;
	padding: 21px 0;
}
.bcooperation-map>iframe{
	width: 810px;
	height: 534px;
}
.addus{
	display: none;
}
.addus-bg{
	background-image: url(../img/iam_pic.png);
	width: 870px;
	height: 356px;
	margin-top: 40px;
}
.addus-bg-top{
    padding: 40px 0 0 26px;
}
.addus-bg-top>p{
    margin: 0;
    font-size: 18px;
    color: #333;
}
.addus-bg-bottom{
    padding: 70px 0 0 26px;
}
.addus-bg-bottom>p{
    font-size: 16px;
    color: #888;
    margin: 0;
}
.addus-bg-bottom>span{
    font-size: 16px;
    color: #888;
    margin-top: 20px;
}
#specontent{
    display: none;
}
.classify-title{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;
}
.helpcenter .helpcenter-rt .rt-content #specontent .rt-two-box{
    margin-top: 0;
}