@charset "UTF-8";
/*-----------baseline-----------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-weight: normal;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/*-----------site-----------*/
html {
  scroll-behavior: smooth;
}
body {
  min-width: 1440px;
  width: 100%;
  font-size: 16px /*--适用于固定字号的网站--*/;
  font-family: "Helvetica", "Hiragino Sans GB", "冬青黑", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", sans-serif;
}
p {
  font-size: 0.875em;
}
p.noscript {
  padding: 1em;
  background: #fa9b32;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #666;
}
h1 {
  font-size: 2.5em;
}
/*2024更新v1↓*/
h2,
.heading2 {
  font-size: 1.25em;
}
h3,
.heading3 {
  font-size: 1.1875em;
}
#main_content section h3,
aside h3 {
  border-top: solid #4664af 2px;
  font-size: 1.1875em;
  margin-bottom: 8px;
  padding: 7px 0;
  color: #4664af;
  font-weight: bold;
}
h4,
.heading4 {
  font-size: 1.125em;
  line-height: 1.1em;
}
h5,
.heading5 {
  margin-bottom: 15px;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
}
/*2024更新v1↑*/
.wrapper {
  margin: 0 auto;
  min-width: 1368px;
  width: 95%;
}
.wrapper::after {
  display: table;
  clear: both;
  content: "";
}
.clear_float::after {
  display: table;
  clear: both;
  content: "";
}
.clear {
  clear: both;
}
form {
  box-sizing: border-box;
  padding: 0.75em 0;
  vertical-align: middle;
}
form label {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-left: 10px;
  height: 1.625em;
  color: #fff;
  line-height: 1.625em;
}
form label img {
  height: 1.625em;
}
form label.verification_code {
  padding: 0.125em 0;
  width: 4em;
}
form label.verification_code img {
  height: 1.375em;
  cursor: pointer;
}
/*--[back]根据验证码截图的高度22px、宽度64px计算，如果实际尺寸有出入，请相应调整以保持居中--*/
input {
  float: left;
  box-sizing: content-box;
  margin: 0 0 0 5px;
  width: 5em;
  height: 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1em;
}
input.err {
  outline: solid #fa9b32 1px;
  background: #ffe3d7;
}
input[type=text],
input[type=search],
input[type=password] {
  margin: 0 0 0 5px;
  padding: 0.4286em;
  background: #e5e5e5;
  box-shadow: inset #ccc 1px 1px;
  font-size: 0.875em;
  -webkit-appearance: none;
}
.button,
input.button {
  position: relative;
  box-sizing: content-box;
  padding: 0.3125em;
  height: 1em;
  border: 0;
  border-radius: 4px;
  background: #808080;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}
.placeholder {
  color: #666;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus {
  outline: solid #a0dcf0 2px;
  border-radius: 0;
  background: #fff;
}
.button:hover,
.button:focus {
  background: #a0dcf0;
  cursor: pointer;
}
.row {
  width: 100%;
}
.col {
  overflow: hidden;
}
.col.left {
  float: left;
  width: 50%;
}
.col.right {
  float: right;
  width: 50%;
}
.col > div {
  margin-left: 2%;
  margin-right: 2%;
}
.col li {
  overflow: hidden;
  padding: 0.5em 0 0.5em 0.2em;
  white-space: nowrap;
}
.simple_list {
  margin-bottom: 1.5625em;
  width: 100%;
}
.simple_list li {
  list-style: inside url("../imgs/icons_unlock.gif");
  font-size: 0.875em;
}
.simple_list li.invalid {
  list-style: inside url("../imgs/icons_lock.gif");
}
.simple_list .date {
  color: #aaa;
}
/*--[back]演示用，合并时删除--*/
.unlogin .simple_list li {
  list-style: inside url("../imgs/icons_lock.gif");
}
.simple_list a:hover,
.simple_list a:focus {
  color: #808080;
}
/*--[back]演示用，合并时删除结束--*/
.pic_list .l_pic img {
  max-width: 1080px;
}
.pic_list .s_pic {
  float: left;
  max-width: 350px;
  width: 33%;
}
.pic_list .s_pic a {
  display: block;
  margin: 0.9785em 0.5em;
}
.pic_list img {
  width: 100%;
}
.pic_list_3 .s_pic {
  max-width: 33%;
}
.pic_list_5 .s_pic {
  max-width: 20%;
}
.pic_list_5 .s_pic .caption {
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.readmore {
  clear: both;
  margin: 0 auto 0 auto;
  width: 80%;
  max-width: 26em;
  text-align: center;
  font-size: 1em;
}
.readmore a {
  display: block;
  padding: 0.4375em;
  border-radius: 2px;
  background: #ccc;
  color: #666;
  margin-top: 1.5625em;
}
.readmore a:hover,
.readmore a:focus {
  background: #a0dcf0;
  color: #4664af;
}
.header_pic {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: 60% 50%;
  background-repeat: no-repeat;
}
span.latest {
  font-size: 0.7142em;
  background: #fa9b32;
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 0.7em;
}
.card {
  border-top: solid #4664af 2px;
  background: #fff;
  margin-top: 2.5em;
}
.card .card_title {
  font-size: 1.1875em;
  margin-bottom: 8px;
  padding: 7px 0;
  color: #4664af;
  font-weight: bold;
}
.card p {
  line-height: 2em;
}
.type_list-main header {
  margin-top: 2.5rem;
}
.tabs {
  margin-top: 2.5em;
}
.tabs .tab_header a {
  display: inline-block;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.1em;
  padding: 1em;
}
.tabs .tab_header a.active {
  background: #e5e5e5;
}
.tabs .tab_content {
  float: right;
  background: #e5e5e5;
  margin-bottom: 2.5em;
}
.tabs footer#pagination {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.columns-2 {
  columns: 2;
}
/*--------page=all--------*/
#main_header {
  position: relative;
  z-index: 999;
  float: left;
  width: 100%;
  background: #fff;
}
#main_header #web_title {
  float: left;
  width: 25%;
}
#main_header h1 {
  margin: 0 0 8px 0;
  height: 1.05em;
  width: 8.875em;
  overflow: hidden;
  color: #4664af;
}
#main_header h1 img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
#main_header h1 span#website_name {
  font-weight: bold;
  display: block;
  text-indent: -99em;
}
#main_header p img {
  margin: 8px 0;
  height: 2.2857em;
}
#main_header a,
#main_header a:visited {
  color: #fff;
}
#main_header #function_block {
  float: right;
  width: 55%;
}
#main_nav {
  float: right;
}
#main_nav li {
  float: left;
}
#main_nav h2 {
  margin: 0.6em 0.5em;
  height: 1.3em;
  color: #4664af;
}
#main_nav h2 > span {
  vertical-align: middle;
}
#main_nav h2 span#welcome > span {
  vertical-align: baseline;
}
#main_nav a.none {
  display: none;
}
#main_nav img {
  vertical-align: middle;
}
#login:hover {
  text-decoration: underline;
  cursor: pointer;
}
#intro,
#logout {
  font-size: 1em;
  background: none;
  color: #4664af;
  padding: 0;
}
#intro:hover,
#logout:hover {
  text-decoration: underline;
}
#main_header #main_nav a {
  color: #4664af;
}
#main_nav a:hover,
#main_nav a:focus {
  text-decoration: underline;
}
#main_form {
  float: right;
  height: 3.125em;
}
#main_login {
  float: right;
  width: auto;
  height: 3.125em;
}
#login_submit,
#logout,
#modal_login_submit,
#modal_cancel {
  width: 3em;
}
#global_search {
  float: right;
  width: 38%;
  height: 3.125em;
  margin: 0 0.5em;
}
#global_search label {
  color: #4664af;
}
#keyword_wrapper_in {
  padding: 0 3em 0 4.65em;
  font-size: 1em;
}
#search_keyword {
  width: 100%;
}
#search_submit,
#local_search_submit {
  float: right;
  width: 1em;
  background: #4664af url("../imgs/icons_search-20.png") no-repeat 50% 50%;
}
#local_search_submit {
  background-color: #ccc;
}
#search_submit:hover,
#local_search_submit:hover {
  background-color: #a0dcf0;
}
.rn_csspositionsticky #main_header.sticky {
  width: 100%;
  position: sticky;
  top: -3.25em;
  z-index: 9997;
}
.rn_csspositionsticky #main_header.sticky #web_title {
  position: relative;
  top: 3.25em;
  transition: 0.25s top;
}
.rn_csspositionsticky #main_header.sticky #web_title p img {
  height: 1em;
  margin-bottom: 4px;
}
.rn_csspositionsticky #main_header.sticky #web_title h1 img {
  height: 0.35em;
}
.rn_csspositionsticky #main_header.sticky #web_title img {
  transition: 0.25s height;
}
.rn_csspositionsticky #main_header #type_nav {
  position: relative;
  z-index: 99;
}
.top_nav {
  float: left;
}
.top_nav h2 {
  padding: 0.75em;
  color: #fff;
  background: #4664af;
}
.top_nav a {
  padding: 1rem;
  line-height: 1.1875rem;
  display: block;
  color: #43538e;
}
.top_nav .sup_title.has_link,
.top_nav .no_sub .has_link,
.top_nav .sub_nav_item {
  position: relative;
}
.top_nav .sup_title.has_link:hover::before,
.top_nav .no_sub .has_link:hover::before,
.top_nav .sub_nav_item:hover::before,
.top_nav .sup_title.has_link:focus::before,
.top_nav .no_sub .has_link:focus::before,
.top_nav .sub_nav_item:focus::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  background: #fbfbfd;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  top: 0.55rem;
  left: 2.5%;
  width: 95%;
  height: 2.225rem;
}
.top_nav a.sub_title:hover,
.top_nav a.has_link:hover,
.top_nav a.sub_title:focus,
.top_nav a.has_link:focus {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.top_nav a.sub_title.active,
.top_nav a.has_link.active {
  background: #fff;
  color: #4664af;
  font-weight: bold;
}
.top_nav a.sub_title.active:hover,
.top_nav a.has_link.active:hover,
.top_nav a.sub_title.active:focus,
.top_nav a.has_link.active:focus {
  text-decoration: none;
  background: #fff;
  cursor: default;
}
.top_nav a.sub_title.active .heading3,
.top_nav a.has_link.active .heading3,
.top_nav a.sub_title.active .heading4,
.top_nav a.has_link.active .heading4,
.top_nav a.sub_title.active span,
.top_nav a.has_link.active span {
  font-weight: bold;
}
.top_nav .sup_nav {
  position: relative;
}
.top_nav a.sup_title.no_link:hover {
  cursor: default;
  text-decoration: none;
}
.top_nav .sub_title {
  color: #43538e;
}
/*--page=all>type_nav--*/
#type_nav {
  width: 100%;
  color: #fff;
/*2024更新v1↓:添加*/
/*2024更新v1↑:添加*/
}
#type_nav > .wrapper {
  background: #4664af;
}
#type_nav h2 {
  float: left;
  width: 12.5%;
}
#type_nav li {
  float: left;
}
#type_nav a {
  text-align: center;
}
#type_nav .sub_nav a {
  color: #43538e;
}
#type_nav .sup_nav {
  float: right;
  width: 85%;
}
#type_nav .sup_nav>li {
  width: 12.5%;
  float: left;
}
#type_nav .has_sub .sup_title::after {
  content: "▼";
}
#type_nav ul.sub_nav {
  position: absolute;
  display: none;
}
/*2024更新v1↓:添加*/
#type_nav .sup_nav_item:nth-last-child(2) ul.sub_nav,
#type_nav .sup_nav_item:last-child ul.sub_nav {
  right: 0;
}
/*2024更新v1↑:添加*/
/*2024更新v1↓:添加*/
#type_nav .sup_nav_item.has_sub.open .sup_title {
  border-radius: 10px 10px 0 0;
  margin-top: 0.4rem;
  margin-bottom: -0.4rem;
}
#type_nav .sup_nav_item.has_sub.open .sup_title::after {
  content: "";
}
/*2024更新v1↑:添加*/
#type_nav .sup_nav_item.has_sub.open .sub_nav {
  display: block;
}
#type_nav .sup_nav_item.has_sub.open::before {
  content: " ";
  display: block;
  position: absolute;
  background: #e8eaf6;
  height: 3.1875rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 3.1875rem;
}
#type_nav .sup_nav_item.has_sub:hover::before {
  content: " ";
  display: block;
  position: absolute;
  background: #e8eaf6;
  height: 3.1875rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 3.1875rem;
  z-index: 998;
}
#type_nav .sup_nav_item.has_sub:hover .sup_title::after {
  content: "▲";
}
#type_nav .sup_nav_item.has_sub:hover .sub_nav {
  z-index: 999;
  display: block;
}
#type_nav .sup_nav_item.has_sub.open:hover .sup_title::after {
  content: "";
}
#type_nav .sup_title:hover,
#type_nav .sup_title:focus,
#type_nav .sup_nav_item:hover .sup_title,
#type_nav .sup_nav_item:focus .sup_title,
#type_nav .sup_nav_item.open .sup_title {
  background: #e8eaf6;
  color: #4664af;
}
/*2024更新v1↓: 新增*/
/*2024更新v1↑: 新增*/
#type_nav a.active {
/*2024更新v1↓: 新增圆角*/
  border-radius: 10px 10px 0 0;
  margin-top: 0.2rem;
  margin-bottom: -0.2rem;
