/** public.css */
html {
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline:none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul,ol { list-style: none; margin: 0; padding: 0; }
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #d61f15;
    text-decoration: underline;
}


.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.left {
	float: left;
}
.right {
	float: right;
}


/** #top-nav */
#top-nav {
    background: #f1f1f1;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}
#top-nav a {
    color: #fff;
}
.top-nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
}
#mobile {
    padding: 10px 0;
}
#mobile > a {
    line-height: 20px;
    font-size: 14px;
    color: #d61f15;
}
.top-nav {
    line-height: 20px;
    font-size: 14px;
}
.top-nav > .item {
    float: left;
    padding: 10px 0;
}
.top-nav > .item:first-child {
    margin-right: 10px;
}
.top-nav > .item > a {
    display: block;
    padding: 0 10px;
}
.top-nav > .item + .item > a{
    border-left: 1px solid #fff;
}
.top-nav .register,
.top-nav .username {
    color: #d61f15 !important;
}
.top-nav > .dropdown {
    position: relative;
}
.top-nav .droplist {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 99999;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    display: none;
}
.top-nav .droplist a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none;
    width: 90px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #333 !important;
}
.top-nav > .dropdown:hover {
    background: #fff;
    color: #333;
}
.top-nav > .dropdown:hover > a {
    color: #d61f15 !important;
    text-decoration: none;
}
.top-nav .droplist a:hover {
    color: #fff !important;
    background: #d61f15;
}

/** #header */
#header .container{
    border-bottom: 2px solid #d61f15;
    padding: 10px 0;
}
#logo {
    width: 251px;
    height: 70px;
}
#logo img {
    max-height: 70px;
}

#search-fluid {
    width: 580px;
    height: 70px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#search-fluid .search-menu {
    width: 100px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 11px;
    top: 11px;
}
#search-fluid .search-menu .name {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    color: #3c3c3c;
    background: #f8f8f8;
    cursor: pointer;
}
#search-fluid .search-menu .name i {
    margin-left: 10px;
}
#search-fluid .search-menu .list {
    display: none;
    position: absolute;
    left: -1px;
    top: 47px;
    z-index: 99999;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-top-color: transparent;
    width: 100%;
}
#search-fluid .search-menu .list li {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
}
#search-fluid .search-menu .list li:hover,
#search-fluid .search-menu .list .current {
    background: #d61f15;
    color: #fff;
}
#search-fluid input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search-fluid button {
    width: 100px;
    height: 48px;
    border: 0 none;
    background-color: #d1d1d1;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 11px;
}
#search-fluid button:hover {
    background-color: #d61f15;
}
#subscribe-fluid {
    padding: 10px 0;
    width: 320px;
}
#subscribe-fluid > a {
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #f7680a;
    border-radius: 5px;
}
#subscribe-fluid > a:hover {
    text-decoration: none;
    background: rgba(214, 31, 21, .9);
}
#subscribe-fluid .tel {
    line-height: 50px;
    font-weight: 700;
}
#subscribe-fluid .tel i, 
#subscribe-fluid .tel span {
    color: #d61f15;
}
/** #navigation */
#navigation {
    width: 100%;
    color: #333;
}
#navigation a:hover {
    color: #d61f15;
    text-decoration: none;
}
.nav-fluid {
}
.nav-fluid > li {
    float: left;
    position: relative;
    padding: 10px 0;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-fluid > li::after {
    content: '';
    width: 1px;
    height: 50px;
    background: #ddd;
    display: block;
    position: absolute;
    right: -25px;
    top: 20px;
}
.nav-fluid > li + li {
    margin-left: 50px;
}
.nav-fluid > li:nth-child(3) {
    width: 190px;
}
.nav-fluid > li:nth-child(4) {
    width: 280px;
}
.nav-fluid > li:nth-child(4):after {display: none;}
.nav-fluid > li > a {
    float: left;
    display: block;
    padding: 6px 8px;
}
.qrcode {
}
.qrcode p {
    width: 90px;
}
.qrcode p + p {
    margin-left: 30px;
    margin-right: 10px;
}
.qrcode p img {
    width: 88px;
    height: 88px;
}

/** #footer */
#footer {
    width: 100%;
    margin-top: 20px;
    color: #696668;
    text-align: center;
}
#footer .container {
    border-top: 1px solid #696668;
    padding: 20px 0 10px;
}
#footer * {
    color: #696668;
}
#footer p {
    margin: 5px 0;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
}
#footer .about a {
    padding: 0 15px;
}
#footer .about a + a {
    border-left: 1px solid #696668;
}
#footer span {
    margin-left: 5px;
}
#footer a:hover {
    color: #d61f15;
}



