/*init*/
* { margin: 0px; padding: 0px; }
body { font-size: 14px; font-family: "微软雅黑"; color: #333; background-color: #fff; cursor: default; word-wrap: break-word; }
html { overflow-y: scroll; }
img{max-width: 100%;}
li{list-style: none;}
/*main*/
.l{float: left;}
.r{float: right;}
.c{clear: both;}
.tlc{text-align: center;}
.tlr{text-align: right;}
.tll{text-align: left;}
.pd0{padding:0;}
.bd0{border: 0;}
/*header*/




header{ position: relative; z-index: 999999; -webkit-box-shadow: 0 1px 5px 4px rgba(51,51,51,0.1); -moz-box-shadow: 0 1px 5px 4px rgba(51,51,51,0.1); box-shadow: 0 1px 5px 4px rgba(51,51,51,0.1);/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); }
header .bd{
	-webkit-box-shadow: 0 1px 3px 4px rgba(51,51,51,0.2);
	-moz-box-shadow: 0 1px 3px 4px rgba(51,51,51,0.2);
	box-shadow: 0 1px 3px 4px rgba(51,51,51,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.gradient{
	height:34px;
	line-height: 34px;
	background: -webkit-linear-gradient(left, #0ca1ef , #a4da01); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #0ca1ef, #a4da01); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #0ca1ef, #a4da01); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #0ca1ef , #a4da01); /* 标准的语法 */
	color: #fff;
	text-align: right;
}
.gradient a{
	color: #fff;
	text-decoration: none;
}
.navbar{ margin-bottom: 0; }
.navbar a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.navbar .active{
	border-bottom: 4px solid #0b9de9;
}

.navbar-brand{
	padding-top: 0;
}
.navbar-nav{
	padding-top: 30px;
	float: right;
}
.navbar-nav>li{
	margin-left: 10px;
}
.navbar-nav>li:hover{ border-bottom: 4px solid #0b9de9; background: #fff; }
.navbar-nav>li>.dropdown-menu{ margin-top: 4px; border: 0; border-radius: 0; }
/*crumb*/
.channel{
	line-height: 64px;
	font-size: 12px;
	color: #010101;
}
.channel .nav a{
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	color: #010101;
	text-decoration: none;
}
.channel .nav .on{
	color: #a5db01;
	border-bottom: 1px solid #a5db01;
}
.channel .crumb{

}	
.channel .crumb a{
	
	color: #010101;
}	

.logo{
	width: 40%;
	float: left;
}




/*footer*/
footer .foot1{
	background: #444444;
	padding-top: 40px;
	padding-bottom: 27px;
	color: #fff;
}
footer .foot1 a{
	color: #fff;
}
footer .foot1 .foot-nav{
	float: left;
	width: 20%;
}
footer .foot1 .foot-nav .foot-nav-title{
	padding-bottom: 25px;
}
footer .foot1 .foot-nav a{
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
}
footer .foot-contact{
	border-left: 1px solid #717171;
	padding-left: 27px;
}
footer .foot-contact span{
	display: block;
}
footer .foot2{
	background: #333333;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 40px;
}
footer .foot2 a{
	color: #8b8b8b;
}
footer .foot2 .design{
	text-align: right;
}

/* 代码整理：大头网 www.datouwang.com */
#cs_box {width:120px; height:220px; background:#0b9de9; position:fixed; right:10px; top:100px; border-radius:10px; z-index:1000}
#cs_box span {color:#fff; height:20px; line-height:20px; font-family:'Arial'; display:block;}
.cs_close {position:absolute; right:10px; top:10px; cursor:pointer; font-size:12px;}
.cs_title {font-size:14px; margin:10px; font-weight:bold;}
.cs_img {width:100px; height:100px; background:#fff; margin:10px;}
.cs_info {font-size:12px; margin:0px 10px; overflow:hidden; text-align:center;}
.cs_btn {width:100px; height:25px; background:#ddd; margin:5px 10px; border-radius:5px; font-size:12px; line-height:25px; color:#000; text-align:center; cursor:pointer;}


 @media (max-width: 1200px) {
 	.logo{
 		width: 35%;
 	}
 	.nav>li>a{
 		padding: 10px 5px;
 	}
 	.navbar-nav{
 		padding-top: 20px;
 	}
 }


@media (max-width: 992px) {
	.nav>li>a{
		padding: 10px 0;
	}
	.navbar a{
		font-size: 14px;
	}
}




@MEDIA (max-width: 768px) {
	.logo{
		width: 42%;
	}
	.navbar-toggle{
		background: #337ab7;
		margin-top: 20px;
	}
	.navbar-toggle .icon-bar{
		background: #fff;
	}
	footer .foot2 .design{
		text-align: left;
	}
	#cs_box{
		display: none;
	}
	.navbar-collapse{
		width: 100%;
	}
	.navbar-nav{
		width: 100%;
		padding-top: 0;
	}
	.channel .nav a{
		display: block;
		line-height: 44px;
	}
	.channel .tlr{
		text-align: left;
	}
	.channel .crumb{
		display: none;
	}
	.nav{
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.navbar-toggle{
		margin-top: 9px;
	}
}