/*2024更新v1↑: 新增圆角*/
}
/*2024更新v1↓: 新增圆角*/
/*2024更新v1↑: 新增圆角*/
/*--page=all>ind_nav--*/
#shadow_l {
  float: left;
  width: 100%;
  background: url("../imgs/bg.gif") repeat-y 0 0;
}
#shadow_r {
  float: left;
  width: 100%;
  background: url("../imgs/bg.gif") repeat-y 15% 0;
}
#ind_nav {
  margin-top: 15px;
  margin-bottom: 40px;
  width: 15%;
}
#ind_nav h2 {
  padding: 0.75em 0.6em;
}
#ind_nav .sup_nav_item {
  overflow: hidden;
  height: auto;
  cursor: pointer;
  background: #4664af url("../imgs/clps22.png") no-repeat 0.5em 0.765em;
/*2024更新v1*/
}
#ind_nav .sup_nav_item.special {
  background-image: url("../imgs/ind_special.svg");
  background-size: 1.5rem;
  background-position-y: center;
}
#ind_nav .sup_title {
  padding: 0.75em 0 0.75em 2em;
  background: none;
  color: #fff;
}
#ind_nav .sup_title:hover {
  color: #e8eaf6;
}
#ind_nav .sub_nav_item:hover::before,
#ind_nav .sub_nav_item:focus::before {
  z-index: 0;
  top: 0rem;
  left: 0.25rem;
}
#ind_nav a {
  display: block;
  padding: 0.5526em 0 0.5526em 2.2222em;
  background-position: left 50%;
  background-repeat: no-repeat;
}
#ind_nav a.active {
  border-radius: 10px 0px 0 10px;
  padding-left: 2.25rem;
  margin-left: 0.25rem;
}
#ind_nav .sup_nav_item.expanded,
#ind_nav .sup_nav_item.active {
  background-image: url("../imgs/expd22.png");
}
#ind_nav .sup_nav_item.special.active {
  background-image: url("../imgs/ind_special--d.svg");
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  margin-left: 4px;
/*2024更新v1*/
}
#ind_nav .sup_nav_item.special.active a.sup_title {
  color: #43538e;
  font-weight: bold;
}
#ind_nav .sup_nav_item,
#ind_nav .sup_nav_item.active {
  height: auto;
}
#ind_nav .sub_nav {
  background: #e8eaf6;
}
#ind_nav .sub_title {
  position: relative;
  background-position: left 0.35em top 2px;
}
/*--page=all>main_content--*/
#main_content {
  float: right;
  margin-top: 40px;
  width: 82.5%;
}
section {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
/*--page=all>footer--*/
footer {
  float: left;
  padding-top: 40px;
  width: 100%;
  background: #666;
  color: #e5e5e5;
}
footer h3 {
  margin-bottom: 15px;
  padding: 7px 0;
  border-top: solid #fff 1px;
  font-size: 1em;
}
#site_map .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
#site_map .footer_nav .sup_nav_item {
  min-width: 8.5em;
}
#site_map .footer_nav .sup_title {
  font-weight: bold;
}
#site_map .footer_nav .sub_nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 19em;
}
#site_map .footer_nav .sub_nav_item {
  min-width: 8.5em;
  margin-left: 0.25em;
}
#site_map .footer_nav a.sub_title {
  font-size: 0.875em;
  width: auto;
}
#site_map .footer_nav a.sub_title::before {
  content: "- ";
}
#site_map .footer_nav a.no_link:hover {
  text-decoration: none;
}
#site_map #footer_type {
  padding-top: 1em;
}
#site_map #footer_type span.br {
  display: block;
}
#site_map #footer_ind {
  padding-top: 1em;
}
#info {
  float: left;
  width: 100%;
}
#info p {
  float: left;
}
#info ul {
  float: right;
}
#info li {
  float: right;
  margin-left: 2em;
}
footer a,
footer a:visited {
  color: #e5e5e5;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
footer li,
footer p,
footer dl {
  float: left;
  font-size: 0.75rem;
}
footer #site_map p,
footer #site_map li {
  line-height: 1.8333em;
}
footer #site_map p,
footer #site_map li {
  margin-right: 1em;
}
/*--page=all>modal--*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-color: rgba(0,0,0,0.6);
}
.modal_content {
  overflow: hidden;
  margin: auto;
  padding-bottom: 1.25em;
  width: 37.5em;
  height: 25em;
  background: #333;
  color: #fff;
}
.modal_header {
  height: 5em;
  background: #fa9b32 url("../imgs/icons_warning.png") no-repeat 1em 48%;
}
.modal_header p {
  padding: 2em 3.5em;
  font-size: 1em;
}
.modal_header .modal_close_button {
  float: right;
  margin: -0.25em -0.6667em;
  font-size: 3em;
  cursor: pointer;
}
#login_modal .modal_header p:first-child {
  padding: 1.5em 3.5em 0 3.5em;
}
#login_modal .modal_header p:last-child {
  padding: 0.2em 3.5em 1.3em 3.5em;
}
#login_modal .modal_header p small {
  font-size: 0.75em;
}
.modal_wrapper {
  margin: 0 auto;
  width: 92%;
  line-height: 1.75em;
}
#modal_login {
  float: left;
  margin: 20px 0 0 0;
  width: 32%;
  line-height: 1.75em;
}
#modal_login h3 {
  margin-bottom: 15px;
  color: #a0dcf0;
  font-weight: bold;
}
#modal_login ul li {
  margin: 0.5em 0;
  height: 2.5em;
}
#modal_register_name,
#modal_password,
#modal_passwordPlaceholder {
  width: 7.75em;
}
#modal_cancel {
  float: right;
  margin-right: 1em;
}
#notice_cancel {
  margin-top: 15px;
  width: 3em;
}
#modal_cancel:hover,
#modal_cancel:focus {
  background: #aaa;
}
#new_client {
  float: right;
  margin: 20px 0 0 0;
  padding: 0 0 1.25em 3.6%;
  width: 63%;
  border-left: solid #aaa 1px;
  line-height: 1.75em;
}
#new_client h3 {
  margin-bottom: 15px;
  color: #c8e650;
  font-weight: bold;
}
#new_client a,
#notice_contact a {
  color: #aaa;
}
#new_client a:hover,
#new_client a:focus,
#notice_contact a:hover,
#notice_contact a:focus {
  color: #e5e5e5;
}
#notice_contact {
  margin: 40px auto 0 auto;
  width: 80%;
  line-height: 1.75em;
}
/*--page=all>warning--*/
#main_warning {
  position: relative;
  float: right;
  width: 100%;
}
#main_warning p#main_wrong span {
  right: 28px;
  left: auto;
}
#search_warning {
  position: relative;
  float: left;
  width: 100%;
  z-index: 999;
}
#modal_warning {
  position: relative;
  float: left;
  width: 10em;
}
#main_warning p,
#search_warning p,
#modal_warning p,
#article_warning p {
  position: absolute;
  z-index: 1;
  padding: 0.75em 1em 0.75em 3em;
  border-radius: 2px;
  background: #fa9b32 url("../imgs/icons_warning.png") no-repeat left 63%;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5em;
}
#main_warning p span,
#search_warning p span,
#modal_warning p span,
#article_warning p span {
  position: absolute;
  top: -8px;
  left: 28px;
  z-index: -1;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../imgs/arrow_warning.gif") no-repeat 50% top;
}
#main_warning a,
#modal_warning a,
#article_warning a {
  color: #fff;
  text-decoration: underline;
}
#main_null_user {
  right: 330px;
}
#main_null_password {
  right: 220px;
}
#main_null_verifi {
  right: 40px;
}
#main_wrong_verifi {
  right: 0px;
}
#main_wrong {
  right: 0px;
}
#global_search_wrong {
  top: 1em;
  left: 7em;
}
#modal_null_user {
  top: 14em;
  left: -11.25em;
}
#modal_null_password {
  top: 18em;
  left: -11.25em;
}
#modal_null_verifi {
  top: 22em;
  left: -8.125em;
}
#modal_wrong_verifi {
  top: 22em;
  left: -12em;
}
#modal_wrong {
  top: 18em;
  left: -14em;
}
#article_warning {
  position: relative;
}
#noflash {
  margin-top: 5px;
  width: auto;
  border: 0;
}
#nodownload {
  left: 52%;
  margin-top: 5px;
  width: auto;
  border: 0;
}
/*--page=all ends--*/
/*--page=index--*/
#featured article {
  position: relative;
}
#featured article.active a .featured_content {
  background: #e6ebee;
}
#featured article::after {
  display: table;
  clear: both;
  content: "";
}
#featured h4 {
  position: relative;
  z-index: 1;
  float: right;
  padding: 1em 0 1em 0.5em;
  width: 50%;
  height: 1em;
  color: #666;
}
#featured a h4 {
  cursor: pointer;
}
#featured a .featured_content {
  cursor: pointer;
}
#featured a .featured_content:hover {
  color: #666;
}
#featured .featured_title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: inherit;
}
#featured .featured_content {
  position: absolute;
  float: left;
  overflow: hidden;
  width: 48.8%;
  height: 16.875em;
  background: #e6ebee;
}
#featured .featured_content div {
  overflow: hidden;
  margin: 1.4375em 1.75em;
  height: 14em;
}
#featured .featured_content p {
  text-shadow: #fff 1px 1px;
  line-height: 2em;
}
#featured .featured_content img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#featured article:hover,
#featured article:focus,
#featured article.active {
  z-index: 2;
}
#featured .active h4,
#featured h4:hover {
  background: #a0dcf0;
  color: #4664af;
  text-shadow: #d2d8ec 1px 1px;
  font-weight: bold;
}
#featured .active h4 .featured_title,
#featured h4:hover .featured_title {
  font-weight: bold;
}
#featured .active h4 .arrow,
#featured h4:hover .arrow {
  position: absolute;
  top: 0;
  left: -1.5em;
  z-index: -1;
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: inherit;
  background: url("../imgs/arrow_featured.gif") no-repeat left 50%;
}
#featured2 .featured_content {
  top: -3.375em;
}
#featured3 .featured_content {
  top: -6.75em;
}
#featured4 .featured_content {
  top: -10.125em;
}
#featured5 .featured_content {
  top: -13.5em;
}
/*--page=index ends--*/
/*--page=list--*/
/*2024更新v1↓:替换header.list_page样式*/
header.list_page {
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  height: 2.5em;
  background: #808080;
  font-size: 1em;
}
header.list_page a {
  display: block;
  padding: 0.75em 0.5em;
  width: auto;
  color: #666;
}
header.list_page a.has_link {
  color: #43538e;
}
header.list_page a.active {
  color: #808080;
  cursor: default;
  font-weight: bold;
}
header.list_page a.none {
  display: none;
}
header.list_page li {
  list-style: none;
}
header.list_page .sub_nav_item,
header.list_page .sup_nav_item>a.has_link {
  position: relative;
  z-index: 1;
}
header.list_page .sub_nav_item:hover::before,
header.list_page .sup_nav_item>a.has_link:hover::before,
header.list_page .sub_nav_item:focus::before,
header.list_page .sup_nav_item>a.has_link:focus::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  background: #fbfbfd;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
header.list_page .sup_nav_item>a.has_link:hover::before,
header.list_page .sup_nav_item>a.has_link:focus::before {
  margin-left: -0.5rem;
}
header.list_page .sup_nav_item a.has_link.active:hover::before,
header.list_page .sup_nav_item a.has_link.active:focus::before {
  display: none;
}
header.list_page .choose_menu {
  float: left;
  position: absolute;
  width: 60%;
  max-width: 40em;
  display: flex;
}
header.list_page .choose_menu .choose_menu__dropdown {
  background: #e5e5e5;
  position: relative;
  top: 2.5em;
}
header.list_page .choose_menu .choose_menu__dropdown.none {
  display: none;
}
header.list_page .choose_menu .chosen a,
header.list_page .choose_menu .choose_menu__button a {
  position: absolute;
  top: 0;
  width: auto;
  background: #808080;
  color: #fff;
  text-indent: 0;
  font-size: 1em;
}
header.list_page .choose_menu .chosen a::after {
  content: "▼";
}
header.list_page .choose_menu .chosen a span.br {
  display: none;
}
header.list_page .choose_menu.open .choose_menu__button.none {
  display: inline-block;
}
header.list_page .choose_menu.open .choose_menu__button.none a {
  color: #666;
  background: #e5e5e5;
  width: auto;
}
header.list_page .choose_menu.open .chosen a {
  display: none;
}
header.list_page .choose_menu__dropdown {
  display: flex;
  flex-direction: column;
}
header.list_page .filter,
header.list_page .choose_menu__filter {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0.25em;
  width: 92%;
  height: 1.15em;
  border: solid #ccc 0.15em;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  font-size: 1em;
  line-height: 1.15em;
}
header.list_page .filter:focus,
header.list_page .choose_menu__filter:focus {
  outline: 0;
  border: solid #a0dcf0 0.15em;
}
header.list_page .choose_menu__dropdown.simple_options .choose_menu__filter {
  display: none;
}
header.list_page .choose_menu__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 0.975em;
  background: #e5e5e5;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
