/*!
 * Copyright &copy; 2012-2013 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 */

@media screen and (min-width: 1201px){

}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

body{
    min-width: 1120px
}

html, body {
    height: 100%;
}

a:link,a:visited{color:#282828;text-decoration:none;}
a:hover,a:active{color:#ff0000;text-decoration:underline;}
a.btn.btn-primary{color:#ffffff;}

body {padding-bottom:3px;font-size:14px;}
.navbar.navbar-fixed-top{_margin-bottom:10px;}

h4{border-left:3px solid #dddddd;background-color:#f5f5f5;padding:5px;margin:10px 0 5px;}
h5{border-left:2px solid #dddddd;background-color:#f5f5f5;padding:3px;margin:10px 0 5px;}
h6{padding:0;margin:5px 0;}

footer, footer a, footer .footer_nav a, footer .copyright a{line-height:20px;font-size:16px;color:#888888;}
footer .footer_nav, footer .copyright{margin:5px 0;}

.breadcrumb{margin:10px 0 5px;padding:5px 10px;}

.hid {
    display: none !important;
}

.inlineBlock {
    display: inline-block;
}

.list-style-none {
    list-style-type: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-to-red {
    color: red;
}

.to-none {
    display: none;
}

.to-block {
    display: block;
}

/*href为空时去掉小手状*/

.href-empty {
    cursor: default !important;
}

/*底部分页按钮*/
.span10 {
    margin-left: 0 !important;
    float: none;
}

#msg{
    width:375px;
    height: 220px;
    position: fixed;
    z-index:999;
    top: 49%;
    margin-top:-80px;
    left:50%;
    margin-left:-133px;
    background:#fff;
    box-shadow:5px 5px 8px #999;
    font-size:17px;
    color:#666;
    border:1px solid #f8f8f8;
    text-align: center;
    line-height: 2rem;
    display:inline-block;
    padding-bottom:20px;
    border-radius:5px;
}
#msg_top{
    background:#cc0000;
    padding:5px 15px 5px 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
#msg_top span{
    font-size:22px;
    float:right;
    cursor:pointer;
}
#msg_cont{
    padding:45px 20px 50px;
    color: #676767;
    font-size: 20px;
}
#msg_clear{
    width: 110px;
    height: 35px;
    display:inline-block;
    color:#fff;
    padding:1px 15px;
    background:#cc0000;
    border-radius:2px;
    margin-right:15px;
    line-height: 35px;
    cursor:pointer;
}


#nav-service-center-li {
    position: relative;
}

#nav-service-center-subtitle {
    position: absolute;
    top: 20px;
    left: 0;
    height: 200px;
}

.navbar-inner {
    background-color: #fff;
    background-image: none;
    border: none;
}

.navbar-container {
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
}

.navbar .brand {
    width: 433px;
    margin-left: 1px;
}

.navbar-brand {

}

.navbar-logo {
    width: 46px;
    height: 42px;
}

.nav-container {
    height: 50px;
}

.nav-collapse {
    width: 630px;
    float: right;
}

.nav-item {
    height: 60px;
    line-height: 75px !important;
    font-size: 18px;
}

.nav-item a{
    display: inline-block;
    height: 20px;
    text-decoration: none;
    margin-right: 7px;
}

/*.nav-item-active {
    color: #30A2EB !important;
    border-bottom: 2px solid #30A2EB;
}*/

.nav-item a:hover {
    color: #30A2EB !important;
    border-bottom: 2px solid #30A2EB;
}

.nav-item:last-child {
    border-right: none;
}

.brand span {
    color: #CF1818;
    word-spacing: 8px;
    letter-spacing: 4px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}

#main_nav {
    display: inline-block;
    margin: 0;
}

#main_nav li{
    width: 101px;
}

#main_nav li a {
    color: #6C6C6C;
    font-size: 18px;
    line-height: 0px;
    margin-right: 12px;
}

.container {
    width: 100% !important;
}

body {
    /*width: 100%;*/
}

.content {
    background-color: #fff;
    width: 1180px;
    height: 100%;
    margin: 0 auto 50px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.content-container {
    width: 100%;
}
/*首页*/
/*轮播图*/
#banner{
    position: relative;
    width: 100%;
    height: 398px;
    overflow: hidden;
}

#banner_list {
    height: 100%;
}

#banner_list a{
    width: 100%;
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

#banner_list img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0px;
}

#banner_info, #news-information-banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

.banner-block {
    width: 100%;
    text-align: center;
    height: 50px;
    /*background: yellowgreen;*/
    position: absolute;
    bottom: 0;
    z-index: 100;
}

#banner ul {
    /*position: absolute;*/
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    /*left: 47%;*/
    display: inline-block;
}

#information-center-banner ul {
    /*position: absolute;*/
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 690px;
}
#banner ul li {
    width: 10px;
    height: 15px;
    border-radius: 5px;
    padding: 0px 8px;
    margin: 0 0 15px 5px;
    float: left;
    display: block;
    color: #FFF;
    background-color: #808082;
    cursor: default;
}
#information-center-banner ul li {
    width: 10px;
    height: 15px;
    border-radius: 5px;
    padding: 0px 8px;
    margin: 0 0 15px 5px;
    float: left;
    display: block;
    color: #FFF;
    background: #30a2ed;
    cursor: pointer;
}

#banner ul li.on {

    background: #30a2ed;
}
#information-center-banner ul li.on {
    background-color: #808082;
}

#banner_list a {
    position: absolute;
}
#information-center-banner_list a {
    position: absolute;
}
/*服务中心*/
.server-center-container {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.server-center {
    width: 100%;
    background-color: #e1ebf7;
    padding-bottom: 40px;
}

.server-center-title {
    height: 74px;
    line-height: 74px;
    width: 1100px;
}

.title-line {
    display: inline-block;
    width: 39%;
    height: 2px;
    background-color: #b2b7bc;
}

.title-line-service {
    width: 468px;
}

.title-text {
    font-size: 24px;
    color: #30a2eb;
    font-family: '方正正中黑简体';
    vertical-align: middle;
    font-weight: bold;
    margin: 0 25px 0 25px;
}

.server-center-content {

}

.server {
    width: 31% !important;
    background-color: #fff;
}

.server-content-title {
    background-color: #fff;
    color: #484545;
    font-family: '微软雅黑';
    font-size: 18px;
    margin: 21px 20px 21px 25px;
    line-height: 10px;
}

.server-title-container {
    height: 30px;
    margin-top: 10px;
}

.title-more {
    color: #b7b7b7 !important;
    font-size: 14px;
    margin-right: 20px;
}

.server-content-container {
    margin-bottom: 20px;
}

.server-content-top {
    margin-bottom: 5px;
}

.server-content-top img{
    width: 308px;
    height: 115px;
}

.server-content-bottom {
    display: inline-block;
    width: 44%;
    height: 100px;
    margin-top: 5px;
}

.server-content-bottom img {
    width: 150px;
    height: 100px;
}

.server-content-left {
    margin-right: 5px;
}

.content-container-bottom {
    width: 1100px;
    margin: 0 auto;
}

.content-bottom {
    width: 100%;
}

footer {
    height: 60px;
    color: #747474;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 4px solid #9D9D9D;
}

footer .footer_nav, footer .copyright {
    margin: 0;
}

.footer_nav {
    text-align: center;
}