.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    /*color:#e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}
.sidebar{
    width:238px;
    overflow:hidden;
    border:1px solid #e2e2e2;
    float: left;
}
.sidebar h1{
    width:100%;height:40px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.sidebar dl{
    width:100%;
    overflow:hidden;
}
.sidebar dt{
    width:100%;
    height:39px;
    background: #e2e2e2;
    margin-bottom: 6px;
}
.sidebar dt img{
    margin:13px 0 0 16px;
    float: left;
    width:14px;height:14px;
    cursor:pointer;
}
.sidebar dt p{
    font-size: 12px;
    float: left;
    margin:12px 0 0 7px;
    color: #000;
}
.sidebar dd{
    width:100%;
    height:28px;
    line-height: 28px;
    text-indent: 34px;
    color: #000;
    font-size: 12px;
    cursor:pointer;
}
.sidebar dd:last-child{
    margin-bottom: 6px;
}
.sidebar dd:hover{
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
}
.sidebar dd.current{
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
}
.sidebar dl:nth-of-type(1) dd:nth-of-type(5),.sidebar dl:nth-of-type(1) dd:nth-of-type(6),.sidebar dl:nth-of-type(1) dd:nth-of-type(7),.sidebar dl:nth-of-type(1) dd:nth-of-type(8),.sidebar dl:nth-of-type(3) dd:nth-of-type(5),.sidebar dl:nth-of-type(3) dd:nth-of-type(6){
    display: none;
}
.help-detail{
    width:901px;
    float: left;
    overflow:hidden;
    margin-left: 12px;
}
.help-detail>ul>li{
    display: none;
}
.help-detail img{
    width: 100%;
}
.help-detail div{
    width: 898px;
    overflow:hidden;
    padding:10px 0;
    border:1px solid #e2e2e2;
}
.help-detail h3{
    font-size: 18px;
    margin-left: 30px;
}
.help-detail li:nth-child(4) table{
    margin-left: 50px;
    margin-top: 20px;
    border:1px solid #dddddd;
}
.help-detail li:nth-child(4) table:nth-of-type(n+2){
    margin-top: 50px;
}
.help-detail li:nth-child(4) td{
    text-align: center;
    border:1px solid #dddddd;
    font-size: 14px;
}
.help-detail li:nth-child(4) tr:nth-child(1) td{
    font-size: 16px;
}
.help-detail li:nth-child(4) td img{
    width: 80px;height: 30px;
    margin:5px auto;
}
.help-detail li:nth-child(4) td a{
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
    font-size: 14px;
}
.help-detail li:nth-child(4) tr:nth-child(1){
    background:#e2e2e2;
}
.help-detail li:nth-child(22) p:nth-child(1){
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
}
.help-detail p{
    font-size: 14px;
    margin-left: 30px;
}
.help-detail p a{
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
    font-size: 14px;
}
.help-detail>ul>li:nth-child(23) ul{
    width: 100%;
    margin:20px 0 40px;
    overflow:hidden;
}
.help-detail>ul>li:nth-child(23) li{
    width: 200px;height:80px;
    float: left;
    margin-left:20px;
}
.help-detail>ul>li:nth-child(23) img{
    width: 100%;height:100%;
}
.help-detail>ul>li:nth-child(2) a{
    /*color: #e50012;*/
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
    font-size: 14px;
}
.help-detail>ul>li:nth-child(2) p{
    margin-left: 60px;
}
.help-detail>ul>li:nth-child(2) p:nth-of-type(1),.help-detail>ul>li:nth-child(2) p:nth-of-type(3),.help-detail>ul>li:nth-child(2) p:nth-of-type(5){
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}
.help-detail>ul>li:nth-child(2) p:nth-of-type(2),.help-detail>ul>li:nth-child(2) p:nth-of-type(4),.help-detail>ul>li:nth-child(2) p:nth-of-type(6){
    color: #666;
    margin-top: 6px;
}
.help-detail>ul>li:nth-child(2) p:nth-of-type(n+5){
    margin-top: 6px;
}
.help-detail>ul>li:nth-child(3) p{
    margin-left: 60px;
}
.help-detail>ul>li:nth-child(3) a{
	/*dill新增 20191022----------------------start*/
	color: #1955b5;
	/*dill新增 20191022----------------------end*/
    /*color: #e50012;*/
    font-size: 14px;
}
.help-detail>ul>li:nth-child(3) img{
    width: 600px;height: 100px;
    margin-left: 60px;
    margin-top: 20px;
}
.help-detail>ul>li:nth-child(3) p:nth-of-type(2n+1){
    margin-top: 10px;
}
.help-detail>ul>li:nth-child(3) p:nth-of-type(2n+2){
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
}
.help-detail>ul>li:nth-child(3) p:nth-of-type(2n+3){
    color: #666;
}
.help-detail>ul>li:nth-child(3) p:nth-of-type(1){
    font-weight: 700;
    font-size: 18px;
}