body,
textarea {
  margin: 0;
  padding: 0;
  font: 14px arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
sup,sub{
  position: relative;
  vertical-align: middle;
}
sup{
  top: -.3em;
}
sup + sup{
  top: -.6em;
  font-size: .75em;
}
sub{
  bottom: -.3em;
}
sub + sub{
  bottom: -.6em;
  font-size: .75em;
}
.sup-sub {
  display: inline-block;
  vertical-align: middle;
  line-height: 4px;
}
.sup-sub .sup-line{
  display: block;
}
.item-fract {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  font-style: normal;
}
.item-fract:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  background: #333;
}
.item-fract .fract-t {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  font-style: normal;
}
.item-fract .fract-b {
  position: relative;
  top: 8px;
  font-style: normal;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
input {
  outline: none;
}
address,
cite,
code {
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  transition: background-color 50000s ease-in-out 0s;
}
input::-webkit-input-safebox-button {
  display: none;
}
input::-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #2362C0;
  text-decoration: underline;
}
em {
  color: #EA444D;
  font-style: normal;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #17262F;
}
.hide {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-width: 1240px;
  min-height: 100%;
  height: auto;
  color: #666;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.bread-crumb {
  padding: 14px 0;
  font-size: 0;
  line-height: 20px;
}
.bread-crumb i,
.bread-crumb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.bread-crumb .crumb-home {
  position: relative;
  top: -1px;
  margin-right: 8px;
  width: 16px;
  height: 18px;
  background: url(../images/breed-crumb-icon.png) no-repeat;
  background-size: 100% 100%;
}
.bread-crumb .crumb-step {
  margin: 0 4px;
  transform: scale(1, 1.4);
}
.bread-crumb a.ctumb-link:hover {
  color: #2362C0;
  text-decoration: underline;
}
.bread-crumb .ctumb-label {
  color: #666;
}
.header-main {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
}
.header-main .header-menu {
  transition: background .6s;
}
.header-main.fixed .header-menu {
  background: transparent;
  pointer-events: none;
}
.header-main .header {
  transition: background .6s;
}
.header-main.fixed .header-menu .menu-lists {
  opacity: 0;
}
.header-main.fixed .header {
  background: transparent;
}
.header-main.fixed .header .header-logo.white {
  display: inline-block;
}
.header-main.fixed .header .header-logo.base {
  display: none;
}
.header-main.fixed .header .header-search .search-types li {
  color: #fff !important;
}
.header-main.fixed .header-warp {
  pointer-events: auto;
}
.header-main.fixed .header-warp .warp-links .warp-link {
  color: #fff;
}
.header-main.fixed .header-warp .warp-links .warp-line {
  background: #fff;
}
.header-warp {
  position: absolute;
  right: 0;
  top: -170px;
  line-height: 30px;
  text-align: center;
}
.header-warp .warp-links .warp-link,
.header-warp .warp-links .warp-line {
  display: inline-block;
  vertical-align: middle;
}
.header-warp .warp-links .warp-line {
  margin: 0 15px;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
}
.header {
  height: 170px;
  padding: 50px 0 0;
  background: #fff;
}
.header .header-logo {
  float: left;
  height: 70px;
}
.header .header-logo.white {
  display: none;
}
.header .header-search {
  float: right;
  margin-top: 9px;
  position: relative;
  width: 580px;
}
.header .header-search .search-cont {
  position: relative;
  top: -1px;
}
.header .header-search .search-ctl {
  width: 100%;
  height: 44px;
  padding: 0 90px 0 18px;
  border: 1px solid #C9C9C9;
  background: #F6F6F6;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.header .header-search .search-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 76px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: #2362C0;
  cursor: pointer;
}
.header .header-search .search-types {
  position: relative;
  z-index: 5;
  white-space: nowrap;
  padding-bottom: 11px;
  overflow: auto;
  font-size: 0;
  /*padding-left: 16px;*/
}
.header .header-search .search-types li {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}
.header .header-search .search-types li:last-child {
  margin: 0;
}
.header .header-search .search-types li.active {
  color: #2362C0;
  font-weight: bold;
}
.header .header-search .search-types li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -7.5px;
  width: 15px;
  height: 10px;
  background: url(../images/header-search-type-icon.png) no-repeat;
  background-size: 100% 100%;
}
.header .header-search .search-select {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  width: 100px;
}
.header .header-search .search-select .type-text {
  position: relative;
  padding: 0 14px 0 8px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .header-search .search-select .type-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 1px;
  background: #ccc;
}
.header .header-search .search-select .type-text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid transparent;
  border-top: 4px solid #666;
}
.header .header-search .search-select .type-lists {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 300px;
  overflow: auto;
}
.header .header-search .search-select .type-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.header .header-search .search-select .type-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #17262F;
}
.header .header-search .search-select .type-lists li {
  padding: 0 6px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.header .header-search .search-select .type-lists li:hover {
  background: #2362C0;
  color: #fff;
}
.header-menu {
  background: #2362C0;
}
.header-menu .container {
  position: relative;
}
.header-menu .menu-lists {
  line-height: 60px;
}
.header-menu .menu-lists li {
  float: left;
  width: 12%;
  position: relative;
}
.header-menu .menu-lists li:first-child {
  margin: 0;
}
.header-menu .menu-lists p.menu-link {
  cursor: default;
}
.header-menu .menu-lists .menu-link {
  position: relative;
  display: block;
  padding: 0 4px;
  border-left: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.header-menu .menu-lists .menu-link:hover,
.header-menu .menu-lists .menu-link.active {
  font-weight: bold;
  background: rgba(0,0,0,.1);
}
.search-menu {
  float: left;
  position: relative;
  width: 240px;
}
.search-menu.detail-menu {
  width: 180px;
}
.search-menu .menu-item {
  margin-bottom: 20px;
}
.search-menu .menu-item:last-child {
  margin: 0;
}
.search-menu .item-title {
  position: relative;
  padding: 0 40px 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-left: 3px solid #2362c0;
  background: #e9eff9;
  white-space: nowrap;
  font-weight: bold;
}
.search-menu .item-title.detail-red {
  /*background: #2362C0;*/
}
.search-menu .title-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/search-menu-title-icon.png) no-repeat center center;
  background-size: 12px 7px;
  cursor: pointer;
  transition: 0.6s all;
}
.search-menu .title-arrow.open {
  transform: rotate(180deg);
}
.search-menu .item-body {
  border-bottom: 1px solid #E8E8E8;
}
.search-menu .body-content {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-top: none;
  padding: 10px 0;
}
.search-menu .base-nav {
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.search-menu .base-nav li {
  position: relative;
  margin-top: 1px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-menu .base-nav li:first-child {
  margin: 0;
}
.search-menu .base-nav li.li-fold {
  display: none;
}
.search-menu .base-nav li:hover,
.search-menu .base-nav li.active {
  color: #2362C0;
  font-weight: bold;
  background: #e9eff9;
}
.search-menu .base-nav .has-count {
  padding-right: 68px;
}
.search-menu .base-nav .nav-count {
  position: absolute;
  top: 0;
  right: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666;
}
.search-menu .multi-nav {
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.search-menu .multi-nav.big {
  font-size: 16px;
}
.search-menu .multi-nav li {
  position: relative;
  margin-top: 1px;
  padding: 0 80px 0 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-menu .multi-nav li:first-child {
  margin: 0;
}
.search-menu .multi-nav li.li-fold {
  display: none;
}
.search-menu .multi-nav li:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
}
.search-menu .multi-nav li:hover,
.search-menu .multi-nav li.active {
  background: #e9eff9;
  color: #2362C0;
  font-weight: bold;
}
.search-menu .multi-nav li:hover:after,
.search-menu .multi-nav li.active:after {
  border-color: #2362C0;
}
.search-menu .multi-nav li.active:after {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
}
.search-menu .multi-nav .nav-count {
  position: absolute;
  top: 0;
  right: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666;
}
.search-menu .tree-menu {
  padding: 0 15px 0 10px;
  max-height: 90vh;
  overflow: auto;
  font-size: 0;
  line-height: 34px;
}
.search-menu .tree-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.search-menu .tree-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2362C0;
}
.search-menu .tree-menu > li.li-fold {
  display: none;
}
.search-menu .tree-menu .menu-child {
  display: none;
  margin-left: 15px;
  border-left: 2px solid #e9eff9;
}
.search-menu .tree-menu .menu-child .link-item.active:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 2px;
  background: #2362C0;
}
.search-menu .tree-menu .menu-link {
  position: relative;
  padding-left: 32px;
}
.search-menu .tree-menu .menu-link.no-child {
  padding-left: 15px;
}
.search-menu .tree-menu .link-icon {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 12px;
  height: 12px;
  background: url(../images/tree-menu-icon.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.search-menu .tree-menu .link-icon.open {
  background-image: url(../images/tree-menu-icon-close.png);
}
.search-menu .tree-menu .link-item {
  padding: 7px 0;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  line-height: 20px;
}
.search-menu .tree-menu .link-item:hover,
.search-menu .tree-menu .link-item.active {
  color: #2362C0;
  font-weight: bold;
}
.search-menu .tree-menu .link-item.item-power:after {
  content: '';
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 12px;
  background: url(../images/tree-item-power.png) no-repeat center center;
  background-size: 100% 100%;
}
.search-menu .tree-menu .item-select {
  position: relative;
  padding: 0 20px 0 32px;
  font-size: 14px;
  color: #2362C0;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.search-menu .tree-menu .item-select:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 2px;
  background: #387FB4;
}
.search-menu .tree-menu .item-select .item-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/data-search-fact-close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.search-menu .menu-more {
  margin: 8px 20px 15px;
}
.search-menu .menu-more .more-bar {
  font-size: 12px;
  color: #2362C0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  background: #e9eff9;
  border-radius: 4px;
}
.search-menu .menu-more .more-bar i {
  margin-left: 5px;
  font-style: normal;
}
.search-menu .menu-more .more-bar.close {
  display: none;
}
.search-menu .menu-more.open .open {
  display: none;
}
.search-menu .menu-more.open .close {
  display: block;
}
.search-menu .menu-btn,
.search-menu .menu-clear {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  cursor: pointer;
}
.search-menu .menu-btn {
  margin: 10px 5px 10px 20px;
  width: 136px;
  background: #2362C0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.search-menu .menu-clear {
  margin-top: 10px;
  font-size: 12px;
  color: #2362C0;
}
.search-menu .type-lists {
  margin: 10px 0 10px 20px;
  border-left: 2px solid #E4E4E4;
}
.search-menu .type-lists .type-item {
  position: relative;
  padding: 8px 13px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.search-menu .type-lists .type-item .num-lab {
  float: right;
  font-style: normal;
}
.search-menu .type-lists .type-item.has-child.open:after {
  transform: rotate(0deg);
}
.search-menu .type-lists .type-item.has-child:after {
  content: "\e78f";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 14px;
  font-size: 16px;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s;
  transform: rotate(180deg);
  color: #c0c4cc;
}
.search-menu .type-lists .type-item.lvl-2 {
  font-size: 13px;
  padding-left: 26px;
}
.search-menu .type-lists .type-item.item-none {
  color: #CDCDCD;
  pointer-events: none;
  display: none;
}
.search-menu .type-lists .type-item.active:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -10px;
  width: 6px;
  height: 20px;
  background: #2362C0;
}
.search-menu .type-lists .li-cont {
  display: none;
}
.search-menu .type-lists .li-cont.open {
  display: block;
}
.search-facts {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 22px;
  padding-left: 65px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  display: none;
}
.search-facts .fact-label {
  position: absolute;
  left: 0;
  top: 5px;
  color: #333;
  white-space: nowrap;
  line-height: 26px;
}
.search-facts .fact-list {
  float: left;
  margin: 5px 10px 0 0;
  position: relative;
  background: #e9eff9;
  border: 2px;
  padding: 4px 28px 4px 10px;
  color: #2362C0;
}
.search-facts .fact-close {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/data-search-fact-close.png) no-repeat center center;
  background-size: 8px 8px;
  cursor: pointer;
}
.search-facts .fact-reset {
  float: left;
  margin-top: 5px;
  padding: 0 5px;
  line-height: 26px;
  color: #666;
  cursor: pointer;
}
.search-facts .fact-reset:hover {
  color: #2362C0;
}
.el-file {
  display: none;
}
.el-item {
  display: none;
  position: relative;
}
.el-item.active {
  display: block;
}
.table-img {
  width: 80px;
  vertical-align: middle;
  cursor: zoom-in;
}
.select-search {
  position: relative;
  margin: 15px 20px 5px;
}
.select-search .el-ctl {
  height: 34px;
  padding: 0 50px 0 15px;
  font-size: 14px;
}
.select-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 34px;
  filter: grayscale(1);
  opacity: .4;
  cursor: pointer;
  background: url(../images/module-search-btn.png) no-repeat center center;
  background-size: auto 54%;
}
.el-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.el-select.ctl-error .select-text {
  border-color: #f56c6c !important;
}
.el-select .select-text {
  position: relative;
  z-index: 10;
  height: 40px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  padding: 0 30px 0 12px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .select-text.no-val {
  color: #999;
}
.el-select .select-text.active {
  border-color: #2362C0;
}
.el-select .select-text.active:after {
  transform: rotate(0deg);
}
.el-select .select-text:after {
  content: "\e78f";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 14px;
  font-size: 20px;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s;
  transform: rotate(180deg);
  color: #c0c4cc;
}
.el-select .select-cont {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  border: 1px solid #e4e7ed;
}
.el-select .cont-arrow {
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 6px;
}
.el-select .cont-arrow:after,
.el-select .cont-arrow:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  border: 6px solid transparent;
  border-bottom-color: #ebeef5;
}
.el-select .cont-arrow:after {
  bottom: -1px;
  border-bottom-color: #fff;
}
.el-select .select-lists {
  padding: 8px 0;
  max-height: 240px;
  overflow: auto;
}
.el-select .select-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.el-select .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2362C0;
}
.el-select .select-lists li {
  padding: 0 20px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .select-lists li:hover,
.el-select .select-lists li.active {
  background: #f5f7fa;
  color: #2362C0;
  font-weight: bold;
}
.el-select .select-lists.select-mul li {
  padding-left: 40px;
  position: relative;
}
.el-select .select-lists.select-mul li:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.el-select .select-lists.select-mul li.active:after {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #2362C0;
}
.el-btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
  background: #2362C0;
  border-radius: 4px;
  outline: none;
  border: 1px solid #2362C0;
  text-align: center;
}
.el-btn .txt-hide {
  display: none;
}
.el-btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
.el-btn:hover .txt-show {
  display: none;
}
.el-btn:hover .txt-hide {
  display: inline;
}
.el-btn.primary {
  border-color: #2362C0;
  color: #2362C0;
  line-height: 38px;
  background: #fff;
}
.el-btn.primary:hover {
  opacity: 1;
  background: #f5f5f5;
  background: rgba(88, 131, 64, 0.05);
}
.el-btn.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.el-ctl {
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  height: 40px;
  outline: none;
  padding: 0 12px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14px;
  line-height: 38px;
}
.el-ctl.has-btn {
  padding-right: 70px;
}
.el-ctl:focus {
  outline: none;
  border-color: #2362C0;
}
.el-tags {
  font-size: 0;
}
.el-tags li {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.el-tags li:hover {
  color: #2362C0;
}
.el-tags li.active {
  color: #2362C0;
  border-color: #2362C0;
}
.search-result-tip,
.cust-search {
  margin-top: 25px;
  line-height: 22px;
  color: #333;
}
.search-result-tip:after,
.cust-search:after {
  content: '';
  display: block;
  clear: both;
}
.search-result-tip .tip-label,
.cust-search .tip-label {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.search-result-tip .tip-result,
.cust-search .tip-result {
  float: left;
  font-size: 12px;
}
.search-result-tip .tip-result:first-child,
.cust-search .tip-result:first-child {
  margin-left: 0;
}
.search-result-tip .red,
.cust-search .red {
  margin: 0 5px;
  color: #2362C0;
  font-weight: bold;
}
.search-result-tip .tip-sort,
.cust-search .tip-sort {
  float: right;
  overflow: hidden;
}
.search-result-tip .tip-sort li,
.cust-search .tip-sort li {
  float: left;
  margin-left: 15px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
}
.search-result-tip .tip-sort li:after,
.cust-search .tip-sort li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 13px;
  height: 12px;
  background: url(../images/search-sort-icon.png);
  background-size: 100% 100%;
}
.search-result-tip .tip-sort li.active,
.cust-search .tip-sort li.active {
  color: #2362C0;
}
.search-result-tip .tip-sort li.active:after,
.cust-search .tip-sort li.active:after {
  background-image: url(../images/search-sort-icon-active.png);
}
.search-result-tip .tip-sort li.sort-asc:after,
.cust-search .tip-sort li.sort-asc:after {
  background-image: url(../images/search-sort-icon-active-asc.png);
}
.icon-top {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
  border-radius: 3px;
  top: -1.5px;
  font-style: normal;
  padding: 0 4px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  background: #2362C0;
}
.el-sub {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 16px 0 36px;
  line-height: 28px;
  color: #F19D4B;
  font-size: 14px;
  background: #FDF4E3;
  border-radius: 4px;
  cursor: pointer;
  font-weight: normal;
}
.el-sub:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/base-icon.png) no-repeat;
  background-size: 400px;
}
.el-sub.active:after {
  background-position: -20px 0;
}
.el-sub.sub-contrast {
  background: #FFE4E0;
  color: #2362C0;
}
.el-sub.sub-contrast:after {
  background-position: -40px 0;
}
.el-sub.sub-read {
  background: #d9f7ff;
  color: #3E7CA3;
}
.el-sub.sub-read:after {
  background: url(../images/act-icon-read.png) no-repeat;
  background-size: 100% 100%;
}
.el-sub.sub-download {
  background: #ECFFE2;
  color: #5EA137;
}
.el-sub.sub-download:after {
  background: url(../images/act-icon-download.png) no-repeat;
  background-size: 100% 100%;
}
.base-acts {
  margin-top: -10px;
  font-size: 0;
}
.base-acts .el-sub {
  margin-right: 12px;
}
.main-read {

}
.main-read .read-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #f5f6fa;
  padding: 30px 20px;
}
.main-read .read-menu .menu-title {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.main-read .read-menu .menu-lists {
  margin-top: 20px;
  max-height: calc(100% - 50px);
  overflow: auto;
}
.main-read .read-menu .menu-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
}
.main-read .read-menu .menu-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
.main-read .read-menu .menu-lists li {
  font-size: 14px;
  color: #666;
  padding: 7px 0;
  line-height: 18px;
  cursor: pointer;
}
.main-read .read-menu .menu-lists li:hover,
.main-read .read-menu .menu-lists li.active {
  color: #2362C0;
}
.main-read .read-cont {
  margin-left: 280px;
  padding: 40px;
}
.main-read .read-cont .detail-cont {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.main-read .read-cont .detail-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}
.main-read .read-cont .detail-title-en {
  margin-top: 6px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.main-read .read-cont .detail-intro {
  overflow: hidden;
  margin: 8px 0 30px;
}
.main-read .read-cont .detail-intro li {
  margin-top: 12px;
  position: relative;
  padding-left: 128px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.main-read .read-cont .detail-intro .intro-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.main-read .read-cont .detail-info {
  padding-top: 10px;
  background: url(../images/technology-title-bg.png) repeat-x 0 0;
  background-size: 4px 5px;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.main-read .read-cont .detail-info p {
  margin-top: 20px;
}
.main-read .read-cont h2,
.main-read .read-cont .detail-subtitle {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.main-read .read-cont h3,
.main-read .read-cont h4,
.main-read .read-cont h5,
.main-read .read-cont h6{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
.main-read .read-cont h1 {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.main-read .read-cont .detail-des {
  margin-top: 14px;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.main-read .read-cont img {
  max-width: 100%;
}
.main-read .read-cont table {
  margin-top: 12px;
  width: 100%;
}
.main-read .read-cont table th,
.main-read .read-cont table td {
  padding: 4px 6px;
  border: 1px solid #ccc;
}
.search-lists li {
  position: relative;
  overflow: hidden;
  padding: 28px 0 22px 0;
  border-bottom: 1px solid #E8E8E8;
  line-height: 22px;
  font-size: 0;
}
.search-lists .li-body {
  overflow: hidden;
}
.search-lists .li-body.has-img {
  margin-right: 190px;
}
.search-lists .li-img {
  display: block;
  float: right;
  width: 160px;
  height: 90px;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}
.search-lists .li-img:hover img {
  transform: scale(1.07);
}
.search-lists .li-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 1.6s;
}
.search-lists .list-title {
  position: relative;
  margin-bottom: 16px;
  white-space: nowrap;
}
.search-lists .list-title.has-sub {
  padding-right: 100px;
}
.search-lists .title-link {
  display: block;
  font-size: 16px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.search-lists .title-link em {
  color: #FD3F31;
  font-weight: inherit;
}
.search-lists .title-link:hover {
  color: #2362C0;
}
.search-lists .li-pos {
  position: absolute;
  right: 0;
  top: 0;
}
.search-lists .link-state {
  float: left;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
}
.search-lists .link-state.red {
  background: #2362C0;
}
.search-lists .link-state.orange {
  background: #FDF4E3;
  color: #F19D4B
}
.search-lists .link-state.green {
  background: #5EA137;
}
.search-lists .link-state.blue {
  background: #5bc0de;
}
.search-lists .link-state.gray {
  background: #999;
}
.search-lists .el-sub {
  float: left;
  font-size: 13px;
  line-height: 22px;
}
.search-lists .line2 {
  max-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-lists .line3 {
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.search-lists .list-intro {
  font-size: 14px;
  color: #666;
}
.search-lists .list-intro .intro-label {
  color: #333;
}
.search-lists .list-intro div,
.search-lists .list-intro p {
  display: inline;
}
.search-lists .list-intro img {
  display: none;
}
.search-lists .list-keys {
  margin-top: 10px;
}
.search-lists .list-key {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  color: #2362C0;
  font-size: 12px;
}
.search-lists .list-key a {
  color: #2362C0;
}
.search-lists .list-key a:hover {
  text-decoration: underline;
}
.search-lists i {
  font-style: normal;
}
.search-lists .key-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  max-width: 630px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-lists .key-label {
  color: #666;
}
.search-lists .li-stand {
  line-height: 20px;
  color: #333;
  font-size: 0;
}
.search-lists .stand-key {
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 76px;
}
.search-lists .stand-key.sm {
  margin-right: 20px;
}
.search-lists .stand-key:last-child {
  margin-right: 0 !important;
}
.search-lists .stand-des {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-lists .sup-keys {
  position: relative;
  margin-top: 4px;
  padding-left: 90px;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
}
.search-lists .sup-keys .key-label {
  position: absolute;
  left: 0;
  top: 6px;
  white-space: nowrap;
  color: #666;
}
.search-lists .sup-keys .sup-key {
  float: left;
  margin: 6px 10px 0 0;
  padding: 0 10px;
  background: #e9eff9;
  color: #2362C0;
  border-radius: 4px;
}
.main-news {

}
.main-news .news-search {
  background: #f5f5f5;
  padding: 4px 8px 0;
  overflow: hidden;
}
.main-news .news-search .news-types {

}
.main-news .news-search .news-types li {
  float: left;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.main-news .news-search .news-types li.active {
  color: #2362C0;
  background: #fff;
}
.main-news .news-search .search-cont {
  float: right;
  position: relative;
  top: 2px;
  margin-right: 16px;
  width: 300px;
}
.main-news .news-search .search-cont .search-ctl {
  width: 100%;
  height: 34px;
  padding: 0 40px 0 12px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.main-news .news-search .search-cont .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 40px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: #fff url(../images/module-search-btn.png) no-repeat center center;
  background-size: 18px 18px;
}
.main-news .search-news {
  margin-top: 20px;
}
.search-news li {
  margin-bottom: 12px;
}
.search-news .li-cont {
  border: 1px solid #eee;
  padding: 20px;
  line-height: 20px;
}
.search-news .li-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-news .li-des {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-news .li-date {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  color: #999;
  position: relative;
}
.search-news .li-date:after {
  content: '';
  position: absolute;
  left: 0;top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/news-icon-time.png);
  background-size: 100% 100%;
}
.main-exclusive .exclusive-cont {
  float: right;
  position: relative;
  width: 930px;
}
.main-exclusive .search-cont {
  position: relative;
}
.main-exclusive .search-cont .search-ctl {
  width: 100%;
  height: 46px;
  padding: 0 60px 0 20px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.main-exclusive .search-cont .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: url(../images/module-search-btn.png) no-repeat center center;
  background-size: 24px 24px;
}
.search-common {
  position: relative;
}
.search-common .search-ctl {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  padding: 0 72px 0 15px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.search-common .search-ctl:focus {
  border-color: #2362C0;
}
.search-common .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 80px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: #2362C0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.search-common .search-btn:hover {
  background-color: #2362C0;
}
.module-search {
  height: 200px;
  background: url(../images/module-search-bg.jpg?v=1.0.1) no-repeat center center;
  background-size: auto 100%;
  background-size: cover;
}
.module-search .module-cont {
  margin: 0 auto;
  width: 750px;
  padding-top: 60px;
}
.module-search .resource-type {
  margin-bottom: 12px;
  font-size: 0;
  white-space: nowrap;
}
.module-search .resource-type li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  cursor: pointer;
}
.module-search .resource-type li:first-child {
  margin: 0;
}
.module-search .resource-type li:hover {

}
.module-search .resource-type li.active {
  background: #2362C0;
  color: #fff;
}
.module-search .search-cont {
  position: relative;
}
.module-search .search-cont .search-ctl {
  width: 100%;
  height: 46px;
  padding: 0 100px 0 20px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.module-search .search-cont .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: #EBEBEB url(../images/module-search-btn.png) no-repeat center center;
  background-size: 24px 24px;
}
.module-search .search-cont .search-links {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -12px 0 0 10px;
  white-space: nowrap;
  color: #fff;
}
.module-search .search-cont .search-links.lis-2 {
  margin-top: -24px;
}
.module-search .search-cont .search-link {
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}
.module-search .search-cont .search-link:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -4px 0 0 6px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  opacity: 0.7;
}
.module-search .search-cont .search-link:hover {
  color: #2362C0;
}
.search-content {
  float: right;
  position: relative;
  width: 930px;
  border: 1px solid #E8E8E8;
  padding: 0 30px;
}
.search-content.cont-supply {
  width: 726px;
}
.search-content .search-common {
  margin-top: 30px;
}
.search-hotkeys {
  float: right;
  width: 186px;
  border: 1px solid #E8E8E8;
  margin-left: 24px;
}
.search-hotkeys .hotkey-title {
  margin: 16px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.search-hotkeys .hotkey-body {
  position: relative;
  height: 160px;
}
.search-hotkeys .hotkey-body a {
  position: absolute;
}
.ele-table {
  margin: 0 auto;
  width: 702px;
  overflow: hidden;
}
.ele-table .ele-item {
  float: left;
  margin: 0 0 1px 1px;
  width: 38px;
  height: 38px;
  position: relative;
  background: #b4b4b4;
  color: #fff;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}
.ele-table .ele-item.disabled {
  pointer-events: none;
}
.ele-table .ele-item:hover {
  background: #a0a0a0;
}
.ele-table .ele-code {
  position: absolute;
  left: 1px;
  top: 0;
  max-width: 100%;
  font-size: 8px;
  white-space: nowrap;
}
.ele-table .ele-symbol {
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 8px;
}
.ele-table .ele-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
}
.ele-table .c-blue {
  background: #00a5f8;
}
.ele-table .c-purple {
  background: #7d59c1;
}
.ele-table .c-cyan {
  background: #00c4bf;
}
.ele-table .c-green {
  background: #29bd40;
}
.ele-table .c-pink {
  background: #ff777d;
}
.ele-table .c-red {
  background: #f23945;
}
.ele-table .c-apricot {
  background: #fea200;
}
.ele-table .c-orange {
  background: #ff8400;
}
.ele-table .c-tangerine {
  background: #ff661b;
}
.ele-table .ele-seat {
  float: left;
  height: 39px;
}
.ele-table .ele-seat.seat-1 {
  width: 39px;
}
.ele-table .ele-seat.seat-2 {
  width: 78px;
}
.ele-table .ele-seat.seat-10 {
  width: 390px;
}
.ele-table .ele-seat.seat-16 {
  width: 624px;
}
.el-loading {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
  background: rgba(255, 255, 255, 0.1);
}
.el-loading.no-ab {
  position: relative;
  height: 200px;
}
.el-loading .loading-cont {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
}
.el-loading .loading-img {
  height: 40px;
}
.el-form-msg {
  position: absolute;
  left: 0;
  max-width: 100%;
  font-size: 13px;
  color: #2362C0;
  line-height: 18px;
}
.img-lists {
  font-size: 0;
}
.img-lists .img-list,
.img-lists .img-change {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 90px;
  border-radius: 4px;
}
.img-lists .img-list {
  margin-right: 16px;
  overflow: hidden;
}
.img-lists .img-list img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.img-lists .img-change {
  position: relative;
  background: #F6F6F6;
  cursor: pointer;
  line-height: 88px;
  font-size: 14px;
  color: #BFBFBF;
  border: 1px solid #E8E8E8;
  text-align: center;
}
.img-lists .img-change:before {
  content: '';
  position: relative;
  top: -1.5px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/img-lists-change-icon.png);
  background-size: 100% 100%;
}
.module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  min-width: 0;
  display: none;
}
.module-dialog .dialog-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-dialog .dialog-cont {
  position: relative;
  max-height: 96%;
  overflow: auto;
  padding: 26px 24px 48px;
  background: #fff;
}
.module-dialog .dialog-cont::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #EDEDED;
}
.module-dialog .dialog-cont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #C5C5C5;
}
.module-dialog .dialog-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  background: url(../images/data-search-fact-close.png) no-repeat center center;
  background-size: 80%;
}
.module-dialog .dialog-close .el-icon-close {
  width: 100%;
  line-height: 24px;
}
.module-dialog .dialog-close:hover {
  color: #2362C0;
}
.module-dialog .dialog-alert {
  width: 680px;
  padding: 26px 50px 48px;
  text-align: center;
}
.module-dialog .dialog-alert .dialog-title {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
}
.module-dialog .dialog-alert .dialog-msg {
  margin-top: 45px;
  font-size: 16px;
  line-height: 26px;
}
.module-dialog .dialog-alert .btn-group {
  margin-top: 48px;
  font-size: 0;
}
.module-dialog .dialog-alert .btn-group .el-btn {
  margin: 0 8px;
  width: 120px;
  font-size: 16px;
  line-height: 38px;
}
.module-dialog .dialog-alert .btn-group img {
  width: 100%;
}
.module-dialog .dialog-img-display {
  padding: 0;
  max-width: 800px;
  max-height: 700px;
  position: relative;
  overflow: visible;
}
.module-dialog .dialog-img-display .dialog-close {
  top: -30px;
  right: -30px;
}
.module-dialog .dialog-img-display img {
  max-width: 100%;
  max-height: 100%;
}
.module-dialog .dialog-address-map {
  width: 800px;
  padding: 0;
  overflow: visible;
}
.module-dialog .dialog-address-map .dialog-close {
  top: -35px;
  right: -30px;
}
.module-dialog .dialog-address-map .address-map {
  height: 500px;
}
.module-dialog .dialog-element {
  width: 1200px;
  min-width: 1200px;
  padding: 24px 24px 38px;
}
.module-dialog .dialog-element:after {
  content: '';
  display: block;
  clear: both;
}
.module-dialog .dialog-element .elem-main {
  float: left;
  width: 760px;
}
.module-dialog .dialog-element .elem-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  font-weight: bold;
}
.module-dialog .dialog-element .elem-title .title-sub {
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.module-dialog .dialog-element .elem-form {
  float: right;
  width: 376px;
}
.module-dialog .dialog-element .ele-table-box {
  border: 1px solid #E7E7E7;
  height: 412px;
  padding-top: 30px;
}
.module-dialog .dialog-element .btn-group {
  position: relative;
  text-align: center;
  font-size: 0;
}
.module-dialog .dialog-element .btn-group:after {
  content: '';
  display: block;
  clear: both;
}
.module-dialog .dialog-element .btn-group .el-form-msg {
  bottom: 100%;
  margin-bottom: 2px;
}
.module-dialog .dialog-element .form-btn {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  line-height: 40px;
  background: #2362C0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.module-dialog .dialog-element .form-btn:hover {
  opacity: 0.9;
}
.module-dialog .dialog-element .form-btn.primary {
  margin-right: 16px;
  width: 146px;
  background: #E6E6E6;
  color: #666;
}
.module-dialog .dialog-element .form-btn.primary:hover {
  opacity: 1;
  color: #2362C0;
}
.module-dialog .dialog-element .form-body {
  height: 372px;
  border-top: 1px solid #E7E7E7;
  padding: 24px 0;
  position: relative;
  overflow: auto;
}
.module-dialog .dialog-element .form-empty {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  width: 100%;
  text-align: center;
}
.module-dialog .dialog-element .form-empty .empty-icon {
  height: 146px;
}
.module-dialog .dialog-element .form-empty .empty-label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.module-dialog .dialog-element .elem-lists {
  height: 100%;
  overflow: auto;
}
.module-dialog .dialog-element .elem-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #EDEDED;
}
.module-dialog .dialog-element .elem-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #C5C5C5;
}
.module-dialog .dialog-element .elem-lists > li {
  margin-top: 10px;
  font-size: 0;
}
.module-dialog .dialog-element .elem-lists li:first-child {
  margin: 0;
}
.module-dialog .dialog-element .elem-lists .list-group {
  margin-left: -6px;
}
.module-dialog .dialog-element .elem-lists .list-group > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
}
.module-dialog .dialog-element .elem-lists .list-group .list-10 {
  width: 10%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-13 {
  width: 13%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-20 {
  width: 20%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-22 {
  width: 22%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-24 {
  width: 24%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-30 {
  width: 30%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-39 {
  width: 39%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-48 {
  width: 48%;
}
.module-dialog .dialog-element .elem-lists .list-group .list-40 {
  width: 40%;
}
.module-dialog .dialog-element .elem-lists .el-ctl[type=number] {
  padding-right: 0;
}
.module-dialog .dialog-element .elem-lists .el-ctl{
  padding: 0 8px;
}
.module-dialog .dialog-element .list-remove {
  margin-top: 8px;
  width: 24px;
  height: 24px;
  background: url(../images/base-icon.png) no-repeat 0 -50px;
  background-size: 400px 400px;
  cursor: pointer;
}
.module-dialog .dialog-element .list-remove:hover {
  background-position: -30px -50px;
}
.module-dialog .dialog-trant-alert {
  width: 480px;
  padding: 70px 40px 52px;
  text-align: center;
}
.module-dialog .dialog-trant-alert .dialog-msg {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.module-dialog .dialog-trant-alert .btn-group {
  margin-top: 55px;
}
.module-dialog .dialog-trant-alert .el-btn {
  width: 120px;
  margin: 0 8px;
}
.module-dialog .dialog-trant-alert .el-btn.primary {
  border-color: #EBEBEB;
  background: #f5f5f5;
}
.module-dialog .dialog-custom {
  width: 960px;
  padding: 30px 40px 44px;
}
.module-dialog .dialog-custom .form-head {
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.module-dialog .dialog-custom .form-head .head-txt {
  float: left;
}
.module-dialog .dialog-custom .btn-group {
  margin-top: 40px;
  text-align: right;
  font-size: 0;
}
.module-dialog .dialog-custom .btn-group .el-btn {
  width: 120px;
  margin-left: 16px;
}
.module-dialog .dialog-custom .btn-group .el-btn.primary {
  border-color: #EBEBEB;
  background: #f5f5f5;
}
.module-dialog .dialog-custom .state-error {
  color: #2362C0;
}
.module-dialog .dialog-custom .state-suc {
  color: #37742D;
}
.module-dialog .dialog-custom .form-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.module-dialog .dialog-custom .form-label .txt-dark {
  color: #333;
}
.module-dialog .dialog-custom .form-des {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.module-dialog .dialog-custom .form-list {
  position: relative;
  margin: 0 0 10px 94px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.module-dialog .dialog-custom .form-list.list-eval {
  margin-left: 92px;
}
.module-dialog .dialog-custom .form-list.list-eval .list-label {
  margin-right: 12px;
  width: 85px;
  text-align: right;
}
.module-dialog .dialog-custom .form-list.no-lab .list-label {
  position: static;
  width: auto;
  display: inline;
}
.module-dialog .dialog-custom .form-list.no-lab-form {
  margin-left: 0;
}
.module-dialog .dialog-custom .form-list.no-lab-form .list-label {
  position: static;
  width: auto;
  display: block;
  margin: 10px 0 16px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.module-dialog .dialog-custom .form-list .label-wait {
  color: #E15226;
  font-weight: bold;
}
.module-dialog .dialog-custom .form-list .list-label {
  position: absolute;
  right: 100%;
  top: 0;
  width: 94px;
  color: #666;
}
.module-dialog .dialog-custom .form-list .img-lists {
  margin-top: 12px;
}
.module-dialog .dialog-custom .list-group {
  margin-left: -34px;
}
.module-dialog .dialog-custom .list-group:after {
  content: '';
  display: block;
  clear: both;
}
.module-dialog .dialog-custom .list-group li {
  float: left;
  width: 50%;
}
.module-dialog .dialog-custom .list-group li.lang {
  width: 100%;
}
.module-dialog .dialog-custom .list-group .li-cont {
  margin-left: 34px;
}
.module-dialog .dialog-custom .form-area {
  max-width: 100%;
  min-width: 100%;
  display: block;
  width: 100%;
  height: 92px;
  resize: none;
  border: none;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-family: inherit;
  background: #F7F7F7;
  outline: none;
}
.module-dialog .dialog-custom .form-area.no-bg {
  height: 180px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.module-dialog .dialog-custom .img-msg-label {
  margin-top: 14px;
  font-size: 16px;
  color: #999;
}
.module-dialog .dialog-ability {
  width: 92%;
  max-width: 1200px;
  padding: 20px 30px 10px;
}
.module-dialog .dialog-ability .pageRight{
  margin: 20px 0;
}
.module-dialog .dialog-ability .dialog-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 32px;
  height: 32px;
  background: url(../images/dialog-close-icon.png);
  background-size: 100%;
}
.module-dialog .dialog-ability .ability-head {
  overflow: hidden;
}
.module-dialog .dialog-ability .ability-inspect {
  float: right;
  margin-top: 18px;
  width: 176px;
}
.module-dialog .dialog-ability .ability-inspect img {
  width: 100%;
}
.module-dialog .dialog-ability .ability-img {
  float: left;
  width: 170px;
  border: 1px solid #E8E8E8;
}
.module-dialog .dialog-ability .ability-img img {
  width: 100%;
}
.module-dialog .dialog-ability .ability-info {
  margin: 0 180px 0 200px;
}
.module-dialog .dialog-ability .ability-info .info-title {
  padding-top: 12px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.module-dialog .dialog-ability .ability-info .info-lists {
  overflow: hidden;
}
.module-dialog .dialog-ability .ability-info .info-lists li {
  float: left;
  width: 50%;
  margin-top: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.module-dialog .dialog-ability .ability-info .info-lists li.lang {
  width: 100%;
}
.module-dialog .dialog-ability .ability-info .info-lists .li-label {
  color: #645E4A;
}
.module-dialog .dialog-ability .detail-sub-title {
  position: relative;
}
.module-dialog .dialog-ability .cust-search {
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0;
}
.module-dialog .dialog-ability .cust-search .cust-cont {
  width: 340px;

}
.module-dialog .dialog-ability .cust-search .search-btn {
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 52px;
  background: #2362C0 url(../images/search-icon-white.png) no-repeat center center;
  background-size: 16px;
  border-radius: 4px;
}
.module-dialog .dialog-ability .cust-search .search-ctl {
  font-size: 14px;
  padding: 0 60px 0 12px;
}
.module-dialog .dialog-ability .cust-search:after {
  display: none;
}
.module-dialog .dialog-ability .base-table th,
.module-dialog .dialog-ability .base-table td {
  min-width: 40px;
  font-weight: normal;
  white-space: nowrap;
  padding: 5px 10px;
  line-height: 22px;
}
.module-dialog .dialog-ability .base-table .data-view {
  white-space: normal;
  text-align: left;
}
.base-table-scroll {
  overflow: hidden;
  margin-top: 25px;
}
.base-table-scroll table {
  width: 1600px !important;
}
.base-table-scroll .table-fixed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.base-table-scroll .table-fixed .base-table {
  position: absolute;
  top: 0;
  right: 0;
}
.base-table-scroll .base-table {
  margin: 0;
}
.base-table {
  margin-top: 25px;
  position: relative;
  overflow: auto;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
  border: 1px solid #E7E7E7;
}
.base-table.table-left {
  text-align: left;
}
.base-table.table-left th:first-child ,
.base-table.table-left td:first-child {
  padding-left: 20px !important;
}
.base-table .w-33 {
  width: 33.33%;
}
.base-table .w-100 {
  width: 100px;
}
.base-table .w-120 {
  width: 120px;
}
.base-table .w-200 {
  width: 200px;
}
.base-table.table-link tbody tr {
  cursor: pointer;
}
.base-table.table-link tbody tr:hover {
  color: #2362C0;
}
.base-table.table-link tbody tr.active {
  color: #2362C0;
  background: #e9eff9;
}
.base-table .table-title {
  color: #2362C0;
}
.base-table table {
  width: 100%;
  background: #fff;
}
.base-table thead {
  background-color: #F6F6F6;
}
.base-table thead th,
.base-table thead td {
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  box-sizing: border-box;
}
.base-table th,
.base-table td {
  min-width: 60px;
  padding: 8px 10px;
  border-left: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
}
.base-table th:first-child,
.base-table td:first-child {
  border-left: none;
}
.base-table tr:first-child td,
.base-table tr:first-child th {
  border-top: none;
}
.base-table .td-gray {
  background-color: #EBEDF2;
}
.base-table .td-nowrap {
  white-space: nowrap;
}
.base-table .tab-link {
  display: inline-block;
  vertical-align: middle;
  color: #2362C0;
  cursor: pointer;
}
.base-table .tab-link:last-child {
  margin: 0;
}
.base-table .tab-link:hover {
  text-decoration: underline;
}
.base-table .tab-act {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
}
.base-table .tab-act:hover {
  color: #2362C0;
}
.base-table .max-400 {
  width: 440px;
}
.base-table .max-400 > .tab-cont {
  margin: 0 auto;
  max-width: 400px;
  cursor: pointer;
}
.base-table .max-400 > .tab-cont:hover {
  color: #2362C0;
}
.base-table .tab-red {
  display: inline-block;
  vertical-align: middle;
  color: #2362C0;
}
.base-table .tab-suc {
  display: inline-block;
  vertical-align: middle;
  color: #37742D;
}
.base-table .td-line {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin: 0 3px;
  width: 1px;
  height: 14px;
  background: #2362C0;
}
.table-none {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  line-height: 1.5715;
}
.table-none .none-icon {
  margin-bottom: 6px;
  height: 40px;
}
.table-none .none-icon svg {
  height: 100%;
}
.table-none .ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.table-none .ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.table-none .ant-empty-img-simple-path {
  fill: #fafafa;
}
.el-checkbox {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C5C5;
  -webkit-appearance: none;
  border-radius: 2px;
  vertical-align: middle;
}
.el-checkbox:checked {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
  border-color: #2362C0;
}
.el-table {
  position: relative;
  overflow: auto;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  text-align: center;
}
.el-table thead th,
.el-table thead td {
  background-color: #F8FBFD;
  color: #5E6693;
  font-weight: bold;
}
.el-table tbody tr:hover {
  background: #fafafa;
}
.el-table tbody tr {
  border-bottom: 1px solid #E8E8E8;
  border-bottom: none !important;
}
.el-table tbody tr:nth-child(odd) {
  background: #F6F6F6;
}
.el-table tbody th,
.el-table tbody td {
  border-top: none;
}
.el-table th,
.el-table td {
  padding: 10px !important;
  border-right: 1px solid #E8E8E8 !important;
  font-size: 14px !important;
}
.el-table th:last-child,
.el-table td:last-child,
.el-table th.no-border,
.el-table td.no-border {
  border-right: none !important;
}
.hall-type {
  padding: 23px 0;
  background: #F6F6F6;
  line-height: 28px;
  font-size: 14px;
}
.hall-type .type-item {
  overflow: hidden;
  margin-top: 16px;
  position: relative;
}
.hall-type .type-item:first-child {
  margin: 0;
}
.hall-type .item-label {
  float: left;
  width: 86px;
  text-align: right;
  color: #666;
  font-weight: bold;
}
.hall-type .item-bar {
  display: none;
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #333;
  cursor: pointer;
}
.hall-type .item-bar .bar-hide {
  display: none;
}
.hall-type .item-bar:hover {
  color: #2362C0;
}
.hall-type .item-bar.open .bar-show {
  display: none;
}
.hall-type .item-bar.open .bar-hide {
  display: block;
}
.hall-type .item-cont {
  margin: 0 80px 0 92px;
  height: 28px;
  overflow: hidden;
}
.hall-type .item-cont.open {
  height: auto;
}
.hall-type .type-lists {
  font-size: 0;
}
.hall-type .type-lists li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 4px 0;
  padding: 0 15px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
}
.hall-type .type-lists li:hover {
  color: #2362C0;
}
.hall-type .type-lists li.active {
  background: #2362C0;
  color: #fff;
  font-weight: 200;
}
.submenu-mobile-bar {
  display: none;
}
.cust-search {
  margin-bottom: 30px;
  line-height: 28px;
}
.cust-search:after {
  content: '';
  margin-top: 15px;
  display: block;
  height: 5px;
  background: url(../images/technology-title-bg.png) repeat-x;
  background-size: 4px 5px;
}
.cust-search .search-line {
  clear: both;
}
.cust-search .search-title {
  float: left;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.cust-search .tip-result {
  margin-left: 12px;
}
.cust-search .cust-cont,
.search-result-tip .cust-cont {
  float: right;
  position: relative;
  width: 240px;
}
.cust-search .cust-cont.lang,
.search-result-tip .cust-cont.lang {
  width: 240px;
}
.cust-search .cust-cont.lang .search-ctl,
.search-result-tip .cust-cont.lang .search-ctl {
  padding-right: 70px;
}
.cust-search .cust-cont.lang .search-btn,
.search-result-tip .cust-cont.lang .search-btn {
  width: 60px;
}
.cust-search .cust-cont .search-ctl,
.search-result-tip .cust-cont .search-ctl {
  width: 100%;
  height: 28px;
  border: 1px solid #E4E4E4;
  padding: 0 50px 0 12px;
  font-size: 12px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.cust-search .cust-cont .search-ctl:focus,
.search-result-tip .cust-cont .search-ctl:focus {
  border-color: #2362C0;
}
.cust-search .cust-cont .search-btn,
.search-result-tip .cust-cont .search-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 44px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  background: #2362C0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.cust-search .cust-cont .search-btn:hover,
.search-result-tip .cust-cont .search-btn:hover {
  background-color: #2362C0;
}
.search-result-tip .cust-cont {
  top: -3px;
}
.footer {
  background: #17262F;
  padding: 42px 0 62px;
}
.footer .footer-logo {
  margin-top: 50px;
  float: left;
}
.footer .footer-logo .logo-img {
  height: 56px;
}
.footer .footer-links {
  float: right;
  width: 700px;
  line-height: 20px;
}
.footer .footer-links li {
  float: left;
  width: 25%;
}
.footer .footer-links li.li-50 {
  width: 50%;
}
.footer .footer-links .li-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer .footer-links .li-link {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.module-data-detail {
  background: #fff;
  margin-bottom: 30px;
  padding: 50px 70px;
  border: 1px solid #E8E8E8;
}
.module-data-detail .detail-title {
  padding-bottom: 40px;
  font-size: 24px;
  color: #47494B;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.module-data-detail .detail-list {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-left: 110px;
  overflow: hidden;
}
.module-data-detail .detail-list .list-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #47494B;
  white-space: nowrap;
  font-weight: bold;
}
.module-data-detail .detail-list img {
  max-width: 100%;
}
.module-data-detail .detail-pdf {
  width: 100%;
  height: 900px;
}
.module-data-detail .detail-msg {
  color: #777;
  margin-bottom: 30px;
}
.module-data-detail table td,
.module-data-detail table th {
  padding: 6px 14px;
  border-color: #eee;
  color: #666;
}
.module-data-detail.lbs-7 .detail-list {
  padding-left: 122px;
}
.module-data-detail.lbs-8 .detail-list {
  padding-left: 134px;
}
.module-data-detail.lbs-9 .detail-list {
  padding-left: 146px;
}
.module-data-detail.lbs-10 .detail-list {
  padding-left: 158px;
}
.module-data-detail.lbs-11 .detail-list {
  padding-left: 170px;
}
.module-data-detail.lbs-12 .detail-list {
  padding-left: 184px;
}
.module-data-detail.lbs-13 .detail-list {
  padding-left: 196px;
}
.module-data-detail.lbs-14 .detail-list {
  padding-left: 206px;
}
.module-detail-news {
  background: #fff;
  margin-bottom: 30px;
  padding: 40px;
}
.module-detail-news .detail-title {
  padding-bottom: 12px;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.module-detail-news .detail-source {
  margin-bottom: 30px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.module-detail-news .detail-source span {
  margin-left: 20px;
}
.module-detail-news .detail-source span:first-child {
  margin: 0;
}
.module-detail-news .detail-source .green {
  color: #2362C0;
}
.module-detail-news .detail-des {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.module-detail-news .detail-des img {
  max-width: 80%;
  height: auto;
}
.module-detail-news .detail-link {
  margin-top: 30px;
  text-align: right;
  font-size: 13px;
}
.module-detail-news .detail-link a {
  color: #2362C0;
}
.main-index .module-banner {
  height: 820px;
  position: relative;
  overflow: hidden;
}
.main-index .module-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-banner .slide-icon {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 30px;
  width: 100px;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.main-index .module-banner .slide-icon .slide-txt {
  opacity: .8;
}
.main-index .module-banner .slide-icon img {
  margin-bottom: 30px;
  width: 20px;
  opacity: .6;
  animation: indexBannerIcon 2s infinite;
}
@keyframes indexBannerIcon {
  0%   {transform: translateY(0);}
  50%   {transform: translateY(20px);}
  100%   {transform: translateY(0);}
}
.main-index .module-banner .banner-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-index .module-banner .banner-lists li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 35%;
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.4),transparent);
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.4),transparent);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.4),transparent);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.4),transparent);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.4),transparent);
  pointer-events: none;
}
.main-index .module-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .module-banner .banner-lists .li-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main-index .module-banner .banner-lists .li-body {
  padding: 78px 0 0 96px;
  color: #fff;
}
.main-index .module-banner .banner-lists .li-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
}
.main-index .module-banner .banner-lists .li-des {
  margin-top: 32px;
  font-size: 16px;
  line-height: 20px;
}
.main-index .module-banner .banner-lists .li-btn {
  margin-top: 36px;
  display: block;
  width: 160px;
  background: #F19D4B;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
}
.main-index .module-banner .banner-wrap {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  font-size: 0;
  text-align: center;
}
.main-index .module-banner .banner-wrap .swiper-pagination-bullet {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  opacity: 0.6;
}
.main-index .module-banner .banner-wrap .swiper-pagination-bullet-active {
  background: #2362C0;
  opacity: 1;
}
.main-index .module-channel:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .module-channel .channel-lists {
  margin-left: -25px;
  padding-top: 12px;
  color: #333;
}
.main-index .module-channel .channel-list {
  float: left;
  width: 50%;
}
.main-index .module-channel .list-card {
  margin: 20px 0 0 25px;
  height: 298px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.main-index .module-channel .list-card:hover .card-head .card-head-img {
  transform: scale(1.1);
}
.main-index .module-channel .card-head {
  float: left;
  position: relative;
  width: 220px;
  height: 100%;
  overflow: hidden;
}
.main-index .module-channel .card-head .card-head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.main-index .module-channel .card-head .head-cont {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main-index .module-channel .card-head .card-head-icon {
  height: 64px;
}
.main-index .module-channel .card-head .head-title {
  margin: 19px 0 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.main-index .module-channel .card-head .title-en {
  font-size: 12px;
  line-height: 16px;
}
.main-index .module-channel .card-head .card-more {
  display: block;
  margin: 48px auto 0;
  width: 80px;
  border: 1px solid #666;
  border-radius: 12px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}
.main-index .module-channel .card-head .card-more:hover {
  background: #2362C0;
  color: #fff;
  border-color: #2362C0;
}
.main-index .module-channel .card-body {
  margin-left: 220px;
  padding: 20px;
}
.main-index .module-channel .card-des {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.main-index .module-channel .lists-group {
  overflow: hidden;
  margin-top: 20px;
}
.main-index .module-channel .lists-group.lists-2 li {
  width: 50%;
}
.main-index .module-channel .lists-group li {
  float: left;
  width: 33.33%;
}
.main-index .module-channel .lists-group .list-title {
  margin-bottom: 24px;
  border-left: 4px solid #2362C0;
  padding-left: 8px;
  line-height: 18px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.main-index .module-channel .lists-group .channel-link {
  margin-top: 8px;
  position: relative;
  padding-left: 24px;
  display: block;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-channel .lists-group .channel-link.link-default {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}
.main-index .module-channel .lists-group .link-en {
  padding-left: 24px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-channel .lists-group .link-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: auto 20px;
  background-image: url(../images/channel-icon.png);
}
.main-index .module-channel .lists-group .icon-1 {
  background-position: 0 0;
}
.main-index .module-channel .lists-group .icon-2 {
  background-position: -20px 0;
}
.main-index .module-channel .lists-group .icon-3 {
  background-position: -40px 0;
}
.main-index .module-channel .lists-group .icon-4 {
  background-position: -60px 0;
}
.main-index .module-channel .lists-group .icon-5 {
  background-position: -80px 0;
}
.main-index .module-channel .lists-group .icon-6 {
  background-position: -100px 0;
}
.main-index .module-channel .lists-group .icon-7 {
  background-position: -120px 0;
}
.main-index .module-channel .lists-group .icon-8 {
  background-position: -140px 0;
}
.main-index .module-channel .lists-group .icon-9 {
  background-position: -160px 0;
}
.main-index .module-channel .lists-group .icon-10 {
  background-position: -180px 0;
}
.main-index .module-channel .lists-group .icon-11 {
  background-position: -200px 0;
}
.main-index .module-channel .lists-group .icon-12 {
  background-position: -220px 0;
}
.main-index .module-channel .lists-group .icon-13 {
  background-position: -240px 0;
}
.main-index .module-channel .lists-group .icon-14 {
  background-position: -260px 0;
}
.main-index .module-channel .lists-group .icon-15 {
  background-position: -280px 0;
}
.main-index .module-channel .lists-group .icon-16 {
  background-position: -300px 0;
}
.main-index .module-channel .lists-group .icon-17 {
  background-position: -320px 0;
}
.main-index .module-channel .lists-group .icon-18 {
  background-position: -340px 0;
}
.main-index .module-channel .lists-group .icon-19 {
  background-position: -360px 0;
}
.main-index .module-channel .lists-group .icon-20 {
  background-position: -380px 0;
}
.main-index .module-channel .lists-group .icon-21 {
  background-position: -400px 0;
}
.main-index .module-channel .lists-group .icon-22 {
  background-position: -420px 0;
}
.main-index .module-channel .lists-group .icon-23 {
  background-position: -440px 0;
}
.main-index .module-channel .lists-group .icon-24 {
  background-position: -460px 0;
}
.main-index .module-channel .lists-group .icon-25 {
  background-position: -480px 0;
}
.main-index .module-channel .lists-group .icon-26 {
  background-position: -500px 0;
}
.main-index .module-channel .lists-group .icon-27 {
  background-position: -520px 0;
}
.main-index .module-channel .lists-group .icon-28 {
  background-position: -540px 0;
}
.main-index .module-channel .lists-group .icon-29 {
  background-position: -560px 0;
}
.main-index .module-channel .lists-group .icon-30 {
  background-position: -580px 0;
}
.main-index .module-channel .lists-group .icon-31 {
  background-position: -600px 0;
}
.main-index .module-channel .lists-group .icon-32 {
  background-position: -620px 0;
}
.main-index .module-title {
  margin: 32px 0 30px;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.main-index .module-title .title-en {
  margin-left: 8px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.main-index .module-case {
  margin-bottom: 16px;
}
.main-index .module-case:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .module-case .case-head {
  float: right;
  width: 282px;
  height: 324px;
  background: #EDF5FF;
  padding: 32px 28px 0;
  position: relative;
}
.main-index .module-case .case-head .head-bg-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 145px;
}
.main-index .module-case .case-head .head-cont {
  position: relative;
  z-index: 5;
}
.main-index .module-case .case-head .head-title {
  position: relative;
  margin-bottom: 26px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.main-index .module-case .case-head .head-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 12px;
  width: 44px;
  height: 2px;
  background: #2362C0;
}
.main-index .module-case .case-head .head-title-en {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.main-index .module-case .case-head .head-des {
  margin-top: 16px;
  line-height: 24px;
  color: #333;
}
.main-index .module-case .case-head .head-btn {
  margin-top: 36px;
  width: 120px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2362C0;
}
.main-index .module-case .case-list {
  float: left;
  position: relative;
  margin: 0 24px 24px 0;
  width: 282px;
  height: 150px;
  overflow: hidden;
}
.main-index .module-case .case-list:hover .list-bg {
  transform: scale(1.1);
}
.main-index .module-case .case-list .list-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-index .module-case .case-list .list-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.main-index .module-case .case-list .card-cont {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 32px;
  white-space: nowrap;
}
.main-index .module-case .case-list .list-title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.main-index .module-case .case-list .list-link {
  margin-top: 12px;
  float: left;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  line-height: 20px;
}
.main-index .module-case .case-list .list-link:after {
  content: '';
  position: absolute;
  left: 66px;
  top: 50%;
  margin-top: -4px;
  width: 20px;
  height: 8px;
  background: url(../images/case-arrow.png) no-repeat;
  background-size: 100% 100%;
}
.main-index .main-index-title {
  margin: 60px 0 50px;
}
.main-index .main-index-title .title-ch {
  position: relative;
  font-size: 36px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.main-index.index-minji .main-index-title .title-ch:before ,
.main-index.index-minji .main-index-title .title-ch:after {
  content: '';
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 156px;
  height: 25px;
  background-size: 100% 100%;
}
.main-index.index-minji .main-index-title .title-ch:before {
  background-image: url(../images/index-title-icon-left.png);
}
.main-index.index-minji .main-index-title .title-ch:after {
  background-image: url(../images/index-title-icon-right.png);
}
.main-index.index-jichuang .main-index-title .title-ch:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background: #2362C0;
}
.main-index.index-jichuang .main-index-title .title-en {
  display: block;
}
.main-index .main-index-title .title-en {
  display: none;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 100;
  letter-spacing: 2px;
  opacity: .7;
  text-align: center;
}
.main-index .meter-types {
  font-size: 0;
}
.main-index .meter-types li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
.main-index .meter-types .li-link {
  display: block;
  margin: 0 auto;
  width: 180px;
}
.main-index .meter-types .li-img {
  border: 10px solid rgba(35,98,192,.2);
  border-radius: 50%;
  overflow: hidden;
}
.main-index .meter-types .li-img .img-cont {
  width: 160px;
  height: 160px;
}
.main-index .meter-types .li-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 1s;
}
.main-index .meter-types .li-link:hover .li-img img {
  transform: scale(1.1);
}
.main-index .meter-types .li-title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.main-index .stand-types {
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
}
.main-index .stand-types li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 168px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 44px;
  background: #F0F3F5;
  color: #7F8696;
  cursor: pointer;
}
.main-index .stand-types li:hover {
  color: #0075DA;
}
.main-index .stand-types li.active {
  background: #0075DA;
  color: #fff;
}
.main-index .stand-item {
  display: none;
}
.main-index .stand-item.active {
  display: block;
}
.main-index .module-stand {
  position: relative;
}
.main-index .module-stand .module-cont {
  overflow: hidden;
  position: relative;
}
.main-index .module-stand .topic-bar {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  width: 78px;
  height: 78px;
  background: url(../images/icon-topic-bar-img.png) no-repeat 0 0;
  background-size: 200px 200px;
  cursor: pointer;
}
.main-index .module-stand .topic-bar.left {
  right: 100%;
}
.main-index .module-stand .topic-bar.right {
  left: 100%;
  background-position: -100px 0;
}
.main-index .module-stand .topic-bar.right:hover {
  background-position: -100px -100px;
}
.main-index .module-stand .topic-bar.left:hover {
  background-position: 0 -100px;
}
.main-index .stand-lists {
  font-size: 0;
  white-space: nowrap;
}
.main-index .stand-lists li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.main-index .stand-lists .li-link {
  display: block;
  margin: 0 auto;
  width: 232px;
  text-align: center;
  text-decoration: none;
}
.main-index .stand-lists .li-img {
  position: relative;
  height: 328px;
  border: 3px solid #D1DAE3;
  overflow: hidden;
}
.main-index .stand-lists .li-link:hover .li-img {
  border-color: #0075DA;
}
.main-index .stand-lists .li-img img {
  width: 100%;
  height: 100%;
}
.main-index .stand-lists .img-title {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 120px;
  max-height: 104px;
  font-size: 16px;
  color: #303F5C;
  line-height: 26px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.main-index .stand-lists .li-title {
  margin-top: 22px;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .stand-lists .li-des {
  margin-top: 15px;
  line-height: 22px;
  font-size: 15px;
  color: #4B5664;
}
.main-index .supply-lists {
  margin-left: -24px;
}
.main-index .supply-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .supply-lists li {
  float: left;
  width: 33.33%;
}
.main-index .supply-lists .li-link {
  display: block;
  margin: 0 0 32px 24px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.16);
  padding: 20px;
}
.main-index .supply-lists .li-img {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-index .supply-lists .li-img img {
  max-width: 100%;
  max-height: 100%;
}
.main-index .module-news {
  overflow: hidden;
}
.main-index .module-news .news-topic {
  float: left;
  width: 680px;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.main-index .module-news .news-topic .topic-img {
  width: 100%;
  height: 100%;
}
.main-index .module-news .news-topic .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-news .news-topic .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-index .module-news .news-topic .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.main-index .module-news .news-topic .banner-lists .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 210px 0 18px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: #b2b2b2;
  background: rgba(0, 0, 0, 0.3);
  font-weight: 100;
}
.main-index .module-news .news-topic .banner-lists .banner-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-news .news-topic .banner-lists a:hover .banner-img {
  transform: scale(1.05);
}
.main-index .module-news .news-topic .topic-wrap {
  position: absolute;
  bottom: 17px;
  right: 18px;
  font-size: 0;
  line-height: 0;
}
.main-index .module-news .news-topic .topic-wrap .swiper-pagination-bullet {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 5px;
  background: #fff;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 3px;
  transition: width 0.6s;
}
.main-index .module-news .news-topic .topic-wrap .swiper-pagination-bullet-active {
  width: 16px;
  background: #1E4E9D;
  opacity: 1;
}
.main-index .module-news .news-typecont {
  margin-left: 708px;
}
.main-index .module-news .news-types {
  margin-bottom: 28px;
  overflow: hidden;
}
.main-index .module-news .news-types li {
  float: left;
  margin-right: 8px;
  width: 140px;
  background: #F2F2F2;
  border-radius: 4px;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.main-index .module-news .news-types li:hover {
  color: #2362C0;
}
.main-index .module-news .news-types li.active {
  background: #2362C0;
  color: #fff;
}
.main-index .module-news .news-lists {}
.main-index .module-news .news-lists .news-link {
  display: block;
  position: relative;
  margin-top: 26px;
  padding-right: 75px;
  line-height: 22px;
}
.main-index .module-news .news-lists .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.main-index .module-news .news-lists .news-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666;
}
.main-index .main-special {
  margin-top: -50px;
  overflow: hidden;
  padding: 50px 0 100px;
  background: url(../images/index-special-bg.jpg) no-repeat center bottom/cover;
}
.main-index.index-jichuang .main-special {
  background-image: url(../images/index-special-bg-jichuang.jpg);
}
.main-index.index-minji .main-special {
  background-image: url(../images/index-special-bg-minji.jpg);
}
.main-index .main-special .container {
  position: relative;
}
.main-index .main-special .special-bar {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -39px;
  width: 78px;
  height: 78px;
  background: url(../images/main-special-bar-icon.png);
  background-size: 200px 200px;
  cursor: pointer;
}
.main-index .main-special .special-bar.left {
  left: -115px;
  background-position: 0 0;
}
.main-index .main-special .special-bar.left:hover {
  background-position: -80px 0;
}
.main-index .main-special .special-bar.right {
  right: -115px;
  background-position: 0 -80px;
}
.main-index .main-special .special-bar.right:hover {
  background-position: -80px -80px;
}
.main-index .main-special .special-cont {
  overflow: hidden;
}
.main-index .main-special .special-lists {
  margin: 0 -12px;
  font-size: 0;
  white-space: nowrap;
}
.main-index .main-special .special-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.main-index .main-special .special-lists .li-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.main-index .main-special .special-lists .li-link {
  display: block;
  margin: 0 12px;
  position: relative;
  height: 372px;
  overflow: hidden;
}
.main-index .main-special .special-lists .li-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .main-special .special-lists .special-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,1) 100%);
}
.main-index .main-special .special-lists a:hover .special-cover {
  display: none;
}
.main-index .main-special .special-lists .special-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .main-special .special-lists .special-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 36px 26px 0;
  display: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.4) 0, rgba(0,0,0,.7) 100%);
}
.main-index .main-special .special-lists a:hover .special-info {
  display: block;
}
.main-index .main-special .special-lists .info-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .main-special .special-lists .info-des {
  margin-top: 15px;
  white-space: normal;
  max-height: 264px;
  font-weight: 100;
  opacity: .8;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}
.main-index {}
.main-index {}
.dialog-home-order {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-home-order .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -230px 0 0 -300px;
  width: 600px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  padding: 30px 50px 40px;
  text-align: center;
  font-size: 0;
  line-height: 24px;
}
.dialog-home-order .dialog-title {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.dialog-home-order .dialog-text {
  margin: 25px 0;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  text-align: left;
  text-indent: 2em;
}
.dialog-home-order .dialog-text > div {
  margin-bottom: 8px;
}
.dialog-home-order .order-group {
  font-size: 16px;
  color: #333;
  height: 30px;
}
.dialog-home-order .order-group:after {
  content: '';
  display: block;
  clear: both;
}
.dialog-home-order .order-group .order-select {
  float: left;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.dialog-home-order .order-group .order-select:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #CECECE;
  border-radius: 2px;
}
.dialog-home-order .order-group .order-select.selected:after {
  border-color: #2362C0;
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
}
.dialog-home-order .order-group .order-label {
  float: left;
  margin-left: 27px;
}
.dialog-home-order .intel-radio {
  float: left;
}
.dialog-home-order .intel-radio li {
  line-height: 24px;
}
.dialog-home-order .radio-email-ctl {
  float: left;
  width: 300px;
  position: relative;
  top: -3px;
}
.dialog-home-order .radio-email-ctl .list-ctl {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.dialog-home-order .btn-group {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.dialog-home-order .dialog-btn {
  display: inline-block;
  width: 80px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #2362C0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}
.dialog-home-order .dialog-btn.code {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  text-indent: 0;
}
.dialog-home-order .dialog-btn.disabled {
  pointer-events: none;
  background: #96aebd;
}
.dialog-home-order .dialog-btn:hover {
  opacity: 0.9;
}
.dialog-home-order .dialog-btn.primary {
  margin-right: 20px;
  border: 1px solid #CECECE;
  background: #f5f5f5;
  line-height: 30px;
  color: #666;
}
.dialog-home-order .dialog-btn.primary:hover {
  background: #e5e5e5;
}
.err-msg {
  display: none;
  position: relative;
  margin-top: 4px;
  padding-left: 18px;
  color: #FC5446;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.err-msg.msg-form {
  margin-bottom: 10px;
}
.err-msg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg-err.png) no-repeat center center / cover;
}
.order-btn {
  margin-top: 30px;
  width: 100px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #e9eff9;
  color: #2362C0;
}
.order-btn:hover {
  background: #2362C0;
  color: #fff;
}
.expert-lists {
  margin: 0 0 0 -24px;
}
.expert-lists:after {
  content: '';
  display: block;
  clear: both;
}
.expert-lists li {
  float: left;
  width: 50%;
}
.expert-lists .li-cont {
  margin: 24px 0 0 24px;
  height: 178px;
  border: 1px solid #E7E7E7;
  padding: 30px 30px 0 40px;
  line-height: 21px;
}
.expert-lists .li-head {
  float: left;
  width: 92px;
  max-height: 120px;
  overflow: hidden;
}
.expert-lists .li-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-lists .li-body {
  margin-left: 116px;
}
.expert-lists .li-title {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.expert-lists .li-des {
  margin-top: 8px;
  padding-left: 44px;
  position: relative;
  font-size: 14px;
  color: #333;
  max-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.expert-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
  white-space: nowrap;
}
.base-data-cont {
  position: relative;
}
.pdf-cont-head {
  padding: 20px 0;
  overflow: hidden;
}
.pdf-cont-head .pdf-title {
  float: left;
  width: 85%;
  font-size: 20px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.pdf-cont-head .btn-download {
  float: right;
  min-width: 100px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #2362C0;
  color: #fff;
}
.pdf-cont-head .btn-download:hover {
  opacity: 0.9;
}
.pdf-content {
  width: 100%;
  height: 1000px;
}
.pdf-content iframe {
  width: 100%;
  height: 100%;
}
.icon-update {
  height: 16px;
  vertical-align: middle;
}
.detail-base-cont {
  float: right;
  width: 990px;
  position: relative;
}
.detail-sub-title {
  margin: 32px 0 22px;
  border-left: 4px solid #2362C0;
  padding-left: 10px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.detail-sub-title .select-search{
  float: right;
  position: relative;
  top: -5px;
  margin: 0;
  width: 300px;
}
.detail-sub-title .select-search .el-ctl,
.detail-sub-title .select-search .search-btn {
  height: 30px;
}
.detail-sub-title:first-child {
  margin-top: 0;
}
.detail-base-cont .detail-card {
  border: 1px solid #E7E7E7;
  padding: 20px;
}
.detail-base-cont .cust-search {
  white-space: nowrap;
  overflow: hidden;
}
.detail-base-cont .cust-search:after,
.detail-base-cont .cust-search .search-title,
.detail-base-cont .cust-search .search-line {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.detail-base-cont .cust-search .search-title {
  font-size: 16px;
}
.detail-base-cont .cust-search:after {
  margin: 0 0 0 20px;
  width: 100%;
}
.detail-act {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.detail-act .el-sub {
  margin-left: 10px;
}
.main {
  margin-bottom: 40px;
}
.main .module-tech {
  margin-top: 40px;
  min-height: 300px;
}
.main .module-tech .topic-search {
  margin-bottom: 30px;
  overflow: hidden;
}
.main .module-tech .topic-type {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #2362C0;
  font-weight: bold;
}
.main .module-tech .search-cont {
  float: right;
  width: 400px;
  position: relative;
}
.main .module-tech .search-cont .search-ctl {
  width: 100%;
  height: 40px;
  padding: 0 60px 0 20px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.main .module-tech .search-cont .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: url(../images/module-search-btn.png) no-repeat center center;
  background-size: 24px 24px;
}
.main .module-tech .tech-card-title {
  margin: 32px 0 20px;
  position: relative;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}
.main .module-tech .tech-card-title:after {
  content: '';
  margin-top: 15px;
  display: block;
  height: 5px;
  background: url(../images/technology-title-bg.png) repeat-x;
  background-size: 4px 5px;
}
.main .module-tech .tech-card-title .title-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url(../images/technology-title-icon.png) no-repeat;
  background-size: auto 30px;
}
.main .module-tech .tech-card-title .title-icon.icon_1 {
  background-position: 0 0;
}
.main .module-tech .tech-card-title .title-icon.icon_2 {
  background-position: -30px 0;
}
.main .module-tech .tech-card-title .title-icon.icon_3 {
  background-position: -60px 0;
}
.main .module-tech .tech-card-title .title-icon.icon_4 {
  background-position: -90px 0;
}
.main .module-tech .tech-card-title .title-icon.icon_5 {
  background-position: -120px 0;
}
.main .module-tech .tech-card-title .title-text {
  padding-left: 38px;
}
.main .module-tech .tech-lists {
  margin-left: -20px;
  overflow: hidden;
}
.main .module-tech .tech-lists.lis-3 li {
  width: 33.33%;
}
.main .module-tech .tech-lists li {
  float: left;
  width: 20%;
}
.main .module-tech .tech-lists .li-link {
  display: block;
  margin-left: 20px;
}
.main .module-tech .tech-lists .li-link:hover .tech-img img {
  transform: scale(1.05);
}
.main .module-tech .tech-lists .tech-img {
  height: 126px;
  overflow: hidden;
}
.main .module-tech .tech-lists .tech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.main .module-tech .tech-lists .tech-name {
  margin-top: 12px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.main .tech-detail:after {
  content: '';
  display: block;
  clear: both;
}
.main .tech-detail .detail-head {
  margin-bottom: 30px;
  overflow: hidden;
}
.main .tech-detail .detail-head .detail-img {
  float: left;
  width: 300px;
  height: 210px;
  background: #f5f5f5;
}
.main .tech-detail .detail-head .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .tech-detail .detail-head .detail-content {
  margin-left: 320px;
}
.main .tech-detail .detail-head .detail-title {
  position: relative;
  padding-top: 12px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.main .tech-detail .detail-head .detail-list {
  margin-top: 18px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.main .tech-detail .detail-head .list-label {
  color: #333;
}
.main .tech-detail .search-content {
  border-top: 2px solid #17262F;
}
.main .module-resource {
  margin-top: 30px;
}
.main .module-resource:after {
  content: '';
  display: block;
  clear: both;
}
.main .module-case {
  margin-top: 32px;
}
.main .module-case:after {
  content: '';
  display: block;
  clear: both;
}
.main .module-case .search-content {
  padding: 0;
  border: none;
}
.main .module-case .case-list-cont {
  border: 1px solid #E8E8E8;
  padding: 0 30px;
}
.main .module-case .search-facts {
  border: none;
}
.main .module-detail {
  border: 1px solid #E8E8E8;
  padding: 30px 40px;
}
.main .module-detail .detail-title {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.main .module-detail .detail-time {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
}
.main .module-detail .detail-time.cont {
  text-align: left;
}
.main .module-detail .detail-time.cont span {
  margin-right: 10px;
}
.main .module-detail .detail-time span,
.main .module-detail .detail-time a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  word-break: break-all;
}
.main .module-detail .detail-time span {
  color: #666;
}
.main .module-detail .detail-time a:hover {
  text-decoration: underline;
}
.main .module-detail .detail-time .time-blue {
  margin-right: 40px;
  color: #2362C0;
}
.main .module-detail .detail-time .time-blue:last-child {
  margin: 0;
}
.main .module-detail .detail-link {
  margin-top: 12px;
  word-break: break-all;
}
.main .module-detail .detail-content {
  margin-top: 22px;
  padding-top: 30px;
  border-top: 1px solid #ECECEC;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  word-break: break-all;
}
.main .module-detail .detail-content p {
  margin: 1em 0;
}
.main .module-detail .detail-content img {
  max-width: 90%;
  vertical-align: middle;
}
.main .module-org {
  margin-top: 28px;
}
.main .module-org .cust-search {
  margin-top: 32px;
}
.main .module-org .org-lists {
  margin-left: -24px;
  overflow: hidden;
}
.main .module-org .org-lists li {
  float: left;
  width: 50%;
}
.main .module-org .org-lists .li-link {
  display: block;
  margin: 0 0 24px 24px;
  box-sizing: border-box;
  height: 178px;
  padding: 30px 30px 30px 40px;
  border: 1px solid #E7E7E7;
  line-height: 20px;
  text-decoration: none;
}
.main .module-org .org-lists .li-link:hover {
  border-color: #2362C0;
}
.main .module-org .org-lists .li-head {
  float: left;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #E7E7E7;
  overflow: hidden;
}
.main .module-org .org-lists .head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .module-org .org-lists .li-cont {
  margin-left: 116px;
}
.main .module-org .org-lists .li-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.main .module-org .org-lists .li-des {
  margin-top: 8px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .module-org .org-lists .li-des span {
  color: #666;
}
.main .module-org .org-lists .li-keys {
  margin-top: 10px;
  font-size: 0;
  line-height: 20px;
}
.main .module-org .org-lists .key-label,
.main .module-org .org-lists .key-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.main .module-org .org-lists .key-label {
  color: #666;
}
.main .module-org .org-lists .key-item {
  margin-left: 12px;
  color: #2362C0;
  background: #e9eff9;
  padding: 0 11px;
  border-radius: 4px;
}
.main .detail-recommend {
  float: right;
  width: 282px;
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.main .detail-recommend .rec-title {
  position: relative;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0 12px 10px;
  line-height: 24px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.main .detail-recommend .rec-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 24px;
  background: #2362C0;
}
.main .detail-recommend .rec-title .title-more {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.main .detail-recommend .rec-title .title-more:hover {
  color: #2362C0;
}
.main .detail-recommend .rec-lists {
  margin-bottom: 15px;
}
.main .detail-recommend .rec-lists li {
  border-bottom: 1px dashed #E7E7E7;
  padding: 20px 0;
}
.main .detail-recommend .rec-lists .li-link {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.main .detail-recommend .rec-lists .li-des {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .detail-cont-base {
  float: left;
  width: 894px;
  border: 1px solid #E8E8E8;
  padding: 26px 30px 30px;
}
.main .org-detail:after {
  content: '';
  display: block;
  clear: both;
}
.main .org-detail .detail-head .detail-img {
  float: left;
  width: 92px;
  height: 92px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  overflow: hidden;
}
.main .org-detail .detail-head .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .org-detail .detail-head .detail-content {
  margin-left: 112px;
}
.main .org-detail .detail-head .detail-title {
  position: relative;
  margin-bottom: 16px;
  line-height: 36px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.main .org-detail .info-lists {
  overflow: hidden;
}
.main .org-detail .info-lists.des-lists li {
  padding-left: 92px;
  line-height: 36px;
}
.main .org-detail .info-lists li {
  float: left;
  margin-top: 10px;
  width: 38%;
  position: relative;
  padding-left: 78px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  overflow: hidden;
}
.main .org-detail .info-lists li.short {
  width: 24%;
}
.main .org-detail .info-lists li.lang {
  width: 100%;
}
.main .org-detail .info-lists li a {
  color: #2362C0;
  word-break: break-all;
}
.main .org-detail .info-lists li div {
  margin-bottom: 15px;
}
.main .org-detail .info-lists li div:last-child {
  margin: 0;
}
.main .org-detail .info-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #999;
}
.main .org-detail .info-lists .li-key {
  float: left;
  margin-right: 12px;
  padding: 0 11px;
  background: #e9eff9;
  color: #2362C0;
  border-radius: 4px;
  font-size: 12px;
}
.main .detail-expert {
  border: 1px solid #E8E8E8;
  padding: 20px 20px 40px;
}
.main .detail-expert:after {
  content: '';
  display: block;
  clear: both;
}
.main .detail-expert .detail-head {
  overflow: hidden;
  margin-bottom: 30px;
}
.main .detail-expert .detail-head .detail-img {
  float: left;
  width: 128px;
  height: 160px;
  overflow: hidden;
}
.main .detail-expert .detail-head .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .detail-expert .detail-head .detail-content {
  margin-left: 150px;
}
.main .detail-expert .detail-head .detail-title {
  position: relative;
  margin-bottom: 14px;
  line-height: 36px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.main .detail-expert .detail-head .detail-des {
  margin-top: 8px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.main .detail-expert .detail-head .des-label {
  color: #666;
}
.main .detail-expert .cont-type {
  overflow: hidden;
  padding: 2px 2px 0;
  background: #F6F6F6;
}
.main .detail-expert .cont-type li {
  float: left;
  margin-right: 1px;
  padding: 0 24px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  line-height: 34px;
  font-weight: bold;
}
.main .detail-expert .cont-type li.active {
  background: #fff;
  color: #2362C0;
}
.main .detail-expert .cont-title {
  margin-top: 20px;
  font-size: 16px;
  color: #454545;
  line-height: 20px;
  font-weight: bold;
}
.main .detail-expert .cont-des {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.main .detail-expert .cont-des .des-key {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.main .detail-expert .cont-des .des-key:last-child {
  margin: 0;
}
.main .detail-expert .cont-chart {
  height: 570px;
}
.main .detail-expert .search-menu,
.main .detail-expert .search-content {
  margin-top: 30px;
}
.main .detail-expert .search-content {
  width: 890px;
}
.main .detail-expert .chart-items {
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.main .detail-expert .chart-items .chart-item {
  float: left;
  cursor: pointer;
  display: none;
  width: 20%;
}
.main .detail-expert .chart-items .chart-item .chart-item-map {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.main .detail-expert .chart-items .chart-item .chart-item-map canvas {
  cursor: pointer;
}
.main .detail-expert .chart-items .chart-item .item-title {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  color: #333;
}
.main .detail-expert .chart-items .chart-item .bottom-icon {
  margin: 0 auto;
  width: 20px;
  height: 10px;
}
.main .detail-expert .chart-items .chart-item.active .item-title,
.main .detail-expert .chart-items .chart-item:hover .item-title {
  font-weight: bold;
  color: #f9873d;
}
.main .detail-expert .chart-items .chart-item.active .bottom-icon {
  background: url(../images/export_detail_icon_1.png) no-repeat 0 -50px;
}
.main .module-standard .search-content {
  padding: 0;
  border: none;
}
.main .module-standard .cont-body {
  margin-top: 28px;
  border: 1px solid #E8E8E8;
  padding: 0 30px;
}
.main .standard-detail:after {
  content: '';
  display: block;
  clear: both;
}
.main .standard-detail .detail-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}
.main .standard-detail .detail-title-en {
  margin-top: 6px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.main .standard-detail .detail-labels {
  margin-top: 12px;
  font-size: 0;
  line-height: 26px;
}
.main .standard-detail .detail-labels .lab-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  min-width: 92px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.main .standard-detail .detail-labels .lab-item.item-cyan {
  background: #e9eff9;
  color: #2362C0;
}
.main .standard-detail .detail-labels .lab-item.item-blue {
  background: #D9F7FF;
  color: #3E7CA3;
}
.main .standard-detail .detail-labels .lab-item.item-green {
  background: #ECFFE2;
  color: #5EA137;
}
.main .standard-detail .detail-intro {
  overflow: hidden;
  margin: 8px 0 30px;
}
.main .standard-detail .detail-intro li {
  margin-top: 12px;
  position: relative;
  padding-left: 128px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.main .standard-detail .detail-intro table {
  width: 100%;
  margin: 10px 0;
}
.main .standard-detail .detail-intro table th ,
.main .standard-detail .detail-intro table td {
  padding: 6px;
  line-height: 20px;
  border: 1px solid #ccc;
}
.main .standard-detail .detail-intro .intro-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.main .standard-detail .pro-module {
  width: 100%;
  padding: 55px 0 10px;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.main .standard-detail .pro-module .pro-lists {
  position: relative;
  height: 4px;
  padding: 0 10%;
  background: #E7E7E7;
}
.main .standard-detail .pro-module .pro-lists:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 4px;
  background: #5EA137;
}
.main .standard-detail .pro-module li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.33%;
  height: 4px;
}
.main .standard-detail .pro-module li.li-2 {
  width: 50%;
}
.main .standard-detail .pro-module li.li-4 {
  width: 25%;
}
.main .standard-detail .pro-module li.li-5 {
  width: 20%;
}
.main .standard-detail .pro-module li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 4px;
  background: #dfdfdf;
}
.main .standard-detail .pro-module li.over:after,
.main .standard-detail .pro-module li.active:after {
  background: #5EA137;
}
.main .standard-detail .pro-module li.over .pro-cir,
.main .standard-detail .pro-module li.active .pro-cir {
  border-color: #5EA137;
}
.main .standard-detail .pro-module li.over .text-block,
.main .standard-detail .pro-module li.active .text-block {
  background: #5EA137;
  color: #fff;
}
.main .standard-detail .pro-module li.over .text-block:after,
.main .standard-detail .pro-module li.active .text-block:after {
  border-top-color: #5EA137;
}
.main .standard-detail .pro-module .pro-cir {
  position: relative;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background: #fff;
}
.main .standard-detail .pro-module .pro-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.main .standard-detail .pro-module .text-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 26px;
  font-size: 13px;
  color: #CDCDCD;
  min-width: 60px;
  padding: 0 8px;
  border-radius: 4px;
  background: #EDEDED;
}
.main .standard-detail .pro-module .text-block:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #EDEDED;
}
.main .standard-detail .info-lists {
  overflow: hidden;
}
.main .standard-detail .info-lists.lis-3 li {
  width: 33.33%;
}
.main .standard-detail .info-lists li {
  float: left;
  padding: 5px 0;
  width: 50%;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.main .standard-detail .info-lists li a {
  color: #2362C0;
}
.main .standard-detail .info-lists li.lang {
  width: 100%;
}
.main .standard-detail .info-lists .li-label {
  display: inline-block;
  vertical-align: top;
  min-width: 86px;
  white-space: nowrap;
  color: #666;
}
.main .supplier-detail:after {
  content: '';
  display: block;
  clear: both;
}
.main .supplier-detail .detail-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}
.main .supplier-detail .key-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #2362C0;
  background: #e9eff9;
  padding: 0 10px;
  border-radius: 4px;
  margin: 0 10px 6px 0;
  text-align: center;
  font-size: 12px;
}
.main .supplier-detail .key-item:last-child {
  margin: 0;
}
.main .supplier-detail .detail-intro {
  line-height: 24px;
  font-size: 0;
  overflow: hidden;
}
.main .supplier-detail .detail-intro.lis-3 li {
  width: 33.33%;
}
.main .supplier-detail .detail-intro li {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 96px;
  overflow: hidden;
  color: #333;
}
.main .supplier-detail .detail-intro li.lang {
  width: 100% !important;
}
.main .supplier-detail .detail-intro span,
.main .supplier-detail .detail-intro a {
  font-size: 12px;
}
.main .supplier-detail .detail-intro a {
  color: #2362C0;
  text-decoration: underline;
}
.main .supplier-detail .detail-intro .ads-icon {
  margin-right: 8px;
  position: relative;
  top: -1px;
  height: 18px;
  vertical-align: middle;
}
.main .supplier-detail .detail-intro .intro-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #999;
}
.main .supplier-detail .detail-intro .key-item {
  line-height: 24px;
}
.main .supplier-detail .base-keys {
  font-size: 0;
  line-height: 32px;
}
.main .supplier-detail .base-keys .key-item {
  min-width: 116px;
}
.main .module-material .material-form {
  position: relative;
  border: 1px solid #E8E8E8;
  padding: 50px 32px 20px;
}
.main .module-material .material-form .el-item {
  clear: both;
}
.main .module-material .material-form .material-switch {
  position: absolute;
  top: 12px;
  right: 32px;
  width: 28px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #2362C0;
  background: url(../images/material-switch-icon.png) no-repeat center center;
  background-size: auto 54%;
  cursor: pointer;
}
.main .module-material .material-form .el-tags li {
  margin: 2px 6px 2px 0;
}
.main .module-material .material-form .el-item:after {
  content: '';
  display: block;
  clear: both;
}
.main .module-material .material-form .form-list {
  float: left;
  width: 47%;
  font-size: 0;
}
.main .module-material .material-form .form-list:nth-child(even) {
  margin-left: 6%;
}
.main .module-material .material-form .form-list.lang {
  margin: 0;
  width: 100%;
}
.main .module-material .material-form .tag-child {
  margin-top: 10px;
  padding: 12px 15px;
  background: #f5f5f5;
}
.main .module-material .material-form .list-cont {
  position: relative;
  margin: 0 0 20px 68px;
  min-height: 32px;
}
.main .module-material .material-form .form-label {
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 40px;
}
.main .module-material .material-form .form-label.line-28 {
  line-height: 28px;
}
.main .module-material .material-form .form-label.line-32 {
  line-height: 32px;
}
.main .module-material .material-form .form-btn {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 56px;
  height: 36px;
  background: #2362C0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.main .module-material .material-form .list-group {
  margin-left: -10px;
}
.main .module-material .material-form .list-group > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.main .module-material .material-form .list-group .list-2 {
  width: 50%;
}
.main .module-material .material-form .list-group .list-7 {
  width: 7%;
}
.main .module-material .material-form .list-group .list-8 {
  width: 8%;
}
.main .module-material .material-form .list-group .list-16 {
  width: 16%;
}
.main .module-material .material-form .list-group .list-15 {
  width: 15.5%;
}
.main .module-material .material-form .list-group .list-18 {
  width: 18%;
}
.main .module-material .material-form .list-group .list-20 {
  width: 20%;
}
.main .module-material .material-form .list-group .list-30 {
  width: 31%;
}
.main .module-material .material-form .list-group .list-36 {
  width: 36%;
}
.main .module-material .material-form .list-group .list-40 {
  width: 40%;
}
.main .module-material .material-form .list-group .list-46 {
  width: 30%;
}
.main .module-material .material-form .list-group .el-btn.btn-sm {
  float: right;
  width: 60px;
  line-height: 36px;
  border: 2px solid #fff;
}
.main .module-material .material-form div.el-ctl {
  cursor: pointer;
}
.main .module-material .material-form .form-bar {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
}
.main .module-material .material-form .form-bar:hover {
  color: #2362C0;
}
.main .module-material .material-form .form-bar .show:after,
.main .module-material .material-form .form-bar .hide:after {
  margin-left: 8px;
  display: inline-block;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transform: rotate(-90deg);
}
.main .module-material .material-form .form-bar .show:after {
  content: "\e6dd";
}
.main .module-material .material-form .form-bar .hide:after {
  content: "\e6dc";
}
.main .module-material .material-form .form-bar.open .show {
  display: none;
}
.main .module-material .material-form .form-bar.open .hide {
  display: block;
}
.main .module-material .material-form .search-facts {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #E7E7E7;
  padding-bottom: 0;
  padding-top: 20px;
}
.main .module-material .material-form .search-facts .fact-label {
  top: 25px;
}
.main .module-material .material-form .tag-select {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: default;
}
.main .module-material .material-form .tag-select:hover {
  border-radius: 4px 4px 0 0;
  border-color: #999;
}
.main .module-material .material-form .tag-select:hover .tag-title:before {
  background: #fff;
}
.main .module-material .material-form .tag-select:hover .tag-title:after {
  transform: rotate(0deg);
}
.main .module-material .material-form .tag-select:hover .tag-cont {
  display: block;
}
.main .module-material .material-form .tag-select .tag-title {
  position: relative;
  padding: 0 30px 0 14px;
}
.main .module-material .material-form .tag-select .tag-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 2px;
  z-index: 20;
}
.main .module-material .material-form .tag-select .tag-title:after {
  content: "\e78f";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 14px;
  font-size: 16px;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s;
  transform: rotate(180deg);
  color: #c0c4cc;
}
.main .module-material .material-form .tag-select .tag-cont {
  display: none;
  position: absolute;
  left: -100px;
  right: -32px;
  border: 1px solid #999;
  padding: 12px 20px;
  z-index: 15;
  background: #fff;
}
.main .module-material .material-result {
  position: relative;
}
.main .module-material .material-result .page-box {
  border: 1px solid #E7E7E7;
  border-top: none;
}
.main .module-material .material-result .base-table thead th,
.main .module-material .material-result .base-table thead td {
  font-size: 16px;
}
.main .module-material .material-result .base-table th,
.main .module-material .material-result .base-table td {
  padding: 14px 10px;
  border-left: none;
}
.main .module-material .material-result .base-table .bar-contrast {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  /*background: url(../images/base-icon.png) no-repeat -60px 2px;*/
  background: url(../images/material-contrast-title-icon.png) no-repeat center center;
  background-size: 100% auto;
  filter: grayscale(100%);
  cursor: pointer;
}
.main .module-material .material-result .base-table .bar-contrast:hover,
.main .module-material .material-result .base-table .bar-contrast.active {
  /*background-position: -40px 2px;*/
  filter: grayscale(0%);
}
.main .module-material .material-result .base-table thead {
  background: #F6F6F6;
}
.main .module-material .material-result .base-table .td-detail {
  border: 1px solid #FFE3DE;
  padding: 15px;
  position: relative;
}
.main .module-material .material-result .base-table .td-detail:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.main .module-material .material-result .base-table .td-detail:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 118px;
  width: 24px;
  height: 19px;
  background: url(../images/table-arrow.png);
  background-size: 100% 100%;
}
.main .module-material .material-contrast {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  padding: 36px 0 50px;
}
.main .module-material .material-contrast .form-title {
  position: relative;
  padding-left: 46px;
  font-size: 18px;
  color: #17262F;
  font-weight: bold;
  line-height: 24px;
  background: url(../images/material-contrast-title-icon.png) no-repeat left center;
  background-size: auto 24px;
}
.main .module-material .material-contrast .form-title .title-hide {
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  cursor: pointer;
}
.main .module-material .material-contrast .form-body {
  margin-top: 20px;
  border-top: 1px solid #C5C5C5;
  padding-top: 20px;
  overflow: hidden;
}
.main .module-material .material-contrast .trast-cont {
  float: left;
  position: relative;
  width: 1042px;
  border-right: 1px solid #CDCDCD;
}
.main .module-material .material-contrast .trast-lists {
  width: 100%;
  height: 116px;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
}
.main .module-material .material-contrast .trast-lists li {
  display: inline-block;
  vertical-align: top;
  width: 204px;
  height: 100%;
  margin-right: 1px;
  background: #F6F6F6;
  padding: 10px 20px 0;
  text-align: center;
}
.main .module-material .material-contrast .trast-lists .li-des {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .module-material .material-contrast .trast-lists .li-remove {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  color: #2362C0;
  cursor: pointer;
  font-size: 13px;
}
.main .module-material .material-contrast .trast-label {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  line-height: 20px;
}
.main .module-material .material-contrast .label-num {
  margin: 0 6px;
  color: #2362C0;
}
.main .module-material .material-contrast .btn-group {
  float: right;
  margin: 12px 18px 0 0;
  width: 120px;
}
.main .module-material .material-contrast .btn-group .el-btn {
  font-size: 16px;
}
.main .module-material .material-contrast .btn-group .el-btn.primary {
  margin-top: 10px;
  border-color: #EBEBEB;
  background: #f5f5f5;
}
.main .material-detail:after {
  content: '';
  display: block;
  clear: both;
}
.main .material-detail .search-menu {
  position: relative;
  width: 180px;
  background: #fff;
}
.main .material-detail .search-menu.fixed {
  position: fixed;
  top: 20px;
  bottom: 20px;
  overflow: auto;
  z-index: 50;
}
.main .material-detail .search-menu.fixed::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.main .material-detail .search-menu.fixed::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
.main .material-detail .detail-cont {
  float: right;
  width: 997px;
  position: relative;
}
.main .material-detail .detail-cont .detail-sub-title {
  margin: 32px 0 22px;
  border-left: 4px solid #2362C0;
  padding-left: 10px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.main .material-detail .detail-cont .detail-sub-title:first-child {
  margin-top: 0;
}
.main .material-detail .detail-cont .detail-info {
  border: 1px solid #E7E7E7;
  padding: 20px;
}
.main .material-detail .detail-cont .detail-info .info-title {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0 22px 0px;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.main .material-detail .detail-cont #detail_cont:after {
  content: '';
  display: block;
  clear: both;
}
.main .material-detail .detail-cont #detail_cont .info-des {
  float: left;
  width: 100%;
}
.main .material-detail .detail-cont #detail_cont .info-des .el-select {
  width: calc(100% - 85px);
}
.main .material-detail .detail-cont #detail_cont .info-des.des-50 {
  width: 50%;
}

.page-sm .pageRight {
  margin: 10px 0;
}
.page-sm .pageRight a,.page-sm .pageRight span{
  line-height: 22px;
}
.page-sm .pageRight input ,.page-sm .pageRight .jump{
  display: none;
}
.main .material-detail .detail-cont #detail_cont .info-des img {
  margin: 6px 6px 6px 0;
  border: 1px solid #999;
  height: 50px;
  cursor: pointer;
}
.main .material-detail .detail-cont #detail_cont .info-des table {
  margin: 5px 0;
  min-width: 100%;
}
.main .material-detail .detail-cont #detail_cont .info-des th,
.main .material-detail .detail-cont #detail_cont .info-des td {
  border: 1px solid #999;
}
.main .material-detail .detail-cont #detail_cont .info-des.des-notetxt {
  border: 1px solid #f9ecb5;
  background: #fdf8e6;
  padding: 10px;
  border-radius: 4px;
  align-items: start;
  overflow: hidden;
  display: block;
}
.main .material-detail .detail-cont .detail-info .info-des.des-notetxt .des-label{
  float: left;
  min-width: 0;
  width: auto;
  white-space: nowrap;
}
.main .material-detail .detail-cont #detail_cont .info-des #info_noteTxt {
  margin-left: 42px;
}
.main .material-detail .detail-cont .detail-info .info-des:nth-child(odd) {
  clear: both;
}
.main .material-detail .detail-cont .detail-info .info-des {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.main .material-detail .detail-cont .detail-info .info-des span {
  vertical-align: top;
}
.main .material-detail .detail-cont .detail-info .des-label {
  margin-right: 10px;
  width: 85px;
  min-width: 85px;
  display: flex;
  color: #666;
}
.main .material-detail .detail-cont .base-table th,
.main .material-detail .detail-cont .base-table td {
  padding: 10px 14px;
}
.main .material-detail .detail-info .base-table.table-link th,
.main .material-detail .detail-info .base-table.table-link td {
  padding: 8px 10px;
  line-height: 20px;
  font-size: 13px;
}
.main .material-detail .detail-cont .table-des {
  max-width: 390px;
}
.main .material-detail .detail-cont .base-table thead {
  background: #EBEDF2;
}
.main .module-contrast .module-title {
  margin: 20px 0;
  font-size: 26px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.main .module-contrast .trast-table {
  margin-top: 25px;
  overflow: auto;
  border: 1px solid #E7E7E7;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  text-align: center;
}
.main .module-contrast .trast-table table {
  width: 100%;
}
.main .module-contrast .trast-table thead {
  background-color: #E7E7E7;
}
.main .module-contrast .trast-table thead .td-index {
  background: #F7DCD7;
}
.main .module-contrast .trast-table thead th,
.main .module-contrast .trast-table thead td {
  border-top: none;
}
.main .module-contrast .trast-table .w-2 {
  width: 43.5%;
}
.main .module-contrast .trast-table .w-3 {
  width: 29%;
}
.main .module-contrast .trast-table .w-4 {
  width: 21.75%;
}
.main .module-contrast .trast-table .w-5 {
  width: 17.4%;
}
.main .module-contrast .trast-table th,
.main .module-contrast .trast-table td {
  min-width: 60px;
  padding: 20px;
  border-left: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}
.main .module-contrast .trast-table th:first-child,
.main .module-contrast .trast-table td:first-child {
  border-left: none;
}
.main .module-contrast .trast-table .td-odd {
  background: #CFEDF5;
}
.main .module-contrast .trast-table .td-even {
  background: #D1EFC1;
}
.main .module-contrast .trast-table .tr-even {
  background: #F7F9FA;
}
.main .module-contrast .trast-table .td-title {
  background: #F8FBFD;
  font-weight: bold;
}
.main .module-contrast .trast-table .td-index {
  width: 116px;
  font-size: 16px;
  color: #666;
  background: #F6F6F6;
}
.main .module-contrast .contrast-bar{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.main .module-contrast .contrast-bar input{
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.main .module-contrast .contrast-bar input:checked {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
  border-color: #2362C0;
}
.showlight .val-light {
  color: #EB3F25;
}
.main .main-home:after {
  content: '';
  display: block;
  clear: both;
}
.main .main-home .home-list {
  margin-bottom: 25px;
  position: relative;
  font-size: 0;
}
.main .main-home .home-list .home-list-child {
  margin-right: 130px;
  position: relative;
}
.main .main-home .home-list .list-label {
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.main .main-home .home-list .list-ctl {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.main .main-home .home-list .list-ctl:hover,
.main .main-home .home-list .list-ctl.ctl-error {
  border-color: #2362C0;
}
.main .main-home .home-list .list-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #2362C0;
  line-height: 40px;
  cursor: pointer;
}
.main .main-home .home-list .list-link:hover {
  text-decoration: underline;
}
.main .main-home .home-list .list-text {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  min-height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.main .main-home .home-list .list-btn {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #2362C0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}
.main .main-home .home-list .list-btn.code {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  text-indent: 0;
}
.main .main-home .home-list .list-btn.disabled {
  pointer-events: none;
  background: #96aebd;
}
.main .main-home .home-list .list-btn:hover {
  opacity: 0.9;
}
.main .main-home .home-list .list-btn.primary {
  margin-left: 16px;
  border: 1px solid #CECECE;
  background: #fff;
  line-height: 38px;
  color: #333;
}
.main .main-home .home-list .list-btn.primary:hover {
  background: #f5f5f5;
}
.main .main-home .home-list .verify-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.main .main-home .home-list .psd-ctl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 30px;
  line-height: 26px;
  color: #333;
  text-align: center;
}
.main .main-home .home-list .psd-ctl:last-child {
  margin: 0;
}
.main .main-home .home-menu {
  float: left;
  width: 230px;
  height: 530px;
  border: 1px solid #E8E8E8;
  background: #FAFAFA;
}
.main .main-home .home-menu .menu-lists li {
  position: relative;
  margin-bottom: 1px;
  padding-left: 55px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.main .main-home .home-menu .menu-lists li:hover,
.main .main-home .home-menu .menu-lists li.active {
  background: #2362C0;
  color: #fff;
}
.main .main-home .home-menu .menu-lists li:hover:after,
.main .main-home .home-menu .menu-lists li.active:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2362C0;
}
.main .main-home .home-menu .menu-lists li:hover .icon-pserion,
.main .main-home .home-menu .menu-lists li.active .icon-pserion {
  background-position: 0 -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-order,
.main .main-home .home-menu .menu-lists li.active .icon-order {
  background-position: -20px -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-cust,
.main .main-home .home-menu .menu-lists li.active .icon-cust {
  background-position: -40px -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-jour,
.main .main-home .home-menu .menu-lists li.active .icon-jour {
  background-position: -60px -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-service,
.main .main-home .home-menu .menu-lists li.active .icon-service {
  background-position: -80px -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-psd,
.main .main-home .home-menu .menu-lists li.active .icon-psd {
  background-position: -100px -120px;
}
.main .main-home .home-menu .menu-lists li:hover .icon-logout,
.main .main-home .home-menu .menu-lists li.active .icon-logout {
  background-position: -120px -120px;
}
.main .main-home .home-menu .menu-lists .menu-icon {
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/base-icon.png) no-repeat;
  background-size: 400px 400px;
}
.main .main-home .home-menu .menu-lists .icon-pserion {
  background-position: 0 -100px;
}
.main .main-home .home-menu .menu-lists .icon-order {
  background-position: -20px -100px;
}
.main .main-home .home-menu .menu-lists .icon-cust {
  background-position: -40px -100px;
}
.main .main-home .home-menu .menu-lists .icon-jour {
  background-position: -60px -100px;
}
.main .main-home .home-menu .menu-lists .icon-service {
  background-position: -80px -100px;
}
.main .main-home .home-menu .menu-lists .icon-psd {
  background-position: -100px -100px;
}
.main .main-home .home-menu .menu-lists .icon-logout {
  background-position: -120px -100px;
}
.main .main-home .home-content {
  float: right;
  width: 946px;
  min-height: 530px;
  border: 1px solid #E8E8E8;
  padding: 0 25px 40px;
}
.main .main-home .home-content .home-title {
  margin: 15px 0;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 24px;
}
.main .main-home .home-content .home-title .title-text {
  font-size: 18px;
  color: #333;
}
.main .main-home .home-content .home-title .el-tags {
  position: absolute;
  right: 0;
  top: 0;
}
.main .main-home .home-content .home-title .el-tags li {
  margin: 0 0 0 12px;
  border: none;
  min-width: 88px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  background: #F6F6F6;
}
.main .main-home .home-content .home-title .el-tags li:hover,
.main .main-home .home-content .home-title .el-tags li.active {
  background: #2362C0;
  color: #fff;
  font-weight: bold;
}
.main .main-home .item-info .info-lists {
  margin-top: 30px;
}
.main .main-home .item-info .info-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main .main-home .item-info .info-lists > li {
  float: left;
  width: 49%;
}
.main .main-home .item-info .info-lists > li:nth-child(even) {
  margin-left: 2%;
}
.main .main-home .item-info .home-list {
  margin: 0 15px 25px 108px;
}
.main .main-home .item-info .search-btns {
  margin: 10px 0 0 108px;
}
.main .main-home .order-lists {
  overflow: hidden;
  margin-left: -16px;
}
.main .main-home .order-lists .li-order {
  float: left;
  width: 50%;
}
.main .main-home .order-lists .li-order .li-cont {
  margin: 16px 0 0 16px;
  position: relative;
  background: #FAFAFA;
  padding: 12px 60px 12px 16px;
  line-height: 20px;
  font-size: 14px;
}
.main .main-home .order-lists .sub-remove {
  display: none;
  position: absolute;
  top: 12px;
  right: 16px;
  color: #EB3F25;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}
.main .main-home .order-lists li:hover .sub-remove {
  display: block;
}
.main .main-home .order-lists .des-last {
  margin-right: 44px;
}
.main .main-home .order-lists .li-supplier {
  float: left;
  width: 100%;
}
.main .main-home .order-lists .li-supplier .li-cont {
  margin: 0 0 0 16px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  padding: 24px 24px 24px 20px;
}
.main .main-home .order-lists .li-supplier .li-link {
  bottom: 30px;
}
.main .main-home .order-lists .li-supplier .title-txt {
  max-width: 95%;
}
.main .main-home .order-lists .li-title {
  font-size: 16px;
  color: #333;
}
.main .main-home .order-lists .title-txt {
  display: inline-block;
  vertical-align: middle;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-home .order-lists .li-des {
  margin-top: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main-home .order-lists .des-label {
  color: #999;
  margin-left: 30px;
  font-size: 14px;
}
.main .main-home .order-lists .des-label:first-child {
  margin: 0;
}
.main .main-home .order-lists .li-keys {
  margin-top: 10px;
  line-height: 28px;
  font-size: 0;
  position: relative;
  padding-left: 90px;
}
.main .main-home .order-lists .li-keys .des-label {
  position: absolute;
  left: 0;
  top: 0;
}
.main .main-home .order-lists .li-keys .li-key {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-radius: 4px;
  color: #2362C0;
  font-size: 14px;
  background: #e9eff9;
}
.main .main-home .order-lists .li-link {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #999;
  font-size: 12px;
}
.main .main-home .order-lists .li-link:hover {
  color: #2362C0;
}
.main .main-home .td-act .tab-link {
  color: #17262F;
}
.main .main-home .td-act .td-line {
  background: #17262F;
}
.main .main-home .service-result {
  position: relative;
  top: 10px;
  padding-top: 5px;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
.main .main-home .service-result .el-checkbox {
  margin: 0;
}
.main .main-home .service-result label {
  float: left;
  color: #666;
}
.main .main-home .service-result .res-btn {
  float: left;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 2px;
  background: #2362C0;
  color: #fff;
  cursor: pointer;
}
.main .main-home .service-result .res-text {
  float: right;
  font-size: 12px;
  color: #333;
}
.main .main-home .service-result .res-num {
  color: #2362C0;
  margin: 0 4px;
}
.main .main-home .item-psd-contnet {
  margin: 30px 0 0 108px;
  width: 320px;
}
.body-login {
  height: 100%;
}
.verify-wrap {
  width: 350px;
  height: 40px;
  background-color: #e9eff9;
  border: 1px solid #E4E4E4;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.verify-wrap span {
  box-sizing: border-box;
}
.verify-wrap .drag-btn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 64px;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background: #fff url(../images/login-icon-arrow.png) no-repeat center center;
  background-size: auto 20px;
  z-index: 2;
  cursor: move;
}
.verify-wrap .suc-drag-btn {
  background: #fff url(../images/login-icon-slide-ok.png) no-repeat center center;
  background-size: 20px 20px;
}
.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: -1px;
  height: 40px;
  border-top: 1px solid #2362C0;
  width: 0;
  background-color: #2362C0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}
.verify-wrap .fix-tips,
.verify-wrap .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 1px;
  height: 100%;
  color: #666;
  z-index: 1;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
}
.verify-wrap .fix-tips {
  padding-left: 64px;
}
.verify-wrap .verify-msg {
  padding-right: 64px;
  background-color: #2362C0;
  color: #fff;
  display: none;
}
.video-lists {
  margin-left: -30px;
}
.video-lists:after {
  content: '';
  display: block;
  clear: both;
}
.video-lists li {
  float: left;
  margin-bottom: 30px;
  width: 25%;
}
.video-lists .video-link {
  display: block;
  margin-left: 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.video-lists .video-link:hover .video-img img {
  transform: scale(1.07);
}
.video-lists .video-img {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.video-lists .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.video-lists .video-title {
  margin: 11px 16px 0;
  font-size: 14px;
}
.video-lists .video-source {
  overflow: hidden;
}
.video-lists .video-source span {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.video-lists .video-source span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-image: url(../images/base-video-icon.png);
  background-size: 14px auto;
}
.video-lists .video-source .source-label {
  float: left;
  padding: 0;
}
.video-lists .video-source .source-label:after {
  background: transparent;
}
.video-lists .video-source .source-count {
  float: right;
}
.video-lists .li-video .video-link {
  height: 260px;
}
.video-lists .li-video .video-img {
  height: 158px;
  position: relative;
  background: #f6f6f6;
}
.video-lists .li-video .video-img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(../images/video-icon.png) no-repeat;
  background-size: 100% 100%;
}
.video-lists .li-video .video-title {
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-lists .li-video .video-source {
  margin: 15px 16px 0;
}
.video-lists .li-video .video-source .source-label:after {
  background-position: 0 0;
}
.video-lists .li-video .video-source .source-count:after {
  background-position: 0 -15px;
}
.video-lists .li-ppt .video-link {
  height: 250px;
}
.video-lists .li-ppt .video-img {
  height: 162px;
}
.video-lists .li-ppt .video-title {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-lists .li-ppt .video-source {
  margin: 10px 16px 0;
}
.video-lists .li-ppt .video-source .source-label:after {
  background-position: 0 -30px;
}
.video-lists .li-ppt .video-source .source-count:after {
  background-position: 0 -45px;
}
.detail-video {
  padding: 30px;
  border: 1px solid #eee;
}
.detail-video .detail-title {
  padding-top: 10px;
  font-size: 22px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
}
.detail-video .detail-time {
  margin: 18px 0 22px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.detail-video .video-type {
  height: 36px;
  border-bottom: 1px solid #DEDEDE;
}
.detail-video .video-type li {
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 11px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  cursor: pointer;
}
.detail-video .video-type li.active {
  color: #4C71C4;
  font-weight: bold;
}
.detail-video .video-cont {
  display: none;
  margin-top: 20px;
  height: 324px;
  overflow: auto;
}
.detail-video .video-cont::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.detail-video .video-cont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}
.detail-video .video-cont.active {
  display: block;
}
.detail-video .video-card {
  overflow: hidden;
}
.detail-video .card-video {
  float: left;
  width: 820px;
  height: 480px;
  background: #000;
}
.detail-video .video-ctl {
  width: 100%;
  height: 100%;
}
.detail-video .video-intro {
  margin-left: 820px;
  padding-left: 20px;
}
.detail-video .intro-title {
  padding: 0 20px;
  font-size: 16px;
  line-height: 39px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.detail-video .intro-txt {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.detail-video .video-rec-lists {
  overflow: hidden;
}
.detail-video .video-rec-lists li {
  float: left;
  width: 50%;
}
.detail-video .video-rec-lists .li-cont {
  display: block;
  margin: 0 8px 8px 0;
  height: 78px;
  position: relative;
  cursor: pointer;
}
.detail-video .video-rec-lists .li-cont:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(../images/video-icon.png) no-repeat;
  background-size: 100% 100%;
}
.detail-video .video-rec-lists .li-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-login {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding: 150px 0 260px;
}
.main-login .login-head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.main-login .login-head .header-warp .container {
  position: relative;
}
.main-login .login-head .header-warp .warp-links {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
}
.main-login .login-head .header .header-search {
  display: none;
}
.main-login .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-login .module-login {
  position: relative;
  height: 100%;
  background: url(../images/login-bg.jpg) no-repeat center center / cover;
}
.main-login .login-form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -194px 0 0 -240px;
  width: 480px;
  height: 388px;
  background: #fff;
  border-radius: 10px;
}
.main-login .login-form.form-bind {
  margin-top: -190px;
  height: 380px;
}
.main-login .login-form.form-bind .form-btn.submit {
  width: 100%;
}
.main-login .login-form .form-content {
  padding: 36px 60px 0;
}
.main-login .login-form .form-title {
  margin-bottom: 38px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.main-login .login-form .form-list {
  margin-bottom: 20px;
  position: relative;
}
.main-login .login-form .form-list:after {
  content: '';
  display: block;
  clear: both;
}
.main-login .login-form .form-ctl-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 18px;
  background-size: 100% 100%;
}
.main-login .login-form .form-ctl-icon.user {
  background-image: url(../images/login-icon-user.png) !important;
}
.main-login .login-form .form-ctl-icon.psd {
  background-image: url(../images/login-icon-psd.png) !important;
}
.main-login .login-form .el-btn {
  line-height: 44px;
  font-size: 16px;
}
.main-login .login-form .form-ctl {
  height: 40px;
  width: 100%;
  padding: 0 40px 0 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.main-login .login-form .form-ctl:focus {
  border-color: #2362C0;
}
.main-login .login-form .pad-type-bar {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/login-icon-eye-close.png) no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
}
.main-login .login-form .pad-type-bar.show {
  background-image: url(../images/login-icon-eye.png);
}
.main-login .login-form .form-link {
  margin: 4px 0 10px;
  font-size: 14px;
  color: #2362C0;
  line-height: 20px;
}
.main-login .login-form .form-link.link-rem {
  float: left;
  position: relative;
  cursor: pointer;
  padding-left: 22px;
  color: #666;
}
.main-login .login-form .form-link.link-rem:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.main-login .login-form .form-link.link-rem.active:after {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #2362C0;
}
.main-login .login-form .form-link.right {
  float: right;
}
.main-login .login-form .form-link.right:hover {
  text-decoration: underline;
}
.main-register .header-warp .container {
  position: relative;
}
.main-register .header-warp .warp-links {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
}
.main-register .header .header-search {
  display: none;
}
.main-register .register-main {
  padding: 20px 0;
  background: #F6F6F6;
}
.main-register .register-main .container {
  background: #fff;
  padding: 40px 0 24px;
}
.main-register .form-title {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.main-register .form-register {
  margin: 0 auto;
  position: relative;
  left: 15px;
  width: 380px;
}
.main-register .form-list {
  margin-bottom: 16px;
  position: relative;
}
.main-register .form-list:after {
  content: '';
  display: block;
  clear: both;
}
.main-register .list-content {
  position: relative;
}
.main-register .list-label {
  position: absolute;
  right: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}
.main-register .list-label b {
  margin-right: 5px;
  color: #FC5446;
}
.main-register .el-btn {
  line-height: 46px;
  font-size: 16px;
}
.main-register .form-ctl {
  height: 40px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.main-register .form-ctl.code {
  width: 250px;
}
.main-register .form-ctl:focus,
.main-register .form-ctl.ctl-error {
  border-color: #2362C0;
}
.main-register .list-rember {
  padding: 0 0 30px;
  font-size: 0;
  line-height: 20px;
}
.main-register .list-rember span {
  font-size: 14px;
  color: #666;
}
.main-register .list-rember .rember-ctl {
  position: relative;
  top: 1px;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
}
.main-register .list-rember .rember-ctl:checked {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #2362C0;
}
.main-register .list-rember .rember-link {
  font-size: 14px;
  color: #2362C0;
}
.main-register .list-rember .rember-link:hover {
  text-decoration: underline;
}
.material-card {
  margin-top: 20px;
  border: 1px solid #E9E9E9;
  background: #fff;
  position: relative;
  padding: 12px 20px 0;
}
.material-card .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
.material-card .card-title .title-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  height: 12px;
  overflow: hidden;
}
.material-card .card-title .title-arrow:after {
  content: '';
  position: relative;
  left: -3px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9C9C9C;
  border-right: 2px solid #9C9C9C;
  transform: rotate(45deg);
}
.material-card .material-lis {
  overflow: hidden;
  margin: 6px 0 12px;
}
.material-card .material-lis li {
  float: left;
  margin-top: 6px;
  width: 100%;
}
.material-card .material-lis li.li-2 {
  width: 50%;
}
.material-card .material-lis .li-label {
  margin-bottom: 6px;
  font-size: 12px;
  color: #A8A8A8;
  line-height: 17px;
}
.material-card .material-lis .li-cont {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.material-card .detail-bar {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  line-height: 42px;
  color: #999;
}
.material-card .detail-bar .show {
  border-top: 1px solid #EDEDED;
}
.material-card .detail-bar .show:after,
.material-card .detail-bar .hide:after {
  margin-left: 8px;
  display: inline-block;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transform: rotate(-90deg);
}
.material-card .detail-bar .show:after {
  content: "\e6dd";
}
.material-card .detail-bar .hide:after {
  content: "\e6dc";
}
.material-card .detail-bar.open .show {
  display: none;
}
.material-card .detail-bar.open .hide {
  display: block;
}
.material-card .detail-card {
  margin-top: 12px;
}
.material-card .detail-card .card-head {
  background: #F5F5F5;
  padding: 0 18px;
  font-size: 12px;
  color: #5F5F5F;
  line-height: 32px;
}
.material-card .detail-card .card-body {
  border: 1px solid #F2F2F2;
  border-top: none;
  padding: 6px 17px 12px;
}
.material-card .detail-card .card-lis {
  overflow: hidden;
}
.material-card .detail-card .card-lis li {
  float: left;
  width: 33.33%;
  font-size: 12px;
  line-height: 17px;
  color: #000;
}
.material-card .detail-card .li-label {
  margin-top: 6px;
  color: #020202;
  font-weight: bold;
}
.material-card .detail-card .card-contrast {
  overflow: hidden;
}
.material-card .detail-card .contrast-txt {
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.material-card .detail-card .bar-contrast {
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: url(../images/material-contrast-bar-icon.png) no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.material-card .detail-card .bar-contrast.active {
  background-color: #2362C0;
  background-image: url(../images/material-contrast-bar-icon-white.png);
}
.mark-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 6px;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  cursor: default;
}
.mark-item .mark-txt {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #2362C0;
  color: #2362C0;
}
.mark-item .mark-note {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/header-mobile-bar-icon.png) no-repeat center center;
  background-size: 80% 80%;
}
.mark-item .mark-cont {
  display: none;
  position: absolute;
  left: 0;
  bottom: 120%;
  padding: 7px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  white-space: normal;
  background: #fff;
  font-size: 13px;
  line-height: 20px;
  min-width: 200px;
  max-width: 400px;
}
.mark-item-toop-dialog {
  position: absolute;
  z-index: 10;
  width: 400px;
  font-size: 0;
}
.mark-item-toop-dialog .dialog-cont {
  display: inline-block;
  vertical-align: top;
  padding: 7px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  white-space: normal;
  background: #fff;
  font-style: normal;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  min-width: 200px;
  max-width: 100%;
}
.mark-item-toop-dialog .dialog-cont i {
  font-style: normal;
}
.mark-item:hover .mark-cont {

}
.mark-item i {
  font-style: normal;
}
.tab-item-cont .tab-mark-des{
  position: relative;
}
.tab-item-cont {
  margin-left: 70px;
}
.tab-item-cont .mark-des-label{
  position: absolute;
  right: 100%;
  top: 0;
}
.tab-mark-des:last-child {
  margin-right: 0px;
}
.base-table .mark-item .mark-cont {
  bottom: auto;
  top: 0;
  left: auto;
  right: 120%;
}
.mark-cont .cont-div{
  display: block;
}
.relevance-link{
  margin-right: 10px;
  color: #2362C0;
}
.relevance-link:last-child {
  margin-right: 0;
}
.ability-lists {
  margin-left: -20px;
  position: relative;
}
.ability-lists li {
  float: left;
  width: 50%;
}
.ability-lists .li-card {
  display: block;
  margin: 0 0 20px 20px;
  height: 256px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E8E8E8;
  cursor: default;
}
.ability-lists .li-card:hover {
  box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.ability-lists .li-img {
  float: left;
  width: 150px;
  height: 210px;
  overflow: hidden;
}
.ability-lists .li-img img {
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  /*object-fit: contain;*/
  transition: all 1.6s;
}
.ability-lists .li-card:hover .li-img img {
  transform: scale(1.1);
}
.ability-lists .li-cont {
  margin-left: 166px;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}
.ability-lists .li-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ability-lists .li-des {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ability-lists .li-des .des-label {
  color: #666;
}
.ability-lists .detail-btn {
  margin-top: 14px;
  width: 88px;
  border-radius: 12px;
  background: #2362C0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.module-dialog .dialog-property {
  padding: 20px;
  color: #333;
}
.module-dialog .dialog-property .property-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.module-dialog .dialog-property .property-box {
  font-size: 0;
  white-space: nowrap;
}
.module-dialog .dialog-property .property-item {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  width: 250px;
}
.module-dialog .dialog-property .property-item.lang {
  width: 520px;
  margin: 0;
}
.module-dialog .dialog-property .select-search {
  margin: 10px 15px 10px;
}
.module-dialog .dialog-property .item-title {
  padding: 0 15px;
  font-size: 13px;
  color: #2362C0;
  line-height: 30px;
  cursor: pointer;
  background: #e9eff9;
}
.module-dialog .dialog-property .property-lists {
  height: 450px;
  overflow: auto;
}
.module-dialog .dialog-property .property-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.module-dialog .dialog-property .property-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2362C0;
}
.module-dialog .dialog-property .property-lists li {
  position: relative;
  padding: 7px 15px 7px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  white-space: normal;
  cursor: pointer;
}
.module-dialog .dialog-property .property-lists li:hover ,
.module-dialog .dialog-property .property-lists li.active {
  background: #f5f7fa;
  color: #2362C0;
  font-weight: bold;
}
.module-dialog .dialog-property .property-lists li:before ,
.module-dialog .dialog-property .property-lists li:after {
  content: '';
  position: absolute;
}
.module-dialog .dialog-property .property-lists li:before {
  left: 15px;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.module-dialog .dialog-property .property-lists li.active:after {
  left: 17px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2362C0;
}
.module-dialog .dialog-property .property-lists.select-mul li:before {
  border-radius: 2px;
}
.module-dialog .dialog-property .property-lists.select-mul li.active:before {
  background: #2362C0 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #2362C0;
}
.module-dialog .dialog-property .property-lists.select-mul li.active:after {
  display: none;
}
.module-dialog .dialog-property .btn-group {
  position: relative;
  margin-top: 15px;
  text-align: right;
}
.module-dialog .dialog-property .el-form-msg {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 12px;
}
.module-dialog .dialog-property .el-btn {
  border: none;
  width: 200px;
  line-height: 30px;
  font-size: 13px;
}
.module-dialog .dialog-property .el-btn.primary {
  margin-right: 8px;
  width: 90px;
  background: #e4e4e4;
  color: #333;
}
.module-dialog .dialog-property .property-form {
  padding: 10px 15px 15px;
}
.module-dialog .dialog-property .form-head {
  height: 34px;
}
.module-dialog .dialog-property .form-head .el-select .select-text {
  height: 34px;
  line-height: 32px;
}
.module-dialog .dialog-property .form-head .l-left {
  float: left;
  width: 65%;
}
.module-dialog .dialog-property .form-head .l-right {
  float: right;
  width: calc(35% - 15px);
}
.module-dialog .dialog-property .property-table {
  margin-right: -10px;
  height: 350px;
  /*padding-right: 4px;
  overflow-y: scroll;*/
  padding-right: 10px;
}
.module-dialog .dialog-property .property-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.module-dialog .dialog-property .property-table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2362C0;
}
.module-dialog .dialog-property .property-tr {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  line-height: 18px;
  font-size: 13px;
}
.module-dialog .dialog-property .property-tr .val-txt {
  font-size: 13px;
}
.module-dialog .dialog-property .property-tr:last-child {
  border: none;
}
.module-dialog .dialog-property .property-tr.table-head {
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
  font-weight: bold;
}
.module-dialog .dialog-property .property-tr .td-name {
  width: 40%;
  padding-right: 10px;
  white-space: normal;
}
.module-dialog .dialog-property .property-tr .td-unit {
  width: 20%;
  padding-right: 10px;
}
.module-dialog .dialog-property .property-tr .td-val {
  position: relative;
  width: 48%;
  height: 30px;
  font-size: 0;
  padding-right: 25px;
}
.module-dialog .dialog-property .property-tr .td-val.lang {
  width: 40%;
}
.module-dialog .dialog-property .property-tr.table-head .td-val {
  height: auto;
}
.module-dialog .dialog-property .property-tr .el-ctl {
  height: 30px;
  padding: 0 8px;
  font-size: 13px;
}
.module-dialog .dialog-property .property-tr .el-select .select-text.txt-c {
  text-align: center;
}
.module-dialog .dialog-property .property-tr .el-select .select-text {
  height: 30px;
  padding: 0 20px 0 6px;
  line-height: 28px;
  font-size: 13px;
}
.module-dialog .dialog-property .property-tr .el-select .select-text:after {
  right: 2px;
  font-size: 16px;
}
.module-dialog .dialog-property .property-tr .el-select .select-lists li{
  padding: 0 10px;
  line-height: 28px;
  font-size: 13px;
}
.module-dialog .dialog-property .property-tr .list-select-item {
  float: left;
}
.module-dialog .dialog-property .property-tr .list-select-item.list-100 {
  width: 100%;
}
.module-dialog .dialog-property .property-tr .list-select-item.list-50 {
  width: calc(50% - 4px);
}
.module-dialog .dialog-property .property-tr .list-select-item.list-50 + .list-50 {
  margin-left: 8px;
}
.module-dialog .dialog-property .property-tr .list-select-item.list-22 {
  width: 22%;
}
.module-dialog .dialog-property .property-tr .list-select-item.list-78 {
  width: 78%;
  padding-left: 8px;
}
.module-dialog .dialog-property .property-tr .td-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 30px;
  background: url(../images/base-icon-remove.png) no-repeat center center;
  background-size: auto 60%;
  cursor: pointer;
}
.module-dialog.dark {
  background: rgba(0,0,0,.6);
}
.module-dialog .dialog-imgdisplay {
  position: relative;
  z-index: 5;
  background: transparent;
  padding: 0;
  overflow: visible;
}
.module-dialog .dialog-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.module-dialog .dialog-imgdisplay .dialog-close {
  top: 25px;
  right: -30px;
}
.module-dialog .dialog-imgdisplay .display-bar {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(../images/display-bar-img-left.png) no-repeat center center;
  background-size: 20px auto;
  opacity: .8;
  background-color: rgba(255,255,255,.1);
}
.module-dialog .dialog-imgdisplay .display-bar.left {
  left: -70px;
}
.module-dialog .dialog-imgdisplay .display-bar.right {
  right: -70px;
  background-image: url(../images/display-bar-img-right.png);
}
.module-dialog .dialog-imgdisplay .display-cont {
  width: 700px;
  overflow: hidden;
}
.module-dialog .dialog-imgdisplay .img-lists {
  position: relative;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.module-dialog .dialog-imgdisplay .img-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.module-dialog .dialog-imgdisplay .display-img {
  width: 100%;
  height: 600px;
  padding: 10px;
  background: #fff;
}
.module-dialog .dialog-imgdisplay .display-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.module-dialog .dialog-imgdisplay .mark-info {
  margin-bottom: 15px;
}
.module-dialog .dialog-imgdisplay .img-info {
  margin-top: 15px;
}
.module-dialog .dialog-imgdisplay .img-title {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-cont-item {
  position: relative;
}
.menu-cont-item .has-bar {
  position: relative;
  padding-right: 30px !important;
}
.menu-cont-item .filter-bar {
  display: none;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #2362C0;
  background: #fff;
  cursor: pointer;
}
.menu-cont-item .filter-bar:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.5px 0 0 -4px;
  border: 4px solid transparent;
  border-top: 5px solid #2362C0;
}
.menu-cont-item .tr-hide,
.menu-cont-item .tg-hide {
  display: none;
}
.menu-cont-item:hover .filter-group{
  display: block;
}
.filter-group {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.filter-group i {
  font-style: normal;
}
.filter-group .filter-btn {
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  border: 1px solid #2362C0;
  border-radius: 3px;
  cursor: pointer;
  line-height: 22px;
  font-size: 12px;
  color: #2362C0;
  text-align: center;
}
.filter-group .filter-btn:hover {
  background: #e9eff9;
}
.filter-group .filter-btn .btn-hide {
  display: none;
}
.filter-group .filter-btn.active .btn-show {
  display: none;
}
.filter-group .filter-btn.active .btn-hide {
  display: block;
}
.dialog-filter-form {
  position: absolute;
}
.dialog-filter-form .form-cont {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 200px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  padding: 12px 15px;
}
.dialog-filter-form .select-search {
  margin: 0;
}
.dialog-filter-form .filter-lists {
  margin-top: 10px;
  max-height: 200px;
  overflow: auto;
}
.dialog-filter-form .li-item {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}
.dialog-filter-form .li-item.all {
  top: 8px;
}
.dialog-filter-form .li-item input {
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  margin-right: 4px;
}
.dialog-filter-form .select-search .el-ctl {
  padding-left: 10px;
}
.dialog-filter-form .select-search .el-ctl,
.dialog-filter-form .select-search .search-btn{
  height: 28px;
}
.dialog-filter-form .btn-group {
  margin-top: 10px;
  text-align: right;
}
.el-btn.disabled {
  opacity: 0.5;
  filter: grayscale(1);
}
.dialog-filter-form .el-btn {
  margin-left: 6px;
  width: 66px;
  line-height: 24px;
  font-size: 13px;
}
.info-tag {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 22px;
  background: #f2f2f2;
  cursor: pointer;
}
.info-tag:first-child {
  margin: 0;
}
.info-tag.active {
  background: #e9eff9;
  color: #2362C0;
  pointer-events: none;
}
.detail-toggle-bar {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
}
.detail-toggle-bar i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  background: #e9eff9;
  color: #2362C0;
}
.detail-toggle-bar i:after {
  content: '';
  margin: -1.5px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../images/icon-toggle-bar.png) no-repeat 0 0;
  background-size: 100% auto;
}
.detail-toggle-bar .bar-hide:after {
  background-position: 0 -12px;
}
.detail-toggle-bar .bar-hide ,
.detail-toggle-bar.active .bar-show {
  display: none;
}
.detail-toggle-bar.active .bar-hide{
  display: inline-block;
}
.module-detail-case {
  padding: 20px 0 0;
}
.module-detail-case .detail-head {
  margin: 26px 0;
  position: relative;
  line-height: 24px;
}
.module-detail-case .detail-head:first-child {
  margin-top: 0;
}
.module-detail-case .detail-head:after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 1px dashed #B7B7B7;
}
.module-detail-case .detail-head .head-title {
  float: left;
  margin-left: 12px;
  position: relative;
  padding-bottom: 10px;
  color: #FF2400;
  font-size: 18px;
}
.module-detail-case .detail-head .head-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5px;
  height: 2px;
  background: #FF2400;
}
.module-detail-case .detail-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.module-detail-case .detail-keys {
  margin-top: 15px;
  font-size: 0;
}
.module-detail-case .detail-keys li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  background: #FFEDEE;
  color: #F7575D;
}
.module-detail-case .info-lists {
  margin-bottom: 30px;
  overflow: hidden;
}
.module-detail-case .info-lists li {
  float: left;
  margin-top: 14px;
  position: relative;
  padding-left: 56px;
  width: 33.33%;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.module-detail-case .info-lists li.lang {
  width: 100%;
}
.module-detail-case .info-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
}
.module-detail-case .module-pdf {
  height: 848px;
}
.module-detail-case .module-pdf iframe {
  width: 100%;
  height: 100%;
}
.module-detail-case .module-content {
  margin-top: 22px;
  padding-top: 30px;
  border-top: 1px solid #ECECEC;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  word-break: break-all;
}
.footer-record {
  background: #0d1a22;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,.4);
  text-align: center;
}
.footer-record span ,
.footer-record img ,
.footer-record a {
  text-decoration: none;
  vertical-align: middle;
  color: rgba(255,255,255,.4);
}
.footer-record a {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body {
    min-width: auto;
    padding: 0;
  }
  .bread-crumb i,
  .bread-crumb a {
    font-size: 13px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .header {
    height: auto;
    padding: 15px 0 20px;
    border-bottom: 2px solid #ddd;
  }
  .header-warp {
    padding-top: 15px;
    position: static;
    line-height: 26px;
    font-size: 14px;
  }
  .header-warp .warp-links .warp-link,
  .header-warp .warp-links .warp-line {
    color: #fff;
  }
  .header-warp .warp-webtitle {
    display: none;
  }
  .header-warp .warp-links .warp-line {
    margin: 0 10px;
  }
  .header .header-logo {
    height: 34px;
    float: none;
  }
  .header .header-search {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
  .header-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .header-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
  }
  .header-bar {
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    width: 30px;
    height: 30px;
    background: url(../images/header-mobile-bar.png) no-repeat center center;
    background-size: 80% auto;
    cursor: pointer;
  }
  .header .container {
    position: relative;
  }
  .header-menu .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background: #17262F;
    padding: 10px 0;
    overflow: auto;
  }
  .header-menu .menu-lists {
    margin-toP: 15px;
    line-height: 48px;
  }
  .header-menu .menu-lists li {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .header-menu .menu-lists .menu-link {
    font-size: 15px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-logo {
    float: none;
  }
  .footer .footer-logo .logo-img {
    height: 30px;
  }
  .footer .footer-links {
    float: none;
    width: 100%;
  }
  .footer .footer-links li {
    width: 50%;
  }
  .footer .footer-links li.li-50 {
    width: 100%;
  }
  .footer .footer-links .li-link {
    font-size: 12px;
    margin-top: 2px;
  }
  .footer .footer-links .li-title {
    margin: 20px 0 14px;
  }
  .header-main {
    position: static;
  }
  .main-index .module-banner {
    height: 200px;
  }
  .main-index .module-banner .banner-lists .li-body {
    padding: 20px 10px 0 10px;
  }
  .main-index .module-banner .banner-lists .li-title {
    font-size: 17px;
  }
  .main-index .module-banner .banner-lists .li-des {
    margin-top: 10px;
    font-size: 13px;
    white-space: normal;
  }
  .main-index .module-banner .banner-lists .li-btn {
    margin-top: 15px;
    width: 120px;
    line-height: 32px;
    font-size: 13px;
  }
  .main-index .module-banner .banner-lists .banner-img {
    object-position: 38% 50%;
  }
  .main-index .module-channel .card-head .head-title {
    text-align: left;
    padding-left: 75px;
    margin-bottom: 0;
  }
  .main-index .module-channel .card-head .title-en {
    text-align: left;
    padding-left: 75px;
  }
  .main-index .module-banner .banner-wrap {
    bottom: 15px;
  }
  .main-index .module-channel .channel-lists {
    margin: 0;
    padding-top: 8px;
  }
  .main-index .module-channel .channel-list {
    width: 100%;
  }
  .main-index .module-channel .list-card {
    margin: 14px 0 0;
    height: auto;
  }
  .main-index .module-channel .card-head {
    float: none;
    width: 100%;
    height: 80px;
  }
  .main-index .module-channel .card-body {
    margin-left: 0;
  }
  .main-index .module-channel .card-head .head-cont {
    top: 0;
    height: 100%;
  }
  .main-index .module-channel .card-head .card-head-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -24px;
    height: 48px;
  }
  .main-index .module-channel .card-head .card-more {
    margin: -12px 0 0;
    position: absolute;
    right: 12px;
    top: 50%;
  }
  .main-index .module-title {
    margin: 20px 0;
    font-size: 20px;
  }
  .main-index .module-title .title-en {
    font-size: 14px;
  }
  .main-index .module-case .case-head {
    width: 100%;
  }
  .main-index .module-case .case-list {
    margin: 8px 0 0;
    width: 100%;
  }
  .main {
    margin-bottom: 20px;
  }
  .main .module-tech {
    margin: 20px 0 0;
  }
  .main .module-tech .tech-card-title {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .main .module-tech .tech-card-title .title-icon {
    transform: scale(0.8);
  }
  .main .module-tech .tech-card-title:after {
    margin-top: 10px;
  }
  .main .module-tech .tech-lists {
    margin-left: -12px;
  }
  .main .module-tech .tech-lists li {
    width: 33.33%;
  }
  .main .module-tech .tech-lists .li-link {
    margin: 0 0 20px 12px;
  }
  .main .module-tech .tech-lists .tech-img {
    height: auto;
  }
  .main .module-tech .tech-lists .tech-img img {
    height: 60px;
    object-fit: cover;
  }
  .main .module-tech .tech-lists .tech-name {
    margin-top: 6px;
    font-size: 14px;
  }
  .main .tech-detail .detail-head .detail-img {
    float: none;
    width: 100%;
    height: 210px;
  }
  .main .tech-detail .detail-head .detail-content {
    margin: 10px 0 0;
  }
  .search-menu,
  .home-menu {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -60%;
    width: 60% !important;
    height: 100% !important;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.6s;
    border: none;
  }
  .search-menu.open,
  .home-menu.open {
    left: 0;
  }
  .submenu-mobile-bar {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 28px;
    line-height: 24px;
    font-size: 16px;
    color: #2362C0;
    background: url(../images/header-mobile-bar-icon.png) no-repeat 3px center;
    background-size: 18px auto;
    cursor: pointer;
  }
  .mobile-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    background: rgba(0, 0, 0, 0.7);
  }
  .search-content {
    float: none;
    width: 100% !important;
    padding: 0 20px;
  }
  .search-menu .body-content,
  .search-menu .item-body {
    border: none;
  }
  .search-common .search-ctl {
    height: 38px;
  }
  .search-facts {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .search-lists li {
    padding: 20px 0;
  }
  .module-search .module-cont {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .module-search .resource-type {
    overflow: auto;
  }
  .module-search {
    height: auto;
    padding: 20px 0;
  }
  .search-result-tip {
    margin: 0;
  }
  .search-result-tip .cust-cont {
    top: 0;
  }
  .search-menu .menu-item {
    margin-bottom: 1px;
  }
  .main .module-detail {
    padding: 15px 0 0;
    border: none;
  }
  .main .module-detail .detail-title {
    font-size: 18px;
    line-height: 28px;
  }
  .main .module-detail .detail-time span {
    font-size: 12px;
  }
  .main .module-detail .detail-time {
    margin: 15px 0;
  }
  .main .module-detail .detail-time .time-blue {
    margin-right: 15px;
  }
  .main .module-detail .detail-content img {
    position: relative;
    height: auto !important;
  }
  .main .module-detail .detail-content {
    font-size: 14px;
    overflow: auto;
  }
  .hall-type {
    padding: 15px 0;
    line-height: 22px;
  }
  .hall-type .item-label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    padding-left: 15px;
  }
  .hall-type .type-item {
    margin-top: 8px;
  }
  .hall-type .type-item:first-child {
    margin: 0;
  }
  .hall-type .item-cont {
    margin-left: 15px;
    height: 22px;
  }
  .hall-type .type-lists li {
    font-size: 12px;
    padding: 0 8px;
  }
  .hall-type .item-bar {
    font-size: 12px;
  }
  .cust-search .cust-line {
    clear: both;
    height: 10px;
  }
  .cust-search .cust-cont.lang {
    width: 50%;
  }
  .main .module-org .org-lists li {
    width: 100%;
  }
  .main .module-org .org-lists .li-link {
    height: auto;
    padding: 20px;
  }
  .main .module-org .org-lists .li-head {
    margin: 0 20px 10px 0;
    width: 80px;
    height: 80px;
  }
  .main .module-org .org-lists .li-cont {
    margin-left: 0;
  }
  .main .module-org .org-lists .li-keys {
    line-height: 24px;
  }
  .main .module-org .org-lists .key-label,
  .main .module-org .org-lists .key-item {
    font-size: 12px;
  }
  .main .detail-cont-base {
    float: none;
    width: 100% !important;
    border: none;
    padding: 20px 0;
  }
  .main .org-detail .detail-head .detail-img {
    width: 72px;
    height: 72px;
  }
  .main .org-detail .detail-head .detail-content {
    margin-left: 87px;
  }
  .main .org-detail .detail-head .detail-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .main .org-detail .info-lists li {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding-left: 78px !important;
  }
  .main .org-detail .info-lists .li-key {
    margin-right: 6px;
    font-size: 12px;
    padding: 0 7px;
  }
  .main .detail-recommend {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .main .detail-recommend .rec-title {
    font-size: 18px;
  }
  .main .detail-recommend .rec-lists li {
    padding: 15px 0;
  }
  .main .detail-recommend .rec-lists .li-link {
    font-size: 14px;
  }
  .main .detail-recommend .rec-lists .li-des {
    font-size: 13px;
  }
  .cust-search .search-title {
    font-size: 18px;
  }
  .expert-lists {
    margin: -14px 0 0;
  }
  .expert-lists li {
    width: 100%;
  }
  .expert-lists .li-cont {
    margin: 14px 0 0;
    padding: 20px;
    height: auto;
  }
  .expert-lists .li-head {
    width: 80px;
    height: 100px;
  }
  .expert-lists .li-body {
    margin-left: 95px;
  }
  .expert-lists .li-des {
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
  }
  .main .detail-expert {
    margin: 0 -20px;
    padding: 20px;
    border: none;
  }
  .main .detail-expert .detail-head .detail-img {
    width: 90px;
    height: 114px;
  }
  .main .detail-expert .detail-head .detail-content {
    margin-left: 105px;
  }
  .main .detail-expert .detail-head .detail-des {
    font-size: 13px;
    line-height: 18px;
  }
  .main .detail-expert .detail-head .detail-title {
    font-size: 18px;
    line-height: 30px;
  }
  .main .detail-expert .cont-type {
    margin: 0 -20px;
    padding: 2px 20px 0;
  }
  .main .detail-expert .cont-type li {
    padding: 0 15px;
    font-size: 16px;
  }
  .main .detail-expert .cont-chart {
    height: 300px;
  }
  .main .detail-expert .search-menu,
  .main .detail-expert .search-content {
    margin: 0;
  }
  .main .detail-expert .submenu-mobile-bar {
    margin-top: 20px;
  }
  .main .detail-expert .search-content {
    width: 100%;
  }
  .main .module-standard .cont-body {
    margin-top: 20px;
    padding: 0 20px;
  }
  .search-hotkeys {
    display: none;
  }
  .search-lists .sup-keys .sup-key {
    padding: 0 8px;
    font-size: 12px;
  }
  .search-lists .sup-keys {
    line-height: 24px;
    padding: 0;
  }
  .search-lists .sup-keys .key-label {
    position: static;
    float: left;
    margin-top: 6px;
  }
  .main .standard-detail .detail-title {
    font-size: 20px;
  }
  .main .standard-detail .detail-title-en {
    font-size: 14px;
  }
  .main .standard-detail .detail-labels .lab-item {
    margin-right: 6px;
    min-width: 70px;
    font-size: 13px;
  }
  .main .standard-detail .detail-labels {
    line-height: 26px;
  }
  .main .standard-detail .detail-intro li {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .main .standard-detail .detail-intro .intro-label {
    position: static;
    color: #333;
  }
  .cust-search {
    margin: 20px 0;
  }
  .main .standard-detail .info-lists li {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .main .standard-detail .pro-module .pro-lists:before {
    display: none;
  }
  .main .standard-detail .pro-module .pro-lists {
    padding: 0;
  }
  .main .standard-detail .pro-module .text-block {
    font-size: 11px;
    white-space: nowrap;
    line-height: 26px;
    padding: 0 6px;
  }
  .main .standard-detail .pro-module .text-block:after {
    border-width: 6px;
    border-top-width: 7px;
  }
  .main .supplier-detail .detail-title {
    font-size: 20px;
  }
  .main .supplier-detail .detail-intro span {
    font-size: 14px;
  }
  .main .supplier-detail .detail-intro {
    line-height: 20px;
  }
  .main .supplier-detail .base-keys {
    line-height: 28px;
  }
  .main .supplier-detail .key-item {
    font-size: 13px !important;
    min-width: 0;
  }
  .main .module-material .material-form {
    padding: 20px;
  }
  .main .module-material .material-form .form-list {
    width: 100%;
    margin: 0 !important;
  }
  .main .module-material .material-form .form-label {
    position: static;
  }
  .main .module-material .material-form .list-cont {
    margin: 0 0 10px 0;
  }
  .base-table > table {
    width: 250%;
  }
  .main .module-material .material-result .base-table thead th,
  .main .module-material .material-result .base-table thead td {
    font-size: 14px;
  }
  .main .module-material .material-result .base-table thead th {
    white-space: nowrap;
  }
  .main .material-detail .detail-cont {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .main .module-material .material-contrast .form-title {
    font-size: 15px;
    background-size: auto 20px;
  }
  .main .module-material .material-contrast {
    padding: 14px 0;
  }
  .main .module-material .material-contrast .form-title .title-hide {
    font-size: 12px;
  }
  .main .module-material .material-contrast .form-body {
    margin-top: 10px;
    padding-top: 10px;
  }
  .main .module-material .material-contrast .trast-cont {
    float: none;
    width: 100%;
    border: none;
  }
  .main .module-material .material-contrast .trast-label {
    position: static;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
  }
  .main .module-material .material-contrast .trast-lists .li-des {
    font-size: 12px;
    line-height: 18px;
  }
  .main .module-material .material-contrast .trast-lists .li-remove {
    font-size: 12px;
  }
  .main .module-material .material-contrast .trast-lists {
    height: 95px;
  }
  .main .module-material .material-contrast .btn-group {
    float: none;
    margin-top: 6px;
    width: 100%;
    text-align: center;
  }
  .main .module-material .material-contrast .btn-group .el-btn {
    width: 40%;
    margin: 0 2% !important;
    font-size: 12px;
    line-height: 28px;
  }
  .main .module-contrast .module-title {
    margin: 10px 0 15px;
    font-size: 20px;
  }
  .main .module-contrast .trast-table th,
  .main .module-contrast .trast-table td {
    font-size: 13px;
    padding: 10px 12px;
  }
  .main .module-contrast .trast-table table {
    width: 200%;
  }
  .main .module-contrast .trast-table .td-index {
    font-size: 13px;
    width: 100px;
  }
  .main .main-home {
    margin: 0 -8px;
  }
  .main .main-home .home-content {
    float: none;
    width: 100%;
    padding: 0 15px 30px;
    min-height: 0;
  }
  .main .main-home .item-info .info-lists > li {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
  .main .main-home .home-list .list-label {
    font-size: 14px;
  }
  .main .main-home .item-info .home-list {
    margin: 0 0 20px 80px;
  }
  .main .main-home .item-info .search-btns {
    margin: 30px 0 0;
    text-align: center;
  }
  .main .main-home .home-list .list-text {
    font-size: 14px;
  }
  .main .main-home .order-lists .li-order {
    width: 100%;
  }
  .main .main-home .order-lists .li-order .li-cont,
  .main .main-home .order-lists .li-keys .li-key,
  .main .main-home .order-lists .des-label {
    font-size: 13px;
  }
  .main .main-home .order-lists .li-keys {
    padding: 0;
    line-height: 24px;
  }
  .main .main-home .order-lists .li-keys .des-label {
    position: static;
  }
  .main .main-home .order-lists .li-keys .li-key {
    margin: 0 0 0 8px;
  }
  .module-dialog .dialog-custom .form-list {
    font-size: 13px;
    line-height: 20px;
  }
  .module-dialog .dialog-custom {
    padding: 20px 20px 30px;
  }
  .img-lists .img-list,
  .img-lists .img-change {
    width: 76px;
    height: 50px;
    margin: 0 4px 4px 0;
  }
  .module-dialog .dialog-custom .btn-group {
    margin-top: 25px;
  }
  .module-dialog .dialog-custom .btn-group .el-btn {
    line-height: 32px;
    font-size: 14px;
  }
  .main .main-home .home-content .home-title {
    overflow: hidden;
  }
  .main .main-home .home-content .home-title .title-text {
    float: left;
  }
  .main .main-home .home-content .home-title .el-tags {
    position: static;
    float: right;
  }
  .main .main-home .home-content .home-title .el-tags li {
    min-width: 60px;
    line-height: 26px;
    font-size: 13px;
  }
  .main .main-home .item-psd-contnet {
    margin: 30px 10px 0 75px;
    width: auto;
  }
  .module-dialog .dialog-custom .form-area {
    font-size: 14px;
  }
  .module-dialog .dialog-custom .form-area.no-bg {
    height: 100px;
  }
  .module-dialog .dialog-custom .form-list.no-lab-form .list-label {
    font-size: 13px;
    margin: 6px 0;
  }
  .img-lists .img-change {
    line-height: 48px;
    font-size: 12px;
  }
  .img-lists .img-change:before {
    margin: 0;
    transform: scale(0.8);
  }
  .module-dialog .dialog-custom .img-msg-label {
    margin-top: 4px;
    font-size: 12px;
  }
  .module-dialog .dialog-custom .form-head {
    margin-bottom: 18px;
  }
  .module-dialog .dialog-element {
    min-width: 0;
    width: 100%;
    padding: 20px 15px 20px;
  }
  .module-dialog .dialog-element .elem-main {
    float: none;
    width: 100%;
  }
  .ele-table .ele-seat {
    display: none;
  }
  .module-dialog .dialog-element .ele-table-box {
    height: auto;
    padding: 15px;
  }
  .ele-table {
    width: 100%;
  }
  .ele-table .ele-item {
    width: 26px;
    height: 26px;
  }
  .module-dialog .dialog-element .elem-form {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .module-dialog .dialog-element .form-body {
    height: 200px;
  }
  .module-dialog .dialog-element .form-empty {
    transform: scale(0.8);
  }
  .module-dialog .dialog-element .form-btn {
    width: 40% !important;
    font-size: 14px;
    line-height: 34px;
  }
  .module-dialog .dialog-element .elem-title {
    font-size: 15px;
  }
  .module-dialog .dialog-element .elem-title .title-sub {
    font-size: 11px;
  }
  .main .module-material .material-form .tag-select .tag-cont {
    left: -20px;
    right: -20px;
  }
  .main-login,
  .main-register {
    padding: 0;
  }
  .main-login .header-bar,
  .main-register .header-bar {
    display: none;
  }
  .main-login .login-head,
  .main-register .login-head,
  .main-login .footer,
  .main-register .footer {
    position: relative;
  }
  .main-login .module-login {
    height: auto;
    padding: 50px 20px;
  }
  .main-login .login-form {
    position: static;
    width: 100%;
    margin: 0;
  }
  .main-login .login-head .header-warp .warp-links,
  .main-register .header-warp .warp-links {
    top: 24px;
    right: 20px;
    font-size: 14px;
  }
  .main-login .login-form .form-content {
    padding: 30px;
  }
  .main-register .form-register {
    margin: 0 20px;
    width: auto;
    left: 0;
  }
  .main-register .list-label {
    position: static;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
  }
  .main-register .form-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-register .register-main .container {
    padding: 30px 0 20px;
  }
  .module-data-detail,
  .module-detail-news {
    margin: 0 -10px;
    padding: 20px 20px 30px;
  }
  .module-data-detail .detail-title,
  .module-detail-news .detail-title {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .module-data-detail .detail-list {
    padding-left: 0 !important;
    margin-top: 10px;
    font-size: 13px;
  }
  .module-data-detail .detail-list .list-label {
    position: relative;
  }
  .module-detail-news .detail-source {
    font-size: 12px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .module-data-detail .detail-pdf {
    height: 500px;
  }
  .base-table-scroll table {
    width: 1200px;
  }
  .base-table .w-100,
  .base-table-scroll .table-fixed {
    width: 80px;
    box-sizing: border-box;
  }
  .main .material-detail .search-menu {
    display: none;
  }
  .detail-base-cont {
    width: 100%;
  }
  .search-content {
    padding: 0;
    border: none;
  }
  .main .tech-detail .search-content {
    border: none;
  }
  .search-content .search-common {
    margin: 0;
  }
  .main .supplier-detail .detail-intro li {
    width: 100% !important;
    padding: 0;
  }
  .main .supplier-detail .detail-intro .intro-label {
    position: static;
  }
  .header .header-search .search-types {
  }
  .main .module-case .case-list-cont {
    padding: 0;
    border: none;
  }
  .main .module-material .material-form .search-facts {
    padding-top: 10px;
    margin-top: 16px;
  }
  .main .module-material .material-form .search-facts .fact-label {
    top: 15px;
  }
  .main .module-material .material-form .form-bar {
    font-size: 12px;
  }
  .main .module-material .material-form .list-group {
    margin-left: -5px;
  }
  .main .module-material .material-form .list-group .el-btn {
    font-size: 12px;
  }
  .main .module-material .material-form .list-group > div {
    padding-left: 5px;
  }
  .video-lists {
    margin-left: -12px;
  }
  .video-lists li {
    margin-bottom: 16px;
    width: 50%;
  }
  .video-lists .li-video .video-link {
    margin-left: 12px;
    height: 185px;
  }
  .video-lists .li-video .video-img {
    height: 100px;
  }
  .video-lists .video-title {
    margin: 10px 10px 0;
    font-size: 13px;
  }
  .video-lists .li-video .video-source {
    margin: 7px 10px 0;
  }
  .video-lists .video-source span {
    font-size: 12px;
  }
  .video-lists .li-video .video-img:after {
    transform: scale(0.7);
  }
  .detail-video {
    border: none;
    padding: 20px 0 40px;
  }
  .detail-video .card-video {
    float: none;
    width: 100%;
    height: 220px;
  }
  .detail-video .video-intro {
    margin: 10px 0 0;
    padding: 0;
  }
  .detail-video .video-cont {
    height: auto !important;
  }
  .search-lists .li-img {
    float: none;
  }
  .search-lists .li-body.has-img {
    margin: 0;
  }
  .ability-lists li{
    width: 100%;
  }
  .ability-lists .li-card{
    margin-bottom: 12px;
    padding: 14px;
    height: auto;
    overflow: hidden;
  }
  .ability-lists .li-img{
    width: 120px;
    height: 160px;
  }
  .ability-lists .li-cont {
    margin-left: 132px;
    line-height: 16px;
    font-size: 12px;
  }
  .ability-lists .li-title{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ability-lists .li-des{
    margin-bottom: 5px;
  }
  .ability-lists .detail-btn {
    margin-top: 10px;
  }
  .detail-sub-title {
    margin: 20px 0 15px;
  }
  .module-dialog .dialog-ability  {
    width: 100%;
    padding: 15px;
  }
  .module-dialog .dialog-ability .dialog-close{
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .module-dialog .dialog-ability .ability-inspect,
  .module-dialog .dialog-ability .ability-img{
    width: 40%;
  }
  .module-dialog .dialog-ability .ability-info{
    clear: both;
    margin: 0;
  }
  .module-dialog .dialog-ability .ability-info .info-title {
    font-size: 16px;
  }
  .module-dialog .dialog-ability .ability-info .info-lists li{
    font-size: 13px;
    width: 100%;
    padding: 0;
    margin-top: 8px;
  }
  .module-dialog .dialog-ability .cust-search .cust-cont{
    width: 200px;
  }
  .module-dialog .dialog-ability .cust-search .search-ctl{
    font-size: 12px;
  }
  .main-index .main-index-title {
    margin: 20px 0;
  }
  .main-index .main-index-title .title-ch {
    font-size: 19px;
    line-height: 30px;
  }
  .main-index .meter-types {
    margin: 0 -6px;
  }
  .main-index .meter-types li {
    width: 33.33%;
    padding: 0 4px;
  }
  .main-index .meter-types .li-link {
    width: auto;
    height: auto;
  }
  .main-index .meter-types .li-img {
    box-sizing: border-box;
    position: relative;
    border: 3px solid rgba(35,98,192,.2);
  }
  .main-index .meter-types .li-img .img-cont {
    width: auto;
    height: 0;
    padding: 50%;
  }
  .main-index .meter-types .li-img img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-index .meter-types .li-title {
    margin: 10px 0;
    font-size: 14px;
  }
  .main-index .stand-types {
    position: relative;
    top: -10px;
    margin-bottom: 15px;
  }
  .main-index .stand-types li {
    margin: 0 2px;
    width: auto;
    font-size: 13px;
    padding: 0 8px;
    line-height: 32px;
  }
  .main-index .stand-lists {
    margin: 0 -5px;
  }
  .main-index .stand-lists li {
    width: 50%;
    padding: 0 5px 15px;
  }
  .main-index .stand-lists .li-link {
    width: 100%;
  }
  .main-index .stand-lists .li-img {
    height: 240px;
  }
  .main-index .stand-lists .img-title {
    top: 82px;
    left: 15px;
    right: 15px;
    max-height: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-index .stand-lists .li-title {
    margin-top: 12px;
    font-size: 15px;
  }
  .main-index .stand-lists .li-des {
    margin-top: 4px;
    font-size: 13px;
  }
  .main-index .supply-lists {
    margin-left: -14px;
  }
  .main-index .supply-lists li {
    width: 50%;
  }
  .main-index .supply-lists .li-link {
    margin: 0 0 14px 14px;
    padding: 12px 14px;
  }
  .main-index .supply-lists .li-img {
    height: 40px;
  }
  .main-index .module-news .news-topic {
    float: none;
    display: block;
    width: 100%;
    height: 200px;
  }
  .main-index .module-news .news-typecont {
    margin: 20px 0 0;
  }
  .main-index .module-news .news-types li {
    width: auto;
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
  }
  .main-index .module-news .news-types {
    margin-bottom: 20px;
  }
  .main-index .module-news .news-lists .news-link {
    margin-top: 14px;
  }
  .main-index .module-news .news-lists .news-title {
    font-size: 14px;
  }
  .main-index .main-special .special-lists .li-item {
    width: 50%;
  }
  .main-index .main-special .special-lists {
    margin: 0 -7px;
    white-space: normal;
  }
  .main-index .main-special .special-lists .li-link {
    margin: 0 7px 14px;
    height: 220px;
  }
  .main-index .main-special .special-lists .special-title,
  .main-index .main-special .special-lists .info-title {
    font-size: 16px;
  }
  .main-index .main-special {
    padding-bottom: 50px;
  }
  .main-index .main-special .special-lists a:hover .special-info {
    padding: 15px;
  }
  .main-index .main-special .special-lists .info-des {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
    max-height: 152px;
    -webkit-line-clamp: 8;
  }
  .main .module-tech .topic-type{font-size: 18px;}
  .main .module-tech .search-cont{width: 65%;}
  .main-exclusive .exclusive-cont {
    float: none;
    width: 100%;
  }
  .main-exclusive .search-cont .search-ctl {
    height: 40px;
  }
  .main .module-material .material-form .list-group .list-15 {
    width: 33.33%;
  }
  .main .module-material .material-form .list-group .list-7 {
    width: 100%;
  }
  .main .module-material .material-form .list-group .list-30{
    width: 66.66%;
  }
  .main-index .module-banner .banner-lists li:after {
    display: none;
  }
  .main-index .main-index-title .title-en{
    margin-top: 6px;
    font-size: 13px;
  }
  .main-index.index-minji .main-index-title .title-ch:before ,
  .main-index.index-minji .main-index-title .title-ch:after {
    margin: 0 12px;
    width: 80px;
    height: 12px;
  }
  .main-read .read-menu{
    display: none;
  }
  .main-read .read-cont{
    margin: 0;
    padding: 20px;
  }
  .main .material-detail .detail-cont #detail_cont .info-des.des-50{
    width: 100%;
  }
  .module-dialog .dialog-imgdisplay .display-cont {
    width: 76vw;
  }
  .module-dialog .dialog-imgdisplay .display-img {
    height: 300px;
  }
  .module-dialog .dialog-imgdisplay .display-bar {
    width: 12vw;
  }
  .module-dialog .dialog-imgdisplay .display-bar.left{
    left: -12vw;
  }
  .module-dialog .dialog-imgdisplay .display-bar.right{
    right: -12vw;
  }
  .main-index .module-stand .topic-bar.right {
    left: auto;
    right: -30px;
  }
  .main-index .module-stand .topic-bar.left {
    right: auto;
    left: -30px;
  }
  .main-index .module-stand .topic-bar{
    transform: scale(.7);
    z-index: 10;
  }
  .module-detail-case .info-lists li{
    width: 100%;
  }
}