/*联系我们*/

.content {
    width: 88vw;
    margin:0 auto;
}
/*.map{
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    bottom: 0;
    margin:auto;
    background: url(../images/contact/map.jpg) no-repeat center center;
}*/
.map{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
}
.map .landmark{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact{
    color: #fff;
    width: 512px;
    height: 100%;
    background:#915a1c;
    position: absolute;
    right: -512px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
}
#leftBtn{
    width: 0;
    height: 0;
    position: absolute;
    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-right:20px solid rgba(145,90,28,0.7);
    left: -20px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}
#rightBtn{
    width: 0;
    height: 0;
    position: absolute;
    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-left:20px solid rgba(255,255,255,0.2);
    left: 0;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}
.contactHide{
    right: 0;
}
.contactInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.contactInfo .title{
    margin-bottom: 2.4vh;
    width: 68%;
    display: flex;
    align-items: center;
}
.contactInfo .title .shortLine{
    flex:1;
    border-top: 2px solid #fff;
}
.contactInfo .title .text{
    font-size: 24px;
    line-height: 1;
    padding: 0 20px;
}
.contactInfo p.phone{
    line-height: 32px;
    margin-bottom: 3.8vh;
}

.contactInfo .QRcode{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.4vh;
}
.contactInfo .QRcode .code{
    width: 130px;
}
.contactInfo .QRcode .weChat{
    /*margin-right: 75px;*/
}
.contactInfo .QRcode .code .pic{
    width: 130px;
    height: 130px;
    background: url(../images/QRcode.jpg) no-repeat 0 center; 
    background-image: -webkit-image-set(url(../images/QRcode.jpg) 1x, url(../images/QRcode@2X.jpg) 2x);
    margin-bottom: 1.4vh;
}
.contactInfo .QRcode .code p{
    color: #bc9c80;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
.contactInfo .line{
    width: 80%;
    height: 2px;
    background: rgba(210,172,137,0.2);
    margin-bottom: 2.2vh;
}
.contactInfo p.copyRight{
    font-size: 14px;
    line-height: 24px;
    color:#d2ac89;
}
/* @media (max-width: 1100px) {
    .content,.domain{
        width: 900px;
    }
    .domain ul li{
        width: 270px;
        margin-right: 45px;
    }
    .domain ul li .icon {
      width: 270px;
      height: 270px;
      line-height: 270px;
      font-size: 220px!important;
    }
    .domain ul li p{
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
} 

@media (min-width: 1101px) and (max-width: 1366px) {
    .content,.domain{
        width: 1000px;
    }
    .domain ul li{
        width: 300px;
        margin-right: 50px;
    }
    .domain ul li .icon {
      width: 300px;
      height: 300px;
      line-height: 300px;
      font-size: 240px!important;
    }
    .domain ul li p{
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
} */
@media (min-width: 1440px){
    .map img.landmark{
        left: 22vw;
    }
}
@media (min-width: 1600px){
    .map img.landmark{
        left: 24.5vw;
    }
}
@media (min-width: 1920px){
    .map img.landmark{
        left: 27.5vw;
    }
}