/*flex slider默认样式*/
body{overflow-x:hidden;}
#big-imgs{overflow:hidden;}
#thumb-imgs ul{overflow:hidden;height:80px;}
#thumb-imgs ul li{
    float:left;
    display:block;
    margin-right:0;
    margin-left:10px;
}
#thumb-imgs ul li:first-child{
    margin-left:0;
}
#honour_img{
    overflow:hidden;
}
/*原版本页面样式*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
pre,.pre{
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    /*white-space:nowrap;*/
    word-break: break-all;
    word-wrap: break-word;
}
code, pre,.pre {
    border-radius: 3px;
    color: #333;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}
div.preDiv{
    border-radius: 4px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
    color: #575757;
}
div.defaultStyle{
color: #575757;
font-style: italic;
font-size: 14px;
}
.font-color-bule {
    color: #417cc5;
    margin: 0 5px;
}
.font-color-red {
    color: #c40303;
}
.border-bottom {
    border-bottom: 1px solid #c3c3c3;
}
.lode-more {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.block-margin {
    margin-top: 20px;
}
.lable-title {
    color: red;
    margin-left: 5px;
}
select {
    height: 30px;
}

.alert, .alert h4 {
    color: #c09853;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.radius-boxshadow {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    overflow: hidden;
}
#page {
    margin: 0 auto;
    width: 980px;
}
#header {
    background-color: #fbfaf9;
    width: 100%;
    border-bottom:2px solid #F0F0F0;
}
#header .header-top {
    background-color: #f0f1f2;
    border-bottom: 1px solid #dedede;
    text-align: left;
    width: 100%;
}
#header .header-box {
    height: 53px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 99;
}
#header .header-logo {
    float: left;
    margin-top: 5px;
    width: 200px;
}
#header .header-right {
    float: right;
    padding-top: 8px;
    text-align: right;
    width: 150px;
}
#header .header-right img {
    padding-right: 10px;
}
#header .header-search {
    float: left;
    padding-left: 80px;
    padding-top: 8px;
}
#header .header-search input {
    border: 1px solid #ccc;
    color: #b7b7b7;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: 340px;
}
.header-popover {
    background: url("/img/qhee/popover-centent.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    left: auto;
    position: absolute;
    right: 3px;
    text-align: left;
    top: 55px;
    width: 139px;
    z-index: 999;
}
.popover-arrow {
    background: url("/img/qhee/popover-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 17px;
}
.header-popover h3.popover-title {
    background-color: #eeeeee;
    border-bottom: 1px solid #dedede;
    color: #333;
    margin: 0 10px 0 5px;
    padding: 0 0 8px 10px;
}
.popover-bottom {
    background: url("/img/qhee/popover-bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 13px;
}
#header .header-popover a {
    color: #333;
}
#header .login-register {
    height: 54px;
    line-height: 54px;
}
#header .login-register li {
    color: #0078b1;
    display: inline;
}
#header .login-register li a {
    color: #0078b1;
}
#header .header-company {
    height: 140px;
    margin: 0 auto;
    padding-top: 20px;
    width: 980px;
}
#header .company-logo {
    background: url("/img/qhee/company-logo-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    overflow: hidden;
    text-align: center;
    width: 92px;
}
#header .company-logo img {
    border: 1px solid #f2f2f2;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-top: 5px;
    width: 80px;
}
#header .company-describe {
    float: left;
    margin-left: 20px;
    width: 520px;
}
.company-describe h2.title {
    color: #00013c;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0;
}
.company-describe p {
    margin: 0;
}
.company-describe p.describe {
    color: #333;
    font-weight: bold;
    margin: 0 0 5px;
}
.company-describe p.cate {
    color: #aaacaf;
    line-height: 30px;
}
.company-describe p.cate input {
    margin: 0;
}
#header .company-btn {
    float: right;
    padding-top: 55px;
    position: relative;
    text-align: right;
    width: 345px;
    z-index: 1;
}
#header .company-btn img {
    cursor: pointer;
    margin-left: 10px;
}
#header .company-btn a:hover {
    text-decoration: none;
}
#header .company-btn .cancel {
    display: none;
}
#header .company-btn span {
    bottom: 18px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 8px;
}
#header .header-menu {
    background: url("/img/qhee/menu-bg2.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
#header .menu-list {
    height: 47px;
    margin: 0 auto;
    width: 980px;
}
#header .menu-list ul {
    color: #000;
    margin: 0;
    padding: 0;
}
.menu-list li {
    cursor: pointer;
    float: left;
    height: 47px;
    line-height: 47px;
    list-style: none outside none;
    text-align: center;
    vertical-align: middle;
    width: 132px;
}
.menu-list li a {
    color: #000;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
}
.menu-list li a:hover {
    text-decoration: none;
}
.menu-list li.active {
    background: url("/img/qhee/menu-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.menu-list li:hover {
    background: url("/img/qhee/menu-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pageer {
    margin: 0 20px;
    padding: 20px 0 0;
    text-align: center;
}
.pageer ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.pageer ul li {
    display: inline;
    float: left;
    list-style: none outside none;
    padding: 4px 12px;
}
.pageer ul li.pageer-active {
    background-color: #cecece;
}
.pageer ul input.page-num {
    height: 21px;
    margin: 0;
    padding: 0;
    width: 30px;
}
.pageer ul input.page-btn {
    width: 42px;
}
.box-top .box-top-left {
    background: url("/img/qhee/fillet-bg.png") no-repeat scroll 0 -10px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 11px;
    overflow: hidden;
    width: 11px;
}
.box-top .box-top-centent {
    background: url("/img/qhee/fillet-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 5px;
    overflow: hidden;
    width: 958px;
}
.box-top .box-top-right {
    background: url("/img/qhee/fillet-bg.png") no-repeat scroll -13px -10px rgba(0, 0, 0, 0);
    float: right;
    height: 11px;
    overflow: hidden;
    width: 11px;
}
.box-bottom {
    background-color: #fff;
    height: 11px;
}
.box-bottom .box-bottom-left {
    background: url("/img/qhee/fillet-bg.png") no-repeat scroll 0 -24px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 11px;
    overflow: hidden;
    width: 11px;
}
.box-bottom .box-bottom-centent {
    background: url("/img/qhee/fillet-bg.png") repeat-x scroll 0 -6px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 4px;
    margin-top: 8px;
    overflow: hidden;
    width: 958px;
}
.box-bottom .box-bottom-right {
    background: url("/img/qhee/fillet-bg.png") no-repeat scroll -13px -24px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 11px;
    overflow: hidden;
    width: 11px;
}
.box-box {
    padding-bottom: 10px;
    word-wrap: break-word;
}
#footer {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 980px;
}
#footer .copyright {
    color: #9b9b9b;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.copyright p {
    margin: 0;
    padding: 0;
}
#loginModal .login_main .reg_capt img {
    height: 28px;
    overflow: hidden;
    width: 78px;
}
#content .lode-more {
    cursor: pointer;
    font-weight: bold;
    margin-top: 8px;
}
#content {
    border-bottom: 1px solid #c3c3c3;
    margin: 20px auto 30px;
    padding-bottom: 30px;
    width: 980px;
    word-wrap: break-word;
}
#content .box-top {
    background-color: #fff;
    height: 11px;
}
#content .content-content {
    width: 100%;
}
#content .content-content p {
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 2px 0 1px;
    padding-left: 15px;
    position: relative;
    vertical-align: middle;
}
#content .content-content p span {
    color: #aaacaf;
    font-size: 14px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