/** ================================ index ===============================*/
.packimg {
    margin-top: 10px;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    width: 100%;
}
.packimg a {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
.packimg a img {
    width: 100%;
}
.img-two a:first-child {
    width: 900px;
}
.img-two a:last-child {
    width: 290px;
    margin-left: 10px;
}
.img-four a {
    width: 290px;
}
.img-four a + a {
    margin-left: 13.33333333px;
}
.img-six a {
    width: 190px;
}
.img-six a + a {
    margin-left: 12px;
}
.img-four,.img-six {
    border: 0 none;
}
.img-four a img,
.img-six a img {
    border: 1px solid #e1e1e1;
}
.packimg::before {
    content: '广告';
    display: block;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .5);
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    border-top-left-radius: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.fluid {
    margin-top: 15px;
}
.fluid .head {
    border-top: 1px solid #ddd;
    line-height: 46px;
}
.fluid .head > a,
.fluid .head > span {
    border-top: 2px solid #d61f15;
    display: inline-block;
    margin-top: -1px;
    color: #d61f15;
    font-size: 18px;
    font-weight: 700;
}
.fluid .head i {
    margin-right: 5px;
}
.fluid .head > a:hover {
    text-decoration: none;
}

.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    padding: 0 3px !important;
    border-radius: 4px !important;
}
.swiper-button-prev {
    width: 30px !important;
    height: 60px !important;
    background: rgba(0, 0, 0, 0.6) url('../images/previous.png') no-repeat scroll center center !important;
    position: absolute !important;
    left: 0 !important;
    top: calc(50% - 30px) !important;
    z-index: 9999;
    cursor: pointer !important;
    margin-top: 0!important;
}
.swiper-button-next {
    width: 30px !important;
    height: 60px !important;
    background: rgba(0, 0, 0, 0.6) url('../images/next.png') no-repeat scroll center center !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(50% - 30px) !important;
    cursor: pointer !important;
    margin-top: 0!important;
    z-index: 9999;
}
.xinpin .cont:hover .previous,
.xinpin .cont:hover .next {
    display: block;
}
/** .news */
.swiper-wrapper {
    margin-top: 0 !important;
}
.slide-wrapper {
    width: 320px;
    height: 240px;
}
.slide-wrapper > ul {
}
.slide-wrapper > ul > li {
    width: 320px;
    height: 240px;
    float: left;
}
.slide-wrapper > ul > li > a {
    display: block;
}
.slide-wrapper > ul > li > a > img {
    display: block;
    width: 320px;
    height: 240px;
}
.wonderful {
    width: 320px;
    margin-top: 10px;
}
.wonderful li {
    float: left;
    width: 48%;
}
.wonderful li + li {
    margin-left: 4%;
}
.wonderful li a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #696668;
}
.wonderful li a:hover {
    color: #d61f15;
}
.wonderful li a img {
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.wonderful li .name {
    height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.focus {
    width: 600px;
    margin-left: 15px;
}
.focus > .top {
    position: relative;
    margin-bottom: 5px;
}
.focus > .top .title a {
    height: 30px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #f7680a;
    padding: 0 70px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.focus > .top .summary {
    line-height: 20px;
    font-size: 14px;
    text-indent: 2em;
    height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 70px;
    width: 100%;
}
.focus > .top .date {
    display: block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #696668;
    text-align: right;
    position: absolute;
    right: 0;
    top: 5px;
}
.focus > .top .more {
    display: block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #696668;
    text-align: right;
    position: absolute;
    right: 0;
    top: 40px;
    color: #f7680a;
}
.focus > .news-fluid,
.focus > .wechat-fluid {
    width: 50%;
}
.focus .item + .item {
    margin-top: 5px
}
.focus .item {
    height: 24px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus .item a {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}
.focus .item a:first-child {
    font-weight: 400;
}
.focus .item a:first-child:hover {
    color: #f7680a;
    text-decoration: none;
}
.focus .item a:last-child:hover {
    color: #d61f15;
}

.product {
    width: 250px;
}
.product li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
}
.product li a img {
    width: 100%;
    height: 200px;
    display: block;
}
.product li .title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product li + li {
    margin-top: 20px;
}
/** .ke */
.ke .head > a {
    padding-left: 25px;
    background: url('../images/video_camera.png') no-repeat scroll left center;
}
.ke .head > p {
    color: #696668;
    cursor: pointer;
}
.ke .head > p:hover,
.ke .head > p i {
    color: #d61f15;
}
.ke .head > p .more {
    margin: 0 10px;
    font-size: 14px;
    color: #5c5c5c;
}
.ke .item {
    float: left;
    margin-left: 10px;
}
.ke .item:first-child {
    margin-left: 0;
}
.ke .item a {
    display: block;
    width: 231px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}
.ke .item a img {
    display: block;
    width: 100%;
    height: 160px;
}
.ke .item a:hover::before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 160px;
    background: rgba(0, 0, 0, .5) url('../images/play_icon.png') no-repeat scroll center center;
    position: absolute;
    left: 5px;
    top: 5px;
}
.ke .item .name {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** .magazine-jishu */
.magazine-fluid {
    width: 43%;
}
.magazine-fluid .head i {
    margin-right: 5px;
}
.new-magazine {
    width: 180px;
}
.new-magazine .cover {
    display: block;
    width: 100%;
    height: 243px;
}
.new-magazine .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.new-magazine .name {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.magazine-fluid .list {
    width: 320px;
}
.magazine-fluid .list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    font-size: 16px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}
.magazine-fluid .list li + li {
    margin-top: 6px;
}
.magazine-fluid .list a::after {
    content: '○';
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #5c5c5c;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.magazine-fluid .list a:hover {
    color: #d61f15
}
.magazine-fluid .list a:hover::after {
    content: '●';
}
.jishu-fluid {
    width: 55%;
}
.jishu-fluid .head {
}
.jishu-head {
    display: inline-block;
    vertical-align: top;
}
.jishu-head li {
    float: left;
    padding-left: 15px;
    position: relative;
}
.jishu-head li::after {
    content: '|';
    display: inline-block;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    right: -9px;
    top: 15px;
    color: #ddd;
}
.jishu-head li:last-child::after {
    display: none;
}
.jishu-head li a {
    display: block;
}
.jishu-head .active a {
    color: #d61f15;
}
.jishu-item {
    display: none;
}
.jishu-item:first-child {
    display: block;
}
.jishu-item .list li {
    display: inline-block;
    width: 50%;
    margin-top: 7px;
}
.jishu-item .list li:nth-child(1),
.jishu-item .list li:nth-child(2) {
    margin-top: 0;
}
.jishu-item .list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    font-size: 16px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333
}
.jishu-item .list a::after {
    content: '○';
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #5c5c5c;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.jishu-fluid .list a:hover {
    color: #d61f15
}
.jishu-item .list a:hover::after {
    content: '●';
}

/** .forum 国望包装论坛 */
.forum .guowang a,
.forum .guowang img {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.forum .guowang img:last-child {
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #c9c9c9;
}
.forum .cont {
    padding: 10px 15px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #c9c9c9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.forum .item {
    float: left;
    width: 48%;
}
.forum .item + .item {
    margin-left: 4%;
}
.forum .item .title {
    color: #d61f15;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0;
}
.forum .item .title a {
    /*display: block;*/
    padding-left: 10px;
    border-left: 3px solid #d61f15;
    color: #d61f15;
}
.forum .item li a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    width: 100%;
    color: #333;
}
.forum .item li + li {
    margin-top: 7px;
}
.forum .item li a::before {
    content: '○';
    display: block;
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-style: 14px;
    color: #5c5c5c;
    position: absolute;
    left: 0;
    top: 0;
}
.forum .item li a:hover {
    color: #d61f15;
}
.forum .item li a:hover::before {
    content: '●';
}

/** .xinpin */
.xinpin .cont {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 7.5px;
    position: relative;
}
.xinpin-list > li {
    margin: 18px 9px;
    float: left;
    width: 170px;
}
.xinpin-list .cover {
    height: 150px;
    display: block;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
}
.xinpin-list .cover img {
    width: 100%;
    height: 100%;
}
.xinpin-list .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    display: block;
}

/** .exhibition */
.exhibition .ad {
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.exhibition .ad .packimg {
    margin-top: 15px;
}
.exhibition .ad .packimg + .packimg {
    margin-top: 12px;
}
.exhibition .ad a,
.exhibition .ad img {
    display: block !important;
    float: none;
    height: 80px !important;
}
.exhibition .report {
    width: 450px;
    margin-left: 20px;
}
.exhibition .report .list a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    width: 100%;
    color: #333;
}
.exhibition .report .list li + li {
    margin-top: 8px;
}
.exhibition .report .list a::before {
    content: '○';
    display: block;
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-style: 14px;
    color: #5c5c5c;
    position: absolute;
    left: 0;
    top: 0;
}
.exhibition .report .list a:hover {
    color: #d61f15;
}
.exhibition .report .list a:hover::before {
    content: '●';
}
.exhibition .recommended {
    width: 300px;
}
.exhibition .recommended .list li + li {
    margin-top: 12px;
}
.exhibition .recommended .list .title,
.exhibition .recommended .list .date,
.exhibition .recommended .list .address {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #5c5c5c;
}
.exhibition .recommended .list .title {
    font-weight: 700;
    color: #409323;
}

/** .flink */
.flink-btn {
    height: 24px;
    line-height: 24px;
    background: #d61f15;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    text-decoration: none;
}
.flink-btn:hover {
    color: #fff;
    text-decoration: none;
}
.flink .list {
    display: inline-block;
}
.flink .list li {
    float: left;
    margin-left: 10px;
    line-height: 36px;
    font-size: 14px;
}

/**
百度商桥
*/
#newBridge .icon-right-center{ right: auto !important; left: 10px !important; }
/** #side-nav */
#side-nav {
    position: fixed;
    right: calc(50% - 650px);
    bottom: 100px;
    z-index: 2147483648;
    display: none;
}
#side-nav li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #d61f15;
    color: #fff;
    cursor: pointer;
}
#side-nav li + li {
    margin-top: 3px;
}
#side-nav li:hover {
    background: #f7680a;
}
#side-nav .toTop {
    background: #d61f15 url('../images/up.png') no-repeat scroll center center;
    position: relative;
}
#side-nav .toTop:hover::after {
    content: '顶部';
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #f7680a;
    position: absolute;
    left: 0;
    top: 0;
}
#side-nav .toBottom {
    background: #d61f15 url('../images/down.png') no-repeat scroll center center;
    position: relative;
}
#side-nav .toBottom:hover::after {
    content: '底部';
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #f7680a;
    position: absolute;
    left: 0;
    top: 0;
}



