/*通用样式*/
*,body{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	list-style:none;
	font-size:14px;
	font-family:"微软雅黑";
	color:black;
	box-sizing: border-box;
}
body{
	overflow-x:hidden;
	background: #f6f6f6;
}
/*布局容器*/
.container{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	width:100%;
}


.header{
	height:150px;
	width:100%;
	position:relative;
	background:url(../images/logo.png);
	background-repeat:no-repeat; 
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.nav-top{
	background:#f6f6f6;
	display:inline-block;
	width:100%;
	height:40px;
	padding:5px;
	box-sizing: border-box;
	text-align:center;
	overflow:hidden;	
}
.content{
	width:100%;
	position:relative;
	margin:5px 0px 5px 0px;
	box-sizing: border-box;
	
}
.zhanqu-items .item{
	width:20%;
	height:50px;
	float:left;
}
.zhanqu-items .item .title{
	background:#02a8fe;
	border-radius:15px;
	margin:5px;
	color:white;
	font-weight: 600;
	font-size:25px;
	line-height:50px;
	text-align:center;
}
.ad{
	background:red;
	display:inline-block;
	width:100%;
	height:60px;
	overflow:hidden;
	text-align:center;
}
.headline{
	background:#f6f6f6;
	display:inline-block;
	width:100%;
	height:40px;
	padding:5px;
	line-height:30px;
	font-size:18px;
	box-sizing: border-box;
	text-align:center;
	overflow:hidden;
}
.footer{
	width:100%;
	height:160px;
	position:relative;
	box-sizing: border-box;
}
.footer .xcx{
	width:100%;
	height:120px;
	position:relative;
	box-sizing: border-box;
	background:blue;
}
.footer .copyright{
	font-family:YouYuan;
	text-align:center;
	width:100%;
	height:40px;
	font-size:12px;
	padding-top:12px;
	position:relative;
	box-sizing: border-box;
	color:#ADADAD;
}
/*内容样式*/
.content-1{
	width:100%;
	position:relative;
}
.content-2{
	width:100%;
	position:relative;
	background:#aaa;
}
.content-3{
	width:100%;
	position:relative;
	background:#aaa;
}

.content-1 .content-items-zhanhui{
	width:100%;
	height:100px;
	margin-bottom:5px;
	position:relative;
	background:red;
}

.content-items-zhanhui .item-left-zhanhui{
	width:70%;
	height:100%;
	padding:10px;
	position:relative;
	float:left;
	background:#F0F0F0;
}
.content-items-zhanhui .item-right-zhanhui{
	width:30%;
	height:100%;
	float:left;
	position:relative;
	background:green;
}
.content-1 .content-items-pinpai{
	width:100%;
	height:100px;
	margin-bottom:5px;
	position:relative;
	background:red;
}
.content-items-pinpai .item-left-pinpai{
	width:70%;
	height:100%;
	padding:10px;
	position:relative;
	float:left;
	background:#F0F0F0;
}
.content-items-pinpai .item-right-pinpai{
	width:30%;
	height:100%;
	float:left;
	position:relative;
	background:white;
}

.content-1 .detail-headline{
	width:100%;
	height:25px;
	padding-top:3px;
	padding-right:5px;
	padding-left:5px;
	box-sizing: border-box;
	font-size:18px;
	border-bottom:2px #e0e0e0 solid;
	background:#FCFCFC;
	position:relative;
	text-align:center;
	
}
.detail-headline .item-1{
	width:18%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.detail-headline .item-2{
	width:30%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.detail-headline .item-3{
	width:52%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.content-1 .company-detail-headline{
	width:100%;
	height:30px;
	padding-top:3px;
	padding-right:5px;
	padding-left:5px;
	box-sizing: border-box;
	font-size:18px;
	border-bottom:1px #e0e0e0 solid;
	background:#FCFCFC;
	position:relative;
	text-align:center;
	
}
.company-detail-headline .item-1{
	width:20%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	border-right:1px #e0e0e0 solid;
}
.company-detail-headline .item-2{
	width:80%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.company-title{
	margin-top:10px;
	height:auto;
	background:#F0F0F0;
	padding:5px;
}
.company-title-left,.company-title-right{
	width:calc(50% - 10px);
	height:20px;
	margin:5px;
	float:left;
	text-align:center;
	font-size:16px;
	position:relative;
	box-sizing: border-box;
}
.company-album{
	margin-top:10px;
	height:auto;
	background:#F0F0F0;
	padding:5px;
}
.company-album .company-album-image{
	width:calc(33.33% - 10px);
	height:80px;
	margin:5px;
	float:left;
	position:relative;
	background:white;
	box-sizing: border-box;
}
.company-map{
	margin-top:10px;
	height:auto;
	width:100%;
	background: #eee;
	box-sizing: border-box;
}
.company-map-title{
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight: 600;
}
.company-map-image{
	width:100%;
	height:100%;
}
/*手风琴菜单*/
.nav-top .item{
	width:33.33333%;
	float:left;
	box-sizing: border-box;
}
.nav-top .item span{
	line-height:30px;
	font-size:17px;
	font-weight: 600;
	border-bottom:2px solid;
	color: #666;
}
.nav-top .item span:hover{
	color: #000;
	border-color: #000;
	cursor:pointer;
}

.nav-top .item span.current-demo,
.nav-top .item  span.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

/*搜索框*/
.header .search{
	position:relative;
	top:90px;
	margin:0px 10px;
	display:none;
}
form {
	position:relative;
	width:auto;
	margin:0 auto;
}
input,button {
	border:none;
	outline:none;
}
input {
	width:100%;
	height:42px;
	padding-left:13px;
}
button {
	height:42px;
	width:42px;
	cursor:pointer;
	position:absolute;
}   
.bar6 input {
	border:2px solid #c5464a;
	border-radius:5px;
	background:transparent;
	top:0;
	right:0;
}
.bar6 button {
	background:#c5464a;
	border-radius:0 5px 5px 0;
	width:60px;
	top:0;
	right:0;
}
.bar6 button:before {
	content:"搜索";
	font-size:13px;
	color:#F9F0DA;
}
.clear{clear:both;}
.hide{display: none;}
#back-to-top{
	width: 40px;
	height: 50px;
	position:fixed;
	bottom:20px;
	right:20px;
	background:#6C6C6C;
	border:solid 1px #ccc;
	
	text-align: center;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#back-to-top .text1{
	height:50%;
	width:100%;
	padding-top:3px;
	font-size:12px;
	cursor:pointer;
	color:#FBFBFF;
	border-bottom:solid 1px #ccc;
}
#back-to-top .text2{
	height:50%;
	width:100%;
	padding-top:3px;
	cursor:pointer;
	font-size:12px;
	color:#FBFBFF;
}