#content .content-content span img {
    margin: 0 0 0 10px;
}
#content .content-content table {
    border: 0 none;
    margin: 20px 0 0 15px;
    width: 968px;
}
.content-content table thead td {
    border: 0 none;
}
.content-content table thead tr {
    background: url("/img/qhee/tab-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
}
.content-content table .td-fist {
    text-align: left;
    width: 40%;
}
.content-content table .td-sec, .content-content table .td-third, .content-content table .td-four {
    text-align: center;
    width: 20%;
}
.content-content table tbody .td-third {
    background-color: #f6f6f6;
}
#content .news-left {
    float: left;
    margin-top: 20px;
    width: 473px;
}
#content .news-left .box-top-centent, #content .news-left .box-bottom-centent {
    width: 451px;
}
#content .news-left .box-bottom-right {
    background-position: -12px -24px;
}
#content h1 {
    border-bottom: 1px solid #c3c3c3;
    font-size: 18px;
    margin: 0 2px 0 1px;
    padding-left: 15px;
    position: relative;
}
#content h1 a {
    position: absolute;
    right: 5px;
    top: 4px;
}
#content .news-text h2 {
    color: #596c97;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 0;
    padding-left: 10px;
}
#content .news-edit {
    display: none;
    float: right;
    margin: 15px 50px 0 0;
}
#content div#news-edit {
    margin-right: 12px;
}
#content .news-edit img {
    margin-left: 20px;
}
#content .news-text p {
    border-bottom: 1px solid #c3c3c3;
    margin: 15px 0 0;
    padding: 0 10px 15px;
    word-wrap: break-word;
}
#content .news-text-active {
    background-color: #eff2f4;
}
#content .notice-right {
    float: left;
    margin: 20px 0 0 20px;
    width: 487px;
}
#content .notice-right .box-top-centent, #content .notice-right .box-bottom-centent {
    width: 465px;
}
#content .notice-content {
    background-color: #fff;
}
.notice-content ul {
    margin: 0;
    padding: 0;
}
.notice-content ul li {
    border-bottom: 1px solid #c3c3c3;
    list-style: none outside none;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
}
.notice-content ul li .notice-photo {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 45px;
}
.notice-content ul li h3 {
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 392px;
}
.notice-content ul li p {
    float: left;
    margin: 10px 0 0 10px;
    width: 392px;
}
.notice-content ul .notice-date {
    color: #c9c9c9;
    position: absolute;
    right: 10px;
    top: 10px;
}
#about-content h2 {
    font-size: 18px;
    padding: 0 0 0 20px;
}
#about-content h2 span {
    color: #6e6e6e;
    font-weight: normal;
}
#about-content .attention h2 {
    height: 43px;
    padding-top: 10px;
}
#about-content h2 span.active {
    background: url("/img/qhee/fol-sl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    line-height: 30px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 130px;
}
#about-content {
    margin: 20px auto 30px;
    padding-bottom: 30px;
    width: 1000px;
}
#about-content .content-left {
    float: left;
    width: 636px;
}
#about-content .content-right {
    float: left;
    margin-left: 20px;
    width: 324px;
}
#about-content .content-left .box-top-centent, #about-content .content-left .box-bottom-centent {
    width: 614px;
}
#about-content .content-banner .box-top {
    overflow: hidden;
}
#about-content .content-banner-img {
    overflow: hidden;
}
#about-content .content-banner-img .banner-img {
    height: 323px;
    margin: 12px 14px 8px 12px;
    overflow: hidden;
    position: relative;
    width: 610px;
}
#about-content .content-banner-img .panel {
    float: left;
    height: 325px;
    overflow: hidden;
    width: 610px;
}
#about-content .content-banner-img .banner-panel {
    clear: both;
    height: 325px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
}
#about-content .content-banner-bg {
    background: url("/img/qhee/about-banner-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 6px;
    overflow: hidden;
}
#about-content .content-banner-img ul {
    background-color: #fff;
    height: 82px;
    margin: 0 0 10px 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 615px;
}
#about-content .content-banner-img li {
    cursor: pointer;
    float: left;
    height: 53px;
    list-style: none outside none;
    margin: 8px 21px 21px 0;
    position: relative;
    width: 100px;
}
#about-content .content-banner-img li .banner-del-btn {
    background: none repeat scroll 0 0 rgba(64, 85, 133, 0) !important;
    display: none;
    height: 55px;
    left: 5px;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 100px;
}
#about-content .content-banner-img li .active {
    display: block;
}
#about-content .content-banner-img li a {
    background: url("/img/qhee/controls.png") repeat scroll -144px 0 transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}
#about-content .content-banner-img li a:hover {
    background-position: -168px 0;
}
#about-content .content-banner-img li.active {
    border-width: 0;
}
#about-content .content-company {
    clear: both;
    width: 100%;
}
#about-content .content-company-info .nav-tab {
    border-bottom: 1px solid #c3c3c3;
    height: 30px;
    margin: 0 3px 0 2px;
    padding: 18px 0 10px 20px;
}
#about-content .nav-tab li {
    float: left;
    line-height: 30px;
    list-style: none outside none;
}
#about-content .nav-tab a {
    border-radius: 5px;
    color: #586b96;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 4px 12px;
    width: 121px;
}
#about-content .nav-tab a:hover {
    text-decoration: none;
}
#about-content .nav-tab a.active {
    background: url("/img/qhee/about-company-btn2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #191919;
}
#about-content .content-company-title {
    background: url("/img/qhee/about-banner-bg.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    margin: 20px 3px 0;
}
#about-content .content-company-tab table tr {
    height: 30px;
    line-height: 30px;
}
.content-company-tab input {
    margin-bottom: 0;
    width: 100px;
}
#about-content .content-company-tab .tab-title {
    font-size: 14px;
    font-weight: bold;
}
#about-content .content-company-info h3 {
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding-left: 20px;
}
#about-content .font-bg-img {
    color: #586b96;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#about-content .content-left p {
    color: #575757;
    font-size: 14px;
    margin: 0;
    padding: 20px;
    word-wrap: break-word;
}
#about-content .content-patent {
    clear: both;
    width: 100%;
}
#about-content .content-patent-info h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 0 20px;
}
#about-content .content-team {
    padding: 0 20px 20px;
}
#about-content .content-team img {
    display: block;
    float: left;
    padding: 10px;
    width: 45px;
}
#about-content .content-team-text {
    float: left;
    padding-top: 10px;
    width: 520px;
}
#about-content .content-team-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
#about-content .content-team-position {
    color: #787878;
    font-weight: bold;
}
#about-content .content-team-text p {
    padding: 0;
    text-indent: 0;
}
#about-content .lode-more {
    border-top: 1px solid #dedede;
    cursor: pointer;
    font-weight: bold;
    padding-top: 8px;
}
#about-content .honour-img {
    /*float: left;*/
    /*height: 223px;*/
    margin: 20px 0 0;
    /*overflow: hidden;*/
    /*padding: 0;*/
    /*position: relative;*/
    /*width: 570px;*/
    height: 225px;
    /*overflow: hidden;*/
}
#about-content .honour-img ul {
    /*clear: both;*/
    /*left: 0;*/
    /*position: relative;*/
    /*width: 100%;*/
}
#auto_banner .slides li {
    background: url("/img/qhee/about-honour-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 223px;
    list-style: none outside none;
    margin-left: 0px;
    position: relative;
    width: 180px;
    z-index: 100;
    margin-right: 25px;
}
#about-content .honour-img .first-class {
    margin: 0;
}
#auto_banner .slides li img {
    cursor: pointer;
    padding: 10px;
}
#auto_banner .slides li .hover-del-btn {
    display: none;
    height: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 0;
    width: 180px;
    z-index: 9999;
}
#auto_banner .slides li:hover .hover-del-btn{
    display: block;
}
#auto_banner .slides li .active{
    display: block;
}
#auto_banner .slides li .hover-del-btn a {
    background: url("/img/qhee/controls.png") repeat -144px 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    z-index: 9999999;
    text-align: center;
    font-weight: bold;
}
#auto_banner .slides li .hover-del-btn a:hover {
    background-position: -168px 0;
}
#auto_banner .slides li span {
    background: none repeat scroll 0 0 rgba(64, 85, 133, 0.6) !important;
    bottom: 4px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    left: 2px;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    width: 176px;
}
#about-content .hover-layer {
    background: none repeat scroll 0 0 rgba(64, 85, 133, 0) !important;
    cursor: pointer;
    height: 135px;
    width: 180px;
}
#about-content .content-patent-info .left-btn {
    background: url("/img/qhee/arrows-left-btn.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 223px;
    margin: 20px 10px 0 13px;
    width: 8px;
}
#about-content .content-patent-info .right-btn {
    background: url("/img/qhee/arrows-right-btn.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 223px;
    margin: 20px 10px 0 5px;
    width: 8px;
}
#about-content .patent-height {
    height: 284px;
}
#about-content .honour-turn-off {
    float: left;
    margin: 0;
    padding: 20px 30px;
    text-align: center;
    width: 570px;
}
#about-content .honour-turn-off li {
    display: inline;
    list-style: none outside none;
}
#about-content .content-company, #about-content .content-banner, #about-content .content-patent {
    margin-bottom: 20px;
}
#about-content .content-right-block .box-top-centent, #about-content .content-right-block .box-bottom-centent {
    width: 302px;
}
#about-content .content-right-block {
    /*background-color: #fbfaf9;*/
    clear: both;
}
#about-content .content-right-box h2 {
    margin: 0;
}
#about-content .content-right-box p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 20px;
    text-indent: 20px;
    word-wrap: break-word;
}
#about-content .font1 {
    color: #6e6e6e;
}
#about-content .font2 {
    color: #586b96;
}
#about-content .content-right-block ul {
    clear: both;
    margin: 0;
    padding: 0 10px 10px;
    word-wrap: break-word;
}
#about-content .content-right-block ul a:hover {
    color: #596c97;
    text-decoration: none;
}
#about-content .content-right-block ul img {
    height: 45px;
    overflow: hidden;
    width: 45px;
}
#about-content .content-right-block li {
    display: inline;
    list-style: none outside none;
    width: 100px;
}
#about-content .content-right-block li img {
    margin-right: 2px;
    margin-top: 10px;
}
#moreFans, #moreFriends {
    cursor: pointer;
    display: block;
    overflow: hidden;
}
#about-content .content-right-block a:hover {
    text-decoration: none;
}
#about-content .content-right-block h3, #about-content .content-right-block p.content-right-news {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
#about-content .content-right-block li span {
    display: block;
    margin: 10px 10px 10px 0;
    text-align: right;
}
#about-content .content-right-block h3 a {
    font-size: 14px;
}
#about-content .content-right-block h3 {
    font-size: 16px;
    font-weight: 100;
}
#about-content .content-right-block li.content-newlist {
    display: block;
    margin: 0;
    padding: 5px 20px;
    width: auto;
    word-wrap: break-word;
}
#about-content .content-right-box .content-right-more, #content .content-right-more, #about-content .content-right-more {
    background: url("/img/qhee/checkall.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 10px 5px 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: 312px;
}
#about-content .goback, #about-content .goedit {
    float: right;
    line-height: 28px;
    margin-top: 3px;
    text-align: right;
    width: 170px;
}
#about-content .goback a, #about-content .goedit a, #header .goback a {
    font-size: 12px;
    margin-right: 6px;
    margin-top: 2px;
    text-decoration: none;
}
#about-content .goback {
    display: none;
}
#about-content .goback .sav {
    color: red;
}
#about-content pre ,#about-content .pre{
    background-color: #fff;
    border: 0 none;
    color: #575757;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}