#crumbs {
    font-size: 16px;
    color: #696668;
}
.pagelist {
    margin: 20px 0;
    text-align: center;
}
.pagelist a,
.pagelist span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #eee;
    margin: 0 3px;
    text-decoration: none;
}
.pagelist a:hover ,
.pagelist .current {
    background-color: #d61f15;
    color: #fff;
}
/** ================= #main-wrapper ====================== */
#main-wrapper .left-area {
    width: 920px;
}
#main-wrapper .right-area {
    width: 250px;
}
#main-wrapper .section {
    margin-top: 20px;
}


/** =============== companyItems ================= */
.companyItems-fluid > ul {
    width: 100%;
}
.companyItems-fluid > ul > li {
    position: relative;
    margin-bottom: 20px;
}
.companyItems-fluid > ul > li > .cover {
    width: 180px;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.companyItems-fluid > ul > li > .cover img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.companyItems-fluid > ul > li > .name {
    padding-left: 200px;
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.companyItems-fluid > ul > li > .name:hover {
    color: #d61f15;
}
.companyItems-fluid > ul > li > .desc {
    padding-left: 200px;
    width: 100%;
    line-height: 24px;
    height: 96px;
    margin-top: 10px;
    font-size: 15px;
    color: #696668;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/** =========================== #faq ============================== */
/** faq.css */
#faq {
    padding-bottom: 10px;
}
#faq .left-area {
    width: 900px;
}
#faq .left-area .waiting dt {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #222;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#faq .left-area .waiting dt .more {
    display: block;
    width: 35px;
    height: 10px;
    background: url("../images/more.png") no-repeat;
    position: absolute;
    right: 0;
    top: 15px;
}
#faq .left-area .waiting dd ul {
    padding: 10px 0;
}
#faq .left-area .waiting dd ul li {
    position: relative;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 16px;
    background: url("../images/exhibition.jpg") no-repeat scroll 0 center;
}
#faq .left-area .waiting dd ul li a {
    display: block;
    width: 570px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
#faq .left-area .waiting dd ul li .num {
    position: absolute;
    height: 36px;
    line-height: 36px;
    right: 0;
    top: 0;
}
#faq .left-area .others-q {
    padding: 30px;
    box-shadow: 8px 8px 8px #ccc;
    border: 1px solid #ccc;
}
#faq .left-area .others-q dl {
    width: 300px;
}
#faq .left-area .others-q dl dt {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding-left: 25px;
}
#faq .left-area .others-q .guide dt {
    background: url("../images/guide.jpg") no-repeat scroll 0 center;
}
#faq .left-area .others-q .hot dt {
    background: url("../images/star.png") no-repeat scroll 7px center;
}
#faq .left-area .others-q dl dd a {
    display: block;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    width: 260px;
    overflow: hidden;
    background: url("../images/li.jpg") no-repeat scroll 16px center;
}

#faq .right-area .question-btn {
    width: 100%;
    height: 60px;    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 4px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    margin-bottom: 20px;
}
#faq .right-area .question-btn:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #0044cc;
    color: #fff;
}
#faq .right-area {
    width: 272px;
}
#faq .right-area dl {
    border: 1px solid #0088cc;
    position: relative;
}
#faq .right-area dl+dl {
    margin-top: 20px;
}
#faq .right-area dl:before {
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
    top: -1px;
    left: 96px;
    z-index: 1;
}
#faq .right-area dl:after {
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
    bottom: -1px;
    left: 96px;
    z-index: 1;
}
#faq .right-area .faq-ma:after {
    content: none;
}
#faq .right-area dl dt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px dotted #bbb;
    position: relative;
    margin: 0 15px;
}
#faq .right-area .faq-ma dt a {
    position: absolute;
    right: 0;
    top: 0;
    color: #0088cc;
}
#faq .right-area .faq-ma dt a:hover {
    opacity: 0.8;
}
#faq .right-area .faq-ma dd .tips {
    padding: 10px 15px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #0088cc;
    text-align: center;
}
#faq .right-area .faq-ma dd .nologin {
    padding: 20px 15px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
#faq .right-area .faq-ma dd .nologin i {
    color: #ffb71b;
}
#faq .right-area .faq-ma dd .img {
    margin: 10px 0;
    text-align: center;
    padding: 0 15px;
}
#faq .right-area .faq-ma dd .img img {
    display: inline-block;
    padding: 5px;
    border: 3px solid #0088cc;
    border-radius: 50%;
}
#faq .right-area .faq-ma dd .name {
    margin-bottom: 10px;
    padding: 10px 15px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #222;
    text-align: center;
}
#faq .right-area .faq-ma dd .myfaq {
    position: relative;
}
#faq .right-area .faq-ma dd .myfaq .hr {
    width: 1px;
    height: 56px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 134.5px;
    z-index: 1;
}
#faq .right-area .faq-ma dd .myfaq .my {
    display: block;
    width: 135px;
    float: left;
    background-color: #0088cc;
    color: #fff;
    text-decoration: none;
}
#faq .right-area .faq-ma dd .myfaq .my:hover {
    opacity: .8;
}
#faq .right-area .faq-ma dd .myfaq .my p {
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
#faq .right-area .faq-ma dd .myfaq .my p.num {
    font-size: 18px;
}
#faq .right-area .common dd {
    padding: 10px 15px;
}
#faq .right-area .common dd a {
    display: block;
    width: 220px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-decoration: none;
    background: url("../images/wx.jpg") no-repeat scroll 0 center;
}
#faq .right-area .common dd a:hover {
    color: #0088cc;
}
#faq .right-area .cate dd {
    padding: 10px 15px;
}
#faq .right-area .cate dd a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 3px 5px;
    margin-left: 20px;
    margin-top: 3px;
    background-color: #666;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
#faq .right-area .cate dd a:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 16px solid #666;
    top: 0;
    left: -16px;
}
#faq .right-area .cate dd a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    left: -10px;
    top: 11px;
}
#faq .right-area .cate dd a:hover {
    background-color: #10b039;
}
#faq .right-area .cate dd a:hover:before {
    border-right-color: #10b039;
}


