.contact{
	position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:25px;
    overflow: hidden;
}
.contact .content{
	width: 100%;
	height: 100%;
	position: relative;	
}
.contact .wrap{
	width: 74%;
    height: 68%;
    position: absolute;
    left: 13%;
    top: 16%;
    bottom: 16%;
    background: rgba(255,255,255,0.95);
}
.contact .wrap .pack{
	position: relative;
    height: 100%;
    padding:0 10%;
}
.contact h1{
    font-size:24px;
    color: #3c3c3c;
    text-align:center;
    padding-top:10%;
    padding-bottom:8%;
}
.contact .item1{
    width:207px;
    margin: 0 auto;
}
.contact .item2{
    width:255px;
    margin: 0 auto;
}
.contact .item3{
    width:236px;
    margin: 0 auto;
}
.contact .item h2{
    font-size:18px;
    color: #e07d44;
    margin:30px 0;
}
.contact .item .icon{
    min-height: 110px;
    line-height:110px; display:none;
}
.contact .item .icon img{
    display: inline-block;
    vertical-align: bottom;
}
.contact .item P{
    font-size:14px;
    color: #3c3c3c;
    margin-bottom:15px;
}
.contact .link{
    position: fixed;
    bottom:100px;
    right:0px;
}
.contact .link a{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    height:38px;
    line-height:38px;
    padding: 0 18px;
    background:rgba(164,164,164,0.75);
    margin-top:15px;
    cursor: pointer;
}
.contact .link a.on{background: rgba(234,108,36,0.75);}

.contact h1{ font-size:28px; font-weight:bold;text-transform : uppercase;}