.group-btn {
    background: url("/img/qhee/group-btn-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}
.group-input {
    border: 1px solid #ccc;
    margin: 0;
}
#group-content {
    border-bottom: 1px solid #c3c3c3;
    margin: 20px auto 30px;
    padding-bottom: 30px;
    width: 980px;
}
#group-content .box-top-centent, #group-content .box-bottom-centent {
    width: 958px;
}
#group-content .box-top {
    background-color: #fff;
}
#group-content .group-content-box {
    background-color: #fff;
}
#group-content .group-content-box h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
#group-content .group-content-box h2 a {
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#group-content .group-left {
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 275px;
}
#group-content #glist {
    margin: 10px;
    min-height: 300px;
}
#group-content .group-right {
    float: left;
    margin-left: 20px;
    width: 677px;
}
#group-content iframe {
    border: 0 none;
}
#group-content ul li .group-checkbox {
    display: none;
    margin-right: 20px;
    width: 17px;
}
#group-content ul li .group-other {
    float: left;
    margin-right: 20px;
}
#group-content ul li .group-date {
    float: left;
}
#group-content ul li .group-size {
    float: right;
}
#group-content ul li .group-name {
    float: left;
    margin-right: 20px;
    width: 50%;
}
#group-content ul li {
    cursor: pointer;
    font-size: 14px;
    height: 65px;
    line-height: 65px;
    list-style: none outside none;
    padding: 0 10px;
}
#group-content ul li.active {
    background-color: #d8e8f7;
}
#group-content ul li .group-icon {
    margin-right: 10px;
}
#iframe_menu {
    background-color: #fff;
    width: 275px;
}
#iframe_menu h3 {
    background-color: #f2f2f2;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#iframe_menu ul {
    margin: 0;
}
#iframe_menu .group-bottom-btn {
    margin-top: 10px;
}
#iframe_menu .group-bottom-btn img {
    cursor: pointer;
    margin-left: 13px;
}
#iframe_content {
    padding: 30px 20px 0;
}
#iframe_content ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#iframe_content ul li {
    float: left;
    list-style: none outside none;
    margin: 20px 20px 0 0;
}
#iframe_content ul li img {
    margin-right: 10px;
}
#iframe_content .group-list {
    margin-top: 30px;
}
#iframe_content .font-class1 {
    color: #999999;
    height: 30px;
    line-height: 30px;
}
#iframe_content .group-add-btn1 img {
    cursor: pointer;
    padding: 0;
}
.modal.fade.in {
    top: 20%;
}
.modal-body {
    background-color: #fff;
}
#groupModal .modal-body {
    padding: 0;
}
#groupModal {
    background-color: #f3f3f3;
    width: 700px;
}
#groupModal .group-add-group, #groupModal .group-add-group-user {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 300px;
}
#groupModal .group-step {
    background-color: #fff;
    padding: 0;
}
#groupModal .group-step-img {
    margin: 0 auto;
    padding: 30px;
    width: 300px;
}
#groupModal .group-add-group span img {
    padding-bottom: 30px;
}
#groupModal .group-add-group div label {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 50px;
}
#groupModal .group-add-group-left, #groupModal .group-add-group-right {
    float: left;
    height: 315px;
    overflow: auto;
    width: 320px;
}
#groupModal .group-add-group-center {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    float: left;
    height: 315px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
#groupModal .modal-body .group-left-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#groupModal .modal-body ul {
    margin: 0;
    padding: 0;
}
#groupModal .modal-body ul li {
    height: 70px;
    line-height: 70px;
    list-style: none outside none;
}
#groupModal .modal-body ul li .group-checkbox {
    margin: 0 20px;
}
#groupModal .modal-body ul li .group-user-img {
    margin-right: 20px;
}
#groupModal .group-add-user-arrow {
    background: url("/img/qhee/group-arrow-bg.png") no-repeat scroll -36px 0 rgba(0, 0, 0, 0);
    height: 36px;
    margin: 130px auto 0;
    width: 36px;
}
#groupModal .group-del-user-arrow {
    background: url("/img/qhee/group-arrow-bg.png") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
    height: 36px;
    margin: 0 auto;
    width: 36px;
}
#memberModal .modal-body {
    padding: 0;
}
#memberModal {
    background-color: #f3f3f3;
    width: 700px;
}
#memberModal .group-add-group-left, #groupModal .group-add-group-right {
    float: left;
    height: 315px;
    overflow: auto;
    width: 320px;
}
#memberModal .group-add-group-center {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    float: left;
    height: 315px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
#memberModal .modal-body .group-left-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#memberModal .modal-body ul {
    margin: 0;
    padding: 0;
}
#memberModal .modal-body ul li {
    height: 70px;
    line-height: 70px;
    list-style: none outside none;
}
#memberModal .modal-body ul li .group-checkbox {
    margin: 0 20px;
}
#memberModal .modal-body ul li .group-user-img {
    margin-right: 20px;
}
#memberModal .group-add-user-arrow {
    background: url("/img/qhee/group-arrow-bg.png") no-repeat scroll -36px 0 rgba(0, 0, 0, 0);
    height: 36px;
    margin: 130px auto 0;
    width: 36px;
}
#memberModal .group-del-user-arrow {
    background: url("/img/qhee/group-arrow-bg.png") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
    height: 36px;
    margin: 0 auto;
    width: 36px;
}
#about-content .content-tzr-text {
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 616px;
}
#about-content .content-tzr-text:hover {
    background: none repeat scroll 0 0 #eff2f4;
}
#about-content .tzr-hengxian {
    width: 636px;
}
#about-content .tzr-text {
    color: #596c97;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