#faq .cate-left .no-info {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}
#faq .cate-left {
    border: 1px solid #0088cc;
}
#faq .cate-left .menu {
    padding: 10px;
    text-align: right;
}
#faq .cate-left .menu a {
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 5px;
    background-color: #e6e6e6;
    background-image: linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);
}
#faq .cate-left .menu a.current,
#faq .cate-left .menu a:hover {
    background-color: #0088cc;
    background-image: none;
    color: #fff;
    border: 1px solid #0088cc;
}
#faq .cate-left .menu a.unsolved.current,
#faq .cate-left .menu a.unsolved:hover {
    background-color: #666;
    background-image:none;
    color: #fff;
    border: 1px solid #666;
}
#faq .cate-left .menu a.resolved.current,
#faq .cate-left .menu a.resolved:hover {
    background-color: #10b309;
    background-image:none;
    color: #fff;
    border: 1px solid #10b309;
}
#faq .cate-left .menu a.closed.current,
#faq .cate-left .menu a.closed:hover {
    background-color: #b30911;
    background-image:none;
    color: #fff;
    border: 1px solid #b30911;
}
#faq .cate-left ul {
    padding: 10px;
}
#faq .cate-left ul li {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 170px;
    overflow: hidden;
}
#faq .cate-left ul li span {
    font-family: "Microsoft Yahei",sans-serif;
}
#faq .cate-left ul li span.resolved {
    color: #10b309;
}
#faq .cate-left ul li span.closed {
    color: #b30911;
}
#faq .cate-left ul li a {
    color: #222;
}
#faq .cate-left ul li .desc {
    position: absolute;
    top: 0;
    right: 0;
}


#faq .details-left {
    position: relative;
}
#faq .details-left .close-square {
    width: 100px;
    height: 84px;
    background: url("../images/closed.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
#faq .details-left .resolved-square {
    width: 100px;
    height: 84px;
    background: url("../images/resolved.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
#faq .details-left .title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
#faq .details-left .title i {
    border: 2px solid #0088cc;
    color: #0088cc;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
}
#faq .details-left .desc {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
}
#faq .details-left .tags {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
}
#faq .details-left .tags i {
    color: #0088cc;
}
#faq .details-left .tags a+a {
    margin-left: 10px;
}
#faq .details-left .content {
    padding: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #0088cc;
}
#faq .details-left .content img {
    max-width: 480px;
}
#faq .details-left .answer {
    padding: 20px 0;
}
#faq .details-left .answer .no-answer {
    background-color: #eee;
    padding: 5px 0;
    position: relative;
    height: 100px;
}
#faq .details-left .answer .no-answer img {
    display: block;
    position: absolute;
    top: 5px;
    left: 30px;
}
#faq .details-left .answer .no-answer .p1 {
    margin: 20px 0 0 150px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
#faq .details-left .answer .no-answer .p2 {
    margin-left: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
#faq .details-left .answer .no-answer .p3 {
    width: 170px;
    padding: 30px 10px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    border-left: 5px solid #0088cc;
    border-radius: 40px;
    background-color: #fff;
}
#faq .details-left .answer .no-answer .p3 span {
    color: #ff0000;
}
#faq .left-area .answer .no-answer .p3:before {
    content: '';
    display: block;
    position: absolute;
    border-right: 7px solid #0088cc;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    top: 43px;
    left: -10px;
}
#faq .left-area .accept {
    margin-top: 20px;
    padding: 10px 20px;
    background: #eee url("../images/best-choice.png") no-repeat scroll 10px 5px;
}
#faq .left-area .accept h3 {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    position: relative;
}
#faq .left-area .accept .author {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
#faq .left-area .accept .author span {
    margin-right: 10px;
    color: #0088cc;
}
#faq .left-area .accept .accept-content {
    padding-left: 30px;
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
#faq .left-area .accept .pressed-about,
#faq .left-area .accept .ansered,
#faq .left-area .accept .evaluate {
    padding-left: 30px;
    line-height: 24px;
    font-size: 14px;
}
#faq .left-area .accept .pressed-about p,
#faq .left-area .accept .ansered p,
#faq .left-area .accept .evaluate p {
    text-indent: 2em;
}
#faq .left-area .accept .evaluate {
    margin-top: 5px;
}
#faq .left-area .accept .evaluate-wrapper {
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: fixed;
    left: 50px;
    bottom: 200px;
    z-index: 999999;
    display: none;
}
.left-area .accept .evaluate-wrapper h4 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
#faq .left-area .accept .evaluate-wrapper h4 i {
    color: #0088cc;
}
#faq .left-area .accept .evaluate-wrapper h4 span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
#faq .left-area .accept .evaluate-wrapper p {
    margin-top: 10px;
    text-align: center;
}
#faq .left-area .accept .evaluate-wrapper input[type="text"] {
    width: 340px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #ccc;
}
#faq .left-area .accept .evaluate-wrapper button {
    width: 100px;
    height: 30px;
    background-color: #0088cc;
    border: hidden;
    color: #fff;
    cursor: pointer;
}
#faq .left-area .accept .evaluate-wrapper button:hover {
    opacity: 0.8;
}
#faq .left-area .accept .pressed-about span {
    color: #ff8314;
}
#faq .left-area .accept .ansered span {
    color: #10b309;
}
#faq .left-area .accept .evaluate span {
    display: inline-block;
    padding: 0 3px;
    background-color: #10b309;
    border-radius: 8px;
    color: #fff;
}
#faq .left-area .accept .desc {
    text-align: right;
    color: #0088cc;
}
#faq .left-area .answer .reply {
    margin-top: 20px;
}
#faq .left-area .answer .reply .p1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #0088cc;
}
#faq .left-area .answer .reply .p3 {
    padding: 5px 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}
#faq .left-area .answer .reply .p3 .text {
    width: 50px;
    height: 20px;
    padding: 0 3px;
    border: 1px solid #ccc;
}
#faq .left-area .answer .reply .p3 img {
    display: inline-block;
    position: relative;
    top: 4px;
}
#faq .left-area .answer .reply .p3 button {
    width: 100px;
    height: 40px;
    background-color: #0088cc;
    color: #fff;
    border: 1px solid #0088cc;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}
#faq .left-area .answer .reply .p3 button:hover {
    opacity: 0.8;
}
#faq .left-area .other-answer h3 {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-left: 5px solid #222;
    color: #222;
    font-size: 16px;
    padding-left: 10px;
}
#faq .left-area .other-answer h3 i {
    color: #666;
}
#faq .left-area .other-answer dl {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#faq .left-area .other-answer dl+dl {
    margin-top: 10px;
}
#faq .left-area .other-answer dl dt {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#faq .left-area .other-answer dl dt .name {
    color: #0088cc;
}
#faq .left-area .other-answer dl dt .date {
    position: absolute;
    right: 0;
    top: 0;
}
#faq .left-area .other-answer dl dd .o-a-content {
    line-height: 30px;
    font-size: 16px;
    color: #222;
    text-indent: 2em;
    margin-top: 5px;
}
#faq .left-area .other-answer dl dd .o-a-pressed-about,
#faq .left-area .other-answer dl dd .o-a-ansered {
    line-height: 30px;
    font-size: 14px;
}
#faq .left-area .other-answer dl dd .o-a-pressed-about p,
#faq .left-area .other-answer dl dd .o-a-ansered p {
    text-indent: 2em;
}
#faq .left-area .other-answer dl dd .o-a-pressed-about span {
    color: #ff8314;
}
#faq .left-area .other-answer dl dd .o-a-ansered span {
    color: #10b309;
}
#faq .left-area .other-answer dl dd .desc {
    text-align: right;
    color: #0088cc;
}

