﻿body,p,h1,h2,h3,h4,h5,h6,ul{
	padding:0;
	margin:0;
	list-style:none;
}
body{font-family:"";}
.main .clear:after{
	content:"";
	display:table;
	clear:both;
}
.main .box{
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.main .lf{float:left;}
.main .rt{float:right;}
.main a{color:black; text-decoration:none;}
.main img{
	vertical-align:middle;
	width:100%;
	height:100%;
}
.main .topLineBox {
    background-color: #5b453d;
}
.main .topLine {
    font-size: 14px;
    color: #cabca3;
    width: 1000px;
    margin: 0 auto;
    line-height: 36px;
}
.mainDetail{
	padding-bottom:78px;
}
.main .topLine a{
	color:#E6BF86;
	margin-right:60px;
}
.main .topLine a span{
	padding:2px 11px;
	background:url(../images/goindex.png) no-repeat left center;
}
.main .topSearch{
	width:1000px;
	margin:0 auto;
}
.main .topSearch .logo{
	width:300px;
	height:56px;
	padding-top:28px;
}
.searchDetail{
	width:260px;
	padding-top:30px;
}
.searchMain{
	padding:0;
	margin:0;
	width:220px;
	height:36px;
	border:1px solid #ccc;
	border-right:none;
	outline:none;
	vertical-align:middle;
}
.searchIcon{
	display:inline-block;
	width:40px;
	height:36px;
	background:url(../images/searchicon.jpg) no-repeat center;
	background-color:#ECA43D;
}
.topSearch .searchList li{
	font-size:12px;
	padding-right:8px;
	padding-top:7px;
}
.topSearch .searchList a{color:#666;}
.topSearch .searchList a:hover{text-decoration:underline;}
.navBox{
	border-top:1px solid #eee;
	border-bottom:1px solid #D6D6D6;
	height:52px;
	margin-top:26px;
}
.navBox .nav{
	width:1000px;
	margin:0 auto;
	font-size:16px;
	line-height:50px;
}
.navBox .nav>li{
	position:relative;
	width:10%;
	text-align:center;
	border-bottom:2px solid transparent;
}
.navBox .nav>li a{color:#333;}
.navBox .nav>li:hover{border-bottom-color:#ECA43D;}
.navBox .nav>li:hover>a{color:#ECA43D;}
.navBox .nav .navChildList{
	width:100%;
	position:absolute;
	top:52px;
	background-color:#fff;
	display:none;
}
.navBox .nav .navChildList li{
	border:1px solid #E3E3E3;
	border-top:none;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
}
.navBox .nav .navChildList li:hover a{color:#ECA43D;}
.navBox .nav>li:hover .navChildList{
	display:block;
	z-index:2;
}
.navBread{
	width:1000px;
	margin:0 auto;
	font-size:14px;
	padding-top:30px;
	padding-bottom:20px;
}
.navBread a{color:#666;padding:0 4px;}
.navBread{color:#666;}
.navBread span{color:#999;padding:0 4px;}
.navBread a:hover{text-decoration:underline;}
.topPicList{
	width:1000px;
	margin:0 auto;
}
.topPicList li{width:33.333%;}
.picText{
	position:absolute;
	font-size:14px;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	height:30px;
	line-height:30px;
	background-color:rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.picText a{color:#fff;}
.picText a:hover{text-decoration:underline;}
.topPicList li .detail{
	width:296px;
	font-size:14px;
	line-height:21px;
	padding-top:6px;
}
.topPicList li .detail a{color:#999;}
.topPicList li .detail a:hover{text-decoration:underline;}
.topPicList li .topPic{
	position:relative;
	width:296px;
	height:198px;
}
.topPicList li .middle{margin:0 auto;}
.leftAndRight{
	width:1000px;
	margin:0 auto;
	padding-top:13px;
}
.leftPlace{width:660px;}
.leftPic{
	width:141px;
	height:119px;
}
.leftPicDetail{
	width:500px;
}
.leftPicDetail .title{
	font-size:18px;
	padding-top:7px;
	padding-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.leftList li{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #eee;
}
.leftPicDetail a:hover{text-decoration:underline;}
.leftPicDetail .title a{color:#333;}
.leftPicDetail .text{font-size:14px;line-height:22px;}
.leftPicDetail .text a{color:#999;}
.leftPlace a{color:#333;}
.aList{
	text-align:center;
	padding-top:90px;
}
.aList a{
	display:inline-block;
	padding:8px 8px;
	font-size:12px;
	margin:8px 4px;
	border:1px solid #eee;
}
.aList a.current{
color:#fff;
background: #5a85b2;
border: 1px solid #5a85b2;
}
.rightPlace{
	width:300px;
}
.rightPlace h1.title{
	padding-top:30px;
	font-weight:normal;
	font-size:24px;
	color:#333;
}
.rightPlace h1.title a{
	font-size:14px;
	color:#666;
	margin-top:8px;
}
.bannerBox{
	overflow:hidden;
	position:relative;
	width:300px;
	margin-top:34px;
}
.bannerList{
	position:relative;
	width:500%;
	line-height:23px;
}
.bannerList li{
	width:20%;
}
.bannerPic{width:300px;height:187px;position:relative;}
.btnList button{
	outline:none;
	padding:0;
	margin:0;
	position:absolute;
	width:26px;
	height:48px;
	opacity:0.3;
	filter: alpha(opacity=30);
	top:67px;
	border:0;
	cursor:pointer;
}
.btnList .left{left:0;left:2px\9;background:url(../images/leftarrow.png) no-repeat center;background-color:#000;}
.btnList .right{right:0;background:url(../images/rightarrow.png) no-repeat center;background-color:#000;}
.barList{
	position:absolute;
	width:70px;
	height:8px;
	right:20px;
	top:162px;
}
.barList li{
	width:8px;
	height:8px;
	border-radius:100%;
	margin:0 3px;
	background-color:#C9C4B8;
}
.barList li.active{background-color:#ECA43D;}
.bannerBox .picText{font-size:14px;}
.pointer{
	display:inline-block;
	width:2px;
	height:2px;
	margin-right:4px;
	background-color:#333;
	position:relative;
	top:-4px;
}
.zhuantiList a{
	color:#333;
}
.zhuantiList{padding-top:10px;}
.zhuantiList li{
	font-size:14px;
	line-height:27px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.zhuantiList a:hover{text-decoration:underline;}
.inpPlace{
	border:1px solid #eee;
	height:310px;
	padding:20px;
	margin-top:34px;
}
.inpPlace input{
	padding:0;
	margin:0;
	outline:none;
	padding-left:12px;
	width:100%;
	border:0;
	height:42px;
	line-height:42px;
	background-color:#eee;
	color:#999;
}
.textType{background-color:#EEEEEE;}
.typeFirst{
	width:60%;
}
.typeScond{
	width:40%;
	font-size:14px;
	color:#333;
	text-align:center;
	line-height:42px;
	cursor:pointer;
	position:relative;
}
.typeScond .active{display:block;z-index:100;}
.typeScondChild{
	position:absolute;
	width:100%;
	top:42px;
	background-color:#fff;
	border-top:1px solid #eee;
	display:none;
}
.typeScondChild .item{
	border:1px solid #eee;
	border-top:none;
}
.allFirst{width:100%;}
.inpPlace button{width:100%;height:44px;background-color:#ECA43D;color:#fff;font-size:16px;outline:none;padding:0;margin:0;border:0;cursor:pointer;margin-top:10px;}
.weiChat{
	padding:20px;
	background-color:#F5F5F5;
	text-align:center;
	margin-top:40px;
}
.weiChat .weiPic{margin-right:20px;}
.weiChat .weiTitle{font-size:26px;color:#333;padding-top:15px;}
.weiChat .weiDetail{font-size:14px;color:#666;padding-top:3px;}
.inpIcon{
	padding:0 7px;
	margin-left:4px;
	background:url(../images/arrowdown.png) no-repeat center;
}
.inpText{font-size:14px;line-height:42px;color:#999;padding-left:12px;}