#about-content .shuzi-text {
    color: #bbb;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 7px;
    text-align: right;
}
#about-content .baise {
    color: #fff;
    height: 41px;
    line-height: 40px;
    text-align: right;
}
#about-content .baise a:hover {
    text-decoration: none;
}
#about-content .goback2 {
    float: right;
    margin-left: 0;
}
#about-content .lode-more2 {
    border-top-style: solid;
    cursor: pointer;
    font-weight: bold;
    margin-top: 50px;
}
#about-content .news-text-dis2 {
    margin: -10px 0 10px 20px;
}
.right-5 {
    float: right;
}
.xaizai-text {
    color: #909396;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: underline;
}
.xaizai-text a:hover {
    color: #417cc5;
    font-size: 12px;
    text-decoration: underline;
}
.equity-text {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: bold;
}
.uploadTable li {
    overflow: hidden;
    padding-bottom: 15px;
}
.uploadTable li.title {
    border-top: 1px solid #c3c3c3;
    padding-top: 10px;
}
#about-content .content-patent-info .left-btn-none {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
    float: left;
    height: 223px;
    margin: 20px 10px 0 13px;
    width: 8px;
}
#about-content .content-patent-info .right-btn-none {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
    float: left;
    height: 223px;
    margin: 20px 10px 0 5px;
    width: 8px;
}
#auto_banner .slides li .div_overlay {
    background: none repeat scroll 0 0 #405585;
    bottom: 4px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    left: 2px;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    width: 176px;
}
#auto_banner .slides li h3 {
    color: #fff;
    font-size: 16px;
    height: 50px;
    text-align: center;
    width: 176px;
}
#auto_banner .slides li .div_overlay .desc {
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}
#photoModal_close {
    cursor: pointer;
    height: 0;
    position: fixed;
    right: 30px;
    height: 25px;
    top: 10px;
    z-index: 999999;
}
#about-content .hover-layer {
    background: none repeat scroll 0 0 #405585;
}
pre,.pre {
    line-height: 25px;
}
#wishInfo pre,#wishInfo .pre {
    margin: 10px 10px 10px 15px;
    padding: 0;
}
.box-count {
    position: relative;
}
.box-count .wordCount {
    position: absolute;
    right: 20px;
    top: 45px;
}
#wishInfo .wordCount {
    position: absolute;
    right: 20px;
    top: 5px;
}
#needInfo pre,#needInfo .pre {
    margin: 10px 10px 10px 15px;
    padding: 0;
}
#needInfo .wordCount {
    position: absolute;
    right: 20px;
    top: 5px;
}
#div_tradeDesc .wordCount {
    position: absolute;
    right: 20px;
    top: 190px;
}
#header .company-describe {
    /*overflow: hidden;*/
    width: 867px;
}
.cate span, #entProfile span {
    float: none;
    margin-left: 0;
}
.span-ent-desc {
    color: #ccc;
    font-weight: 100;
}
.company-describe p.describe {
    margin: 0;
}
.cate {
    clear: both;
}
#cancelEntProfile {
    margin-left: 10px;
    margin-right: 10px;
}
#entProfile span, #website span {
    color: #ccc;
    font-weight: 100;
}
#tb_about td {
    border: 1px solid #fff;
    color: #727274;
    font-size: 14px;
    padding: 2px 25px 2px 0;
}
#tb_about .even, #tb_about tr {
    height: 34px;
    line-height: 34px;
}
#tb_about .odd {
    background: none repeat scroll 0 0 #e8ebf3;
}
#tb_about .first {
    height: 34px;
    line-height: 34px;
    width: 420px;
}
#tb_about .third {
    background: none repeat scroll 0 0 #fff;
    padding-left: 50px;
}
.div_overlay {
    cursor: pointer;
}
#about-content .content-banner-img li img {
    margin: 0;
}
#banner-panel-show .img_outer {
    border: 1px solid #ccc;
    left: 5px;
    position: absolute;
    top: 10px;
}
#investor_news {
    background: none repeat scroll 0 0 #f2f2f2;
}
#investor_news .item {
    float: left;
    padding: 0 5px 10px 0;
}
#about-content .content-banner-img li.active {
    border-width: 1px;
}
#about-content .content-banner-img .banner-add-btn {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    margin-top: 19px;
    text-align: center;
}
#about-content .content-banner-img li #addSlider {
    height: 36px;
    margin-top: 10px;
    width: 36px;
}
#about-content .content-banner-img .banner-add-btn:hover {
    background: none repeat scroll 0 0 #eff2f4;
}
#about-content .content-banner-img li.active #addSlider {
    box-shadow: none;
}
#header .header-company {
    position: relative;
}
#header #investor-company {
    height: 108px;
}
#header #div-company-btn {
    position: absolute;
    right: 20px;
    top: 95px;
}
#header .company-btn {
    padding-top: 0;
    z-index: 0;
}
#newsList .content-newlist:hover {
    background: none repeat scroll 0 0 #f9fff2;
}
#content-follow .followorg-list, #content-myfollow .followorg-list, #content-imanage .bo-ctt, #content-fimanage .bo-ctt, #content-fimanage .gtitle-block, .inve-candidates .content-follow, .choose-ftype, .inve-follow .business-f, .inve-follow {
    background-color: #fff;
}
.title-block, .follow-menu, .gtitle-block, .content-follow .title, .content-follow .choose-ftype, .investor .heading {
    border-bottom: 1px solid #e9e9e9;
}
.content-block .prev-lv a {
    color: #8a8a8a;
    font-size: 14px;
    text-decoration: underline;
}
.content-block .prev-lv {
    display: inline-block;
    height: 22px;
    margin: 20px 0 10px 30px;
    width: 40px;
}
.content-block .ttile p, .inve-candidates .content-follow .follows-box .itm p, .inve-follow .investors-f .itm p, .inve-follow .business-f .itm p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.content-block .ttile {
    display: inline-block;
    margin: 10px 80px 10px 0;
    text-align: center;
    width: 84%;
}
#block-content {
    padding-bottom: 100px;
}
#block-content .inf-ntc {
    height: 14px;
    padding: 20px 0 45px;
    text-align: center;
}
#block-content .notice-author, #block-content .notice-date {
    color: #bdbec0;
    font-size: 12px;
}
.content-block p {
    color: #666;
    line-height: 26px;
    padding: 0 50px;
}
.content-block p.idt-org {
    text-indent: 24px;
    word-wrap: break-word;
}
.content-block p.pics-content {
    padding: 60px 0;
    text-align: center;
}
.content-block p.pics-content img {
    background-color: #dfe1e3;
    padding: 10px;
}
.followorg-list {
    padding: 0 0 80px;
}
.follow-menu {
    margin-top: -7px;
}
.follow-menu p, .inve-candidates .title span, .inve-follow .content-follow span {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.follow-menu span, .inve-candidates span.follow-quantity, .inve-follow span.follow-quantity {
    color: #586b96;
    font-size: 30px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #c5c5c5;
}
.follow-menu a {
    color: #282828;
    display: inline-block;
    text-decoration: none;
}
.follow-menu .fl-fir a {
    padding: 16px 49px 9px 58px;
}
.follow-menu .fl-scd a {
    padding: 16px 50px 9px 58px;
}
.follow-menu .selected-t a, .choose-ftype .followers a {
    background: url("/img/qhee/slice-follow.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.follow-menu .selected-o a {
    background: url("/img/qhee/fol-bg.png") no-repeat scroll 0 -1px rgba(0, 0, 0, 0);
}
.fol-lists {
    margin: 45px 35px 0;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
.followorg-list .fol-ite {
    float: left;
    padding: 16px;
}
.followorg-list .fol-ite img {
    height: 80px;
    width: 80px;
}
.followorg-list .fol-ite p {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}
#control-page {
    font-weight: bold;
    margin-right: 30px;
}
#control-page a {
    text-decoration: none;
}
#control-page .pageer-active a {
    color: #fff;
}
#control-page .bot-page a {
    color: #c5c5c5;
}
#content-imanage .group-box {
    padding: 0 30px 50px 25px;
    width: 925px;
}
#content-imanage .group-box .password-confirm-btn {
    background: url("/img/qhee/btn_ok_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    margin-right: 20px;
    width: 131px;
}
#content-imanage .group-box .password-reset-btn {
    background: url("/img/qhee/btn_off_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #000;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    width: 131px;
}
#content-imanage .gtitle-block {
    padding: 15px 0 2px 28px;
}
#content-imanage .title {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#content-imanage .title a {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#content-imanage .line {
    height: 48px;
}
#content-imanage .line1 {
    border: 0 none;
    height: 48px;
    margin: 20px 0 0 80px;
}
#content-imanage .bg {
    background-color: #f7f8f8;
}
#content-imanage .line .ptitle, #content-imanage .line .minfo {
    display: inline-block;
    height: 20px;
    padding: 15px 0 13px 40px;
    width: 145px;
}
#content-imanage .line .minfo {
    padding: 0 100px 0 15px;
    width: auto;
}
#content-imanage .line span {
    color: #282828;
    font-size: 14px;
    font-weight: bold;
}
#content-imanage .line .mfi {
    color: #c82e2e;
}
#content-imanage .line .ctt {
    color: #666;
    padding: 0 50px 0 0;
}
#content-imanage .line input.cttx {
    background: url("/img/qhee/inputbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #666;
    font-size: 14px;
    height: 29px;
    padding: 0 10px;
    width: 242px;
}
#content-imanage .line .mdfy, #content-imanage .line .mdfi {
    color: #78a1cb;
    font-size: 12px;
}
#content-imanage .line a {
    color: #78a1cb;
    padding: 0 100px;
    text-decoration: underline;
    vertical-align: text-bottom;
}
#content-imanage .line .mdfy {
    display: none;
}
#content-imanage .line .mddy {
    margin: 0;
    padding: 0;
}
#content-fimanage .gtitle-block {
    padding: 13px 0 13px 28px;
}
#content-fimanage .title {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}
#content-fimanage .g-box {
    clear: both;
    overflow: hidden;
    z-index: 1;
}
#content-fimanage .g-lbox {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
    margin-bottom: 30px;
    width: 275px;
}
#content-fimanage .g-rbox {
    display: inline-block;
    margin: 30px 0 0 30px;
    vertical-align: top;
}
#content-fimanage .box-bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#content-fimanage .box-bottom-centent {
    background: url("/img/qhee/fi-linebt.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    margin-top: -4px;
}
#content-fimanage .g-rbox p, #content-fimanage .g-rbox span {
    color: #999;
    font-size: 12px;
}
#content-fimanage .g-rbox p {
    display: inline-block;
}
#content-fimanage .g-rbox .oln-btn, #content-imanage .oxo {
    color: #909396;
    display: inline-block;
    height: 26px;
    margin: 0 0 0 30px;
    padding: 2px 0 0;
    text-align: center;
    width: 72px;
}
#content-fimanage .g-rbox .oln-btn {
    background: url("/img/qhee/onlnbtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#content-fimanage .g-rbox .sendm-c a {
    color: #417cc5;
    padding-right: 30px;
    text-decoration: underline;
}
#content-fimanage .g-rbox .sendm-c {
    float: left;
    margin-bottom: 20px;
    width: 635px;
}
#content-fimanage .g-rbox .msg-people {
    color: #417cc5;
    padding: 10px 30px 35px 0;
    width: 635px;
}
#content-fimanage .g-rbox .msg-people .itm {
    float: left;
    height: 70px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 126px;
}
#content-fimanage .g-rbox .msg-people .itm img {
    height: 46px;
    width: 45px;
}
#content-fimanage .g-rbox .msg-people .itm .tinyitm img {
    height: 16px;
    width: 16px;
}
#content-fimanage .g-rbox .msg-people .tinyitm {
    left: 0;
    position: absolute;
    top: 0;
}
#content-fimanage .g-rbox .msg-people span {
    color: #000;
    font-size: 14px;
    padding: 0 24px 0 14px;
}
#content-fimanage .g-lrece {
    background: url("/img/qhee/slice-follow.png") repeat scroll 1px 0 rgba(0, 0, 0, 0);
    float: left;
    height: 43px;
    margin-top: -1px;
    width: 138px;
}
#content-fimanage .g-lsend {
    background: url("/img/qhee/slice-t.png") repeat scroll 1px 0 rgba(0, 0, 0, 0);
    float: left;
    height: 43px;
    margin-right: -1px;
    margin-top: -1px;
    position: relative;
    width: 138px;
}
#content-fimanage .control-btn {
    border-bottom: 1px solid #dedede;
    color: #444;
    font-size: 14px;
    height: 42px;
}
#content-fimanage .control-btn .g-num {
    background: url("/img/qhee/file-num.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: white;
    font-size: 12px;
    overflow: hidden;
    padding: 0 0 10px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 15px;
}
#content-fimanage .control-btn a {
    color: #444;
    display: block;
    height: 100%;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#content-fimanage .control-btn a:focus {
    outline: medium none;
}
#content-fimanage .file-li {
    border-bottom: 1px solid #dedede;
    margin: 0 3px;
    width: 100%;
}
#content-fimanage .file-li .p-o {
    float: left;
    height: 32px;
    margin-top: 22px;
    text-align: center;
    width: 55px;
}
#content-fimanage .file-li .p-c {
    float: left;
    margin: 8px 0 0;
}
#content-fimanage .file-li .p-t {
    float: left;
    margin: 11px 0 0 4px;
    width: 129px;
}
#content-fimanage .file-li .p-t p {
    color: #333333;
    margin: 0;
    padding: 0;
}
#content-fimanage .file-li .p-t .t1 {
    color: #333;
}
#content-fimanage .file-li .p-t .t2 {
    color: #888;
}
#content-fimanage .file-sended {
    display: none;
}
#content-fimanage .file-received {
    display: block;
    min-height: 300px;
}
#content-fimanage .file-sended {
    height: 500px;
}
#content-fimanage .file-received, #content-fimanage .file-sended {
    overflow-x: hidden;
    overflow-y: auto;
}
#content-fimanage .file-received, #content-fimanage .file-sended {
    overflow-x: hidden;
    overflow-y: auto;
}
#content-fimanage .cot-butn .addfi, #content-fimanage .cot-butn .sendfi {
    background: url("/img/qhee/addbtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #444;
    float: left;
    height: 39px;
    width: 78px;
}
#content-fimanage .cot-butn span {
    display: block;
    font-size: 14px;
    margin-top: 9px;
    text-align: center;
}
#content-fimanage .cot-butn div {
    margin: 10px 0 10px 8px;
}
#content-fimanage .cot-butn div.addfi {
    margin-left: 12px;
}
#content-fimanage .cot-butn div a {
    color: #444;
    padding: 10px 25px;
    text-decoration: none;
}
#content-fimanage .cot-butn .deefi a {
    color: #fff;
}
#content-fimanage .cot-butn .deefi {
    background: url("/img/qhee/deebtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 78px;
}
#content-fimanage .cot-butn .disdeefi {
    background: url("/img/qhee/addbtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 78px;
}
#content-fimanage .bxb-bg {
    background-color: #d8e8f7;
}
.inve-follow {
    background-color: #fff;
    clear: both;
    margin-top: 78px;
    overflow: hidden;
    z-index: 1;
}
.inve-candidates {
    margin-top: 60px;
}
.inve-candidates .content-follow {
    padding: 0 0 15px;
}
.inve-candidates .content-follow .title {
    padding: 5px 0 9px 40px;
}
.inve-candidates .content-follow span {
    height: 24px;
    padding: 4px 0 0;
}
.inve-candidates .content-follow .follows-box {
    clear: both;
    overflow: hidden;
    padding: 45px 35px 15px;
    z-index: 1;
}
.content-follow .follows-box .itm {
    float: left;
    padding: 0 15px;
    text-align: center;
}
.content-follow .follows-box .itm p {
    text-align: center;
}
.content-follow div.more {
    height: 15px;
    margin: 0 auto;
    width: 13px;
}
.inve-follow .choose-ftype .follow, .inve-follow .choose-ftype .followers {
    display: inline-block;
}
.inve-follow .box-bottom .box-bottom-right, .inve-follow .box-bottom .box-bottom-left {
    height: 12px;
}
.inve-follow .investors-f, .inve-follow .business-f {
    clear: both;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 35px 15px;
    z-index: 1;
}
.inve-follow .investors-f {
    padding-bottom: 35px;
}
.investors-f .bi-ti, .business-f .bi-ti {
    padding: 0 30px 10px 15px;
}
.choose-ftype .follow, .choose-ftype .followers {
    height: 45px;
    margin-left: -4px;
}
.choose-ftype .follow a, .choose-ftype .followers a {
    display: inline-block;
    margin: 0;
    padding: 13px 60px 9px;
}
.choose-ftype .follow {
    background: url("/img/qhee/slice-all.png") no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
}
.choose-ftype {
    margin-top: -7px;
}
.choose-ftype .follow {
    border-right: 1px solid #dde0e4;
    margin-left: -9px;
}
.investor .ives-item, .investor .details .area-infor, .investor .details .itm-part, .investor .bod, .investor .follow-scan .bod .heading, .investor .heading, #content-fimanage .g-rbox .msg-people, .investor .area-infor .area-ctent .area-inne, #content-fimanage .file-li {
    clear: both;
    overflow: hidden;
}
.investor .ivestor-left {
    float: left;
    margin: 0;
    width: 650px;
}
.investor .ivestor-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 320px;
}
.investor .invest-constitution, .invest-history, .investor .invest-area, .people-intro, .investor .follow-scan, .investor .news-activity {
    float: left;
    margin: 0 22px 32px 0;
    padding: 0;
    width: 635px;
    word-wrap: break-word;
}
.investor .follow-scan, .investor .news-activity {
    float: right;
    margin-right: 0;
    width: 320px;
}
.investor .box-top .box-top-centent, .investor .box-bottom .box-bottom-centent {
    width: 613px;
}
.investor .follow-scan .box-top .box-top-centent, .investor .news-activity .box-top .box-top-centent, .investor .follow-scan .box-bottom .box-bottom-centent, .investor .news-activity .box-bottom .box-bottom-centent {
    width: 298px;
}
.investor .heading p {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 12px 20px;
}
.investor .details {
    margin: 0;
    padding: 5px 10px 10px;
}
.investor .details p {
    color: #575757;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-indent: 28px;
    word-wrap: break-word;
}
.investor .details .ives-item p {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
    text-indent: 0;
}
h6 {
    border: 0 none;
    color: #596c97;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.investor .details .ives-item .ives-logo {
    float: left;
    margin: 0;
    padding: 0;
    width: 165px;
}
.investor .details .ives-item .ives-intro {
    float: right;
    margin: 0;
    padding: 0;
    width: 370px;
}
.investor .details .ives-item .ives-intro p.area-del {
    float: right;
    width: 60px;
}
.investor .details .ives-item .ives-intro h6 {
    width: 100px;
}
.investor .details .ives-item {
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
}
.investor .details .ives-item:last-child {
    border-bottom: 0 none;
}
.investor .invest-history .details {
    padding: 10px 33px;
}
.investor .details .differs {
    border-bottom: 0 none;
}
.investor .details .differ, .investor .details .differs {
    padding-top: 20px;
}
.investor .details .area-infor span, .investor .details .area-infor p {
    color: #575757;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.investor .details .area-infor span {
    padding-top: 8px;
}
.investor .details .area-infor p {
    font-weight: normal;
    line-height: 24px;
    margin: 5px 0;
    padding: 0 10px 0 0;
    text-align: left;
    text-indent: 7px;
}
.investor .details .area-infor {
    padding: 5px 0;
}
.investor .details .part-img, .investor .details .part-infor {
    float: left;
}
.investor .details .part-img {
    height: 60px;
    padding-top: 6px;
    width: 60px;
}
.investor .details .part-img img, .investor .follow-scan .item img, .content-right .item img {
    height: 42px;
    width: 42px;
}
.investor .details .part-infor {
    width: 490px;
}
.investor .details .part-infor p {
    font-size: 14px;
    line-height: 26px;
    text-indent: 0;
}
.investor .details .part-infor p.pi-name, .investor .details .part-infor p.pi-name input {
    color: #333;
    font-weight: bold;
}
.investor .details .part-infor p.pi-position, .investor .details .part-infor p.pi-position input {
    color: #787878;
    font-weight: bold;
}
.investor .details .part-infor p.pi-details, .investor .details .part-infor p.pi-details textarea {
    color: #575757;
}
.investor .details .itm-part {
    padding-bottom: 20px;
}
.investor .people-intro .item-more, .investor .invest-history .item-more {
    border-top: 0 solid #d8d8d8;
    font-size: 14px;
    margin: 0 3px;
    text-align: center;
}
.investor .people-intro .item-more p, .investor .invest-history.item-more p {
    padding: 8px 0 0;
}
.investor .people-intro .item-more a, .investor .invest-history .item-more a {
    color: #a3a3a3;
    text-decoration: none;
}
.investor .follow-scan .bod .heading span.numb {
    color: #586b96;
    font-weight: bold;
    padding: 0 5px;
    text-shadow: -1px -1px 0 #c5c5c5;
}
.investor .follow-scan .bod .heading a {
    color: #6e6e6e;
    text-decoration: none;
}
.investor .follow-scan .bod .heading div {
    float: left;
    font-size: 18px;
    margin: 6px 0 10px 25px;
    padding: 5px 9px;
}
.investor .follow-scan .bod .heading div.current {
    background: url("/img/qhee/fol-sl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.investor .follow-scan .bod .heading div.current .numb {
    color: #000;
}
.investor .follow-scan .details {
    overflow: hidden;
    padding: 10px 0 0 15px;
    position: relative;
}
.follow-scan .bod .item {
    float: left;
    overflow: hidden;
    padding: 0 8px 10px 0;
    width: 42px;
}
.follow-scan .bod .last {
    padding-right: 0;
}
.investor .news-activity .bod .newitm {
    border-bottom: 1px solid #d8d8d8;
}
.investor .news-activity .bod .newitm:last-child {
    border-bottom: 0 none;
}
.investor .news-activity .bod .lasterm {
    border-bottom: 0 none;
}
.investor .news-activity .bod .newitm h6 {
    margin-top: 10px;
}
.investor .news-activity .bod .newitm p {
    font-size: 12px;
    text-indent: 0;
}
.investor .news-activity .bod .newitm p.date {
    color: #bbb;
    margin-bottom: 8px;
    text-align: right;
}
.investor .news-activity .bod .check-all {
    border-top: 1px solid #d8d8d8;
    margin: 0 3px;
    padding: 13px 0 0 9px;
    text-align: center;
}
.investor .news-activity .bod .check-all p {
    background: url("/img/qhee/checkall.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 7px 9px 8px 0;
}
.investor .news-activity .bod .check-all a {
    color: #fff;
    text-decoration: none;
}
.investor .ives-logo {
    width: 165px;
}
.investor .ives-logo img {
    width: 163px;
}
.investor .area-infor .area-ttle {
    float: left;
}
.investor .area-infor .area-ctent {
    float: right;
    width: 521px;
}
.investor .area-infor .area-add {
    font-size: 51px;
    font-weight: bold;
    margin: 5px 0 0 5px;
}
.investor .area-infor .area-add a {
    color: grey;
    text-decoration: none;
}
#floatBanner, #upload2Queue, .uploadifyQueue, .edit-idear, .edit-history, .edit-care-zone, .edit-team, .edit-banner-hidden, .more-display {
    display: none;
}
.investor textarea {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px;
    resize: none;
    width: 542px;
}
.investor .invest-constitution textarea {
    height: 303px;
}
.investor .invest-history textarea {
    font-size: 12px;
    font-weight: bold;
    height: 80px;
    padding: 2px;
    width: 360px;
}
.investor .people-intro textarea {
    font-size: 12px;
    height: 80px;
    margin-top: 10px;
    padding: 2px 10px;
    width: 485px;
}
.investor input.inv-ame {
    border: 1px solid #d8d8d8;
    color: #596c97;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.investor .people-intro input {
    border-color: -moz-use-text-color -moz-use-text-color #d8d8d8;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #596c97;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.investor select {
    border-radius: 0;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 2px 2px 2px 8px;
    width: 113px;
}
.investor .item-more img {
    margin-top: 10px;
}
.investor .bod .heading p {
    float: left;
}
.investor .bod .heading .goback {
    float: right;
    margin: 0 10px 0 0;
    padding-top: 5px;
}
.investor .bod .heading .goback span.sav {
    color: red;
    font-weight: bold;
}
.investor .bod .heading .goback a, .investor .invest-history .details .ives-logo a {
    text-decoration: none;
}
.floatedit {
    background-color: #67696b;
    bottom: 0;
    height: 78px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
.floatedit .button-area {
    float: right;
    margin: 6px 50px 0 0;
}
.floatedit .button-area a {
    float: left;
    margin-right: 15px;
    padding: 0 0 15px;
}
.investor .invest-history .details .ives-logo a {
    color: grey;
}
.investor .invest-history .details .ives-logo img.upld {
    height: 17px;
    width: 49px;
}
.investor .part-img img.upld {
    height: 17px;
    width: 49px;
}
.investor .details .itm-part .part-img p.ct-inne {
    text-indent: 0;
}
#content-fimanage .g-noselect {
    background: url("/img/qhee/slice-follow.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
#content-fimanage .g-selected {
    background: url("/img/qhee/slice-t.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.tb-cyh-content thead tr td {
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    padding: 0 0 0 8px;
}
.tb-cyh-content tbody tr td {
    font-size: 14px;
    padding: 8px;
}
#content .content-content p .watch-all {
    float: right;
    font-size: 12px;
    font-weight: 100;
    margin-right: 15px;
    margin-top: 7px;
}
.watch-all:link, .watch-all:hover, .watch-all:visited {
    color: #c3c3c3;
    text-decoration: none;
}
#content .news-text h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
}
#content .news-text h2 a:link {
    color: #596c97;
}
#content .news-text p {
    border: 0 none;
    padding-bottom: 5px;
}
#content .content-time {
    border-bottom: 1px solid #c3c3c3;
    color: #bbb;
    padding: 10px;
    text-align: right;
}
#content .news-edit {
    margin-right: 24px;
}
#content .news-edit img {
    margin: 0;
}
#message-content .list-time {
    color: #bbb;
    float: right;
    font-size: 14px;
    margin-right: 7px;
    margin-top: 10px;
    text-align: right;
    width: 100px;
}
#message-content .list-left {
    float: left;
    width: 370px;
    word-wrap: break-word;
}
.notice-content ul li h3 {
    width: 300px;
}
#about-content h2 {
    line-height: 35px;
}
#myFollow, #followMe {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 0;
    margin-top: 8px;
    text-align: center;
}
#myFollow {
    margin-right: 10px;
}
#about-content h2 {
    border-bottom: 1px solid #e9e9e9;
    height: 43px;
    line-height: 45px;
}
#about-content #h2_focus {
    height: 43px;
    margin-top: 0;
    padding-top: 0;
}
#about-content h2 span {
    color: #6e6e6e;
    font-weight: 900;
    height: 30px;
    padding: 0;
    width: 130px;
}
#about-content h2 .btn-link span {
    color: #5e90c9;
}
#about-content .content-right-block h3 {
    height: 36px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
