
/*=========联系我们=========*/
.contact{/* margin-top:15px; */padding:0;}

.contact .content{ font-size:14px;}




.tabs{
    display: flex;
    margin-left: 415px;
}

.tabs > a{
    background-color:#ECECEC;
    display: block;
    margin: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding: 10px 55px;
}

.tabs >.ahover1{
    color: #ffffff ;
    background-color: #e9c37a ;
}

.tabs >.ahover2{
    color: #666666 ;
    background-color: #ECECEC ;
}

.contact_box{
    display: flex;
}

.contact_box > div{
    display: flex;
    width: 330px;
    height: 75px;
    /*background-color: #ECECEC;*/
    margin: 50px 60px 50px 0;
}

.contact_box > div > .img{
    padding: 25px 5px;
    width: 27px;
    height: 25px;
}

.contact_box > div > .img1{
    background:url(../../../image/i_home.png) no-repeat right center;
}
.contact_box > div > .img2{
    background:url(../../../image/i_tel.png) no-repeat right center;
}
.contact_box > div > .img3{
    background:url(../../../image/i_mail.png) no-repeat right center;
}

.contact_box > div > .solod{
    border-left: #ECECEC 2px solid;
    margin: 10px 25px;

}

.contact_box > div > .text{
    margin: 10px;
}

.contact-map {height: 500px;margin-top: 50px;background-color: #f1f1f1;}








/*联系我们页面部分的分享区*/
.share_box li                {float:left; width:34px; height:30px; margin:0 15px; }
.share_box li a              {display:block; height:100%; }
.share_box li a.share_qq     {background:url("../../image/share_qq.jpg") no-repeat center; }
.share_box li a.share_shouhu {background:url("../../image/share_shouhu.jpg") no-repeat center; }
.share_box li a.share_weixin {background:url("../../image/share_weixin.jpg") no-repeat center; }
.share_box li a.share_weibo  {background:url("../../image/share_weibo.jpg") no-repeat center; }

