/**/
#contactStyle{
    border-bottom: 2px solid #02acc5;
    color: #02acc5;
}
/*Title*/
.contactTitle{
    float: left;
    width: 100%;
    height: 198px;
    background-color: #2a2d32;
}
.contactTitle .title{
    overflow: hidden;
    width: 1200px;
    height: 198px;
    margin: 0 auto;
}
.contactTitle .title h1{
    padding-top: 118px;
    font-size: 16px;
    color: white;
}
.contactTitle .title h2{
    font-size: 16px;
    color: white;
    margin-top: 2px;
}
/*contactContainer*/
.contactContainer-wrap{
    float: left;
    width: 100%;
}
.contactContainer{
    overflow: hidden;
    width: 1200px;
    margin: 74px auto 90px;
}
.contactContainer .leftContact{
    width: 482px;
    float: left;
}
.contactContainer .leftContact h1{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 80px;
}
.contactContainer .leftContact span{
    display: block;
    font-size: 14px;
    color: #5a5555;
    height: 20px;
    line-height: 20px;
    margin-left: 28px;
}
.contactContainer .leftContact .phoneBOX{
    margin-top: 58px;
    height: 20px;
    line-height: 20px;
    background: url("../images/Shapex.png") no-repeat 6px center;
}
.contactContainer .leftContact .addressBOX{
    margin-top: 26px;
    height: 20px;
    line-height: 20px;
    background: url("../images/Shapex3.png") no-repeat 4px center;
}
.contactContainer .leftContact .emailBOX{
    margin-top: 26px;
    height: 20px;
    line-height: 20px;
    background: url("../images/Shapex2.png") no-repeat 3px center;
}
.contactContainer .rightContact{
    width: 697px;
    height: 340px;
    float: right;
}