#faq .reply-wrapper {
    padding: 20px 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 150px;
    left: 50px;
    width: 400px;
    z-index: 999999;
    display: none;
}
#faq .reply-wrapper .close {
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
#faq .reply-wrapper h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #0088cc;
}
#faq .reply-wrapper p {
    padding: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: relative;
}
#faq .reply-wrapper p .text {
    width: 50px;
    height: 20px;
    padding: 0 3px;
    border: 1px solid #ccc;
}
#faq .reply-wrapper p img {
    display: inline-block;
    position: relative;
    top: 4px;
}
#faq .reply-wrapper p button {
    width: 80px;
    height: 30px;
    background-color: #0088cc;
    border: hidden;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
#faq .mask {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    display: none;
}

#faq table {
    width: 100%;
}
#faq table tr {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#faq table tr .table-left {
    font-weight: 700;
    color: #222;
    text-align: center;
}
#faq table tr td {
    border: 1px solid #ccc;
    padding: 6px 8px;
}
#faq table .text {
    width: 530px;
    padding: 0 5px;
    height: 28px;
    line-height:28px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#faq table .mini-text {
    width: 60px;
}
#faq #verify-img {
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    top: 6px;
    left: 3px;
}
#faq table button {
    width: 100px;
    height: 30px;
    background-color: #0088cc;
    border: hidden;
    color: #fff;
    cursor: pointer;
}
#faq table button:hover {
    opacity: 0.8;
}

/** =============================== .jishu-page ============================ */
.jishu-page .left-area .tab {
    height: 30px;
    line-height: 30px;
}
.jishu-page .left-area .tab li {
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 80px;
    text-align: center;
    background-color: #ccc;
    color: #222;
    position: relative;
}
.jishu-page .left-area .tab li+li {
    margin-left: 17px;
}
.jishu-page .left-area .tab li:after {
    content: '';
    display: block;
    position: absolute;
    border-left: 15px solid #ccc;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    right: -15px;
    top: 0;
}
.jishu-page .left-area .tab li:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ccc;
    border-top: 15px solid #ccc;
    left: -15px;
    top: 0; 
}
.jishu-page .left-area .tab li:first-child:before,
.jishu-page .left-area .tab li:last-child:after {
    content: none;
}
.jishu-page .left-area .tab li.current,
.jishu-page .left-area .tab li:hover {
    background-color: #d61f15;
    color: #fff;
}
.jishu-page .left-area .tab li.current a,
.jishu-page .left-area .tab li:hover a {
    color: #fff;
}
.jishu-page .left-area .tab li.current:before,
.jishu-page .left-area .tab li:hover:before {
    border-bottom-color: #d61f15;
    border-top-color: #d61f15;
}
.jishu-page .left-area .tab li.current:after,
.jishu-page .left-area .tab li:hover:after {
    border-left-color: #d61f15;
}
.jishu-page .left-area .tab-items+.tab-items {
    display: none;
}
.jishu-page .left-area dl {
    margin-top: 10px;
}
.jishu-page .left-area dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
}
.jishu-page .left-area dl dd {
    line-height: 24px;
    font-size: 16px;
    color: #666;
}
.jishu-page .left-area dl dd a {
    font-family: "Microsoft Yahei",sans-serif;
    color: #d61f15;
}


