@charset "utf-8";
/* CSS Document */
.banner{ width: 100%;height: 288px;background-image:url(../images/contact_banner.jpg); background-repeat: no-repeat; background-position: 50% 0px; margin: 0 auto;color: #fff}
.banner h3{font-size:42px;padding-top: 92px;font-weight: normal}
.banner p{font-size:22px;margin-top: 30px}

.contact_box{width:100%;min-width: 1200px; margin: 80px auto;}
.contact_box .title{ font-size: 32px;color: #333;}
.contact_type{width:868px;}
.contact_type li{float:left;}
.contact_type span{font-size:18px;color: #333;}
.contact_type p{font-size:16px;color: #333;margin-top: 25px}
.contact_type p i{background: url(../images/contact_icon.png) no-repeat;width:20px;height: 20px;float: left; margin-right: 5px; margin-bottom: 40px}
.contact_type p.tel i{background-position: 0 -3px;}
.contact_type p.mail i{background-position: -30px -3px; }
.contact_type p.address i{background-position: -60px -3px;}



