@charset "utf-8";
/* CSS Document */
@import url(main.css);

.contact_wrap{width:96%; overflow:hidden; background:#FFF;margin:0 auto;}
.contact_wrap h1{font-size:16px;color:#e85521;}

.info{width:100%;position:relative;}
.info dl li{display:block;margin-bottom:10px;}
.info dl li span.tel{width:20px;height:20px;background:url(../images/arrow_tel.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}
.info dl li span.fax{width:20px;height:20px;background:url(../images/arrow_fax.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}
.info dl li span.postcode{width:20px;height:19px;background:url(../images/arrow_postcode.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}
.info dl li span.email{width:20px;height:13px;background:url(../images/arrow_email.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}
.info dl li span.qq{width:20px;height:20px;background:url(../images/arrow_qq.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}
.info dl li span.location2{width:20px;height:27px;background:url(../images/arrow_location.png) no-repeat;display:inline-block;margin-right:10px;background-size:80% auto;}

.info .wxcode{position:absolute;top:50px;right:10px;}