.jishu-page .right-area .fluid:first-child {
    margin-top: 0;
}
.jishu-page .right-area .fluid li {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jishu-page .right-area .fluid li + li {
    margin-top: 7px;
}

.jishu-page .cate-left .packimg {
    margin-top: 0;
}
.jishu-page .cate-left ul {
    padding: 10px 0;
}
.jishu-page .cate-left ul li {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 80px;
    overflow: hidden;
    background: url("../images/doc.jpg") no-repeat scroll 0 center;
}
.jishu-page .cate-left ul li .date {
    position: absolute;
    right: 0;
    top: 0;
}

.jishu-page .detail-left .title {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ff0000;
}
.jishu-page .detail-left .intro {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.jishu-page .detail-left .contribute {
    background-color: #fdffe0;
    border: 1px dashed #ccc;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 20px;
}
.jishu-page .detail-left .contribute p:first-child {
    color: #ff0000;
}
.jishu-page .detail-left .contribute p:last-child {
    text-indent: 2em;
}
.jishu-page .detail-left .content {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    position: relative;
}
.jishu-page .detail-left .content .adjust {
    position: absolute;
    left: -60px;
    top: 0;
}
.jishu-page .detail-left .content .adjust .adj {
    width: 40px;
    height: 40px;
    background-color: #0088cc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.jishu-page .detail-left .content .adjust:before {
    content: '字体大小';
    display: block;
    position: absolute;
    width: 20px;
    height: 122px;
    left: -20px;
    background-color: #0088cc;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.jishu-page .detail-left .content .adjust .adj+.adj {
    border-top: 1px solid #fff;
}
.jishu-page .detail-left .statement {
    color: #ff0000;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.jishu-page .detail-left .statement a {
    display: inline;
}
.jishu-page .detail-left .statement a img {
    display: inline;
}

/** =========================== .magazine-page ======================== */

.magazine-page .left-area dl dt {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.magazine-page .left-area dl dt a {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #d61f15;
}
.magazine-page .left-area dl dt .close {
    display: none;
}
.magazine-page .left-area dl:first-child dt .open {
    display: none;
}
.magazine-page .left-area dl:first-child dt .close {
    display: block;
}
.magazine-page .left-area dl dt p {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #d61f15;
    font-size: 16px;
    font-weight: 700;
    color: #d61f15;
}
.magazine-page .left-area dl dd ul {
    padding: 0 20px;
}
.magazine-page .left-area dl dd ul li {
    width: 180px;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.magazine-page .left-area dl dd ul li img {
    border: 1px solid #eee;
}
.magazine-page .left-area dl dd ul li a {
    display: block;
    line-height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #222;
}
.magazine-page .left-area dl dd ul li+li {
    margin-left: 50px;
}
.magazine-page .left-area dl dd ul li:nth-child(5) {
    margin-left: 0;
}
.magazine-page .left-area dl dd {
    display: none;
}
.magazine-page .left-area dl:first-child dd {
    display: block;
}

.magazine-page .right-area {
    width: 250px;
    border: 1px solid #ccc;
}
.magazine-page .right-area dl {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}
.magazine-page .right-area dl+dl {
    margin-top: 10px;
    border-top: 1px dotted #ddd;
}
.magazine-page .right-area dl dt {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d61f15;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: -10px;
    top: -1px;
}
.magazine-page .right-area dl dt a {
    color: #fff;
}
.magazine-page .right-area dl dt:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 7px solid #d61f15;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -6px;
    left: 0;
    z-index: -1;
}
.magazine-page .right-area dl dt:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 15px solid #d61f15;
    border-bottom: 15px solid #d61f15;
    border-right: 15px solid transparent;
    top: 0;
    right: -15px;
}
.magazine-page .right-area dl dd {
    padding: 0 10px;
}
.magazine-page .right-area .new-zine dd a,
.magazine-page .right-area .zine-notice dd {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.magazine-page .right-area .new-zine dd a img {
    display: inline-block;
    border: 1px solid #eee;
}
.magazine-page .right-area .zine-notice dd {
    text-indent: 2em;
}
.magazine-page .right-area .zine-notice dd a {
    color: #ff0000;
}
.magazine-page .right-area .zine-cate dd a {
    display: block;
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #222;
    margin: 5px 7px;
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
}
.magazine-page .right-area .zine-cate dd a:hover {
    color: #fff;
    border-color: #0088cc;
    background-color: #0088cc;
}

.magazine-page .cate-left h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #222;
}
.magazine-page .cate-left ul+ul {
    margin-top: 10px;
}
.magazine-page .cate-left ul .menu {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    background-color: #eee;
    padding-left: 10px;
    color: #222;
}
.magazine-page .cate-left ul li {
    padding: 3px 0;
    line-height: 24px;
    font-size: 14px;
}
.magazine-page .cate-left ul li .title {
    width: 420px;
    padding-left: 20px;
    background: url("../images/li.jpg") no-repeat scroll 6px center;
    color: #333;
}
.magazine-page .cate-left ul li .author {
    width: 240px;
    color: #5c5c5c;
}

.magazine-page .detail-left {
    padding: 0 10px;
}
.magazine-page .detail-left .title {
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #c8d8f1;
    font-weight: 700;
}
.magazine-page .detail-left .intro {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #444;
}
.magazine-page .detail-left .content {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    position: relative;
}
.magazine-page .detail-left .content .adjust {
    position: absolute;
    left: -60px;
    top: 0;
}
.magazine-page .detail-left .content .adjust .adj {
    width: 40px;
    height: 40px;
    background-color: #0088cc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.magazine-page .detail-left .content .adjust:before {
    content: '字体大小';
    display: block;
    position: absolute;
    width: 20px;
    height: 122px;
    left: -20px;
    background-color: #0088cc;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.magazine-page .detail-left .content .adjust .adj+.adj {
    border-top: 1px solid #fff;
}
.magazine-page .detail-left .content img {
    max-width: 650px;
}
.magazine-page .detail-left .notice {
    color: #222;
    font-size: 14px;
    line-height: 30px;
}
.magazine-page .detail-left .notice a {
    color: #ff0000;
    display: inline-block;
}

/** ================================== .mycenter-page ============================ */
.mycenter-page .left-area {
    width: 250px !important;
    border: 1px solid #ccc;
}
.mycenter-page .left-area h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #fff;
    background-image: linear-gradient(to bottom, #0088cc,#0044cc);
    font-size: 18px;
    font-weight: 700;
}
.mycenter-page .left-area dl {
    background-color: #eee;
    padding-bottom: 10px;
}
.mycenter-page .left-area dl dt {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}
.mycenter-page .left-area dl dd {
    padding: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 10px;
}
.mycenter-page .left-area dl dd ul li {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.mycenter-page .left-area dl dd ul li+li {
    border-top:  1px dashed #ccc;
}
.mycenter-page .right-area {
    width: 920px !important;
}
/** user-info */
.mycenter-page .right-area .user-info {
    padding: 20px;
    background-color: #f7f4ed;
    border: 1px solid #ccc;
    position: relative;
}
.mycenter-page .right-area .user-info .user-img {
    float: left;
    margin-right: 20px;
}
.mycenter-page .right-area .user-info .user-img img {
    padding: 3px;
    border: 1px solid #ccc;
}
.mycenter-page .right-area .user-info .user-name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.mycenter-page .right-area .user-info .user-jifen,
.mycenter-page .right-area .user-info .user-level,
.mycenter-page .right-area .user-info .last-login {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #222;
}
.mycenter-page .right-area .user-info .user-jifen span {
    color: #ff7400;
}
.mycenter-page .right-area .user-info .user-jifen a {
    margin-left: 10px;
    color: #0088cc;
}
.mycenter-page .right-area .user-info .user-level .lv {
    display: inline-block;
    width: 40px;
    height: 15px;
    background: url("../images/vip.png") no-repeat;
    background-position: -16px 0;
    position: relative;
    top: 2px;
}
/** basic */
.mycenter-page .right-area .basic {
    border: 1px solid #ccc;
    margin-top: 20px;
}
.mycenter-page .right-area .basic h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    color: #222;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.mycenter-page .right-area .basic .mc {
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
}
.mycenter-page .right-area .basic .mc img {
    display: inline-block;
}
.mycenter-page .right-area .basic .mc span {
    color: #222;
}

.mycenter-page .right-area .safety {
    border: 1px solid #ccc;
}
.mycenter-page .right-area .safety h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    color: #222;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.mycenter-page .right-area .safety ul {
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
}
.mycenter-page .right-area .safety ul li {
    margin: 80px 0;
    height: 30px;
}
.mycenter-page .right-area .safety ul li p a {
    color: #ff7400;
}
.mycenter-page .right-area .safety ul li .p1 {
    width: 130px;
    padding-left: 30px;
    float: left;
    color: #000;
    font-weight: 700;
}
.mycenter-page .right-area .safety ul li .p2 {
    width: 360px;
    color: #5e5e5e;
    float: left;
}
.mycenter-page .right-area .safety .editlist {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 999999;
    display: none;
}
.mycenter-page .right-area .safety .editlist .edit-mt {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    color: #222;
    font-weight: 700;
    position: relative;
}
.mycenter-page .right-area .safety .editlist .edit-mt .close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.mycenter-page .right-area .safety .editlist .edit-mc {
    width: 400px;
    padding: 30px 80px;
}
.mycenter-page .right-area .safety .editlist .edit-mc p {
    height: 40px;
    line-height: 40px;
}
.mycenter-page .right-area .safety .editlist .edit-mc p span {
    display: inline-block;
    width: 100px;
    text-align: right;
}
.mycenter-page .right-area .safety .editlist .edit-mc p .text {
    width: 200px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 0 5px !important;
}
.mycenter-page .right-area .safety .editlist .edit-mc p .mini-text {
    width: 100px;
}
.mycenter-page .right-area .safety .editlist .edit-mc p:last-child {
    text-align: center;
}
.mycenter-page .right-area .safety .editlist .edit-mc p button {
    width: 60px;
    height: 30px;
    background: #0179ff;
    color: #fff;
    font-weight: 700;
    border: 1px solid #006ecc;
    border-radius: 3px;
    cursor: pointer;
}

.mycenter-page .right-area .companyinfo {
    border: 1px solid #ccc;
}
.mycenter-page .right-area .companyinfo h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    color: #222;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.mycenter-page .right-area .companyinfo table {
    margin: 15px;
    width: 890px;
}
.mycenter-page .right-area .companyinfo table td {
    border: 1px solid #a2ccfb;
    padding: 8px;
}
.mycenter-page .right-area .companyinfo table .table-left {
    text-align: center;
    background-color: #d9ebff;
    color: #222;
    font-weight: 700;
}
.mycenter-page .right-area .companyinfo table .text {
    width: 600px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px !important;
    border: 1px solid #eee;
}
.mycenter-page .right-area .companyinfo table .mini-text {
    width: 320px;
}
.mycenter-page .right-area .companyinfo table img {
    display: block;
    max-width: 100%;
}
.mycenter-page .right-area .companyinfo table a {
    color: #ff7400;
}
.mycenter-page .right-area .companyinfo table input[type="radio"]+input[type="radio"] {
    margin-left: 20px;
}

