.container {
	min-width: 1200px;
	overflow: hidden;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.top {
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}
.top_logo {
	height: 120px;
	overflow: hidden;
}
.nav {
	height: 45px;
	background: #c71718;
}
.main {
	overflow: hidden;
}
.top_tit {
	line-height: 40px;
	font-size: 13px;
	color: #666666;
}
.top_tit span {
	margin: 0 5px;
}
.top_tit a {
	font-size: 13px;
	color: #666666;
	margin-right: 15px;
}
.top_tit .can_see {
	display: inline-block;
	width: 110px;
	line-height: 24px;
	border-radius: 2px;
	background: #a89a94 url(see_icon.png) no-repeat 10px center;
	text-align: center;
	color: #fff;
	padding-left: 24px;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 20px;
}
.header_search_logo {
	float: left;
	margin-top: 23px;
}
.header_search_box {
    float: right;
	margin-top: 31px;
	font-size: 0;
}
.addPlaceholder {
	background: url(place_icon.png) no-repeat 10px 10px;
}
.searchBox {
    border: 1px solid #eeeeee;
    border-radius: 1px;
    display: inline-block;
    position: relative;
    padding-right: 35px;
}
.searchBox input {
    height: 33px;
    line-height: 33px;
    border: none;
    color: #999999;
    padding-left: 34px;
	width: 345px;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}
.searchBox input::placeholder {
    color: #999999;
}
.searchBox .phTips {
	font-size: 14px!important;
    color: #999999!important;
}
.searchBtn {
    position: absolute;
    width: 35px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: url(search_icon.png) no-repeat center center #f4830b;
    border-radius: 1px;
    cursor: pointer;
}
.hot_word {
	font-size: 13px;
	color: #666666;
	margin-top: 7px;
}
.hot_word span:hover {
	text-decoration: underline;
	cursor: pointer;
}
.nav ul {
	border-right: 1px solid #d72021;
	overflow: hidden;
}
.nav li {
	height: 45px;
	line-height: 45px;
	float: left;
	width: 110px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #a60c0c;
	text-align: center;
}
.nav li.bg_first {
	width: 90px;
	box-sizing: border-box;
	border-left: 1px solid #a60c0c;
}
.nav li.bg_last {
	width: 109px;
}
.nav li:hover, .nav li.active{
	border-right: 1px solid #a60c0c;
	background-color: #a60c0c;
}
.fri_link {
	height: 50px;
	border: 1px solid #dbdee1;
	margin: 15px 0 15px;
	box-sizing: border-box;
}
.linkLable {
	display: inline-block;
	width: 110px;
	line-height: 33px;
	background: #f4830b;
    margin: 8px 16px 7px 10px;
    color: #fff;
    font-size: 15px;
	text-align: center;
	position: relative;
}
.linkLable:after {
	position: absolute;
	right: -12px;
	top: 11px;
	content: "";
	width: 6px;
	height: 10px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-left: 6px solid #f4830b;
}
.webLinkRight {
    margin-left: 136px;
}
.sLinkItem {
    width: 177px;
    float: left;
    position: relative;
	box-sizing: border-box;
}
.sLinkItem_first{
	display: inline-block;
	width: 165px; 
	height: 33px;
	line-height: 32px; 
	color: #333333; 
	font-size: 13px; 
	box-sizing: border-box; 
	border: 1px solid #dbdee1;
	text-align: left;
	margin: 8px 12px 0 0;
	padding: 0 10px;
	cursor: pointer; 
	position: relative;
	outline: none;
}
.footer {
	height: 110px;
	background-color: #555555;
	overflow: hidden;
}
.copy {
	height: 110px;
	line-height: 110px;
}
.copy div {
	display: inline-block;
	font-size: 15px;
	color: #bbbbbb;
	line-height: 110px;
}
.left_text span {
	margin: 0 38px;
	cursor: pointer;
}
.left_text .marL_no {
	margin-left: 0px;
}
.right_text {
	float: right;
	background: url(copy_icon.png) no-repeat left center;
	padding-left: 72px;
}


/* 悬浮 */
.suspend {
	width: 102px;
	height: 396px;
	position: fixed;
	right: 239px;
	top: 325px;
	box-sizing: border-box;
}
.suspendLis li {
    position: relative;
    width: 102px;
    height: 122px;
    border: 1px solid #f1f1f1;
    background: #fff;
    text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
}
.suspendIcon {
    padding: 16px 0 7px;
}
.suspendTxt {
    color: #333333;
	font-size: 13px;
}
.close {
	width: 11px;
	height: 10px;
	float: right;
	margin: 2px 2px 0 0;
	background: url(close_icon.png) no-repeat center center;
}




/* 面包屑 */
.mainer_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
}
.mainer_title div {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
    background: url(sub_icon.png) left 10px no-repeat;
    padding-left: 26px;
}
.mainer_title div.borderB5 {
    border-bottom: 2px solid #cd1c16;
    box-sizing: border-box;
}
.mainer_title span {
	color: #cd1c16;
}