@charset "utf-8";

/*

*	****************************************

*	*           public style               

*	****************************************

*/

body {
    font-size: 14px;
    font-family: '微软雅黑';
    overflow-x: hidden;
}

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
}
a:hover,
a:focus{
	text-decoration:none !important;
}
li{
	list-style:none;
}
img{
	border:0;
}
/*clearifx*/

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}


/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fe {
    font-family: Arial;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.oh{
	overflow: hidden;
}

.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}


/*pagelist*/

#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: block;
    font-family: '微软雅黑';
    float: left;

    line-height: 65px;
}

.pagination {
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    display: block;
    float: right;
    font-family: '微软雅黑';
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #da2419;
}

.pagination a:hover {
    color: #fff;
    background: #4b00dc;
}

.pagination span.current {
    border: #d9d9d5 1px solid;
    color: #4e4e4e;
    padding: 3px 4px;
    margin-left: 8px;
    background: #e5e3e5;
}

.pagination span.disabled {
    color: #4e4e4e;
    background: #e5e3e5;
}


/*pageSwitch*/

#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    color: #888;
    display: block;
}

#pageSwitch a:hover {
    text-decoration: underline;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

#pageSwitch .pre {
    margin-bottom: 15px;
}

/*layout*/

/*head mobile*/
.search{
	display: none;
}
.navbar {
    margin-bottom: 0;
    z-index: 999;
}

.navbar-inverse {
    background: none;
    border: none !important;
}

.head-container {
    height: 50px;
}

.navbar-brand {
    display: block;
    padding: 0;
    margin-left: 0 !important;
}
.navbar-collapse{
	border: none !important;
}

.navbar-brand {
    width: 120px;
    margin-left: 15px !important;
    margin-top: 5px;
}

.navbar-brand img {
    display: block;
    width: 100%;
}

.navbar-toggle{
	background: #fff !important;
}
.navbar-toggle .icon-bar {
	background-color: #333 !important;
}
.navbar-toggle:active{
	background: #333 !important;
}
.navbar-toggle:active .icon-bar{
	background: #fff !important;
}
.navbar-nav{
	margin-top: 0;
	border-bottom: 2px solid #ddd;
}
.navbar-nav>li {
	height: 36px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.navbar-nav>li>a {
    display: block;
    padding: 0;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    background: #fff;
    height: 36px;
}
.navbar-nav>li>a.active{
	background: #da2419 !important;
}
.navbar-nav>li>a.active {
    color: #fff !important;
}

/*head 768*/

@media (min-width: 768px){
	.navbar{
		margin-bottom: 0;
	}
	.navbar-inverse{
		background: #fff;
		border: none;
	}
	.head-container{
		height: 70px;
	}

	.navbar-brand{
		display: block;
		padding: 0;
		margin-left: 0 !important;
	}
	.navbar-collapse{
		padding: 0;
	}

	.navbar-brand{
		margin-top: 10px;
		width: 40px;
	}
	.navbar-brand img{
		display: block;
		width: 100%;
	}
	.navbar-nav{
		float: right;
		margin-top: 30px;
		border: none;
	}
	.navbar-nav>li{
		margin-left: 15px;
		border: none;
	}
	.navbar-nav>li>a{
		display: block;
		padding: 0;
		line-height: 14px;
		font-size: 14px;
		
	}
	.navbar-nav>li>a:hover,
	.navbar-nav>li>a.active{
		color: #da2419 !important;
		background: none !important;
	}
	.navbar-nav>li>a .line{
		margin-top: 10px;
		width: 0px;
		height: 2px;
		background: #da2419;
	}
	.navbar-nav>li>a.active .line{
		width: 20px;
	}
	.navbar-nav>li>a:hover .line{
		width: 100%;
	}

	.search{
		float: right;
		display: block;
		margin-top: 32px;
		margin-left: 20px;
		cursor: pointer;
	}

}

/*head 992*/
@media (min-width: 992px){
	.navbar-nav>li{
		margin-left: 30px;
	}
}

/*head 1200*/

@media (min-width: 1200px){
	.head-container{
		height: 110px;
	}
	.navbar-brand{
		width: 200px;
		margin-top: 20px;
	}
	.navbar-nav{
		float: right;
		margin-top: 44px;
		border: none;
	}
	.navbar-nav>li{
		margin-left: 40px;
	}
	.navbar-nav>li>a{
		display: block;
		padding: 0;
		line-height: 16px;
		font-size: 16px;
	}
	.navbar-nav>li>a:hover,
	.navbar-nav>li>a.active{
		color: #da2419 !important;
	}
	.navbar-nav>li>a .line{
		margin-top: 10px;
		width: 0px;
		height: 2px;
		background: #da2419;
	}
	.navbar-nav>li>a.active .line{
		width: 20px;
	}
	.navbar-nav>li>a:hover .line{
		width: 100%;
	}
	.search{
		float: right;
		display: block;
		margin-top: 48px;
		margin-left: 50px;
		cursor: pointer;
	}
}

/*head 1500*/
@media (min-width: 1300px){
	.container{
		width: 1230px;
	}

	.navbar-nav>li{
		margin-left: 50px;
	}
}






/*public footer*/

#footer{
	padding-top: 55px;
	background: #f5f5f5;
}
@media (max-width: 768px) {
	#footer{
		padding-top: 0px;
		background: none;
	}
}
#footer .nav{
	text-align: center;
	font-size: 0;
}
#footer .nav dl{
	margin-bottom: 15px;
	vertical-align: top;
	display: inline-block;
	padding: 0 30px;
}
@media (min-width: 768px) and ( max-width: 996px){
	#footer .nav dl{
		padding: 0 15px;
		
	}
}
#footer .nav dt{
	text-align: left;
	margin-bottom: 35px;	
}
#footer .nav dt a{
	display: block;
	font-size: 18px;
	color: #da2419;
	line-height: 18px;
	text-align: center;
}
#footer .nav dd{
	text-align: left;
	margin-bottom: 15px;
}
#footer .nav dd a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666;
	text-align: center;
}
#footer .nav dl a:hover{
	text-decoration: underline;
}