header.list_page .choose_menu__close:hover {
  background: #a0dcf0;
  color: #fff;
}
header.list_page .choose_menu__option-all a {
  font-size: 1em;
  margin-bottom: -0.75em;
  width: auto;
  background: #e5e5e5;
}
header.list_page .choose_menu__options {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
header.list_page .sup_nav_item {
  min-width: 6em;
  margin: 0.5em;
}
header.list_page .sup_title {
  padding: 0.5em 0 0.5em 0.25em;
  color: #666;
}
header.list_page .choose_menu__dropdown.simple_options .choose_menu__close {
  display: none;
}
header.list_page .choose_menu__dropdown.simple_options .choose_menu__options {
  flex-direction: column;
  padding: 1rem 0 0.25rem 0;
}
header.list_page .choose_menu__dropdown.simple_options .choose_menu__options .sup_nav_item {
  margin: 0;
}
header.list_page .choose_menu__dropdown.simple_options .choose_menu__options .sup_title {
  padding: 0;
}
header.list_page a.sub_title {
  font-size: 0.875em;
  padding: 0.5em;
  width: auto;
}
header.list_page a.sub_title::before {
  content: "- ";
}
header.list_page a.sub_title span.br {
  display: block;
}
header.list_page #choose_type #options_type {
  position: relative;
  top: 2.5em;
  height: auto;
  background: #e5e5e5;
}
header.list_page #choose_type #options_type.none {
  display: none;
}
header.list_page #sequence {
  float: right;
  width: 6em;
}
header.list_page #sequence ul {
  position: relative;
  top: -1.0125em;
  float: right;
  width: 6em;
  height: auto;
  background: #e5e5e5;
}
header.list_page #sequence #options_sequence.none {
  display: none;
}
header.list_page #sequence a {
  width: 6em;
  text-align: right;
}
header.list_page #local_form {
  float: right;
  width: 70%;
}
header.list_page #local_form input#local_search_keyword {
  width: 6.25em;
}
header.list_page #local_search {
  position: relative;
  float: left;
  padding: 0.4375em 0;
  height: 2.5em;
}
header.list_page a.active:hover,
header.list_page a.active:focus,
header.list_page #choose_ind .choose_menu__option-all a.active:hover,
header.list_page #choose_ind .choose_menu__option-all a.active:focus {
  background: #ccc;
}
header.list_page #local_search #start_date,
header.list_page #local_search #end_date {
  width: 5em;
  color: #666;
  font-size: 0.875em;
}
header#list_result span {
  margin: 0 0.1em;
  height: 1em;
  color: #fff;
  vertical-align: middle;
  line-height: 1em;
}
header#list_result #search_result {
  padding: 0.75em 0 0.75em 0.5em;
  height: 1em;
}
header#list_result #local_form #search_result #local_search_keyword {
  display: inline-block;
  overflow: hidden;
  width: 5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*2024更新v1↑:替换header.list_page样式*/
