* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "微软雅黑", serif;
    overflow-x: hidden;
}


@media screen and (min-width: 2000px) {
    body {
        width: 1920px;
        margin: auto;
    }
}

img {
    border: 0
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.clear_float {
    clear: both;
}

.container {
    width: 1000px;
    margin: auto;
}

.header {
    height: 120px;
    position: relative;
}

.header .logo {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.header .menu {
    float: right;
}

.header .menu_item {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin-left: 45px;
}

.header .menu_item .link {
    color: #585858;
}

.header .menu_item .link:hover {
    color: #f58220;
}

.header .menu_item .link.selected {
    color: #f58220;
}

.header .menu_item .btn_oa {
    width: 100px;
    height: 32px;
    background-color: #f58220;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-block;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.header .menu_item .btn_oa:hover {
    background-color: #f47115;
}

.footer {
    height: 370px;
    padding-top: 80px;
    background-color: #3d4149;
    position: relative;
}

.footer .column {
    float: left;
}

.footer .column .title {
    margin-bottom: 18px;
    font-size: 16px;
    color: white;
}

.footer .column .item {
    margin-top: 12px;
    font-size: 14px;
    color: #9c9da0;
}

.footer .column .item a {
    color: #9c9da0;
}

.footer .column .item a:hover {
    color: white;
}

.footer .m_left {
    margin-left: 100px;
}

.footer .public {
    margin-left: 150px;
}

.footer .customer_service {
    float: right;
}

.footer .customer_service .time {
    font-size: 12px;
}

.footer .customer_service .tel {
    font-size: 28px;
    margin-top: 10px;
}

.footer .customer_service .icon_box {
    position: relative;
}

.footer .customer_service .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.footer .customer_service .left {
    float: left;
    background-image: url("../image/icon_online.png");
}

.footer .customer_service .left:hover {
    background-image: url("../image/icon_hover_online.png");
}

.footer .customer_service .middle {
    background-image: url("../image/icon_qq.png");
}

.footer .customer_service .middle:hover {
    background-image: url("../image/icon_hover_qq.png");
}

.footer .customer_service .right {
    float: right;
    background-image: url("../image/icon_wx.png");
}

.footer .customer_service .right:hover {
    background-image: url("../image/icon_hover_wx.png");
}

.footer .customer_service .wx_code {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    z-index: 1;
    display: none;
}


.footer .info_container {
    position: absolute;
    bottom: 60px;
    color: #9c9da0;
    font-size: 12px;
    line-height: 180%;
}

.footer .info_container .link {
    color: #f58220;
}

.stockinfo-body{
	position:relative;
	padding-left:140px;
}
.jrzs{
	position:absolute;
	left:30px;
	top:0;
	color:#f58220;
	font-size:13px;
}
.stockinfocla ul {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:0;
}
.stockinfocla ul li{
	margin-right:30px;
	list-style:none;
	color:#666;
	font-size:13px;
}
.stockinfocla ul li span{
	margin-right:10px;
}
.red{
	color:#ff5a5a!important;
}
.green{
	color:#4ce63a!important;
}
#e {
    overflow: hidden;font-size:15px;margin:10 auto;width:1024px;
}

#e ol {
    float: left;
    width: 326px;
    margin: 9px 0 0 9px;
    border: 1px solid #eaeaea;
    border-width: 3px 1px;
    border-radius: 3px;
}

#e h3 {
    height: 25px;
    padding: 15px 0 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#e h3 a {
    color: #df2526;
    font-weight: bold;
    line-height: 25px;
    padding: 15px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #df2526;
}

#e ul {
    padding: 30px 15px 10px 15px;
    overflow: hidden;
}

#e ul li {
    line-height: 25px;
    padding: 8px 0 8px 19px;
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
    white-space: nowrap;
    background: url(../image/d.png) no-repeat 0 14px;
    position: relative;
}

#e ul li:nth-of-type(1),#e ul li:nth-of-type(2) {
    background-image: url(../image/e.png);
}

#e ul li font {
    color: #aaa;
    line-height: 25px;
    padding: 8px 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff
}

#e ul li a{
    font-size:14px;line-height: 22px;color:#666;
}