#footer .ssb{
	margin-top: 50px;
	text-align: center;
}
#footer .ssb .addr{
	text-align: left;
	border-right: 1px solid #666;
	padding-right: 60px;
	display: inline-block;
}
#footer .ssb .addr p{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
#footer .ssb .qr{
	display: inline-block;
	padding-left: 60px;
}
#footer .ssb .qr img{
	display: block;
	margin-bottom: 10px;
}
#footer .ssb .qr span{
	font-size: 14px;
	color: #333;
}
#footer .copyright{
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	font-size: 14px;
	margin-top: 30px;
	padding-bottom: 10px;
}
#footer .copyright .cr{
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
#footer .copyright a{
	color: #666;
}
#footer .copyright a:hover{
	text-decoration: underline;
}
#footer .lb{
	padding: 10px;
	background: #da2419;
}
#footer .lb p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.flink{
	margin: 0 15px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 240px;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 20px;
	cursor: pointer;
}

.flink p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: left;
	float: left;
}
.flink span{
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: lighter;
}
.flink.active span{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);		/* IE 9 */
	-webkit-transform: rotate(180deg);	/* Safari and Chrome */
	-o-transform: rotate(180deg);		/* Opera */
	-moz-transform: rotate(180deg);
}
.subbox{
	position: absolute;
	width: 240px;
	bottom: 28px;
	left: -1px;
}
.subbox li {
	border-top: 1px solid #ccc;
}
.subbox li a{
	display: block;
	height: 30px;
	padding: 0 20px;
	color: #ccc !important;
	font-size: 14px;
	line-height: 30px;
	background: #333;
}
.subbox li a:hover{
	background: #555;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.glyphicon-remove{
	font-size: 50px;
	color: #fff;
	position: fixed;
	right: 3%;
	top: 5%;
	cursor: pointer;
}
.searchbox{
	width: 50%;
	top: 25%;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	height: 68px;
	border: 1px solid #535353;
}
.searchbox .text{
	display: block;
	padding: 15px 60px 15px 15px;
	width: 100%;
	border: none;
	background: none;
	font-family: '微软雅黑';
	outline: none;
	line-height: 36px;
	font-size: 36px;
	height: 66px;
	color: #a7a7a7;
}
.searchbox .button{
	width: 50px;
	height: 68px;
	background: #000;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: url('../images/s_btn.png') center center no-repeat;
}
