﻿body {
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 13px;
}
.content-inner {
    width: 1200px;
    margin: 0 auto;
}
#header {
    
}
    #header .content-inner {
        position: relative;
        height: 450px;
    }
    #header .header-top {
        background-color: #ffffff;
        height: 80px;
        position: relative;
    }
    #header #logo {
        position: absolute;
        left: 0;
        top: 15px;
        text-decoration: none;
        color: #6e7a87;
        display: block;
        overflow: hidden;
    }
        #header #logo img {
            height: 50px;
            width: 50px;
            display: block;
            float: left;
            vertical-align: bottom;
        }
        #header #logo > span {
            margin-left: 62px;
            display: block;
        }
        #header #logo > span > label {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 6px;
            letter-spacing: 5px;
        }
        #header #logo > span > small {
            font-size: 10px;
            color: #bbb;
            line-height: 16px;
            text-transform: uppercase;
            display: block;
        }
    #header ul#services {
        left: 180px;
        bottom: 30px;
        position: absolute;
        overflow: hidden;
        width: 500px;
    }
#header ul#services a{
    color: #00cccc;
    text-decoration: none;
}
    #header ul#services > li {
        font-size: 18px;
        line-height: 50px;
        background: url("images/checked.png") left center no-repeat;
        padding-left: 35px;
        width: 200px;
        float: left;
    }
    #header #weixin {
        position: absolute;
        right: 0px;
        bottom: -70px;
        width: 260px;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
    }
        #header #weixin img {
            -ms-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            display: block;
        }
        #header #weixin p {
            margin: 0px;
            padding: 5px 0;
            text-align: center;
            background-color: #65d3e3;
            line-height: 30px;
            -ms-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            font-size: 16px;
        }

#header #contacts {
        right: 0px;
        top: 10px;
        position: absolute;
        font-size: 12px;
        overflow: hidden;
        color: #6e7a87;
        width: 240px;
    }
    #header #contacts li {
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        line-height: 30px;
        float: left;
    }
    #contacts li.icon-qq {
        background-image: url("images/icons/qq.png");
        width: 100px;
    }
    #contacts li.icon-phone {
        background-image: url("images/icons/phone.png");
    }
    #contacts li.icon-marker {
        background-image: url("images/icons/marker.png");
    }
    #header #slogan {
        font-size: 42px;
        position: absolute;
        left: 0px;
        top: 200px;
        width: 100%;
        text-align: center;
        letter-spacing: 10px;
        font-weight: bold;
    }
    #header #slogan > small {
        display: block;
        font-weight: normal;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    #header .header-bottom {
        background: url("images/bg.jpg") center center no-repeat;
        background-color: #34415e;
        color: #ffffff;
    }
    #header .header-bottom .content-inner {
        position: relative;
        height: 600px;
    }


#footer {
    border-top: 1px solid #cccccc;
    background-color: #f2f2f2;
    line-height: 50px;
    height: 85px;
    text-align: center;
}

html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative;}
#main { padding-bottom: 85px;}
#footer { 
	position: absolute; bottom: 0; left: 0; width: 100%; 
	height: 60px; 
}

p {
    margin: 0px;
}
ul {
    padding: 0px;
    margin: 0px;
}
li {
    list-style: none;
    padding: 0px;
}
img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}
.clearfix {
    overflow: hidden;
}
.panel {
    overflow: hidden;
    -ms-border-radius: 10px;
    border-radius: 10px;
}