* {
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #e60000;
	text-decoration: underline
}
img {
	border: 0;
	vertical-align: top;
	display: block
}
li {
	list-style: none;
}
/**/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
h7 {
	font-size: 100%;
	color: #0087E4;
	font-weight: bold;
}
h8 {
	font-size: 14px;
	color: #0087E4;
	font-weight: bold;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}
/**/

body {
	font-family: 'Sim Sun';
	background: #fff
}/* CSS Document */
.contaner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main {
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#head {
	padding-top: 10px;
}
#head .top .logo {
	width: 207px;
	float: left;
	margin-bottom: 6px;
}
#head .top .ad {
	position: relative;
	float: right;
	width: 760px;
	height: 62px;
	overflow: hidden;
	margin-bottom: 6px;
}
#head .top .ad .ad1 {
	position: relative;
	float: left;
	width: 375px;
	height: 60px;
}
#head .top .ad .ad2 {
	position: relative;
	float: right;
	width: 375px;
	height: 60px;
}
.ad98080 img {
	width: 980px;
	height: 70px;
	background-color: #F1F1F1;
}
.conter1 {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.advert_lt {
	float: left;
	width: 239px;
	height: auto;
	display: table;
	overflow: hidden
}
.advert_rt {
	float: right;
	width: 239px;
	height: auto;
	display: table;
	overflow: hidden
}
.advert_top>div {
	margin-top: 10px;
}
.advert_one {
	position: relative;
	width: 100%;
	height: 150px;
}
.advert_two {
	position: relative;
	width: 100%;
	height: 70px;
}
.advert_tree {
    position: relative;
    width: 100%;
    height: 310px;
}
.layer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 24px;
	height: 14px;
	background: url(../image/layer_advert.png) no-repeat center
}
.hot {
	float: left;
	width: 470px;
	height: auto;
	display: table;
	margin-left: 16px;
}
.hotspot, .viewpoint {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 10px;
}
.hot_top {
	width: 100%;
	border-bottom: 2px solid #076fc6;
	line-height: 35px;
	font-size: 16px;
	color: #076fc6;
	font-weight: bold;
	font-family: "Microsoft Yahei"
}
.hot_top>span {
	color: #e60012
}
.hot_top>i {
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: inherit;
	width: 4px;
	height: 16px;
	background: #076fc6;
	margin-right: 6px;
	margin-left: 10px;
}
.hot_top a {
	float: right;
	font-size: 12px;
	color: #b2b2b2;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: normal;
	font-family: 'Sim Sun';
}
.hot_top>a:hover {
	color: #e60000;
	text-decoration: underline
}
.list {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 10px;
}
.list_top {
	margin-top: 7px;
}
.list>li {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
}
.list>li>span {
	float: right;
	color: #b2b2b2;
}
.list>li>i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #808080;
	margin-right: 6px;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%;/* Safari 和 Chrome */
}
.advert {
	width: 992px;
	height: 70px;
	overflow: hidden;
	margin-top: 10px
}
.advert>div {
	float: left;
	width: 239px;
	height: 70px;
	margin-right: 8px;
}
.conter2 {
	width: 100%;
/*	height: 520px;*/
	overflow: hidden;
	margin-top: 15px;
}
.city {
	float: left;
	width: 239px;
/*	height: 520px;*/
}
.city_top {
	width: 100%;
	height: 30px;
	background: #076fc6;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.city_top>i {
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: inherit;
	width: 14px;
	height: 16px;
	background: url(../image/city_top.png) no-repeat center;
	margin-right: 6px;
	margin-left: 10px;
	line-height: 30px;
}
.city_bm {
	width: 237px;
	height: 496px;
	border: 1px solid #c3e0ee;
	border-top: none
}
#cen_right_top {
	width: 237px;
}
#cen_right_top .active {
	background: #e5f3ff;
	color: #076fc6;
	font-weight: bold
}
#cen_right_top h3 {
	line-height: 35px;
	text-align: center;
	float: left;
	height: 35px;
	width: 59px;
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	cursor: pointer;
}
#cen_right_top div {
	font-size: 12px;
	display: none;
	clear: both;
	width: 217px;
	height: 274px;
	border-top: 1px solid #c3e0ee;
	padding: 0 10px;
}
#cen_right_top>div>h2 {
	width: 100%;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	color: #076fc6;
	font-family: "Sim Sun";
	margin: 6px 0;
	text-align: center;
	overflow: hidden;
}
#cen_right_top>div>h2>a {
	color: #076fc6
}
#cen_right_top>div>h2>a:hover {
	color: #e60000
}
#cen_right_top>div>img {
	display: block;
	width: 216px;
	height: 143px;
	max-width: 100%;
	overflow: hidden
}
#cen_right_top>div>p {
	text-indent: 2em;
	margin-top: 7px;
	line-height: 20px;
}
#cen_right_top>div>p>a {
	color: #e60000
}
.city_bm .l {
	float: left;
	display: inline;
	width: 237px;
	overflow: hidden;
}
.city_bm .l .box1 {
	width: 237px;
	height: 488px;
	overflow: hidden;
	padding-top: 5px;
}
.city_bm .l .box1 .title {
	width: 100%;
	height: 25px;
	background: url(../image/cs_c1_box22_title.png) no-repeat 0 8px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
.city_bm .l .box1 .title h2 {
	width: 100%;
	font-size: 12px;
	color: #bc0404;
	line-height: 21px;
	text-align: left;
	font-family: "宋体";
	height: 21px;
	padding-left: 10px;
	margin-top: 3px;
	vertical-align: inherit
}
.city_bm .title h2 a {
	color: #0c4f95;
	width: 100%;
}
.city_bm.l .box1 .title2 {
	width: 100%;
	height: 25px;
	background: url(../image/cs_c1_box22_title2.png) no-repeat 0 8px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
.city_bm .l .box1 .title2 h2 {
	font-size: 12px;
	color: #bc0404;
	line-height: 21px;
	text-align: left;
	font-family: "宋体";
	height: 21px;
	padding-left: 10px;
	margin-top: 3px;
}
.city_bm .l .box1 .title2 h2 a {
	color: #0c4f95;
}
.city_bm .l .box1 dl {
	margin-top: 3px;
}
.city_bm .l .box1 dl dd {
	float: left;
	width: 59px;
	line-height: 18px;
	display: inline;
	font-size: 12px;
}
.city_bm.l .box1 ul li {
	float: left;
	width: 42px;
	line-height: 18px;
	display: inline;
}
.city_bm .l .box1 dl dd a, .city_bm .l .box1 ul li a {
	padding-left: 10px;
	padding-top: 9px;
	color: #4a4a4a;
}
.city_bm .l .box1 dl dd a:hover, .city_bm .l .box1 ul li a:hover {
	color: #e60000
}
.info_top {
	width: 100%;
	border-bottom: 2px solid #076fc6;
	/*line-height: 35px;*/
	font-size: 16px;
	color: #076fc6;
	font-weight: bold;
	padding-bottom: 6px;
	font-family: "Microsoft Yahei"
}
.info_top>i {
	position: relative;
	top: 3px;
	display: inline-block;
	vertical-align: inherit;
	width: 13px;
	height: 16px;
	background: url(../image/info_top.jpg) no-repeat top;
	margin-right: 6px;
	margin-left: 10px;
}
.info_top>a {
	float: right;
	font-size: 12px;
	color: #b2b2b2;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: normal;
	font-family: 'Sim Sun';
}
.info_top>a:hover {
	color: #e60000;
	text-decoration: underline
}
.market {
	float: left;
	width: 350px;
	margin-left: 16px;
}
.site {
	float: right;
	width: 350px;
}
.tp {
	margin-top: 10px
}
/*炉料*/

.market_ll ul li .ll_left {
	float: left;
	width: 100%
}
.market_ll ul li .ll_left .ll_left_lt {
	float: left;
	width: 350px
}
.market_ll ul li .ll_left .ll_left_rt {
	float: right;
	width: 350px
}
.conter3 {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-top: 15px;
}
.conter3t {
	width: 100%;
	height: 215px;
	overflow: hidden;
	margin-top: 15px;
}

.query, .interview {
	float: left;
	width: 239px;
	height: 100%;
}
.query_top {
	width: 100%;
	height: 30px;
	background: #076fc6;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.query_top>i {
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: inherit;
	width: 14px;
	height: 16px;
	background: url(../image/query_top.png) no-repeat center;
	margin-right: 6px;
	margin-left: 10px;
}
.query_bm {
	width: 237px;
	height: 209px;
	border: 1px solid #c3e0ee;
	border-top: none
}
.query_bm_auto {
	width: 210px;
	height: 199px;
	margin: 0 auto;
	padding-top: 10px;
}
/*.nav{width:218px;height:22px; margin:0 auto; border:1px solid #d9d9d9;}
.nav p{display:block;padding-left:10px;line-height:22px;}
.set{background:url(../image/btn_2.png) 165px 10px no-repeat;font-size:12px;color:#076fc6; font-weight:bold}
.select{background:url(../image/btn_1.png) 165px 10px no-repeat;font-size:12px; color:#076fc6; font-weight:bold}
.new{width:218px;position:absolute;display:none; background-color:#076fc6; z-index:999; font-size:12px; height:100px; overflow:scroll}
.nav ul li{line-height:22px;padding-left:10px; color:#fff}
.nav ul li:hover{background:#CCC;color:#FFF;}

.demo {
	width: 218px;
	height: 22px;
	margin: 0 auto;
	border: 1px solid #f00;
}
.select {
	position: relative;
	width: 218px;
	height: 22px;
	top:0
}
.select dt {
	height: 22px;
	display: inline-block;
	background: #fcfcfb url(../image/ico.gif) no-repeat 97px center;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
	width: 218px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.select dt:hover, .select dt.cur {
border:1px solid #f00; 
	
}
.select dd {
	position: absolute;
	left: 0;
	top: 29px;
	border: 1px solid #d2ccc4;
	background: #fff;
	display: none;
}
.select dd ul {
	padding: 4px;
	width: 100%;
	max-height: 250px;
	overflow: auto;
}
.select dd ul li a {
	line-height: 28px;
	display: block;
	padding: 0 8px;
}
.select dd ul li a:hover {
	background: #f5f5f5;
}*/
.city_name {
	width: 100%;
	height: 22px;
	font-size: 12px;
	color: #076fc6;
	font-weight: bold;
	line-height: 22px;
	font-family: "Sim Sun";
}
.city_name>option {
	color: #333;
}
.info_name {
	width: 67px;
	height: 22px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-left: 2px;
}
button {
	width: 210px;
	height: 28px;
	border: none;
	background: #e60012 url(../image/button.png) no-repeat center;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 8px;
}
.iput_radio {
	font-size: 12px;
	color: #333;
	margin-top: 8px;
}
.iput_radio label span {
	vertical-align: middle;
}
.iput_radio label select {
	vertical-align: middle
}
.iput_radio input[type="radio"] {
	position: relative;
	top: 2px;
}
.iput_radio .inp_right {
	margin-left: 15px;
}
.demo3 {
	width: 100%;
}
.demo3>label {
	display: block;
	margin-top: 8px
}
.demo3>label>span {
	font-size: 12px;
	vertical-align: central;
}
.demo3>label>input {
	vertical-align: middle
}
#start, #end {
	width: 150px;
	height: 22px;
	border: 1px solid #ccc
}
.inter_top {
	width: 100%;
	height: 30px;
	background: #076fc6;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.inter_top a {
	color: #fff
}
.inter_top>i {
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: inherit;
	width: 13px;
	height: 17px;
	background: url(../image/inter_top.png) no-repeat center;
	margin-right: 6px;
	margin-left: 10px;
}
.inter_bm {
	width: 237px;
	height: 173px;
	border: 1px solid #c3e0ee;
	border-top: none;
	padding-top: 10px
}
.inter_bm>.title {
	width: 100%;
	height: 60px;
	margin-top: 3px;
}
.inter_bm>.title>.img {
	float: left;
	margin: 0 10px
}
.inter_bm>.title>.img>a>img {
	float: left;
	width: 88px;
	height: 58px;
	border: 1px solid #efeeee
}
.inter_bm>.title>h2 {
	font-size: 12px;
	margin-right: 10px;
	line-height: 20px;
}
.inter_bm>.title>h2>a {
	color: #2b6bb1;
}
.inter_bm>.title>h2>a:hover {
	color: #e60000;
}
.inter_bm>p {
	font-size: 12px;
	color: #252f40;
	text-indent: 2em;
	line-height: 23px;
	margin: 10px 10px 0 10px;
}
.inter_bm>p>a {
	color: #e60000
}
.inter_list {
	width: 95%;
	margin: 0 auto;
}
.inter_list>li {
	font-size: 12px;
	line-height: 24px;
}
.Charge {
	float: left;
	width: 725px;
	height: auto;
	display: table;
	margin-left: 15px;
}
.Charge_lf {
	margin-left: 0
}
.conter6 {
	width: 100%;
	height: 342px;
	overflow: hidden;
	margin-top: 15px;
}
.tab {
	float: left;
	width: 239px;
	height: 100%;/*background: #3F0*/
}
.tab_top{ margin-top:18px;}
.tab_bor {
	width: 237px;
	height: 309px;
	border: 1px solid #c3e0ee;
	border-top: none
}
#foot {
	border-top: 1px solid #8cc5e0
}
.conter_auto {
	width: 100%;
	height: 578px;
	overflow: hidden;
	margin-top: 15px;
}
.conter_left {
	float: left;
	width: 239px;
	height: auto;
	display: table;
}
.conter_right {
	float: right;
	width: 725px;
	height: auto;
	display: table;
}

/**/