#about-content .content-right-block h3 a:link, #about-content .content-right-block h3 a:visited {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
#about-content .content-right-box p {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    text-indent: 20px;
}
.content-newlist .time {
    color: #aaa;
}
#about-content .content-banner-bg {
    background: url("/img/qhee/about-banner-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    overflow: hidden;
    width: 628px;
}
#about-content .content-company-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#tradeSelectBox, #tradeSelectBox_left {
    float: left;
}
input.btn-ok-common {
    background: url("/img/qhee/btn_ok_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    width: 131px;
}
input.btn-cancel-common {
    background: url("/img/qhee/btn_cancel_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #717171;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    width: 131px;
}
.hide {
    display: none;
}
input.hide {
    display: none;
}
.photo-upload {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #dadada;
    float: right;
    height: 120px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 90px;
}
.div-btn-upload {
    min-height: 122px;
}
.h4-money {
    color: #417cc5;
    font-size: 16px;
}
#content-imanage .line2 {
    height: 270px;
    padding-top: 10px;
}
#tb-logo img {
    margin-left: 20px;
    vertical-align: bottom;
}
#tb-logo img.first {
    margin-left: 0;
    vertical-align: bottom;
}
.investor .invest-constitution, .invest-history, .investor .invest-area, .people-intro, .investor .follow-scan, .investor .news-activity {
    margin: 0 0 20px;
}
.investor .heading p {
    font-size: 18px;
}
.investor .ives-logo img {
    border: 1px solid #ededed;
    width: 163px;
}
.investor .details .ives-item .ives-intro {
    word-wrap: break-word;
}
.investor .details .ives-item .ives-intro .title {
    font-size: 16px;
    font-weight: bold;
    width: 320px;
}
.investor .details .ives-item .ives-intro .desc {
    font-weight: normal;
}
.investor .follow-scan .bod .heading div {
    font-weight: bold;
}
.investor .follow-scan .bod .heading span.numb {
    padding: 0;
}
#qhee-header img {
    float: left;
    height: 61px;
    width: 231px;
}
#qhee-header ul {
    float: left;
    margin-left: 20px;
    padding-top: 30px;
    text-align: right;
    width: 729px;
}
#qhee-header ul li {
    display: inline-block;
    margin-right: 20px;
}
#qhee-header ul li {
    display: inline;
}
#qhee-header ul li a {
    color: #4c606d;
    font-size: 16px;
    font-weight: bold;
}
#qhee-header ul li a:hover {
    text-decoration: none;
}
#qhee-header ul li a.active {
    background: url("../qhee_images/menu-active.png") no-repeat scroll 50% 25px rgba(0, 0, 0, 0);
    color: #aa2e08;
}
#loginModal .modal-header h3 {
    font-size: 18px;
}
#loginModal .login_box {
    padding: 20px;
}
#loginModal .login_main_ul {
    list-style: none outside none;
    padding-left: 45px;
}
#loginModal .login_main ul li {
    height: 40px;
    line-height: 40px;
}
#loginModal .login_main .login_input {
    margin: 0;
    width: 200px;
}
#loginModal .login_main .short_input {
    width: 80px;
}
.modal {
    top: 20%;
}
.login-main .reg_capt img {
    height: 28px;
    overflow: hidden;
    width: 78px;
}
#login-form {
    width: 500px;
}
#mast {
    background: none repeat scroll 0 0 black;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 100000;
}
#mast .cvtw {
    margin: 24% 36%;
}
.content-block .prev-lv {
    display: inline-block;
    height: 22px;
    margin: 0 0 0 30px;
    width: 40px;
}
.content-block .ttile {
    display: inline-block;
    margin: 0 80px 0 0;
    text-align: center;
    width: 84%;
}
.header-user:link {
    cursor: default;
}
.photo-upload {
    position: relative;
    z-index: 0;
}
.photo-upload a {
    background: url("/img/qhee/controls.png") repeat scroll -144px 0 transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
    z-index: 1000;
}
.photo-upload a:hover {
    background-position: -168px 0;
}
.photo-upload .banner-del-btn {
    background: none repeat scroll 0 0 rgba(64, 85, 133, 0) !important;
    display: none;
    height: 120px;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 90px;
    z-index: 999;
}
.active {
    display: block;
}
table td label {
    cursor: default;
}
.help-step {
    border: 1px solid #505050;
    color: #505050;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 25px;
    margin-top: 3px;
    padding-left: 5px;
}
.help-step strong {
    background: none repeat scroll 0 0 #505050;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
}
.font-color-bule {
    color: #596c97;
}
.ispabulic {
    float: right;
}
#about-content .tzr-text {
    color: #010101;
}
#about-content .to_delete_news {
}
#about-content .tzr-text a {
    color: #596c97;
}
.investor .news-activity .bod .newitm a {
    color: #596c97;
}
.investor .news-activity .bod .newitm h6 {
    color: #000;
}
#content-imanage .title .watch-all:link, #content-imanage .title .watch-all:visited {
    color: #c3c3c3;
    font-size: 12px;
    vertical-align: middle;
}
#auto_banner .slides li img {
    padding: 0;
}
.investor .follow-scan {
    background: none repeat scroll 0 0 #fbfaf8;
}
#header .header-company {
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
    width: 980px;
}
#focus_heading div {
    float: left;
    font-size: 18px;
    margin: 7px 0 7px 15px;
    padding: 5px 0;
    text-align: center;
    width: 121px;
}
#focus_heading span {
    color: #6e6e6e;
    font-weight: bold;
}
#focus_heading span.black, #about-content span#follow_num {
    color: black;
}
#focus_heading span.blue, #about-content span#fans_num {
    color: #586b96;
}
#focus_heading div.current {
    background: url("/img/qhee/fol-sl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.care-button-follow a:link, .care-button-follow a:visited {
    text-decoration: none;
}
.care-button-fan a:link, .care-button-fan a:visited {
    text-decoration: none;
}
#newsEntProfileErr {
    color: red;
}
.displaySetting {
}
#floatBanner {
    display: none;
}
#philosophyContent {
    margin-top: 10px;
    width: 560px;
}
.box-count {
    position: relative;
}
.box-count #wordCount {
    display: none;
    position: absolute;
    right: 20px;
    top: 45px;
}
.follow-scan #about-content {
    margin: 0;
    padding: 0;
    width: auto;
}
.investor .follow-scan {
    background: none repeat scroll 0 0 #f2f2f2;
}
.tag_lists {
    margin: 5px 0 0 20px;
    padding: 0;
}
.tag_lists li span {
    padding: 0;
}
.tag_lists {
    list-style-type: none;
}
.tag_lists li {
    background: none repeat scroll 0 0 #cad8f3;
    border: 1px solid #cad8f3;
    border-radius: 6px;
    float: left;
    font-weight: normal;
    list-style-type: none;
    margin-left: 15px;
    padding: 2px 5px;
    width: auto;
    height: 22px;
    line-height: 22px;
}
.tag_lists li .tag-label {
    margin-left: 5px;
}
.tag_lists li .tag-close {
    cursor: pointer;
    margin-left: 10px;
}
.div-tag-edit h5 {
    float: left;
}
.div-tag-edit .tag_lists {
    float: left;
}
.tag_saveZone, .tag_saveTrade {
    cursor: pointer;
    height: 28px;
    width: 56px;
}
.div-tag-edit .area-ttle {
    float: left;
    padding-top: 6px;
}
.div-tag-edit .div_select {
    float: left;
    width: 80%;
}
#saveCareZone img, #saveInvestorTrade img {
    margin-left: 5px;
    width: 45px;
}
#news_activity {
    padding: 17px;
}
#query_flow_msg {
    display: none;
}
#content {
    border-bottom: 1px solid #e9e9e9;
    margin: 20px auto 30px;
    padding-bottom: 30px;
    width: 1000px;
    word-wrap: break-word;
}
#content .content-content {
    width: 998px;
}
#content .news-left {
    width: 490px;
}
#content .notice-right {
    width: 490px;
}
.btn_new {
    background: url("/img/ent/bg-btn-white.png") repeat-x scroll -1px -1px rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.btn_new a {
    color: #333;
    text-decoration: none;
}
.btn_new a:hover {
    color: #333;
    text-decoration: none;
}
.btn_new:hover {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #333;
    text-decoration: none;
}
.btn_blue {
    background: none repeat scroll 0 0 #139fe0;
    color: #fff;
}
a.disabled, input[disabled] {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #ccc;
    cursor: text;
}
a.disabled:hover, input.disabled:hover {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #ccc;
    cursor: text;
}

.img_outer {
    overflow: hidden;
}
.img_inter img {
    display: inline-block;
    vertical-align: middle;
}
.ui-menu .ui-menu-item a.ui-corner-all {
    font-weight: bold;
}
.ui-state-hover, .ui-widget-content a.ui-state-hover, .ui-widget-header a.ui-state-hover, .ui-state-focus, .ui-widget-content a.ui-state-focus, .ui-widget-header a.ui-state-focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #222;
    cursor: pointer;
    font-weight: bold;
}
.ui-autocomplete li.ui-menu-item a.ui-state-focus, .ui-autocomplete li.ui-menu-item a.ui-state-active {
    font-weight: bold;
    margin: 0;
}
#about-content .content-banner-img .banner-img {
    margin: 0;
    width: 638px;
}
#about-content .content-banner-img ul {
    margin: 16px 0 0;
    width: 100%;
}
#about-content .content-banner-img li {
    border: 2px solid #fff;
    height: 71px;
    margin: 0 16px 0 0;
    width: 111px;
}
#about-content .content-banner-img li.active {
    border: 2px solid #4bb6e7;
}
#banner-panel-show .img_outer {
    border: medium none;
    left: 0;
    top: 0;
}
#banner-panel-show .img_outer > .img_inter {
    height: 71px;
    overflow: hidden;
    width: 111px;
}
#about-content .content-banner-img .banner-add-btn {
    background: none repeat scroll 0 0 #fff;
    height: 71px;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 0;
    width: 111px;
}
#about-content .content-banner-img li #addSlider {
    height: 36px;
    margin-top: 18px;
    width: 36px;
}
#about-content .content-banner-img li .banner-del-btn {
    height: 71px;
    left: 0;
    top: 0;
    width: 111px;
}
#about-content .content-banner-img .banner-img {
    width: 638px;
}
#about-content .content-banner-img .panel {
    width: 638px;
}
#about-content .content-banner-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #e9e9e9;
    height: 1px;
    margin-top: 20px;
    width: 640px;
}
#about-content .content-company-title {
    margin: 20px 0 0;
}
#about-content .content-company-info h3 {
    padding-left: 0;
}
.content-company-tab .unit {
    clear: both;
    display: block;
    height: 30px;
}
.content-company-tab .unit label {
    cursor: text;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    width: 120px;
}
.content-company-tab .unit span {
    float: left;
    font-size: 14px;
    line-height: 25px;
}
#about-content .honour-img {
    width: 612px;
}
#about-content .content-patent-info .left-btn {
    margin: 20px 10px 0 0;
}
#about-content .content-patent-info .right-btn {
    float: right;
    margin: 20px 0 0 10px;
}
#about-content .content-patent-info .left-btn-none {
    margin-left: 0;
    margin-right: 0;
}
#about-content .content-patent-info .right-btn-none {
    margin-left: 0;
    margin-right: 0;
}
#auto_banner .slides li {
    /*margin-left: 33px;*/
}
#about-content .content-team {
    padding: 0 0 20px;
}
#about-content .content-team img {
    height: 50px;
    padding: 10px 10px 10px 0;
    width: 50px;
}
#about-content .content-team-text {
    padding-left: 15px;
    width: 560px;
}
#about-content h2 {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
}
#about-content h2 span {
    color: #6e6e6e;
    font-weight: normal;
}
#about-content .content-patent-info h2 {
    padding: 0;
}
#about-content h2 span.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
}
#about-content h2 span.active > span {
    color: #14a0e0;
    font-weight: bold;
}
#about-content h2 span > img {
    display: none;
    position: relative;
    top: 5px;
}
#about-content h2 span.active > img {
    display: block;
}
#moreFans, #moreFriends {
    cursor: pointer;
    overflow: visible;
}
.load-more {
    border-bottom: 1px solid #d9d9d9;
    color: #32ace4;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.load-more span {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    padding: 5px 15px;
    position: relative;
    top: 13px;
}
#about-content pre,#about-content .pre {
    padding: 20px 3px 20px 0;
}
.content-newlist {
    border-bottom: 1px solid #fff !important;
}
#about-content .content-right-block ul {
    margin: 0;
    padding: 0;
}
#about-content .content-right-block ul img {
    height: 50px;
    margin: 0;
    padding: 0;
    width: 50px;
}
#about-content .content-right-block li.content-newlist {
    padding: 5px 0;
}
#about-content .content-right-block .avatar {
    float: left;
    height: 50px;
    padding-right: 20px;
    padding-top: 20px;
    width: 50px;
}
#about-content .content-right-block .last_avatar {
    padding-right: 0;
}
#about-content .content-left {
    float: left;
    padding-right: 30px;
    width: 640px;
}
#about-content .content-right {
    margin-left: 0;
    width: 330px;
}
#qhee-content {
    overflow: visible;
}
#header .header-company {
    height: 158px;
    margin: 0 auto;
    padding: 40px 0 0;
    width: 1000px;
}

