@charset "utf-8";

body{min-width: 320px; max-width: 640px; margin: 0 auto;}
.container{width:100%;padding:5px 0 10px;}
.item{width:100%;margin:0 auto;}
/*header*/
.header{height:80px;background-color:#9b5741;}
.header .topBar{width: 100%; padding-top: 10px; text-align: center;}
.header .logo{width:160px;height:30px; margin: 0 auto; display:block;background:url(../img/logo.png) no-repeat;background-size:160px 30px;}
.header .nav{color:#fff;font-size:14px;line-height:38px;}
.header .nav a{padding:0 3%;color:#fff;}
.header .nav a.active,.header .nav a:hover{color:#f8b51a;}
.banner{width:100%;overflow:hidden;}
.banner img{width: 100%; display: block;}
.title{position:relative;height:28px;margin-top:5px;border-bottom:1px solid #e1ccc6;}
.title h2{width:30%;height:28px;background-color:#9b5741;color:#fff;font-size:14px;font-weight:normal;line-height:28px;text-align:center;}
.title h2 i{width:7px;height:15px;margin:6px 0 0 6px;display:inline-block;background:url(../img/icon.png) no-repeat;vertical-align:top;}
.title span{position:absolute;right:0;bottom:0;width:68px;height:20px;background-color:#434343;color:#fff;font-size:12px;line-height:20px;text-align:center;}
.con{padding:20px 10px;background-color:#f5f4f4;}
.con p{color:#424242;font-size:12px;line-height:20px;text-align:justify;}
.con p.p1{text-indent:2em;padding-top:30px;}
.con i{display:inline-block;background:url(../img/icon.png) no-repeat;vertical-align:top;}
.con .busIco{width:19px;height:20px;background-position:-12px 0;margin:0 0 0 6px;}
.con .metroIco{width:20px;height:20px;background-position:-34px 0;margin:0 0 0 6px;}
.con .nameIco{width:15px;height:13px;background-position:-60px 0;margin:4px 6px 0 0;}
.con .adrIco{width:15px;height:16px;background-position:-80px 0;margin:4px 6px 0 0;}
.con .iphonIco{width:15px;height:15px;background-position:-100px 0;margin:3px 6px 0 0;}
.con ul{padding:10px 0 0 30px;}
.con li{color:#424242;font-size:12px;line-height:28px;}
.askBox{height:35px; text-align: center; padding-top:15px;}
.askBox a{width:34%;height:35px;margin:0 5%;display:inline-block;background-color:#9b5741;color:#fff;font-size:14px;line-height:35px;text-align:center;transition:all .3s;}
.askBox a:hover{background-color:#af7967;}
.footer{padding:20px 5px;background-color:#373737;}
.footer p{color:#fff;font-size:12px;line-height:20px;text-align:center;}