#main_content .expanded {
  height: auto;
}
#main_content .expanded h3 {
  padding: 0.3684em 1.4em;
  background: url("../imgs/expd20.png") no-repeat 0.2em 50%;
  line-height: 1em;
  cursor: pointer;
}
#main_content .collapsed {
  overflow: hidden;
  height: 2.0625em;
}
#main_content .collapsed h3 {
  margin-bottom: 0;
  padding: 0.3684em 1.4em;
  border: 0;
  background: #4664af url("../imgs/clps20.png") no-repeat 0.2em 50%;
  color: #fff;
  cursor: pointer;
}
#main_content .expandable_list article.expanded {
  margin-bottom: 15px;
}
#main_content .expandable_list article h4 {
  background: url("../imgs/icons_unlock_big.gif") no-repeat 0.25em 50%;
}
#main_content .expandable_list article.invalid h4 {
  background: url("../imgs/icons_lock_big.gif") no-repeat 0.2em 50%;
}
#main_content.unlogin .expandable_list article h4 {
  background: url("../imgs/icons_lock_big.gif") no-repeat 0.25em 50%;
}
main.expandable_list,
div.expandable_list {
  width: 82%;
  float: left;
  margin-bottom: 1.5625em;
}
.expandable_list article .switch {
  float: left;
  width: 1.375em;
  height: 1.7em;
}
.expandable_list article p {
  padding: 0 5px;
  color: #666;
  line-height: 2em;
}
.expandable_list article.expanded .switch {
  background: url("../imgs/expd18.png") no-repeat 0.25em 0.5em;
}
.expandable_list article.collapsed .switch {
  background: url("../imgs/clps18.png") no-repeat 0.25em 0.5em;
}
.expandable_list article:hover {
  background: #e6ebee;
}
.expandable_list a {
  display: block;
}
.expandable_list h4 {
  display: inline-block;
  overflow: hidden;
  padding: 0.3889em 1.4em 0.3889em 1.4em;
  width: 87%;
  color: #4664af;
  white-space: nowrap;
  line-height: 1.125em;
  cursor: pointer;
}
.expandable_list .date {
  color: #666;
}
footer#pagination {
  margin: 32px 0 40px 0;
  padding: 0;
  background: #808080;
}
footer#pagination p {
  padding: 0.75em 0 0.75em 1em;
  vertical-align: middle;
  font-size: 1em;
}
footer#pagination p span {
  padding: 0 0.5em;
}
footer#pagination select#select_page {
  background: #808080;
  border: 0;
  color: #e5e5e5;
  height: 1.1em;
  font-size: 1em;
}
footer#pagination select#select_page option:hover {
  background: #a0dcf0;
}
header#list_type {
  margin-top: 2.5rem;
}
header#list_type #choose_ind {
  left: 7em;
}
/*2024更新v1↑:替换header.list_page样式*/
header#type_header {
  margin-bottom: 2.5em;
  background: url("../imgs/header-type-C1.png") no-repeat 50% 50%;
  background-size: cover;
  margin-top: 2.5rem;
  margin-bottom: -0.5rem;
}
#ind_header {
  margin-bottom: 2.5em;
  background: url("../imgs/inds/ind_A3.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.header_with_pic {
  height: auto;
  min-height: 8.75em;
  color: #fff;
}
.header_with_pic .ind_info {
  background: rgba(70,100,175,0.7);
  overflow: hidden;
  position: relative;
}
.header_with_pic .ind_info__header {
  display: flex;
  align-items: baseline;
}
.header_with_pic h3 {
  padding: 0.5526em 1em 0.5526em 2.4em;
  border: 0;
  background: url("../imgs/inds/ind_A3.png") no-repeat 0.2em 50%;
  font-weight: bold;
}
.header_with_pic a {
  text-decoration: underline;
}
.header_with_pic .ind_info__button,
.header_with_pic .ind_info__link {
  display: inline-block;
}
.header_with_pic .ind_info__button a,
.header_with_pic .ind_info__link a {
  color: #fff;
}
.header_with_pic .ind_info__body {
  padding: 0 12%;
}
.header_with_pic p,
.header_with_pic .ind_keywords {
  line-height: 2em;
  margin-top: 1em;
}
.header_with_pic p:last-child,
.header_with_pic .ind_keywords:last-child {
  margin-bottom: 1.5em;
}
.header_with_pic .ind_keywords::before {
  content: " ";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  margin-top: -1px;
  margin-right: 2px;
  vertical-align: middle;
  background: url("../imgs/icons_local_search.png") no-repeat;
  background-size: contain;
}
.header_with_pic .ind_keywords_list {
  display: inline-block;
}
.header_with_pic a.ind_keyword {
  color: #fff;
  display: inline-block;
}
.header_with_pic a.ind_keyword:hover,
.header_with_pic a.ind_keyword:focus {
  font-weight: bold;
}
.header_with_pic .ind_keyword_item {
  display: inline-block;
}
.header_with_pic .ind_keyword_item::after {
  content: " ";
  display: inline-block;
  width: 1.25em;
  height: 1em;
  line-height: 1em;
  margin-left: 1px;
  vertical-align: middle;
  background: url("../imgs/icons_search-20.png") no-repeat;
  background-size: contain;
}
.header_with_pic .ind_info__links span+span {
  margin-left: 2em;
}
.header_with_pic .ind_info.close {
  height: 2.5rem;
}
.header_with_pic .ind_info.close #ind_info__toggle_button::after {
  content: '↓';
}
.header_with_pic .ind_info.close .ind_keywords {
  position: absolute;
  top: 0;
  left: 30%;
  margin-top: 0.275rem;
}
.header_with_pic .ind_info.open {
  background: rgba(58,83,146,0.75);
  backdrop-filter: blur(8px) grayscale(40%) brightness(80%);
  height: auto;
  transition: background-color 200ms;
}
.header_with_pic .ind_info.open #ind_info__toggle_button::after {
  content: '↑';
}
header#list_ind #choose_type {
  left: 9em;
}
header#list_ind #choose_ind {
  left: 0;
}
#main_content .list_page.ind_header--special {
  background: #e5e5e5;
}
#main_content .list_page.ind_header--special h3.heading3 {
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-image: url("../imgs/expd.svg");
  background-size: 1em;
}
#main_content .list_page.ind_header--special .filter_wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
}
#main_content .list_page.ind_header--special .filter_wrapper span {
  margin: 0 1rem;
  color: #808080;
}
#main_content .list_page.ind_header--special .filter {
  float: none;
  width: auto;
  flex-grow: 1;
}
#main_content .list_page.ind_header--special #toggle_ind_choose_menu {
  margin-right: 2rem;
  height: 100%;
}
#main_content .list_page.ind_header--special #toggle_ind_choose_menu:hover {
  cursor: pointer;
}
#main_content .list_page.ind_header--special #toggle_ind_choose_menu::after {
  content: "▼";
  display: inline-block;
  padding: 0.5rem;
}
#main_content .list_page.ind_header--special .choose_menu__options {
  display: block;
  columns: 6em;
}
#main_content .list_page.ind_header--special .choose_menu__options .sup_nav_item {
  break-inside: avoid-column;
}
#main_content .list_page.ind_header--special .choose_menu__options .sup_nav_item:first-child {
  margin-top: 0;
}
#main_content .list_page.ind_header--special .choose_menu__options .sub_title::before {
  content: '';
  display: none;
}
#main_content .list_page.ind_header--special.collapsed {
  height: auto;
}
#main_content .list_page.ind_header--special.collapsed #toggle_ind_choose_menu::after {
  content: "▲";
}
#main_content .list_page.ind_header--special.collapsed .choose_menu__options {
  display: none;
}
#main_content .special_ind .header_with_pic {
  margin-bottom: 2.5em;
  background: url("../imgs/inds/ind_A3.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-color: #ccc;
  min-height: auto;
  height: 7rem;
  margin-bottom: 1rem;
}
#main_content .special_ind .section_title {
  background-color: rgba(70,100,175,0.7);
  background-image: url("../imgs/expd.svg");
  background-size: 1em;
  color: #fff;
}
.ind_list--special .ind_info__header h3 {
  background-image: none;
  padding-left: 0;
}
.ind_list--special .ind_info__header h3::before {
  content: "【特选】";
  font-weight: normal;
}
header#topic_header {
  margin-bottom: 2.5em;
  background: url("../imgs/tzh-l.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 8.75em;
}
.sup_type {
  margin-bottom: 1.5625em;
  color: #4664af;
  font-weight: bold;
}
#topic_abstract {
  width: 80%;
  margin: 0 10% 1.5625em;
}
#topic_abstract p {
  margin: 0 auto;
  padding: 2em;
  height: auto;
  border: solid #e5e5e5 1px;
  background: #fff;
  line-height: 2em;
}
#expert_header {
  background-image: url("../imgs/s_header_customize.jpg");
}
.expert_card {
  height: 17em;
}
.expert_card .expert_photo {
  width: 6.5em;
  height: 17em;
  background: #ccc;
  float: left;
}
.expert_card .expert_photo img {
  width: 100%;
  height: auto;
}
.expert_card .expert_infos_wrapper>div {
  padding: 0 1em 1.25em 7.5em;
}
.expert_card .expert_infos_wrapper p {
  line-height: 2em;
}
.expert_card .expert_infos_wrapper .expert_name {
  font-size: 1.1875em;
  margin-bottom: 8px;
  padding: 7px 0;
  color: #4664af;
  font-weight: bold;
}
.expert_card .expert_infos_wrapper .expert_title {
  color: #333;
  margin-left: 1em;
  font-size: 1rem;
}
.expert_card .expert_infos_wrapper .expert_intro {
  color: #333;
}
.expert_card .expert_infos_wrapper .expert_intro,
.expert_card .expert_infos_wrapper .expert_contact {
  height: 9rem;
}
.expert_card .expert_infos_wrapper .expert_contact {
  color: #fff;
}
.expert_card .expert_infos_wrapper .expert_contact .expert_phone {
  margin-bottom: 1em;
}
.expert_card .expert_infos_wrapper .expert_contact .expert_chat img {
  width: 25%;
  max-width: 104px;
  height: auto;
  float: left;
}
.expert_card .expert_infos_wrapper .expert_contact .expert_chat p {
  margin-left: 27%;
}
.expert_card .expert_infos_wrapper .expert_buttons.readmore {
  clear: none;
  width: 100%;
  cursor: pointer;
}
.expert_card.show_intro .expert_intro,
.expert_card.show_intro .expert_to_contact {
  display: block;
}
.expert_card.show_intro .expert_contact,
.expert_card.show_intro .expert_to_info {
  display: none;
}
.expert_card.show_contact {
  background: #666;
}
.expert_card.show_contact .expert_name,
.expert_card.show_contact .expert_title {
  color: #fff;
}
.expert_card.show_contact .expert_intro,
.expert_card.show_contact .expert_to_contact {
  display: none;
}
.expert_card.show_contact .expert_contact,
.expert_card.show_contact .expert_to_info {
  display: block;
}
#conference_header {
  background-image: url("../imgs/header-conference.png");
}
.conference_tabs .tab_header {
  display: flex;
  justify-content: space-between;
}
.conference_tabs .tab_header a {
  font-size: inherit;
  color: #43538e;
  padding: 1rem 2rem;
}
.conference_tabs .tab_header a h4 {
  font-weight: bold;
}
.conference_tabs .choose_menu {
  position: relative;
}
.conference_tabs .choose_menu__dropdown {
  position: absolute;
  width: 100%;
  display: none;
}
.conference_tabs .choose_menu_botton a::after {
  content: '▼';
}
.conference_tabs .choose_menu__options {
  padding-bottom: 0.5rem;
}
.conference_tabs .choose_menu__options li {
  width: 100%;
}
.conference_tabs .choose_menu__options a {
  display: block;
  padding: 0.5rem 1rem;
}
.conference_tabs .choose_menu:hover,
.conference_tabs .choose_menu:focus {
  background: #d2d8ec;
}
.conference_tabs .choose_menu:hover .choose_menu_botton a::after,
.conference_tabs .choose_menu:focus .choose_menu_botton a::after {
  content: '▲';
}
.conference_tabs .choose_menu:hover .choose_menu__dropdown,
.conference_tabs .choose_menu:focus .choose_menu__dropdown {
  display: block;
  position: absolute;
  background: #d2d8ec;
}
.conference_tabs .tab_content {
  padding: 3rem 2rem;
}
.conference_tabs .tab_content section+section {
  margin-bottom: 2rem;
}
.conference_tabs .tab_content .content_wrapper {
  padding: 1rem 3rem;
}
.conference_tabs .tab_content p {
  text-indent: 2em;
  line-height: 2em;
}
.conference_info-history .conference_title {
  text-align: left;
  font-weight: bold;
  text-indent: 2em;
  font-size: 0.875rem;
  line-height: 2em;
  margin-bottom: 0;
  color: #333;
}
.conference_info-future .conference_title {
  color: #43538e;
  font-weight: bold;
}
.conference_info-future .conference_info__date {
  text-align: center;
  color: #43538e;
}
.conference_info-future .conference_info__detail {
  margin-top: 1rem;
}
#video_header {
  margin-bottom: 2.5em;
  background: url("../imgs/header-video.png") no-repeat 50% 50%;
  background-size: cover;
}
.video_card {
  height: auto;
  position: relative;
}
.video_card .video_photo img {
  display: block;
  width: 100%;
  height: auto;
}
.video_card .video_info_wrapper {
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  backdrop-filter: blur(6px) grayscale(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 3rem;
  overflow: hidden;
  justify-content: normal;
}
.video_card .video_info_wrapper .video_name {
  text-align: center;
  padding: 1rem;
  font-weight: normal;
}
.video_card .video_info_wrapper .video_intro {
  width: 90%;
}
.video_card .video_info_wrapper .video_buttons a {
  background: #4664af;
  color: #fff;
}
.video_card:hover .video_info_wrapper,
.video_card:focus .video_info_wrapper {
  height: 100%;
  justify-content: center;
}
.video_card:hover .video_name,
.video_card:focus .video_name {
  font-weight: bold;
}
#video_modal .modal_content {
  background: none;
  position: relative;
}
#video_modal .modal_header {
  background: none;
  height: auto;
  display: flex;
  justify-content: space-between;
}
#video_modal .modal_header .modal_title {
  width: 90%;
  padding: 0.5rem;
}
#video_modal .modal_header .modal_close_button {
  margin: 0;
}
#video_modal .modal_wrapper {
  width: 100%;
}
#video_modal .modal_wrapper .video_player {
  display: block;
  width: 100%;
  height: auto;
}
/*--page=article--*/
#breadcrumbs {
  color: #808080;
  font-size: 0.75em;
  line-height: 1.2em;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs li + li::before {
  padding: 0.5em;
  color: #333;
  content: ">";
}
#breadcrumbs li a {
  color: #4664af;
  text-decoration: none;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
  text-decoration: underline;
}
.article_wrapper {
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 59.52%;
}
.article_wrapper h4 {
  padding-bottom: 25px;
  color: #4664af;
  text-align: center;
  font-weight: bold;
  line-height: 1.5556em;
}
.article_wrapper #article_info p {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 0;
  background: none;
  color: #666;
  text-align: center;
  line-height: 1em;
}
.article_wrapper #article_info p span {
  display: inline-block;
  padding: 0.5em 1em;
}
.article_wrapper section,
.article_wrapper aside {
  margin-bottom: 25px;
}
.article_wrapper p,
#hgroup {
  margin: 0 auto;
  padding: 2em;
  height: auto;
  border: solid #e5e5e5 1px;
  background: #fff;
  line-height: 2em;
}
#article_content {
  position: relative;
}
#article_content #switch_all {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 0 0.5em;
  width: auto;
  background: #e5e5e5;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
