.the-about>.fl {
    width: 222px;
}
.the-about>.fl li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    box-shadow: 0 1px 20px #eaeaea;
}
.the-about>.fl li a {
    display: block;
    padding-left: 30px;
    padding-right: 44px;
    background: #fff;
    font-size: 16px;
    color: #333;
}
.icon-aboutUs01 {
    background-position: -23px -3px;
}
.icon-aboutUs {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-aboutUs.png) no-repeat;
}
.icon-style {
    display: inline-block;
    vertical-align: middle;
}
.icon-aboutUs-arrow {
    width: 9px;
    height: 10px;
    font-size: 0;
    background: url(../images/icon-aboutUs-arrow.png) no-repeat -26px -5px;
}
.margin-t-20 {
    margin-top: 20px;
}
.icon-style {
    display: inline-block;
    vertical-align: middle;
}
.icon-aboutUs01 {
    background-position: -23px -3px;
}
.icon-aboutUs02 {
    background-position: -23px -22px;
}
.icon-aboutUs03 {
    background-position: -23px -83px;
}
.icon-aboutUs04 {
    background-position: -23px -124px;
}
.icon-aboutUs05 {
    background-position: -23px -43px;
}
.active .icon-aboutUs01,
a:hover .icon-aboutUs01 {    
	background-position: -4px -3px;
}
.active .icon-aboutUs02,
a:hover .icon-aboutUs02 {    
	background-position: -3px -22px;
}
.active .icon-aboutUs03,
a:hover .icon-aboutUs03 {    
	background-position: -3px -83px;
}
.active .icon-aboutUs04, 
a:hover .icon-aboutUs04 {
    background-position: -3px -124px;
}
.active .icon-aboutUs05, 
a:hover .icon-aboutUs05 {
    background-position: -3px -43px;
}
.active .icon-aboutUs-arrow, 
a:hover .icon-aboutUs-arrow {
    background-position: -6px -5px;
}
.the-about>.fl li  a.active, 
.the-about>.fl li  a:hover {
    background: #f19715;
    color: #fff;
}
.the-about>.fr {
    width: 948px;
    padding: 20px;
    min-height: 730px;
    box-shadow: 0 1px 20px #eaeaea;
    box-sizing: border-box;
}
.aboutUs-h {
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 28px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.icon-aboutUs-h {
    width: 2px;
    height: 24px;
    margin-right: 10px;
    font-size: 0;
    background: #f19715;
    vertical-align: -4px;
}

.site-map h4 {
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 20px;
    color: #fa8801;
    font-weight: 400;
}
.site-map li {
    width: 16.66%;
    line-height: 32px;
    font-size: 15px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    float: left;
    box-sizing: border-box;
}
.site-map li:before {
    content: "";
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5dfe6;
}
.site-map li a:hover {
    color: #ff9d00;
    text-decoration: underline;
}


.logo-nav-search {
    border-bottom: 1px solid #eaebec;
}
.location {
    padding: 12px 0;
    font-size: 12px;
    font-family: '宋体';
    color: #949393;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.location a {
    color: #949393;
}


@media screen and (max-width: 640px){
    .location {
        margin: 40px 0 2%;
        padding: 12px 2%;
    }
    .the-about>.fl {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .the-about>.fr {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
    }
    .aboutUs-h {
        font-size: 18px;
        margin-bottom: 2%;
        padding-bottom: 2%;
    }
    .icon-aboutUs-h {
        height: 19px;
    }
    .the-about>.fl li {
        margin-bottom: 2%;
    }
    .site-map h4 {
        font-size: 17px;
        margin-bottom: 0;
    }
    .site-map h4:first-child {
        padding-top: 0;
    }
    .site-map li {
        width: 33.33%;
    }
}