/**
 * @description:  联系我们
 * @author:  longmin
 * @update:  2019/8/18
 */

.contact{padding-top: 37px;}
.item{overflow: hidden;margin-bottom: 42px;}
.item .lf{float: left;width: 48px;margin-right: 26px;}
.item .lf i{display: inline-block}
.item .lf i.icon-phone{width: 46px;height: 46px;background: url(../images/icon_phone.png)no-repeat center / 100% 100%}
.item .lf i.icon-location{width: 36px;height: 47px;background: url(../images/icon_location.png)no-repeat center / 100% 100%}
.item .lf i.icon-email{width: 40px;height: 40px;background: url(../images/icon_email.png)no-repeat center / 100% 100%}
.item .rg{float: left;}
.item .rg span{display: block}
.item .rg span:first-of-type{color: #888;font-size: 16px;margin-bottom: 6px;}
.item .rg span:nth-of-type(2){color: #333;font-size: 20px;}
.map{text-align: center;margin-top: 80px;}

@media screen and (max-width: 980px){
    .w-left{display: none}
    .w-right{width: 100%}
    .item{padding: 0 10px}
    .item .rg{width: 72%;}
    .item .rg span:nth-of-type(2){font-size: 16px;line-height: 26px}
}