#article_content #switch_all:hover {
  background: #a0dcf0;
  color: #4664af;
}
#article_content #hgroup.hover {
  border-color: #a0dcf0;
  background: #e6ebee;
}
#article_content #hgroup section {
  float: none;
  margin: 0.2em 0;
}
#article_content #hgroup section.expanded {
  height: auto;
}
#article_content #hgroup section.expanded .switch {
  background: url("../imgs/expd18.png") no-repeat 50% 0.3em;
}
#article_content #hgroup section.collapsed {
  height: 2.5em;
}
#article_content #hgroup section.collapsed .switch {
  background: url("../imgs/clps18.png") no-repeat 50% 0.3em;
}
#article_content #hgroup section .switch {
  float: left;
  width: 1.6em;
  height: 1.7em;
  cursor: pointer;
}
#article_content #hgroup .chapter:hover {
  background: #e6ebee;
}
#article_content #hgroup h3 {
  padding-left: 1em;
}
#article_content #hgroup h4 {
  padding-left: 2em;
}
#article_content #hgroup h2 a {
  display: block;
  text-decoration: underline;
}
#main_content #hgroup h2,
#main_content #hgroup h3,
#main_content #hgroup h4 {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: none;
  color: #333;
  text-align: left;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 2em;
  cursor: inherit;
}
#article_content #hgroup h2 a:hover,
#main_content #hgroup h2 a:focus {
  background: #e6ebee;
}
#article_flash div#reportnews_flash_content {
  float: left;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: scroll;
  border: 1px #aaa solid;
}
#article_flash div#documentViewer {
  min-width: 603px;
  width: 100%;
  height: 760px;
}
@media (min-width: 1246px) {
  #article_flash div#reportnews_flash_content {
    overflow-x: hidden;
  }
}
#article_read li {
  width: 48%;
}
#article_read .big_button {
  display: block;
  padding: 0.875em 0;
  border-radius: 2px;
  background: #ccc;
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 1.1875em;
}
#readonline_wrapper,
#backto_wrapper {
  float: left;
}
#download_wrapper {
  float: right;
}
#article_read a#readonline:hover,
#article_read a#readonline:focus {
  background: #c8e650;
  color: #fff;
}
#article_read a#backto:hover,
#article_read a#backto:focus {
  background: #a0dcf0;
  color: #4664af;
}
#article_read a#download:hover,
#article_read a#download:focus {
  background: #fa9b32;
  color: #fff;
}
#article_read a#readonline.invalid:hover,
#article_read a#readonline.invalid:focus,
#article_read a#download.invalid:hover,
#article_read a#download.invalid:focus {
  background: #aaa;
  color: #fff;
}
aside#related {
  float: right;
  width: 39.08%;
}
aside#related li {
  overflow: hidden;
  padding: 0.5em 0;
  padding-left: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*--page=introduction--*/
