﻿/*X-mol.css  V1.0*/

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    background-color: #fff;
}

::selection {
    background: #ff7010;
    color: #fff;
}

::-moz-selection {
    background: #ff7010;
    color: #fff;
}

::-webkit-selection {
    background: #ff7010;
    color: #fff;
}

/*public*/
html, body {
    height: 100%;

}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}
textarea {
    font-size: 16px;
    line-height: 24px;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */

    color: #c0c0c0;

}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #c0c0c0;

}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #c0c0c0;

}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #c0c0c0;

}
a {
    color: #999;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
a:visited{
    color: #999;
    text-decoration: none;
}
a:hover{
    color: #ff7010;
    text-decoration: none;
}
a:active{
    color: #999;
    text-decoration: none;
}
a:focus {
    color: #999;
    text-decoration: none;
}



#wrapper {
    position: relative; /*重要！保证footer是相对于wapper位置绝对*/
    height: auto; /* 保证页面能撑开浏览器高度时显示正常*/
    min-height: 100%;
    /*min-width: 1260px;*/
}

#footer {
    position: absolute;
    bottom: 0; /* 关键 */
    left: 0; /* IE下一定要记得 */
    height: 60px; /* footer的高度一定要是固定值*/
}

#main-content {
    /*margin-top:25px;*/
    padding-top: 25px;
    /*padding-bottom: 60px;*/ /*重要！给footer预留的空间*/
    padding-bottom: 180px;

}

input::-webkit-input-placeholder {
    font-size: 14px;
    /* line-height: 17px;*/
}

input:-moz-placeholder {
    font-size: 14px;
    /*line-height: 17px;*/
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    font-size: 14px;
    /*line-height: 17px;*/
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    font-size: 14px;
    /*line-height: 17px;*/
}

/*.itxbgblue{
	font-size:26px;
	color:#008fee;
	line-height:30px;
	}
.itxbgblue a{
	color:#008fee;
	text-decoration:underline;
	}
.itxbgblue a:hover{
	color:#ff7011;
	}*/
.it12{
    font-size: 12px!important;
}
.it14{
    font-size: 14px!important;
}
.it16{
    font-size: 16px!important;
}
.it18{
    font-size: 18px!important;
}
.it24{
    font-size:24px!important;
}
.itxlbgblue {
    font-size: 28px;
    color: #000099;
    line-height: 36px;
}

.itxlbgblue a {
    font-size: 28px;
    color: #000099;
}

.itxlbgblue a:hover {
    font-size: 28px;
    color: #ff7011;
}

.itxbgblue {
    font-size: 24px;
    color: #008fee;
    line-height: 36px;
}

.itxbgblue a {
    font-size: 24px;
    color: #008fee;
}

.itxbgblue a:hover {
    font-size: 24px;
    color: #ff7011;
}

.itbgary {
    font-size: 22px;
    color: #555;
    line-height: 30px;
}

.itbgary a {
    font-size: 22px;
    color: #555;
}

.itbgary a:hover {
    font-size: 22px;
    color: #ff7011;
}

.itgaryh2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    color: #999;
}

.itbgorg {
    font-size: 17px;
    font-weight: bold;
    color: #ff7011;
    line-height: 32px;
    display: inline-block;
}

.itbgblue {
    font-size: 17px;
    font-weight: bold;
    color: #008fee;
    line-height: 32px;
    display: inline-block;
}

.itgaryfirst {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.itgaryfirst a {
    font-size: 16px;
    color: #555;
}

.itgaryfirst a:hover {
    font-size: 16px;
    color: #ff7010;
}

.itgary {
    font-size: 16px;
    color: #34495e;
}

. {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.itblack a {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.itblack a:hover {
    font-size: 16px;
    color: #ff7010;
    font-weight: bold;
}

.itgreen {
    font-size: 16px;
    color: #1dbc9c;
}

.itblue {
    font-size: 16px;
    color: #008fee;
}

.itboldblue {
    font-size: 15px;
    color: #008fee;
    line-height: 32px;
    font-weight: bold;
}

.itboldblue a {
    color: #008fee;
}

.itboldblue a:hover {
    color: #ff7011;
}

.careersmgary {
    color: #b3b3b3;
}

.careersmgary :hover {
    color: #ff7010;
}

.itsmblue {
    font-size: 14px;
    color: #008fee;
    line-height: 22px;
}

.itsmblue a {
    font-size: 14px;
    color: #008fee;
}

.itsmblue a:hover {
    font-size: 14px;
    color: #ff7011;
}

.itsmlink {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.itsmlink a {
    font-size: 14px;
    color: #008fee;
    padding: 5px;
}

.itsmlink a:hover {
    font-size: 14px;
    color: #ff7011;
}

.itorglink {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.itorglink a {
    font-size: 14px;
    color: #ff7010;
    padding: 5px;
}

.itorglink a:hover {
    font-size: 14px;
    color: #008fee;
}

.itboldblack {
    font-size: 14px;
    color: #222;
    line-height: 28px;
    font-weight: 700;
}

.itsmorange {
    font-size: 14px;
    color: #ff7010;
}

.itsmorange a {
    font-size: 14px;
    color: #ff7010;
}

.itsmorange a:hover {
    font-size: 14px;
    color: #008fee;
}
.itsmgaryb3 {
    font-size: 14px;
    color: #b3b3b3;
}

.itsmgaryb3 a {
    font-size: 14px;
    color: #b3b3b3;
}

.itsmgaryb3 a:hover {
    font-size: 14px;
    color: #ff7010;
}

.itsmgary {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.itsmgary :hover {
    font-size: 14px;
    color: #ff7011;
}

.itsmblack {
    font-size: 14px;
    color: #34495e;
    line-height: 22px;
}

.itsmblack a {
    font-size: 14px;
    color: #34495e;
}

.itsmblack a:hover {
    font-size: 14px;
    color: #ff7011;
}

.itorg {
    font-size: 14px;
    font-weight: bold;
    color: #ff7011;
}

.itsmboldblue {
    font-size: 14px;
    color: #008fee;
    line-height: 22px;
    font-weight: bold;
}

.itsmboldblue a {
    font-size: 14px;
    color: #008fee;
    font-weight: bold;
}

.itsmboldblue a:hover {
    font-size: 14px;
    color: #ff7011;
    font-weight: bold;
}

.itsmboldgary {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.itsmboldgary a {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.it-gary-16{
    /*
    color:#555;
    */
    font-size:16px;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:inline-block;
}

.itsmideboldgary {
    font-size: 13px;
    font-weight: bold;
    color: #5e5050;
}

.itsmideboldgary a {
    font-size: 13px;
    font-weight: bold;
    color: #5e5050;
    text-decoration: none;
}

.itsmideboldgary a:hover {
    font-size: 13px;
    font-weight: bold;
    color: #5e5050;
    text-decoration: underline;
}

.itsmideboldgary a:active {
    font-size: 13px;
    font-weight: bold;
    color: #5e5050;
    text-decoration: none;
}

.itsmideboldgary a:focus {
    font-size: 13px;
    font-weight: bold;
    color: #5e5050;
    text-decoration: none;
}

.itsmboldred {
    font-size: 14px;
    font-weight: bold;
    color: #F00;
}

.itsmboldred a {
    font-size: 14px;
    font-weight: bold;
    color: #008fee;
}

.itsmred {
    font-size: 14px;
    color: #ff6600;
    line-height: 22px;
    width: 100%;
}

.itsmgreen {
    font-size: 14px;
    color: #339966;
    line-height: 22px;
    width: 100%;
}

.itblackred {
    font-size: 14px;
    color: #ff0000;
    line-height: 22px;
    width: 100%;
}

.itqiangary {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.itblackgary {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.itblackgary a {
    font-size: 14px;
    color: #008fee;
    line-height: 22px;
}

.itblackgary a:hover {
    font-size: 14px;
    color: #ff7010;
    line-height: 22px;
}

.it-gary-new {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}
.it-gary-new a{
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.it-gary-new a:hover {
    font-size: 14px;
    color: #008fee;
    line-height: 22px;
}

.it-mid-gary {
    color: #777;
}
.it-mid-gary a{
    color:#777;
}
.it-mid-gary a:hover {
    color: #ff7010;
}

.itleftgary {
    float: left;
    font-size: 14px;
    color: #222;
    line-height: 22px;
}

.itsmwhite {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

.itsmwhite a {
    font-size: 14px;
    color: #fff;
}

.itsmwhite a:hover {
    font-size: 14px;
    color: #333;
}

.itssmgary {
    font-size: 13px;
    color: #222;
    line-height: 16px;
}

.itssmgary a {
    font-size: 13px;
    color: #222;
}

.itssmgary a:hover {
    font-size: 13px;
    color: #ff7011;
}

.itsmorg {
    font-size: 13px;
    color: #ff7011;
}

.ith2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
}

.gary-ith2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 80px;
    color:#808080;
}
.orange-btn-search{
    font-size: 14px;
    background:#fad9aa;
    padding:5px 5px;
    border-radius:3px;
    font-weight:bold;
    color:#fff;
}
.search-result-left{
    width:170px;
    float:left;
    color:#808080;
}
.search-result-right{
    float:left;
    color:#7fbce8;
}

.itnewsmlink {
    font-size: 14px;
    color: #008fee;
    line-height: 22px;
}

.itsmlink:hover {
    font-size: 14px;
    color: #ff7011;
}

.itcircle {
     padding: 0px 5px;
     border-radius: 50%;
     background: #ff7010;
     color: #fff;
     line-height: 22px;
     font-size: 14px;
     display: inline;
 }
.itcircle-red {
    padding: 0px 5px;
    border-radius:15px;
    background: red;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    display: inline;
}
.text-line-one {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.container {
    width: 1220px;
    padding: 0 20px;
}

.spright {
    float: right;
}

.blue-link a {
    color: #008fee;
}

.blue-link a:hover {
    color: #ff7011;
}

.top-bar {
    /*background: transparent;*/
    background: #222;
    /*filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.maintop-bar {
    /*background: transparent;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #5e5050;
    top: 0px;
    z-index: 99999;
}

.icon-bar {
    background: #fff;

}

.pointgif {
    position: absolute;
    bottom: 1px;
}

.caret {
    color: #4A0F0F;
}

.shortcut, .invitelink {
    line-height: 18px;
    color: #fff;
    /*color: #E1E1E1;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

.shortcut:hover, .shortcut:active, .shortcut:focus,
.invitelink:hover, .invitelink:active, .invitelink:focus {
    /*	display:block;
	height:40px;
	background-color:#ff6600;
	color: #fff;*/
    /*color: #fff;*/

}

.shop-cut {
    background: url(../png/icon-shop.png) no-repeat 0px 12px;;

}

.shortcut a {
    /*	display:block;
	height:40px;
	padding:0px 10px;
	background-color:#ff6600;
	color: #fff;*/
    /*color: #fff;*/

}

.spliter {
    color: #ccc;
    /*color: #848484;*/
    padding-left: 20px;
    line-height: 28px;
}

.badge-cart, .badge-ims, .badge-inquiry, .badge-label {
    min-width: 10px;
    padding: 0px 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 8px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;

}

.badge-cart, .badge-ims {
    background: #f74d4d;
}

.badge-inquiry {
    background: #FFA245;
}

.badge-label {
    background: #ff8022;
    padding: 1px 5px;
}

.remind {
    color: #fff;
}

.mainremind {
    color: #9aa4af;
}

.text-note {
    float: left;
    padding-right: 20px;
    display: block;
    font-size: 12px;
    line-height: 1.72222;
    color: #ff6600;
    font-weight: 400;
}

.tags {
}

.actions {
    padding-bottom: 40px;
    display: block;
}

.mainactions {
    float: left;
    width: 100%;
}

.subactions {
    float: left;
    line-height: 24px;
    list-style: none;
}

.numbers-small {
    color: #F13838;
}

.filter {
    min-height: 44px;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    display: block;
    clear: both;
}

.thumnail-spec {
    width: 100%;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 5px;

}

.thumnail-spec img {
    height: 200px;
    width: auto;
}

.thumnail-big {
    width: 200px;
}

.thumnail-middle {
    width: 150px;

}

.thumnail-small {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.thumnail-smallpro {
    width: 120px;
    height: 90px;
    margin-right: 20px;
    margin-top: 8px;
}

.thumnail-smallpro img {
    height: auto;
    max-width: 100%;
    border: 1px solid #dddddd;
}

.thumnail-small img, .thumnail-middle img, .thumnail-big img {
    width: 100%;
    border: 1px solid #dddddd;
    margin: 5px;
}

.cart-pro {
    color: #008fee;
    padding: 8px 0px;
}

.control-label {
    padding-right: 0px;
}

.input-contral {
    display: inline-block;
}

.input-condition {
    margin-top: 7px;
    padding-right: 2px;
    padding-left: 2px;
}

.input-condition-static {
    padding-top: 12px;
}

.form-group-filter {
    /*margin-top: 10px;*/
}

.h {
    color: #FF2900 !important;
    position: static;
}

.imsbtn {
    z-index: 1;
    width: 170px;
    position: fixed;
    bottom: 5px;
    right: 3px;
    color: #000;
    display: block;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.feedbackbox {
    width: 270px;
    display: table-cell;
    padding-top: 20px;
}

.feedbackbox .raido-inline b {
    display: inline-block;
    width: 70px;
}

.feedbacklabel {
    display: inline-block;
}

.feedbackemail {
    width: 200px;
    display: inline-block;
}

/*auto complete*/
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #ff7011;
    cursor: pointer;

}

.tt-suggestion p {
    cursor: pointer;
    margin: 0;
}

.gist {
    font-size: 14px;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-dropdown-menu {
    text-align: right;
}

.nav-tabs > li.active > a {
    padding-top: 15px;
    margin-top: -5px;
}

.nav-tabs > li > a {
    padding: 10px 30px;
    color: #555;
    cursor: default;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDD;
}

/*auto complete end*/

.medalpic {
    float: left;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.medalname {
    display: inline-block;
    line-height: 26px;
    color: #7f7f7f;
}

.medalpic001 {
    background: url("../png/compro.png") no-repeat 0 0;
}

.medalpic000 {
    background: url("../png/medal_silver_3.png") no-repeat 0 0;

}

.medalpic002 {
    background: url("../png/compro.png") no-repeat -28px 0;

}

.main-block {
    background: #fff;
    padding-bottom: 20px;
}

.deliverypopup {
    padding-right: 40px;
}

.nav-shop {
    background-color: #34495e;

    margin: 15px;
}

.nav-shop .navbar-brand {
    color: #ffffff;
}

.nav-shop .navbar-brand:hover,
.nav-shop .navbar-brand:focus {
    color: #1abc9c;
    background-color: transparent;
}

.nav-shop .navbar-toggle:before {
    color: #ffffff;
}

.nav-shop .navbar-toggle:hover,
.nav-shop .navbar-toggle:focus {
    background-color: transparent;
}

.nav-shop .navbar-toggle:hover:before,
.nav-shop .navbar-toggle:focus:before {
    color: #1abc9c;
}

.nav-shop .navbar-collapse {
    border-color: #2f4154;
    border-width: 2px;
}

.nav-shop .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;

}

.nav-shop .navbar-nav > li > a:hover,
.nav-shop .navbar-nav > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
}

.nav-shop .navbar-nav > .active > a,
.nav-shop .navbar-nav > .active > a:hover,
.nav-shop .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #1abc9c;
}

.nav-shop .navbar-nav > .disabled > a,
.nav-shop .navbar-nav > .disabled > a:hover,
.nav-shop .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.nav-shop .navbar-nav > .dropdown > a:hover .caret,
.nav-shop .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}

.nav-shop .navbar-nav > .open > a,
.nav-shop .navbar-nav > .open > a:hover,
.nav-shop .navbar-nav > .open > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
    border-left-color: transparent;
}

.nav-shop .navbar-nav > .open > a .caret,
.nav-shop .navbar-nav > .open > a:hover .caret,
.nav-shop .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav-shop .navbar-nav > .dropdown > a .caret {
    border-top-color: #4b6075;
    border-bottom-color: #4b6075;
}

.nav-shop .navbar-nav > .open > .dropdown-arrow {
    border-top-color: #34495e;
    border-bottom-color: #34495e;
}

.nav-shop .navbar-nav > .open > .dropdown-menu {
    background-color: #34495e;
    padding: 3px 4px;
}

.nav-shop .navbar-nav > .open > .dropdown-menu > li > a {
    color: #e1e4e7;
    border-radius: 4px;
    padding: 6px 9px;
}

.nav-shop .navbar-nav > .open > .dropdown-menu > li > a:hover,
.nav-shop .navbar-nav > .open > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1abc9c;
}

.nav-shop .navbar-nav > .open > .dropdown-menu > .divider {
    background-color: #2f4154;
    height: 2px;
    margin-left: -4px;
    margin-right: -4px;
}

.shop-body {
    float: left;
    padding: 15px 0;
}

.shop-rightnav {
    float: left;
    padding-left: 15px;
    width: 100%;
}

.shop-body-l {
    background: #fff;
    color: #000;
    display: block;
    border-top: 1px solid #f6f6f6;

    padding: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.shop-cert {
    padding: 0 10px;
}

.shopscore {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 20px;
    border: 1px solid #eee;
    height: 120px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.shopmotion {
    height: 384px;
    overflow-y: scroll;
    margin: 10px 0;

}

.certifiwrap {
    padding: 0 0px;
}

.motionavatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.motionavatar {
    display: block;
    float: left;

}

.motionitem {
    border-bottom: 1px dotted #eee;
    padding: 5px;
    position: relative;
}

.shopimpress {
    position: absolute;
    top: 5px;
    right: 5px;
}

.user-comm, .content-comm {
    padding-left: 60px;

}

.user-comm {
    color: #888888;
    font-weight: 700;
    padding: 15px 0 10px 60px;
}

.shopscale li {
    margin: 20px 10px;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    padding: 20px 5px 0 5px;
    background: #2aaaff;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

}

.shopdisc {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 20px;
}

.order-status, .order-status-time {
    display: block;
    width: 1180px;
    list-style: none;
    margin: 0 auto;

}

.order-status span, .order-status-time span {
    display: inline-block;
}

.order-status span {
    margin: 10px 0;
    color: #666666;
}

.order-status-time span {
    color: #ccc;
}

.status-2, .status-3, .status-4 {
    width: 204px;
    text-align: center;
}

.status-1 {
    width: 122px;
}

.status-5 {
    text-align: right;
    width: 114px;
}

.order-statusbar {
    display: block;
    height: 150px;
    width: 1180px;
    margin: 0 auto;
}

.order-status-1 {
    display: inline-block;
    height: 30px;
    width: 1180px;
    background: url("../png/order_status.png") no-repeat 0 -30px;
}

.order-status-2-l {
    float: left;
    height: 30px;
    width: 234px;
    background: url("../png/order_status.png") no-repeat;
}

.order-status-2-r {
    display: inline-block;
    height: 30px;
    width: 622px;
    background: url("../png/order_status.png") no-repeat -234px -30px;
}

.order-status-3-l {
    float: left;
    height: 30px;
    width: 441px;
    background: url("../png/order_status.png") no-repeat;
}

.order-status-3-r {
    display: inline-block;
    height: 30px;
    width: 415px;
    background: url("../png/order_status.png") no-repeat -441px -30px;
}

.order-status-4-l {
    float: left;
    height: 30px;
    width: 648px;
    background: url("../png/order_status.png") no-repeat;
}

.order-status-4-r {
    display: inline-block;
    height: 30px;
    width: 208px;
    background: url("../png/order_status.png") no-repeat -648px -30px;
}

.order-status-5 {
    display: inline-block;
    height: 30px;
    width: 650px;
    background: url("../png/order_status.png") no-repeat;
}

.orderth {
    border-bottom: 1px dashed #ddd;
    /*	margin-bottom: 10px;*/
    background: #fafafa;
    margin-bottom: 30px;
    /*	padding-top: 60px;
	background: url("../css/images/order_header.png") repeat-x;*/
}

.orderth span {
    text-indent: 10px;
    line-height: 34px;
    height: 34px;
    margin-left: 10px;
}

.order-no {
    padding-left: 33px;
    color: #888888;
}

.orderitem {
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    float: left;
}

.unit-active {
    background: #d9edf7;

}

.account-left {
    float: left;
}

.account-right {
    float: left;
    margin-left: 100px;
}

.account-all {
    float: right;
    margin-right: 10px;

}

.account-nav {
    float: left;
    width: 100%;
}

.goods {
    padding-bottom: 160px;
}

.total {
    min-width: 300px;
    width: 50%;
}

.finalcal {
    margin-left: 40px;
}

.total .dl-horizontal dt {
    width: 200px;
}

.total .dl-horizontal dd {
    margin-left: 210px;
}

.oriprice {
    padding-left: 15px;
}

.markdown b, .markup b {
    display: inline-block;
    width: 15px;
    font-family: "Verdana";
}

.carttable, .inquitable {
    margin-bottom: 10px;
}

.float-footer {
    z-index: 2;
    width: 1180px;
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 5px 0 0 0;
}

.total-left {
    float: left;
    width: 33%;
    line-height: 36px;
}

.total-right {
    float: right;
    width: 66%;
    line-height: 36px;
}

.movesmall {
    padding-top: 4px;
}

.specinfo {
    display: block;
    width: 600px;
    padding: 20px 20px 40px 20px;
    margin: 20px 20px 20px 100px;
    background: #eeeeee;
}

.bigadd {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 300px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 15px 100px;
}

.bigadd:focus, .bigadd:hover {
    background: #eeeeee;
}

/*end public*/

/*header*/
/*header-customer*/
.header-customer {
    /*background: #e1e1e1;*/
    width: 100%;
    /*border-bottom: solid  thin #c9c9c9*/;
}

.logo-customer {
    background: url("../png/logo_customer.png") no-repeat;
    text-indent: -9999px;
    display: block;
    height: 53px;
    width: 156px;
    margin: 12px 0px;
}

.form-group-customer {

}

.link-struc {
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 36px;
    background: url("../png/link_struc.png") no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 630px;
    top: 1px;
}

.link-struc:hover {
    background: url("../png/link_struc.png") no-repeat;
    background-position: 0 -36px;
}

.prolink-struc {
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 36px;
    background: url("../png/link_struc.png") no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 365px;
    top: 1px;
}

.prolink-struc:hover {
    background: url("../png/link_struc.png") no-repeat;
    background-position: 0 -36px;
}

.form-customer-lg {
    padding-top: 18px;
}

.btn-customer-lg {
    /*width: 80px;
    margin-left: -20px;*/
    background: #008fee;
    border: none;
    height: 36px;
    width: 80px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    /*	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;*/
}

.btn-customer-lg:hover,
.btn-customer-lg:focus {
    background-color: #2aaaff;
}

.btn-customer-lg:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-customer-ms {
    /*width: 80px;
    margin-left: -20px;*/
    background: #008fee;
    border: none;
    height: 36px;
    width: 80px;
    color: #fff;
    margin-left: 2px;
    /*	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;*/
}

.btn-customer-ms:hover,
.btn-customer-ms:focus {
    background-color: #2aaaff;
}

.btn-customer-ms:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ico-search {
    color: #fff;
    font-size: 18px;
}

.link-adv-search {
    padding-left: 20px;
    line-height: 77px;
    display: inline-block;
}

/*end header-customer*/
/*header-store*/

.header-store {
    background: #e1e1e1;
    width: 100%;
    border-bottom: solid thin #c9c9c9;
}

.logo-store {
    background: url("../png/logo_store.png") no-repeat;
    text-indent: -9999px;
    display: block;
    height: 27px;
    width: 120px;
    margin: 18px 0px;
    float: left;
}

.register-bt {
    margin: 5px 0px;
    height: 24px;
    line-height: 24px;
}

.register-extra {
    float: right;
}

.storename {
    line-height: 64px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-left: 30px;
}

.storename a {
    color: #000;
    font-family: "微软雅黑";
}

.score-top {
    position: relative;
    float: left;
    display: block;
    margin-top: 15px;
}

.score-top-title {
    clear: both;
    color: #999;
    letter-spacing: 8px;
}

.score-top-score, .score-up {
    color: #c40000;
    clear: both;
    padding-top: 6px;
}

.score-down {
    color: #00C25D;
}

.store-search {
    margin-top: 10px;
}

/*end header-store*/
/*header-admin*/
.header-admin {
    background: #e1e1e1;
    width: 100%;
    border-bottom: solid thin #c9c9c9;
}

.sucess-sign {
    margin: 100px 0px;
}

.sucess-sign p {
    font-size: 14px;
}

.su-search {
    margin-top: 15px;
}

.logo-admin {
    background: url("../png/logo_admin.png") no-repeat;
    text-indent: 150px;
    display: block;
    height: 40px;
    margin: 9px 0px;
    font-family: "黑体";
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
}

.col-name {
    float: left;
    width: 20%;
    text-align: right;
}

.col-loginname {
    float: left;
    width: 20%;
    text-align: right;
    font-size: 16px;
}

.col-inp {
    float: left;
    /*width:33.3%;*/
    /*margin-left:20%;*/
    padding-left: 20px;
}

.col-sinp {
    float: left;
    width: 120px;
    margin-left: 20px;
}

.col-inpact {
    float: left;
    width: 25%;
    margin-left: 20px;
}

.col-linpact {
    float: left;
    width: 75%;
    margin-left: 20px;
}

.col-info {
    float: left;
    width: 33.3%;
}

.col-infoact {
    float: left;

}

.col-agree {
    float: left;
    margin-left: 20px;

}

.col-sign {
    float: left;
    margin-left: 20px;
    margin-right: 100px;

}

.col-all {
    width: 1180px;
}

.col-right {
    width: 96%;
    float: right;
}

.login-all {
    width: 100%;
}

.ra-left12 {
    margin-left: -12px;
}

.text-right20 {
    text-align: right;
    padding-right: 20px;
}

.stclock {
    float: left;
    width: 180px;
    margin-left: 10px;

}

.sign-titlenav {
    float: left;
    width: 1180px;
    margin: 10px 0;
}

.pro-info {
    width: 540px;
    margin-left: 20px;
}

/*end header-admin*/

/*main*/
/*main-customer*/
.k-form-box {
    width: 580px;
    margin: 20px auto;
    font-size: 15px;

    /*margin-left: 200px;
	margin-top: 30px;*/
}

.k-formnav {
    margin: 20px auto;
}

.k-form {
    line-height: 40px;
    position: relative;
    display: block;
    /*	margin-bottom:40px;
*/
    margin-top: 5px;
    float: left;
}

.change-k-form {
    position: relative;
    display: block;
    margin-top: 20px;
    float: right;
    width: 100%;
}

.typearea {
    width: 581px;
    height: 40px;
    line-height: 30px;
    line-height: normal;
    font-family: "微软雅黑";
    padding-left: 25px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-top: 7px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.typearea:hover {
    border: 1px solid #9e9e9e;
}

.typearea:focus {
    border: 1px solid #3388FF;
    color: #222;
}

.home-first-typearea {
    width: 581px;
    height: 40px;
    line-height: 30px;
    line-height: normal;
    font-family: "微软雅黑";
    padding-left: 25px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-top: 7px;
    border: 2px solid #ff7010;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.home-first-typearea:hover {
    border: 2px solid #ff7010;
}

.home-first-typearea:focus {
    border: 2px solid #ff7010;
    color: #222;
}

.change-typearea {
    float: right;
    margin-right: 280px;
    width: 300px;
    height: 40px;
    line-height: 30px;
    line-height: normal;
    font-family: "微软雅黑";
    padding-left: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-top: 7px;
    border: 2px solid #cb0000;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.change-typearea:hover {
    border: 2px solid #cb0000;
}

.change-typearea:focus {
    border: 2px solid #cb0000;
    color: #222;
}

.home-second-typearea {
    width: 581px;
    height: 40px;
    line-height: 30px;
    line-height: normal;
    font-family: "微软雅黑";
    padding-left: 25px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-top: 7px;
    border: 2px solid #f23b1c;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.home-second-typearea:hover {
    border: 2px solid #f23b1c;
}

.home-second-typearea:focus {
    border: 2px solid #f23b1c;
    color: #222;
}

.change-searchsub {
    width: 102px;
    height: 40px;
    border: 1px solid #cb0000;
    border-bottom: 1px solid #cb0000;
    background-color: #cb0000;
    position: absolute;
    right: 180px;
    top: 0;
    margin: 0 3px 0 0;
}

.second-searchsub {
    width: 102px;
    height: 40px;
    border: 1px solid #f23b1c;
    border-bottom: 1px solid #f23b1c;
    background-color: #f23b1c;
    position: absolute;
    left: 560px;
    top: 0;
    margin: 0 3px 0 0;
}

.second-subbtn {
    cursor: pointer;
    width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    background-color: #f23b1c;
    font-size: 16px;
    color: white;
}

.subbtn:hover {
    outline: none;
    background-color: #ff9147;
}

.searchsub {
    width: 102px;
    height: 40px;
    border: 1px solid #ff7011;
    border-bottom: 1px solid #ff7011;
    background-color: #ff7011;
    position: absolute;
    left: 560px;
    top: 0;
    margin: 0 3px 0 0;
}

.subbtn {
    cursor: pointer;
    width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    background-color: #ff7011;
    font-size: 16px;
    color: white;
}

.subbtn:hover {
    outline: none;
    background-color: #ff9147;
}

.change-subbtn {
    cursor: pointer;
    width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    background-color: #cb0000;
    font-size: 16px;
    color: white;
    font-family: "微软雅黑";
    font-weight: bold;
}

.change-subbtn:hover {
    outline: none;
    background-color: #9b0000;
}

.inpagek-form {
    line-height: 40px;
    position: relative;
    display: block;
    /*	margin-bottom:40px;
	margin-top:5px;*/
    float: left;
}

.inpage-typearea {
    width: 441px;
    height: 34px;
    /*line-height:3px;*/
    line-height: 17px;
    font-family: "微软雅黑";
    padding-left: 5px;
    padding-bottom: 7px;
    padding-right: 78px;
    padding-top: 7px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.inpage-typearea:hover {
    border: 1px solid #9e9e9e;
}

.inpage-typearea:focus {
    border: 1px solid #3388FF;
    color: #222;
}

.inpage-searchsub {
    width: 82px;
    height: 34px;
    /*border: 1px solid #008fee;*/
    /*border-bottom: 1px solid #fff;*/
    background-color: #008fee;
    position: absolute;
    left: 361px;
    top: 0;
    margin: 0 3px 0 0;
}

.inpage-subbtn {
    cursor: pointer;
    width: 80px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    border: 0;
    background: none;
    /*font-size: 15px;*/
    color: white;
}

.joural-inpage-searchsub {
    width: 82px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    top: 0;
    margin: 0 3px 0 0;
}

.joural-inpage-sub-btn {
    cursor: pointer;
    width: 82px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    border: 0;
    background: none;
    color: #333;
}

.career-inpage-subbtn {
    cursor: pointer;
    width: 80px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: none;
    /*font-size: 15px;*/
    color: white;
}

.adv-search {
    position: absolute;
    left: 700px;
    color: #555555;

}

.adv-search:hover, .adv-search:focus {
    color: #008FEE;
}

.div-inline {
    display: inline-block;
    position: relative;
    height: 60px;
}

.getpoint {
    line-height: 30px;
    display: block;

}

.logo-login {
    margin-top: 60px;
    margin-bottom: 20px;
}

.sign-layout {
    max-width: 980px;
}

.loginwrap {
    display: inline-block;
    width: 1180px;
    background: transparent;
    margin: 40px 0;
    border: 1px dashed #d8d8d8;
    /*	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    position: relative;
}

.loginadv {
    float: left;
    display: block;
}

.signbox {
    display: block;
    float: right;

    position: absolute;
    left: 520px;
    top: 35px;
    /*
    width:54px;
    */
}

.signinputbox {
    width: 300px;
}

.warninginfo {
    height: 18px;
    float: right;
    display: block;
    margin-top: 20px;
    margin-right: 270px;
}

.loginlink {
    padding-top: 10px;
    padding-left: 20px;
    /*padding-right: 5px;*/
}

.signheader {
    padding: 25px 0px 5px 0px;
}

.signinlogo {
    display: block;
}

.confcode {
    width: 100px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 20px;
    height: 34px;
}

/*登录页面CSS开始*/
.new-login-content {
    display: block;
    float: right;
    position: absolute;
    left: 620px;
    top: 35px;
}
.new-login-item{
    width:100%;
    margin-bottom:10px;
}
.new-login-tab {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.new-login-tab span{
    float: left;
    display: inline-block;
    width: 162px;
    height: 36px;
    font-size: 16px;
}

.new-login-tab span a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    border-top:2px solid #fafafa;
    background-color: #fafafa;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.new-login-tab-current {
    height: 36px;
    line-height: 34px;
    border-top:2px solid #279ef2!important;
    text-decoration: none;
    color: #279ef2!important;
    background-color: #fff!important;
}

.new-login-input {
    width: 324px;
    height: 34px;
    display: inline-block;
    border: #d8d8d8 1px solid;
    padding: 0 6px;
}
.new-login-code {
    width: 214px;
    margin-right:5px;
    height: 34px;
    display: inline-block;
    border: #d8d8d8 1px solid;
    padding: 0 6px;
}

.white-login-bg{
    width:100%;
    background: #008fef;
    padding:40px 0;
}
.white-login-content-bg{
    width:1000px;
    height:500px;
    margin:0 auto;
    padding:50px 70px;
    background: #ffffff;
    border-radius:4px;
}
.white-login-content-left{
    width:50%;
    float:left;
    border-right:1px solid #e3e3e3;
}
.white-login-tab {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.white-login-tab span{
    float: left;
    display: inline-block;
    width: 180px;
    height: 40px;
    font-size: 16px;
}

.white-login-tab span a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    border-top:2px solid #fafafa;
    background-color: #fafafa;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.white-login-tab-current {
    height: 40px;
    line-height: 38px;
    border-top:2px solid #279ef2!important;
    text-decoration: none;
    color: #279ef2!important;
    background-color: #fff!important;
}

.white-login-input {
    width: 360px;
    height: 40px;
    display: inline-block;
    border: #d8d8d8 1px solid;
    padding: 0 15px!important;
}
.white-login-code {
    width: 240px;
    margin-right:5px;
    height: 40px;
    display: inline-block;
    border: #d8d8d8 1px solid;
    padding: 0 15px!important;
}
.white-login-btn-bg{
    width: 360px;
    margin-top:60px;
}
.white-login-content-right{
    width:50%;
    float:right;
    padding-left:90px;
}
.white-login-content-right-title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.white-login-content-right-code{
    text-align: center;
}
.white-login-content-right-icon{
    width:120px;
    margin:20px auto;
}
.white-login-content-right-icon img{
    width:44px;
}


/*登录页面CSS结束*/

.signtitle {
    font-size: 24px;
    margin: 15px 0;
    margin-left: 170px;
    /*border-left: 1px solid #cccccc;*/
    padding-left: 5px;
    line-height: 29px;
}

.stepbar {
    list-style-position: inside;
    line-height: 38px;
    display: block;
    margin: 10px 0;
    padding: 0px 0px 40px 0px;

}

.stepbar li {
    height: 38px;
    list-style: none;
    float: left;
    display: block;
    padding-left: 30px;

}

.firststep {
    /*border-radius: 4px 0px 0px 4px;*/
    width: 33.33%;

}

.secondstep {
    width: 33.33%;
}

.laststep {
    /*	border-radius: 0px 4px 4px 0px;*/
    width: 33.33%;
}

.currentfist, .currentsecond {
    color: #fff;
    background-color: #ff7011;
    background-image: url("../png/bg_step1.png");
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 16px;
}

.currentlast {
    color: #fff;
    background-color: #ff7011;
    font-size: 16px;
}

.pastlast {
    color: #999;
    background-color: #efefef;
    font-size: 16px;

}

.allpast {
    color: #999;
    background-color: #efefef;
    background-image: url("../png/bg_step2.png");
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 16px;
}

.pastfirst, .pastsecond {
    color: #fff;
    background-color: #ff7011;
    font-size: 16px;
    background-image: url("../png/bg_step3.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.inputremind {
    padding-top: 2px;
    display: block;
    line-height: 2.4;
    color: #999;
}

.red {
    color: #ff0000;
    /*letter-spacing: 0.2em;*/
}

.h-middle {
    /*margin-top: 50px;
	margin-bottom: 20px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-customer {
    background: #fff;

}

.main-left-customer {
    background: #fff;
}

.main-right-customer {
}

.adv-pic1 {
}

.layout-left-customer {
    min-height: 540px;
}

.layout-right-customer {
    /*padding-top: 15px;*/
    min-height: 570px;
    padding-bottom: 30px;
}

.suggestedwords {
    padding-top: 20px;
}

.suggestedwords a {
    padding-right: 15px;
}

.resultslistbar {
    min-height: 42px;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    display: inline-block;
    clear: both;
    color: #999;
    line-height: 24px;
    padding-right: 8px;
}

.new-resultslistbar {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #999;
    padding-right: 8px;
}

.brpos {
    margin-top: 6px;
}

.adv-text-header {
    border-bottom: 2px solid #1ABC9C;
    margin-bottom: 10px;
}

.adv-text-header h6, .adv-pic-header h6 {
    font-family: "微软雅黑";
    font-size: 16px;
}

.adv-pic {
    /*	margin-top: 15px;*/
}

.adv-pic img {

}

.adv-1 {
    background: #F8F8F8;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;

}

.btn-layout, .btn-layout-active {
    display: block;
    font-size: 14px;
    float: left;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #eeeeee;

}

.btn-layout-active, .sortbtn-active {
    background: #fcfcfc;

}

.btn-layout:hover, .sortbtn:hover {
    background: #fcfcfc;
}

.sortbtn, .sortbtn-active {
    display: block;
    padding: 0px 10px;
    float: left;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-right: 1px solid #eeeeee;

}

.sortbtn-active, .sortbtn-active:hover, .sortbtn:hover {
    color: #ff7011;
    background: #fff;
}

.sortbtn {
    color: #999;
}

.resultinfo {
    margin: 0 15px;
}

.page-top {
    display: inline-block;
    float: right;
    line-height: 40px;
}

.page-info {
    padding: 0 15px;
}

.results-page-top {
    display: inline-block;
    float: right;
    padding: 7px 0;
}

.resultslist {
    margin-top: 10px;
}

.new-resultslist {
    float: left;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 10px;
}

.new-resultslist ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-resultslist ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #efefef;
    margin-top: -1px;
    height: 202px;
}

.cell-resultslist {
    background: #fff;
    margin-bottom: 15px;

}

.link-moreinfo {
    border-top: 1px dotted #e3e3e3;
    text-align: center;
    padding: 5px;
}

.morecompany {
    border: 1px solid #e3e3e3;
    background: #fafafa;

}

.link-morecompany {
    padding: 5px;
    text-align: center;
}

.listheader {
    text-align: center;
    display: block;
    height: 24px;
    color: #999;
}

.compondtitle {
    width: 150px;
    float: left;
}

.comptitle {
    float: left;
    width: 12%;
}

.wm {
    float: left;
    width: 19%
}

.packtitle {
    float: left;
    width: 19%;
}

.opera {
    float: left;
    width: 20%
}

.compondinfo {
    width: 150px;
    border-right: thin solid #e3e3e3;
}

.compondinfotd {
    padding: 0;
    border-top: thin solid #e3e3e3;
}

.content-cell {
    border: 1px solid #e3e3e3;
}

.grid-cell {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin-top: 20px;

}

.pic-cell {
    /*border-bottom:1px dotted #e3e3e3;*/
    width: 150px;
}

.pic-cell-grid {
    border-bottom: 1px dotted #e3e3e3;
}

.pic-cell-uni {
    /*margin-top: 20px;*/
}

.pic-cell b, .pic-cell-grid b, .pic-cell-uni b {
    position: relative;
    display: block;
}

.pic-cell b span, .pic-cell-grid b span, .pic-cell-uni b span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: rgba(27, 54, 81, 0.8);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    font-size: 24px;
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    background: rgb(214, 214, 214);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(214, 214, 214, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(214, 214, 214, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(214, 214, 214, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(214, 214, 214, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(214, 214, 214, 1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(214, 214, 214, 1) 100%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.pic-cell b:hover span, .pic-cell-grid b:hover span, .pic-cell-uni b:hover span {
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.pic-cell b span a, .pic-cell-grid b span a, .pic-cell-uni b span a {
    display: block;
    font-size: 12px;
    text-align: center;
}

.pro-serarch-grid {
    float: left;
}

.pro-serarch-grid-left {
    float: left;
    width: 240px;
    margin: 10px;
}

.pro-serarch-grid-left img {
    /*width:240px;
	height:192px;*/
}

.pro-serarch-grid-right {
    float: left;
    margin: 10px 10px 10px 0;
    width: 310px;
}

.pro-title-uni {
    font-size: 22px;
    color: #008fee;
    vertical-align: top;
}

.pro-title-uni a {
    font-size: 22px;
    color: #008fee;
    vertical-align: top;
}

.pro-title-uni a:hover {
    font-size: 22px;
    color: #ff7010;
    vertical-align: top;
}

.pro-title-uni a:focus {
    font-size: 22px;
    color: #008fee;
    vertical-align: top;
}

.pro-uni-list-nav {
    margin-top: 10px;
}

.btn-structur-nav {
    float: right;
    margin-left: 20px;
}

.btn-no-structure-left {
    list-style: none;
    border: none;
    width: 16px;
    height: 12px;
    background: url(../png/btn-structure-left.png) no-repeat 0 0px;
    vertical-align: middle;
}

.btn-no-structure-left.disabled,
.btn-no-structure-left[disabled],
fieldset[disabled] .btn-no-structure-left,
.btn-no-structure-left.disabled:hover,
.btn-no-structure-left[disabled]:hover,
fieldset[disabled] .btn-no-structure-left:hover,
.btn-no-structure-left.disabled:focus,
.btn-no-structure-left[disabled]:focus,
fieldset[disabled] .btn-no-structure-left:focus,
.btn-no-structure-left.disabled:active,
.btn-no-structure-left[disabled]:active,
fieldset[disabled] .btn-no-structure-left:active,
.btn-no-structure-left.disabled.active,
.btn-no-structure-left[disabled].active,
fieldset[disabled] .btn-no-structure-left.active {
    width: 16px;
    height: 12px;
    background: url(../png/btn-no-structure-left.png) no-repeat 0 0px;
    vertical-align: middle;
}

.btn-no-structure-right {
    list-style: none;
    border: none;
    width: 16px;
    height: 12px;
    background: url(../png/btn-structure-right.png) no-repeat 0 0px;
    vertical-align: middle;
}

.btn-no-structure-right.disabled,
.btn-no-structure-right[disabled],
fieldset[disabled] .btn-no-structure-right,
.btn-no-structure-right.disabled:hover,
.btn-no-structure-right[disabled]:hover,
fieldset[disabled] .btn-no-structure-right:hover,
.btn-no-structure-right.disabled:focus,
.btn-no-structure-right[disabled]:focus,
fieldset[disabled] .btn-no-structure-right:focus,
.btn-no-structure-right.disabled:active,
.btn-no-structure-right[disabled]:active,
fieldset[disabled] .btn-no-structure-right:active,
.btn-no-structure-right.disabled.active,
.btn-no-structure-right[disabled].active,
fieldset[disabled] .btn-no-structure-right.active {
    width: 16px;
    height: 12px;
    background: url(../png/btn-no-structure-right.png) no-repeat 0 0px;
    vertical-align: middle;
}

.struc-big {
    display: block;
    margin: 0 auto;
}

.bigstruc {
    margin-top: 50px;
}

.bigstruc-detail {
    margin-top: 80px;
}

.safeinfo {
    margin-top: 30px;
    font-weight: 700;
}

.info-cell {
    height: 100%;
    background: #fff;
    padding: 0 10px;
    float: left;
    /*	margin-top:15px;
*/
}

/*.info-cell a{
	display:block;
	background:#fafafa;
	padding: 5px;
	color: #34495e;
}
.info-cell a:hover{
	display:block;
	background:#1e90ff;
	color: #fff;
	padding:5px;
}*/
.item-info-cell {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 30px;
}

.span-left {
    float: left;
    width: 160px;
    text-indent: 5px;
    margin-right: 5px;
}

.span-right {
    float: left;
    width: 500px;
}

.item-info-cell b {
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    /*	display:block;*/
}

.item-info-more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    display: block;
    background: #ff7010;
    /*	border:1px solid #ff8e3a;*/
    text-align: center;
    color: #fff;
    margin: -1px -1px -1px;
}

.item-info-more a {
    /*padding:10px 15px;*/
    padding: 7px 10px;
    color: #fff;
    display: block;
}

.item-info-more a:hover {
    color: #fff;
    background: #feb179;
    display: block;
}

.item-info-more a:focus {
    color: #fff;
}

.pic-cell {
    text-align: center;
}

.detail-cell {
    padding-top: 10px;
}

.infotitle {
}

.infocontent {
    line-height: 20px;
    /*font-weight:700;*/
    display: block;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infocontent-list {
    line-height: 20px;
    /*font-weight:700;*/
    display: inline-block;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infocontent-grid {
    line-height: 20px;
    /*font-weight:700;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infobottom-grid {
    display: block;
    margin-top: 5px;
}

.infocontent-grid a {
    color: #34495e;
}

.compname, .propack {
    display: block;
    padding-bottom: 0px;

}

.compname a, .propack {
    color: #34495e;
}

.xian {
    color: #1ABC9C;
}

.qi {
    color: #999;
}

.act-list li a {
    color: #34495e;
}

.act-list a:hover,
.act-list a:focus {
    color: #ff7011;
    text-decoration: none;
}

.qseek-act {
    background: url("../png/icon_act.png") 0 1px no-repeat;
    padding: 0px 25px;
    font-size: 16px;
}

.q-act {
    background: url("../png/icon_act.png") 0 0px no-repeat;
    padding-left: 16px;
}

.c-act {
    background: url("../png/icon_act.png") 0 -16px no-repeat;
    padding-left: 16px;
}

.s-act {
    background: url("../png/icon_act.png") 0 -48px no-repeat;
    padding-left: 16px;
}

.f-act {
    background: url("../png/icon_act.png") 0 -32px no-repeat;
    padding-left: 16px;
}

.co-act {
    background: url("../png/icon_act.png") 0 -64px no-repeat;
    padding-left: 16px;
}

.d-act {
    background: url("../png/icon_act.png") 0 -80px no-repeat;
    padding-left: 16px;
}

.item-tip {
    display: inline-block;
    width: 100%;
    line-height: 18px;
    /*margin-top:10px;*/
}

.item-tipsec {
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

.tip {
    color: #898989;
    background: #F4F4F4;
    display: none; /*--Hides by default--*/
    padding: 10px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #5E5050;
    line-height: 24px;
}

.career-tipbg {
    padding-left: 30px;
    background: url(../png/icon-bell.png) no-repeat;
}

.dl-tip {
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 16px;
    height: 28px;
    font-weight: normal;
    margin-right: 10px;

}

.dd-tip {
    /*	margin-left: 60px;*/
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 16px;
    height: 38px;
}

.dl-tal {
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-right: 10px;
    color: #7f7f7f;

}

.dd-tal {
    /*	margin-left: 60px;*/
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 26px;
    display: table;
}

.dd-tal-ellipsis {
    display: block;
    width: 590px;
    word-wrap: break-word;
}

.por-list-tip {
    float: left;
    color: #5a5a5a;
    font-size: 14px;
}

.por-list-tal {
    float: left;
    width: 250px;
    color: #5a5a5a;
    font-size: 14px;
}

.specnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.specnav li {
    float: left;
    list-style: none;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.specnav li a {
    padding: 8px 5px;
    display: inline-block;
    border: 1px solid #efefef;
}

.specnav li a:hover {
    display: inline-block;
    border: 1px #ff7011 solid;
}

.specurrent {
    /*padding:7px 5px;*/
    display: inline-block;
    /*border:2px solid #ff7011;*/
    background: url(../png/checkicon.png) no-repeat right bottom;
}

.priceit {
    float: left;
    font-size: 22px;
    font-weight: normal;
    color: #ff7011;
    /*	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
*/
}

.strImg {
    height: auto;
    max-width: 100%;
}

.dd-seek {
    float: left;
    text-align: center;
    background: #feb179;
    border: 1px solid #ff8e3a;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    margin: 0px 50px;
    display: block;
}

.dd-seek a {
    padding: 5px 15px;
    color: #000;
    display: block;

}

.dd-seek a:hover {
    padding: 5px 15px;
    display: block;
    background: #ff7011;
    color: #000;

}

.table-incondensed {
    margin: 0;
    padding: 0;
    /*	border:none;*/
    width: 100%;
}

.table-incondensed td {
    border-bottom: thin solid #e3e3e3;
    padding: 7px;
}

.table-incondensed th {
    /*height:32px;
	line-height:32px;*/
}

.buybtnnav {
    margin: 20px 20px 20px 0px;

}

.actionbuy {
    float: left;
    margin-right: 20px;
}

.prodescripe {
    float: left;

}

.detail_content {
    line-height: 24px;
}

.prodescripe ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prodescripe li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
    font-size: 14px;
}

.title-uni {
    width: 100%;
    display: block;
    /*border-bottom: 1px solid #e7e9ec;*/
}

.info-compond-uni {
    /*	margin-top: 10px;*/
    margin-bottom: 30px;
    background: #ffffff;
}

.act-top {
    margin-top: 15px;
    margin-bottom: 15px;
}

.action-customer {
    display: block;
    padding: 15px 0;
}

.package_price {
    margin-right: 1em;
    background: #eee;
    color: #000;
}

.filterbar-layout {
    margin: 10px 0;

    padding: 0px 8px;
    min-height: 42px;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    /*	margin-bottom: 10px;*/
}

.filterbar {
    min-height: 42px;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    text-indent: 3px;
    padding-top: 6px;
}

.fliter-inline {
    display: block;
    float: left;
    padding-right: 50px;
}

.graylabel {
    color: #666;
    font-size: 13px;
    /*float: left;*/
}

.filterlabel {
    padding-left: 15px;
    min-width: 100px;
}

.filterbox {
    /*padding-top: 6px;*/
    display: block;
    height: 40px;
}

.dotteddivider {
    height: 1px;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #e1e1e1;
}

.sort-cell {
    padding-right: 10px;
}

.listdivider {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px solid #dddddd;
}

.product-fav {
    padding: 10px;
}

.detail-action {
    padding-left: 20px;
    padding-bottom: 10px;
}

.packorder {
    background: #F4F4F4;
    padding: 10px;
    margin-top: 10px;
}

.lasttd {
    border-bottom: 1px dotted #dddddd;
}

.productinfonav {
    float: left;
    margin-top: 30px;
    width: 100%;
    background: #fff;
}

.commentbar {
    margin-top: 30px;
    padding-top: 6px;
    padding-left: 8px;
    min-height: 42px;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.commentnum {
    line-height: 48px;
    color: #999;
    padding-left: 10px;
}

.produnct-rate-firet {
    line-height: 48px;
}

h3 {
    /*border-bottom: 2px solid #D7D7D7;*/
}

.package_price {
    margin-right: 1em;
    background: #eee;
    color: #000;
}

.origin-price {
    color: #888888;
    text-decoration: line-through;
    /*font-family: "Helvetica Neue", Helvetica, Arial;*/
}

.table-key {
    width: 100%;
}

.table-key th {
    text-align: right;
    padding-right: 10px;
}

.symbol {

}

.symbol img {
    width: 25px;
    height: 25px;
}

.order .form-control {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 1.467;
    padding: 2px 12px;
}

.compound-key li {
    width: 30%;
    margin-right: 1em;
    padding-top: 6px;
}

.product-spec {
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    display: block;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 10px;
}

.uniproduct-spec {
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    display: block;
    margin-bottom: 10px;
}

.produnct-rate-firet li {
    margin-right: 1em;
}

.produnct-rate-firet input {
    margin-top: 8px;
}

.nav-customeradmin {
    padding: 20px 10px;
}

.convehistory {
    height: 540px;
    margin-top: 20px;
    display: block;
    padding: 20px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.friendslist {
    height: 460px;
    line-height: 26px;
    padding-left: 6px;
    display: block;
    overflow-y: scroll;
}

.temfriendslist {
    max-height: 190px;
    overflow: auto;
    overflow-x: hidden;

}

.temfriendslist li,
.friendslist li,
.chatboxheader b,
.user-block {
    line-height: 24px;
    display: block;
    padding-left: 24px;
    background: url("../png/avatar_small_test.png") no-repeat;
}

.temfriendslist li.offline,
.chatboxheader b.offline {
    line-height: 24px;
    display: block;
    padding-left: 24px;
    background: url("../png/avatar_small_test_gray.png") no-repeat;
}

.friendslist a {
    color: #000;
}

.friendslist a:hover,
.friendslist a:focus
{
    padding-left: 5px;
}

.re-list-ico {
    display: block;
    padding-left: 26px;
    background: url("../png/re_list.png") no-repeat;
    line-height: 24px;
}

.closecol {
    /*position: absolute;*/
    float: left;
}

.historybox {
    height: 460px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #eee;
    overflow-y: scroll;
}

.historytime {
    display: inline-block;

    color: #ccc;
    font-size: 12px;
    padding: 0 5px 0 0px;
}

.friendtalk {
    clear: both;
    width: 90%;
    color: #bd3d3d;
    text-align: left;
}

.mytalk {
    clear: both;
    width: 90%;
    color: #555;
    text-align: right;
}

.chatbox {
    width: 480px;
    height: 445px;
    display: block;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.chatboxheader {
    line-height: 20px;
    padding: 8px;
    display: block;
    border-bottom: 1px solid #eee;
}

.chatbox-l {
    display: inline-block;
    padding: 12px;
    float: left;
    height: 280px;
    width: 340px;
    border-right: 1px solid #eee;
    overflow-y: scroll;
}

.chatbox-r {
    display: inline-block;
    line-height: 18px;
    padding: 8px;
    height: 280px;
    width: 140px;
}

.chatbox-bottom {
    clear: both;
    padding: 8px;
    width: 480px;
    height: 82px;
    border-top: 1px solid #eee;
}

.chatbox-type {
    width: 330px;
    height: 78px;
    resize: none;
    float: left;
    overflow-y: scroll;
}

.chatbox-type button {
    line-height: 78px;
}

.chatbutton {
    padding-top: 10px;
}

.nav-adv {
    width: 100%;
    margin-top: 30px;
    list-style: none;
    display: block;
    background: url("../png/adv_bg.png") no-repeat 5px 5px #F4F4F4;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 60px;

}

.nav-adv li {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding-left: 10px;
    display: table-cell;
    width: 1%;
}

.adv-item {
    padding: 30px;
}

.nav-adv > .active > a,
.nav-adv > .active > a:hover,
.nav-adv > .active > a:focus {
    font-weight: 700;
}

.noresults {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: center;
}

.noresults span {
    font-size: 18px;
    line-height: 128px;
    display: block;
    vertical-align: middle;
    height: 128px;
    background: url("../png/no_res.png") no-repeat;
    padding-left: 128px;
}

.tags-pro {
    margin: 40px 0 30px 0;
    padding-left: 40px;
    color: #fff;
    background: url("../png/tags_pro.png") no-repeat;
}

.noresults-error {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
    margin-top: 60px;
}

.noresults-error span {
    font-size: 18px;
    line-height: 280px;
    display: block;
    vertical-align: middle;
    height: 250px;
    background: url("../jpg/no_error.jpg") no-repeat;
    padding-left: 210px;
    margin-bottom: 30px;
}

.giftstorehead-bgnav {
    width: 100%;
    float: left;
    background: #f8f8f8;
}

.giftstorehead {
    display: block;
    padding-top: 10px;
    width: 1180px;
    margin: 0 auto;
}

.giftstorehead-left {
    display: block;
    float: left;
    width: 50%;
}

.giftstorehead-right {
    display: block;
    float: right;
    width: 50%;
}

.gift-menu-nav {
    width: 100%;
    height: 40px;
    background: #ce0000;
    float: left;
}

.gift-menu {
    width: 1180px;
    margin: 0 auto;
}

.gift-first-menu {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #f0b3b3;
    border-right: 1px solid #f0b3b3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.gift-main-menu {
    width: 600px;
    float: left;
}

.gift-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gift-main-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display:block;
}

.gift-main-menu ul li a {
    float: left;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #f0b3b3;
}

.gift-main-menu ul li a:hover {
    background: #9b0000;
}

.gift-main-menu ul li ul li {
    float: left;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #f0b3b3;
    background: #cb0000;
}

.gift-main-menu ul li ul li a {
    float: left;
    display: block;
    width: 119px;
    height: 36px;
    line-height: 36px;
    border-right: none;
}

.gift-main-menu ul li ul li a:hover {
    float: left;
    display: block;
    width: 119px;
    height: 36px;
    line-height: 36px;
    background: #9b0000;
}

.gift-sun-menu {
    width: 119px;
    background: #cb0000;
    position: relative;
    z-index: 99;
}

.gift-it {
    font-family: "Monotype Corsiva";
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
    color: #fff;
}

.gift-end-menu {
    float: left;
    width: 199px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #f0b3b3;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.gift-end-menu span a {
    float: left;
    width: 179px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../png/icon-giftbag.png) no-repeat;
    padding-left: 8px;
}

.gift-end-menu span a:hover {
    float: left;
    width: 179px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../png/icon-giftbaga.png) no-repeat;
    padding-left: 8px;
}

.gift-new-menu {
    float: left;
    width: 199px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #f0b3b3;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.gift-new-menu a {
    float: left;
    width: 199px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #cb0000;
    border-right: 1px solid #f0b3b3;
}

.gift-new-menu a:hover {
    float: left;
    width: 199px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #4c4c4c;
    border-right: 1px solid #f0b3b3;
}

.container-change-right {
    display: block;
    /*	position:fixed;
	top:180px;
	right:92px;
*/
    width: 180px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.on-sign-nav {
    width: 100%;
    text-align: center;
}

.on-sign-info {
    width: 100%;
    text-align: center;
}

.on-sign-info span {
    width: 100%;
    text-align: center;
}

.on-sign-menu {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.on-sign-free {
    float: left;
    width: 100%;
    margin-left: 28px;
}

.on-sign-menu ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.on-sign-menu ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: 32px;
}

.on-sign-menu ul li a {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #555;
}

.container-change-left {
    width: 1000px;
    float: left;
    display: block;
}

.money-banner-nav {
    float: left;
}

.product-sort-menu {
    float: left;
    width: 200px;
    height: 396px;
    background: #fafafa;
    border: 2px solid #ce0000;
    border-top: none;
}

.product-sort-menu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    width: 100%;
}

.product-sort-menu ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.product-sort-menu dt {
    background: url(../png/change_sprite.png) no-repeat 164px -1786px;
}

.product-sort-menu dt a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    /*padding-left:70px;*/
    padding-left: 56px;
    text-align: left;
    background: url(../png/change_sprite.png) no-repeat 999px 999px;
}

.product-sort-menu dt a:hover {
    color: #cb0000;
    font-weight: bold;
}

.product-sort-menu .item9 dt a {
    background-position: 16px -1278px;
}

.product-sort-menu .item1 dt a {
    background-position: 16px -1315px;
}

.product-sort-menu .item2 dt a {
    background-position: 16px -1352px;
}

.product-sort-menu .item3 dt a {
    background-position: 16px -1387px;
}

.product-sort-menu .item4 dt a {
    background-position: 16px -1424px;
}

.product-sort-menu .item5 dt a {
    background-position: 16px -1459px;
}

.product-sort-menu .item6 dt a {
    background-position: 16px -1494px;
}

.product-sort-menu .item7 dt a {
    background-position: 16px -1532px;
}

.product-sort-menu .item8 dt a {
    background-position: 16px -1568px;
}

.product-sort-menu .item10 dt a {
    background-position: 16px -1602px;
}

.product-picshow {
    float: left;
    width: 599px;
    height: 396px;
    background: #fafafa;
}

.product-right {
    width: 200px;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid rgb(235, 235, 235);
    border-right: 1px solid rgb(235, 235, 235);
    float: right;
}

.product-right a {
    text-decoration: none;
}

.product-right .box {
    height: 99px;
    color: rgb(140, 140, 140);
    text-decoration: none;
    border-bottom-color: rgb(235, 235, 235);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

.product-right .box dt {
    left: 10px;
    top: 20px;
    width: 100px;
    color: rgb(153, 153, 153);
    position: absolute;
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
}

.product-right .box dd {
    height: 80px;
    padding: 9px 2px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}

.product-right .box dd img {
    width: 80px;
    height: 80px;
    margin: 0px 0px 0px auto;
    display: block;
    transition: 0.3s;
    left: 0px;
    position: relative;
}

.product-right .box dt b {
    margin: 0px 0px 5px;
    color: rgb(51, 51, 51);
    display: block;
}

.shake_hover img {
    transition: 0.3s;
    left: 0px;
    position: relative;
}

a:hover .box dd img {
    left: -5px;
}

.product-right.box dd a:hover img {
    left: -5px;
}

.product-change-title {
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #cb0000;
}

.logo-giftstore {
    background: url("../png/logo_giftstore.png") no-repeat;
    text-indent: -9999px;
    display: block;
    height: 78px;
    width: 433px;
}

.intstat {
    display: block;
    float: right;
    margin-top: 20px;
}

.statnum {
    display: inline-block;
    margin-left: 20px;
}

.storenav {
    float: left;
    display: block;
    line-height: 42px;
    text-align: center;
    width: 260px;

}

.gift-cell {
    display: block;
    border: 1px solid #e6e7e8;
    padding: 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.gift-cell:hover, .gift-cell:focus, .gift-cell:active {
    border: 1px solid #FFA54D;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

}

.gift-cell-img {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: 10px 0;
    vertical-align: middle;
    float: left;
    overflow: hidden;
}

.gift-cell-img img {
    max-height: 160px;
    max-width: 180px;
    margin: 0 auto;
}

.giftname {
    height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.btn-chemaxon {
    color: #000000;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
}

.btn-chemaxon:hover, .btn-chemaxon:focus, .btn-chemaxon:active {
    color: #ffffff;
    border: 1px solid #FFA245;
    background: #FFA245;
}

.giftstock {
    color: #fff;
    margin:0;
    padding: 1px 2px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 10px;
    background: #ff7010;

}

.giftimg {
    width: 400px;
    height: 400px;
    text-align: center;
}

.giftimg img {
    max-width: 400px;
    max-height: 400px;
}

.chemtitle {
    text-indent: 0.5em;
}

.giftinfo {
    display: block;
    min-height: 180px;
    padding-bottom: 20px;
}

.giftnum {
    width: 60px;
    display: inline-block;
}

.introtext {
    display: block;
    padding: 20px;
}

.giftbutton1, .giftbutton2 {
    font-family: "microsoft yahei";
    display: block;
    width: 128px;
    height: 128px;
    text-align: center;
    line-height: 128px;
    color: #3a0303;
    font-size: 16px;
    font-weight: 700;
}

.giftbutton1 {
    background: url("../png/giftbutton1.png") no-repeat;
}

.giftbutton2 {
    background: url("../png/giftbutton2.png") no-repeat;
}

.giftbutton1:hover, .giftbutton1:focus, .giftbutton1:active, .giftbutton2:hover,
.giftbutton2:focus, .giftbutton2:active {
    color: #000000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.point-stat {
    display: block;
    background: #62CCC4;
    padding: 20px 40px;
    margin-top: 15px;
    margin-bottom: 15px
}

.total-point {
    color: rgb(231, 76, 60);
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 38px;
}

.invitewrap {
    background-color: #d64834;
    display: block;
}

.inviterule {
    width: 800px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}

.inviterule span {
    color: #333;
}

.inviterule span b {
    color: #ffda31;
}

.ruletitle {
    display: block;
    background: #ffda31;
    padding: 10px 10px;
    color: #000;

}

.rulenote {
    margin-left: 10px;
}

.inviteact {
    display: block;
    height: 60px;
    margin-top: 20px;
}

.invitelink {
    margin-left: 5px;
}

.invitemail {
    color: #000;
    padding: 100px 70px 0 50px;
    width: 800px;
    height: 471px;
    background: url("../png/mailbg.png") no-repeat;
}

.invitemail p
    /*end main-customer*/
    /*main-admin*/
.main-left-admin {

}

.main-right-admin {

    background: #fff;
}

.nav-admin {
    /*margin-top: 20px;*/
}

.nav-list-group {
    padding-left: 0;

}

.nav-list-group-item {
    position: relative;
    display: block;
    padding: 10px 25px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border-bottom: 1px dotted #dddddd;
}

.nav-list-group-item:first-child {

}

.nav-list-group-item:last-child {
    margin-bottom: 0;

}

.nav-list-group-item > .badge {
    float: right;
}

.nav-list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.nav-list-group-item {
    color: #555555;
    border-top: 1px dashed #d8d8d8;
    background: #f5fafe;
}

a.nav-list-group-item .nav-list-group-item-heading {
    color: #333333;
}

a.nav-list-group-item:hover,
a.nav-list-group-item:focus {
    text-decoration: none;
    background-color: #fff;
}

a.nav-list-group-item.active,
a.nav-list-group-item.active:hover,
a.nav-list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    border-color: #efefef;
    background: #ff7011;
}

a.nav-list-group-item.active .nav-list-group-item-heading,
a.nav-list-group-item.active:hover .nav-list-group-item-heading,
a.nav-list-group-item.active:focus .nav-list-group-item-heading {
    color: inherit;
}

a.nav-list-group-item.active .nav-list-group-item-text,
a.nav-list-group-item.active:hover .nav-list-group-item-text,
a.nav-list-group-item.active:focus .nav-list-group-item-text {
    color: #e1edf7;
}

.nav-list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.nav-list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.nav-item {
    /*margin-top: 5px;
	margin-bottom: 5px;*/
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #fafafa;
    background: #fff;
    display: block;
    text-indent: 35px;
    background: url("../png/icon-pro.png") no-repeat 10px;

}

.nav-item a {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.nav-item a:hover {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    display: block;
    /*	background:#ff7011;
*/
    color: #ff7011;
}

.icon-ordernew {
    background: url("../png/icon-order.png") no-repeat 10px;
}

.icon-pro {
    background: url("../png/icon-pro.png") no-repeat 10px;
}

.icon-buyer {
    background: url("../png/icon-buyer.png") no-repeat 10px;
}

.icon-supplier {
    background: url("../png/icon-supplier.png") no-repeat 10px;
}

.icon-info {
    background: url("../png/icon-info.png") no-repeat 10px;
}

.icon-ask {
    background: url("../png/icon-ask.png") no-repeat 10px;
}

.icon-book {
    background: url("../png/icon-book.png") no-repeat 10px;
}

.icon-nav {
    background: url("../png/icon-ie.png") no-repeat 10px;
}

.icon-fav {
    background: url("../png/icon-fav.png") no-repeat 10px;
}

.icon-money {
    background: url("../png/icon-money.png") no-repeat 10px;
}

.icon-rss {
    background: url("../png/icon-rss.png") no-repeat 10px;
}

.icon-exellent {
    background: url("../png/icon-exellent.png") no-repeat 10px;
}

.icon-teacher {
    background: url("../png/icon-teacher.png") no-repeat 10px;
}
.icon-history {
    background: url("../png/icon-history.png") no-repeat 10px;
}

.nav-active a,
.nav-item a:hover,
.nav-item a:focus {
    /*padding-left: 10px;*/
    /*	background: url("../css/images/nav_admin_bg.png") no-repeat;
*/

}

.nav-accordion {
    /*padding-left: 15px;*/
}

.menu-left-admin {
    line-height: 30px;

}

.layout-left-admin {
    padding: 20px 0 20px 10px;
    display: block;
    background: #F4F4F4;
    border-radius: 0 0 6px 6px;
}

.layout-right-admin {
    padding-top: 15px;
    min-height: 590px;
}

.content-admin {
    padding-left: 20px;
}

.title-list {
    position: relative;
    background: #1abc9c;
    background-size: 16px 16px;
    border-radius: 6px 6px 0 0;
    color: #34495e;
    padding: 19px 25px 20px;
    margin-top: 10px;
}

.list-nav {

    line-height: 24px;
}

.mainnav {
    font-weight: 700;
    font-size: 13px;
    margin-left: -60px;
}

.mainnav a {
    /*color: #333; */
    color: #5e5050;
    /*padding-left: 10px;*/
}

.mainnav-active a {
    display: block;
    color: #F13838;
    padding-left: 10px;
    border-right: 1px solid #1ABC9C;
}

.mainnav-active a:hover {
    text-decoration: none;
}

.subnav-left-admin {
    list-style: none;
    line-height: 24px;
    font-size: 12px;
}

.logo-nav {
    margin-top: 30px;
}

.logo-index {
    /*float:left;
	margin-left:325px;*/
}

.gift-nav {
    float: left;
    margin: 0px 20px;
}

.gift-nav span a {
    display: block;
    padding: 0px 2px;
    background: #ff7011;
    color: #fff;
    line-height: 16px;
    margin-top: 4px;
}

.gift-nav span a:hover {
    display: block;
    padding: 0px 2px;
    background: #e50075;
    color: #fff;
}

.subnav-left-admin a {
    color: #787878;
}

.subnav-left-admin a:hover {
    color: #F13838;
}

.subnav a {
    color: #F13838;
    display: block;
    border-right: 1px solid #1ABC9C;
}

.subnav a:hover {
    text-decoration: none;
}

.breadnav {
    margin-bottom: 10px;
    border-bottom: solid 1px #e4e4e4;
}

.breadnav-singlepage {
    line-height: 30px;
    width: 100%;
    height: 30px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #E4E4E4;
}

.main-singlepage-admin {
    max-width: 980px;
    margin-top: 20px;
}

.sketch-singlepage {
    border: 2px solid #a9dfeb;
    border-radius: 6px;

    margin-bottom: 20px;
    padding: 10px;
    min-height: 400px;
}

.tablecell-200 {
    max-width: 200px;
}

.resume ul li {
    padding-right: 20px;
}

.resume ul li span,
.resume dl dt {
    color: #999;
    font-weight: normal;
}

.resume, .ordertable, .carttable, .inquitable {
    color: #000;
    display: block;
    padding: 15px 20px;
    background: #fff;
    /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    /*-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    /*box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
}

.suc-carttable {
    color: #888;
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 50px;
}

.suc-cartp {
    font-size: 14px;
    line-height: 28px;
}

.suc-cartp a {
    color: #008fee;
}

.suc-cartp a:hover {
    color: #ff7011;
}

.sal-list {
    height: 160px;
    overflow: auto;
    margin-left: 30px;
    text-align: left;

}

.cas-list {
    padding-left: 10px;
    margin-bottom: 5px;

}

.cas-list li {
    text-align: left;
    line-height: 20px;
}

.cas-info {
    text-align: left;
    line-height: 28px;
    margin-left: 15px;
}

.rate-list-append {
    padding-left: 10px;

}

.carttable-main {
    color: #000;
    display: block;
    padding: 0px 0px;
    background: #fff;
}

.resumetitle {
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}

.logo_upload_big {
    width: 120px;
    /*	height: 100px;
*/
    margin: 10px 0;
    box-shadow: 5px 5px 5px 0px lightgray;
}

.avataraction {
    font-size: 14px;
}

.subdiscr a {
    color: #999;
    font-size: 10px;
}

.tabswitch {
    padding-top: 20px;

}

#autoupload {
    padding-top: 40px;
}

.pprogress {
    padding: 15px 0 10px 0;
}

.pprogress li a {

    background: #E4E4E4;
}

.pprogress li.active a, .pprogress li a:hover, .pprogress li a:focus {
    background: #E4E4E4;

}

.address-list {
    line-height: 40px;
    margin-left: 35px;
    float: left;
}

.post-list {
    float: left;
    margin-right: 40px;
}

.invonav {
    height: 40px;
}

.page-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    clear: both;
}

.page-divider-none {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff;
    clear: both;
}

.page-divider-dotted {
    display: block;
    height: 1px;
    color: #ffffff;
    border-top: 1px dotted #e5e5e5;
}

.input-group-close {
    position: relative;
    padding-right: 60px;

}

.input-group-u, .input-group-label {
    position: absolute;
    right: 0px;
    width: 60px;

}

.input-close, .input-group-close {
    /*width: 100%;*/
}

.input-close-filter {

    display: inline-block;
    border: 1px solid #d8d8d8;
    color: #34495e;
    line-height: 3px;
    /*height: 28px;*/
    /* -webkit-appearance: none;*/
}

.input-close-filternew {

    display: inline-block;
    border: 1px solid #d8d8d8;
    color: #34495e;
    line-height: 28px;
    height: 28px;
    /* -webkit-appearance: none;*/
}

.input-close, .input-group-u {

    width: 50px;
    float: left;
    display: inline-block;
    border: 1px solid #d8d8d8;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.467;
    height: 28px;
    /* -webkit-appearance: none;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.input-close:focus, .input-group-u:focus, .input-close-filter:focus {
    border-color: #ff7011;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.addconf {
    padding-right: 50px;
    margin: 0 auto;
    display: block;

}

.addconf-right {
    padding-right: 0px;
    margin: 0 auto;
    display: block;

}

.confitem {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.confword {
    display: inline-block;
    font-size: 12px;
}

.dashboard {
    position: relative;
    display: block;
    padding: 15px 20px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.dashboard-inpage {
    position: relative;
    display: block;
    padding: 15px 20px;
}

.dashboard-high {
    height: 500px;
}

.dashboard-middle {
    height: 400px;
}

.dashboard-low {
    height: 300px;
}

.dashtitle {
    margin-bottom: 20px;
}

.dashpic {
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.dashpic1 {
    background: url("../png/dash_title.png") no-repeat 0 0;
}

.dashpic2 {
    background: url("../png/dash_title.png") no-repeat -50px 0;
}

.dashpic3 {
    background: url("../png/dash_title.png") no-repeat -100px 0;
}

.dashpic4 {
    background: url("../png/dash_title.png") no-repeat -150px 0;
}

.dashpic5 {
    background: url("../png/dash_title.png") no-repeat -300px 0;
}

.dashpic6 {
    background: url("../png/dash_title.png") no-repeat -350px 0;
}

.dashpic7 {
    background: url("../png/dash_title.png") no-repeat -400px 0;
}

.dashpic8 {
    background: url("../png/dash_title.png") no-repeat -450px 0;
}

.dashpic9 {
    background: url("../png/dash_title.png") no-repeat -500px 0;
}

.taskitem {
    border-top: 1px dotted #ccc;
    line-height: 18px;
    padding: 5px 0;
    display: block;
}

.safetyitem {
    display: block;
    padding: 10px 0px;
}

.table-subid {
    padding: 0 50px;
}

.collasedhead {
    display: block;
}

.storescore, .combox {
    display: block;
    background: #fafafa;
    padding: 20px 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px dashed #efefef;

}

.storescore label {
    color: #999;
}

.subitem {
    color: #ccc;
    margin-left: 15px;
}

.lnum, .rper {
    display: inline-block;
    width: 200px;
}

.positive, .moderate, .negative {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.positive {
    background: url("../png/positive.png") no-repeat;
}

.moderate {
    background: url("../png/moderate.png") no-repeat;
}

.negative {
    background: url("../png/negative.png") no-repeat;
}

.forcom a {
    display: block;
    padding: 10px;
}

.forcom a:hover, .forcom a:focus, .forcom a:active, .forcom .active {
    border: 1px solid #1ABC9C;

}

.comtip {
    display: block;
    margin-bottom: 20px;
}

/* starbox */
.starbox {
    display: block;
    height: 30px;
}

.fl {
    float: left;
    display: inline;
}

.s_name {
    float: left;
    display: block;
    width: 100px;
    text-align: left;
    line-height: 25px;
}

.star_ul {
    list-style: none;
    background: url(../png/star.png) no-repeat 0 -150px;
    width: 132px;
    z-index: 10;
    position: relative;
    height: 25px;
}

.star_ul li {
    float: left;
    margin-right: 1px;
    width: 25px;
    height: 25px;
}

.star_ul li a {
    display: block;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -999em;
}

.star_ul li .active-star {
    background: url(../png/star.png) no-repeat;
}

.star_ul li .one-star {
    width: 25px;
    background-position: 0 -120px;
    z-index: 50;
}

.star_ul li .two-star {
    width: 51px;
    background-position: 0 -90px;
    z-index: 40;
}

.star_ul li .three-star {
    width: 79px;
    background-position: 0 -60px;
    z-index: 30;
}

.star_ul li .four-star {
    width: 105px;
    background-position: 0 -30px;
    z-index: 20;
}

.star_ul li .five-star {
    width: 129px;
    margin-right: 0;
    background-position: 0 0;
    z-index: 10;
}

.s_result {
    padding: 6px 0 0 5px;
}

.square_ul {
    background: url(../png/star.png) no-repeat 0 -222px;
    width: 146px;
    z-index: 10;
    position: relative;
    height: 20px;
}

.square_ul li {
    float: left;
    margin-right: 1px;
    width: 29px;
    height: 20px;
}

.square_ul li a {
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -999em;
}

.square_ul li .active-square {
    background: url(../png/star.png) no-repeat;
}

.square_ul li .square-1 {
    width: 29px;
    background-position: 0 -243px;
    z-index: 50;
}

.square_ul li .square-2 {
    width: 58px;
    background-position: 0 -264px;
    z-index: 40;
}

.square_ul li .square-3 {
    width: 87px;
    background-position: 0 -285px;
    z-index: 30;
}

.square_ul li .square-4 {
    width: 116px;
    background-position: 0 -306px;
    z-index: 20;
}

.square_ul li .square-5 {
    width: 145px;
    margin-right: 0;
    background-position: 0 -327px;
    z-index: 10;
}

.s_result_square {
    padding: 4px 0 0 9px;
}

/*end main-admin*/
/*end main*/

/*footer*/
/*footer-customer*/
.footer-index {
    height: 60px;
    padding-top: 20px;
    width: 100%;
    background: #F4F4F4;
    /*border-top: 1px solid #E4E4E4;*/
    display: inline-block;
    position: fixed;
    bottom: 0px;
}

.footer-customer {
    width: 100%;
    /*background: #F4F4F4;*/
    /*border-top: 1px solid  #E4E4E4;*/
    display: inline-block;
}

.mainfooter-customer {
    width: 100%;
    background: #F4F4F4;
    border-top: 1px solid #E4E4E4;
    display: inline-block;
    height: 60px;
}

.footer-customer ul li a {
    line-height: 26px;
    display: inline-block;
    color: #fff;
    margin-top: 8px;
}

.footer-customer ul li a:hover {
    color: #ff7010;
}

/*end footer-customer*/
/*end footer*/

/*add by jsz*/
/*add by jszhang*/
/*.container {
    min-width: 1190px;
}*/

.main-right-admin {
    padding-top: 0px;
    min-height: 590px;
}

h3 {
    /*	border-bottom: 2px solid #D7D7D7;*/
}

.package_price {
    margin-right: 1em;
    background: #eee;
    color: #000;
}

.price {
    color: #ff7011;
    font-size: 16px;
    font-weight: bold;
    /*	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.total-price {
    color: #ff7011;
    font-size: 13px;
    font-weight: bold;
    /*	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
*/
}

.unit-price {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    /*	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
*/
}

.base_price {
    color: #E56700;
}

.price dfn, .price em {
    margin-right: 2px;
    vertical-align: 3px;
    font: normal 12px Arial, Simsun;
}

.price strong {
    font-size: 16px;
}

.reward_points {
    color: #e74c3c;
}

.reduce_points {
    color: #2ecc71;
}

.table-key {
    width: 100%;
}

.table-key th {
    text-align: right;
    padding-right: 10px;
}

.symbol {

}

.symbol img {
    width: 25px;
    height: 25px;
}

.order .form-control {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 1.467;
    padding: 2px 2px 2px 12px;
}

.order_by_shop {
    border: 1px solid #ddd;

}

.compound-key li {
    width: 30%;
    margin-right: 1em;
    padding-top: 6px;
}

.produnct-rate-firet li {
    margin-right: 1em;
}

.produnct-rate-firet input {
    margin-top: 8px;
}

.progress.x_progress {
    height: 30px;
    line-height: 30px
}

.x_progress .progress-bar {
    line-height: 30px;
}

.x_progress .progress-bar-default {
    background-color: #ccc;
}

.checkbox-inline input {
    margin-top: 8px;
}

.nav-stacked label {
    margin: 0;
    line-height: 17px;
}

.nav-stacked label input {
    margin: 3px 1em 0 0;
}

.table-group tr.info {
    border-bottom: solid thin #bdc3c7;
    background-color: #bdc3c7;
}

.good_key .infocontent {
    width: 100%;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-inline {
    margin-bottom: 0;
}

.mainlist-inline {
    margin-bottom: 0;
}

.maintext-center {
    margin-top: 10px;
    text-align: center;

}

.cas_no {
    color: #2c3e50;
    font-size: 16px;
    padding: 5px 0px;

}

.casgroup span {
    display: inline-block;
    padding-right: 10px;
}

.bottom_fixed {
    position: fixed;
    bottom: 0;
}

.top_fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

#top_nav {
    line-height: 2.4;
}

.nav-tabs {
    margin-right: 3px;
}

.nav-tabs > li > a {
    padding: 10px 30px;
    color: #555;
    cursor: default;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDD;
}

.nav-tabs > li.active > a {
    padding-top: 15px;
    margin-top: -5px;
}

.buyernav-tabs {
    margin-right: 3px;
    border-bottom: 1px solid #ddd;
}

.buyernav-tabs > li > a {
    /*	padding: 10px 30px;*/
    color: #555;
    cursor: default;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDD;
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px;
}

.buyernav-tabs > li.active > a {
    /*	padding-top: 15px;
	margin-top: -5px;*/
}

.panel-tabs {
    background-color: transparent;
    border-top-width: 0;
    border-top-left-radius: 0;
}

.checkbox-inline {
    padding-top: 0px !important;
    padding-right: 1em !important;
}

.moveright {
    margin-left: 8px;
    margin-bottom: 10px;
}

.form-sm .form-group {
    margin-bottom: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #DDD;
    text-align: center;
}

.table > tbody > .deeptable > td {
    background: #f1c40f;
}

.btn-group > .btn-xs + .dropdown-toggle {
    padding: 7px 2px !important;
}

.table .list-unstyled {
    margin-bottom: 0;
}

.panel-actions {
    background: none repeat scroll 0 0 #ecf0f1;

}

.panel-actions .row {
    padding: 8px;

}

#top_nav th {
    text-align: center;
}

ul.actions li {
    padding-bottom: 5px;
}

.vertical-top td {
    vertical-align: top !important;
}

.table-hide-thead th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 0px !important;
    border-width: 0px !important;
}

.filter-box .form-group {
    margin-bottom: 5px;
}

.filter-box .list-inline {
    padding-top: 6px;
}

span.key {
    font-weight: bold;
}

.sorting_asc {
    background: url('../sort_asc.html') no-repeat center right;
}

.sorting_desc {
    background: url('../sort_desc.html') no-repeat center right;
}

.sorting {
    background: url('../sort_both.html') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../sort_asc_disabled.html') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../sort_desc_disabled.html') no-repeat center right;
}

.icon_sorting_asc {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url('../png/icon_sort_asc.png') no-repeat center right;
}

.icon_sorting_desc {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url('../png/icon_sort_desc.png') no-repeat center right;
}

.icon_sorting_both {
    width: 19px;
    height: 26px;
    display: inline-block;
    background: url('../png/icon_sort_both.png') no-repeat center right;
}

.bottom-border {
    border-bottom: 1px solid #D7D7D7;
    margin: 0 6px 1em 6px;
    padding-bottom: 1em;
}

.table_title span.actions {

}

.carousel_thin {
    padding: 12px 2.5em;
    border: 1px solid #D7D7D7;
}

.product_cell {
    position: relative;
    margin-top: 0px;
}

.cell_checkbox {
    position: absolute;
    top: 0;
    left: 4px;
}

.carousel_thin .carousel-control {
    width: 1em;
}

.carousel_thin .carousel-control .glyphicon-chevron-left {
    left: 0;
}

.carousel_thin .carousel-control .glyphicon-chevron-right {
    right: 0;
}

.tr-divider {
    height: 10px;
}

.inquiry-content .inquery-structure-img {
    width: 140px;
}

.inquiry-content .inquiry-product-info {
    width: 330px;
}

.order-content .order-structure-img {
    width: 120px;
}

.order-content .order-product-info {
    width: 230px;
}

select.input-sm {
    font-size: 13px;
}

.label {
    font-size: 100%;
    font-weight: 500;
    padding: 1px 6px;
}

.label-warning {
    background-color: #ffffbb;
    border: 1px solid #cccc66;
    color: #777;
}

/*end jsz*/

/* 浮动面板 */

/*#moquu_top, #moquu_wxin, #moquu_wshare, #moquu_wmaps {
    z-index: 3;
    width: 50px;
    height: 50px;
    right: 10px;
    position: fixed;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin {
    top: 360px;
    _margin-top: 360px
}

#moquu_wxin a {
    background: url(../images/sbtn.png) 0 -0px;
    right: 0;
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -9999px
}

#moquu_wxin a:hover {
    background: url(../images/sbtn.png) -50px -0px
}

#moquu_wshare {
    top: 412px;
    _margin-top: 412px
}

#moquu_wshare a {
    background: url(../css/images/sbtn.png) 0 -50px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_wshare a:hover {
    background: url(../css/images/sbtn.png) -50px -50px
}

#moquu_wmaps {
    top: 464px;
    _margin-top: 464px
}

#moquu_wmaps a {
    background: url(../css/images/sbtn.png) 0 -150px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_wmaps a:hover {
    background: url(../css/images/sbtn.png) -50px -150px
}

#moquu_top {
    top: 360px;
    _margin-top: 360px;
    background: url(../css/images/sbtn.png) 0 -101px;
    width: 50px;
    height: 50px
}

#moquu_top:hover {
    background: url(../css/images/sbtn.png) -50px -101px
}

.moquu_wxin, .moquu_wshare {
    position: relative;
    z-index: 2
}

.moquu_wxin a:hover .moquu_wxinh, .moquu_wshare a:hover .moquu_wshareh {
    display: block
}

.moquu_wxin .moquu_wxinh {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 355px;
    background: url(../css/images/moquu_ico.png) -1px -482px no-repeat
}

.moquu_wshare .moquu_wshareh {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 360px;
    background: url(../css/images/moquu_wshare-new.png) no-repeat
}*/

#moquu_top_new, #moquu_wxin_new, #moquu_wshare_new, #moquu_wmaps_new, #moquu_down_new, #moquu_wapp_new {
    z-index: 3;
    width: 60px;
    height: 60px;
    right: 10px;
    position: fixed;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    z-index: 99999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin_new {
    top: 360px;
    _margin-top: 360px
}

#moquu_wxin_new a {
    background: url(../moquu_weixin.html) no-repeat;
    right: 0;
    float: left;
    width: 60px;
    height: 60px;
    text-indent: -9999px
}

#moquu_wxin_new a:hover {
    background: url(../moquu_weixina.html) no-repeat;
}

#moquu_wshare_new {
    top: 425px;
    _margin-top: 425px
}

#moquu_wshare_new a {
    background: url(../png/moquu_weixin.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_wshare_new a:hover {
    background: url(../png/moquu_weixina.png) no-repeat;
}

#moquu_wapp_new {
    top: 360px;
    _margin-top: 360px
}

#moquu_wapp_new a {
    background: url(../png/moquu_down.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_wapp_new a:hover {
    background: url(../png/moquu_downa.png) no-repeat;
}

#moquu_wmaps_new {
    top: 490px;
    _margin-top: 490px
}

#moquu_wmaps_new a {
    background: url(../png/moquu_feed.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_wmaps_new a:hover {
    background: url(../png/moquu_feeda.png) no-repeat;
}

#moquu_down_new {
    top: 360px;
    _margin-top: 360px
}

#moquu_down_new a {
    background: url(../png/moquu_down.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_down_new a:hover {
    background: url(../png/moquu_downa.png) no-repeat;
}

#moquu_app_new {
    top: 360px;
    _margin-top: 360px
}

#moquu_app_new a {
    background: url(../png/moquu_down.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#moquu_app_new a:hover {
    background: url(../png/moquu_downa.png) no-repeat;
}

#moquu_top_new {
    top: 295px;
    _margin-top: 295px;
    background: url(../png/moquu_top.png) no-repeat;
    width: 60px;
    height: 60px
}

#moquu_top_new:hover {
    background: url(../png/moquu_topa.png) no-repeat;
}

.moquu_wxin_new, .moquu_wshare_new, .moquu_wapp_new {
    position: relative;
    z-index: 2
}

.moquu_wxin_new a:hover .moquu_wxinh_new, .moquu_wshare_new a:hover .moquu_wshareh_new, .moquu_wapp_new a:hover .moquu_wapph_new {
    display: block
}

.moquu_wxin_new .moquu_wxinh_new {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 355px;
    background: url(../moquu_ico.html) -1px -482px no-repeat
}

.moquu_wshare_new .moquu_wshareh_new {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 360px;
    background: url(../png/moquu_wshare-new.png) no-repeat
}

.moquu_wapp_new .moquu_wapph_new {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 360px;
    background: url(../png/moquu_wapp-new.png) no-repeat
}

.onoffswitch {
    position: relative;
    width: 72px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #A8A8A8;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "打开";
    padding-left: 10px;
    background-color: #008fee;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "关闭";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 29px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #A8A8A8;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*index*/

/* 自定义样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.cp {
    cursor: pointer;
}

.f14 {
    font-size: 14px;
}

.pt15 {
    padding-top: 15px;
}

/* ----------------------------------------------- */

.skinBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    background-position: center 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.weatherIcon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.wI1 {
    background: url('../a1.html');
}

.sp {
    padding: 0 5px;
}

.headNavs {
    width: 800px;
}

.headNavs a {
    padding-right: 5px;
    text-decoration: none;
    display: inline-block;
}

.headNavs a:hover span {
    text-decoration: underline;
}

.topMenus {
    padding-top: 6px;
    position: absolute;
    right: 20px;
    top: 33px;
    width: 90px;
    z-index: 999;
}

.topMenus a {
    background-color: #FFFFFF;
    color: #0079F5;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 6px;
    text-align: center;
    text-decoration: none;
}

.topMenus a:hover {
    background-color: #f1f8ff;
}

.arrowTop {
    position: absolute;
    top: -5px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ffffff transparent;
}

.s-icon {
    background: url('../spis4.html') no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
}

.s-icon-treasure {
    background-position: -12px -577px;
}

.s-icon-skin {
    background-position: -42px -577px;
}

.s-icon-msg {
    background-position: -228px -574px;
}

.s-icon-line {
    background-position: -104px -577px;
    width: 4px;
}

.user-arrow {
    background: url('../spis4.html') no-repeat -707px -588px;
    width: 10px;
    height: 10px;
    margin: 7px 0 0 4px;
    display: inline-block;
}

.content {
    padding: 0 0 30px;
    width: 910px;
    margin: -10px auto auto;
}

.mainNavs {
    margin: 5px auto;
    width: 620px;
    text-align: left;
}

.mainNavs a {
    font-size: 14px;
    margin-left: 12px;
}

.mainContents {
    width: 1180px;
    margin: 0px auto auto; /*margin-top:60px;*/
    margin-top: 10px;
    margin-bottom: 15px;
}

.menusWrapper {
    width: 80px;
    height: 360px;
    position: relative;
    background-color: #e6e7e8;
    text-align: center;
}

.menusWrapper a {
    color: fff;
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.menusWrapper a.active {
    background: url(../png/menubg.png) no-repeat;
    color: #ffffff;
    font-weight: 700;
}

.menusWrapper a:hover {
    background-color: #ff7010;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

.menusWrapper a:focus {
    outline: none;
}

.ctnerWrapper {
    margin-left: 100px;
    min-height: 360px;
    height: auto !important;
    height: 318px;
    border: thin solid #E9E9E9;
}

.ctnerTab {
    height: 40px;
    line-height: 40px;
    background: #DBD6D0;
}

.ctnerTab a {
    text-decoration: none;
    font-size: 14px;
    color: #9C8786;
    width: 86px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.ctnerTab a:hover {
    font-weight: 700;
}

.ctnerTab a.on {
    border-bottom: 2px solid #E8866C;
    font-weight: 700;
}

.ctnerBox {
    height: 258px;
}

.cbox {
    position: relative;
    top: 0;
    width: 1080px;
}

#cbox-1 {
    display: block;
}

.hotNavs {
    width: 100%;
    display: block;
}

.navTitle {
    color: #999999;
    height: 81px;
    line-height: 16px;
    padding: 4px 7px 20px 0;
    text-align: left;
    width: 20px;
    float: right;
}

.navArea {
    margin-left: 30px;
}

.navArea a {
    width: 114px;
    height: 69px;
    float: left;
    display: inline-block;
    border: 2px solid rgba(248, 248, 248, 0.7);
    margin: 0 8px 12px 0;
    background: #f8f8f8;
    background: linear-gradient(rgba(248, 248, 248, 0.7) 0px, rgba(248, 248, 248, 0.7) 100%) repeat;
    background: -moz-linear-gradient(rgba(248, 248, 248, 0.7) 0px, rgba(248, 248, 248, 0.7) 100%) repeat;
    background: -webkit-linear-gradient(rgba(248, 248, 248, 0.7) 0px, rgba(248, 248, 248, 0.7) 100%) repeat;
    background: -o-linear-gradient(rgba(248, 248, 248, 0.7) 0px, rgba(248, 248, 248, 0.7) 100%) repeat;
}

.navArea a:hover {
    border: 2px solid #42A0FE;
}

.sliderBox {
    width: 505px; /*height: 260px; background: url("../css/images/topicnews.png") no-repeat left;*/
}

.topnews {
    padding-left: 20px;
}

.picLink {
    display: none;
    width: 460px;
    height: 240px;
    position: relative;
    padding-top: 20px;
}

.picLink.active {
    display: block;
    height: 260px;
}

.picTitle {
    width: 100%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-indent: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=40);
}

.topic {
    margin-left: 510px;
    padding-top: 20px;
}

.topicTop {
    position: relative;
}

.titleT {
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    text-align: center;
    height: 28px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
}

.titleT a {
    color: #222;
}

.titleT.on {
    background-color:transparent;
    height: 40px;
}

.titleT.on a {
    color: #6b6b6b;
}

.titleWords a, .titleTopic a {
    text-decoration: none;
}

.changeWords {
    color: #9C8786;
    position: absolute;
    right: 20px;
    text-decoration: none;
}

.changeWords:focus, .changeWords:hover, .changeWords:active {
    color: #008FEE;
}

.changeWordstwo {
    color: #9C8786;
    position: absolute;
    right: 60px;
    text-decoration: none;
}

.changeWordstwo:focus, .changeWords:hover, .changeWords:active {
    color: #008FEE;
}

.changeWordsthree {
    color: #9C8786;
    position: absolute;
    right: 100px;
    text-decoration: none;
}

.changeWordsthree:focus, .changeWords:hover, .changeWords:active {
    color: #008FEE;
}

.topicList {
    height: 285px;

    width: 570px;
    overflow: hidden;
    margin-left: -40px;
    /*border-left: 1px dotted #AFACA7;*/
}

.topicList li {
    list-style: square inside;
    font-size: 6px;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 dashed;
}

.topicList li a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
}

.topicList li a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #ff7010;
    text-decoration: none;
}

.topicmask {
    width: 360px;
    height: 240px;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 0px;
}

.topictitle {
    float: left;
    margin-top: -34px;
    width: 100%;
    color: #eeeeee;
    z-index: 4;
    line-height: 34px;
    font-weight: normal;
    font-size: 14px;
    background: #000;
    margin: 0;
    text-align: center;
}

.topictitle:hover, .topictitle:focus, .topictitle:active {
    color: #fff;
}

.databg {
    height: 320px;
    display: block;
    background: url("../png/databg.png") no-repeat;
}

.datainfo {

    position: relative;
    display: block;
}

.dataship {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

.datatext h2 {
    position: absolute;
    padding: 10px;
    right: 131px;
    top: 5px;
    z-index: 2;
    font-size: 36px;
    font-weight: normal;
    color: #7e4c77;

}

.datatext p {
    position: absolute;
    padding: 10px;
    right: 45px;
    top: 80px;
    width: 250px;
    z-index: 2;
    color: #717171;
}

.datainfo a {
    position: absolute;
    top: 220px;
    right: 18px;
    background: url("../png/gotouse.png") no-repeat;
    display: block;
    width: 292px;
    height: 82px;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.datainfo a:hover {
    background: url("../png/gotouse1.png") no-repeat;

}

.datasub {
    color: #ffffff;
    font-size: 1.5em;
    font-family: "microsoft yahei";
    margin-left: 10px;
    margin-top: 20px;
    display: inline-block;
}

.datawrap {

    margin-top: 10px;
    padding-bottom: 20px;
    background: url("../png/mapbg.png") no-repeat #fff 50% 0;

}

.dataresultbar {
    color: #000000;
}

.dataresult {
    background: #ffffff;
    padding: 0 20px 80px 20px;
    margin-bottom: 20px;
}

.wBox {
    display: block;
}

.indexleftnav a {
    color: #9F9E9C;
}

.moresupp {
    color: #9C8786;
}

.moresupp:hover {
    color: #9C8786;
    font-weight: 700;
}

.set {
    position: absolute;
    bottom: 0px;
}

.topicTop {
    height: 40px;
    line-height: 40px;
    background: transparent;
    text-indent: 10px;
    border-bottom: thin solid #E9E9E9;
}

.tcenter {
    text-align: center;
}

.topicmenu a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 30px;
}

.topicmenu a:hover {
    font-size: 16px;
    font-weight: normal;
    color: #ff7100;
    text-decoration: none;
    border-bottom: 3px solid #008fee;
    padding-bottom: 5px;
}

.bottompicTop {
    height: 20px;
    line-height: 20px;
    background: transparent;
    /*	border-top: thin dashed #E9E9E9;
*/
    float: left;
    width: 100%;
    padding-right: 50px;

}

.ad-right {
    width: 235px;
    float: right;
}

.model-right {
    width: 235px;
    float: right;
}

/* flexslider */
.flexslider {
    position: relative;
    width: 811px;
    height: 320px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../png/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../png/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.slides li a img {
    margin-left: -40px;
}

/*newsheader*/
.header-news {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    margin-top: 35px;
}

.header-artical {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
}

.logo-news {

    display: block;
    height: 60px;
    width: 300px;
    margin-top: 20px;

}

.col960 {
    float: left;
    width: 1180px;
}

.col1020 {
    max-width: 1180px;
    margin: auto;
}

.navbg {

}

.newsul span {

    display: inline-block;
}

.newslogan {
    line-height: 70px;
    color: #ff7011;
    font-size: 14px;
    width: 200px;
    margin-top: 10px;

}

.newsinput {
    width: 360px;
    height: 36px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 0 6px;
    margin-right: -10px;
}

.newssrbox {
    float: right;
    margin-top: 44px;

    background: #ffffff;

}

.newsenior {
    float: left;
    margin-left: 10px;
    line-height: 38px;

}

.newsbtn, .compenbtn {
    font-size: 12px;
    width: 80px;
    height: 36px;
    text-align: center;
    display: inline-block;
    background: #008fee;
    color: #ffffff;
    border: none;
    margin: 0;
    border-top:2px #008fee solid;

}

.move-top {
    margin-top:0px;
}

.newsbtn:hover, .newsbtn:focus, .compenbtn:hover, .compenbtn:focus {
    background: #2aaaff;: focus
}

.newswrap {

}

.leftnews {
    display: inline-block;

    position: relative;
}
.journal-expressrobot {
   /* float: left;*/
    height: 38px;
    width: 100%;
    text-align: center;
    border-bottom:2px #008fee solid;
}

.journal-expressrobot span {
    float: left;
    display: inline-block;
    width: 160px;
    line-height: 36px;
    color: #333;
    background-color: #e6e6e6;
    font-size: 16px;
    margin-right:5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.journal-expressrobot span a {
    display: block;
    color: #999;
    font-size: 16px;
    text-decoration: none;
}

.journal-expressrobot span a:hover {
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.journal-excurrent {
    background-color: #008fee;
    text-decoration: none;
    color: #fff!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.expressrobot {
    float: left;
    height: 38px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.expressrobot span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 38px;
    color: #fff;
    background-color: #1e90ff;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.expressrobot span a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.expressrobot span a:hover {
    background-color: #ff7011;
    text-decoration: none;
    color: #fff;
}

.excurrent {
    background-color: #ff7011;
    text-decoration: none;
    color: #fff;
}

.expresssort {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.expresssort:hover, .expresssort:active, .active > .expresssort {
    font-size: 16px;
    /*	color: #000000;
	*/
}

.expresstit {
    margin-top: 40px;
    height: 140px;
    background: #dad6d0;
    display: block;
}

.express-magazine {
    float: left;
    /*height: 38px;*/
    width: 100%;
    text-align: center;
   /* background-color: #f8f8f8;*/
    background-color: #008fee;
    margin-bottom: 5px;
    /*border: 1px #e3e3e3 solid;*/
}

.express-magazine ul {
    list-style: none;
    /*margin:0;*/
    padding: 0;
}

.express-magazine ul li {
    float: left;
    list-style: none;
    margin: 0;
    /*margin-right: -1px;*/
}

.express-magazine ul li a {
    color: #fff;
}

.express-magazine ul li a:hover {
    color: #fff;
}

.express-magazine ul li ul li a {
    color: #333;
}

.express-magazine ul li ul li a:hover {
    color: #333;
}

.middle-text {
    padding: 0 22px;
}

.move-left {
    margin-left: -23px;
}

.nav__menu {
    line-height: 36px;
    text-transform: uppercase;
}

/*.nav__menu-item {
  display: inline-block;
  position: relative;
  width:80px;
  border-right:1px #e3e3e3 solid;
}
.nav__menu-item a:hover {
	display:block;
  	background-color: #008fee;
  	color:#fff;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
}
.nav__submenu {
  text-transform: none;
  display: none;
  position: absolute;
  width: 160px;
  text-align:left;
  background-color: #f8f8f8;
  border-top:1px #e3e3e3 solid;
}
.nav__submenu-item {
  width:160px;
  height:32px;
  line-height:32px;
  border:1px #e3e3e3 solid;
  border-top:none;;
  text-indent:10px
}*/

.nav__menu-item {
    /*width:80px;*/
    /*border-right: 1px #e3e3e3 solid;*/
    display: inline-block;
    position: relative;
    /*color: #333;*/
}

.nav__menu-item a {
    /*color: #333;*/
}

.nav__menu-item:hover {
    background-color: #F0AD4E;
}

.nav__menu-item:hover .nav__submenu {
    display: block;
}

.nav__menu-item-active {
    background-color: #F0AD4E;
}

.nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    position: absolute;
    /*width: 200px;*/
    /*width: 399px;*/
    background-color: #f0f0f0;
    text-align: left;
    border-top: 1px #e3e3e3 solid;
}

.nav__submenu-item {
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px #e3e3e3 solid;
    border-top: none;;
    text-indent: 10px
}

.nav__submenu-item:hover {
    background: #f8f8f8;
}

.nav-current {
    background: #008fee;
    color: #fff;
}

.magazine-nav-top-list{
    width:100%;
    background:#fafafa;
}

.magazine-nav-top-list ul{
    width:100%;
    margin:0;
    padding:0;
}
.magazine-nav-top-list ul li{
    width:90px;
    float: left;
    text-align: center;
    margin:0;
    padding:0;
    list-style: none;
    line-height: 32px;
    color:#333;
}
.magazine-nav-top-list ul li a{
    color:#333;
}
.magazine-nav-top-list ul li a:hover{

}
.magazine-nav-active{
    width:90px;
    display: block;
}
.magazine-nav-active:hover{
    width:90px;
    line-height:32px;
    height:32px;
    background:url("../png/journal-arrow-top.png") no-repeat center bottom #f0ad4e;
    color:#fff;
    display: block;
}
.magazine-nav-active:hover> a {
    color: #fff !important;
}
.magazine-nav-second-bg{
    width:675px!important;
    border-radius:4px;
    padding:20px 10px!important;
    border:1px solid #e3e3e3;
}
.magazine-nav-top-list ul li ul{
    margin:0;
}
.magazine-nav-top-list ul li ul li{
    width:50%;
    border-right: 1px solid #e3e3e3;
    margin-top: -1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.magazine-nav-top-list ul li:nth-child(odd){
    border-right:none;
}
.magazine-nav-second-title{
    width:100%;
    height:34px;
    background:url("../magazine-nav-second-menu.html") no-repeat left;
    border-bottom:1px solid #279ef2;
}
.magazine-second-nav-bottom{
    width:100%;
    margin-top:20px;
    text-align: center;
}
.magazine-nav-top-list-right{
    text-align: center;
    color:#f0ad4e;
}
.magazine-nav-top-list-right a{
    color:#f0ad4e;
}
.table-container {
    width: 1180px;
    margin: 0 auto;
    display: table;
    border: none;
}

.table-container .table-row {
    height: 100%;
    display: table-row;
    border: 0;
}

.table-container .table-row .table-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f2f2f2;
}
.magazine-gridenav {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.magazine-gridenav span {
    float: left;
    /*
    margin-right: 20px;
    */
}

.magazine-model-content {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 1.3;
}
.magazine-model-content ul{
    margin:0;
    padding:0;
    list-style: none;
    width:100%;
}
.magazine-model-content ul li{
    margin:0;
    padding:10px 30px;
    list-style: none;
    width:100%;
    /*height:360px;*/
    border:2px solid #95CAF0;
    margin-top:-1px;
}
.magazine-model-content-read {
    border:2px solid #e3e3e3!important;
}
.magazine-model-content ul li:nth-of-type(odd){
    background:#fff;
}
.magazine-model-content ul li:nth-of-type(even){
    background:#f5f5f5;
}
.magazine-special-pic-height{
    min-height:360px;
}
.magazine-special-pic-height .magazine-text-title{
    width:100%;
    max-height:90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;*/
}
.magazine-special-pic-height .magazine-text-title-read{
    width:100%;
    max-height:90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;*/
}
.magazine-special-pic-height .magazine-text-atten{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.magazine-special-pic-height .magazine-text-atten-new{
    width:100%;
    max-height:34px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.magazine-special-pic-height .magazine-description{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.magazine-special-height{
    min-height:265px;
}
.magazine-special-height .magazine-text-title{
    width:100%;
    max-height:90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;*/
}

.magazine-special-height .magazine-text-title-read{
    width:100%;
    max-height:90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;*/
}

.magazine-special-height .magazine-text-atten{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.magazine-special-height .magazine-text-atten-new{
    width:100%;
    max-height:34px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.magazine-special-height .magazine-description p{
    height:106px;
    white-space: normal!important;
    position:relative;
    line-height:1.5em;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom:20px;
}

.magazine-grideitem-new {
    float: left;
    width: 100%;
    height: 360px;
    border: 1px #f2f2f2 solid;
    padding: 10px;
}

.magazine-grideitem01 {
    float: left;
    width: 450px;
    height: 325px;
    border: 3px #c8e9ff solid;
    padding: 10px;
    background: #fff;
}

.magazine-read {
    float: left;
    width: 450px;
    height: 325px;
    border: 3px #eaeaea solid;
    padding: 10px;
    background: #fff;
}

.magazine-grideitem02 {
    float: left;
    width: 450px;
    height: 325px;
    border: 3px #ffa766 solid;
    -webkit-box-shadow: #e3e3e3 0px 0px 10px;
    -moz-box-shadow: #e3e3e3 0px 0px 10px;
    box-shadow: #e3e3e3 0px 0px 10px;
    background: #f2f2f2;
    padding: 10px;
    background: #fff;
}

.magazine-text {
    width: 100%;
    /*height:210px;*/
    /*height: 265px;*/
    overflow: hidden;
    line-height:1.3;
}

.magazine-text p {
    line-height: 16px;
}

.magazine-text span a {
    color: #555;
}

.magazine-text span a:hover {
    color: #ff7010;
}
.magazine-text-title{
    font-size: 15px;
    color:#333;
}
.magazine-text-title a{
    font-size: 15px;
    color:#333;
}
.magazine-text-title a:hover{
    font-size: 15px;
    color:#ff7010;
}
.magazine-text-title-read{
    font-size: 15px;
    color:#333;
}
.magazine-text-title-read a{
    font-size: 15px;
    color:#333 !important;
}
.magazine-text-title-read a:hover{
    font-size: 15px;
    color:#ff7010 !important;
}
.magazine-text-atten{
    font-size: 12px;
    color:#b3b3b3;
}
.magazine-text-atten a{
    font-size: 12px;
    color:#b3b3b3;
}
.magazine-text-atten a:hover{
    font-size: 12px;
    color:#ff7010;
}
.magazine-text-atten-new{
    font-size: 12px;
    color:#b3b3b3;
}
.magazine-text-atten-new a{
    font-size: 12px;
    color:#b3b3b3;
}
.magazine-text-atten-new a:hover{
    font-size: 12px;
    color:#ff7010;
}
.magazine-pic{
    width:100%;
    height:175px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin:10px 0;
}
.magazine-pic img {
    max-width: 100%;
    max-height: 175px;
    cursor: pointer;
}
.magazine-description{
    width:100%;
    font-size:14px;
    line-height: 1.5;
    color:#333;
}
.magazine-description a{
    font-size:14px;
    line-height: 1.5;
    color:#333;
}
.magazine-description a:hover{
    font-size:14px;
    line-height: 1.5;
    color:#ff7010;
}
.magazine-description-read{
    color:#333!important;
}
.magazine-description-read a{
    color:#333!important;
}
.magazine-description-another p{
    height:106px;
    white-space: normal!important;
    position:relative;
    line-height:1.5em;
    /* 3 times the line-height to show 3 lines */
    /*height:7.5em;*/
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*.magazine-description-another p::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}*/
.magazine-model-btn{
    /*margin-top:20px;*/
    text-align: center;
    text-align: center;
}

.magazine-content {
    width: 100%;
    /*height:210px;*/
    overflow: hidden;
}

.magazine-content p {
    line-height: 16px;
    line-height: 1.3;
}

.magazine-text content a {
    color: #555;
}

.magazine-text content a:hover {
    color: #ff7010;
}

.maga-content {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 15px;
    background: url("../icon-oa-top.html")  no-repeat right top;
}

.maga-titlenav {
    width: 100%;
    float: left;
}

.maga-titleleft {
    width: 25px;
    float: left;
}

.maga-titleright {
    padding-left: 25px;
}

.newsbymonth {
    display: block;
    margin-bottom: 28px;
}

.newsitem {
    float: left;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    padding-bottom:5px;
}

.timelabel {
    position: relative;
    height: 45px;
    border-bottom: 1px solid #D9D6CF;
    background: #E7E6E2;
}

.timeby, .posttiau {
    width: 100%;
    background:#fafafa;
    line-height: 24px;
    padding:0 10px;
}
.newsitem-comment-from{
    width:500px;
    float:left;
    color:#999;
}
.newsitem-comment-from-name{
    width: 125px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
}
.newsitem-comment-from-name-block{
    display: inline-block;
    overflow: hidden;
}
.newsitem-comment-icon{
    width:100px;
    float:left;
}
.newsitem-comment-icon a{
    color:#999;
}
.newsitem-comment-icon a:hover{
    color:#ff7010;
}
.newsitem-comment-btn{
    border:1px solid #008fee;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#008fee;
}
.newsitem-comment-btn:hover{
    border:1px solid #008fee;
    border-radius:3px;
    background:#008fee;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}
.space-right-m30{
    margin-right:30px;
}
.news-comment{
    width:100%;
    margin:0 auto;
    min-height: 40px;
    background:#fafafa;
    border:1px solid #f2f2f2;
    border-radius:4px;
    padding:10px;
    font-size:14px;
    color:#999;
}
.news-comment-arrow{
    width:20px;
    height:15px;
    float:left;
    margin-left:320px;
    margin-top:-18px;
}
.it-blue{
    color:#008fee!important;
}
.it-blue a{
    color:#008fee!important;
}
.it-blue a:hover{
    color:#ff7010;
}
.it-red{
    color:red!important;
}
.it-red a{
    color:red;
}
.it-red a:hover{
    color:#ff7010;
}
.it-black{
    color:#010101;
}
.it-black a{
    color:#010101;
}
.it-orange{
     color:#ff7010;
 }
.it-orange a{
    color:#ff7010;
}
.it-small-orange{
    color:#f1a02f!important;
}
.it-small-orange a{
    color:#f1a02f!important;
}
.it-small-grey {
    font-size: 14px;
    color: #b6b6b6;
}
.it-small-grey a {
    color: #ff7010;
}
.it-small-grey a:hover {
    color: #279ef2;
}
.it-little-grey{
    color:#f2f2f2!important;
}
.it-green{
    color:#009933;
}
.it-green a{
    color:#009933;
}
.it-new-blue{
    color:#00bbd3;
}
.it-new-blue a{
    color:#00bbd3;
}
.it-yellow{
    color:#669933;
}
.it-yellow a{
    color:#669933;
}
.it-bold{
    font-weight:bold;
}
.want-comment{
    width:100%;
    margin-top:5px;
    margin-bottom:20px;
}
.want-comment-btn-bg{
    width:100%;
    height:30px;
    margin:10px 0;
    text-align: center;
}

.want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#008fee;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#008fee;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#008fee;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.news-all-comment-title{
    width:100%;
    height:40px;
    color:#000;
    font-size:16px;
    font-weight:bold;
}
.news-all-comment-top {
    float: left;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    padding-bottom:15px;
}
.news-all-comment-top-title {
    line-height: 36px;
    color: #1a1a1a;
    font-size: 22px;
    text-align: left;
}
.news-all-comment-top-title a {
    color: #1a1a1a;
}
.news-all-comment-top-title a:hover {
    color: #ff7010;
}
.news-all-comment-top-text{
    color:#ff7010;
}
.news-all-comment-top-text a{
    color:#ff7010;
}
.news-all-comment-top-text a:hover{
    color:#008fee;
}
.news-all-comment-right-do{
    margin-top:-34px;
}
.news-all-comment-right-do-btn{
    border:none;
    background:none;
    color:#008fee;
}
.news-all-comment-right-do-btn:hover{
    border:none;
    background:none;
    color:#ff7010;
}
.space-right-m10{
    margin-right:10px;
}
.space-right-m20{
    margin-right:20px;
}
.space-right-m200{
    margin-right:200px;
}


.detposttiau {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: -10px;
}

.detauthor {
    background: #ff7011;
    color: #fff;
    padding: 0px 5px;
}

.arrowup {
    background: url("../png/arrowup.png") no-repeat;
    position: absolute;
    width: 18px;
    height: 10px;
    bottom: -1px;
    left: 35px;
}

.itemtit {
    font-weight: normal;
    line-height: 24px;
    color: #383838;
    font-size: 20px;
    margin: 5px 0;
}

.itemtit a {
    color: #383838;
}

.itemtit a:hover {
    color: #ff7010;
}

.detitemtit {
    font-weight: bold;
    line-height: 24px;
    color: #3e3e3e;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
}

.shortcontent {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}

.shortcontent a {
    color: #333;
}

.shortcontent a:hover {
    color: #ff7010;
}

.itemlink {
    /*padding: 20px;*/
    display: block;
    /* background-color: transparent;*/
    height: 85px;
    overflow: hidden;

    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.itemlink a {
    /*background-color: #eeece9;*/
    color: #ff7010;
}

.itemlink a:hover {
    /*background-color: #eeece9;*/
    color: #ff7010;
}

.newsthumnail {
    float: left;
    width: 162px;
    height: 120px;
    background-color: #FF6633;
    margin: 5px 20px 10px 0px;
    border: 3px solid #fff;
}

.newsthumnail a img {
    display: block;
    width: 162px;
    height: 120px;
    border: 3px solid #efefef;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.newsthumnail a img:hover {
    border: 3px solid #ff8022;
}

.newslistcot {
    float: left;
    width: 735px;
}

.actionbox {

    min-height: 40px;
    background: #fafafa;
    display: block;
    margin: 20px 0px;
    border: 1px dashed #efefef;
}

.positionbox {
    /*width:920px;*/
    width: 100%;
    text-indent: 15px;
    background: #fafafa;
    display: block;
    border: 1px dashed #efefef;
    height: 40px;
    line-height: 36px;
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.positionbox-long {
    width: 1180px;
    text-indent: 15px;
    background: #fafafa;
    display: block;
    border: 1px dashed #efefef;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
}

.shareto {
    line-height: 24px;
    padding-left: 5px;
    color: #878787;
    display: block;
    height: 24px;
    width: 53px;
    background: url("../png/sharetobg.png") no-repeat;
    float: left;
}

.jiabtns {
    float: left;
    display: block;
    padding-top: 4px;
    padding-left: 2px;
}

.sharebtngrp {

    padding: 8px 10px;
}

.uxbtns {
    float: left;
}

.detuxbtns {
    float: right;
}

.authorcot {
    float: right;
}

.uxbtn {
    display: inline-block;
    margin-right: 25px;

}

.read, .compen, .like, .collection, .favbg {
    display: inline-block;
    line-height: 24px;
    color: #878787;
    padding-left: 24px;

}

.read:hover, .read:focus, .compen:hover, .compen:focus, .answernew:hover, .answernew:focus, .carenew:hover, .carenew:focus, .like:hover, .like:focus, .active > .like {
    color: #000000;
}

.answernew:hover, .answernew:focus, .carenew:hover, .carenew:focus, .active > .like {
    color: #a5a5a5;
}

.read {
    background: url("../png/readbg.png") 0 -24px no-repeat;
}

.collection {
    background: url("../png/collectionbg.png") 0 -25px no-repeat;
}

.like {
    background: url("../png/likebg.png") 0 0 no-repeat;
}

.read:hover, .read:focus {
    background: url("../png/readbg.png") 0 0 no-repeat;
}

.answernew {
    background: url("../png/answernewbg.png") 0 -27px no-repeat;
}

.answernew:hover, .answernew:focus {
    background: url("../png/answernewbg.png") 0 -27px no-repeat;
}

.carenew {
    background: url("../png/carenewbg.png") 0 -27px no-repeat;
}

.carenew:hover, .carenew:focus {
    background: url("../png/carenewbg.png") 0 -27px no-repeat;
}

.like:hover, .like:focus, .like:visited, .active > .like {
    background: url("../png/likebg.png") 0 -24px no-repeat;
}

.favbg {
    background: url("../png/favbg.png") 0 -24px no-repeat;
}

.favbg:hover, .compen:focus {
    background: url("../png/favbg.png") 0 0 no-repeat;
}

.rightbared {

    float: right;
    margin-top: 40px;

}

#mainbody {
    float: left;
    min-height: 600px;
    width: 920px;
}

#content {
    float: left;
    min-height: 1200px;
    width: 920px;
}

#sidebar {
    width: 240px;
    float: right;
}

#portamento_container {
    float: right;
    position: relative;
}

/* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #sidebar {
    float: none;
    position: absolute;
}

/* no need to float anymore, become absolutely positoned */
#portamento_container #sidebar.fixed {
    position: fixed;
}

/* if the panel is sliding, it needs position:fixed */

.labelspanel {
    width: 240px;
    float: right;
    display: block;
    margin-bottom: 20px;
}

.lpheader {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #F0AD4E;
    width: 100%;
    float: left;
    margin-top:2px;
}
.lpheader-blue {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #008fee;
    width: 100%;
    float: left;
}
.lpheader-orange {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #F0AD4E;
    width: 100%;
    margin-top:2px;
}
.lpheader-orange a{
      color: #fff;
  }
.lpheader-orange a:visited{
    color: #fff;
}

.lpbody {
    background: #fafafa;
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
}

.help-lpbody {
    background: #fafafa;
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}

.help-lpbody ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.help-lpbody ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 22px;
    float: left;
    font-size: 13px;
    text-indent: 15px;
}

.help-lpbody ul li a {
    color: #008fee;
}

.help-lpbody ul li a:hover {
    width: 50%;
    color: #ff7010;
}

.maga-list {
    background: #fafafa;
    height: auto;
    display: block;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    color: #333;
    margin-top: 15px;
}

.hotexpress {
    margin-top: 10px;
    width: 240px;

}

.hotexpress li {
    list-style: square inside;
    font-size: 6px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
    overflow: hidden;
}

.hotexpress li a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.hotexpress li a:hover {
    color: #E8866C;
    text-decoration: underline;
}

.hotlabels {
    padding: 15px;

}

.hotlabels span a {
    display: inline-block;
    background: #E7E6E2;
    color: #5A4A42;
    padding: 4px;
    font-size: 12px;
    margin: 5px;
}

.hotlabels span a:hover, .hotlabels span a:focus {
    background: #DAD6D0;
    color: #000000;
}

.wechat2dcode {
    display: block;
    margin: 30px 0;
}

.heheader {
    color: #000000;
    font-size: 16px;

}

.backtolist {
    text-align: center;
    color: #E9E6E1;
    font-size: 18px;
    line-height: 70px;
    font-family: "microsoft yahei";
    display: block;
    height: 70px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    background: url("../png/backtolistbg.png") no-repeat left #dad6d0;;

}

.backtolist:hover, .backtolist:focus {
    color: #ffffff;
    background: url("../png/backtolistbg.png") no-repeat left #d5d1cc;
}

.newscontent {
    padding: 5px 0px;;
    display: block;
    /*	border-top:5px double #efefef ;*/
    background: #fff;
    width: 920px;
}

.newscontent p {
    display: block;
    color: #3e3e3e;
 /*   margin: 0;*/
    line-height: 30px;
    /*margin-top:20px;*/
    font-size: 14px;
    text-indent: 28px;
}
.newscontent img {
    max-width:90%!important;;
}

.newscontent iframe {
    width: 640px;
    height: 498px;
}

.newsaddpic {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.newsaddpic img {

}

.newscontent p a {
    /*
    word-break: break-all;
    */
    color: #008fee;
    word-wrap: break-word;
}

.newscontent p a:hover {
    color: #ff7010;
}

.compenarea {
    float: left;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "microsoft yahei";
}

.compenitem {
    width: 100%;
    display: block;
    padding: 20px 40px;
    background: #fafafa;
    margin-bottom: 1px;

}

.mycompen {
    text-align: right;
    padding: 10px;
}

.people-mycompen {
    text-align: right;
}

.compentext {
    display: block;
    width: 100%;
    min-height: 114px;
    padding: 8px;
    background: #efefef;
    border: 1px solid #f3efe8;
    font-size: 14px;
    color: #555756;
    line-height: 20px;
}

.compentext:focus {
    /*color:#ff7011;*/
    color: #555756;
}

.compenbtn {
    margin-top: 15px;
    display: inline-block;
}

.compenatten {
    font-size: 14px;
    text-align: right;
    font-family: "microsoft yahei";
    display: block;
    line-height: 30px;
    color: #999999;
}

.person-compentext {
    display: block;
    width: 100%;
    padding: 7px 8px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #999;
    text-align: left;
    min-height: 40px;
    line-height: 22px;
    cursor: text;
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
}

.person-compentext:focus {
    /*color:#ff7011;*/
    color: #666;
}

.put-tipe{
    width:100%;
    padding: 10px 0;
    text-align: center;
    margin-top:25px;
}
.put-tipe-btn{
    padding:5px 25px;
    color:#fff;
    background:#ff7010;
    border:none;
    border-radius:5px;
}
.put-tipe-person{
    width:100%;
    margin:15px auto;
}
.put-tipe-person table{
    min-width: 50px;
    margin:0 auto;
    padding:0;
}
.put-tipe-person table td{
    width:75px;
    text-align: center;
    height:75px;
}
.put-tipe-person img{
    width:50px;
    height:50px;
    border-radius:50%;
    border:1px solid #cccccc;
}
.put-tipe-window{
    width:300px;
    float:left;
}
.put-tip-window-content{
    width:100%;
    float:left;
}
.put-tip-window-content li{
    float:left;
    list-style: none;
    display: block;
    width:33.3%;
}
.put-tip-window-content li a{
    width:90%;
    float:left;
    list-style: none;
    margin:10px 0;
    padding:4px 0;
    margin-right:10%;
    background:#fff;
    border-radius:4px;
    border:1px solid #ccc;
    color:#ff7010;
    font-size: 16px;
    text-align: center;
    display: block;
}
.put-tip-window-content li a:hover{
    padding:4px 0;
    background:#ff7010;
    color:#fff;
    display: block;
}
.put-tip-window-content-active{
    float:none!important;
    list-style: none;
    margin:10px 0;
    padding:4px 0;
    margin-right:10%;
    background:#fff;
    border-radius:4px;
    border:1px solid #ccc;
    color:#ff7010;
    font-size: 16px;
    text-align: center;
    display: block;
    margin:0 auto;
}
.put-tip-window-btn{
    float:left;
    width:100%;
    text-align: center;
    margin:20px 0;
}
.btn-news-search{
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    color: #fff;
    background: #ff7010;
    margin-left:3px;
    border-radius:3px;
}
.put-tipe-window-weixin{
    border-top:1px solid #ccc;
    padding-top:10px;
    width:100%;
    text-align: center;
    float:left;
    line-height:38px;
    margin-top:15px;
}
.put-tipe-people{
    width:100%;
    font-size: 14px;
    color: #777;
    margin-top:10px;

}

.newuser {
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    height: 34px;
    text-align: center;
    display: inline-block;
    background: #ff7011;
    color: #ffffff;
    border: none;
    margin: 0;

}

.newuser:hover, .newuser:focus {
    background: #ff8022;
    color: #ffffff;
}

.smalladd {
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
}

.loginform {
    display: block;
    height: 60px;
}

.loginput {
    width: 300px;
    height: 34px;
    display: inline-block;
    border: #d8d8d8 1px solid;
    padding: 0 6px;
    margin-left: 20px;
}

.signuparea {
    float: left;
    display: block;
}

.signinarea {
    float: right;
    display: block;
}

.signinarea form span {
    display: block;
    float: left;
    height: 60px;
    margin-left: 2px;
}

.signinarea form span label, .signinarea form span a {
    display: block;
    height: 20px;
    color: #999999;
}

.signinarea form span label:hover, .signinarea form span a:hover {
    color: #E8866C;
}

.compenavatar {
    float: left;
    display: block;
}

.compenavatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.ctbox {
    font-family: "microsoft yahei";
    text-align: left;
    display: block;
    padding-left: 80px;
}

.uname {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.ucontent {
    font-size: 14px;
    color: #555756;
    line-height: 18px;
    background:none;
}

.uitme {
    color: #939290;
    font-family: "microsoft yahei";
    margin: 0;
}

.nowloading {
    text-align: center;
}

.advpro {
    display: block;
    margin-bottom: 20px;

}

.advpro a {
    display: block;
}

.advpro a img {

    width: 240px;
    height: 100%;
    margin-bottom: 2px;
}

.mynav-bg {
    padding: 10px;
    height: auto;
    padding-top: 0;
}

.mynav-bg ul {
    padding: 0;
    margin-top: 2px;

}

.mynav-bg ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 10px 8px;
    width: 135px;
    height: 85px;
    background: #f8f8f8;
    border-top: 1px solid #efefef;
    -webkit-box-shadow: 3px 3px 6px #a5a5a5;
    -moz-box-shadow: 3px 3px 6px #a5a5a5;
    box-shadow: 3px 3px 6px #a5a5a5;
    background: #f8f8f8;
}

.mynav-bg ul li a:hover {
    float: left;
    list-style: none;
    padding: 0;
    /*	margin-top:1px;
	margin-left:1px;*/
    width: 135px;
    height: 85px;
    background: #f8f8f8;
    -webkit-box-shadow: 3px 3px 6px #ffa35f;
    -moz-box-shadow: 3px 3px 6px #ffa35f;
    box-shadow: 3px 3px 6px #ffa35f;
}

.selfnav {
    padding: 0;
    height: auto;
    padding-top: 0;
}

.selfnav ul {
    padding: 0;

}

.selfnav ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
}

.selfnav ul li a {
    float: left;
    list-style: none;
    width: 180px;
    padding: 7px 10px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.selfnav ul li a:hover {
    float: left;
    list-style: none;
    background: #ff7100;
    color: #fff;
    display: block;
}

.selfnavone {
    padding: 0;
    height: auto;
    padding-top: 0;
}

.selfnavone ul {
    padding: 0;

}

.selfnavone ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
}

.selfnavone ul li a {
    float: left;
    list-style: none;
    width: 180px;
    padding: 7px 10px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.selfnavone ul li a:hover {
    float: left;
    list-style: none;
    background: #ff7100;
    color: #fff;
    display: block;
}

.showmore { /*clear:both;*/
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.showmore a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    color: #ff7010;
}

.showmore a span {
    padding-left: 15px;
    background: url(../gif/down.gif) no-repeat 0 4px;
}

.selfnavtwo {
    padding: 0;
    height: auto;
    padding-top: 0;
}

.selfnavtwo ul {
    padding: 0;

}

.selfnavtwo ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
}

.selfnavtwo ul li a {
    float: left;
    list-style: none;
    width: 180px;
    padding: 7px 10px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.selfnavtwo ul li a:hover {
    float: left;
    list-style: none;
    background: #ff7100;
    color: #fff;
    display: block;
}

.showmoretwo { /*clear:both;*/
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.showmoretwo a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    color: #ff7010;
}

.showmoretwo a span {
    padding-left: 15px;
    background: url(../gif/down.gif) no-repeat 0 4px;
}

.selfnavthree {
    padding: 0;
    height: auto;
    padding-top: 0;
}

.selfnavthree ul {
    padding: 0;

}

.selfnavthree ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
}

.selfnavthree ul li a {
    float: left;
    list-style: none;
    width: 180px;
    padding: 7px 10px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.selfnavthree ul li a:hover {
    float: left;
    list-style: none;
    background: #ff7100;
    color: #fff;
    display: block;
}

.showmorethree { /*clear:both;*/
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.showmorethree a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    color: #ff7010;
}

.showmorethree a span {
    padding-left: 15px;
    background: url(../gif/down.gif) no-repeat 0 4px;
}

.selfnavfour {
    padding: 0;
    height: auto;
    padding-top: 0;
}

.selfnavfour ul {
    padding: 0;

}

.selfnavfour ul li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
}

.selfnavfour ul li a {
    float: left;
    list-style: none;
    width: 180px;
    padding: 7px 10px;
    font-size: 15px;
    color: #333333;
    display: block;
}

.selfnavfour ul li a:hover {
    float: left;
    list-style: none;
    background: #ff7100;
    color: #fff;
    display: block;
}

.showmorefour { /*clear:both;*/
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.showmorefour a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    color: #ff7010;
}

.showmorefour a span {
    padding-left: 15px;
    background: url(../gif/down.gif) no-repeat 0 4px;
}

.supnav {
    width: 100%;
    float: left;
    padding-left: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.supnavleft {
    width: 120px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #008fee;
}

.supnavright {
    width: 1000px;
    float: right;
}

.scienceimage-bg {
    padding: 2px;
    height: auto;
}

.scienceimage-bg ul {
    padding: 0;
    margin-top: 2px;

}

.scienceimage-bg ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 10px 26px;
    width: 100px;
    height: 131px;
    cursor: hand;
    -webkit-box-shadow: 3px 3px 6px #a5a5a5;
    -moz-box-shadow: 3px 3px 6px #a5a5a5;
    box-shadow: 3px 3px 6px #a5a5a5;
    background: #f8f8f8;
    border: 1px solid #efefef;
}

.scienceimage-bg ul li a:hover {
    float: left;
    width: 100px;
    height: 131px;
    cursor: hand;
    background: #f8f8f8;
    border: 1px solid #efefef;
    -webkit-box-shadow: 3px 3px 6px #2aaaff;
    -moz-box-shadow: 3px 3px 6px #2aaaff;
    box-shadow: 3px 3px 6px #2aaaff;
}

.jumbotron-new {
    float: left;
    width: 1180px;
    background: #fafafa;
    border: 1px dashed #d8d8d8;
    padding: 20px;
}

.adtitle {
    font-size: 24px;
    color: #333;
    line-height: 32px;
}

.adtitle a {
    font-size: 32px;
    color: #ff7011;
    font: 32px/1.231 "Lato", sans-serif;
}

.adtitle a:hover {
    color: #008fef;
}

.adcontent {
    margin-top: 15px;
    font-size: 18px;
    color: #666;
    line-height: 28px;
}

.xmolvideonav {
    float: left;
    padding: 20px 0;
}

.comparenav {
    float: left;
    margin: 20px 0;
}

.comparenav-left {
    float: left;
    width: 490px;
    height: 250px;
    border-right: 1px dashed #d8d8d8;
}

.comparenav-left ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;

}

.comparenav-left ul li {
    float: left;
    width: 460px;
    background: #d9edf7;
    border: #bce8f1 1px dashed;
    color: #3a87ad;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
    list-style: none;
    padding: 5px 20px 5px 10px;
}

.comparenav-left ul li span {
    padding-right: 5px;
}

.adsmtitle {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 32px;
}

.comparenav-right {
    float: right;
    width: 660px;
    height: 250px;
    margin-left: 30px;
}

.comparenav-right ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;

}

.comparenav-right ul li {
    float: left;
    width: 660px;
    background: #f2dede;
    border: #eed3d7 1px dashed;
    color: #b94a48;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
    list-style: none;
    padding: 5px 20px 5px 10px;
}

.comparenav-right ul li span {
    padding-right: 5px;
    height: 24px;

}

.xmolvideonav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xmolvideonav ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 285px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    vertical-align: middle;
}

.orgmodel {
    background: #ffe0cb;
    border: 1px #ff7011 dashed;
    margin-right: 10px;
}

.jchemnav {
    float: left;
    padding: 20px 0;
}

.jchemnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jchemnav ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;

}

.downmodel {
    float: right;
    width: 400px;
    height: 250px;
    margin-right: 100px;
    margin-top: -320px;
}

.tabledata {
    margin: 0;
    padding: 0;
    border: none;
}

.tabledata th {
    height: 42px;
    line-height: 42px;
    text-align: right;
    padding-right: 5px;
    font-weight: normal;
    font-size: 14px;
    width: 150px;
}

.tabledata td {
    height: 42px;

    text-align: left;
    padding-left: 15px;
    font-weight: normal;
}

.table-journal-name{
    border: 1px solid #DDD;
    width:100%;
}
.table-journal-name th{
    line-height: 36px;
    border: 1px solid #DDD;
    background:#008fee;
    text-align:center;
    color:#fff;
}

.table-journal-name td{
    border: 1px solid #DDD;
    text-align:left;
    color:#888;
    height:32px;
    line-height:22px;
    padding:10px 20px;
}
.acward {
    margin: 2px;
}

.acward ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.acward ul li {
    float: left;
    margin: 0px 3px;

    list-style: none;
    font-size: 12px;
    line-height: 14px;
}

.libg-blue {
    background: #008fee;
    color: #fff;
    padding: 1px 2px;
}

.libg-orange {
    background: #ff0071;
    padding: 1px 2px;
    color: #fff;
}

.libg-green {
    background: #2fba94;
    padding: 1px 2px;
    color: #fff;
}

.inquirnav {
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 1px;
    margin-bottom: 10px;
}

.inquirname-bg {
    float: left;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    color: #34495e;
    font-size: 16px;
    text-align: center;
}

.inquirlogo {
    float: left;
    margin: 10px;
    padding: 2px;
    width: 190px;
    text-align: center;
    /*	border:1px solid #efefef;
*/
}

.inquirdetail {
    float: left;
    width: 100%;
}

.inquirdetail ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inquirdetail ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 10px;
    line-height: 28px;
}

.inquirdetail ul li a {
    color: #008fee;
}

.inquirdetail ul li a:hover {
    color: #ff7011;
}

.inquirbtn {
    float: left;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.recgoods {
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 1px;
    margin-bottom: 20px;
}

.recgoods-bg {
    float: left;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    color: #34495e;
    font-size: 16px;
    text-align: center;
}

.recgoods dl {
    width: 100%;
    padding: 6px;
    height: auto;
    border-bottom: 1px dotted #eee;
    overflow: hidden;
    margin-bottom: 0px;
}

.recgoods dl.last {
    border-bottom: none;
}

.recgoods dd {
    position: relative;
    float: left;
    width: 80px;
}

.recgoods dd img {
    width: 70px;
    height: 48px;
}

.recgoods em {
    -weight: normal;
    font-size: 14px;
    color: #ff7011;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    font-style: normal;
}

.recgoods dt {
    float: right;
    width: 130px;
    font-weight: normal;
    font-size: 14px;
}

.recgoods dt a {
    color: #666;
}

.recgoods dt a:hover {
    color: #f40;
}

.main-left-admin {
    border-right: 1px solid #ddd;
    background: #fff;
    text-indent: 10px;
}

.admin-row {
    float: left;
    margin: 40px 0px;
    /*	border: 1px solid rgb(221, 221, 221); */
    width: 1180px;
}

.admin-row-left {
    float: left;
    width: 220px;
    border: 1px solid #ddd;
}

.admin-row-right {
    float: right;
    width: 950px;
    border: 1px solid #ddd;

}

.admin-left-title {
    height: 46px;
    border-bottom: 1px solid #ddd;
    background: #f8f9fa;
    font-size: 16px;
    line-height: 46px;

}

.icon-order {
    background: url(../png/glyphicons-halflings.png) 40px 20px no-repeat;
    display: inline-block;
}

.tableadmin {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.tableadmin th {
    text-align: left;
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    color: #34495e;
    height: 32px;
    line-height: 32px;
}

.tableadmin td {
    text-align: left;
    width: 360px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.table-job-new {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.table-job-new th {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #34495e;
    height: 42px;
    line-height: 42px;
}

.table-job-new td {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.tablesafe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.tablesafe td {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    vertical-align: top;
    color: #999;
    height: 52px;
}

.table-striped {
    margin-bottom: 0;
    font-size: 14px;
}

.form-addpro {
    float: left;
    width: 100%;
}

.addpro-title {
    width: 20%;
    float: left;
    background: #fafafa;
    text-indent: 10px;
}

.addpro-content {
    float: left;
    width: 70%;
    margin-left: 5px;
}

.table-addpro {
    margin: 0;
    padding: 0;
    border: 0;
}

.table-addpro tr {
    border-bottom: 2px solid #fff;
}

.table-addpro th {
    width: 90px;
    font-weight: normal;
    text-align: left;
    text-indent: 10px;
    line-height: 28px;
    vertical-align: top;
    font-size: 14px;
    color: #7f7f7f;
}

.table-addpro td {
    background: #fff;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 28px;
}

.fullrow {
    width: 100%;
}

.full-line {
    float: left;
    line-height: 22px;
}

.floatleft {
    float: left;
}

.addfav {

}

.addfav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.addfav ul li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    /*background:#fafafa;*/
    border-bottom: 1px solid #efefef;
}

.favshopintro {
    float: left;
    width: 300px;
}

.favshopintro p {
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.favshopintro p span {
    margin-right: 50px;
}

.favinfo {
    width: 100%;
    height: 150px;
    margin-bottom: 5px;
}

.favwork {
    float: right;
    width: 100px;;
}

.img-addfavnav {
    float: left;
    margin-right: 20px;
}

.img-addfav {
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    padding: 1px;
}

.mybuyinfo {
    width: 100%;
    height: 40px;
    background: #fafafa;
    border: 1px dashed #efefef;
}

.orderinfonav {
    padding: 0px;
    border: 1px solid #efefef;
    margin: 20px 0px;
}

.tableorder {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.tableorder th {
    background: #fafafa;
    text-indent: 10px;
    text-align: left;
    line-height: 28px;
    width: 6%;
    font-weight: normal;
    border-top: 2px solid #fff;
}

.tableorder td {
    text-indent: 10px;
    text-align: left;
    line-height: 28px;
    width: 30%;
    border-top: 2px solid #fff;
}

.orderinfodro {
    border: 1px solid #cdd8e3;
    border-top: none;
    height: auto;
}

.moquu_wxin a:hover .moquu_wxinh, .moquu_wshare a:hover .moquu_newshare {
    display: block
}

.moquu_wshare .moquu_newshare {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 360px;
    background: url(../png/moquu_wshare-new.png) no-repeat
}

.mainmenu-nav {
    margin: 10px 0;
    padding-left: 50px;
}

.mainmenu-nav li {
    float: left;
    line-height: 24px;
    list-style: none;
    padding: 0px 20px;
}

.mainmenu-nav li a {
    color: #008fee;
    text-decoration: underline;
}

.current {
    text-decoration: none;
    color: #6b6b6b;
}

.mainmenu-nav li a:hover {
    color: #ff7011;
    text-decoration: underline;
}

.first-name {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 16px;
    color: #008FEE;
    font-weight: normal;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.first-name a {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 14px;
    color: #008fee;
    font-weight: bold;
}

.first-name a:hover {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 14px;
    color: #ff7010;
    font-weight: bold;
}

.second-name {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 16px;
    color: #222;
    font-weight: normal;
    line-height: 40px;
}

.first-title {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 22px;
    color: #222;
    font-weight: normal;
}

.foreign-teacher-nav {
    float: left;
    width: 100%;
    /*height:290px;*/
    margin-right: 20px;
    margin-top: 10px;
}

.foreign-teacher-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foreign-teacher-nav ul li {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 10px;

}

.foreign-teacher-nav ul li a {
    color: #008fee;
}

.foreign-teacher-nav ul li a:hover {
    color: #ff7011;
}

.foreign-teacher-nav ul li ul li {
    float: left;
    width: 25%;
    list-style: none;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.foreign-teacher-nav ul li ul li a {
    color: #333;
    /*color:#999;*/
}

.foreign-teacher-nav ul li ul li a:hover {
    color: #ff7011;
}

.first-name {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 16px;
    color: #008FEE;
    font-weight: normal;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.first-name a {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 14px;
    color: #008fee;
    font-weight: bold;
}

.first-name a:hover {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 14px;
    color: #ff7010;
    font-weight: bold;
}

.second-name {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 16px;
    color: #222;
    font-weight: normal;
    line-height: 40px;
}

.first-title {
    font-family: "Microsoft YaHei Regular", "Microsoft YaHei";
    font-size: 22px;
    color: #222;
    font-weight: normal;
}

.foreignintro-wrap {
    width: 100%;
    /*float: left;*/
    margin: 10px 0;
}

.foreignintro-wrap-left {
    width: 240px;
    float: left;
}

.foreignintro-wrap-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foreignintro-wrap-left ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foreignintro-wrap-left ul li ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.foreignintro-wrap-left ul li ul li a {
    color: #000066;
}

.foreignintro-wrap-left ul li ul li a:hover {
    color: #008fee;
    text-decoration: underline;
}

.foreignintro-wrap-right {
    width: 920px;
    float: right;
    border: 1px solid #eed3d7;
    margin-bottom: 20px;
    background: #fff;
}

.foreign-artical-titlenav {
    width: 100%;
    background: #f2dede;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dab8bd;
    text-indent: 20px;
    font-size: 16px;
    color: #b94a48;
    font-weight: bold;
}

.foreign-arical-content {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.foreign-arical-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.foreign-arical-content span {
    font-size: 14px;
    line-height: 24px;
}

.university-wrap-left {
    width: 400px;
    float: left;
}

.university-wrap-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.university-wrap-left ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.university-wrap-left ul li ul li {
    list-style: disc;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 20px;
}

.university-wrap-left ul li ul li a {
    color: #000066;
}

.university-wrap-left ul li ul li a:hover {
    color: #008fee;
    text-decoration: underline;
}

.fixmenu {
    position: fixed;
    top: 212px;
}

.university-wrap-right {
    width: 760px;
    float: right;
    border: 1px solid #d6e9c6;
    margin-bottom: 20px;
}

.university-artical-titlenav {
    width: 100%;
    background: #dff0d8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #a1ce7c;
    text-indent: 20px;
    font-size: 16px;
    color: #468847;
    font-weight: bold;
}

.university-arical-content {
    width: 100%;
    /*	padding:20px;*/
    margin-bottom: 20px;
}

.university-arical-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.university-arical-content span {
    font-size: 14px;
    line-height: 24px;
}

.magazine-teacher-nav {
    float: left;
    /*height:290px;*/
    padding: 10px;
}

.magazine-teacher-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.magazine-teacher-nav ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font: "Microsoft YaHei Regular", "Microsoft YaHei";
}

.magazine-teacher-nav ul li a {
    color: #008fee;
}

.magazine-teacher-nav ul li a:hover {
    color: #ff7011;
}

.magazine-teacher-nav ul li ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 14px;
    margin: 0;
    padding: 0;
    margin-bottom:10px;
    margin-left:5px;
    font-size: 12px;
    font-weight: normal;
}

.magazine-teacher-nav ul li ul li a {
    color: #008fee;
    /*color:#999;*/
}

.magazine-teacher-nav ul li ul li a:hover {
    color: #ff7011;
}

.target-fix {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}

.thsis-div {
    position: relative;
    line-height: 1.4em;
    height: 4.8em;
    overflow: hidden;
    z-index: 0;
}

.thsis-div::after {
    content: "　";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
    background: url(../png/ellipsis_bg.png) repeat-y;
}

.magazine-gobacknav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.about-content {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.about-it {
    margin-top: 10px;
    margin-left: 10px;
    text-indent: 0;
    line-height: 22px;
    font-size: 14px;
}

.vote-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 28px;
    font-weight: normal;
    color: #ff7010;
}

.myself-intro {
    float: left;
    border: 1px dashed #efefef;
    padding: 10px;
    margin-bottom: 20px;
    /*padding-left:250px;*/
    font-size: 16px;
    line-height: 28px;
    /*	background:url(images/votetitle.jpg) no-repeat;*/
    /*background:#fafafa;*/
}

.myself-intro a {
    color: #008fee;
}

.myself-intro a:hover {
    color: #ff7010;
}

.vote-content {
    float: left;
    width: 100%;
}

.vote-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vote-content ul li {
    float: left;
    list-style: none;
    width: 270px;
    margin-right: 16px;
    margin-bottom: 10px;
}

.vote-content ul li img {
    list-style: none;
    max-width: 270px;
    max-height: 170px;
}

.vote-content ul li span {
    float: left;
    line-height: 24px;
    display: block;
}

.vote-content ul li span a {
    color: #008fee;
}

.vote-content ul li span a:hover {
    color: #ff7010;
}

.votebtn {
    text-align: center;
    line-height: 38px;
    color: #008fee;
    font-size: 16px;
}

.votebtn a {
    color: #008fee;
}

.votebtn a:hover {
    color: #ff7010;
}

.votetable {
    border: 0;
    width: 100%;
    line-height: 32px;
}

.votetable td {
    border: 0;
    text-align: left;
    /*border-bottom:1px dashed #efefef;*/
}

.votetable th {
    border: 0;
    text-align: right;
    padding-right: 5px;
    font-weight: normal;
    color: red;
    /*border-bottom:1px dashed #efefef;*/
}

.text-table {
    border: 0;
    width: 100%;
    line-height: 26px;
}

.text-table td {
    border: 0;
    text-align: left;
    /*border-bottom:1px dashed #efefef;*/
}

.text-table th {
    border: 0;
    text-align: left;
    padding-right: 5px;
    font-weight: normal;
    font-size: 16px;
    /*border-bottom:1px dashed #efefef;*/
}

.text-table td a {
    color: #008fee;
}

.text-table td a:hover {
    color: #ff7010;
}

.text-table th a {
    color: #222;
}

.text-table th a:hover {
    color: #ff7010;
}

.textlist-table {
    border: 0;
    width: 100%;
    line-height: 32px;
}

.textlist-table tr {
    border-bottom: 1px dashed #efefef;

}

.textlist-table td {
    border: 0;
    text-align: left;
    font-size: 14px;
    /*border-bottom:1px dashed #efefef;*/
}

.textlist-table th {
    border: 0;
    text-align: left;
    padding-right: 5px;
    font-weight: normal;
    font-size: 16px;
    /*border-bottom:1px dashed #efefef;*/
}

.textlist-table td a {
    color: #008fee;
}

.textlist-table td a:hover {
    color: #ff7010;
}

.action-maga {
    margin-right: 20px;
}

.tab {
    width: 100%;
}

.tab_menu {
    clear: both;
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #efefef;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.tab_menu ul {
    clear: both;
    width: 300px;
    height: 40px;
    margin: 0 auto;
}

.tab_menu li {
    float: left;
    text-align: center;
    cursor: pointer;
    list-style: none;
    padding: 6px 6px;
    margin: 0 15px;
    background: #fff;
    font-size: 17px;
}

.tab_menu li.hover {
}

.tab_menu li.selected {
    color: #ff7011;
    border-bottom: 3px solid #008fee;
    font-weight: normal;
}

.tab_box {
    clear: both;
    height: auto;
}

.hide {
    display: none
}

.exlist {
    width: 100%;
    padding-left: 20px;
}

.exlist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.exlist ul li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.exlist ul li span {
    list-style: none;
    float: left;
}

.extitle {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.extext {
    padding-left: 32px;
    font-size: 14px;
    font-weight: normal;
}

.navWrapper {
    width: 100%;
    float: left;
    border: thin solid #E9E9E9;
    min-height: 180px;
}

.blackA {
    color: #000000;
}

.blackA:hover {
    color: #ff7010;
}

.navlist {
    width: 100%;
}

.navlist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navlist ul li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    height: 38px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    margin-right: 2px;
    margin-bottom: 5px;
    padding: 0px 10px;
}

.navlist ul li a {
    background: url(../png/icon-adda.png) no-repeat 0px;
}

.navlist ul li a:hover {
    background: url(../png/icon-add.png) no-repeat 0px;
}

.navlist ul li span {
    list-style: none;
    padding-left: 20px;
    line-height: 36px;
}

.addnavlist {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.help-content {
    float: left;
    width: 100%;
    padding: 10px;
}

.help-content ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-content ul li {
    float: left;
    width: 400px;
    margin: 0;
    padding-right: 50px;
    padding-left: 0px;
    list-style: inside;
    font-size: 16px;
    line-height: 42px;
}

.help-content ul li a {
    color: #0000ff;
}

.help-content ul li a:hover {
    text-decoration: underline;
}

.help-detail {
    font-size: 16px;
    line-height: 32px;
}

.introjs-tooltiptext {
    font-size: 16px;
    color: #ff7010;
    font-weight: bold;
}

.cnteacher-nav {
    float: left;
}

.cnteacher-nav ul {
    float: left;
    margin: 0;
    padding: 0
}

.cnteacher-nav ul li {
    float: left;
    list-style: none;
    margin: 0 0px;
    margin-right: 18px;
    margin-bottom: 8px;
    padding: 10px;
    width: 375px;
    height: 213px;
    background: url(../png/cnteacher_bg.png) no-repeat;
}

.cnteacher-nav ul li span {
    margin-right: 15px;
    line-height: 28px;
}

.cnteacher-enter {
    border-top: 1px dashed #dcdcdc;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

.btn-cnteacher {
    color: #fff;
    line-height: 32px;
    display: block;
    height: 32px;
    width: 120px;
    text-align: center;
    background: #ff7010;
    border: 1px solid #ee6000;
    border-radius: 3px;
}

.btn-cnteacher:hover, .btn-cnteacher:focus, .btn-cnteacher:active {
    color: #000;
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
}

.cndetail-nav {
    width: 100%;
    padding: 10px;
    /*border:1px solid #ddd;
	background:#FAFAFA;
	box-shadow:2px 2px 4px #dcdcdc;*/
}

.cndetail-nav span {
    margin-right: 10px;
    line-height: 28px;
}

.entecherdescripenew {
    float: left;
    width: 100%;
    margin-bottom: 10px;

}

.entecherdescripe {
    float: left;
    width: 100%;
    margin-bottom: 10px;

}

.entecherdescripe ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entecherdescripe ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
}

.spaceleft {
    /*	border-bottom:1px dashed #ddd;
*/
    padding: 10px 0;
    margin-bottom: 10px;
    clear: both;
    /*text-indent:30px;*/
}

.tea-adnav {
    width: 100%;
}

.entea-compenarea {
    width: 100%;
}

.entea-compenitem {
    width: 100%;
    display: block;
    padding: 10px 0;
    padding-bottom: 20px;
    margin-bottom: 1px;
    border-bottom: 1px solid #eee;
    clear: both;
}

.entea-compenavatar {
    float: left;
    display: block;
}

.entea-compenavatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.entea-ctbox {
    text-align: left;
    padding-left: 100px;
    display: block;
}

.entea-ctbox span {
    /*margin-right:20px;*/
    line-height: 28px;
}

.spacetopp10 {
    padding-top: 10px;
}

.spaceleftp10 {
    padding-left: 10px;
}

.spacebottomm10 {
    margin-bottom: 10px;
}

.spacetopm10 {
     margin-top: 10px;
 }

.spacetopm30 {
    margin-top: 30px;
}

.spacerightm10 {
    margin-right: 10px;
}

.spaceleftm10 {
    margin-left: 10px;
}

.spaceleftm5 {
    margin-left: 5px;
}

.share-right {
    height: 130px;
}

.group-nav {
    width: 100%;
}

.group-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.group-nav ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.group-nav ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.group-nav ul li span {
    width: 100%;
    text-align: center;
    display: block;
}

.group-filenav {
    width: 100%;
}

.group-filenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.group-filenav ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
}

.group-file-btn {
    text-align: center;
    border-top: 1px dashed #efefef;
    float: left;
    width: 100%;
}

.grop-file-menu {
    padding: 0 10px;
}

.grop-file-work {
    padding: 0 10px;
    background: #fafafa;
    height: 38px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.grop-file-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.file-search-input {
    width: 260px;
    height: 28px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 0 6px;
    padding-right: 30px;
    margin-left: 100px;
}

.table-file {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.table-file tr {
    border-bottom: 1px solid #efefef;
}

.table-file th {
    font-weight: normal;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
}

.table-file td {
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #222;
    height: 32px;
    line-height: 32px;
}

.btn-upload {
    width: 96px;
    height: 28px;
    text-align: center;
    background: url(../png/upload.png) no-repeat;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
    text-indent: 20px;
    font-size: 13px;
}

.btn-upload a {
    width: 96px;
    height: 28px;
    text-align: center;
    background: url(../png/upload.png) no-repeat;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
    text-indent: 20px;
    font-size: 13px;
}

.btn-upload a:hover {
    color: #ff7010;
}

.btn-addfile {
    width: 96px;
    height: 28px;
    text-align: center;
    background: url(../png/add-newfile.png) no-repeat 0 0;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
    text-indent: 24px;
    font-size: 13px;
    color: #555;
}

.btn-addfile a {
    width: 96px;
    height: 28px;
    text-align: center;
    background: url(../png/add-newfile.png) no-repeat 0 0;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
    text-indent: 24px;
    font-size: 13px;
    color: #555;
}

.btn-addfile a:hover {
    width: 96px;
    height: 28px;
    text-align: center;
    background: url(../png/add-newfile.png) no-repeat 0 40px;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
    text-indent: 24px;
    font-size: 13px;
    color: #fff;
}

.cnsearchnav {
    width: 65%;
    margin: 0 auto;
}

.it-modify a {
    padding-left: 20px;
    margin-left: 50px;
    background: url(../png/edit.png) no-repeat 0 1px;
    color: #ff7010;
}

.it-modify a:hover {
    padding-left: 20px;
    margin-left: 50px;
    background: url(../png/edit.png) no-repeat 0 -16px;
    color: #008fee;
}

.movdifybg {
    padding: 10px;
    border: 1px solid #ff7010;
    background: #fff9f5;
}

.it-delete a {
    padding-left: 20px;
    background: url(../png/delete.png) no-repeat 0 0;
    color: #ff7010;
}

.it-delete a:hover {
    padding-left: 20px;
    background: url(../png/delete.png) no-repeat 0 -19px;
    color: #008fee;
}

.it-add a {
    padding-left: 20px;
    background: url(../png/add.png) no-repeat 0 0;
    color: #ff7010;
}

.it-add a:hover {
    padding-left: 20px;
    background: url(../png/add.png) no-repeat 0 -19px;
    color: #008fee;
}

.it-hid a {
    padding-left: 20px;
    background: url(../png/hid.png) no-repeat 0 0;
    color: #eee;
}

.it-hid a:hover {
    padding-left: 20px;
    background: url(../png/hid.png) no-repeat 0 -19px;
    color: #777;
}

.btn-save {
    color: #ffffff;
    background-color: #ff7011;
    padding: 8px 20px;
    font-size: 16px;
    border-color: #fa6501;
    cursor: pointer;
}

.btn-save:hover,
.btn-save:focus,
.btn-save:active,
.btn-save.active {
    color: #ffffff;
    background-color: #ffa264;
    border-color: #ff7010;
    cursor: pointer;
}

.btn-delete {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;

}

.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete.active {
    color: #ff7010;
    text-decoration: underline;
    cursor: pointer;
}

.btn-signin-code {
    color: #333;
    background-color: #eee;
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
}

.btn-signin-code:hover,
.btn-signin-code:focus,
.btn-signin-code:active,
.btn-signin-code.active {
    color: #ffffff;
    background-color: #ff7010;
    cursor: pointer;
}

.btn-signin-submit {
    color: #ffffff;
    background-color: #008fee;
    padding: 5px 30px;
    font-size: 16px;
    cursor: pointer;
}

.btn-signin-submit:hover,
.btn-signin-submit:focus,
.btn-signin-submit:active,
.btn-signin-submit.active {
    color: #ffffff;
    background-color: #ff7010;
    cursor: pointer;
}

.modifybtn {
    text-align: center;
    margin: 15px 0;
}

.carelables {
    width: 100%;
    border-bottom: 1px solid #e6e7e2;
    float: left;
    background: #fff;
}

.carelables ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carelables ul li {
    float: left;
    width: 49%;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.tableart {
    margin: 0;
    padding: 0;
    border: none;
}

.tableart th {
    height: 42px;
    line-height: 42px;
    text-align: right;
    padding-right: 5px;
    font-weight: normal;
    font-size: 14px;
}

.tableart td {
    text-align: left;
    padding-right: 15px;
    font-weight: normal;
}

.jourallist {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.jourallist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jourallist ul li {
    list-style: none;
    float: left;
    margin: 0;
    width: 20%;
    display: block;
}

.jourallist ul li a {
    list-style: none;
    float: left;
    margin: 0;
    width: 100%;
    padding: 6px 8px;
    display: block;
}

.jourallist ul li a:hover {
    list-style: none;
    float: left;
    margin: 0;
    padding: 6px 8px;
    background: #ff7010;
    color: #fff;
}
.joural-window-body{
    width:480px;
    margin:0 auto;
}
.joural-window-content{
    margin:30px 55px;
}
.joural-window-title{
    color:#333;
    font-size:17px;
    line-height: 36px;
}
.journal-window-add-btn{
    width:20%;
    float:right;
    text-align:center;
    font-size: 15px;
    line-height: 36px;
    margin-top:-36px;
}
.journal-window-add-btn a{
    color: #008fee;
}
.journal-window-add-btn a:hover{
    color: #ff7010;
}
.journal-window-list{
    width:100%;
    line-height: 36px;
    list-style: none;
    margin:0;
    padding:0;
    color:#999;
    font-size: 15px;
    margin-bottom:20px;
}
.journal-window-list a{
    color:#999;
}
.journal-window-list a:hover{
    color:#008fee;
}
.journal-window-list-left-checked{
    width:80%;
    float:left;
    color:#008fee!important;
}
.journal-window-list-left{
    width:80%;
    float:left;
}
.journal-window-list-right{
    width:20%;
    float:left;
    text-align: center;
}

.journal-window-typearea {
    width: 80%;
    height: 34px;
    padding-left: 5px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #010101;
}
.journal-window-subbtn {
    cursor: pointer;
    width:19%;
    float:right;
    line-height: 34px;
    border: 0;
    background: #efefef;
    color: #666;
}
.journal-window-subbtna {
    cursor: pointer;
    width:19%;
    float:right;
    line-height: 32px;
    border: 0;
    background: #ff7010;
    color: #fff;
}
.journal-window-bottom{
    width:100%;
    text-align: center;
    margin:20px 0;
}
.journal-window-bottom-btna {
    width: 68px;
    height: 30px;
    background: #ff7010;
    color: #fff;
    line-height: 28px;
    border: 1px solid #ff7010;
}

.journal-window-bottom-btn {
    width: 68px;
    height: 30px;
    background: #fff;
    color: #777;
    line-height: 28px;
    border: 1px solid #ddd;
}

.journal-window-bottom-btn:hover {
    width: 68px;
    height: 30px;
    background: #ff7010;
    color: #fff;
    line-height: 28px;
    border: 1px solid #ff7010;
}

.search_descrip {
    clear: both;
}

.search_descrip ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:15px;
}

.search_descrip ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    float:left;
    padding-top: 3px;
    margin-bottom:10px;
    color:#808080;
}

.detail-left {
    width: 100%;
}

.detail-left ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-left ul li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.detail-right {
    width: 100%;
}

.detail-right ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.detail-right ul li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 32px;
    font-size: 14px;
    color: #34495e;
}

.detail-right ul li span {
    font-weight: bold;
    color: #ccc;
}

.right-Div {
    width: 500px;
    float: right;
}

.list-group {
    padding-left: 0;
    list-style: none;
    /*margin-left:20px;*/
}

.list-group li {
    list-style: none;
    margin: 0;
    padding: 0;
    /*float:left;
  text-align:left;*/
    line-height: 36px;
    display: block;
    word-break: break-all;
    /*margin-right:100px;*/
}

.list-group li img {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    margin-right: 3px;
}

.peopleitem {
    float: left;
    border-bottom: 1px dashed #efefef;
    margin: 10px 0 0 0;
    background-color: #fff;
    width: 100%;
}

.peopleitem-new {
    float: left;
    border-bottom: 1px dashed #efefef;
    margin: 10px 0 0 0;
    background-color: #fff;
    width: 100%;
    padding-bottom: 10px;
}

.peopleitem-new p {
    margin: 0;
    padding: 0;
}

.peoplethumnail {
    float: left;
    width: 52px;
    height: 52px;
    margin: 5px 20px 10px 0px;
}

.peoplethumnail a {
    padding: 0;
}

.peoplethumnail a img {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 4px;
}

.peoplethumnail a img:hover {
}

.peoplelistcot {
    float: left;
    width: 680px;
}

.peoplebtn {
    float: right;
}

.btn-attention {
    color: #ffffff;
    background-color: #008fee;
    /*  border-right:1px solid #fff;*/
    width: 88px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #0281c6;
    padding: 0;
}

.btn-attention:hover,
.btn-attention:focus,
.btn-attention.active {
    color: #ffffff;
    background-color: #2aaaff;
    border-color: #2aaaff;
    border: 1px solid #008fee;
}

.btn-invited {
    color: #ffffff;
    background-color: #008fee;
    font-size: 14px;
    border: 1px solid #0281c6;
    /*padding:2px 8px;*/
    padding: 2px 8px 4px;
    border-radius: 4px;
}

.btn-invited:hover,
.btn-invited:focus,
.btn-invited.active {
    color: #ffffff;
    background-color: #2aaaff;
    border-color: #2aaaff;
    border: 1px solid #008fee;
}

.btn-exitattention {
    color: #ffffff;
    background-color: #ff7011;
    /*  border-right:1px solid #fff;*/
    width: 88px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ef5f00;
}

.btn-exitattention:hover,
.btn-exitattention:focus,
.btn-exitattention.active {
    color: #ffffff;
    background-color: #ffa460;
    border-color: #2aaaff;
    border: 1px solid #ef5f00;
}

.btn-exitattention-gary {
    color: #ffffff;
    background-color: #eee;
    /*  border-right:1px solid #fff;*/
    width: 88px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ddd;
    color: #999;
}

.btn-exitattention-gary:hover,
.btn-exitattention-gary:focus,
.btn-exitattention-gary.active {
    color: #ffffff;
    background-color: #ffa460;
    border-color: #2aaaff;
    border: 1px solid #ef5f00;
}

.btn-exitattention-gary-rad {
    color: #ffffff;
    background-color: #eee;
    /*  border-right:1px solid #fff;*/
    width: 88px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 4px;
}

.btn-exitattention-gary-rad:hover,
.btn-exitattention-gary-rad:focus,
.btn-exitattention-gary-rad.active {
    color: #ffffff;
    background-color: #ffa460;
    border-color: #2aaaff;
    border: 1px solid #ef5f00;
}

.btn-exitattention-white {
    color: #ffffff;
    background-color: #f1f1f2;
    /*  border-right:1px solid #fff;*/
    width: 58px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ddd;
    color: #999;
}

.btn-exitattention-white:hover,
.btn-exitattention-white:focus,
.btn-exitattention-white.active {
    color: #ffffff;
    background-color: #ffa460;
    border-color: #2aaaff;
    border: 1px solid #ef5f00;
}

.question-left-menu-list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.question-left-menu-list ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.question-left-menu-list ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #797979;
    padding-left: 50px;
    border-bottom: 1px dashed #c7c7c7;
    background: url(../png/vote-leftmennbg.png) no-repeat;
}

.question-left-menu-list ul li a {
    color: #797979;
}

.question-left-menu-list ul li a:hover {
    color: #ff7010;
}

.question-left-menu-list-active {
    color: #ff7010;
    background: url(../png/vote-leftmennbga.png) no-repeat !important;
}

.my-news {
    border-top: 1px solid #eee;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.my-news ul {
    list-style: none;
    margin: 0;

    padding: 0;
}

.my-news ul li {
    list-style: inside;
    padding: 5px;
    margin: 5px 0;
    line-height: 18px;
    color: #999;
}

.my-newscurrent {
    background: #e9f6ff;
    border-radius: 4px;
}

.asksenior {
    float: left;
    margin-left: 5px;
}

.btn-ask-lg {
    background: #ff7010;
    border: none;
    height: 36px;
    width: 80px;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.btn-ask-lg:hover,
.btn-ask-lg:focus {
    background-color: #ffa460;
    color: #fff;
}

.btn-ask-lg-comment {
    float: left;
    background: #ff7010;
    border: none;
    padding: 7px 15px;
    line-height: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #f06203;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.btn-ask-lg-comment:hover,
.btn-ask-lg-comment:focus {
    background-color: #ffa460;
    color: #fff;
}

.adcontent {
    padding: 5px 0px;
    display: block;
    width: 920px;
    font-size: 16px;
    line-height: 28px;
}

.person-homeinfo {
    width: 100%;
}

.person-homeinfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.person-homeinfo ul li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.person-menu {
    float: left;
    height: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.person-menu span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 38px;
    color: #fff;
    background-color: #1e90ff;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 6px;
}

.person-menu span a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.person-menu span a:hover {
    background-color: #ff7011;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}

.person-current {
    background-color: #ff7011;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}

.my-subjects {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.my-subjects ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-subjects ul li {
    list-style: none;
    margin: 0;
    width: 100%;
    height: 38px;
    line-height: 36px;
    margin-top: 2px;
    /*background:#eff5f9;*/
    background: #fafafa;
    padding-left: 10px;
}

.my-subjects ul li a {

    height: 38px;
    line-height: 36px;
    /*background:#eaeaea;
	display:block;
	width:100%;*/
}

.my-subjects ul li a:hover {

    height: 38px;
    line-height: 36px;
    /*background:#dddddd;
	display:block;
	width:100%;*/
}

.my-subjects ul li img {
    list-style: none;
    margin: 0;
    /*border-radius:50%;
	width:32px;
	height:32px;*/
    margin: 2px 10px;
}

/*化学之道最新动态开始*/

#content900 {
    float: left;
    /*min-height: 1200px;*/
    min-height: 1200px;
    width: 900px;
}

.recomnav {
    width: 100%;
}

.recomtext {
    width: 100%;
    text-align: center;
}

.recomlist {
    width: 100%;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.recomlist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.recomlist ul li {
    list-style: none;
    margin: 0;
    padding: 10px;;
    width: 25%;
    height: 180px;
    float: left;
    border-right: 1px solid #dddddd;
}

.recomlist-top {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    /*height:100px;*/
    padding-bottom: 10px;
}

.recom-img {
    float: left;
}

.recom-img img {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 5px;
}

.recom-info {
    width: 100%;
    color: #999;
}

.recom-range {
    width: 100%;
}

.recom-btn {
    float: right;
}

.recom-compenarea {
    width: 100%;
    float: left;
}

.recom-bottom {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.recom-compenitem {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    margin-bottom: 1px;
    /*border-bottom:1px dashed #eee;
	border-top:1px solid #eee;*/
    border-bottom: 1px solid #eee;
    clear: both;
}

.recom-panel {
    margin: 5px 0;
}

.recom-panel span {
    font-size: 14px;
}

.recom-panel span a {
    font-size: 14px;
}

.subject-menulist {
    float: left;
    margin-left: -10px;
}

.subject-menulist span a {
    font-weight: bold;
    color: #999;
    padding: 0px 10px;
}

.subject-menulist span a:hover {
    font-weight: bold;
    color: #ff7010;
    padding: 0px 10px;
}

.current-menulist {
    color: #ff7010;
}

.icon-all {
    display: inline-block;
    margin-right: 5px;
    line-height: 10px;
    vertical-align: 0px;
    background: url(../png/icon_sprites.png) no-repeat;
}

.z-icon-follow {
    width: 8px;
    height: 9px;
    background-position: -97px -23px;
}

.z-icon-comment {
    width: 9px;
    height: 10px;
    background-position: -28px -22px;
}

.z-icon-nohelp {
    width: 10px;
    height: 10px;
    background-position: -82px -22px;
}

.z-icon-nohelpa {
    width: 10px;
    height: 10px;
    background-position: -71px -183px;
}

.z-icon-thank {
    width: 10px;
    height: 10px;
    background-position: -41px -37px;
}

.z-icon-share {
    width: 11px;
    height: 10px;
    background-position: -67px -22px;
}

.z-icon-please {
    width: 10px;
    height: 10px;
    background-position: -115px -115px;
}

.z-icon-spik {
    width: 13px;
    height: 8px;
    background-position: -200px -165px;
}

.z-icon-spik-arrow {
    width: 13px;
    height: 8px;
    background-position: -200px -175px;
}

.z-icon-delete {
    width: 12px;
    height: 12px;
    background-position: -234px -78px;
}

.z-icon-delete-gary {
    width: 12px;
    height: 12px;
    background-position: -234px -90px;
}

.z-icon-close-white {
    width: 12px;
    height: 12px;
    background-position: -266px -104px;
}

.z-icon-spik {
    width: 13px;
    height: 8px;
    background-position: -200px -165px;
}

.z-icon-fold {
    width: 8px;
    height: 9px;
    background-position: -135px -22px;
}

.z-icon-cross {
    width: 16px;
    height: 24px;
    background-position: -210px -220px;
}

.z-icon-accept {
    width: 12px;
    height: 10px;
    background-position: -193px -149px;
}

.z-icon-accept-org {
    width: 12px;
    height: 12px;
    background-position: -226px -205px;
}

.z-icon-ask-org {
    width: 12px;
    height: 12px;
    background-position: -247px -205px;
}

.z-icon-file {
    width: 13px;
    height: 13px;
    background-position: -166px -45px;
}

.z-icon-invite {
    width: 13px;
    height: 13px;
    background-position: -194px -44px;
}

.z-icon-person {
    width: 13px;
    height: 13px;
    background-position: -152px -44px;
}

.z-icon-modify {
    width: 12px;
    height: 12px;
    background-position: -132px -48px;
}

.z-icon-modify-gary {
    width: 12px;
    height: 12px;
    background-position: -120px -48px;
}

.z-icon-reply {
    width: 11px;
    height: 11px;
    background-position: -250px -79px;
}

.z-icon-like {
    width: 11px;
    height: 11px;
    background-position: -222px -79px;
}

.z-icon-lock {
    width: 11px;
    height: 11px;
    background-position: -45px -67px;
}

.z-icon-unlock {
    width: 11px;
    height: 11px;
    background-position: -206px -205px;
}

.z-icon-uparrow {
    width: 10px;
    height: 10px;
    background-position: -42px -229px;
}

.z-icon-arrow {
    width: 8px;
    height: 32px;
    background-position: -237px -215px;
}

.z-icon-list {
    width: 16px;
    height: 16px;
    background-position: -270px 0px;
}

.z-icon-pm {
    width: 17px;
    height: 14px;
    margin-left: 5px;
    background-position: 0px -148px;
    text-indent: -9999px;
}

.z-icon-settings {
    width: 16px;
    height: 16px;
    background-position: -88px -148px;
    margin-top: 4px;
}

.z-icon-arrowup {
    display: block;
    margin-right: 5px;
    line-height: 10px;
    vertical-align: 0px;
    width: 23px;
    height: 20px;
    background: url(../png/arrowupdown.png) 0 0 no-repeat;
}

.z-icon-arrowdown {
    display: block;
    margin-right: 5px;
    line-height: 10px;
    vertical-align: 0px;
    width: 23px;
    height: 20px;
    background: url(../png/arrowupdown.png) 0 -20px no-repeat;
}

.z-icon-quare {
    width: 17px;
    height: 17px;
    background-position: -50px -88px;
    float: left;
    margin-top: 4px;
}

.phcolor {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 17px;
}

.icon-all-new {
    display: inline-block;
    margin-right: 5px;
    line-height: 10px;
    vertical-align: 0px;
    background: url(../png/icon_sprites_new.png) no-repeat;
}

.p-icon-file {
    width: 20px;
    height: 16px;
    background-position: -15px -6px;
}

.p-icon-word {
    width: 20px;
    height: 16px;
    background-position: -52px -6px;
}

.p-icon-xlsx {
    width: 20px;
    height: 16px;
    background-position: -155px -6px;
}

.p-icon-img {
    width: 20px;
    height: 16px;
    background-position: -87px -6px;
}

.p-icon-def {
    width: 20px;
    height: 16px;
    background-position: -120px -6px;
}

.p-icon-pow {
    width: 20px;
    height: 16px;
    background-position: -154px -6px;
}

.p-icon-pdf {
    width: 20px;
    height: 16px;
    background-position: -185px -6px;
}

.p-icon-zip {
    width: 20px;
    height: 16px;
    background-position: -246px -6px;
}

.p-icon-txt {
    width: 20px;
    height: 16px;
    background-position: -274px -6px;
}

/*化学之道我关注的最新动态开始*/
.question-list {
    margin: 0;
}

.question-list ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.question-list ul li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    line-height: 18px;
    color: #999;
}

.question-list ul li a {
    list-style: none;
    /*color:#222;*/
    color: #555;
}

.question-list-right {
    margin: 0;
    width: 100%;
}

.question-list-right ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.question-list-right ul li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    line-height: 18px;
    color: #999;
}

.question-list-right ul li a {
    list-style: none;
    /*color:#222;*/
    color: #008fee;
}

.question-list-right ul li a:hover {
    list-style: none;
    color: #ff7010;
}

/*化学之道我关注的话题详情开始*/

.answerheader {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.answerlist {
    width: 100%;
    float: left;
}

.answerlist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.answerlist ul li {
    list-style: none;
    margin: 0;
    width: 100%;
    float: left;
    padding-top: 10px;
    border-bottom: 1px dashed #ddd;
}

.about-topics {
    width: 100%;
    float: left;
}
.about-topics-one{
    float:left;
    width:95% !important;
    height:28px;
    white-space: nowrap;
    overflow: hidden;
    display:inline-block;
    text-overflow: ellipsis;
}

.about-topics ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-topics ul li {
    list-style: none;
    margin: 0;
    float: left;
    padding: 0px 10px;
    background: #e9f6ff;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
    /*	margin-top:10px;*/
}

.topics-descripe {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

/*化学之道提问开始*/

.ask-detail {
    width: 100%;
    padding: 10px;
    color: #333
}

.asksearchnav {
    width: 100%;
    /*text-align:right;*/
    /*margin-top:20px;*/
}
.ask-it-blue{
    background:#279ef2;
    padding:2px 10px;
    border-radius:20px;
    color:#fff;
}

.asktypearea {
    width: 100%;
    height: 40px;
    line-height: 30px;
    line-height: normal;
    font-family: "微软雅黑";
    padding-left: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-top: 7px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.asktypearea:hover {
    border: 1px solid #9e9e9e;
}

.asktypearea:focus {
    border: 1px solid #3388FF;
    color: #222;
}

.askserchad {
    border: 1px solid #ccc;
    border-top: none;
    text-align: center;
    line-height: 40px;
    background: #fafafa;
}

.asklistnav {
    width: 100%;
    padding: 10px;
}
.ask-item-all{
    width:100%;
}
.ask-second-item{
    width:100%;
    margin-top:10px;
}
.ask-three-item{
    width:100%;
    margin-top:20px;
}
.ask-three-item-list{
    width:100%;
    background:#fff!important;
    border:1px solid #e3e3e3;
    margin-top:10px;
}
.ask-three-item-list ul{
    margin:0;
    padding:10px;
    list-style: none;
}
.ask-three-item-list ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    color:#333;
    width:90px;
    line-height: 32px;
    margin-right:10px;
    text-align: left;
}
.ask-three-item-list ul li a{
    color:#333;
}
.ask-three-item-list ul li a:hover{
    font-weight:bold;
    color:#279ef2!important;
}
.ask-three-item-list-active{
    font-weight:bold;
    color:#279ef2!important;
}
.ask-top-nav {
    float: left;
    height: 42px;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    margin-bottom: 5px;
    font-size: 16px;
}
.ask-top-nav span {
    float: left;
    display: inline-block;
    width: 108px;
    line-height: 42px;
    color: #333;
    font-size: 16px;
}

.ask-top-nav span a {
    color: #333;
}

.ask-top-nav span a:hover {
    color: #008fee;
}
.ask-top-nav .active {
    color:#008fee;
}

.ask-top-nav-second {
    float: left;
    width:1020px;
    margin-left:80px;
    margin-bottom: 5px;
    margin-top:30px;
    font-size: 16px;
}
.ask-top-nav-second span {
    float: left;
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 16px;
}

.ask-top-nav-second span a {
    color: #333;
}

.ask-top-nav-second span a:hover {
    color: #ff7010;
}
.ask-top-nav-second .active {
    color:#ff7010;
}
.ask-top-nav-second-btn{
    width:90px;
    height:28px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#fff;
    color:#333;
}
.ask-top-nav-second-btn a{
    color:#333;
}
.ask-top-nav-second-btn:hover{
    width:90px;
    height:28px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#008fef;
    color:#fff!important;
}
.ask-top-nav-second-btn-active{
    width:90px;
    height:28px;
    border:1px solid #e3e3e3;
    background:#008fef;
    color:#fff!important;
}
.ask-sort-choose{
    margin-left:0;
    font-size: 16px;
    font-weight: normal;
    color:#999;
    line-height: 34px;
    margin-top:53px;
}
.ask-sort-choose ul li div{
    width:280px;
    float:left;
    margin-top:-75px;
    margin-left:258px;
    color:#fff;
    text-align: center;
    z-index: 999;
    display: none;
}
.ask-sort-choose ul li:hover div{
    display: block;
}
.ask-sort-choose-window-info{
    width:100%;
    display: inline-block;
    border:1px solid #f2f2f2;
    border-radius:4px;
    background-color: #f0ad4e;
}
/*化学之道我关注的问题开始*/
.answer-question-list-new {
    width: 100%;
    /*margin-top:15px;
	float:left;*/
    padding-top: 10px;
}

.answer-question-list {
    width: 100%;
    /*margin-top:15px;
	float:left;*/
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.answer-question-list-another {
    width: 100%;
    margin-top: 15px;
}

.zm-votebar {
    width: 100%;
}

.vote-btn {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    background: url(../png/thanksbtna.png) no-repeat;
}

.votenone-btn {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    background: url(../png/thanksbtn.png) no-repeat;
}

.votenone-btn:hover {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    background: url(../png/thanksbtna.png) no-repeat;
}

.new-vote-btn {
    float: left;
    list-style: none;
    border: none;
    width: 13px;
    height: 16px;
    margin-top:2px;
    background: url(../png/new-thanksbtna.png) no-repeat;
}

.new-votenone-btn {
    float: left;
    list-style: none;
    border: none;
    width: 13px;
    height: 16px;
    margin-top:2px;
    background: url(../png/new-thanksbtn.png) no-repeat;
}

.new-votenone-btn:hover {
    float: left;
    list-style: none;
    border: none;
    width: 13px;
    height: 16px;
    background: url(../png/new-thanksbtna.png) no-repeat;
}

.foot-btn {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    margin-top: 5px;
    background: url(../png/footbtn.png) no-repeat;
}

.footnone-btn {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    margin-top: 5px;
    background: url(../png/footbtna.png) no-repeat;
}

.footnone-btn:hover {
    float: left;
    list-style: none;
    border: none;
    width: 21px;
    height: 21px;
    background: url(../png/footbtn.png) no-repeat;
}

.vote-count {
    display: inline-block;
    padding-left: 4px;
    line-height: 28px;
}

.foot-count {
    display: inline-block;
    padding-left: 4px;
}

.zm-votebar .up {
}

.zm-votebar .down {
    margin: 5px 0 0;
}

.zm-votebar .up, .zm-votebar .down {
    display: block;
    list-style: none;
    border: none;
    border-radius: 3px;
    width: 38px;
    background: #ffcfae;
    line-height: 24px;
    color: #555;
}

.zm-votebar .up:hover, .zm-votebar .down:hover {
    display: block;
    list-style: none;
    border: none;
    border-radius: 3px;
    width: 38px;
    background: #ff7010;
    line-height: 24px;
    color: #fff;
}

.zm-votebarup-current, .zm-votebardown-current {
    display: block;
    list-style: none;
    border: none;
    border-radius: 3px;
    width: 38px;
    background: #ff7010;
    line-height: 24px;
    color: #fff;
}

.zm-votebardown-current {
    margin: 5px 0;
}

.zm-votebar .label {
    display: none;
    text-indent: -9999px;
}

.zm-seenumber {
    display: block;
    list-style: none;
    border: none;
    border-radius: 3px;
    width: 46px;
    height: 42px;
    background: #ddd;
    line-height: 17px;
    color: #555;
}

.zm-answerbg {
    width: 100%;
    margin-left: -20px;
    /*	border-bottom:1px dashed #ddd;
*/
    margin-bottom: -1px;
    padding-bottom: 12px;
}

.zm-answer {
    width: 100%;
}

.zm-answer p {
    color: #222;
}

.inline-img {
    float: left;
    max-width: 100px;
    max-height: 90px;
    display: inline;
    /*margin:4px 10px 5px 0;*/
    margin: 4px 10px 0px 0;
}

.agree-red {
    width: 180px;
    height: 60px;
    background: url(../png/agree_red.png) no-repeat;
    margin-top: -60px;
    margin-left: 20px;
}

.carepeoplelist {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.carepeoplelist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carepeoplelist ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px;
}

.carepeoplelist ul li img {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.signvendor {
    float: left;
    margin-left: 60px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}

.signvendor ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.signvendor li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
    margin-bottom: 10px;
}

.goanswer {
    padding-left: 54px;
    margin-top: -15px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.answer-img img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    margin-right: 10px;
}

.comment-box {
    width: 70%;
    position: relative;
    margin: 10px 0 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*left:65px;*/
    /*float:left;*/
    border-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.answerlistnav {
    width: 100%;
    padding: 10px;
}

.answerlist-bg {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.answerlist {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.answerlist-left {
    float: left;
    width: 8%;
}

.answerlist-right {
    float: right;
    width: 91%;
}

.answerbtnnav {
    width: 100%;
    margin: 10px 0;
    line-height: 38px;
}

.mycompen-reply {
    text-align: right;
    padding: 0;
}

.allcompen {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    border-shadow: inset 0px 0px 5px rgba(180, 180, 180, 0.1);

}

/*邀请回答开始*/
.invitnav {
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
}

.search-input {
    width: 180px;
    padding-right: 20px;
    line-height: 15px;
    font-size: 12px;
    color: #777;
}

.input-wrapper {
    margin-right: 10px;
}

.zg-form-text-input {
    padding: 8px 30px 8px 10px;
    border-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #ccc;
}

.zg-icon {
    position: absolute;
    /*right:6px;
	top:50%;
	margin-top:-6px;*/
    margin: 12px -25px 0;
}

.icon-magnify {
    width: 12px;
    height: 12px;
    background-position: -45px -52px;
    vertical-align: -3px;
}

.speciallist {
    width: 100%;
    float: left;
}

.speciallist ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.speciallist ul li {
    list-style: none;
    margin: 0;
    width: 48%;
    float: left;
    padding-top: 10px;
    margin-right: 2%;
}

/*邀请回答结束*/

/*消息TAB开始*/

.imgdiv-bg {
    position: absolute;
    top: 48px;
    right: 90px;
    width: 315px;
    min-height: 350px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.imgdiv-nav {
    width: 100%;
    line-height: 24px;
}

.imgdiv-menu {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.imgdiv-tab-item {
    float: left;
    width: 33.3%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    outline: 0;
    border: 0;
    background: none;
    border-right: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.imgdiv-tab-item .icon {
    width: 22px;
    height: 16px;
    line-height: 16px;
    margin: 9px;
    position: relative;
    display: inline-block;
    text-indent: -99999px;
}

.current.message.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -94px -87px no-repeat;
}

.message.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -94px -66px no-repeat;
}

.current.user.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -123px -87px no-repeat;
}

.user.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -123px -65px no-repeat;
}

.current.thanks.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -151px -87px no-repeat;
}

.thanks.imgdiv-tab-item .icon {
    background: url(../png/icon_sprites.png) -151px -65px no-repeat;
}

.imgdiv-tab-border {
    width:100%;
    height: 1px;
    background: #ddd;
    /*background:-webkit-linear-gradient(left,rgba(250,250,250,.1) 0,rgba(240,240,240,.8) 1%,#ddd 4%,#ddd 96%,rgba(240,240,240,.8) 99%,rgba(250,250,250,.1) 100%);*/
}

.imgdiv-content {
    width: 100%;
    height: 270px;
    overflow: auto;
    padding: 0;
}

.imgdiv-content .info-first {
    width: 100%;
    display: block;
}

.imgdiv-content .info-first ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.imgdiv-content .info-first ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #eee;
    /*background:-webkit-linear-gradient(left,rgba(250,250,250,.1) 0,rgba(240,240,240,.8) 1%,#ddd 4%,#ddd 96%,rgba(240,240,240,.8) 99%,rgba(250,250,250,.1) 100%);*/
    padding: 10px;
}

.imgdiv-content .info-first ul li a {
    /*color:#008fee;*/
    padding: 5px;
}

.imgdiv-content .info-first ul li a:hover {
    color: #ff7010;
}

.imgdiv-content .info-second {
    width: 100%;
    display: none;
}

.imgdiv-content .info-second ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.imgdiv-content .info-second ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #eee;
    /*	background:-webkit-linear-gradient(left,rgba(250,250,250,.1) 0,rgba(240,240,240,.8) 1%,#ddd 4%,#ddd 96%,rgba(240,240,240,.8) 99%,rgba(250,250,250,.1) 100%);*/
    padding: 10px;
}

.info-second-tilte {
    display: block;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #eee;
}

.imgdiv-content-current {
    background: #eff6fa;
}

.imgdiv-content .info-three {
    width: 100%;
    display: none;
}

.imgdiv-bottom-content {
    width: 100%;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 13px;
}

.peoplelistcot-imgdiv {
    margin-left: 65px;
}

/*消息TAB结束*/

/*举报TAB开始*/
.goog-menu {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px #ddd;
    overflow: hidden;
    outline: 0;
    z-index: 9999;
}

.goog-menuitem {
    /*padding:8px 15px;
	color:#999;
	border-top:1px solid #ededed;
	white-space:nowrap;*/
    width: 100%;
}

.goog-menuitem ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.goog-menuitem ul li {
    margin: 0;
    list-style: none;
    padding: 0;
    border-top: 1px solid #ededed;
    /*border-top:1px solid #ededed;
	padding:8px 15px;
	color:#999;
	white-space:nowrap;*/
}

.goog-menuitem ul li a:hover {
    background: #fafafa;
}

.goog-menuitemcss {
    margin: 0;
    list-style: none;
    padding: 8px 15px;
    color: #999;
    white-space: nowrap;
    display: block;
}

:first-child.linehid {
    border-top: 0;
}

/*举报TAB结束*/

/*个人信息TAB开始*/
.personinfo-bg {
    position: absolute;
    width: 425px;
    min-height: 150px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.peoplelistcot-tab {
    /*float:left;*/
}

.peoplelistcot-bottom {
    float: left;
    width: 100%;
    height: 80px;
    padding: 14px;
    background: #fafafa;

}

.peopleinfo-item {
    float: left;
    padding: 0 16px;
    border-right: 1px solid #eee;
}

.meta :first-child.peopleinfo-item {
    padding-left: 0;
}

.peopleinfo-item .value {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.peopleinfo-item .key {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
}

.people-follow {
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}

/*个人信息TAB结束*/
.tt-dataset-bloodhound a {
    cursor: pointer;
}

/*话题广场TAB开始*/
.topics-quare {
    width: 100%;
    float: left;
}

.topics-quare {
    width: 100%;
    float: left;
}

.topics-quare ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topics-quare ul li {
    width: 50%;
    height: 75px;
    float: left;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    border-bottom: 1px dashed #f2f2f2;
}

.topics-quare-list-nav {
    width: 100%;
    height: 80px;
}

.topics-quare-list {
    width: 50%;
    float: left;
    margin: 5px 0 0 0;
    border-bottom: 1px dashed #f2f2f2;
    height: 75px;
}

.quare-title {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    height: 32px;
}

/*话题广场TAB结束*/

.home-friendlinknav {
    margin-left: 100px;
    margin-top: 10px;
}

.home-friendlinknav .itsmgary {
    padding-right: 10px;
}

.inpage-friendlink {
    margin-top: 15px;
}

.inpage-friendlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inpage-friendlink ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
    border-bottom: 1px dashed #f2f2f2;
}

/*.inpage-friendlink ul li a{
	list-style:none;
	padding:0;
	margin:10px 0 10px 0;
	border-bottom:1px dashed #f2f2f2;
	}
.inpage-friendlink ul li a:hover{
	list-style:none;
	padding:0;
	margin:10px 0 10px 0;
	border-bottom:1px dashed #ff7010;
	}*/
.btn-allanswer-nav {
    text-align: center;
    margin-top: -10px;
    float: left;
    width: 100%;
}

.btn-allanswer {
    width: 100px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}

.w-icon-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../png/icon-circle.png) no-repeat;
    margin-right: 5px;
}

.topics-list-li {
    width: 100%;
    display: block;
    margin-left: 20px;
}

.topics-itsmblue {
    font-size: 14px;
    line-height: 32px;
    color: #008fee;
}

.topics-itsmblue a {
    font-size: 14px;
    line-height: 32px;
    color: #008fee;
}

.topics-itsmblue a:hover {
    font-size: 14px;
    line-height: 32px;
    text-decoration: underline;
}

.topics-itsmblue-current {
    font-weight: 700;
}

.topics-itsmgary {
    font-size: 14px;
    line-height: 32px;
    color: #999;
}

.topics-itsmgary a {
    font-size: 14px;
    line-height: 32px;
    color: #999;
}

.topics-itsmgary a:hover {
    font-size: 14px;
    line-height: 32px;
    text-decoration: underline;
}

.topics-itsmgary-current {
    font-weight: 700;
}

.ref-results-list {
    float: left;
    width: 100%;
}

.ref-results-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ref-results-list ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.ref-results-list-left {
    float: left;
    width: 30px;
    margin-left: 10px;
}

.ref-results-list-right {
    margin-top: 6px;
    margin-left: 40px;
}

/*下拉框多选列表开始*/

.multi_select {
    height: auto;
    /*float:left;*/
    display: inline-table;
    position: relative;
    z-index: 9;
    margin-top: 6px;
}

.multirel {
    height: 24px;
    border: 1px solid #ddd;
}

.multifocus {

}

.multiselect_rel {
    height: 24px;
    border: 1px solid #ddd;
    margin-bottom: 2px;
    text-indent: 4px;
}

.multiselect_all {
    margin-top: 0;
}

.multi_select input:first-child {

}

.multicontainer {
    width: 180px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
}

.multitop {
    background: #DBEAF9;
    height: 28px;
    text-indent: 5px;
}

.multicontent {
    background-color: #fff;
    overflow-y: auto;
    margin-top: 2px;
    background: #fff;
    z-index: 9;
    text-indent: 5px;
}

.multicontent div {
    margin-top: 0px;
    height: 28px;
}

.multicontent div:last-child {
    border-bottom: none;
}

.ok {

    display: block;
    float: right;
    height: 20px;
    margin-top: 3px;
    line-height: 16px;
    color: #fff;
    background: #ff7010;
    border: none;
    border-radius: 4px;
}

.hidden {
    display: none;
}

/*下拉框多选列结束*/

.btn-supply-info {
    color: #c09853;
    border: 1px solid #fbeed5;
    background: #fcf8e3;
    float: right;
    width: 780px;
    height: 43px;
    line-height: 20px;
    text-align: left;

}

.btn-supply-info a {
    color: #c09853;

}

.btn-supply-info:hover {
    color: #3a87ad;
    border: 1px solid #bce8f1;
    background: #d9edf7;
    float: right;
    width: 780px;
    height: 43px;
    line-height: 20px;
    text-align: left;

}

.btn-supply-info-bg {
    background: url(../png/icon-bell.png) no-repeat 5px 3px;
    padding-left: 30px;

}

.it-supply {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.productsrbox {
    float: left;
    margin-top: 2px;
    margin-left: 2px;

}

.product-search-left {
    float: left;
    width: 920px;
    margin-bottom: 30px;
}

.product-serch-logo {
    float: left;
    width: 100%;
}

.product-serch-logo-right {
    float: right;
    margin-top: 18px;
}

.product-sign-pic {
    float: right;
}

.logo-titleit {
    font-size: 28px;
    margin-left: 176px;
    margin-top: 8px;
    font-weight: bold;
}

.k-search-tab {
    float: left;
}

.k-search-tab li {
    float: left;
    list-style: none;
    text-align: center;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.k-search-tab li a {
    float: left;
    padding: 0 10px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.k-search-tab li a:hover {
    color: #222;
    background: #ffeadc;
}

.k-search-tab-active {
    color: #fff;
    background: #ff7010;
    padding: 0 10px;
    font-weight: bold;
}

.full-kuan {
    width: 100%;
}

/*首页导航菜单开始*/
.home-menu-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #008fee;
    margin: 20px 0;
    /*border-radius:4px;*/
}

.home-menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-menu-nav ul li {
    list-style: none;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.home-menu-nav ul li a {
    list-style: none;
    margin: 0;
    /*	padding:0 26px;*/
    padding: 0 26px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.home-menu-nav ul li a:hover {
    list-style: none;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    background: #ff7010;
    color: #fff;
    text-align: center;
}

.home-menu-nav-active {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #ff7010;
    margin: 20px 0;
    /*border-radius:4px;*/
}

/*首页导航菜单结束*/

/*积分二级页面开始*/
.changelist-main-nav-left {
    width: 200px;
    float: left;
    margin-bottom: 20px;
}

.changelist-main-nav {
    width: 100%;
    float: left;
}

.changelist-main-nav-right {
    width: 790px;
    float: right;
    margin-bottom: 20px;
}

.product-right-toptile {
    width: 100%;
    border: 1px solid rgb(235, 235, 235);
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #cb0000;
    text-align: center;
}

.changelist-current-nav {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: right;
}

.changelis-main-topline {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 10px
}

.ranktype {
    float: left;
    width: 350px;
}

.ranktype ul {
    padding: 0;
    margin: 0;
}

.ranktype li {
    float: left;
    display: inline;
    margin-left: -1px;
}

.ranktype a, .ranktype span {
    display: inline-block;
    line-height: 27px;
    height: 27px;
}

.ranktype a {
    font-size: 12px;
    padding: 0 12px;
    border-left: 1px solid #d5d5d5;
    background-position: -20px -149px;
}

.ranktype a:hover {
    text-decoration: none;
}

.ranktype .first a {
    background-position: left -149px;
    padding-left: 15px;
    border-left: none;
}

.ranktype .last a {
    background-position: right -149px;
    border-right: none;
}

.ranktype li span {
    padding-right: 18px;
    background-position: right -183px;
}

.ranktype .now {
    background-position: -20px -467px;
    color: #ec0019;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    position: relative;
}

.ranktype .now:hover {
    color: #ec0019;
}

.ranktype .now span {
    background-position: right -210px;
}

.ranktype .now .up {
    background-position: right -505px;
}

.ranktype .up {
    background-position: right -533px;
}

.ranktype .down {
    background-position: right -183px;
}

.ranktype .first .now {
    background-position: left -467px;
    border-right: 1px solid #aaa;
    border-left: none;
}

.ranktype .last .now {
    background-position: right -467px;
}

.ranktype a,
.ranktype li span {
    background: url(../png/category_sprite.png) no-repeat -20px -149px;;
}

.page-mid {
    float: left;
    width: 100px;
}

.topline-left {
    float: left;
    margin: 0px 10px;
}

.page-right {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.input-pagesm {
    float: left;
    width: 68px;
    height: 28px;
    padding: 4px 6px;
}

.giftwrap {
    margin: 0 0 10px 0;
    border: 1px solid rgb(235, 235, 235);
    padding: 10px;
}

.gifttitle {
    line-height: 32px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
    color: #333;
}

.input-giftsm {
    height: 36px;
    width: 60px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.462;
    border-radius: 0px;
}

.giftbtnnav {
    display: inline-block;
}

.btn-gift-sm {
    padding: 0 20px;
    color: #fff;
    line-height: 34px;
    display: block;
    height: 38px;
    text-align: center;
    background: #cb0000;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    border: none;
}

.btn-gift-sm:hover, .btn-gift-sm:focus, .btn-gift-sm:active {
    color: #ffffff;
    background: #008fee;
    line-height: 34px;
    display: block;
    height: 38px;
}

.btn-gift-smgo {
    padding: 0 20px;
    color: #fff;
    line-height: 34px;
    display: block;
    height: 38px;
    text-align: center;
    background: #999;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
}

.btn-gift-smgo:hover, .btn-gift-smgo:focus, .btn-gift-smgo:active {
    color: #ffffff;
    background: #008fee;
    line-height: 34px;
    display: block;
    height: 38px;
}

.gift-info-detail {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(235, 235, 235);
}

.gift-big-menu {
    line-height: 40px;
    height:40px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.table-giftpay {
    width: 100%;
}

.table-giftpay thead tr {
    background: #f4f4f4;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    text-align: center;

}

.table-giftpay thead tr td {
    border-left: 1px solid #ebebeb;
    text-align: center;
    padding: 0 5px;
}

.table-giftpay tbody tr td {
    text-align: center;
    padding: 0 5px;
}

.order-gift-info {
    float: left;
    margin: 10px 0;
}

.order-gift-pic {
    float: left;
    width: 100px;
}

.order-gift-pic img {
    width: 70px;
}

.order-gift-name {
    width: 370px;
    float: left;
    margin-left: 10px;
    text-align: left;
}

.gift-item-nav {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 15px;
}

.gift-count {
    height: 60px;
}

.gift-count-left {
    width: 70%;
    border-right: 1px solid #ebebeb;
    height: 60px;
    padding-right: 20px;
    vertical-align: middle;
    text-align: right;
    float: left;
    line-height: 30px;
}

.gift-count-right {
    width: 25%;
    padding-left: 20px;
    float: left;
    line-height: 30px;
}

.gift-footer {
    width: 100%;
    margin: 20px 0;
}

.gift-orderth {
    border: 1px dashed #ddd;
    background: #fafafa;
    margin: 30px 0 50px 0;
}

.gift-orderth span {
    text-indent: 10px;
    line-height: 34px;
    height: 34px;
    margin-left: 10px;
}

.table-library {
    width: 100%;
}

.table-library thead tr {
    background: #f4f4f4;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    text-align: center;

}

.table-library thead tr th {
    border-right: 1px solid #cfd3d7;
    text-align: center;
    padding: 0 5px;
}

.table-library td {
    text-align: center;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ebebeb;
}

.iconadd {
    font-size: 16px;
    font-weight: bold;
}

.giftcut-btn {
    height: 24px;
    line-height: 24px;
    border: none;
    padding: 3px 8px;
    text-align: center;
    background: #ebebeb;
    cursor: pointer;
}

.giftnum-btn {
    height: 25px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.giftrec-btn {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    width: 100px;
}

.giftrecnum-btn {
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.pro-sail-text {
    width: 100%;
    font-size: 16px;
    font-weight:bold;
}

.pro-sail-list {
    width: 100%;
    margin-top: 20px;
}

.beprice {
    text-decoration: line-through;
}

.laprice {
    color: #ff7010;
}

.price_even {
    background: #fff;
}

/* 偶数行样式*/
.price_odd {
    background: #eff4f7;
}

/* 奇数行样式*/

/* 招聘样式开始*/

.career-list-nav {
    float: left;
    width: 100%;
    min-height: 400px;
    margin-bottom: 20px;
}

.tablecareer {
    border: none;
    width: 100%;
}

.tablecareer a {
    color: #008fee;
}

.tablecareer a:hover {
    color: #ff7011;
}

.tablecareer a:active {
    color: #772360;
}

.tablecareer a:visited {
    color: #772360;
}

.tablecareer a:focus {
    list-style: none;
}

.tablecareer > thead > tr > td {
    border-bottom: 1px solid #DDD;
    background: #fff;
    text-align: left;
    color: #34495e;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 15px;

}

.tablecareer > tbody > tr > td {
    border: none;
    text-align: left;
    color: #34495e;
    height: 36px;
}

.input-careersm {
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 0px;
    width: 220px;
    margin-top: 5px;
}

.input-career-search {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0px;
    width: 80px;
}

.career-form {
    position: relative;
    display: block;
    float: left;
}

.icon-top-news {
    right: 40px;
    position: absolute;
}

.career-resume-list-nav {
    width: 100%;
    float: left;
}

.table-career-resum {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.table-career-resum th {
    text-align: center;
    font-size: 16px;
    color: #727272;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
    line-height: 36px;
}

.table-career-resum td {
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: normal;
    line-height: 36px;
}

.career-resume-over {
    width: 86px;
    height: 6px;
    border-radius: 10px;
    background: #eee;
    margin: 0 auto;
}

.career-resume-over-percent {
    width: 50%;
    height: 6px;
    border-radius: 10px;
    background: #ff7010;
}

.career-resume-edit {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-edit.png) no-repeat 0;
}

.career-resume-edit:hover {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-edita.png) no-repeat 0;
}

.career-resume-copy {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-copy.png) no-repeat 0;
}

.career-resume-copy:hover {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-copya.png) no-repeat 0;
}

.career-resume-copy:active {
    list-style: none;
    border: none;
}

.career-resume-read:active {
    list-style: none;
    border: none;
}

.career-resume-delete:active {
    list-style: none;
    border: none;
}

.career-resume-edit:active {
    list-style: none;
    border: none;
}

.career-resume-copy:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-read:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-delete:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-edit:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-lock:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-unlock:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-content-toggle-btn:focus {
    list-style: none;
    border: none;
    outline: none;
}

.career-resume-read {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-read.png) no-repeat 0;
}

.career-resume-read:hover {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-reada.png) no-repeat 0;
}

.career-resume-delete {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-delete.png) no-repeat 0;
}

.career-resume-delete:hover {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-deletea.png) no-repeat 0;
}

.career-resume-unlock {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-unlock.png) no-repeat 0;
}

.career-resume-lock {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-lock.png) no-repeat 0;
}

.career-resume-help-readnew {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-help-readnew.png) no-repeat 0;
}

.career-resume-helping-readnew {
    width: 26px;
    height: 26px;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-helping-readnew.png) no-repeat 0;
}

.career-resume-help-readingnew {
    width: 100%;
    height: 26px;
    display: block;
    border: none;
    list-style: none;
    vertical-align: middle;
    background: url(../png/career-icon-help-readingnew.png) no-repeat center;
}

.carrer-float-menu {
    position: fixed;
    right: 20px;
    top: 25px;
}

.carrer-float-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #008fee;
    background: #fafafa;
}

.carrer-float-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 120px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin: 0px 2px;
    border-bottom: 1px dashed #e5e5e5;
}

.carrer-float-menu ul li a:hover {
    color: #ff7010;
}

.carrer-float-menu-title {
    width: 126px;
    background: #008fee;
    color: #fff;
    font-weight: bold;
    padding: 0px 2px;
    text-align: center;
    line-height: 36px;
    height: 36px;
}

.carrer-float-menu-bottom {
    width: 126px;
    background: #008fee;
    color: #fff;
    font-weight: normal;
    padding: 0px 2px;
    text-align: center;
    line-height: 36px;
    height: 36px;
}

.carrer-float-menu-bottom a {
    color: #fff;
}

.carrer-float-menu-bottom a:hover {
    color: #ff7010;
}

.row-career-left {
    float: left;
    width: 580px;
    height: auto;
}

.pic-career-left {
    float: left;
    width: 178px;
    text-align: center;
    padding: 20px 48px 0 20px;
}

.pic-career-right {
    float: left;
    width: 200px;
    margin-top: 56px;
    /*height:280px;原220px*/
}

.pic-career-logo {
    width: 122px;
    height: 174px;
    overflow: hidden;
    margin-top: 46px;
}

.img-career {
    display: inline-block;
    width: 122px;
}

.career-company-top {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 28px;
    padding-left: 20px;
}

.career-company-intro {
    float: left;
    width: 100%;
}

.career-company-intro li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
}

.career-company-intro span.info {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
}

.info-map {
    padding-left: 30px;
    background: url(../png/info-map.png) no-repeat 0;
}

.info-phone {
    padding-left: 30px;
    background: url(../png/info-phone.png) no-repeat 0;
}

.info-mail {
    padding-left: 30px;
    background: url(../png/info-mail.png) no-repeat 0;
}

.career-company-intro li dt {
    float: left;
    font-weight: bold;
    line-height: 36px;
}

.career-company-intro li dl {
    /*	float:left;
*/
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.row-career-right {
    float: right;
    width: 545px;
    height: 390px;
    margin-right: 20px;
    padding: 28px 28px 16px 28px;
    background: url(../png/career-myinfo-bg.png) no-repeat;
}

.career-right-title {
    float: left;
    width: 100%;
    vertical-align: bottom;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.career-add-info {
    list-style: none;
    border: none;
    width: 18px;
    height: 18px;
    background: url(../png/career-add-info.png) no-repeat 0;
}

.career-right-myself-nav {
    float: left;
    margin-top: 28px;
}

.career-right-myself-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-right-default-text {
    float: left;
    margin-left: -105px;
    margin-top: 30px;
    color: #ff7010;
}

.career-right-res-nav {
    float: left;
    width: 100%;
    margin-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #dfdfdf;
}

.career-right-res-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-right-res-nav li {
    float: left;
    width: 33%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.career-right-res-nav-btn {
    margin: 10px 0;
}

.career-right-res-nav li span {
    font-size: 16px;
    color: #9d9d9d;
}

.career-right-record-nav {
    float: left;
    width: 100%;
    margin-top: 16px;
}

.career-right-record-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-right-record-nav li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.career-right-record-num {
    width: 100px;
    height: 30px;
    text-align: center;
    margin: 10px auto;
}

.career-record-nmu {
    float: left;
    width: 60px;
    font-size: 22px;
    color: #767676;
    text-align: right;
}

.career-record-nmu-top {
    float: left;
    width: 26px;
    height: 22px;
    margin-top: -10px;
    background: url(../png/career-btn-imfo-new.png) no-repeat 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
}

.career-record-text {
    font-size: 16px;
    color: #9d9d9d;
}

.career-company-btnnav {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.career-btn {
    float: left;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-top: 6px;
    margin-right: 20px;
    display: table;
}

.career-btn a {
    font-weight: normal;
    padding: 6px 30px;
    background: #008fee;
    color: #fff;
    border-radius: 5px;
}

.career-btn a:hover {
    padding: 6px 30px;
    background: #2aaaff;
}

.career-btn-active {
    float: left;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-top: 6px;
    margin-right: 20px;
}

.career-btn-active a {
    font-weight: normal;
    padding: 6px 30px;
    background: #ff7010;
    color: #fff;
    border-radius: 5px;
}

.career-btn-activen a:hover {
    padding: 6px 30px;
    background: #ff7010;
    color: #fff;
}

.career-btn-activen a:focus {
    padding: 6px 30px;
    background: #ff7010;
    color: #fff;
}

.career-content-nav {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.career-content-tilte {
    margin: 26px 0;
    padding-left: 20px;
    background: url(../png/career-content-title-bg.png) no-repeat;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.career-content-nav li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px dashed #e5e5e5;
}

.career-content-list-left {
    float: left;
    width: 850px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
}

.career-content-jobname {
    font-weight: bold;
}

.career-content-jobname a {
    font-weight: bold;
    color: #333;
}

.career-content-jobname a:hover {
    font-weight: bold;
    color: #ff7010;
}

.career-content-companyname {
    font-weight: normal;
    color: #535353;
}

.career-content-companyname a {
    font-weight: normal;
    color: #535353;
}

.career-content-companyname a:hover {
    font-weight: normal;
    color: #ff7010;
}

.career-content-pricename {
    font-weight: normal;
    color: #ff7010;
}

.career-content-pricename a {
    font-weight: normal;
    color: #ff7010;
}

.career-content-addressname {
    font-weight: normal;
    color: #b0b0b0;
}

.career-content-list-right {
    float: right;
    width: 200px;
    height: 60px;
    padding-top: 11px;
}

.career-content-fav-btn-nav {
    float: left;
    width: 100px;
    margin-top: 3px;
}

.career-content-fav-btn {
    margin-left: 60px;
    list-style: none;
    border: 0;
    width: 34px;
    height: 32px;
    background: url(../png/career-content-fav-btn.png) no-repeat 0;
}

.career-content-fav-btn:hover {
    list-style: none;
    border: 0;
    width: 34px;
    height: 32px;
    background: url(../png/career-content-fav-btna.png) no-repeat 0;
}

.career-content-fav-btn.active {
    margin-left: 60px;
    list-style: none;
    border: 0;
    width: 34px;
    height: 32px;
    background: url(../png/career-content-fav-btna.png) no-repeat 0;
}

.career-content-fav-btn:hover {
    list-style: none;
    border: 0;
    width: 34px;
    height: 32px;
    background: url(../png/career-content-fav-btna.png) no-repeat 0;
}

.career-content-toggle-btn {
    list-style: none;
    border: 0;
    width: 34px;
    height: 33px;
    background: url(../png/career-content-arrow-up.png) no-repeat 0;
}

.career-content-toggle-btn.up {
    background: url(../png/career-content-arrow-up.png) no-repeat 0;
}

.career-content-toggle-btn.down {
    background: url(../png/career-content-arrow-down.png) no-repeat 0;
}

.career-content-check-job {
    margin-left: 28px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #3ba8f0;
}

.career-content-check-job a {
    line-height: 38px;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #3ba8f0;
}

.career-content-check-job a:hover {
    line-height: 38px;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ff7010;
}

.career-content-apply-job {
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.career-content-apply-job a {
    line-height: 38px;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #3ba8f0;
}

.career-content-apply-job a:hover {
    line-height: 38px;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ff7010;
}

.career-content-toggle-btn-nav {
    float: right;
    margin-right: 22px;
    margin-top: 3px;
}

.career-content-detail {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.career-content-detail-honer {
    display: block;
    float: left;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #ffdad0;
    text-align: center;
    color: #535353;
    font-size: 14px;
    margin-right: 10px;
}

.career-content-detail-text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.career-title-nav {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.career-plan-nav {
    width: 100%;
    float: left;
    border: 2px solid #eaeaea;
    padding: 10px;
}

.career-plan-nav img {
    max-width: 100%;
}

.career-jobintro-top {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.career-jobintro-intro {
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
}

.career-jobintro-intro li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33%;
}

.career-jobintro-intro li dt {
    float: left;
    font-weight: bold;
    line-height: 36px;
}

.career-jobintro-intro li dl {
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.career-login-btn-mod {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.career-login-btn-left {
    float: left;
    width: 48%;
}

.career-login-btn-right {
    float: right;
    width: 48%;
}

.career-srbox {
    width: 94%;
    margin: 30px auto 20px;
    float:left;
}

.career-inpage-typearea {
    /*width: 750px;*/
    width: 700px;
    height: 34px;
    /*line-height:3px;*/
    line-height: 17px;
    font-family: "微软雅黑";
    padding-left: 5px;
    padding-bottom: 7px;
    padding-right: 18px;
    padding-top: 7px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.career-inpage-typearea:hover {
    border: 1px solid #9e9e9e;
}

.career-inpage-typearea:focus {
    border: 1px solid #3388FF;
    color: #222;
}

.career-inpage-searchsub {
    width: 100px;
    height: 34px;
    /*border: 1px solid #008fee;*/
    /*border-bottom: 1px solid #fff;*/
    background-color: #008fee;
    position: absolute;
    left: 361px;
    top: 0;
    margin: 0 3px 0 0;
}

.career-more-btn-block {
    float: right;
    margin-right: 55px;
    width: 150px;
    font-size: 16px;
    line-height: 34px;
}

.career-more-btn-block a {
    color: #ff7010;
}

.career-inpage-subbtn {
    cursor: pointer;
    width: 100px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: none;
    /*font-size: 15px;*/
    color: white;
}

.career-advance-search-content {
    width: 100%;
    float: left;
    /*
    margin-top: 20px;
    */
}

.career-advance-search-list {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.career-advace-search-title {
    width: 100px;
    float: left;
    font-size: 15px;
    line-height: 32px;
    color: #666;
    font-weight:bold;
}

.career-advace-search-text {
    float: left;
}

.career-advace-search-text li {
    float: left;
    list-style: none;
    padding: 0 20px;
}

.career-advace-search-text li a {
    float: left;
    list-style: none;
    font-size: 15px;
    line-height: 32px;
    color: #777;
    display: block;
}

.career-advace-search-text li a:hover {
    float: left;
    list-style: none;
    /*background: #fafafa;*/
    color: #ff7010;
    display: block;
}
.career-advace-search-text li .active {
    float: left;
    list-style: none;
    /*background: #fafafa;*/
    color: #ff7010;
    display: block;
}

.career-advace-search-end {
    width: 100%;
    float: left;
    text-align: center;
    margin-top:10px;
}

.career-advace-search-end-btna {
    width: 68px;
    height: 30px;
    background: #008fee;
    color: #fff;
    line-height: 28px;
    border: 1px solid #ddd;
}

.career-advace-search-end-btn {
    width: 68px;
    height: 30px;
    background: #fff;
    color: #777;
    line-height: 28px;
    border: 1px solid #ddd;
}

.career-advace-search-end-btn:hover {
    width: 68px;
    height: 30px;
    background: #008fee;
    color: #fff;
    line-height: 28px;
    border: 1px solid #ddd;
}

.career-advace-show-more { /*clear:both;*/
    width: 80px;
    float: right;
    line-height: 28px;
    border: 1px solid #ddd;
    text-align: center;
}

.career-advace-show-more a {
    display: block;
    color: #777;
}

.career-advace-show-more a:hover {
    color: #ff7010;
}

.career-select-search {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 0px;
    width: 133px;
    margin-right: 10px;
    padding-left:10px;
    color:#b3b3b3;
}

.career-advace-search-second-title {
    width: 120px;
    float: left;
    font-size: 15px;
    line-height: 32px;
    color: #777;
    margin-top: 10px;
}

.career-advace-search-second-text {
    float: left;
    width: 980px;
    margin-top: 10px;
}

.career-advace-search-second-text li {
    float: left;
    list-style: none;
    padding: 0;
    display: block;
    background: #fafafa;
    margin-right: 20px;
    font-size: 15px;
    line-height: 32px;
    margin-bottom:5px;
}

.career-advace-search-second-text li a {
    float: left;
    list-style: none;
    color: #777;
    padding: 0 20px;
    display: block;
}

.career-advace-search-second-text li a:hover {
    float: left;
    list-style: none;
    background: #fafafa;
    color: #777;
    display: block;
}

.career-advace-search-close {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: -5px;
    margin-top: -3px;
    border: none;
    background: url(../png/career-advace-search-close.png) no-repeat 0;
}
.career-search-history{
    width:100%;
    float:left;
    margin-top:-15px;
    margin-bottom:10px;
    color:#999;
}
.career-search-history a{
    color:#999;
}
.career-inpage-top-right{
    height:60px;
    margin-top:-60px;
    margin-left:720px;
}
.career-inpage-top-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    border:none;
    width: 140px;
    height: 42px;
    line-height: 42px;
    color: #ff7010;
    background: #fff;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 18px;
}
.career-inpage-top-btn a {
    background:#fff;
    color: #ff7010;
    border: none;
}

.career-inpage-top-btn:hover {
    background:#fff;
    color: #5bc0de;
    border: none;
}
.career-inpage-top-btn:visited{
    color:#ff7010!important;
}

.career-label-on-z1 {
    color: #ff7010!important;
}

.career-labe-onmouseover {
    color: #777;
}

.career-logo-content {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: 10px solid #f9f9f9;
    border-bottom: 10px solid #f9f9f9;
    margin-bottom:30px;
}

.career-logo-content li {
    width: 16.5%;
    float: left;
    text-align:left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin:5px 0;
}
.career-logo-content li img {
    width:189px;
    height:56px;
}

.career-advance-result-model {
    width: 100%;
    /*margin-top: 30px;*/
}

.career-expressrobot {
    float: left;
    height: 52px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #5bc0de;
}

.career-expressrobot span {
    float: left;
    display: inline-block;
    width: 165px;
    line-height: 51px;
    color: #333;
    background-color: #e6e6e6;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.career-expressrobot span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.career-expressrobot span a:hover {
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
}

.career-excurrent {
    background-color: #008fee;
    text-decoration: none;
    color: #ffffff!important;
}

.career-expresssort {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.career-expresssort:hover, .career-expresssort:active, .active > .career-expresssort {
    font-size: 16px;
    /*	color: #000000;
	*/
}

.career-advance-result-list {
    width: 100%;
}

.career-advance-result-list li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    height:115px;
}

.career-advance-result-list li a:hover {
    color:#ff7010;
}

.career-advance-result-list li:nth-child(even) {
    border-right: none;
}

.career-advance-result-list li span {
    font-size: 15px;
    line-height:32px;
}

.career-advance-result-list li span a {
    color: #777;
}

.career-advance-result-list li span a:hover {
    color: #ff7010;
}

.career-advance-result-list li h3 {
    font-size: 16px;
    color: #008fee;
    font-weight: normal;
    margin: 0;
    line-height:32px;
    width:100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.career-advance-result-list li h3 a {
    color: #008fee;
}

.career-advance-result-list li h3 a:hover {
    color: #ff7010;
}

.career-it-salary {
    color: #ff7010!important;
}

.career-job-company-name {
    width: 100%;
    display: block;
    color:#777;
}

.career-inpage-positionbox {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 15px 0;
}

.career-inpage-positionbox span {
    color: #777;
}

.career-inpage-positionbox span a {
    color: #008fee;
}

.career-inpage-positionbox span a:hover {
    color: #ff7010;
}

.career-inpage-content {
    width: 100%;
    margin-bottom: 20px;
    margin-left: -18px;
}

.career-inpage-content-title {
    width: 100%;
    height: 80px;
    background: #5bc0de;
}

.career-inpage-content-detail-bg {
    background: url(../png/career-inpage-title-bg.png) no-repeat top left;
}

.career-inpage-content-detail {
    min-height: 100px;
    border: 1px solid #ddd;
    border-top: none;
    margin-left: 18px;
    padding: 20px 20px 20px 30px;
}

.career-title-first {
    font-size: 24px;
    color: #fff;
    padding-top: 5px;
    line-height: 44px;
    padding-left: 48px;
    display: block;
    font-weight:bold;
}

.career-title-second {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-left: 48px;
}
.career-title-second a{
    color: #fff;
}
.career-title-second a:hover{
    color: #ff7010;
}

.career-inpage-content-detail-first {
    width: 100%;
}

.career-inpage-content-detail-first li {
    float: left;
    list-style: none;
    margin: 10px 0;
    padding: 0px 20px;
    border-right: 1px solid #ddd;
    line-height: 16px;
    font-size: 16px;
    color: #777;
}

.career-inpage-content-detail-first li:first-child {
    padding-left: 0;
}

.career-inpage-content-detail-second {
    width: 100%;
    display: block;
    float: left;
    color: #d2d2d2;
    padding: 10px 0;
}

.career-inpage-content-apply-btn {
    float: right;
    margin-top: -70px;
    width: 150px;
}

.career-inpage-content-intro {
    float: left;
    width: 100%;
}
.career-inpage-content-intro img{
    max-width: 90%;
}

.career-inpage-content-intro li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.career-inpage-content-intro span.info {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
}

.career-inpage-content-intro li dt {
    float: left;
    font-weight: bold;
    line-height: 36px;
    font-size: 16px;
}

.career-inpage-content-intro li dl {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 36px;
    padding-left: 90px;
}

.career-inpage-content-title-second-nav {
    width: 100%;
    margin-top: 20px;
    background: url(../png/career-inpage-title-second.png) no-repeat top left;
    height: 59px;
    font-size: 20px;
    color: #fff;
    margin-left: 7px;
    padding-left: 40px;
    line-height: 46px;
    float: left;
    z-index: 999;
    font-weight: bold;
}
.career-inpage-content-title-second-right{
    float:right;
    width:100%;
    margin-top:-50px;
    text-align: right;
    font-size:14px;
    padding-right:10px;
}
.career-inpage-content-title-second-right a{
    color:#008fee;
}
.career-inpage-content-title-second-right a:hover{
    color:#ff7010;
}

.career-inpage-content-second-bg {
    min-height: 100px;
    border: 1px solid #ddd;
    margin-left: 18px;
    padding: 20px 20px 20px 30px;
    margin-top: -20px;
    text-indent: 2em;
    line-height: 30px;
    color: #777;
}
.career-inpage-content-second-bg img {
    max-width: 90%;
}
.career-inpage-content-second-bg a{
    color:#008fee;
}
.career-inpage-content-second-bg a:hover{
    color:#ff7010;
}


.career-title-btn {
    display: block;
    margin-top: -24px;
    margin-right: 50px;
    float:right;
}
.career-title-btn a{
    padding: 5px 15px;
    border-radius: 3px;
    border:none;
    color: #ff6600;
    background:#fff;
    display: block;
    font-size: 16px;
}
.career-title-btn a:hover{
    padding: 5px 15px;
    border-radius: 3px;
    border:none;
    color: #fff;
    background:#ff6600;
    display: block;
    font-size: 16px;
}
.career-inpage-right {
    width: 280px;
    float: right;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    padding-top: 30px;
}
.career-inpage-right img {
    max-width:150px;
}
.career-inpage-all-list{
    width:100%;
}
.career-inpage-all-list-title{
    width:100%;
    margin-top:10px;
    border-bottom:5px solid #fafafa;
}
.career-inpage-all-list-title-text{
    font-size: 22px;
    font-weight:bold;
    color: #393939;
    line-height: 42px;
}
.career-inpage-all-result-list {
    width: 100%;
    text-indent: 0!important;
}

.career-inpage-all-result-list li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.career-inpage-all-result-list li:last-child {
    border-bottom:0;
}

.career-inpage-all-result-list li a:hover {
    color:#ff7010;
}

.career-inpage-all-result-list li:nth-child(even) {
    border-right: none;
}

.career-inpage-all-result-list li span {
    font-size: 15px;
    line-height:32px;
}

.career-inpage-all-result-list li span a {
    color: #777;
}

.career-inpage-all-result-list li span a:hover {
    color: #ff7010;
}

.career-inpage-all-result-list li h3 {
    font-size: 16px;
    color: #008fee;
    font-weight: normal;
    margin: 0;
    line-height:32px;
    width:100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.career-inpage-all-result-list li h3 a {
    color: #008fee;
}

.career-inpage-all-result-list li h3 a:hover {
    color: #ff7010;
}

.career-inpage-companyname {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #777;
    padding: 20px 0;
    text-align: center;
}
.career-inpage-companyname a {
    color: #777;
}
.career-inpage-companyname a:hover {
    color: #ff7010;
}

.career-right-company-intro {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.career-right-company-intro li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.career-right-company-intro li dt {
    float: left;
    font-weight: normal;
    line-height: 30px;
    color: #777;
    font-size: 15px;
}

.career-right-company-intro li dl {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #777;
    font-size: 15px;
    word-break: break-all;
}

.career-right-company-logo-content {
    width: 280px;
    margin-top: 30px;
    float: right;
}

.career-right-company-logo-content li {
    width: 100%;
    list-style: none;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.career-right-company-logo-content li img {
    max-width: 98%;
}

.career-inpage-input {
    width: 360px;
    height: 30px;
    line-height: 24px;
    text-indent: 10px;
    margin-left: 20px;
}
.career-job-meetting-left{
    width:70%;
    float:left;
    text-align: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.career-job-meetting-right{
    width:30%;
    float:right;
    text-align: center;
}
.career-advance-meetting-list {
    width: 100%;
    border-top: 40px solid #fafafa;
}

.career-advance-meetting-list li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    line-height: 32px;
    height:115px;
}

.career-advance-meetting-list li a:hover {
    /*background: #f9f9f9;
    display: block;*/
}

.career-advance-meetting-list li:nth-child(even) {
    border-right: none;
}
.career-inpage-search-record{
    float:left;
    width:700px;
    min-height: 36px;
    border:1px solid #e6e6e6;
    position: absolute;
    margin-left:85px;
    border-top:0;
    /*
    margin-top:34px;
    */
    background:#fff;
    z-index: 9999;
}
.career-inpage-search-record li{
    float:left;
    width:100%;
    height:36px;
    line-height:36px;
    display: block;
    color:#777;
    list-style: none;
    margin:0;
    padding:0;
    text-indent:15px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.career-inpage-search-record li a{
    float:left;
    width:100%;
    display: block;
    color:#777;
}
.career-inpage-search-record li a:hover{
    float:left;
    width:100%;
    display: block;
    background:#008FEE;
    color:#fff;
}
.career-inpage-search-record-active:hover {
    color:#fff!important;
    background:#008FEE;
    cursor:pointer;
}
.career-meetting-title{
    font-size: 16px;
    color:#333;
}
.career-meetting-title a{
    font-size: 16px;
    color:#333;
}
.career-meetting-title a:hover{
    font-size: 16px;
    color:#ff7010;
}
.career-meetting-time{
    font-size: 14px;
    color:#999;
}
.career-meetting-text{
    font-size: 14px;
    color:#ff6600;
}
.career-meetting-org{
    font-size: 13px;
    color:#f2ad4e;
}
.career-meetting-blue{
    font-size: 13px;
    color:#008fee;
}
.tablemeetting {
    border: none;
    width: 100%;
}

.tablemeetting a {
    color: #008fee;
}

.tablemeetting a:hover {
    color: #ff7011;
}

.tablemeetting a:active {
    color: #772360;
}

.tablemeetting a:visited {
    color: #772360;
}

.tablemeetting a:focus {
    list-style: none;
}

.tablemeetting > thead > tr > td {
    background: #fff;
    text-align: left;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;

}

.tablemeetting > tbody > tr > td {
    border: none;
    text-align: left;
    color: #999;
    height: 36px;
}
.career-advace-search-text-second-menu{
    width:860px;
    float:left;
    display:block;
    background:#fafafa;
    border:1px solid #ddd;
    margin:10px 0 10px 110px;
}
.career-advace-search-text-second-menu li{
    list-style: none;
    float:left;
    margin:0;
    padding:0 20px;

}

.btn-career-login {
    list-style: none;
    margin: 0;
    padding: 0;
    border:none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #5bc0de;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-career-login:hover {
    background:#E6E6E6;
    color: #5bc0de;
    border: none;
}
.btn-career-login:visited{
    color:#fff!important;
}

.btn-career-session {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #5bc0de;
    background: #E6E6E6;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-career-session:hover {
    background: #5bc0de;
    color:#fff;
    border:none;
}

.btn-career-orange {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #efad4d;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-career-orange:hover {
    background: #5bc0de;
    color:#fff;
    border:none;
}

.askquestion-btn-active {
    width: 100%;
    height: 40px;
    background: #008fee;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    border: 1px solid #0189e4;
    margin-top: 10px;
    font-weight: bold;
}

.askquestion-btn-active:hover {
    width: 100%;
    background: #2aaaff;
    border: 1px solid #008fee;
    color: #fff;
}

.answer-items {
    font-size: 16px;
    font-weight: bold;
    color: #ff7010;
    width: 40px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    margin-left: 5px;
}

.table-safe {
    margin: 0;
    padding: 0;
    /*	border:none;*/
    width: 100%;
}

.table-safe td {
    border-bottom: thin solid #fff;
    padding: 7px;
    text-align: left;
    padding-left: 10px;
}

.table-safe th {
    height: 32px;
    line-height: 32px;
    background: #efefef;
    border-bottom: thin solid #fff;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    font-weight: normal;
    width: 123px;
}

/*选择城市样式开始*/
.choose-city-title-nav {
    background: #fafafa;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
}

.data-taps-btn-active {
    background: #fff;
    border-style: solid;
    border-color: #e9e9e9;
    border-width: 1px 1px 0 1px;
    padding: 6px 25px;
    color: #008fee;
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}

.data-taps-btn {
    background: #fafafa;
    border-style: solid;
    border-color: #e9e9e9;
    border-width: 1px 1px 1px 1px;
    padding: 6px 25px;
    color: #222;
    margin-bottom: -1px;
}

.select-city {
    font-size: 15px;
    line-height: 42px;
}

.select-province {
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
}

.select-tags {
    font-size: 14px;
    display: inline;
}

.select-tags .tag {
    margin-right: 2px;
    color: white;
}

.select-tags .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.select-tags .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

/*选择城市样式结束*/
.career-plan-nav-section1 {
    float: left;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.career-plan-nav-section2 {
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.wait-answer-btn {
    list-style: none;
    border: none;
    padding: 0 5px;
    border-radius: 4px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background: #4bb44b;
}

.wait-answer-btn-new {
    list-style: none;
    border: none;
    padding: 0 2px;
    border-radius: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: #ff7010;
    display: block;
    margin-top: 3px;
}

.expressrobot-atten {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
    color: #008fee;
    font-size: 14px;
    text-align: center;
    background: url(../png/answer-atten-bgline.png) no-repeat 0 12px;
}

/*简历预览样式开始*/
.resume-body {
    width: 800px;
    margin: 0 auto;
}

.resume-body-top {
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 29px;
}

.resume-bod-top-title {
    padding: 0px 10px;
    float: left;
    width: 100%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #008fee;
}

.resume-close-btn {
    list-style: none;
    border: none;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: url(../png/resume-close-btn.png) no-repeat 4px 4px;
}

.resume-close-btn:hover {
    list-style: none;
    border: none;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: url(../png/resume-close-btna.png) no-repeat -3px -3px;
}

.resume-top-content-bg {
    float: left;
    background: #fff;
    width: 100%;
    padding: 25px 34px 0px 56px;
}

.resume-top-content {
    float: left;
    background: #fff;
    width: 100%;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
    color: #636363;
}

.resume-top-content-left {
    float: left;
    width: 120px;
}

.resume-top-content-right {
    float: left;
    width: 500px;
    margin-left: 56px;
}

.resume-top-img {
    height: 150px;
    /*	height:136px;
*/
    border-radius: 0;
}

.resume-top-text-left {
    float: left;

}

.resume-top-text-right {
    float: right;
    width: 240px;
    text-align: right;
    margin-top: 6px;
}

.resume-top-text-bottom {
    float: left;
    width: 436px;
    margin: 12px 0 0 20px;
}

.resume-icon-phone {
    padding-left: 22px;
    background: url(../png/resume-icon-phone.png) no-repeat 0;
}

.resume-icon-mail {
    padding-left: 22px;
    background: url(../png/resume-icon-mail.png) no-repeat 0 4px;
}

.resume-icon-map {
    padding-left: 22px;
    background: url(../png/resume-icon-map.png) no-repeat 0 2px;
}

.resume-icon-home {
    padding-left: 22px;
    background: url(../png/resume-icon-home.png) no-repeat 0 2px;
}

.resume-body-content {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
}

.resume-body-model {
    float: left;
    width: 100%;
    padding: 15px 44px 15px 22px;
    font-size: 14px;
    color: #636363;
    line-height: 28px;
}

.resume-title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #008fee;
    padding-left: 38px;
    width: 100%;
}

.resume-title-myself {
    background: url(../png/resume-tilte-myself.png) no-repeat;
}

.resume-title-job {
    background: url(../png/resume-tilte-job.png) no-repeat 0;
}

.resume-title-edu {
    background: url(../png/resume-tilte-edu.png) no-repeat 0;
}

.resume-title-work {
    background: url(../png/resume-tilte-work.png) no-repeat 0;
}

.resume-title-item {
    background: url(../png/resume-tilte-item.png) no-repeat 0;
}

.resume-title-social {
    background: url(../png/resume-tilte-social.png) no-repeat 0;
}

.resume-title-train {
    background: url(../png/resume-tilte-train.png) no-repeat 0;
}

.resume-title-honer {
    background: url(../png/resume-tilte-honer.png) no-repeat 0;
}

.resume-title-like {
    background: url(../png/resume-tilte-like.png) no-repeat 0;
}

.resume-title-art {
    background: url(../png/resume-tilte-art.png) no-repeat 0;
}

.resume-model-detail {
    float: left;
    margin-left: 38px;
    margin-top: 10px;
    width: 100%;
    padding-right: 34px;
}

.resume-model-detail li {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed #dcdcdc;
}

.resume-model-detail li:last-child {
    border-bottom: 0px dashed #dcdcdc;
    padding-bottom: 0;
}

.resume-model-detail li:first-child {
    margin-top: 0px;
}

.resume-footer {
    float: left;
    width: 100%;
    height: 30px;
    background: #008fee;
}

.resume-arrow-down {
    padding-right: 20px;
    background: url(../png/resume-icon-arrow-down.png) no-repeat right;
}

.resume-arrow-up {
    padding-right: 20px;
    background: url(../png/resume-icon-arrow-up.png) no-repeat right;
}

/*简历预览样式结束*/

/*下拉简历样式开始*/
select.career-select {
    display: none;
}

.select_box {
    margin: 0px auto;
    width: 200px;
    color: #333;
    line-height: 28px;
    font-size: 18px;
    margin-left: 0px;
    height: 60px;
}

.select_showbox {
    background: url("../png/career-myinfo-arrow.png") no-repeat 180px 12px;
    border: none;
    border-image: none;
    height: 28px;
    padding-left: 0px;
}

.select_option {
    border: none;
    display: none;
}

.select_option li {
    padding-left: 5px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.select_option li.selected {
    color: #636365;
    background-color: #e0f4ff;
}

.select_option li.hover {
    background: #e0f4ff;
    color: #636365;
);
}

/*下拉简历样式结束*/
.img-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 9999;
}

.img-popup .bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.img-popup .bg img {
    position: relative;
    top: 45px;
}

.img-popup img {
    max-width: 95%;
    max-height: 95%;
}

.vot-btn-sapn {
    width: 40px;
    display: inline-block;
}

.career-help-model {
    width: 100%;
    padding: 0 10px;
}

.career-help-model-title {
    width: 100%;
    font-size: 18px;
    color: #393939;
    line-height: 48px;
    border-bottom: 1px dotted #e2e2e2;
}

.career-help-sun-model {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.career-help-sun-model-title {
    width: 100%;
    font-size: 14px;
    color: #4c8fbd;
    background: #eef4f9;
    font-weight: bold;
    line-height: 32px;
    border: 1px solid #cdd8e3;
    padding: 2px 10px;
}

.career-help-sun-content {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.career-help-sun-content li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    display: inline-block;
    line-height: 38px;
    font-size: 16px;
}

.career-help-sun-content p {
    font-size: 16px;
    color: #ff7010;
}

.career-help-sun-content-red {
    color: #ff7c80;
}

.career-help-sun-content-blue {
    color: #95b3d7;
}

.career-help-sun-content-biggreen {
    color: #948b54;
}

.career-help-sun-content-yellow {
    color: #ff7010;
}

.career-help-sun-content-help {
    color: #ff0000;
}

.red-icon {
    padding-left: 36px;
    background: url("../png/icon-red.png") no-repeat 0;
}

.blue-icon {
    padding-left: 36px;
    background: url("../png/icon-blue.png") no-repeat 0;
}

.biggreen-icon {
    padding-left: 36px;
    background: url("../png/icon-biggreen.png") no-repeat 0;
}

.orange-icon {
    padding-left: 36px;
    background: url("../png/icon-orange.png") no-repeat 0;
}

.career-help-model-show {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #cdd8e3;
    background: url("../jpg/sugestion-bg.jpg") no-repeat bottom right;
}

.career-help-model-show-title {
    width: 100%;
    font-size: 18px;
    color: #393939;
    line-height: 58px;
    font-size: 16px;
}

.career-help-model-show-title-right {
    width: 100%;
    font-size: 18px;
    color: #393939;
    line-height: 38px;
    font-size: 16px;
    text-align: right;
    padding-right: 50px;
}

/*导师新页面开始*/
.teacher-container {
    width: 100%;
    margin-top: 10px;
}

.teacher-banner {
    width: 100%;
    height: 230px;
    background: url("../jpg/teacher-banner.jpg") repeat-x center;
}

.teacher-banner-btn {
    padding: 10px 22px;
    border: 2px solid #fff;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    opacity: 0.7;
    font-size: 20px;
}

.teacher-banner-btn:hover, .teacher-banner-btn:active {
    padding: 10px 22px;
    border: 2px solid #ff7010;
    border-radius: 4px;
    background: transparent;
    color: #ff7010;
    opacity: 0.7;
    font-size: 20px;
}
.teacher-banner-btn:visited {
    color: #fff;
}
.teacher-banner-btn-block {
    width: 900px;
    margin: 0 auto;
    padding-top: 145px;
    padding-left: 240px;
}
.teacher-detail-banner-btn-block {
    width: 460px;
    float:left;
    margin-top: -70px;
    margin-left:270px;
}
.teacher-detail-banner-code{
    width: 340px;
    float:right;
    margin-top: -134px;
}
.teacher-detail-banner-code img{
    width: 100px;
}
.teacher-detail-banner-code-left{
    float:left;
}
.teacher-detail-banner-code-right{
    float:left;
    width:200px;
    margin-left:20px;
    color:#fff;
    margin-top:12px;
}
.teacher-banner-another-btn {
    padding: 6px 22px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color:#008FEE;
    opacity: 0.7;
    font-size: 16px;
}

.teacher-banner-another-btn:hover, .teacher-banner-another-btn:active {
    padding: 6px 22px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color:#ff7010;
    opacity: 0.7;
    font-size: 20px;
}
.teacher-banner-another-btn-small {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color:#279ef2;
    opacity: 0.7;
    font-size: 16px;
    cursor: pointer;
}

.teacher-banner-another-btn-small:hover, .teacher-banner-another-btn-small:active {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color:#ff7010;
    opacity: 0.7;
    font-size: 16px;
}
.teacher-list-detail-article-title-right{
    width:100%;
    margin-top:-40px;
    margin-bottom: 15px;
    text-align: right;
}
.teacher-title-right-btn {
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    border:1px solid #f1a02f;
    color:#f1a02f;
    font-size: 16px;
    cursor: pointer;
}

.teacher-title-right-btn:visited, .teacher-title-right-btn:hover, .teacher-title-right-btn:active{
    padding: 4px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    border:1px solid #f1a02f;
    color:#f1a02f;
    font-size: 16px;
}

.teacher-kong-link-bg{
    width:1280px;
    margin:0 auto;
}
.teacher-kong-link{
    width: 190px;
    height:200px;
    float: right;
    margin-top: -160px;
}

.teacher-search-block {
    width: 100%;
    background: #fafafa;
    height: 66px;
}

.teacher-form-block {
    width: 1120px;
    margin: 0 auto;
    padding-top: 13px;
}

.teacher-search-input {
    width: 560px;
    height: 40px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 0 6px;
    margin-right: -10px;
}

.teacher-search-input-short {
    width: 170px;
    height: 40px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 0 6px;
    margin-right: 10px;
}

.teacher-search-btn {
    width: 120px;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border: none;
    margin: 0;
    background: #008fee url("../png/teacher-search-btn-small.png") no-repeat center;
}

.teacher-search-btn:hover {
    background: #ff7010 url("../png/teacher-search-btn-small.png") no-repeat center;
}

.teacher-more-btn-block {
    float: right;
    margin-right: 100px;
    width: 150px;
    font-size: 16px;
    line-height: 40px;
}

.teacher-more-btn-block a {
    color: #ff7010;
}

.teacher-list-block-bg {
    background: #fff;
}

.teacher-first-list-block {
    width: 1120px;
    margin: 0 auto;
    height: 330px;
}

.teacher-first-list-block li {
    width: 220px;
    height: 330px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 50px;
}

.teacher-first-list-block li img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 1px solid #ff6600;
}

.teacher-name-text {
    font-size: 24px;
    font-weight: normal;
    color: #010101;
    line-height: 32px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.teacher-info-text {
    font-size: 14px;
    font-weight: normal;
    color: #b6b6b6;
}

.teacher-more-blue-btn-block {
    font-size: 16px;
    line-height: 56px;
    width: 100%;
    text-align: center;
    color: #008fee;
    padding-bottom: 50px;
}

.teacher-more-blue-btn-block a {
    color: #008fee;
}

.teacher-list-bg {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
}

.teacher-positionbox-long {
    width: 1180px;
    text-indent: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 14px;
}

.teacher-list-search-block {
    width: 800px;
    float: right;
}

.teacher-list-search-input {
    width: 460px;
    height: 40px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 0 6px;
    margin-right: -5px;
}

.teacher-list-search-btn {
    width: 120px;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border: none;
    margin: 0;
    background: #008fee url("../png/teacher-search-btn-small.png") no-repeat center;
}

.teacher-list-search-btn:hover {
    width: 120px;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border: none;
    margin: 0;
    background: #ff7010 url("../png/teacher-search-btn-small.png") no-repeat center;
}

.teacher-expressrobot {
    float: left;
    height: 38px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.teacher-expressrobot span {
    float: left;
    display: inline-block;
    /*
    width: 123px;
    */
    line-height: 38px;
    color: #fff;
    background-color: #e6e6e6;
    font-size: 16px;
}

.teacher-expressrobot span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 0 30px;
}

.teacher-expressrobot span a:hover {
    background-color: #279ef2;
    text-decoration: none;
    color: #fff;
}

.teacher-excurrent {
    background-color: #279ef2;
    text-decoration: none;
    color: #fff!important;
}

.teacher-expresssort {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.teacher-expresssort:hover, .teacher-expresssort:active, .active > .teacher-expresssort {
    font-size: 16px;
    /*	color: #000000;
	*/
}

.teacher-expresstit {
    margin-top: 40px;
    height: 140px;
    background: #dad6d0;
    display: block;
}

.teacher-expressrobot-nav {
    width: 100%;
    float: left;
    height: 42px;
    background: #fafafa;
    border-top: 2px solid #279ef2;
}

.teacher-letter-table {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #b6b6b6;
}

.teacher-letter-table a {
    color: #b6b6b6;
}

.teacher-letter-table a:hover {
    color: #008fee;
}

.teacher-list-left {
    float: left;
    width: 270px;
    margin-right: 50px;
    margin-top: 15px;
}

.teacher-list-left li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    height: 50px;
    border-bottom: 1px solid #fff;
    background: #fafafa;
    color: #333;
    text-indent: 5px;
    line-height: 50px;
    font-size: 16px;
}

.teacher-list-left li .active {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    height: 50px;
    background: #279ef2;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}

.teacher-list-left li a {
    color: #333;
    height: 50px;
    line-height: 50px;
    display: block;
}

.teacher-list-left li a:hover {
    color: #333;
    background: #279ef2;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.teacher-list-right {
    float: left;
    width: 860px;
}

.teacher-list-detail-banner {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.teacher-list-detail-info {
    width: 920px;
    margin-top: 10px;
    float: left;
}

.teacher-list-detail-pic {
    width: 200px;
    margin-left: 60px;
    margin-right: 20px;
    margin-top: -80px;
    float: left;
}

.teacher-list-detail-pic img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.teacher-list-detail-info-right {
    width: 100%;
    float: left;
    padding-left: 280px;
    margin-top: -120px;
}

.teacher-detail-info-text {
    font-size: 16px;
    line-height: 38px;
    color: #777;
}

.teacher-detail-school-btn a {
    display: inline-block;
    padding:0px 10px;
    border:1px solid #e3e3e3;
    color:#279ef2;
    border-radius: 4px;
}

.teacher-detail-school-btn a:hover {
    color:#ff7010;
}

.teacher-detail-info-atten {
    font-size: 18px;
    line-height: 38px;
    color: #279ef2;
}

.teacher-detail-info-atten a {
    color: #279ef2;
}

.teacher-detail-info-contact {
    width: 100%;
    border-top: 1px solid #e1e4e7;
    margin-top:10px;
}

.teacher-detail-info-fav-text {
    font-size: 14px;
    display: inline-block;
    margin-left: 50px;
}

.teacher-detail-info-fav-text a {
    color: #ff7010;
}

.teacher-detail-info-contact li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.teacher-detail-info-contact li a {
    color: #279ef2;
}

.teacher-list-detail-article {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e4e7;
}

.teacher-list-detail-article h3 {
    width: 100%;
    color: #279ef2;
    font-size: 24px;
    font-weight: normal;
}

.teacher-list-detail-article span {
    width: 100%;
    color: #777;
    font-size: 16px;
    font-weight: normal;
}

.teacher-search-atten {
    width: 100%;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 2px solid #e1e4e7;
}

.teacher-search-list-bg {
    width: 1180px;
    margin: 0 auto;
    font-size: 16px;
}

.teacher-search-key {
    color: #ff7010;
    font-weight: bold;
}

.teacher-search-list {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.teacher-search-list li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e4e7;
}

.teacher-searhch-list-pic {
    margin: 20px;
    float: left;
}

.teacher-searhch-list-pic img {
    width: 142px;
    height: 142px;
    border-radius: 100%;
    border: 2px solid #ff7010;
}

.teacher-list-search-right {
    width: 100%;
    float: left;
    padding-left: 190px;
    margin-top: -140px;
}

.teacher-search-info-text {
    font-size: 15px;
    line-height: 24px;
    color: #777;
}

.teacher-fav-list {
    width: 100%;
    float: right;
    padding: 5px 15px;
    margin-top: 20px;
}

.teacher-fav-list li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e4e7;
}

.teacher-detail-info-fav-blue-text {
    font-size: 14px;
    display: inline-block;
}

.teacher-detail-info-fav-blue-text a {
    color: #279ef2;
}

.teacher-list-detail-main-content{
    width:100%;
}
.teacher-list-detail-main-content-right{
    width:250px;
    float:right;
    margin-top:-120px;
}
.teacher-list-detail-main-content-right-title{
    width:100%;
    height:44px;
    line-height: 44px;
    background: #fafafa;
    border:1px solid #e3e3e3;
    text-indent: 10px;
    font-size: 17px;
    color:#333;
}
.teacher-list-detail-main-content-right-item{
    width:100%;
    border:1px solid #e3e3e3;
    border-top:0;
}
.teacher-list-detail-main-content-right-item ul{
     width:100%;
     list-style: none;
     margin:0;
     padding:10px;
 }
.teacher-list-detail-main-content-right-item ul li{
    list-style-type: decimal;
    padding:0;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left:15px;
    color:#279ef2;

}
.teacher-list-detail-main-content-right-item ul li a{
    color:#279ef2;
}
.teacher-list-detail-main-content-right-item ul li a:hover{
    color:#ff7010;
}


/*导师新页面结束*/
/*新的底部样式开始*/
.mol-footer-new {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
}

.mol-footer-content-new {
    width: 1120px;
    margin: 0 auto;
    padding: 15px 0;
}

.mol-footer-content-new ul {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mol-footer-content-new-left {
    width: 450px;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.mol-footer-content-new-left ul li {
    float: left;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    line-height: 41px;
    font-size: 14px;
    color: #010101;
    width: 140px;
    text-align: left;
}

.mol-footer-content-new-left ul li a {
    color: #010101;
}

.mol-footer-content-new-left ul li a:hover {
    color: #ff7010;
}

.mol-footer-text-new {
    float: left;
    width: 370px;
    text-align: left;
    padding: 0px 40px;
    font-size: 14px;
    line-height: 30px;
    color: #4d4d4d;
    border-right: 1px solid #e6e6e6;
}

.mol-footer-text-new span a {
    color: #4d4d4d;
}

.mol-footer-text-new span a:hover {
    color: #ff7010;
}

.mol-footer-content-new-right {
    float: left;
    padding: 0 0 0 30px;
}

.mol-footer-bottom-new {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    color: #b3b3b3;
    background: #4d4d4d;
    margin-top: 15px;
}

.mol-footer-bottom-new span a {
    color: #b3b3b3;
}

.mol-footer-bottom-new span a:hover {
    color: #ff7010;
}

.mol-window-float-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #666666;
    opacity: 0.9;
    z-inde: 999999;
}

.mol-window-float-bottom-content {
    width: 1240px;
    margin: 0 auto;
}

.mol-window-float-bottom-content-left {
    width: 180px;
    float: left;
    margin-top: -50px;
}

.mol-window-float-bottom-content-mid {
    width: 980px;
    float: left;
    text-align: center;
    height: 130px;
}

.mol-window-float-bottom-content-right {
    float: right;
    margin-top: 20px;
}

.mol-window-float-close {
    width: 40px;
    height: 40px;
    border: none;
    background: url("../app-download-close.html") no-repeat;
}

/*新的底部样式结束*/

.fen-header{
    height:48px;
    line-height:48px;
}
.fen-header-title{
    font-size: 22px;
    color:#333;
    font-weight: bold;
}
.fen-header-title-red{
    font-size: 28px;
    color:#cd0000;
    font-weight: bold;
}
.fen-header-title-text{
    font-size: 14px;
    color:#008fee;
}
.fen-header-title-text a{
    color:#008fee;
}
.fen-header-title-text a:hover{
    color:#ff7010;
}
.fen-header-list{
    width:910px;
    border:1px solid #d8d8d8;
    margin:10px 0;
    font-size: 18px;
    float:left;
    line-height: 48px;
    height:48px;
    text-align: left;
}
.fen-header-list-left{
    width:50%;
    border-right:1px solid #d8d8d8;
    padding-left:20px;
    display: block;
    float:left;
}
.fen-header-list-right{
    width:50%;
    display: block;
    float:left;
    padding-left:20px;
}
.fen-content{
    width:910px;
    border-top:1px solid #eee;
    float:left;
    margin-top:15px;
}
.fen-content-list-title{
    width:100%;
    height:60px;
    line-height:60px;
    text-indent:10px;
    font-size:18px;
    /*color:@text-color;*/
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
}
.fen-content-list-text{
    width:100%;
    height:52px;
    line-height:52px;
    text-indent:10px;
    font-size:16px;
    color:#999;
    background:#fafafa;
    border-bottom:1px solid #e8e8e8;
}
.fen-content-list-text a{
    color:#555;
}
.fen-content-list-text a:hover{
    color:#ff7010;
}
.fen-content-btn{
    float:left;
    font-size:14px;
    color: #008fee;
    padding:8px 0;
    margin:0 auto;
    width:910px;
    text-align: center;
    margin:10px 0;
}
.fen-content-btn a{
    color: #008fee;
}

.fen-attention{
    margin:0 10px 10px 10px;
}
.fen-attention-title{
    width:100%;
    line-height:48px;
    text-align: center;
    font-size: 18px;
    display: block;
}
.fen-attention ul{
    margin:5px 0 0 15px;
    padding:0;
}
.fen-attention ul li{
    width:100%;
    margin:0;
    padding:0;
    list-style:disc;
    line-height: 24px;
    margin-bottom:10px;
    font-size: 14px;
}
.user-fen-title{
    font-size: 16px;
    line-height: 32px;
    font-weight:bold;
}
.fen-table{
    width:100%;
    margin:10px 0;
}

.fen-table thead tr {
    background: #f4f4f4;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    text-align: center;

}

.fen-table thead tr td {
    border-left: 1px solid #ebebeb;
    text-align: center;
    padding: 0 5px;
}

.fen-table tbody tr {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    text-align: center;
}
.fen-table tbody tr td {
    text-align: center;
    padding: 0 5px;
    border-left: 1px solid #ebebeb;
}
.information-table{
    width:100%;
    margin:10px 0;
}

.information-table thead tr {
    background: #fafafa;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ebebeb;
    color:#333;
    font-size: 16px;
}

.information-table thead tr td {
    text-align: left;
    padding: 0 5px;
}

.information-table tbody tr {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ebebeb;
}
.information-table tbody tr td {
    text-align: left;
    padding: 0 5px;
    color:#999;
}
.bmj-manage-table{
    width:100%;
    margin:10px 0;
}

.bmj-manage-table thead tr {
    background: #f9f9f9;
    height: 44px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    text-align: left;

}

.bmj-manage-table thead tr td {
    border-left: 1px solid #ebebeb;
    text-align: left;
    padding: 10px;
}

.bmj-manage-table tbody tr {
    height: 36px;
    border: 1px solid #ebebeb;
    text-align: center;
}
.bmj-manage-table tbody tr td {
    text-align: left;
    padding: 10px;
    line-height: 1.7em;
    border-left: 1px solid #ebebeb;
}

.user-fen-title-right{
    float: right;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #009933;
}
.teacher-search-btn-blue{
    width:100%;
    text-align: center;
    color:#7FBCE8;
    margin-top:15px;
    font-size:14px;
}
.teacher-search-btn-blue a{
    width:100%;
    text-align: center;
    color:#7FBCE8;
    margin-top:15px;
    font-size:14px;
}
.teacher-search-btn-blue a:hover{
    width:100%;
    text-align: center;
    color:#ff7010;
    margin-top:15px;
    font-size:14px;
}
.k-formnav-btn-father{
    width:680px;
    margin-top:15px;
    text-align: center;
}
.en-result-content-bg{
    float:left;
    width:100%;
    margin-top:10px;

}
.en-result-content-nav{
    width:100%;
    float:left;
    border-bottom:3px solid #008fee;
}
.en-result-content-nav li{
    float:left;
    list-style: none;
    margin:0;
    padding:0;
    width:210px;
    height:38px;
    line-height: 38px;
    background:#fafafa;
    margin-right:-1px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:1px solid #E6E6E6;
    border-bottom:none;
    margin-right:5px;
    margin-left:-1px;
    margin-top:2px;
}
.en-result-content-nav li a{
    width:210px;
    height:38px;
    padding:0 5px;
    background:#fafafa;
    color:#333;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.en-result-content-nav li a:hover{
    width:210px;
    height:38px;
    padding:0 5px;
    background:#008fee;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.en-result-content-nav li .active{
    width:210px;
    height:38px;
    padding:0 5px;
    background:#008fee;
    color:#fff;
    border:1px solid #008fee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.en-result-content{
    float:left;
    width:100%;
    height:800px;
    margin-top:1px;
    border:1px solid #e6e6e6;
}
.search-demo-content{
    width:100%;
    float:left;
    margin-top:15px;
}
.it-gary-12{
    color:#b6b6b6;
    font-size: 14px;
    display: inline-block;
    margin-top:10px;
    line-height: 26px;
}
.text-edd-3 {
    width:100%;
    max-height:72px;
    overflow: hidden;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.text-edd-2 {
    width:100%;
    max-height:60px;
    overflow: hidden;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.news-questions-content{
    width:700px;
    border: 1px solid #B3B3B3;
    padding:30px;
    margin:30px auto;
    font-size: 16px;
    box-shadow: 5px 8px 2px #b3b3b3;
}
.news-questions-content-title{
    font-size: 16px!important;
    line-height: 1.7em;
    color:#010101;
    margin-bottom:20px;
}
.news-questions-content-title-read{
    font-size: 16px!important;
    line-height: 1.7em;
    color:#777777;
    margin-bottom:10px;
}
.news-questions-content-text{
    font-size: 14px;
    color:#777;
    line-height:2em;
    width:100%;
}
.news-questions-content-space{
    width:100%;
    margin:30px auto;
    border-top:1px solid #E6E6E6;
}
.news-questions-content-btn{
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}
/*期刊修改后的CSS*/
.journal-left-model{
    width:170px;
    float:left;
    margin-right:5px;
}
#content-new{
    float:left;
}
.magazine-model-content-new{
    width:100%;
    float:left;
    width:830px;
    min-height: 1200px;
}
.magazine-model-content-new ul{
    margin:0;
    padding:0;
    list-style: none;
    width:100%;
}
.magazine-model-content-new ul li{
    float:left;
    margin:0;
    padding:10px;
    list-style: none;
    /*width:412px;
    height:360px;*/
    margin-right:5px;
    border:2px solid #95CAF0;
    margin-bottom:5px;
}
.magazine-model-content-new ul li:nth-of-type(2n){
    margin-right: 0;
}
.magazine-model-content-new-read {
    border:1px solid #e3e3e3!important;
}
.magazine-model-content-poster{
    width:100%;
    height:42px;
    line-height: 40px;
    margin:0 0 5px 0;
    background:#fafafa;
    border:1px solid #e3e3e3;
    color:#333;
    text-indent: 35px;
}
.magazine-model-content-poster a{
    color:#333;
    display: block;
}
.magazine-model-content-poster a:hover{
    color:#ff7010;
}
.journal-left-model-title{
    width:100%;
    text-align: left;
    padding-left:10px;
    height:42px;
    line-height: 42px;
    background:#279ef2;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.journal-left-model-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.journal-left-model-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.journal-left-model-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.journal-left-model-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.journal-left-model-first ul li a:hover{
    width:100%;
    display: block;
    background:#65B6F0;
    color:#fff;
    padding-left:10px;
}
.journal-left-model-first ul li a.active{
    width:100%;
    display: block;
    background-color:#65B6F0!important;
    color:#fff;
    padding-left:10px;
}
.journal-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 150px 16px!important;
}
.journal-right-red-yuan:hover{
    background:#65B6F0 url("../png/ico-new-infor.png") no-repeat 150px 16px!important;
}
.journal-left-model-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#F0AD4E;
    color:#fff;
    margin-top:2px;
}
.journal-left-model-first-btn{
    background:#fff;
    border: none;
    width: 50px;
    height: 24px;
    color: #777;
    line-height: 16px;
    margin-top: 6px;
    margin-right: 15px;
    float: right;
}
.journal-unlock{
    width:100%;
    min-height:100px;
    padding:20px;
    border:1px solid #e3e3e3;
    color:#999;
    background: #f8f8f8;
}
.journal-left-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#008fee;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.journal-edit-window-body{
    width:720px;
    margin:0 auto;
    border:1px solid #e3e3e3;
    border-radius:8px;
}
.journal-edit-window-content{
    padding:35px;
}
.journal-edit-window-list{
    width:100%;
}
.journal-edit-window-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.journal-edit-window-list ul li{
    width:47.5%;
    float:left;
    margin:0;
    padding:0;
    list-style: none;
    margin-right:5%;
    height:42px;
    line-height: 42px;
}
.journal-edit-window-list ul li:nth-child(even){
    margin-right:0;
}
.journal-edit-window-list-text{
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.journal-edit-window-list-title{
    color:#008fee;
    font-size:14px;
    line-height: 30px;
    border-bottom:1px solid #e3e3e3;
}
.journal-edit-window-list-another{
    width:100%;
}
.journal-edit-window-list-another ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.journal-edit-window-list-another ul li{
    width:80%;
    float:left;
    margin:0;
    padding:0;
    list-style: none;
    height:42px;
    line-height: 42px;
    border-bottom: 1px solid #e3e3e3;
}
.journal-edit-window-choose{
    width:100%;
    margin:10px 0;
}
.journal-edit-window-btn-bg{
    float: left;
    width:100%;
    padding:20px 0;
    text-align: center;
}
.journal-edit-window-add-btn{
    cursor: pointer;
    width:19%;
    line-height: 32px;
    border: 0;
    background: #008fee;
    color: #fff;
}
.journal-edit-window-exit-btn{
    cursor: pointer;
    width:19%;
    line-height: 32px;
    border: 0;
    background: #e3e3e3;
    color: #fff;
}
.journal-edit-window-exit-btn-white{
    cursor: pointer;
    width:19%;
    line-height: 32px;
    border: 0;
    background: #fff;
    border:1px solid #e7e7e7;
    color: #777;
}


.journal-edit-window-list-add-tap {
    width: 100%;
    height: 360px;
    margin: 0;
}

.journal-edit-window-tab-nav {
    float:left;
    margin:0;
    padding: 0;
    width:180px!important;
    height:430px;
}

.journal-edit-window-tab-nav li {
    float: left;
    display: block;
    list-style: none;
    border-bottom: 1px solid #fff;
    background:#fafafa;
    width: 180px!important;
    margin-right:2px!important;
}
.journal-edit-window-tab-nav li a {
    float: left;
    display: block;
    list-style: none;
    border-bottom: 1px solid #fff;
    background:#fafafa;
    width: 180px!important;
    height: 42px!important;
    margin-right:2px!important;
    text-align: left;
    text-indent: 20px;
}

.journal-edit-window-tab-nav li a:hover {
    float: left;
    display: block;
    list-style: none;
    border-bottom: 1px solid #fff;
    background:#279ef2!important;
    color:#fff!important;
    width: 180px!important;
    height: 42px!important;
    margin-right:2px!important;
}

.journal-edit-window-tab-nav-active {
    background:#279ef2!important;
    color:#fff!important;
}

.journal-edit-window-tab-content {
    float:left;
    width: 468px;
    height: 418px;
    border: 1px solid #e3e3e3;
    text-align: center;
    background: #FFF;
    overflow: hidden;
}

.journal-edit-window-tab-item {
    width: 100%;
    height: 415px;
    padding:20px;
}
.journal-edit-window-tab-item ul{
    margin:0;
    padding:0;
    list-style: none;
}
.journal-edit-window-tab-item ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    width:30%!important;
    height:32px;
    line-height: 32px;
    margin-right:4%!important;
    margin-bottom: 10px;
    border:1px solid #e3e3e3;
    text-align: center;
    border-radius: 4px;
}
.journal-edit-window-tab-item ul li:nth-child(3n){
    margin-right:0!important;
}
.journal-edit-window-tab-item ul li a{
    display: inline-block;
    width:100%!important;
    height:32px;
    line-height: 32px;
}
.journal-edit-window-tab-item ul li a:hover{
    display: inline-block;
    width:100%;
    height:32px;
    background: #279ef2;
    color:#fff;
    border-radius: 4px;
}
.journal-edit-window-tab-item-active{
    display: inline-block;
    width:30%!important;
    height:32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: #279ef2;
    color:#fff!important;
}
.news-white-error{
    width:100%;
    margin-top:100px;
    text-align: center;
    min-height: 450px;
}
.news-white-error-text{
    width:100%;
    font-size: 24px;
    line-height: 100px;
}
.news-white-error-small-text{
    width:100%;
    font-size: 16px;
    color:#999;
    margin-top:-20px;
}

.journal-right-items{
    float: right;
    width: 25px;
    height: 18px;
    /*background: #F0AD4E;
    border-radius: 100%;*/
    margin-top: 7px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
}
.journal-left-gary-kong{
    float:left;
    margin:5px 0 10px 0;
    width:100%;
    height:5px;
    background:#e3e3e3;
}
.home-edit-window-list{
    width:100%;
}
.home-edit-window-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.home-edit-window-list ul li{
    width:100%;
    float:left;
    margin:0;
    padding:0px 10px;
    list-style: none;
    margin-right:5%;
    font-size: 16px;
    height:42px;
    line-height: 42px;
    border-bottom:1px solid #e3e3e3;
}
.home-edit-window-list-title{
    color:#666;
    font-size:16px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom:1px solid #e3e3e3;
}
.magazine-model-top-btn{
    width:90px;
    height:28px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#fff;
    color:#777;
    margin-left:5px;
    line-height: 26px;
}
.magazine-model-top-btn:hover{
    width:90px;
    height:28px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#F0AD4E;
    color:#fff;
    margin-left:5px;
}
/*资讯回复的回复样式*/
.news-comment-list-second-answer-bg{
    width:100%;
    float:left;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e3e3e3;
}
.news-comment-list-second-answer{
    width:95%;
    margin-right:1%;
    margin-top:10px;
    margin-bottom:10px;
    background:#fff;
    border-radius:4px;
    float:right;
    padding:20px;
}
.news-comment-list-second-answer-list{
    width:100%;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e3e3e3;
}
.news-comment-it-black{
    color: #010101;
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.it-inline{
    display: inline-block;
    overflow: hidden;
    color:#999;
}
.text-allblock{
    display: block;
}
.news-comment-answer-list{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    background:#fff;
    border:1px solid #e3e3e3;
    border-radius:4px;
    padding:20px;
    font-size: 14px;
}
.mol-form-selectdown-content{
    width:616px;
    height:270px;
    border:1px solid #ccc;
    top:67px;
    position:absolute;
    z-index:999;
    background:#fff;
}
.mol-form-selectdown-content textarea{
    width:100%;
    border:none;
    border-bottom:1px solid #ccc;
    line-height:24px;
    height:170px;
}
.mol-form-selectdown-content span{
    font-size:12px;
    line-height:14px;
    color:#d1d1d0;
    display: block;
    margin-left:5px;
    line-height: 32px;
}
.mol-form-selectdown-content-btn{
    width:100%;
    margin:10px 0;
    text-align: center;
}
.mol-btn-gray{
    border:none;
    background:none;
    padding:4px 25px;
    background:#f5f5f5;
    font-size:14px;
    color:#333;
    margin:0px 5px;
}
.mol-btn-gray:hover{
    background:#008fee;
    color:#fff;
}
.mol-btn-gray:active{
    background:#008fee;
    color:#fff;
}


/*分区域各页面样式开始*/
.new-news-ico-arrow{

}

.new-news-top-bar {
    background: #009933;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.header-new-news {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    margin-top: 55px;
}

.logo-new-green{
    margin-top:30px;
}
.logo-new-manage-group{
    margin-top:10px;
}
.logo-new-news-it{
    float:left;
    font-size: 14px;
    line-height: 32px;
    color:#d2d2d2;
}

.new-news-search-tab {
    float: left;
}

.new-news-search-tab li {
    float: left;
    list-style: none;
    text-align: center;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.new-news-search-tab li a {
    float: left;
    padding: 0 10px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.new-news-search-tab li a:hover {
    color: #fff;
    background: #fec006;
}

.new-news-search-tab-active a {
    color: #fff;
    background: #fec006;
    padding: 0 10px;
    font-weight: bold;
}
.new-news-right {
    width: 170px;
    float: right;
    margin-bottom:40px;
}

.new-news-right-first-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#009933;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.new-news-right-first-title-list{
    width:100%;
    height:40px;
    line-height: 40px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#999;
    padding:0 5px;
    margin-bottom:5px;
}

.new-news-right-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#84bf9c;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.new-news-right-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.new-news-right-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.new-news-right-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.new-news-right-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.new-news-right-first ul li a:hover{
    width:100%;
    display: block;
    background:#c6dccf;
    color:#777;
    padding-left:10px;
}
.new-news-right-first ul li a.active{
    width:100%;
    display: block;
    background-color:#c6dccf!important;
    color:#777;
    padding-left:10px;
}
.new-news-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.new-news-right-red-yuan:hover{
    background:#c6dccf url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.new-news-right-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#e6e6e6;
    color:#009933;
    margin-top:2px;
}
.new-news-right-first-btn{
    background:#fff;
    border: none;
    width: 50px;
    height: 24px;
    color: #777;
    line-height: 16px;
    margin-top: 6px;
    margin-right: 15px;
    float: right;
}

.new-news-comment-btn{
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#777;
}
.new-news-comment-btn:hover{
    border:1px solid #84bf9c;
    border-radius:3px;
    background:#84bf9c;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}

/*首页导航菜单开始*/
.new-news-navbar-nav{
    width:100%;
    height:34px;
    line-height:34px;
    float:left;
}
.new-news-navbar-nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
.new-news-navbar-nav ul li{
    list-style:none;
    margin:0;
    float:left;
    font-size:16px;
    font-weight:normal;
    height:34px;
    color:#fff;
    text-align:center;
}
.new-news-navbar-nav ul li a{
    list-style:none;
    color:#fff;
    padding:0;
    width:128px;
    height:34px;
    line-height:34px;
    display:block;
}
.new-news-navbar-nav ul li a:hover{
    list-style:none;
    color:#fff;
    text-decoration:none;
    background:#009933;
    height:34px;
}
.new-news-navbar-nav-active{
    width:100%;
    color:#fff!important;
    background:#009933;
}
.new-news-navbar-nav ul>li>ul{
    background:#fff;
    width:118px;
}
.new-news-navbar-nav ul>li>ul>li{
    border:1px solid #ccc;
    margin-top:-1px;
}
.new-news-navbar-nav ul>li>ul>li>a{
    background:#fff;
    color:#999;
    font-size: 14px;
}
.new-news-navbar{
    margin:10px 0 15px 0;
    padding:0;
    width:100%;
    background:#10c55b;
    float:left;
    /*
    border-bottom: 6px solid #009933;
    */
}
.new-news-navbar-content{
    margin:0 auto;
    width:1180px;
    height:34px;
}
#content1000 {
    float: left;
    width: 990px;
}
.new-news-thumbnail {
    float: left;
    width: 95px;
    height: 70px;
    background-color: #FF6633;
    margin: 5px 15px 10px 0px;
}

.new-news-thumbnail a img {
    display: block;
    width: 95px;
    height: 70px;
}

.new-news-thumbnail a img:hover {
}
.new-news-item {
    float: left;
    width: 875px;
}
.new-news-item-post{
    width:100%;
    line-height: 24px;
    padding:20px 0 0 0;
    display: inline-block;
}
.new-news-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#009933;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.green-want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.green-want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#009933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.green-want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#009933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.green-want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#009933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.new-news-form-nav{
    width:100%;
    float:left;
}

.new-news-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow:0;
    box-shadow:0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.new-news-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.new-news-form-control[disabled],.new-news-form-control[readonly],fieldset[disabled] .new-news-form-control {
    cursor: not-allowed;
    background-color: #eee
}


.new-news-form-selectdown{
    position: relative;
    background: #fff;
    left: 505px;
    width: 18px;
    height: 38px;
    margin-top: -39px;
    overflow: hidden;
    border-left:1px solid #e3e3e3;
}
.new-news-form-btn-new{
    background: url('../png/arrow.png') #fff 2px center no-repeat;
    transform:rotate(180deg);
}
.new-news-form-btn{
    width:100%;
    height: 38px;
    overflow: hidden;
    border:none;
    background: url('../png/arrow.png') #fff 2px center no-repeat;
}
.new-news-input-group-text{
    float:right;
    font-size:18px;
    font-weight:bold;
    color:#008fee;
    margin-top:8px;
    margin-right:10px;
}
.new-news-input-group-text a{
    color:#008fee;
}
.new-news-input-group-text a:hover{
    color:#ff7010;
}


.new-news-form-selectdown select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    border:none;
    padding-left:20px;
    width: 66px;
    height:100%;
    text-align: left;
}
.new-news-form-selectdown-content{
    width:580px;
    height:270px;
    border:1px solid #ccc;
    top:94px;
    position:absolute;
    z-index:999;
    background:#fff;
}
.new-news-form-selectdown-content textarea{
    width:100%;
    border:none;
    border-bottom:1px solid #ccc;
    line-height:24px;
    height:170px;
}
.new-news-form-selectdown-content span{
    font-size:12px;
    line-height:14px;
    color:#d1d1d0;
    display: block;
    margin-left:5px;
    line-height: 32px;
}
.new-news-form-selectdown-content-btn{
    width:100%;
    margin:10px 0;
    text-align: center;
}

.new-news-btn-gray{
    border:none;
    background:none;
    padding:4px 25px;
    background:#f5f5f5;
    font-size:14px;
    color:#333;
    margin:0px 5px;
}
.new-news-btn-gray:hover{
    background:#fec006;
    color:#fff;
}
.new-news-btn-gray:active{
    background:#fec006;
    color:#fff;
}
.new-news-sort-choose{
    width:120px;
    height:30px;
    float:left;
    margin-left:10px;
    font-size: 16px;
    color:#999;
    line-height: 34px;
}
.new-news-sort-choose ul>li{
    color:#999;
}
.new-news-sort-choose ul>li>a{
    color:#999;
}
.mol-btn-sm {
    border:0!important;
    color:#fff!important;
    font-size: 17px;
    padding: 11px 20px;
    margin-left:-1px;
    /*	line-height: 1.39
    */}
.mol-btn-purple,.mol-btn-purple:focus {
    background-color: #009933!important;
    border-color: #009933;
}

.mol-btn-purple:hover,.open .mol-btn-purple.dropdown-toggle {
    background-color: #fec006!important;
    border-color: #fec006;
}

.mol-btn-purple.no-border:hover {
    border-color: #fec006
}

.mol-btn-purple.no-hover:hover {
    background-color: #fec006!important
}

.mol-btn-purple.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.mol-btn-purple.no-border.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.mol-btn-purple.disabled,.mol-btn-purple[disabled],fieldset[disabled] .mol-btn-purple,.mol-btn-purple.disabled:hover,.mol-btn-purple[disabled]:hover,fieldset[disabled] .mol-btn-purple:hover,.mol-btn-purple.disabled:focus,.mol-btn-purple[disabled]:focus,fieldset[disabled] .mol-btn-purple:focus,.mol-btn-purple.disabled:active,.mol-btn-purple[disabled]:active,fieldset[disabled] .mol-btn-purple:active,.mol-btn-purple.disabled.active,.mol-btn-purple[disabled].active,fieldset[disabled] .mol-btn-purple.active {
    background-color: #009933!important;
    border-color: #009933;
}

/*首页导航菜单结束*/
.new-news-second-nav {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.new-news-second-nav span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 30px;
    color: #777;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.new-news-second-nav span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.new-news-second-nav span a:hover {
    background-color: #84bf9c;
    text-decoration: none;
    color: #fff;
}

.new-news-second-current {
    background-color: #84bf9c;
    text-decoration: none;
    color: #fff;
}
.drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    box-shadow: none;
    min-width:140px;
    border-radius:0!important;

}
.drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#10c55b!important;
}
.drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#10c55b!important;
}

/*分区域各页面样式结束*/


/*蓝色分区域各页面样式开始*/

.blue .new-news-top-bar {
    background: #0096a6;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.blue .new-news-right-first-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#0096a6;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}

.blue .new-news-right-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#9ed2d9;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.blue .new-news-right-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.blue .new-news-right-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.blue .new-news-right-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.blue .new-news-right-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.blue .new-news-right-first ul li a:hover{
    width:100%;
    display: block;
    background:#9ed2d9;
    color:#777;
    padding-left:10px;
}
.blue .new-news-right-first ul li a.active{
    width:100%;
    display: block;
    background-color:#9ed2d9!important;
    color:#777;
    padding-left:10px;
}
.blue .new-news-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.blue .new-news-right-red-yuan:hover{
    background:#9ed2d9 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.blue .new-news-right-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#e6e6e6;
    color:#0096a6;
    margin-top:2px;
}

.blue .new-news-comment-btn{
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#777;
}
.blue .new-news-comment-btn:hover{
    border:1px solid #9ed2d9;
    border-radius:3px;
    background:#9ed2d9;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}

/*首页导航菜单开始*/
.blue .new-news-navbar-nav{
    width:100%;
    height:34px;
    line-height:34px;
    float:left;
}
.blue .new-news-navbar-nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
.blue .new-news-navbar-nav ul li{
    list-style:none;
    margin:0;
    float:left;
    font-size:16px;
    font-weight:normal;
    height:34px;
    line-height: 34px;
    color:#fff;
    text-align:center;
}
.blue .new-news-navbar-nav ul li a{
    list-style:none;
    color:#fff;
    padding:0 18px;
    height:34px;
    line-height:34px;
    display:block;
}
.blue .new-news-navbar-nav ul li a:hover{
    list-style:none;
    color:#fff;
    text-decoration:none;
    padding:0 18px;
    background:#0096a6;
    height:34px;
}
.blue .new-news-navbar-nav-active{
    width:100%;
    color:#fff!important;
    padding:0 18px;
    background:#0096a6;
}
.blue .new-news-navbar{
    margin:10px 0 15px 0;
    padding:0;
    width:100%;
    background:#00bbd3;
    float:left;
    border-bottom: 6px solid #0096a6;
}

.blue .new-news-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#0096a6;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.blue .want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.blue .want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#0096a6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.blue .want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#0096a6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.blue .want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#0096a6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}

.blue .mol-btn-purple,.blue .mol-btn-purple:focus {
    background-color: #0096a6!important;
    border-color: #0096a6;
}

.blue .mol-btn-purple:hover,.open .blue .mol-btn-purple.dropdown-toggle {
    background-color: #fec006!important;
    border-color: #fec006;
}

.blue .mol-btn-purple.no-border:hover {
    border-color: #fec006
}

.blue .mol-btn-purple.no-hover:hover {
    background-color: #fec006!important
}

.blue .mol-btn-purple.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.blue .mol-btn-purple.no-border.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.blue .mol-btn-purple.disabled,.blue .mol-btn-purple[disabled],fieldset[disabled] .blue .mol-btn-purple,.blue .mol-btn-purple.disabled:hover,.blue .mol-btn-purple[disabled]:hover,fieldset[disabled] .mol-blue-btn-purple:hover,.mol-blue-btn-purple.disabled:focus,.mol-blue-btn-purple[disabled]:focus,fieldset[disabled] .mol-blue-btn-purple:focus,.mol-blue-btn-purple.disabled:active,.mol-blue-btn-purple[disabled]:active,fieldset[disabled] .mol-blue-btn-purple:active,.mol-blue-btn-purple.disabled.active,.mol-blue-btn-purple[disabled].active,fieldset[disabled] .mol-blue-btn-purple.active {
    background-color: #0096a6!important;
    border-color: #0096a6;
}

/*首页导航菜单结束*/
.blue .new-news-second-nav {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.blue .new-news-second-nav span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 30px;
    color: #777;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.blue .new-news-second-nav span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.blue .new-news-second-nav span a:hover {
    background-color:#9ed2d9;
    text-decoration: none;
    color: #fff;
}

.blue .new-news-second-current {
    background-color: #9ed2d9;
    text-decoration: none;
    color: #fff;
}

.blue .it-green{
    color:#00bbd3;
}
.blue .it-green a{
    color:#00bbd3;
}

.blue .drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    box-shadow: none;
    min-width:140px;
    border-radius:0!important;

}
.blue .drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.blue .drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#00bbd3!important;
}
.blue .drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#00bbd3!important;
}

/*分区域各页面样式结束*/


/*浅绿色分区域各页面样式开始*/

.yellow .new-news-top-bar {
    background: #669933;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.yellow .new-news-right-first-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#669933;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}

.yellow .new-news-right-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#d1e3a1;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.yellow .new-news-right-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.yellow .new-news-right-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.yellow .new-news-right-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.yellow .new-news-right-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.yellow .new-news-right-first ul li a:hover{
    width:100%;
    display: block;
    background:#d1e3a1;
    color:#777;
    padding-left:10px;
}
.yellow .new-news-right-first ul li a.active{
    width:100%;
    display: block;
    background-color:#d1e3a1!important;
    color:#777;
    padding-left:10px;
}
.yellow .new-news-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.yellow .new-news-right-red-yuan:hover{
    background:#d1e3a1 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.yellow .new-news-right-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#e6e6e6;
    color:#669933;
    margin-top:2px;
}

.yellow .new-news-comment-btn{
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#777;
}
.yellow .new-news-comment-btn:hover{
    border:1px solid #d1e3a1;
    border-radius:3px;
    background:#d1e3a1;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}

/*首页导航菜单开始*/
.yellow .new-news-navbar-nav{
    width:100%;
    height:34px;
    line-height:34px;
    float:left;
}
.yellow .new-news-navbar-nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
.yellow .new-news-navbar-nav ul li{
    list-style:none;
    margin:0;
    float:left;
    font-size:16px;
    font-weight:normal;
    height:34px;
    line-height: 34px;
    color:#fff;
    text-align:center;
}
.yellow .new-news-navbar-nav ul li a{
    list-style:none;
    color:#fff;
    padding:0 18px;
    height:34px;
    line-height:34px;
    display:block;
}
.yellow .new-news-navbar-nav ul li a:hover{
    list-style:none;
    color:#fff;
    text-decoration:none;
    padding:0 18px;
    background:#669933;
    height:34px;
}
.yellow .new-news-navbar-nav-active{
    width:100%;
    color:#fff!important;
    padding:0 18px;
    background:#669933;
}
.yellow .new-news-navbar{
    margin:10px 0 15px 0;
    padding:0;
    width:100%;
    background:#a9e336;
    float:left;
    /*border-bottom: 6px solid #669933;*/
}

.yellow .new-news-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#669933;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.yellow .want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.yellow .want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#669933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.yellow .want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#669933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.yellow .want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#669933;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}

.yellow .mol-btn-purple,.mol-btn-purple:focus {
    background-color: #669933!important;
    border-color: #669933;
}

.yellow .mol-btn-purple:hover,.open .yellow .mol-btn-purple.dropdown-toggle {
    background-color: #fec006!important;
    border-color: #fec006;
}

.yellow .mol-btn-purple.no-border:hover {
    border-color: #fec006
}

.yellow .mol-btn-purple.no-hover:hover {
    background-color: #fec006!important
}

.yellow .mol-btn-purple.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.yellow .mol-btn-purple.no-border.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.yellow .mol-btn-purple.disabled,.mol-btn-purple[disabled],fieldset[disabled] .mol-btn-purple,.mol-btn-purple.disabled:hover,
.mol-btn-purple[disabled]:hover,fieldset[disabled] .mol-btn-purple:hover,.mol-btn-purple.disabled:focus,.mol-btn-purple[disabled]:focus,fieldset[disabled]
.mol-btn-purple:focus,.mol-btn-purple.disabled:active,.mol-btn-purple[disabled]:active,fieldset[disabled] .mol-btn-purple:active,
.mol-btn-purple.disabled.active,.mol-btn-purple[disabled].active,fieldset[disabled] .mol-btn-purple.active {
    background-color: #669933!important;
    border-color: #669933;
}

/*首页导航菜单结束*/
.yellow .new-news-second-nav {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.yellow .new-news-second-nav span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 30px;
    color: #777;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.yellow .new-news-second-nav span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.yellow .new-news-second-nav span a:hover {
    background-color:#d1e3a1;
    text-decoration: none;
    color: #fff;
}

.yellow .new-news-second-current {
    background-color: #d1e3a1;
    text-decoration: none;
    color: #fff;
}
.yellow .it-green{
    color:#669933;
}
.yellow .it-green a{
    color:#669933;
}
.yellow .drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    box-shadow: none;
    min-width:140px;
    border-radius:0!important;

}
.yellow .drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.yellow .drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#a9e336!important;
}
.yellow .drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#a9e336!important;
}
/*分区域各页面样式结束*/


/*紫色分区域各页面样式开始*/

.purple .new-news-top-bar {
    background: #3b4870;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.purple .new-news-right-first-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#3b4870;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}

.purple .new-news-right-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#bbc7ed;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.purple .new-news-right-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.purple .new-news-right-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.purple .new-news-right-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.purple .new-news-right-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.purple .new-news-right-first ul li a:hover{
    width:100%;
    display: block;
    background:#bbc7ed;
    color:#777;
    padding-left:10px;
}
.purple .new-news-right-first ul li a.active{
    width:100%;
    display: block;
    background-color:#bbc7ed!important;
    color:#777;
    padding-left:10px;
}
.purple .new-news-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.purple .new-news-right-red-yuan:hover{
    background:#bbc7ed url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.purple .new-news-right-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#e6e6e6;
    color:#3b4870;
    margin-top:2px;
}

.purple .new-news-comment-btn{
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#777;
}
.purple .new-news-comment-btn:hover{
    border:1px solid #bbc7ed;
    border-radius:3px;
    background:#bbc7ed;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}

/*首页导航菜单开始*/
.purple .new-news-navbar-nav{
    width:100%;
    height:34px;
    line-height:34px;
    float:left;
}
.purple .new-news-navbar-nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
.purple .new-news-navbar-nav ul li{
    list-style:none;
    margin:0;
    float:left;
    font-size:16px;
    font-weight:normal;
    height:34px;
    line-height: 34px;
    color:#fff;
    text-align:center;
}
.purple .new-news-navbar-nav ul li a{
    list-style:none;
    color:#fff;
    padding:0 18px;
    height:34px;
    line-height:34px;
    display:block;
}
.purple .new-news-navbar-nav ul li a:hover{
    list-style:none;
    color:#fff;
    text-decoration:none;
    padding:0 18px;
    background:#3b4870;
    height:34px;
}
.purple .new-news-navbar-nav-active{
    width:100%;
    color:#fff!important;
    padding:0 18px;
    background:#3b4870;
}
.purple .new-news-navbar{
    margin:10px 0 15px 0;
    padding:0;
    width:100%;
    background:#7b90d2;
    float:left;
    /*
    border-bottom: 6px solid #3b4870;
    */
}

.purple .new-news-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#3b4870;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.purple .want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.purple .want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#3b4870;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.purple .want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#3b4870;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.purple .want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#3b4870;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}

.purple .mol-btn-purple,.mol-btn-purple:focus {
    background-color: #3b4870!important;
    border-color: #3b4870;
}

.purple .mol-btn-purple:hover,.open .yellow .mol-btn-purple.dropdown-toggle {
    background-color: #fec006!important;
    border-color: #fec006;
}

.purple .mol-btn-purple.no-border:hover {
    border-color: #fec006
}

.purple .mol-btn-purple.no-hover:hover {
    background-color: #fec006!important
}

.purple .mol-btn-purple.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.purple .mol-btn-purple.no-border.active {
    background-color: #fec006!important;
    border-color: #fec006
}

.purple .mol-btn-purple.disabled,.mol-btn-purple[disabled],fieldset[disabled] .mol-btn-purple,.mol-btn-purple.disabled:hover,
.mol-btn-purple[disabled]:hover,fieldset[disabled] .mol-btn-purple:hover,.mol-btn-purple.disabled:focus,.mol-btn-purple[disabled]:focus,fieldset[disabled]
.mol-btn-purple:focus,.mol-btn-purple.disabled:active,.mol-btn-purple[disabled]:active,fieldset[disabled] .mol-btn-purple:active,
.mol-btn-purple.disabled.active,.mol-btn-purple[disabled].active,fieldset[disabled] .mol-btn-purple.active {
    background-color: #3b4870!important;
    border-color: #3b4870;
}

/*首页导航菜单结束*/
.purple .new-news-second-nav {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.purple .new-news-second-nav span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 30px;
    color: #777;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.purple .new-news-second-nav span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.purple .new-news-second-nav span a:hover {
    background-color:#bbc7ed;
    text-decoration: none;
    color: #fff;
}

.purple .new-news-second-current {
    background-color: #bbc7ed;
    text-decoration: none;
    color: #fff;
}
.purple .it-green{
    color:#3b4870;
}
.purple .it-green a{
    color:#3b4870;
}
.purple .drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    box-shadow: none;
    min-width:140px;
    border-radius:0!important;

}
.purple .drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.purple .drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#7b90d2!important;
}
.yellow .drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#7b90d2!important;
}
/*分区域各页面样式结束*/



/*艳蓝色分区域各页面样式开始*/

.cobalt-blue .new-news-top-bar {
    background: #279ef2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 999;
}

.cobalt-blue .new-news-right-first-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#279ef2;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}

.cobalt-blue .new-news-right-title{
    width:100%;
    text-align: left;
    padding-left:20px;
    height:42px;
    line-height: 42px;
    background:#65B6F0 ;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
.cobalt-blue .new-news-right-first{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.cobalt-blue .new-news-right-first ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.cobalt-blue .new-news-right-first ul li{
    width:100%;
    height:38px;
    line-height: 36px;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    overflow: hidden;
    background:#f8f8f8;
    border:1px solid #e3e3e3;
    margin-top:-1px;
    color:#777;
}
.cobalt-blue .new-news-right-first ul li a{
    width:100%;
    display: block;
    background:#f8f8f8;
    color:#777;
    padding-left:10px;
    padding-right:15px;
}
.cobalt-blue .new-news-right-first ul li a:hover{
    width:100%;
    display: block;
    background:#65B6F0 ;
    color:#fff;
    padding-left:10px;
}
.cobalt-blue .new-news-right-first ul li a.active{
    width:100%;
    display: block;
    background-color:#65B6F0 !important;
    color:#fff;
    padding-left:10px;
}
.cobalt-blue .new-news-right-red-yuan{
    background:#f8f8f8 url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.cobalt-blue .new-news-right-red-yuan:hover{
    background:#65B6F0  url("../png/ico-new-infor.png") no-repeat 155px 16px!important;
}
.cobalt-blue .new-news-right-first-top{
    width:100%;
    height:38px;
    line-height: 38px;
    background:#f0ad4e;
    color:#fff;
    margin-top:2px;
}

.cobalt-blue .new-news-comment-btn{
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    padding:2px 10px;
    line-height: 1.2em;
    color:#777;
}
.cobalt-blue .new-news-comment-btn:hover{
    border:1px solid #9ed2d9;
    border-radius:3px;
    background:#9ed2d9;
    padding:2px 10px;
    line-height: 1.2em;
    color:#fff;
}

/*首页导航菜单开始*/
.cobalt-blue .new-news-navbar-nav{
    width:100%;
    height:34px;
    line-height:34px;
    float:left;
}
.cobalt-blue .new-news-navbar-nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
.cobalt-blue .new-news-navbar-nav ul li{
    list-style:none;
    margin:0;
    float:left;
    font-size:16px;
    font-weight:normal;
    height:34px;
    color:#fff;
    text-align:left;
}
.cobalt-blue .new-news-navbar-nav ul li a{
    list-style:none;
    color:#fff;
    padding:0;
    width:108px;
    height:34px;
    line-height:34px;
    display:block;
    padding-left:10px;
}
.cobalt-blue .new-news-navbar-nav ul li a:hover{
    list-style:none;
    color:#fff;
    text-decoration:none;
    background:#f0ad4e;
    height:34px;
}
.cobalt-blue .new-news-navbar-nav-active{
    width:100%;
    color:#fff!important;
    background:#f0ad4e;
}
.cobalt-blue .new-news-navbar-nav ul>li>ul{
    background:#fff;
    border-bottom:2px solid #ccc;
    width:110px;

}
.cobalt-blue .new-news-navbar-nav ul>li>ul>li{
    border:1px solid #ccc;
    margin-top:-1px;
}
.cobalt-blue .new-news-navbar-nav ul>li>ul>li>a{
    background:#fff;
    color:#999;
    font-size: 14px;
}
.cobalt-blue .new-news-navbar{
    margin:10px 0 15px 0;
    padding:0;
    width:100%;
    background:#279ef2 ;
    float:left;
    /*
    border-bottom: 6px solid #279ef2;
    */
}

.cobalt-blue .new-news-add-btn{
    width:100%;
    height:42px;
    border:1px solid #e3e3e3;
    background:#f8f8f8;
    color:#279ef2;
    text-align: center;
    padding:0 10px;
    line-height: 40px;
    margin-top:5px;
}

.cobalt-blue .want-comment-btn-exit{
    border:none;
    border-radius:3px;
    background:#e6e6e6;
    padding:6px 15px;
    line-height: 1.2em;
    color:#808080;
    margin-right:10px;
}
.cobalt-blue .want-comment-btn-exit:hover{
    border:none;
    border-radius:3px;
    background:#f0ad4e;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.cobalt-blue .want-comment-btn-submit{
    border:none;
    border-radius:3px;
    background:#279ef2;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}
.cobalt-blue .want-comment-btn-submit:hover{
    border:none;
    border-radius:3px;
    background:#279ef2;
    padding:6px 15px;
    line-height: 1.2em;
    color:#fff;
}

.cobalt-blue .mol-btn-purple,.blue .mol-btn-purple:focus {
    background-color: #279ef2!important;
    border-color: #279ef2;
}

.cobalt-blue .mol-btn-purple:hover,.open .blue .mol-btn-purple.dropdown-toggle {
    background-color: #f0ad4e!important;
    border-color: #f0ad4e;
}

.cobalt-blue .mol-btn-purple.no-border:hover {
    border-color: #f0ad4e
}

.cobalt-blue .mol-btn-purple.no-hover:hover {
    background-color: #f0ad4e!important
}

.cobalt-blue .mol-btn-purple.active {
    background-color: #fec006!important;
    border-color: #f0ad4e
}

.cobalt-blue .mol-btn-purple.no-border.active {
    background-color: #f0ad4e!important;
    border-color: #f0ad4e
}

.cobalt-blue .mol-btn-purple.disabled,.cobalt-blue .mol-btn-purple[disabled],fieldset[disabled] .cobalt-blue .mol-btn-purple,.cobalt-blue .mol-btn-purple.disabled:hover,.cobalt-blue .mol-btn-purple[disabled]:hover,fieldset[disabled] .mol-blue-btn-purple:hover,.mol-blue-btn-purple.disabled:focus,.mol-blue-btn-purple[disabled]:focus,fieldset[disabled] .mol-blue-btn-purple:focus,.mol-blue-btn-purple.disabled:active,.mol-blue-btn-purple[disabled]:active,fieldset[disabled] .mol-blue-btn-purple:active,.mol-blue-btn-purple.disabled.active,.mol-blue-btn-purple[disabled].active,fieldset[disabled] .mol-blue-btn-purple.active {
    background-color: #279ef2!important;
    border-color: #279ef2;
}

/*首页导航菜单结束*/
.cobalt-blue .new-news-second-nav {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
}

.cobalt-blue .new-news-second-nav span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 30px;
    color: #777;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.cobalt-blue .new-news-second-nav span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.cobalt-blue .new-news-second-nav span a:hover {
    background-color:#65B6F0 ;
    text-decoration: none;
    color: #fff;
}

.cobalt-blue .new-news-second-current {
    background-color: #65B6F0 ;
    text-decoration: none;
    color: #fff;
}

.cobalt-blue .it-green{
    color:#008fee ;
}
.cobalt-blue .it-green a{
    color:#008fee ;
}

.cobalt-blue .drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    box-shadow: none;
    min-width:140px;
    border-radius:0!important;

}
.cobalt-blue .drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.cobalt-blue .drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#279ef2 !important;
}
.cobalt-blue .drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#279ef2 !important;
}

/*分区域各页面样式结束*/


/*medical CSS 开始*/
.medical-content-bg{
    width:100%;
}
.medical-first-content{
    width:100%;
}
.medical-first-content-left{
    width:686px;
    min-height:680px;
    float:left;
}
.medical-first-content-right-bg{
    width:322px;
    float:right;
    margin-bottom: 20px;
}
.medical-first-content-right{
    width:322px;
    height:680px;
    float:right;
    border:1px solid #e3e3e3;
    background:#fff;
}

.medical-first-content-list{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-first-content-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-first-content-list ul li{
    float:left;
    width:322px;
    height:330px;
    margin:0 21px 20px 0;
    padding:0;
    list-style: none;
    background:#fff;
    border:1px solid #e3e3e3;
}
.medical-first-content-list ul li img{
    width:320px;
    height: 235px;
}
.medical-first-content-list-title{
    width:100%;
    padding:0 20px;
    margin-top:10px;
    font-size: 16px;
    font-weight: normal;
    color:#333;
    line-height: 1.4em;
    height:2.8em;
}
.medical-first-content-list-title a{
    color:#333;
}
.medical-first-content-list-title a:hover{
    color:#ff7010;
}

.medical-item-post{
    width:100%;
    line-height: 24px;
    padding:5px 20px;
    display: inline-block;
}
.medical-comment-from{
    float:left;
    color:#999;
    width:170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.medical-comment-icon{
    width:80px;
    float:right;
    color:#999;
}
.medical-comment-icon a{
    color:#999;
}
.medical-comment-icon a:hover{
    color:#ff7010;
}
.medical-first-content-right-title{
    width:100%;
    height:42px;
    line-height:42px;
    border-bottom:1px solid #e3e3e3;
    padding-left:10px;
}
.medical-first-content-right-title .title{
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.medical-first-content-right-item ul{
    widht:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-first-content-right-item ul li {
    float: left;
    width:100%;
    height:104px;
    margin:0;
    padding:14px 10px 12px 10px;
    border-bottom: 1px solid #e3e3e3;
}
.medical-first-content-right-item ul li:last-child {
    border-bottom:none;
}
.medical-first-content-right-item-link{
    width:100%;
    margin-top:10px;
    float:left;
}
.medical-first-content-right-item-link ul{
    widht:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-first-content-right-item-link ul li{
    widht:100%;
    margin:0 0 10px 0;
    padding:0;
    list-style: none;
}
.medical-first-content-right-thumbnail {
    float: left;
    width: 74px;
    height: 74px;
}

.medical-first-content-right-thumbnail img {
    display: block;
    width: 74px;
    height: 74px;
}

.first-content-item {
    float: left;
    width: 225px;
}
.first-content-item-title{
    width:100%;
    padding:0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color:#333;
    height:54px;
}
.first-content-item-title:hover{
    color:#ff7010;
}
.first-content-item-title-three{
    width:100%;
    overflow: hidden;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 18px!important;
}
.first-content-item-post{
    width:100%;
    line-height: 18px;
    padding:5px 0 0 10px;
    display: inline-block;
}
.medical-second-content{
    float:left;
    width:100%;
    margin:20px 0;
}
.new-news-navbar-nav-right{
    float:right;
    padding:2px 10px;
    border:1px solid #fff;
    font-size: 14px;
    color:#fff;
    line-height: 18px;
    margin:5px 0;
}
.new-news-navbar-nav-right a{
    color:#fff;
}
.quan-orange{
    display: inline-block;
    width:5px;
    height: 5px;
    border-radius:100%;
    background:#fec006;
    margin-left:5px;
    margin-bottom:2px;
}
.article-bg-width960{
    width:960px;
    margin:0 auto;
}
.article-box-bg{
    width:100%;
    background:#fafafa;
    margin-top:15px;
}
.article-box-list{
    margin:0 30px;
    padding:10px 0;
}
.article-box-list ul{
    margin:0;
    padding:0;
    list-style: none;
}
.article-box-list ul li a{
    margin:0 0 10px 0;
    padding:0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border:1px solid #e3e3e3;
    border-radius:4px;
    background: url("../png/article-box-icon-arrow-new.png") no-repeat 865px #fff;
    color:#000;
    display: block;
}
.article-box-list ul li a:hover{
    margin:0 0 10px 0;
    padding:0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border:1px solid #e3e3e3;
    border-radius:4px;
    background: url("../png/article-box-icon-arrow-new-white.png") no-repeat 865px #279ef2;
    color:#fff;
    display: block;
}
.article-box-list-no{
    margin:0 0 10px 0;
    padding:0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border:1px solid #e3e3e3;
    border-radius:4px;
    background: url("../png/article-box-icon-wrong-new.png") no-repeat 865px #fff;
    color:#b6b6b6;
    display: block;
}
.article-box-bottom{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e3e3e3;
    line-height: 38px;
    font-size: 16px;
}
.article-box-bottom a{
    color:#279ef2;
}
.article-box-bottom a:hover{
    color:#ff7010;
}
.article-box-icon-text{
    float:right;
    padding-right:30px;
    color:#33cc66;
}
a:hover .article-box-icon-text {
    color:#fff;
}
.article-box-icon-text-no{
    float:right;
    padding-right:30px;
    color:#D6491E;

}


.maga-translate{
    width:100%;
    margin-top:15px;
}
.maga-translate-title{
    width:100%;
    font-weight:bold;
    color:#000;
    font-size: 16px;
    line-height: 48px;
}
.maga-translate-content{
    width:100%;
    background:#fafafa;
    padding:10px;
}
.maga-translate-content textarea{
    background:#fff;
    border:1px solid #e3e3e3;
    width:100%;
}
.maga-translate-content-title{
    font-size: 16px;
    color:#000;
    line-height: 42px;
    margin-bottom: 10px;
}
.maga-translate-content-text{
    font-size: 14px;
    line-height: 22px;
    color:#2f3e44;
}
.maga-translate-content-button{
    width:100%;
    margin:10px 0 20px 0;
    text-align: center;
}
.maga-translate-content-another{
    width:100%;
    background:#fff;
    border:1px solid #e3e3e3;
    padding:10px 15px;
}
.maga-translate-content-text-time{
    width:100%;
    margin-top:10px;
    color:#777;
    font-size: 14px;
}
.maga-center-icon{
    background: url("../png/maga-center-icon.png") no-repeat top right;
}
/*库存管理CSS开始*/
.manage-group-data {
    float: left;
    height: 42px;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    /*
    border-bottom: 1px solid #5bc0de;
    */
    margin-top:20px;
}

.manage-group-data span {
    float: left;
    display: inline-block;
    line-height: 41px;
    color: #333;
    background-color: #f2f2f2;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.manage-group-data span a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid #fff;
    width: 116px;
    padding:0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.manage-group-data span a:hover {
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
}
.manage-group-data span a:hover {
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
}
.manage-group-data span a:active {
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
}

.manage-group-data-current {
    display: block;
    background-color: #008fee;
    text-decoration: none;
    color: #fff;
}

.manage-group-data-press {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.manage-group-data-press:hover, .manage-group-data-press:active, .active > .manage-group-data-press {
    font-size: 16px;
}
.manage-group-data-content{
    float:left;
    width:100%;
    min-height:200px;
    border:1px solid #dddddd;
    margin-top:-1px;
    padding:8px;
    padding-bottom:20px;
    border-top:2px solid #008FEE;
}
.manage-group-data-content-error{
    width:100%;
    margin-top:30px;
    text-align: center;
}
.manage-data-32{
    font-size:32px;
    color:#333;
    font-weight:bold;
    display: block;
    margin-top:60px;
    margin-bottom: 50px;
}
.manage-data-16{
    font-size:16px;
    color:#808080;
    display: block;
    margin-bottom: 20px;
}
.manage-group-data-btn{
    width:100%;
    text-align: center;
    margin-top:40px;
}
.manage-btn-blue {
    color: #ffffff;
    background-color: #2aaaff;
    border-color: #2aaaff;
}
.manage-btn-blue a{
    color: #ffffff!important;
    background-color: #2aaaff;
    border-color: #2aaaff;
}
.manage-btn-blue a:hover,
.manage-btn-blue a:focus,
.manage-btn-blue a:visited,
.open .dropdown-toggle.manage-btn-blue {
    color: #ffffff;
    background-color: #008fee;
    border-color: #008fee;
}
.manage-btn-orange {
    color: #ffffff;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}
.manage-btn-orange:hover,
.manage-btn-orange:focus,
.manage-btn-orange:active,
.manage-btn-orange.active,
.open .dropdown-toggle.manage-btn-orange {
    color: #ffffff;
    background-color: #ff7010;
    border-color: #ff7010;
}
.manage-btn-big-orange {
    color: #ffffff;
    background-color: #ff7010;
    border-color: #ff7010;
}
.manage-btn-big-orange:hover,
.manage-btn-big-orange:focus,
.manage-btn-big-orange:active,
.manage-btn-big-orange:visited,
.manage-btn-big-orange.active,
.open .dropdown-toggle.manage-btn-orange {
    color: #ffffff;
    background-color: #ff7010;
    border-color: #ff7010;
}
.manage-btn-manage{
    width: 100px;
    height: 32px;
    border:1px solid #e3e3e3;
    background:#ffffff;
    color:#279ef2;
    text-align: center;
    padding: 0 10px 0 5px;
    line-height: 32px;
    border-radius: 4px;
}
.manage-btn-back {
    color: #279ef2;
    background-color: #fafafa;
    font-size: 14px;
    border: 1px solid #279ef2;
    padding: 2px 8px 4px;
    border-radius: 4px;
}

.manage-btn-back:hover,
.manage-btn-back:focus,
.manage-btn-back.active {
    color: #ffffff;
    background-color: #279ef2;
    border-color: #279ef2;
    border: 1px solid #279ef2;
}
.new-error-main{
    margin-top:160px;
    text-align: center;
}
.new-error-main-text{
    margin-top:50px;
}
.new-error-main-text-title{
    color:#333;
    font-size: 38px;
    display: block;
}
.new-error-main-text-reason{
    display: block;
    font-size:18px;
    margin-top:20px;
    line-height: 36px;
}

/*改版医学领域资讯 CSS 开始*/
.medical-news-first-content{
    width:100%;
}
.medical-news-first-content-left{
    width:750px;
    float:left;
}
.medical-news-first-content-right{
    width:258px;
    height:680px;
    float:right;
    border:1px solid #e3e3e3;
    background:#fff;
}

.medical-news-first-content-list{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-news-first-content-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.medical-news-first-content-list ul li{
    float:left;
    width:278px;
    height:330px;
    margin:0 21px 20px 0;
    padding:0;
    list-style: none;
    background:#fff;
    border:1px solid #e3e3e3;
}
.medical-news-first-content-list ul li img{
    width:320px;
    height: 235px;
}

/*改版医学领域资讯 CSS 结束*/

/*改版其它科领域资讯CSS开始*/

.another-area-content{
    float:left;
    width:100%;
    min-height: 500px;
    /*
    border:1px solid #e3e3e3;
    padding:0 10px;
    */

}
.another-area-content ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.another-area-content ul li{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.another-area-content-right{
    width:100%;
    float:right;
    padding:0;
}
.another-area-content-right ul{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    margin-top:-10px;
}
.another-area-content-right ul li{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    height:29px;
    line-height:29px;
    font-size:14px;
    color:#757575;
    padding-left:15px;
    background:url(../png/img-sprite.png) no-repeat -4px 4px;
}
.another-area-content-right ul li a{
    color:#333;
    text-decoration: none;
}
.another-area-content-right ul li a:visited{
    text-decoration: none;
}
.another-area-content-right ul li a:hover{
    color:#ff7010;
    text-decoration: none;
}
.another-area-content-right ul li a:active{
    text-decoration: none;
}
.another-area-content-title{
    width:100%;
    float:left;
    height:46px;
    line-height:46px;
    font-size:16px;
    font-weight:bold;
    color:#279ef2;
    text-indent: 15px;
}
.another-area-content-title a{
    color:#279ef2;
}
.another-area-content-title a:hover{
    color:#ff7010;
}
.another-area-content-list{
    width:100%;
    float:left;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.another-area-content-left{
    width:135px;
    float:left;
}
.another-item-term-left span{
    vertical-align: top;
}
.another-item-term-left input{
    margin-top:6px;
}
.another-area-content-left-describe{
    position: relative;
    left:0;
    bottom:0;
    width:100%;
    height:36px;
    margin-top:-36px;
    background:rgba(0,0,0,.6);
    color:#fff;
    text-align:left;
    font-size:11px;
    line-height:16px;
    padding:2px 5px;
}
.another-item-title{
    width:676px;
    height:42px;
    line-height: 42px;
    text-indent: 10px;
    font-weight:bold;
    font-size: 16px;
    color:#333;
    background:#f2f2f2;
    border:1px solid #e3e3e3;
    margin-bottom: 10px;
}
.another-item-title-word{
    display: inline-block;
    max-width:780px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.another-item-term{
    width:100%;
    padding:0 10px;
    font-size: 12px;
}
.another-item-term-left{
    width:32%;
    float:left;
}
.another-item-term-left span{
    margin-right:22px;
    display: inline-block;
}
.another-item-term-right{
    width:68%;
    float: right;
    text-align: right;
}
.another-item-term-right span{
    margin-left:22px;
    display: inline-block;
    text-align:right;
}
.another-item-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.another-item-list ul li {
    float: left;
    width:98%;
    margin:0;
    padding:14px 0px 12px 0px;
    border-bottom: 1px dashed #e3e3e3;
}
.another-item-list ul li:last-child {
    /*
    border-bottom:none;
    */
}
.another-item-list-thumbnail {
    float: left;
    width: 100px;
}

.another-item-list-thumbnail img {
    display: block;
    width: 100px;
    height:74px;
}
.another-item-list-icon{
    float:left;
    width:15px;
    height:23px;
    background:url(../png/img-sprite.png) no-repeat -4px 0;
}
.another-area-content-item-title {
    width:660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.another-area-content-item-date{
    float:right;
    width:120px;
    text-align: right;
    color:#b6b6b6;
}
.another-item-list-info{
}
.another-item-list-info-title{
    float:left;
    width:550px;
    padding:0 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    color:#333;
    line-height: 23px;
    max-height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.another-item-list-info-title a{
    color:#333;
}
.another-item-list-info-title a:hover{
    color:#ff7010;
}

.another-item-list-info-title-new{
    float:left;
    width:765px;
    padding:0 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    color:#333;
    line-height: 23px;
    max-height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.another-item-list-info-title-new a{
    color:#333;
}
.another-item-list-info-title-new:hover{
    color:#ff7010;
}
.first-content-item-title-three{
    width:100%;
    overflow: hidden;
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 18px!important;
}
.another-item-list-date{
    float:right;
    width:100px;
    text-align: right;
    color:#b6b6b6;
    line-height: 26px;
}
.another-item-list-info-post{
    width:100%;
    line-height: 18px;
    padding:5px 0 0 10px;
    display: inline-block;
}
/*改版其它科领域资讯CSS结束*/

/*ACS期刊资讯列表CSS开始*/
.acs-short-content {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    height:66px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 0;

}

.acs-short-content a {
    color: #999;
}

.acs-short-content a:hover {
    color: #ff7010;
}
.acs-short-content::after {
    content: "　";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
    background: url(../png/ellipsis_bg.png) repeat-y;
}
.acs-post{
    width:100%;
    margin-top:5px;
}
.acs-post-left{
    width:500px;
    float:left;
    color:#999;
}
.acs-right-panel {
    width: 240px;
    float: right;
    display: block;
    margin-bottom: 20px;
}

.acs-right-panel-header {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: left;
    color: #010101;
    font-size: 16px;
    background-color: #FBC735;
    width: 100%;
    float: left;
    margin-top:2px;
    padding-left:10px;
}
.acs-right-panel-list{
    width:100%;
    float:left;
    padding:10px;
    border:1px solid #e3e3e3;
    margin-bottom: 10px;
}
.acs-right-panel-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.acs-right-panel-list ul li{
    width:100%;
    margin:0;
    list-style: none;
    float:left;
    line-height: 18px;
    padding:8px 0;
    color:#1D4384;
}
.acs-right-panel-list ul li a{
    color:#1D4384;
}
.acs-right-panel-list ul li a:hover{
    color:#010101;
}
.acs-right-panel-list-active{
    color:#010101!important;
}
.acs-news-menu {
    float: left;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color:#0038A3;
    margin-bottom: 5px;
    margin-top:2px;
}

.acs-news-menu span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 38px;
    color: #fff;
    background-color: #0038A3;
    font-size: 16px;
}

.acs-news-menu span a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.acs-news-menu span a:hover {
    background-color: #022669;
    text-decoration: none;
    color: #fff;
}

.acs-news-menu-current {
    background-color: #022669;
    text-decoration: none;
    color: #fff;
}

.acs-news-menu-sort {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.acs-news-menu-sort:hover, .acs-news-menu-sort:active, .active > .acs-news-menu-sort {
    font-size: 16px;
}

.acs-right-module{
    float: left;
    width:100%;
    margin:0 0 10px 0;
}

/*ACS期刊资讯列表CSS结束*/

/*各领域新的资讯CSS样式开始*/
.news-white-top-bar {
    background: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #e3e3e3;
}
.news-white-header {
    display: block;
    height: 100px;
    width: 1180px;
    background: #fff;
    margin: 40px auto 0;
    padding:30px 0;
}
.white-top-bar-content{
    width: 1180px;
    margin:0 auto;
}
.white-top-bar-content-quick-link{
    width:15%;
    float:left;
}
.white-top-bar-content ul{
    float:right;
    width: 80%;
    margin:0;
    padding:0;
    list-style: none;
}
.white-top-bar-content ul li{
    margin:0;
    padding:0 15px;
    list-style: none;
    float:right;
}
.white-top-bar-content ul li a{
    color:#333;
    text-decoration: none
}

.white-top-bar-content ul li a:visited{
    text-decoration: none;
}

.white-top-bar-content ul li a:hover{
    color:#ff7010;
    text-decoration: none
}
.white-top-bar-content ul li a:active{
    text-decoration: none;
}
.white-top-bar-right{
    color:#999!important;
}

.news-white-logo{
    padding-top:7px;
}
.news-white-logo-txt{
    width:120px;
    height:30px;
    float:left;
    margin-left:10px;
    font-size: 18px;
    color:#333;
    line-height: 34px;
}
.news-white-logo-txt a{
    color:#333;
}
.news-white-search{
    float:right;
}
.news-white-search-btn {
    width: 82px;
    height: 34px;
    background-color: #FBC735;
    position: absolute;
    left: 361px;
    top: 0;
    margin: 0 3px 0 0;
}
.news-white-menu-2020-content{
    width: 1180px;
    margin:0 auto;
    border-top:8px solid #fafafa;
    padding-top:15px;
}
.news-white-menu-2020-content-left{
    width: 1080px;
    float:left;
}
.news-white-menu-2020-content-right{
    width: 100px;
    float:right;
}
.news-white-menu-2020{
    width: 100%;
}
.news-white-menu-2020 ul{
    margin:0;
    padding:0;
    list-style: none;
}
.news-white-menu-2020 ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    width:206px;
    height:44px;
    line-height: 44px;
    margin-right:10px;
    margin-bottom: 10px;
    border:1px solid #e3e3e3;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu-2020 ul li:nth-child(5n){
    margin-right:0;
}
.news-white-menu-2020 ul li a{
    display: inline-block;
    width:206px;
    height:44px;
    line-height: 44px;
}
.news-white-menu-2020 ul li a:hover{
    background: #279ef2;
    color:#fff;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu-2020-active{
    display: inline-block;
    width:206px;
    height:44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: #279ef2;
    color:#fff!important;
}
.news-white-menu-2020-btn{
    width:100px;
    height:98px;
    line-height: 98px;
}
.news-white-menu-2020-btn a{
    width:100px;
    height:98px;
    line-height: 98px;
    border:1px solid #e3e3e3;
    border-radius:4px;
    text-align: center;
    display: inline-block;
    color:#f0ad4e;
}

.news-white-menu{
    width: 1180px;
    margin:0 auto;
    border-top:8px solid #fafafa;
    padding-top:15px;
}
.news-white-menu ul{
    margin:0;
    padding:0;
    list-style: none;
}
.news-white-menu ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    width:190px;
    height:44px;
    line-height: 44px;
    margin-right:8px;
    margin-bottom: 10px;
    border:1px solid #e3e3e3;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu ul li:nth-child(6n){
    margin-right:0;
}
.news-white-menu ul li a{
    display: inline-block;
    width:190px;
    height:44px;
    line-height: 44px;
}
.news-white-menu ul li a:hover{
    background: #279ef2;
    color:#fff;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu-active{
    display: inline-block;
    width:228px;
    height:44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: #279ef2;
    color:#fff!important;
}

.news-white-menu-2021{
    width: 1180px;
    margin:0 auto;
}
.news-white-menu-2021 ul{
    margin:0;
    padding:0;
    list-style: none;
}
.news-white-menu-2021 ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    width:228px;
    height:44px;
    line-height: 44px;
    margin-right:10px;
    margin-bottom: 10px;
    border:1px solid #e3e3e3;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu-2021 ul li:nth-child(5n){
    margin-right:0;
}
.news-white-menu-2021 ul li a{
    display: inline-block;
    width:228px;
    height:44px;
    line-height: 44px;
}
.news-white-menu-2021 ul li a:hover{
    background: #279ef2;
    color:#fff;
    text-align: center;
    border-radius: 4px;
}
.news-white-menu-2021-active{
    display: inline-block;
    width:228px;
    height:44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: #279ef2;
    color:#fff!important;
}

.news-white-content-bg{
    width:1180px;
    margin:10px auto 80px;
}
.news-white-content-left{
    width:920px;
    min-height:680px;
    float:left;
}
.news-white-content-right{
    width:240px;
    height:680px;
    float:right;
    background:#fff;
}
/*各领域新的资讯CSS样式结束*/
/*新的首页的样式开始*/

.white-home-top-bg{
    width:100%;
    height:520px;
    padding-top:130px;
    /*background: url("images/white-home-top-bg.jpg") no-repeat center center;*/
}
.white-home-top{
    width:1180px;
    height:260px;
    background: #fff;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    opacity: 0.95;
    border-radius:8px;
    margin:0 auto;
    padding-top:40px;
}
.white-home-top-logo{
    width:100%;
    text-align: center;
}
.white-home-logo-search{
    width:100%;
    padding:40px 150px;
    padding:40px 150px;
}
.white-home-search-form {
    line-height: 40px;
    position: relative;
    display: block;
    float: left;
}
.white-home-search-form input {
    width: 760px;
    height: 44px;
    /*line-height:3px;*/
    line-height: 17px;
    padding:7px 120px 7px 5px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
}

.white-home-search-form input:hover {
    border: 1px solid #9e9e9e;
}

.white-home-search-form input:focus {
    border: 1px solid #3388FF;
    color: #222;
}
.white-home-search-btn-bg {
    width: 80px;
    height: 44px;
    line-height: 44px;
    background-color: #279ef2;
    position: absolute;
    left: 680px;
    top: 0;
    margin: 0 3px 0 0;
}

.white-home-search-btn {
    cursor: pointer;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 16px;
    color: white;
}
.white-home-search-info{
    width: 120px;
    height: 36px;
    margin-left:10px;
    font-size: 16px;
    font-weight: bold;
}
.white-home-search-info a:link{
    color:#F4973B;
    text-decoration: none;
}
.white-home-search-info a:visited{
    color:#F4973B;
    text-decoration: none;
}
.white-home-search-info a:hover{
    color:#279ef2;
    text-decoration: none;
}
.white-home-search-info a:active{
    text-decoration: none;
}
.literature-search-ex{
    width:100%;
    float:left;
    color:#d1d1d0;
    font-size: 13px;
}
.news-white-menu-title{
    width:1180px;
    margin:0 auto;
    height:40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom:3px solid #fafafa;
}
.news-white-search-list-info{
    width:100%;
    float:left;
    margin:5px auto;
    padding-left:20px;
    word-break: break-word;
}
.white-home-content{
    width:1180px;
    margin:20px auto;
}
.news-white-search-list-text{
    width:100%;
    padding-left:20px;
    color:#b6b6b6;
}
.white-home-content-item{
    width:100%;
}
.white-home-content-item ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.white-home-content-item ul li{
    width:33.3%;
    height:210px;
    line-height: 28px;
    margin:40px 0 0 0;
    padding:0;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    float:left;
}
.white-home-content-item ul li:nth-child(3){
    border-right:none;
}
.white-home-item{
    width:180px;
    height:180px;
    border:1px solid #e3e3e3;
    border-radius:100%;
    margin:0 auto 10px;
    padding:20px 0;
    color:#777777;
}
a:hover .white-home-item{
    width:180px;
    height:180px;
    background: #279ef2;
    color:#fff;
}
.white-home-item-title{
    font-size: 20px;
    font-weight: bold;
    /*
    color:#4D4D4D;
    */
    line-height: 32px;
}
.white-home-item-number{
    font-size: 20px;
    font-weight: bold;
    color:#F4973B;
}
.white-home-item span{
    display: block;
    text-align: center;
    line-height: 20px;
}
.white-home-item-top{
    width:100%;
    height:80px;
}
.white-home-content-item-another{
    width:100%;
}
.white-home-content-item-another ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.white-home-content-item-another ul li{
    width:33.3%;
    height:210px;
    line-height: 28px;
    margin:0 0 20px 0;
    padding:30px 0 0 0;
    list-style: none;
    border-right:1px solid #e3e3e3;
    float:left;
}
.white-home-content-item-another ul li:nth-child(3){
    border-right:none;
}
.white-home-footer{
    width:1180px;
    margin:40px auto;
    text-align: center;
    color:#777;
}
.white-home-banner-from{
    width: 100%;
    padding-right: 20px;
    margin-top: 90px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
}
.white-home-banner-link{
    width:1180px;
    height:40px;
    line-height: 40px;
    margin:0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.white-home-banner-link a{
    color:#fff;
}
/*头部bar的下拉菜单样式*/
.drop-down-choose{
    background: #fff;
    width: 170px;
    border: 1px solid #ff7010;
    display: block;
    height: 48px;
    line-height: 46px;
    color:#ff7010;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.drop-down-choose-icon{
    display: inline-block;
    width: 20px;
    height: 46px;
    border-left: 1px solid #ff7010;
    background: #f8f8f8;
    float: right;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px!important;
    vertical-align: middle;
    border-top: 8px solid #ff7010;
    border-right: 6px solid transparent;
    border-bottom: 0 dotted;
    border-left: 6px solid transparent;
    content: "";
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color:transparent;
    border-color: #ff7010;
}
.drop-down-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    margin-top:7px!important;
    box-shadow: none;
    min-width:120px;
    left:325px;
    top:70px;
}
.drop-down-choose-menu li a{
    font-size:14px!important;
    padding-top:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
}
.drop-down-choose-menu li a:hover{
    font-size:22px;
    color:#fff!important;
    background:#279ef2!important;
}
.drop-down-choose-menu li a:focus{
    font-size:22px;
    color:#fff!important;
    background:#279ef2!important;
}

.drop-down-top-right-choose-menu{
    border:1px solid #e3e3e3;
    background:#fff;
    margin-top:0px!important;
    box-shadow: none;
    min-width:120px;
    list-style: none;
}
.drop-down-top-right-choose-menu li{
    font-size:14px!important;
    padding:0!important;
    height:32px;
    line-height: 30px;
    color:#b3b3b3;
    background:#fff;
    list-style: none;
    width:100%!important;
    float:left!important;
}
.drop-down-top-right-choose-menu li a{
    font-size:14px!important;
    padding:0!important;
    height:32px;
    line-height: 32px;
    color:#b3b3b3;
    background:#fff;
    width:100%!important;
    text-align: center;
}
.drop-down-top-right-choose-menu li a:hover{
    font-size:14px;
    color:#fff!important;
    background:#279ef2!important;
    padding: 0!important;
    margin:0!important;
    width:100%!important;
    height:32px;
    line-height: 32px;
}
.drop-down-top-right-choose-menu li a:focus{
    font-size:14px;
    color:#fff!important;
    background:#279ef2!important;
    padding: 0!important;
    margin:0!important;
    width:100%!important;
    height:32px;
    line-height: 32px;
}

/*新的首页的样式结束*/

/*新的库存管理样式开始*/
.white-data-manager-item{
    width:100%;
    margin:20px 0;
}
.white-data-manager-item ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.white-data-manager-item ul li{
    float:left;
    width:380px;
    height:280px;
    margin:0 20px 10px 0;
    padding:0;
    list-style: none;
}
.white-data-manager-item ul li:nth-child(3n){
    margin-right:0;
}
.white-data-manager-item-pic{
    width:100%;
    height:230px;
    background: #fafafa;
    border:1px solid #e3e3e3;
}
.white-data-item-info{
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: center;
}

.cell-poster-content{
    width: 1180px;
    margin:0 auto;
    border-top:8px solid #fafafa;
    padding-top:15px;
}
.cell-poster-content ul{
    margin:0;
    padding:0;
    list-style: none;
}
.cell-poster-content ul li{
    float: left;
    display: inline-block;
    list-style: none;
    width:32%;
    height:510px;
    margin-right:2%;
    margin-bottom: 20px;
    display: inline-block;
}
.cell-poster-content ul li:nth-child(3n){
    margin-right:0;
}
.cell-poster-content ul li a{
    width: 100%;
    padding:15px;
    display: inline-block;
    border:1px solid #e3e3e3;
}
.cell-poster-content ul li a:hover{
    width: 100%;
    background: #fff;
    padding:15px;
    display: inline-block;
    border:1px solid #f1a02f;
}
.cell-poster-item-title{
    width:100%;
    height:125px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color:#333;
}
.cell-poster-pic{
    width:100%;
    height:240px;
    margin:20px auto;
    text-align: center;
 }
.cell-poster-pic img{
    max-width:100%;
    max-height:240px;
    text-align: center;
}
.cell-poster-item-info{
    width:100%;
    font-size: 14px;
    color:#999;
}
.cell-poster-detail-pic{
    width:100%;
    margin:10px 0;
    text-align: center;
}
.cell-poster-detail-pic img{
    max-width: 100%;
}
.cell-poster-detail-info{
    font-size: 15px;
    line-height: 30px;
    color:#777;
    margin-top:20px;
}
.cell-poster-detail-text{
    font-size: 15px;
}
.btn-primary {
    color: #ffffff;
    background-color: #008fee;
    border-color: #008fee;
}
.btn-primary:visited {
    color: #ffffff!important;
    background-color: #008fee;
    border-color: #008fee;
}

/*试剂电商CSS开始*/

.products-home-news{
    width:1180px;
    margin: 0 auto;
}
.products-home-news-item{
    width:100%;
    margin-top:20px;
    float:left;
}
.products-home-news-item ul{
    list-style: none;
    margin:0;
    padding:0;
}
.products-home-news-item ul li{
    float:left;
    list-style: none;
    margin:0;
    width:49%;
    /*height:100px;*/
    padding-top:10px;
    padding-right:1%;
    padding-bottom: 10px;
    padding-left:15px;
    border-bottom: 1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
}
.products-home-news-item ul li a{
    color:#333!important;
}
.products-home-news-item ul li a:hover{
    color:#ff7010!important;
}
.products-home-news-item ul li:nth-of-type(even){
    border-right:none;
 }
.products-home-news-item-left{
    width:100px;
    float: left;
}
.products-home-news-item-right{
    width:440px;
    float:right;
    padding:0;
}
.products-home-news-title{
     font-size:16px;
     line-height:24px;
     font-weight:normal;
     max-height: 24px;
     display: block;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     white-space: normal;
 }
.products-home-news-text{
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    color:#999;
    max-height: 40px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top:10px;
}
.product-header{
    display: block;
    height: 120px;
    width: 1180px;
    background: #fff;
    margin: 40px auto 0;
    padding:30px 0;
}

.product-header-search-input {
    width: 641px;
    height: 38px;
    padding:7px 78px 7px 5px;
    border: 1px solid #d8d8d8;
    vertical-align: top;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: 0px;
    color: #9e9e9e;
    margin-top:10px;
}

.product-header-search-input:hover {
    border: 1px solid #9e9e9e;
}

.product-header-search-input:focus {
    border: 1px solid #3388FF;
    color: #222;
}

.product-header-search-btn-skin {
    width: 82px;
    height: 38px;
    background-color: #279ef2;
    position: absolute;
    left: 561px;
    top: 10px;
    margin: 0 3px 0 0;
    font-size: 16px;
}

.product-header-search-btn {
    cursor: pointer;
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 16px;
    color: white;
}
.product-list-nav{
    width: 100%;
    /*text-indent: 15px;*/
    background: #279ef2;
    display: block;
    /*border: 1px solid #137DC4;*/
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    color:#fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list-nav span{
     display: inline-block;
     width:80px;
     text-align: center;
 }
.product-list-nav span a{
    display: inline-block;
    width:80px;
    text-align: center;
    color:#fff;
}
.product-list-nav span a:hover{
    display: inline-block;
    width:80px;
    text-align: center;
    background:#50AEF2;
}
.product-list-nav-active{
    background:#50AEF2 ;
}

.product-list-content-left{
    width:920px;
    float:left;
}
.product-list-content-left ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.product-list-content-left ul li{
    float:left;
    width:100%;
    margin:0 0 10px 0;
    padding:10px;
    list-style: none;
    border:1px solid #e3e3e3;
    min-height: 260px;
}
.product-list-item-left{
    width: 140px;
    height:140px;
    border:1px solid #e3e3e3;
    float:left;
}
.product-list-item-right{
    width: 730px;
    margin-left:20px;
    float:left;
}
.product-list-content-right{
    width:240px;
    float:right;
    margin-bottom: 20px;
}
.product-list-content-right-quick-link{
     width:100%;
     height:38px;
     line-height: 38px;
     background: #ff7010;
     border-radius: 4px;
     text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 18px;
 }
.product-list-content-right-quick-link a{
    width:100%;
    height:38px;
    line-height: 38px;
    background: #ff7010;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 16px;
}
.product-item-title-uni {
    width: 100%;
    display: block;
    color:#333;
    margin-bottom: 10px;
}
.product-item-tip {
    display: inline-block;
    width: 100%;
    line-height: 18px;
}
.product-item-tip-sun{
    width:340px;
    float:left;
}
.product-item-tip-sun02{
    width:340px;
    float:left;
}
.product-item-dl-tal {
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;

}
.product-item-dd-tal {
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-item-bottom{
    width:100%;
    height:40px;
    line-height: 40px;
    color: #279ef2;
    background: #fafafa;
}
.product-item-bottom-son{
    float: left;
    width:170px;
    text-indent: 10px;
    font-size: 16px;
}
.product-item-bottom-son a{
    color: #279ef2;
}
.product-provider-list{
     width:100%;
 }
.product-provider-list ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.product-provider-list ul li{
    width:100%;
    height:175px;
    margin:0 0 10px 0;
    padding:0;
    list-style: none;
    border:1px solid #e3e3e3;

}
.product-provider-list-logo{
    width:240px;
    height:175px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-provider-list-logo img{
    max-width: 220px;
    max-height: 155px;
}
.product-detail-item{
    width:100%;
    height:160px;
    background: #fafafa;
    padding: 10px;
}
.product-detail-thumbnail{
    width: 138px;
    height: 138px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    text-align: center;
}
.product-detail-thumbnail img{
    max-width: 100%;
    max-height: 140px;
}
.product-detail-search-info{
    width:100%;
    margin:20px 0;
}
.product-detail-title{
    width:100%;
    height:40px;
    line-height:40px;
    background: #fafafa;
    margin-bottom: 10px;
    text-indent: 10px;
}
.product-detail-item-bottom{
    width:100%;
    line-height: 24px;
    color: #333;
    margin-top:10px;
}
.product-detail-item-bottom-son{
    float: left;
    padding-right:15px;
    margin-right:15px;
    font-size: 16px;
    border-right:1px solid #e3e3e3;
}
.product-detail-item-bottom-son a{
    color:#333;
}
.product-detail-thumbnail-info{
    width:100%;
    margin-top:20px;
}
.product-detail-thumbnail-btn-blue{
    color:#279ef2;
 }
.product-detail-thumbnail-btn-blue a{
    padding:5px 15px;
    background: #fff;
    color:#279ef2;
    border:1px solid #279ef2;
    border-radius:20px;
}
.product-detail-thumbnail-btn-blue a:hover{
    padding:5px 15px;
    background:#279ef2;
    color:#fff;
    border:1px solid #279ef2;
    border-radius:20px;
}
.product-detail-thumbnail-btn-orange{
    color:#f1a02f;
}
.product-detail-thumbnail-btn-orange a{
    padding:5px 15px;
    color:#f1a02f;
    border:1px solid #f1a02f;
    border-radius:20px;
}
.product-detail-thumbnail-btn-orange a:hover{
    padding:5px 15px;
    background: #f1a02f;
    color:#fff;
    border:1px solid #f1a02f;
    border-radius:20px;
}
.product-list-nav input{
    vertical-align: top;
}
.product-company-logo{
    width:200px;
    float:left;
}
.product-company-logo img{
    max-width: 200px;
    max-height: 65px;
}
.product-company-logo-info{
    float:left;
}
.product-company-logo-name{
    font-size: 28px;
    font-weight:bold;
    color: #333;
    line-height: 32px;
}
.product-company-logo-text{
    line-height: 20px;
    width: 960px;
    margin-top: 10px;
}
.product-company-menu-bg{
    width:100%;
    height: 40px;
    background: #279ef2;
}
.product-company-menu {
    width: 1180px;
    margin:0 auto;
    text-align: center;
    background-color:#279ef2;
}

.product-company-menu span {
    float: left;
    display: inline-block;
    width: 123px;
    line-height: 40px;
    color: #fff;
    background-color: #279ef2;
    font-size: 16px;
}

.product-company-menu span a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.product-company-menu span a:hover {
    background-color: #6db2f3;
    text-decoration: none;
    color: #fff;
}

.product-company-menu-current {
    background-color: #6db2f3;
    text-decoration: none;
    color: #fff;
}
.product-company-menu-sort {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.product-company-menu-sort:hover, .product-company-menu-sort:active, .active > .product-company-menu-sort {
    font-size: 16px;
}
.product-company-content{
    width:1180px;
    margin:40px auto;
    min-height: 500px;
}
.product-company-title{
    widht:100%;
    height:50px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 24px;
    font-weight:bold;
    color: #680102;
}
.product-company-detail-info{
     width:100%;
     margin:10px 0;
 }
.product-company-detail-info img{
    max-width:100%;
}
.product-company-table {
    margin: 0;
    padding: 0;
    border-right: 1px solid #e3e3e3;
    width: 100%;
}
.product-company-table thead {
    text-align: center;
    line-height: 38px;
    color: #333333;
    background: #fafafa;
}
.product-company-table thead th {
    border: 1px solid #e3e3e3;
    font-weight: bold;
    text-align: center;
}
.product-company-table tr {
    border-bottom: 1px solid #e3e3e3;
}
.product-company-table td {
    text-align: center;
    font-size: 14px;
    color: #808080;
    padding: 5px;
    border: 1px solid #e3e3e3;
    min-width: 80px;
}
.product-detail-advance-search {
    float: left;
    width: 1020px;
}

.product-detail-advance-search li {
    float: left;
    list-style: none;
    padding: 0 5px;
}

.product-detail-advance-search li a {
    float: left;
    list-style: none;
    font-size: 15px;
    line-height: 32px;
    color: #777;
    display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.product-detail-advance-search li a:hover {
    float: left;
    list-style: none;
    /*background: #fafafa;*/
    color: #ff7010;
    display: block;
}
.product-detail-advance-search li .active {
    float: left;
    list-style: none;
    background: #fafafa;
    color: #ff7010;
    display: block;
}
.product-detail-advance-search-on {
    color: #ff7010!important;
    display: block;
    /*
    text-align: center;
    */
}
.btnshop a:visited{
    color:#fff;
}

.product-detail-title-new{
    height: 90px;
    padding:10px 0 10px 10px;
    line-height: 34px;
    background: #fafafa;
    margin-bottom: 10px;
}
.product-detail-title-left {
    display: inline-block;
    width: 360px;
}
.product-detail-title-left-sun{
    width:360px;
    float:left;
}
.product-detail-title-left-sun02{
    width:170px;
    float:left;
}
.product-detail-title-left-dl-tal {
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    color: #333;
}
.product-detail-title-left-dd-tal {
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-detail-title-right {
    display: inline-block;
    width: 360px;
}
.product-detail-title-logo{
    width:160px;
    height: 90px;
    padding: 0;
    background: #fff;
    float: right;
    margin-top: -10px;
    line-height: 90px;
    text-align: center;
}
.product-detail-title-logo img{
    max-width: 140px;
    max-height: 90px;
}

.product-list-item-newest-bg{
    width: 100%;
    float:left;
}
.product-list-item-newest-bg ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.product-list-item-newest-bg ul li{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
    border:none;
    border-bottom: 1px solid #e3e3e3;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.product-list-item-newest-last{
    border-bottom: none!important;
    margin:0!important;
    padding: 0!important;
}
.product-list-item-newest{
    width: 100%;
    float:left;
    padding-left:10px;
    line-height: 32px;
}

.product-list-item-newest-tip {
    display: inline-block;
    width: 100%;
    line-height: 18px;
}
.product-list-item-newest-tip-sun{
    width:360px;
    float:left;
}
.product-list-item-newest-tip-sun02{
      width:360px;
      float:left;
      padding-left:5px;
  }
.product-list-item-newest-tip-sun03{
    width:160px;
    float:right;
    padding-left:5px;
}
.product-list-item-newest-more{
    width:100%;
    float: left;
    height: 50px;
    line-height: 70px;
    text-align: center;
}
/*试剂电商CSS结束*/

/*相关推荐开始*/
.magazine-journal-about-title{
    width:100%;
    height:44px;
    line-height: 44px;
    background:#279ef2;
    color:#fff;
    font-size: 18px;
    padding-left:10px;
}

.magazine-journal-about-item{
    width:100%;
    margin-top:10px;
}
.magazine-journal-about-item ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.magazine-journal-about-item ul li{
    width:100%;
    margin:0;
    padding:10px 10px 10px 20px;
    list-style: none;
    border-bottom:1px solid #e3e3e3;
    background: url("../jpg/icon-blue-quan.jpg") no-repeat 0 20px;
}
.div-text-line-one {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-account a:visited {
    color: #ffffff!important;
}
.btn-home-white {
    color: #ffffff;
    background:none;
    font-size: 16px;
    border: 1px solid #fff;
    padding:4px 18px;
    border-radius: 4px;
}

.btn-home-white:hover,
.btn-home-white:focus,
.btn-home-white:visited,
.btn-home-white.active {
    color: #ff7010;
    background:none;
    font-size: 16px;
    border: 1px solid #fff;
}
.btn-white-active{
    background-color: #279ef2!important;
    color:#fff!important;
    border:1px solid #279ef2;
}
.btn-grey{
    background-color: #e2e2e2!important;
    color:#ffffff!important;
    border:1px solid #e3e3e3!important;
}
/*相关推荐结束*/
.career-btn-delete{
    width:100%;
    height:32px;
    line-height: 32px;
    margin-top:-32px;
    color:#b3b3b3;
    text-align: right;
}
.career-btn-delete a{
    color:#b3b3b3;
}
.career-list-info{
    width:100%;
    height:40px;
    line-height: 40px;
    background: #fafafa;
}
/*出版社CSS开始*/
.bmj-magazine-content{
    width:100%;
}
.bmj-magazine-content ul{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.bmj-magazine-content ul li {
    float: left;
    width:98%;
    margin:0;
    padding:14px 0px 5px 0px;
    border-bottom: 1px dashed #e3e3e3;
}
.bmj-item-list-icon{
    float:left;
    width:15px;
    height:23px;
    background:url(../png/img-sprite.png) no-repeat -4px 0;
}
.bmj-item-title{
    float:left;
    width:760px;
    padding:0 0 0 5px;
    font-size: 18px;
    font-weight: normal;
    color:#333;
    line-height: 23px;
    /*max-height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
}
.bmj-item-title a{
    color:#333;
}
.bmj-item-title a:hover{
    color:#ff7010;
}
.bmj-item-info{
    width:100%;
    margin-top:10px;
    float:left;
    padding-left:20px
}
.bmj-item-data{
    float:left;
    width:130px;
    text-align: left;
    color:#b6b6b6;
    line-height: 26px;
}
.bmj-item-sort{
    float:left;
    width:220px;
    padding-right:10px;
    text-align: left;
    color:#b6b6b6;
    line-height: 26px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bmj-item-from{
    float:left;
    width:260px;
    text-align: left;
    color:#b6b6b6;
    line-height: 26px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bmj-magazine-content-title{
    width:100%;
    height:42px;
    line-height: 42px;
    text-indent: 10px;
    font-weight:bold;
    font-size: 16px;
    color:#333;
    background:#f2f2f2;
    border:1px solid #e3e3e3;
    margin-bottom: 10px;
}
.bmj-right-content{
    width:100%;
    border:1px solid #e3e3e3;
    padding:10px;
    color:#999;
}
.bmj-right-company-name{
     width:100%;
     padding:10px 0;
     text-align: center;
     line-height: 28px;
     font-size: 18px;
     color:#333;
 }
.bmj-right-company-name img{
    max-width:90%;
}
.bmj-magazine-manage-top{
    width:1180px;
    margin:10px auto;
    height:80px;
}
.bmj-magazine-manage-header {
    display: block;
    width: 1180px;
    background: #fff;
    margin: 40px auto 0;
    padding:20px 0;
}
.bmj-magazine-manage-logo-txt{
    margin-left:5px;
    font-size: 22px;
    color:#333;
    line-height: 34px;
    vertical-align: bottom;
}
.bmj-magazine-manage-logo-txt a{
    color:#333;
}
.bmj-magazine-manage-content{
    width:1180px;
    margin:10px auto;
}
.bmj-btn-orange {
    display: inline-block;
    background-color: #ff7011;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    padding:2px 15px;
}
.bmj-btn-orange a{
    color: #fff!important;
}
.bmj-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"],select {
    border-radius: 0!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.bmj-textarea:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="date"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="number"]:hover,input[type="email"]:hover,input[type="url"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="color"]:hover,select:hover {
    border-color: #b5b5b5
}

.bmj-textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
    outline: 0
}
.bmj-magazine-tag-blue {
    display:inline-block;
    height:auto;
    margin:0 8px 0 0;
    padding:0 7px;
    font-size:12px;
    line-height:20px;
    white-space:nowrap;
    border:1px solid #91d5ff;
    border-radius:4px;
    color:#1890ff;
    background:#e6f7ff;
}
.bmj-magazine-tag-blue {
    display:inline-block;
    height:auto;
    margin:0 8px 0 0;
    padding:0 7px;
    font-size:12px;
    line-height:20px;
    white-space:nowrap;
    border:1px solid #91d5ff;
    border-radius:4px;
    color:#1890ff;
    background:#e6f7ff;
}
.bmj-magazine-tag-blue a{
    color:#1890ff;
}
.bmj-magazine-tag-bg-blue {
    display:inline-block;
    height:auto;
    margin:0 8px 0 0;
    padding:0 7px;
    font-size:12px;
    line-height:20px;
    white-space:nowrap;
    border:1px solid #1890ff;
    border-radius:4px;
    color:#fff;
    background:#1890ff;
}
.bmj-magazine-tag-bg-blue a{
    color:#fff;
}
.bmj-magazine-manage-edit-title{
    with:100%;
    font-size: 18px;
    font-weight:bold;
    color:#333;
    height:42px;
    line-height: 42px;
    margin:10px 0;
    border-bottom: 3px solid #e3e3e3;
}
.bmj-btn-add-pic {
    width: 320px;
    height: 218px;
    background: #fafafa;
    color: #999;
    margin: 10px 0;
    text-align: center;
    border: 1px dashed #e3e3e3;
}
.bmj-btn-add-pic:hover {
    color:#f1a02f;
}
.bmj-btn-add-pic:disabled {
    background: #999;
}
.bmj-magazine-manage-item input{
    width:100%;
}
.bmj-btn-add-key {
    width: 60px;
    height: 32px;
    background: #fafafa;
    color: #999;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius:4px;
}
.bmj-btn-add-key:hover {
    color:#f1a02f;
}
.bmj-btn-add-key:disabled {
    background: #999;
}
/*新首页导航*/
.news-white-menu-2020-content{
    width: 1180px;
    margin:0 auto;
    border-top:8px solid #fafafa;
    padding-top:15px;
    padding-bottom: 15px;
}
.news-white-menu-2021-bg{
    float:left;
    width: 1180px;
}
.news-white-menu-2021-left{
    width: 52px;
    float:left;
    height: 118px;
    background: #f2f2f2;
    padding: 34px 20px;
    font-weight: bold;
}
.news-white-menu-2021-right{
    width: 1128px;
    border:1px solid #e3e3e3;
    float:left;
}
.news-white-menu-2021-right ul{
    margin:0;
    padding:10px;
    list-style: none;
}
.news-white-menu-2021-right ul li{
    float: left;
    display: inline-block;
    padding:0;
    list-style: none;
    color:#333;
    width:100px;
    line-height: 32px;
    margin-right:10px;
    text-align: left;
}
.news-white-menu-2021-right ul li:nth-child(10n){
    margin-right:0;
}
.news-white-menu-2021-right ul li a{
    color:#333;
}
.news-white-menu-2021-right ul li a:hover{
    font-weight:bold;
    color:#279ef2!important;
}
.news-white-menu-2021-right-active{
    font-weight:bold;
    color:#279ef2!important;
}
.information-manage-content{
    width:1180px;
    margin:10px auto;
}
.information-item-bg{
    width:1080px;
    margin:0 auto;
    border:1px solid #e3e3e3;
    padding:10px;
}
.information-item-nav {
    width: 78%;
    display: block;
    padding:15px 20px;
    margin-bottom: 1px;
}
.information-item-manager {
    float: left;
    display: block;
    margin-top:35px;
}

.information-item-manager img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.information-item-info {
    text-align: left;
    display: block;
    padding-left: 80px;
}

.information-item-info-name {
    font-size: 16px;
    color: #279ef2;
}
.information-item-content-bg{
    width:100%;
}
.information-item-content{
    width:100%;
    background-color: #f2f2f2;
    min-height: 80px;
    margin-top: -30px;
    padding: 10px;
    border-radius: 4px;
}
.information-item-content-img{
    margin:10px 20px;
}
.information-item-content img{
    width:160px;
    height:120px;
    margin-right:10px;
}
.information-item-arrow{
    width:14px;
    height:14px;
    border:10px solid transparent;
    border-right-color: #f2f2f2;
    margin-left:-18px;
    margin-top:20px;
}
.information-item-arrow-right{
    width:14px;
    height:14px;
    border:10px solid transparent;
    border-left-color: #ebf6ff;
    margin-right:-18px;
    margin-top:20px;
    float:right;
}
.information-item-info-text {
    color: #939290;
}
.information-comment{
    width:100%;
    margin:10px 0;
}
.information-comment-do{
    width:100%;
    margin:10px 0;
}
.information-add-btn-white{
    width:90px;
    height:32px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#fff;
    color:#279ef2;
    border-radius:4px;
}
.information-add-btn-white:hover{
    width:90px;
    height:32px;
    border:1px solid #e3e3e3;
    text-align: center;
    background:#F0AD4E;
    color:#fff;
}
.information-comment-add-img{
    float: left;
    min-width: 10px;
}
.information-comment-add-img img{
    width:100px;
    height:100px;
    margin-right:10px;
}
.white-home-choose-item{
    width:100%;
    margin-top:10px;
    vertical-align: bottom;
}
.white-home-choose-item label{
    margin-right:30px;
}
.white-home-choose-item input{
    vertical-align: text-bottom;
    margin-bottom:3px;
}
.en-mol-inpage-caption-bg{
    width: 100%;
    height:70px;
    background:#FCF4E5;
    padding:10px 5px 10px 10px;
    box-shadow: 3px 3px 1px #E6D5B5;
    font-size: 16px;
    margin-bottom:40px;
    color:#555;
}
.en-mol-inpage-caption-bg a{
    color:#279ef2;
    cursor: pointer;
}
.en-mol-inpage-caption{
    width: 1180px;
    margin:0 auto;
}
.en-mol-inpage-caption-right{
    width: 2%;
    float:right;
    margin-top:-46px;
}
