/* CSS Document */
/*全局样式*/
*{margin:0px;padding: 0px;font-family: "微软雅黑";outline: none;}
a{text-decoration: none;color: black;}
ul,li{list-style-type: none;}
img{border: 0px;}

/*头部样式*/
.topbox {
	width: 100%;
	height: 110px;
	background-image: url(../images/top-bg.jpg);
}

.top {
	width: 1200px;
	height: 110px;
	margin: auto;
	position: relative;
}
.top>ul{
	position: absolute;
	top: 10px;
	right: 20px;
}
.top>ul>li{
	width: 70px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	color: #8C2729;
	cursor: pointer;
}
.top>ul>li>a:hover{
	color: #8C2729;
}
.top-logo {
	margin-top: 8px;
	margin-left: 80px;
}

.t-sousuo {
	width: 368px;
	height: 60px;
	position:absolute;
	top: 30px;
	left: 550px;
}

.sousuok {
	width: 365px;
	height: 30px;
	border: 2px solid #a62721;
	border-radius: 15px;
}

.t-txt {
	width: 260px;
	height: 30px;
	border: none;
	border-radius: 15px;
	background: none;
	padding-left: 20px;
	color: #5f5f5e;
	outline: none;
}

.t-btn {
	width: 80px;
	height: 30px;
	background-color: #a62721;
	border: none;
	border-radius: 14px;
	color: #fff;
	font-size: 16px;
	line-height: 0px;
	text-align: center;
	outline: none;
	cursor: pointer;
}
.t-btn:active{
	background-color:#860A0C;
}

.t-gjc {
	font-size: 12px;
	color: #6e6e6e;
}

/*导航样式*/
.navbox {
	width: 100%;
	height: 50px;
	background-color:#A62721;
}

.nav {
	width: 1200px;
	height: 50px;
	margin: auto;
}
.nav>ul>li{
	width: 240px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: -240px 0px;
	transition: all 1s;
}
.nav>ul>li>a{
	display: block;
	color: #fff;
}
.navhover{
	background-position: 0px 0px !important;
}

/*滚动样式*/
.logobox {
	clear: both;
	width: 1200px;
	height: 250px;
	margin: auto;
}
.lg-title{
	width:1200px;
	height:70px;
	text-align:center;
	line-height:70px;
	background-image: url(../images/con-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.logobox .logob{
	width:1100px;
	height:auto;
	margin:auto;
	}
.logob>a{
	width:140px;
	height: auto;
	display: inline-block;
	margin-left: 35px;
}

/*底部样式*/
.footbox{
	margin-top:20px;
	width:100%;
	height:130px;
	clear: both;
	background-color:#930000;
}

.foot{
	width:1200px;
	height:130px;
	position: relative;
	margin:auto;}
.foot>ul{
	width:970px;
	height:60px;
	margin-left:100px;
	border-bottom:1px solid #FFF;
	white-space:nowrap;}
.foot>ul>li{
	width:150px;
	height:60px;
	text-align:center;
	line-height:80px;
	display:inline-block;
	}
.foot>ul>li>a{
	color:#FFF;
	display: block;
}
.foot>ul>li>a:hover{
	color: #EBB5B7;
}
.f-small {
	color: #cecece;
	font-size: 12px;
	padding: 10px 0px 0px 140px;
}

.foot>.huiding {
	clear: both;
	width: 70px;
	height: 70px;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top:20px;
	left: 20px;
	font-size: 46px;
	text-align: center;
}
.foot>.huiding>a{
	line-height: 70px;
	width: 70px;
	height: 70px;
	color:#D1D1D1;
	display: block;
	cursor: pointer;
}

.foot>.huiding>a:hover{
	color:white;
}
.foot>.f-sj {
	width: 150px;
	text-align: left;
	height: auto;
	font-family: "宋体";
	font-size: 14px;
	color: #cecece;
	line-height: 24px;
	position: absolute;
	top: 35px;
	right: 80px;
}
.foot>.f-sj>span{
	font-family: "宋体";
	font-size: 14px;
	color: #cecece;
	padding-left: 30px;
}


.f-xl {
	border:0px #930000;
	width: 100px;
	font-size: 16px;
	background-color:#930000;
	color: white;
}
.f-xl>option{
	border: none;
	
}
/*通用面包屑*/
.mianbao {
	width: 1200px;
	height: 60px;
	margin: auto;
}
.mianbao>ul{
	width: 300px;
	height: 60px;
	margin-left: 60px;
}
.mianbao>ul>li{
	display: inline-block;
	line-height:60px;
	text-align: left;
	color: #333333;
}

.hide{
	display: none!important;
}
.show{
	display: block!important;
}