#header .company-logo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    overflow: hidden;
    text-align: center;
    width: 112px;
}
#header .company-logo img {
    border: 1px solid #fff;
    height: 106px;
    margin: 4px 0 0;
    width: 106px;
}
.company-describe h2.title {
    color: #00013c;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 4px;
}
#header .company-describe {
    float: left;
    padding-left: 10px;
    width: 520px;
}
/***联系页面，关注等***/
#contact-company{
    text-align:right;
    float:right;
    width:320px;
    margin-top:70px;
}
#contact-company>a{
    display:block;
    float:right;
    height:40px;
    line-height:40px;
    width:138px;
    text-align:center;
    border:1px solid #ccc;
    font-weight:bold;
    font-size:18px;
    margin-left:10px;
}
#contact-company #btn-contact-company{
    color:#fff;
    background:#fe6600;
}
#contact-company #btn-follow-company{
    color:#000;
}
/*company-show页面公共样式*/
.middle{
	margin: auto;
}
.middle-content{
	width: 1000px;
	height: auto;
}
/*company-show页面其他样式*/
.left-content{
	width: 640px;
	padding-right: 30px;
}
.right-content{
	width: 330px;
}
.box-count {
    position: relative;
}
.hint-area{
    margin-top: 10px;
}
.slides li{
    margin-right: 10px;
    cursor: pointer;
}
#thumb-imgs .slides{
    margin-top: 20px;
}
#companyDesc a{
    color: #08c;
}
#companyDesc a:hover{
    color: #005580;
    text-decoration: underline;
}
.picClose{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    display: none;
}
#thumb-imgs ul li:hover .picClose{
    display:block;
}
.top-edit{
    position: absolute;
    top: -9px;
    left: 0px;
    border: 1px solid #eee;
    background: #F8F9FA;
    padding: 10px
}
#companyDesc .top-edit a{
    color: #333;
    text-decoration: none;
}
.top-edit input{
    width: 420px;
    padding-top: 0;
    padding-bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 5px;
}
.top-edit p{
    height: 30px;
    line-height: 30px;
}
.wordTextarea{
    width: 90%;
    height: 80%;
    min-height: 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 22px;
    /*white-space:normal;*/
}
textarea.noPass,input.noPass{
    border: 1px solid red;
}
.ui-autocomplete{
    float: left;
    background: #fff;
    border: 1px solid black;
    border-radius: 3px;
}