#intro_nav {
  float: right;
  padding: 2em;
  width: 6.5em;
  background: #e5e5e5;
}
#intro_nav li {
  padding: 0.5em 0 0.5em 1em;
}
#intro_nav p,
#intro_nav li {
  padding: 0.5em 0;
  color: #333;
  font-size: 0.875em;
}
#introduction {
  float: left;
  width: 77%;
}
#introduction p {
  text-indent: 2em;
  line-height: 2em;
}
.center_title {
  margin-bottom: 1.5625em;
  color: #4664af;
  text-align: center;
  font-weight: bold;
}
.tabs {
  position: relative;
}
.tabs dl {
  position: relative;
  width: 100%;
}
.tabs dl dt {
  position: absolute;
  z-index: 98;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  cursor: pointer;
}
.tabs dl dd {
  position: absolute;
  top: 3em;
  padding: 2em 4.8%;
  width: 90.4%;
  background: #fff;
}
.tabs dl:hover,
.tabs dl.hover {
  z-index: 99;
}
.tabs dl:hover dt,
.tabs dl:hover dd,
.tabs dl.hover dt,
.tabs dl.hover dd {
  background: #e6ebee;
}
.tabs dl dt a,
.tabs dl dt a:visited,
.tabs dl dt a:hover {
  color: #666;
}
.tabs dl dd a,
.tabs dl dd a:visited,
.tabs dl dd a:hover {
  color: #333;
}
#ind_tabs {
  min-height: 24.5em;
