 .b_left  {float: left;width: 235px;
margin: 0 ;
background: #fff;
border: 1px solid #eee;
color: #2c2c2c;
}
.b_left .help-title{
position: relative;
width: 195px;
margin: 0 auto 20px;
height: 72px;
line-height: 72px;
text-align: center;
border-bottom: 1px solid #d7d7d7;
font-size: 24px;
}
.b_left .help-title .icon-label {
    position: absolute;
    left: -27px;
    top: 15px;
    width: 24px;
    height: 35px;
    background: url(../img/flag.png) center no-repeat;
}
.b_left .help-menu-area {
    width: 195px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.b_left .help-menu-area dt {
    padding-left: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background: url(../img/spread.png) no-repeat 24px 0;
}
.b_left .help-menu-area dd a {
    display: block;
    height: 32px;
    line-height: 61px;
    padding-left: 64px;
    font-size: 14px;
    background: url(../img/menu_arrow.jpg) no-repeat 30px 0;
}
.left_menu_title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #3399ff;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}
.left_menu_title a {
        color: #fff;
}
.p_btn {
    width: 235px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    padding: 8px 2px;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border-bottom: 1px #bdbaba dotted;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.p_btn a {
    color: #333;
}
.b_right {
    padding: 0;
    float: left;
    width: 960px;
    margin-left: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px #eee;
}
.com_right {
    float: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}
.com_right  .hr{background: #ddd;height: 1px ;width: 100%;margin-top: 20px ;margin-bottom: 20px;}
.com_right p {margin: 0 0 10px;}
.contact-us-main{
	
}
.whiteBox {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 100px rgba(57,138,230,.28);
    position: relative;
    top: 25px;
    padding-bottom: 10px;
}
.whiteBox .contactWay {
    padding: 17px 100px 7px;
}
.cowList li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 21px;
    float: left;
    width: 33.3%;
    font-size: 14px;
    color: #333;
}