/*css reset*/

* {
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

body {
    color: #333;
    font-size: 1rem;
    line-height: 21px;
    background: #e6e6e6;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse
}

ol,
ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

img {
    border: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hot-search,
.history-search,
.result-l,
.deep-search i,
.icon-edit-advanced,
.icon-del-advanced,
.relate-companys i,
.icon-excel,
.icon-search-relation,
.input-tagsArea i,
.show-hide-condition i {
    background: url(../images/Company/web_sprite.png) no-repeat;
}

.wrapper {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.nav-company-name {
    margin-right: 100px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.nav-company-name:hover {
    cursor: pointer;
}

.nav-company-name:before {
    content: '';
    background: url('../images/Company/goto.png') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
}

.nav-tabs {
    margin-left: 100px;
}

.nav-block {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}

.nav-block a {
    height: 38px;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    min-width: 68px;
}

.wi-primary-bg a:after,
.nav-block a:hover:after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
}

.wi-primary-bg a {
    font-weight: bold;
    color: #fff;
}

.nav-block a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: -8px;
    border-bottom: 4px solid #B91818; */
    -webkit-transform: scaleX(0.0001);
    transform: scaleX(0.0001);
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-title-underline {
    height: 3px;
    margin-top: -4px;
    width: 100%;
}

.content {
    position: relative;
    height: calc(100vh - 100px);
}

.r-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.chart-overflow-y {
    overflow-y: auto;
}

.chart-overflow-hidden {
    overflow: hidden;
}

.main {
    margin: 0 auto;
    width: 1190px;
    padding: 18px 27px;
    background: #fff;
    margin-bottom: 10px;
    /* min-height: calc(100vh - 200px); */
}

.title-module {
    border-bottom: 1px solid #979797;
}

.title-module-text {
    display: inline-block;
    height: 22px;
    padding: 0 0px 4px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    position: relative;
    margin-bottom: 3px;
}

.title-module-underline {
    width: 64px;
    margin-top: -3px;
    height: 3px;
}

.title-tips {
    font-size: 1rem;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.history {
    background: url(../images/Company/line04.png) repeat-y 187px 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-bottom: 16px;
    margin-left: -50px;
}

.history-date {
    overflow: hidden;
}

.history-date>ul {
    /* margin-left: -50px; */
}

.history-date h2 {
    text-align: left;
    background: url(../images/Company/icon06.png) #fff no-repeat 108px 0;
    height: 60px;
    font-size: 25px;
    font-weight: normal;
    padding-left: 45px;
    margin-bottom: 50px;
}

.history-date h2.first {
    position: absolute;
    left: 0;
    top: 0;
    width: 935px;
    z-index: 99;
    margin-left: 50px;
}

.history-date h2 a {
    color: #000;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/Company/icon08.png) no-repeat right 50%;
    padding-right: 17px;
    margin: 21px 97px 0 0;
}

.history-date h2 a:hover {
    text-decoration: none;
}

.history-date h2 img {
    vertical-align: -5px;
}

.history-date h2.date02 {
    background: none;
}

.history-date ul li {
    padding-bottom: 30px;
    zoom: 1;
}

.history-date ul li.last {
    padding-bottom: 0;
}

.history-date ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.history-date ul li h3 {
    position: relative;
    float: left;
    width: 147px;
    text-align: right;
    padding-right: 40px;
    color: #666;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

.history-date ul li h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    margin-right: -9px;
    background: #50AFC6;
    border-radius: 50%;
}

.each-list-item {
    display: block;
    color: #d0d0d0;
    font-size: 12px;
}

.each-list-item-pevc {
    position: relative;
    margin-left: -80px;
    width: 330px;
    display: inline-block;
    left: 80px;
    vertical-align: top;
}

.history-date ul li dl {
    float: left;
    padding-left: 60px;
    margin-top: -5px;
}

.history-date ul li dl dt {
    font-size: 20px;
    line-height: 22px;
    color: #737373;
    margin-bottom: 19px;
}

.history-date ul li dl dt:last-child {
    margin-bottom: 0;
}

.history-date ul li dl dt h4 {
    padding: 0 0 5px 0;
    font-size: 18px;
    color: #151515;
    line-height: 30px;
    font-weight: normal;
}

.history-date ul li dl dt .each-list-item {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    width: 800px;
}

.history-date ul li.green h3 {
    color: #1db702;
}

.history-date ul li.green h3 span {
    color: #a8dda3;
}

.history-date ul li.green dl {
    margin-top: -8px;
}

.history-date ul li.green dl dt {
    font-size: 30px;
    line-height: 28px;
}

.history-date ul li.green dl dt a {
    /*background:url(../images/icon09.gif) no-repeat 0 0; width:19px; height:16px;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 12px;
}

.history-date ul li.green dl dd {
    padding-top: 20px;
    display: none;
}

.history-date ul li.green dl dd img {
    float: left;
}

.history-date ul li.green dl dd p {
    overflow: hidden;
    zoom: 1;
    line-height: 21px;
    color: #787878;
}

.dateYear-style {
    font-size: 12px;
}

.history-date h2.first .more-history {
    font-size: 16px;
    background: transparent;
    margin-left: 30px;
}

.history-date h2.first .more-history:hover {
    text-decoration: underline;
}

.modle-num {
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
}

*body .history-date ul li dl dt {
    _font-size: 12px !important;
    _font-weight: bold;
}

*body .history-date ul li dl dt span {
    _font-weight: normal !important;
}

*body .history-date ul li.green dl dt a {
    _background: transparent !important;
    *background: transparent !important;
    *font-size: 12px !important;
    _font-weight: normal !important;
}

#companyChart {
    height: calc(100vh - 100px);
}

.text-insert {
    color: #00AEC7;
}

.before-search-key {
    font-weight: bold;
}

.before-search-key:hover {
    cursor: pointer;
}

.search-list-icon {
    float: right;
    right: 0;
    font-weight: normal;
}

.search-list-icon:hover {
    cursor: pointer;
}

.search-list-icon i {
    background: url(../images/Company/delete.png);
    width: 18px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin-top: -2px;
}

.before-search-div:hover,
.search-list-div:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}

.before-search-div em {
    font-style: normal;
    color: #00AEC7;
}

.toolbar-chartplatform {
    padding-right: 18px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-weight: bold;
}

.toolbar-chartplatform:after {
    content: 'Up';
    display: inline-block;
    position: absolute;
    color: #dc3023;
    font-size: xx-small;
    margin-top: -10px;
    font-weight: bold;
}