﻿image{
    float: left;
}
.body{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    box-sizing: content-box;
    overflow: hidden;
}
.b-left{
    width: 220px;
    height: 100%;
    float: left;
    box-sizing: content-box;
}
.b-left ul{
    margin-top: -4px;
}
.b-left ul li{
    padding: 12px 30px;
    font-size: 14px;
    border-left: 2px solid transparent;
}
.b-left ul li.changeColor{
    padding: 12px 30px;
    font-size: 14px;
    border-left-color: #3498db;
    color: #67a3d6;
    background-color: #ebebeb;
}
.changeColor:before{
    content: ">";
    float: right;
}
.b-left ul li:hover{
    border-left-color: #3498db;
    color: #67a3d6;
    background-color: #ebebeb;
    cursor: pointer;
}
.b-left ul li:hover:before{
    content: ">";
    float: right;
}
.b-right{
    margin-left: 220px;
    min-height: 650px;
    padding: 0 20px 20px 20px;
    line-height: 25px;
    border-left: 1px solid #d3d3d3;
    background: url("../../img/about/bg.png") no-repeat right bottom;
}
.b-right p{
  margin-top: 14px;
  margin-bottom: 14px;
}
.website{
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #003333;
}
.bottom-line{
    margin-bottom: 15px;
    border-bottom: 2px solid #3498db;
}
.content{
    margin-top: 15px;
    font-size: 14px;
    color: #003333;
    text-indent:2em
}
.imgContainer{
    float: left;
}
.ContactInfo{
    float: left;
    margin-left: 20px;
    color: #003333;
}
.problem .content ul li{
    width: 100%;
    height: 90px;
    padding: 15px 0;
}
.problem .content ul li+li{
    border-top: 1px dashed #dadde6;
}
.question{
    color: #3498db;
}
.map ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.map ul li+li{
    border-top: 1px dashed #dadde6;
}
.map ul li div{
    float: left;
    margin-right: 45px;
}
.type{
    width: 55px;
}

.service-title{
	font-weight: bolder;
    font-size: 16px;
}
.map ul li a{
	color: #65ace9;
}