/*--按照目前文案长度设计；如有变化，相应调整--*/
}
#ind_tabs dd {
  min-height: 18em;
/*--按照目前文案长度设计；如有变化，相应调整--*/
}
#ind_tabs dd p {
  text-indent: 0;
}
#ind_tabs dd p span {
  margin-right: 0.2em;
  font-weight: bold;
}
#ind_tabs dt {
  padding: 1em 0;
}
#ind_tabs1 dt {
  left: 0;
  width: 13.16%;
}
#ind_tabs2 dt {
  left: 13.16%;
  width: 7.89%;
}
#ind_tabs3 dt {
  left: 21.05%;
  width: 7.89%;
}
#ind_tabs4 dt {
  left: 28.94%;
  width: 7.89%;
}
#ind_tabs5 dt {
  left: 36.83%;
  width: 10.52%;
}
#ind_tabs6 dt {
  left: 47.35%;
  width: 13.16%;
}
#ind_tabs7 dt {
  left: 60.51%;
  width: 13.16%;
}
#ind_tabs8 dt {
  left: 73.67%;
  width: 13.16%;
}
#ind_tabs9 dt {
  left: 86.83%;
  width: 13.16%;
}
#type_tabs {
  min-height: 30.5em;
/*--按照目前文案长度设计；如有变化，相应调整--*/
}
#type_tabs dl dt {
  left: 0;
  width: 12%;
}
#type_tabs dl dt a {
  display: block;
  padding: 1em 0.5em;
  min-width: 5em;
}
#type_tabs dl dd {
  min-height: 32em;
