#leftAbout .about {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
#leftAbout .about .about_container:not(last-child) {
	border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#leftAbout .about .about_container:last-child {
	border-bottom: none;
}
#leftAbout .about .about_container .title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
	font-weight: 700;
	font-size: 14px;
    line-height: 36px;
	background: none;
}
#leftAbout .about .about_container .title a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
#leftAbout .about .about_container .title a:hover{
    color: #000;
    background-color: #f7f8fc;
}
#leftAbout .about .about_container .title a.active {
    background-color: #f7f8fc;
    text-decoration: none!important;
}
#leftAbout .about .about_container .tags ul li{
	font-size: 12px;
	line-height: 25px;
}
#leftAbout .about .about_container .tags ul li a{
    display: block;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #555555;
    
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#leftAbout .about .about_container .tags ul li a:hover{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}
#leftAbout .about .about_container .tags ul li a.active{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}




#leftContact .contact {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
#leftContact .contact .contact_container {
	border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#leftContact .contact .contact_container:last-child {
    border-bottom: none;
}
#leftContact .contact .contact_container .title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
	font-weight: 700;
	font-size: 14px;
    line-height: 36px;
	background: none;
}
#leftContact .contact .contact_container .tags ul li{
	font-size: 12px;
	line-height: 25px;
}
#leftContact .contact .contact_container .tags ul li div{
    display: block;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#leftContact .contact .contact_container .tags ul li div:hover{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}
#leftContact .showMore {
    color: #999999;
    cursor: pointer;
}
#leftContact .hiddenMore {
    display: none;
}
#leftContact .to_top {
    width: 0!important;
    height: 0!important;
    display: inline-block!important;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#leftContact .to_top:hover {
    padding-left:0px!important;
    background:none!important;
    border-bottom: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
#leftContact .last_li {
    height: 25px;
    text-align: center;
    background-color: #a19f9f;
}



#leftService .service {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
#leftService .service .service_container:not(last-child) {
	border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#leftService .service .service_container:last-child {
	border-bottom: none;
}
#leftService .service .service_container .title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
	font-weight: 700;
	font-size: 14px;
    line-height: 36px;
	background: none;
}
#leftService .service .service_container .title a {
    color: #000
}
#leftService .service .service_container .title a:hover{
    text-decoration: none!important;
}
#leftService .service .service_container .tags ul li{
	font-size: 12px;
	line-height: 25px;
}
#leftService .service .service_container .tags ul li a{
    display: block;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #555555;
    
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#leftService .service .service_container .tags ul li a:hover{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}
#leftService .service .service_container .tags ul li a.active{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}


#leftCooperation .cooperation {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
#leftCooperation .cooperation .cooperation_container:not(last-child) {
	border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#leftCooperation .cooperation .cooperation_container:last-child {
	border-bottom: none;
}
#leftCooperation .cooperation .cooperation_container .title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
	font-weight: 700;
	font-size: 14px;
    line-height: 36px;
	background: none;
}
#leftCooperation .cooperation .cooperation_container .tags ul li{
	font-size: 12px;
	line-height: 25px;
}
#leftCooperation .cooperation .cooperation_container .tags ul li a{
    display: block;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #555555;
    
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#leftCooperation .cooperation .cooperation_container .tags ul li a:hover{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}
#leftCooperation .cooperation .cooperation_container .tags ul li a.active{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}


#leftSolutions .solutions {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
#leftSolutions .solutions .solutions_container:not(last-child) {
	border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#leftSolutions .solutions .solutions_container:last-child {
	border-bottom: none;
}
#leftSolutions .solutions .solutions_container .title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
	font-weight: 700;
	font-size: 14px;
    line-height: 36px;
	background: none;
}
#leftSolutions .solutions .solutions_container .tags ul li{
	font-size: 12px;
	line-height: 25px;
}
#leftSolutions .solutions .solutions_container .tags ul li a{
    display: block;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #555555;
    
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#leftSolutions .solutions .solutions_container .tags ul li a:hover{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}
#leftSolutions .solutions .solutions_container .tags ul li a.active{
    color: #000000;
    background-color: #f7f8fc;
    padding-left: 12px;
    text-decoration: none!important;
}