.comapnyContact{
    padding: 0 0 0 64px;
    position: relative;
    margin-bottom: 50px;
}
.comapnyContact .contactBox1{
    width: 100%;
    min-height: 268px;
    background: #f3f6fd;
    padding: 50px;
    margin-top: 29px;
}
.comapnyContact .contactBox1 .contactTitle{
    color:#2a2a2a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.comapnyContact .contactItem{
    width: 200px;
    margin-right: 30px;
    font-size: 16px;
    color: #383838;
    margin-bottom:20px;
}
.comapnyContact .contactItem .t1,
.comapnyContact .contactItem .t2,
.comapnyContact .contactItem .t3{
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.comapnyContact .contactItem .t1{
    background: url(../images/contact/icon1.png) no-repeat left center;
}
.comapnyContact .contactItem .t2{
    background: url(../images/contact/icon2.png) no-repeat left center;
}
.comapnyContact .contactItem .t3{
    background: url(../images/contact/icon3.png) no-repeat left center;
    color: #7c7c7c;
    text-decoration: underline;
    cursor: pointer;
}
.comapnyContact .contactItem .t3 .hoverBox{
    width: 202px;
    height: 250px;
    position: absolute;
    top: -250px;
    left: -36px;    
    z-index: 10;
    display: none;
}
.comapnyContact .contactItem .t3 .hoverBox::before,
.comapnyContact .contactItem .t3 .hoverBox::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    margin-left: -7px;
}
.comapnyContact .contactItem .t3 .hoverBox::before{
    z-index: 12;
    bottom: 3px;
}
.comapnyContact .contactItem .t3 .hoverBox::after{
    z-index: 11;
    border-top: 7px solid #6c6c6c29;
    opacity: .5;
}
.comapnyContact .contactItem .t3 .hoverBox .hoverInner{
    background: #fff;
    width: 100%;
    height: 234px;
    padding: 24px;
    box-shadow: 0 0 5px 3px #6c6c6c29;
}
.comapnyContact .contactItem .t3 .hoverBox .hoverInner .img{
    display: block;
    width: 155px;
    height: 155px;
}

.comapnyContact .contactItem .t3 .hoverBox .hoverInner .text{
    color:#383838 ;
    font-size: 14px;
    margin-top: 14px;
}

.comapnyContact .contactItem .t3:hover .hoverBox{
    display: block;
}

.comapnyContact .contactBox2{
    width: 100%;
    height: 190px;
    padding: 50px ;
}
.comapnyContact .map{
    width:574px;
    height: 330px;
    position: absolute;
    left: 520px;
    top: 167px;
}
.companyInfo{
    padding: 0 0 0 64px;
}
.companyInfo .infoText{
    color:#383838 ;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 50px;
}
.companyInfo .infoText .text{
    margin-bottom: 30px;
}
.mapBox{
    width:314px;
    height:76px;
    background: #fff;
    position: relative;
    padding: 15px;
    border: 1px solid #eaf4ff;
    box-shadow: 0 0 5px 3px #6c6c6c29;
}
.mapBox::before,
.mapBox::after{
    content: '';
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -24px;
    left: 45%;
    margin-left: -12px;
}
.mapBox::before{
    z-index: 15;
    bottom: -20px;
}
.mapBox::after{
    z-index: 14;
    opacity: .5;
    border-top: 12px solid #6c6c6c29;
}

.mapBox .t1{
    color:#2a2a2a;
    font-size:16px;
    font-weight:bold;
    line-height: 24px;
}
.mapBox .t2{
    color:#383838 ;
    font-size: 14px;
    line-height: 24px;
}