.wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    /* border: 1px solid red; */
}

/* ----------------- */
/* 位置 */
.posit{
    width: 100%;
    margin-top: 15px; 
    height: 30px;
    line-height: 30px;
}

.posit span,
.posit a,
.posit em{
    color: #888;
    font-size: 15px;
}
.posit a:hover{
    color: #dc3023
}



/* ---------------- */
/* 简介 */
.about {
    width: 800px;
    /* border: 1px dashed #08650A; */
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 20px;

    position: relative;
}


.about .about_title {
    margin: 0 auto;
    width: 684px;
    /* margin-left: -57px; */
}

.about .about_title h2 {
    font-size: 20px;
    font-weight: 700;
    /* color: blue; */
    /* color: #ff2d51; */
    width: 684px;
    /* padding: 10px 0px; */
    margin: 0px 0 10px;
    /* border-bottom: 3px solid #08650A; */
    text-align: center;
    color: #333;
    /* color: #444; */
}

.about .about_contain {
    width: 100%;

}

.about .about_contain table {
    margin: 0;
}

.about .about_contain table td {
    height: 40px;
    font-size: 16px;
    /* font-weight: 600; */
    border: 1px solid rgba(204, 204, 204, 0.5);
    margin: 0 50px;
}

.about .about_contain table tr:first-child td {
    font-weight: 600;
    text-indent: 1em;
}


.about .about_contain table tr td:first-child,
.about .about_contain table tr td:nth-of-type(3) {
    text-align: right;
    font-weight: 600;
    width: 100px;
}

.about .about_contain table tr:nth-of-type(n+2) td:nth-of-type(4),
.about .about_contain table tr:nth-of-type(n+2) td:nth-of-type(2) {
    width: 300px;
    margin: 20px;
    text-indent: 1em;
    color: #666;
}

.about .about_contain table tr:nth-of-type(n+2) td a {
    color: #666;
}

.about .about_contain table tr td a:hover {
    color: #dc3023;
}



/* ---------------------- */
/* 图表 */
.echart {
    width: 800px;
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px inset; */
    border: 1px solid rgba(204, 204, 204, 0.5);
    position: relative;
}

.echart>div {
    width: 800px;
    height: 500px;
    position: absolute;
    top: 28px;
    left: 20px;
}
.echart_c{
    height:90%;
    width:90%
}

.echart .uint{
    position: absolute;left: 89px;top:33px;font-style: italic
}
.echart .uint em{
    font-size:14px
}

.echart .dateTime{
    position: absolute;right: 50px;bottom:70px;font-style: italic
}
/* ----------------------- */
/* 30条记录 */
.record {
    width: 800px;

    min-height: 100px;

    margin-bottom: 40px;
}

.record .record_tit{
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;

    font-weight: 600;
    font-size: 17px;
    color: #333;
    margin: 10px auto 5px;

}
.record thead tr th{
    font-weight: 600;
}

.record .record_title th {
    font-weight: 600 !important;
    color: #656565;
}
.record tr{
    border:1px solid #eee;
}
.record .layui-table td{
    border-color: #eee;
}

.record .record_list td:nth-of-type(1) a {
    color: #08650A;
    font-weight: 600;
}



.record .record_list td:nth-of-type(2) a,
.record .record_list td:nth-of-type(3),
.record .record_list td:nth-of-type(8) {
    color: #656565 !important;
    /* font-weight: 600; */
}

.record .record_list td:nth-of-type(5){
    color: #dc3023;
    font-weight: 600;
}

/* 隔行换色 */
.record .record_list tr:nth-of-type(2n-1) {
    background-color: rgba(247, 247, 247, 0.8);
}



/* ------------- */
/* 其他类别的报价 */
.offer {
    width: 800px;
    /* position: relative; */
    /* margin-top: 10px; */
    margin-bottom: 20px;
    /*border: 1px solid rgba(204, 204, 204, 0.5);*/
    /* background-image: url("../img/bg.jpg"); */
}

.offer .offer_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    /* border-bottom: 2px solid #08650A; */
    /* box-shadow: 0px 0px 10px; */
    font-weight: 600;
    font-size: 17px;
    color: #333;
    margin: 10px auto 5px;
    text-align: center;
}

.offer .offer_tab {
    width: 100%;
    /* border: 1px solid red; */
    margin: 0 auto 31px;
}

.offer .offer_tab td {
    width: 200px;
    height: 40px;
    border: 1px solid #eee;
    text-align: center;
}

.offer .offer_tab table a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 auto;
}

.offer .offer_tab table a:hover {
    color: #dc3023;
}




/* 侧栏 */

.sideBar {
    position: absolute;
    right: 0px;
    top: 53px;
    width: 320px;
}

.sideBar .sideBar_block {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 40px;
}

.sideBar .sideBar_block_top {
    width: 100%;
    border-bottom: 1px solid #008C46;
    margin-bottom: 10px;
    position: relative;
    padding: 5px 0;
}

.sideBar .sideBar_block_top h3 {
    font-size: 20px;
    font-weight: 600;
    color: #008C46;
    padding-left: 10px;
}

.sideBar .sideBar_block_top a {
    position: absolute;
    right: 5px;
    color: #666;
    /* top: 0; */
    bottom: 5px;
}

.sideBar .sideBar_block_top a:hover {
    color: #dc3023
}

.sideBar ul {
    display: block;
    width: 94%;
    margin: 0 auto;
}

.sideBar ul li {
    width: 100%;
}

.sideBar ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 5px;
    vertical-align: middle;
}

.sideBar ul li a {
    font-size: 16px;
    vertical-align: middle;
    width: 96.5%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    /* width: 100% */
}













/* ------------------ */

/* 价格突出 */
.redColor {
    color: red;
}