#about-content .content-right-block li.content-newlist{position:relative;}
#about-content .content-right-block a.del-news{
    display:none;
    position:absolute;
    top:15px;
    right:5px;
    font-size:12px;
    line-height:20px;
    color:#fff;
    background-color:#139fe0;
    padding:5px 8px;
}
#uploadifyButton_new{
    width: 110px;
    height: 77px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius:0px;
    background: url('../../image/company-show/add_uploadify.png') no-repeat center ;
    cursor: pointer;
}
#uploadifyButton_new:hover{
    background-color: #dddddd;
}
#uploadFile{
    width: 642px;
    height: auto;
    border-bottom: 1px solid #ddd;
}
#uploadFile li{
    float: left;
}
#uploadFile a{
    padding: 0px 20px;
    line-height: 38px;
    height: 38px;
    color: #08c;
    display: block;
}
#uploadFile li.active a{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-bottom: -1px;
} 
.uploadifyPicDialogBlock dt{
    float: left;
    width: 100px;
}
.uploadifyPicDialogBlock dd{
    float: left;
}
.uploadify-button-text{
    font-size: 60px;
}
#big-imgs ul li{
    margin-right: 0px;
}
#photoModal_close{position:fixed; top:10px; right:30px;z-index:999999; height:0px; cursor:pointer}
.content-patent-info .honour-img img{
    width: 154px;
    height: 194px;
}
.content-patent-info .flex-direction-nav{
    position: relative;
}
.content-patent-info .flex-direction-nav li{
    height: 0px;
}
#about-content .content-patent-info .flex-direction-nav li .flex-prev{
    position: absolute;
    top: -137px;
    left: -50px;
    background: url('../../image/company-show/arrows-left-btn.png') no-repeat center ;
    opacity:1;
}
.content-patent-info .flex-direction-nav li .flex-next{
    position: absolute;
    right: -62px;
    top: -137px;
    background: url('../../image/company-show/arrows-right-btn.png') no-repeat center ;
    opacity:1;
}
.mangerMore{
    /* display: none; */
}
.flex-control-paging li a.flex-active,#honour_img .flex-control-paging li a:hover{
    background: #0776aa;
}
#honour_img .flex-control-nav{
    bottom: -17px;
}