/*联系我们单页*/
.map{
    position: relative;
}
.fixintop{
    width:400px;
    height:426px;
    padding:20px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top:100px;
    right:200px;
}
.fixintop h3{
    font-size: 24px;
    color:#fff;
    margin:20px 0;
    text-align: center;
}
.contact-cont{
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact-title{
    margin-bottom: 50px;
    text-align: center;
}
.contact-phone{
    position: relative;
}
.bg1{
    display: inline-block;
    width:120px;
    height:240px;
    background: #bca1cc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.8s;
}
.bg2{
    display: inline-block;
    margin-left: -5px;
    width:120px;
    height:240px;
    background: #d0bddb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.8s;
}
.bg-green1{
    background: #cedb29;
}
.bg-green2{
    background: #dde66a;
}
.bg-yellow1{
    background: #fbde78;
}
.bg-yellow2{
    background: #fce8a1;
}
.bg-blue1{
    background: #93c5dc;
}
.bg-blue2{
    background: #b4d7e7;
}
.contact-phone:hover .bg1{
    background: #d0bddb;
}
.contact-phone:hover .bg2{
    background: #bca1cc;
}
.contact-phone:hover .bg-green1{
    background: #dde66a;
}
.contact-phone:hover .bg-green2{
    background: #cedb29;
}
.contact-phone:hover .bg-yellow1{
    background: #fce8a1;
}
.contact-phone:hover .bg-yellow2{
    background: #fbde78;
}
.contact-phone:hover .bg-blue1{
    background: #b4d7e7;
}
.contact-phone:hover .bg-blue2{
    background: #93c5dc;
}
.contactus-text{
    text-align: center;
    position: absolute;
    top:50px;
    left:50px;
}
.contact-fax{
    left:60px;
}
.contact-email{
    left:45px;
}
.contact-map{
    left:25px;
}
.contact-map p{
    width:225px;
    text-align: left;
}
.contactus-text p{
    font-size: 14px;
    line-height: 25px;
    color:#313131;
}
.contactus-icons{
    margin-bottom: 20px;
}

/*--------------------*/
/*如何抵达*/
.rhdd{
    background: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 20px;
}
.bus,.metro,.taxi{
    font-size: 24px;
    color:#00a0e9;
    vertical-align: middle;
    padding-left: 20px;
}
.metro{
    color:#22ac38;
}
.taxi{
    color:#e21b14;
}
.how-way-cont p{
    width:300px;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}