/*reset */ html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select { margin: 0; padding: 0; } ul, li { list-style: none; } a { text-decoration: none; } b, strong, h1, h2, h3, h4, h5, h6 { font-weight: 100; } i, em { font-style: normal; } img { border: none; } /*body默认样式*/ body { font-size: 12px; font-family: "微软雅黑"; background: #fff; color: #333; } input { border: 0; outline: none; } /*清除浮动*/ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /*浮动方向*/ .fl { float: left; } .fr { float: right; } .w1000 { width: 1000px; margin: 0 auto; } /*公共头部开始*/ .header-box { width: 100%; height: 32px; border-bottom: 2px solid #dcdbe3; background: #f5f5f5; } .header { height: 30px; } .header .top { height: 30px; width: 50%; text-align: right; line-height: 30px; color: #676769; } /*banner*/ .banner-box { height: 148px; width: 100%; background: #fbf7f8 url("/images/30479/banner-bg_02.jpg") no-repeat center; background-size: 100% 100%; } .banner { height: 100%; position: relative; background: url("/images/30479/banner.png") no-repeat right center; } .banner a { display: block; width: 450px; height: 90px; position: absolute; left: 0; top: 25px; } .banner a img { display: block; width: 100%; height: 100%; } /*当前位置*/ .address-box { width: 100%; height: 45px; background: #f7f7f7; } .address { height: 45px; line-height: 45px; font-size: 15px; background: url("/images/30479/house.png") no-repeat left center; padding-left: 20px; } /*主体部分*/ .main { margin: 15px auto; } .main .left { width: 235px; min-height: 400px; height: auto; } .main .left .top { width: 100%; height: 40px; background: #bc1f18; color: #fff; line-height: 40px; text-align: center; font-size: 16px; font-weight: bold; } .main .left .bottom { height: auto; background: #f6f6f6; font-size: 15px; min-height: 360px; } .main .right { width: 745px; height: auto; min-height: 400px; background: #F6F6F6; font-size: 16px; padding: 0 15px; } .main .right .top { height: 40px; width: 100%; border-bottom: 2px solid #cdcdcd; position: relative; } .main .right .top .title { background: url("/images/30479/tit-bg.png") no-repeat left center; position: absolute; left: 0; top: 0; height: 40px; width: auto; padding: 0 15px 0 25px; border-bottom: 2px solid #bc1f18; color: #3d3d3d; font-size: 16px; line-height: 40px; } /*底部版权*/ .footer-box { width: 100%; height: 140px; border-top: 1px solid #954642; background: #cf2e26; } .footer-box .about-us { height: 30px; border-bottom: 1px solid #f3665d; line-height: 29px; color: #fff; text-align: center; } .footer-box .banquan { width: 670px; height: 65px; margin: 15px auto 0; } .footer-box .banquan .left { width: 80px; border-right: 1px solid #f4675d; height: 100%; } .footer-box .banquan .left img { width: 44px; height: 100%; float: left; } .footer-box .banquan .right { width: 590px; height: 100%; line-height: 28px; color: #fff; padding-left: 15px; }