/*--按照目前文案长度设计；如有变化，相应调整--*/
  top: 0;
  margin-left: 12%;
  width: 88%;
  padding: 2em 0;
}
#type_tabs dl dd p {
  margin-left: 4.8%;
  margin-right: 4.8%;
}
#type_tabs2 dt {
  top: 3em;
}
#type_tabs3 dt {
  top: 6em;
}
#type_tabs4 dt {
  top: 9em;
}
#type_tabs5 dt {
  top: 12em;
}
#type_tabs6 dt {
  top: 15em;
}
#type_tabs7 dt {
  top: 18em;
}
#type_tabs8 dt {
  top: 21em;
}
#type_tabs9 dt {
  top: 24em;
}
#type_tabs10 dt {
  top: 27em;
}
#type_tabs11 dt {
  top: 30em;
}
#type_tabs12 dt {
  top: 33em;
}
.examples {
  margin: 1em 0 0 0;
  padding: 4%;
  width: 92%;
  background: #e6ebee;
  text-shadow: #fff 1px 1px;
}
.examples ul {
  float: left;
  width: 50%;
}
.examples ul li {
  padding: 0.5em 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5em;
}
#saloon .examples p {
  text-indent: 0;
}
#saloon .examples span {
  display: inline-block;
  padding: 0 0.5em;
}
#industries_header {
  background-image: url("../imgs/s_header_industies.jpg");
}
#types_header {
  background-image: url("../imgs/s_header_types.jpg");
}
#meeting_header {
  background-image: url("../imgs/s_header_meeting.jpg");
}
#saloon_header {
  background-image: url("../imgs/s_header_saloon.jpg");
}
#customize_header {
  background-image: url("../imgs/s_header_customize.jpg");
}
#contact {
  position: relative;
}
#contact #address {
  position: absolute;
  right: 0;
  margin-left: 0.5em;
  width: 22em;
}
#contact #address p {
  text-indent: 0;
}
#address_wrapper {
  float: left;
  width: 100%;
  height: auto;
}
#map_wrapper {
  padding-right: 22.5em;
  height: auto;
}
#dituContent {
  float: left;
  width: 100%;
  height: 14em;
  background: #e5e5e5;
}
#contact_qr,
#wechat_qr {
  float: left;
  margin-top: 1em;
  width: 50%;
}
#contact_qr img,
#wechat_qr img {
  float: left;
  margin: 0.5em 0.5em 0 0;
}
#contact_qr p,
#wechat_qr p {
  float: left;
  text-align: left;
  text-indent: 0;
}
.iw_poi_title {
  overflow: hidden;
  padding-right: 10px;
  border: 0;
  color: #4664af;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.iw_poi_content {
  overflow: visible;
  padding-top: 10px;
  border: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  font: 14px;
}
/*--other--*/
.none {
  display: none;
}
.hidden {
  visibility: hidden;
}
/*
 * ====©美哉工作室==== *
 * 中国经济信息网或其授权的第三方有权对此文档进行：修改、复制，全部或部分合并到其它文档中，以便更好地实现网站reportnew.cei.cn的前端体验、交互或视觉设计;修改、复制、合并时请保留此签名
 * 未经作者同意，他人不得以商业目的修改、复制、出售或部分出售此文档，或用于获取其它商业利益
 * 其它权利保留
 *================*/