.mycenter-page .right-area .tab {
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #0088cc;
}
.mycenter-page .right-area .tab li {
    float: left;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid transparent;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.mycenter-page .right-area .tab li.current,
.mycenter-page .right-area .tab li:hover {
    border: 1px solid #0088cc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0088cc;
}
.mycenter-page .right-area .tab .btn {
    height: 24px;
    line-height: 24px;
    background-color: #0088cc;
    width: 100px;
    position: absolute;
    right: 3px;
    top: 0;
    margin: 0;
}
.mycenter-page .right-area .tab .btn:hover {
    color: #fff;
    opacity: 0.8;
}
.mycenter-page .right-area .tab-items {
    margin-top: 20px;
}
.mycenter-page .right-area .tab-items .empty {
    text-align: center;
    padding: 80px;
    font-size: 24px;
}
.mycenter-page .right-area .tab-items .empty i {
    color: #ff7400;
}
.mycenter-page .right-area .tab-items .empty a {
    color: #0088cc;
}
.mycenter-page .right-area .tab-items table {
    width: 100%;
}
.mycenter-page .right-area .tab-items table th {
    border: 1px solid #0088cc;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.mycenter-page .right-area .tab-items table td {
    border: 1px solid #0088cc;
    text-align: center;
    line-height: 20px;
    color: #222;
    font-size: 14px;
    padding: 5px 0;
}
.mycenter-page .right-area .tab-items table td img {
    display: inline-block;
    padding: 3px;
    border: 1px solid #ccc;
}

.mycenter-page .upload-bar {
    width: 600px;
    padding: 20px 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.mycenter-page .upload-bar h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.mycenter-page .upload-bar h2>p.title {
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.mycenter-page .upload-bar h2>p.close {
    width: 40px;
    text-align: center;
    cursor: pointer;
    float: right;
    font-size: 16px;
}
.mycenter-page .upload-bar .error {
    background: #0088cc;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #b00b0a;
}
#imgZone {
    display: none;
    width: 600px;
    height: 280px;
    position: relative;
}
.mycenter-page .upload-bar .handle {
    height: 40px;
    border-top: 1px solid #e1e1e1;
    position: relative;
}
.mycenter-page .upload-bar .handle p:first-child {
    width: 300px;
    float: left;
}
.mycenter-page .upload-bar .handle p:first-child input[type='file'] {
    width: 90px;
    height: 40px;
    margin: 5px 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.mycenter-page .upload-bar .handle p:last-child {
    float: right;
}
.mycenter-page .btn {
    width: 90px;
    height: 40px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}
.mycenter-page .btn:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.mycenter-page .btn-1 {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}
.mycenter-page .btn-1:hover {
    background-color: #51a351;
}
.mycenter-page .btn-2 {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}
.mycenter-page .btn-2:hover {
    background-color: #0044cc;
}
/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.mycenter-page .jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: -280px;
    padding: 6px;
    border: 1px rgba(0,0,0,.4) solid;
    background-color: white;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}
/* --- 遮罩 --- */
.mycenter-page #mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #ccc;
    opacity: 0.3;
    z-index: 1999;
    display: none;
}
.mycenter-page .errorTips {
    color: #ff0000;
}

/** ============================== .other-page =================== */
.other-page .left-area {
    padding: 15px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other-page .left-area .title {
    line-height: 36px;
    font-size: 24px;
    color: #d61f15;
    font-weight: 700;
}
.other-page .left-area .content {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.other-page .left-area ul {
    width: 100%;
}
.other-page .left-area li {
    display: inline-block;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other-page .left-area li:nth-child(10n) {
    margin-bottom: 25px;
}
.other-page .left-area li a {
    line-height: 36px;
    display: block;
}
.other-page .left-area .top {
    font-weight: 700;
    color: #d61f15;
}
.other-page .fluid:first-child {
    margin-top: 0 !important;
}

.other-page .fluid h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #ff7400;
}
.other-page .gylink a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 5px;
}
.other-page .gylink a:hover,
.other-page .gylink a.current {
    background-color: #0088cc;
    color: #fff;
    text-decoration: none;
}

/** =========================== .search-page ====================== */
.search-page .left-area ul {
    padding: 10px 0;
}
.search-page .left-area ul li {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    background: url("../images/doc.jpg") no-repeat scroll 0 center;
}
.search-page .left-area ul li .date {
    position: absolute;
    right: 0;
    top: 0;
}

/** ================================= #register-page =====================*/
/** register.css */
#register-page  {
    border: 1px solid #d61f15;
    padding: 20px 50px;
}
#register-page  .desc {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#register-page  .red {
    color: #ff0000;
}
#register-page  ul {
    padding: 30px;
}
#register-page  ul h3 {
    border-bottom: 1px solid #ccc;
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
#register-page  ul li {
    height: 50px;
    line-height: 50px;
    position: relative;
}
#register-page  .left {
    display: inline-block;
    width: 15%;
    font-size: 14px;
    text-align: right;
}
#register-page  .center {
    width: 35%;
    float: left;
}
#register-page  .right {
    width: 50%;
    color: #ff0000;
}
#register-page  ul li:nth-child(2) label {
    text-align: left;
}
#register-page  ul li .text {
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 250px;
}
#register-page  ul li .mini-text {
    width: 100px;
}
#register-page  ul li .text:focus {
    border: 1px solid #ff0000;
}
#register-page .getNum {
    width: 144px;
    height: 32px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}
#register-page .getNum:hover { 
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #0044cc;
}
#register-page  .submit {
    padding: 20px 0 0 160px;
    font-size: 14px;
    color: #0088cc;
}
#register-page  .submit button {
    height: 40px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    background-color: #e77061;
    background-image: linear-gradient(to bottom, #ff6d5b, #d33c29);
    padding: 0 10px;
}
#register-page  .submit button:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #d33c29;
}
#register-page  .error {
    color: #ff0000;
}
#register-page .verify-wrapper {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 99997;
    border-radius: 10px;
    display: none;
}
#register-page .verify-wrapper ul {
    padding: 0;
}
#register-page .verify-wrapper ul li {
    height: auto !important;
    line-height: 40px;
    width: 240px;
    position: relative;
}
#register-page .verify-wrapper ul li img {
    display: block;
    width: 240px;
    height: 40px;
    margin-top: 5px;
}
#register-page .verify-wrapper ul li input[type="text"] {
    width: 232px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 3px;
    font-size: 18px;
    display: block;
}
#register-page .verify-wrapper ul li .fa {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: center;
}
#register-page .verify-wrapper ul li:first-child {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
#register-page .verify-wrapper ul li:nth-child(2) {
    padding: 20px 0;
}
#register-page .verify-wrapper ul li:last-child {
    border-top: 1px solid #ccc;
    text-align: center;
    height: 40px;
    padding-top: 10px;
    margin-bottom: 10px;
}
#register-page .verify-wrapper ul li a {
    height: 40px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    padding: 0 10px;
}
#register-page .verify-wrapper ul li a:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #51a351;
}
#register-page .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99996;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.2;
    display: none;
}

/** ============================================ #login-page =========================================*/
#login-page  {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 20px 30px;
    position: relative;
}
#login-page > img {
    display: block;
    margin-left: 100px;
}
#login-page  ul {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 35px;
    border-left: 1px solid #ddd;
    width: 360px;
}
#login-page  ul h3 {
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
#login-page  .errorTips {
    text-align: center;
    font-size: 14px;
    color: #ff0000;
    height: 30px;
    line-height: 30px;
    display: none;
}
#login-page  ul li {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
}
#login-page  ul li .text {
    display: block;
    width: 90%;
    line-height: 40px;
    padding: 0;
    border: none;
    padding: 0 5%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
#login-verify-img {
    display: block;
    width: 258px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#login-page  ul li button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 18px;
    background-color: #d61f15;
    color: #fff;
    cursor: pointer;
}
#login-page  ul li:last-child {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

