﻿@charset "utf-8";
/* CSS Document */

/*CSS公用样式*/
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {margin:0; padding:0;}

body{
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    font-family:"微软雅黑";
    font-size:12px;
    background:#FFF;
}
a{text-decoration: none}

table {border-collapse:collapse;border-spacing:0;}

img {border:0;}

li {list-style:none;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit; -webkit-appearance:none;}
img{display:block;}
/*带清除高度的10PX高的空DIV*/
.blank{clear:both;height:10px;overflow:hidden;font-size:0px;}
.blank1{clear:both;height:5px;overflow:hidden;font-size:0px;}
.blank18{clear:both;height:18px;overflow:hidden;font-size:0px; border-top:1px solid #e0e0e0;}
.blank5{clear:both;height:50px;overflow:hidden;font-size:0px;}

/*单行隐藏*/
.str{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}

/*多行隐藏*/
.strmore{overflow:hidden;text-overflow:ellipsis;}

/*带清除高度的0PX高的空DIV*/
.cls{clear:both;height:0px;overflow:hidden;background:#FFF;}
.pink{background: #f76c65 !important;}
.center{text-align: center}
.white{color: #FFF!important;}
.top_1{margin-top: .1rem}
.red{color: red}
.main{width: 95%;margin: 0 auto;overflow: hidden}
.main_1{width: 80%;margin: 0 auto;overflow: hidden}
#header{width: 100%;height: .8rem;line-height: .8rem;background-color: #FFF}

/*DIV宽1200px居中*/
.chart-1200{margin: 0 auto;width: 1200px;}
/*DIV百分百宽*/
.chart{float:left;width: 100%;}


.fl {float:left;}
.fr {float:right;}
.flb { float:left; border:0px;}/*冉波添加*/
.rlb { float:right; border:0px;} /*冉波添加*/



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.zoomovhd { overflow:hidden;}
.zoomimg {overflow:hidden;-webkit-transition:all 0.4s ease-in; -moz-transition:all 0.4s ease-in; -o-transition:all 0.2s ease-in; -ms-transition:all 0.4s ease-in; transition:all 0.4s ease-in;} 
.zoomimg:hover {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);} 


.new-cen-a ul li .gaiddj-ran { background:#bda900; color:#fff; padding:2px 6px;}
.stock-new span a{float: left; background:#1c94c4; padding:0 6px; color:#fff;}

.wrap{position:relative;}
.wrap:after{visibility:hidden;display:block;font-size:0;content:'';clear:both;height:0;}
.posti { position:relative;}

.bakg01{ background:#bda900;}
.bakg02{background:#1c94c4;}
.bakg03{background:#ff6400;}
