/* Header */
#head 
{ 
    /*background:#181015 url( ../images/bg_header.jpg) no-repeat;*/ 
    background-size: cover; 
    min-height:520px; 
    text-align: center; 
    padding-top:240px; 
    color:white; 
    font-family:"Open sans", Helvetica, Arial; 
    font-weight:300; 


}
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: rgba(42, 43, 45, 1); padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: white; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 15px; color: white; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: rgba(42, 43, 45, 1); padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }
         .footer1 .widget-body{
            padding-top:10px;
        }
        .footer1 .qq-area{
            position:relative;
        }
        .footer1 .qq-area a{
            float:left;
            
        }
        .footer1 .qq-area a:first-child{
            padding-right:5px;
            padding-top:6px;
        }

        .footer1 .wechat-area{
            float:right;
            width:50%;
        }
        .footer-line{
            width:80%;
            margin:0 auto;
            height:1px;
            background-color:rgba(60,61,63,1);
        }
        .footer2 ul li{
            float:left;
            padding:0px 12px;
        }
        .footer2 div,.footer2 p{
            padding-bottom:2px;
        }
	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }	
    
section{
    padding:50px 0px;
}

/*totop*/
.nav-float{
    width: 60px;
    position: fixed;
    z-index: 1999;
    background-color:transparent;
    margin: 10% 0 0 10px;
}
.nav-left-float {
    left:0;
    top:50px;
}

.nav-right-float {
    bottom: 50px;
    right:0;
}

.rightSection {
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rightSection:hover, .rightSection:focus {
    text-decoration: none;
    outline: none;
}
.navtop{
    visibility:hidden;
}


/*新闻滚动*/
.scrollbox {
    height: 40px;
    line-height: 40px;
}

#scrollDiv {
    width: 100%;
    height: 40px;
    overflow: hidden;
}
/*这里的高度和超出隐藏是必须的*/
#scrollDiv li {
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
    zoom: 1;
    text-align:center;
}

#scrollDiv li a {
    color: #333;
    text-decoration:none;
}

.news-section{
    padding: 10px 0px;
    margin:10px auto;
    }
.scrollnews{
    background: #f7f7f7;
    padding: 10px 0px;
    margin:0;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius:5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}
#but_up,#but_down{
    padding:10px;
    box-shadow: 0px 6px 12px lightgray;
    background-color:#337ab7;
    color:white;
}
.scrollNews-section{
    background-color:#404d5b;
    padding:50px 10px;
    margin:0px;
}

.hotNews-section{
    /*background-color:lightgray;
    padding:50px;
    margin:0px;
    background-image:url(http://192.168.20.250:8888/img/servicebg2.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;*/
}
.scrollNews-title{
    text-align:center;
    padding-bottom:50px;
}
.scrollbox a{
    color:white;
}
.hotNews-section .service-box{
    transition: all 0.6s; /*表示所有的属性变化在0.6s的时间段内完成。*/
}
.hotNews-section .service-box:hover{
    transform: scale(1.1); /*表示在鼠标放到图片上的时候图片按比例放大1.1倍*/
}


@media (max-width: 479px) {
    .scrollNews-section{
        padding:10px 10px;
    }
    .scrollNews-title{
        padding-bottom:10px;
    }
    .scrollNews-title .customer-h1{
        font-size:18px;
    }
    .scrollbox{
        height:20px;
        line-height:20px;
    }
    .scrollbox .fa-3x{
        font-size:1.5em;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
 
    .scrollNews-section{
        padding:20px 10px;
    }
    .scrollNews-title{
        padding-bottom:20px;
    }
    .scrollNews-title .customer-h1{
        font-size:20px;
    }
    .scrollNews-title .customer-h2{
        font-size:16px;
    }
    .scrollbox{
        height:20px;
        line-height:20px;
    }
    .scrollbox .fa-3x{
        font-size:1.5em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {
 

}
.clear{
    clear:both;
}