/** ============================== .exhibition-page ================= */
.ershou{
    position: relative;
    width: 30%;
	float: left;
}
.exhibition-page .packimg a,
.exhibition-page .packimg img {
    width: 390px !important;
}
.exhibition-page .packimg a {
    margin-left: 15px;
}
.exhibition-page .packimg a:nth-child(3n+1) {
    margin-left: 0;
}
.exhibition-page .right-img a{
    margin: 3px 0 !important;
}
.exhibition-page .right-img a,
.exhibition-page .right-img img {
    width: 380px;
}
.exhibition-page .left-fluid {
    width: 800px;
}
.exhibition-page .focus {
    width: 100%;
}
.exhibition-page .focus ul {
    width: 100%;
}
.exhibition-page .focus ul > li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
    height: 70px;
}
.exhibition-page .focus ul > li:nth-child(2n + 1) {
    margin-right: 4%;
}
.exhibition-page .focus ul > li .title {
    line-height: 20px;
    height: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.exhibition-page .focus ul > li .date,
.exhibition-page .focus ul > li .address {
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #696668;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 5px;
}
.exhibition-page .four {
    width: 48%;
}
.exhibition-page .four + .four {
    margin-left: 4%;
}
.exhibition-page .four li a {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhibition-page .four li + li {
    margin-top: 7px;
}
.exhibition-page .right-fluid {
    width: 380px;
}
.exhibition-page .right-fluid .fluid:first-child {
    margin-top: 0;
}
.exhibition-page .right-fluid .fluid:first-child li a {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhibition-page .right-fluid .fluid:first-child li + li {
    margin-top: 7px;
}
.exhibition-page .cate-left li {
    position: relative;
    width: 100%;
}
.exhibition-page .cate-left li + li {
    margin-top: 8px;
}
.exhibition-page .cate-left li a {
    display: block;
    width: 100%;
    padding-right: 160px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhibition-page .cate-left li a:hover {
    color: #d61f15;
}
.exhibition-page .cate-left li .date {
    width: 160px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #696668;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.exhibition-page .detail-left {
    width: 920px;
}
.exhibition-page .detail-left table {
    width: 100%;
    border: 1px solid #ddd;
}
.exhibition-page .detail-left table tr th,
.exhibition-page .detail-left table tr td {
    border: 1px solid #ddd;
}
.exhibition-page .detail-left table tr th {
    padding: 5px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.exhibition-page .detail-left table tr td {
    padding: 6px 8px;
    line-height: 20px;
    font-size: 16px;
}
.exhibition-page .detail-left table .name {
    background-color: #f3f3f3;
    font-weight: 700;
    color: #333;
}
.exhibition-page .detail-left table .content {
    line-height: 36px;
    color: #333;
}

/** ============================= .news-page ============================ */
.news-page .focus-fluid .left {
    width: 450px;
}
.news-page .focus-fluid .left + .left {
    margin-left: 20px;
}
.news-page .focus-fluid .left ul > li + li {
    margin-top: 8px;
}
.news-page .focus-fluid .left ul > li a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-page .focus-fluid .right {
    width: 250px;
}
.news-page .focus-fluid .right ul > li + li {
    margin-top: 15px;
}
.news-page .focus-fluid .right .title {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-page .focus-fluid .right .title a {
    color: #f7680a;
}
.news-page .focus-fluid .right .img {
    margin-top: 10px;
    display: none;
}
.news-page .focus-fluid .right li:first-child .img {
    display: block;
}
.news-page .focus-fluid .right .img {
    width: 100%;
    height: 110px;
    text-align: center;
}
.news-page .focus-fluid .right .img img {
    max-width: 100%;
    max-height: 100%;
}
.news-page .three + .three {
    margin-top: 20px;
}
.news-page .three h2 * {
    color: #333;
}
.news-page .three .fluid {
    width: 48%;
    float: left;
    margin-top: 15px;
}
.news-page .three .fluid:nth-child(2),
.news-page .three .fluid:nth-child(4) {
    margin-right: 4%;
}
.news-page .three .fluid li {
    position: relative;
}
.news-page .three .fluid li + li {
    margin-top: 8px;
}
.news-page .three .fluid li a {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-page .three .fluid li .date {
    height: 24px;
    line-height: 24px;
    color: #d61f15;
    position: absolute;
    right: 0;
    top: 0;
}
.news-page .cate-left li {
    position: relative;
}
.news-page .cate-left li + li {
    margin-top: 8px;
}
.news-page .cate-left li a {
    width: 100%;
    display: block;
    padding-right: 150px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-page .cate-left li .date {
    line-height: 24px;
    font-size: 16px;
    color: #696668;
    position: absolute;
    right: 0;
    top: 0;
}
.news-page .detail-left .title {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ff0000;
}
.news-page .detail-left .intro {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.news-page .detail-left .contribute {
    background-color: #fdffe0;
    border: 1px dashed #ccc;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 20px;
}
.news-page .detail-left .contribute p:first-child {
    color: #ff0000;
}
.news-page .detail-left .contribute p:last-child {
    text-indent: 2em;
}
.news-page .detail-left .content {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    position: relative;
}
.news-page .detail-left .content .adjust {
    position: absolute;
    left: -60px;
    top: 0;
}
.news-page .detail-left .content .adjust .adj {
    width: 40px;
    height: 40px;
    background-color: #0088cc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.news-page .detail-left .content .adjust:before {
    content: '字体大小';
    display: block;
    position: absolute;
    width: 20px;
    height: 122px;
    left: -20px;
    background-color: #0088cc;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.news-page .detail-left .content .adjust .adj+.adj {
    border-top: 1px solid #fff;
}
.news-page .detail-left .statement {
    color: #ff0000;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.news-page .detail-left .statement a {
    display: inline;
}
.news-page .detail-left .statement a img {
    display: inline;
}
#gallery-container .gallery-item {
    position: relative;
    margin-top: 15px;
}
#gallery-container a,
#gallery-container img {
    width: 100%;
}
#gallery-container .gallery-item .title {
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

/** ================================ #wechat ============= */
.wechat-page .cate-left li {
    position: relative;
}
.wechat-page .cate-left li + li {
    margin-top: 8px;
}
.wechat-page .cate-left li a {
    width: 100%;
    display: block;
    padding-right: 150px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wechat-page .cate-left li .date {
    line-height: 24px;
    font-size: 16px;
    color: #696668;
    position: absolute;
    right: 0;
    top: 0;
}
#wechat-wrapper {
    width: 640px;
    margin: 20px auto;
}
#wechat-wrapper .title {
    line-height: 1.4;
    font-size: 24px;
    color: #080808;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
#wechat-wrapper .info {
    line-height: 1;
    font-size: 18px;
    color: #888;
    padding: 10px 0;
}
#wechat-wrapper .info > * + * {
    margin-left: 10px;
}
#wechat-wrapper .info .cate {
    color: #f20d2d;
    text-decoration: none;
}
#wechat-wrapper .info .author {
    color: #4567ac;
}
#wechat-wrapper .content {
    padding: 20px 0;
    line-height: 35px;
}
.content table {
    max-width: 100%;
}
.content table tr,
.content table td {
    border: 1px solid #ddd;
}
.content table td {
    padding: 0 5px;
}
#wechat-wrapper .foot {
    text-align: center;
}
#wechat-wrapper .foot p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #0052ff;
}

