@CHARSET "UTF-8";
body {
    font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft YaHei",SimHei,"\5B8B\4F53",simsun,sans-serif;
    color:#666;
    overflow-x:hidden;
}
.container {
    /* width: 100% !important; */
    max-width: none !important;
}
html,body {
    height:100%;
}
* {
    padding:0;
    margin:0;
}
.logo {
    padding:0;
    position: relative;
}
.logo img {
	height:80px
}
.navbar-header h3 {
    font-size: 12px;
    color: #666
}
.navbar-header p {
    font-size: 12px;
    color: #666;
    position: relative;
    top:-12px;
}
.description {
    padding:0;
    position: absolute;
    left: 250px;
    top:5px;
    text-align:left;
}
#container_box {
    min-height:100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;
}
ul {
    list-style:none;
}
a:link,a:visited {
    text-decoration:none;
    color:#333;
}
img {
    display:inline-block;
}
.margin-right-15 {
    margin-right: 15px;
}
.media-title {
    padding:10px 0;
}
.media-title span,.media p,.media h4 {
    color: #1a3a75;
}
.media-title .media-left span {
    font-size: 55px;
}
.media-title .media-body .media-heading {
    font-size: 12px;
}
.media-title .media-body .text-muted {
    font-size: 13px;
}
.media-title .media-body {
    padding-top: 20px;
}
.placeholder {
    display:block;
    width:100%;
    height:70px;
}
.nav-opacity {
    opacity:0.9;
}
#navbar-collapse {
    padding-top:80px;
}
#navbar-collapse a {
    text-align: center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.navbar-default .navbar-nav > li {

}
.navbar-default .navbar-nav > li > a {
    color:#000;
    font-weight: 500;
}
.navbar-default {
    -webkit-box-shadow:0 1px 2px #ccc;
    box-shadow:0 1px 2px #ccc;
    background-color:#fff;
    min-height:70px;

}
.dropdown-menu > li > a {
    padding: 10px 20px !important;
}
.dropdown-menu > li {
    border-bottom:1px solid #e5e5e5;
}
/*
.navbar-default {
    background-color:#3a3a3a;
    border-color:#666;
    box-shadow:0 1px 1px #999;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    background-color:#272727;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color:#272727;
}
.navbar-default .navbar-toggle {
    border-color:#fff;
    background-color:#272727;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color:#272727;
    border-color:#fff;
}
*/
/*底部*/
#footer {
    width:100%;
    color:#ececec;
    font-size:14px;
    clear:both;
    height:auto;
    position: absolute;
    bottom: 0;
}
#footer a {
    color: #666
}
#footer a:hover {
    text-decoration:none;
}
.footer-container {

}
.footer-box {
    margin-top:15px;
    color: #666;
}
.footer-top {
    text-align: center;
}
.footer-top ul {
    display: inline-block;
    overflow: auto;
}
.footer-top ul li {
    display: inline;
    float: left;
}
.footer-top ul li a {
    color: #666;
}
.footer-top ul li span {
    margin:0 5px;
    color: #666;
}
.footer-bottom-right {
    margin-top: 10px;
}
#footer .footer-line {
    display: block;
    border-bottom: 1px solid #666;
    clear: both;
    text-indent: -9999px;
    margin-top:-15px;
}
#footer .thought {
    margin-bottom: 15px;
}
#footer .thought h3 {
    font-size: 14px;
}
#footer .thought p {
    font-size: 10px;
}
.margin-bottom {
    clear:both;
}
.padding {
    width:100%;
    padding:15px 0;
}
.qrcode {
    margin-top: 15px;
}
.container-none {
    padding: 0
}

#top {
    width:86px;
    height:357px;
    position:fixed;
    right:0px;
    bottom:15px;
    _position:absolute;
    _bottom:auto;
    _margin-bottom:15px;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    /*_top:expression(eval($(window).scrollTop()+$(window).height()-$(this).height()));*/
    z-index:9999;
}
#qq,#contact-us,#wechat,#totop {
    width:86px;
    height:89px;
    display:block;
    background:url(../images/top.png) no-repeat -9999px -9999px;
}
#qq {
    background-position:0 0;
}
#contact-us {
    background-position:0 -89px;
}
#wechat {
    background-position:0 -178px;
}
#totop {
    background-position:0 -267px;
}
#code_img {
    width:150px;
    height:150px;
    /*background:url(../images/icon.png) -4px -3px no-repeat;*/
    position:fixed;
    right:90px;
    bottom:100px;
    cursor:pointer;
    display:none;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
    .margin-right-15 {
        margin: 0;
    }
    #footer .thought h3 {
        font-size: 18px;
    }
    #footer .thought p {
        font-size: 13px;
    }
    .media-title .media-left span {
        font-size: 55px;
    }
    .media-title .media-body .media-heading {
        font-size: 12px;
    }
    .media-title .media-body .text-muted {
        font-size: 14px;
    }
	.media-title .media-body {
		padding-top: 18px;
	}
    #footer {
        padding: 10px 0 15px 0;
    }
    #footer .thought {
        margin-bottom: 20px;
    }
    #footer .footer-line {
        margin-top:0;
    }
	.logo {
		left: 20%;
	}
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
    }
	.logo img {
	    height:80px
    }
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
    .margin-right-15 {
        margin: 0;
    }
    #footer .thought h3 {
        font-size: 20px;
    }
    #footer .thought p {
        font-size: 14px;
    }
    .media-title .media-left span {
        font-size: 55px;
    }
    .media-title .media-body .media-heading {
        font-size: 14px;
    }
    .media-title .media-body .text-muted {
        font-size: 16px;
    }
	.media-title .media-body {
		padding-top: 15px;
	}
    #footer {
        padding: 15px 0 30px 0;
    }
    #footer .thought {
        margin-bottom: 25px;
    }
    #footer .footer-line {
        margin-top:0;
    }
	.logo {
		left: 20%;
	}
    .navbar-default .navbar-nav > li > a {
        letter-spacing: 1px;
        padding: 10px 15px;
    }
	.logo img {
	    height:80px
    }
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
    .margin-right-15 {
        margin: 0;
    }
    #footer .thought h3 {
        font-size: 22px;
    }
    #footer .thought p {
        font-size: 15px;
    }
    .media-title .media-left span {
        font-size: 60px;
    }
    .media-title .media-body .media-heading {
        font-size: 15px;
    }
    .media-title .media-body .text-muted {
        font-size: 20px;
    }
	.media-title .media-body {
		padding-top: 15px;
	}
    #footer {
        padding: 30px 0 50px 0;
    }
    #footer .thought {
        margin-bottom: 30px;
    }
    #footer .footer-line {
        margin-top:0;
    }
	.logo {
		left: 20%;
	}
    .navbar-default .navbar-nav > li > a {
        padding: 10px 30px;
        letter-spacing: 1px;
    }
	.logo img {
	    height:80px
    }
}
.bg-color a:hover {
	color: #fff;
	background-color: #00BBEE;
}















