body,
textarea {
  margin: 0;
  padding: 0;
  font: 12px PingFang SC, 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;
}
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: #B07A2A;
  text-decoration: underline;
}
em {
  color: #EA444D;
  font-style: normal;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  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;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
}
body {
  position: relative;
  min-height: 100%;
  color: #333;
}
.container {
  margin: 0 auto;
  width: 128rem;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.el-item {
  display: none;
  position: relative;
}
.el-item.active {
  display: block;
}
.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 2.2rem;
  color: #666 !important;
  text-decoration: none !important;
  /*font-weight: 100;*/
}
.more-link:after {
  content: '';
  margin-left: 1rem;
  position: relative;
  top: -0.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 0.7rem;
  background: url(../images/more-arrow.png);
  background-size: 100% 100%;
}
.el-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.el-top {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  padding: 0 6px;
  border-radius: 3px;
  background: #BA8C4A;
  font-style: normal;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
}
.el-ctl {
  width: 100%;
  height: 4rem;
  padding: 0 2.4rem;
  border: 0.1rem solid #DBDBDB;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  line-height: 3.8rem;
  outline: none;
}
.el-btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #fff;
  cursor: pointer;
  background: #B07A2A;
  border-radius: 0.4rem;
  outline: none;
  text-align: center;
}
.el-btn:hover {
  opacity: 0.9;
}
.el-btn.primary {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #333;
}
.el-select {
  position: relative;
  width: 100%;
}
.el-select .select-text {
  position: relative;
  z-index: 10;
  border: 0.1rem solid #dcdfe6;
  border-radius: 0.4rem;
  padding: 0 5rem 0 2.4rem;
  font-size: 1.6rem;
  line-height: 3.8rem;
  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:after {
  margin-top: -1.8rem;
  transform: rotate(180deg);
}
.el-select .select-text:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.6rem;
  border: 0.9rem solid transparent;
  border-top: 1.2rem solid #999;
}
.el-select .select-cont {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 0.4rem;
}
.el-select .cont-arrow {
  position: relative;
  height: 0.6rem;
}
.el-select .cont-arrow:after,
.el-select .cont-arrow:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3.5rem;
  border: 0.6rem solid transparent;
  border-bottom-color: #ebeef5;
}
.el-select .cont-arrow:after {
  bottom: -0.1rem;
  border-bottom-color: #fff;
}
.el-select .select-lists {
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.16);
  padding: 0.8rem 0;
  max-height: 24rem;
  overflow: auto;
  border: 0.1rem solid #e4e7ed;
}
.el-select .select-lists::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f5f5f5;
}
.el-select .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #B07A2A;
}
.el-select .select-lists li {
  padding: 0 2.4rem;
  font-size: 1.6rem;
  line-height: 3.8rem;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .select-lists li:hover {
  background: #f5f7fa;
  color: #B07A2A;
  font-weight: bold;
}
.el-table {
  position: relative;
  overflow: auto;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.4rem;
  text-align: center;
}
.el-table table {
  width: 100%;
}
.el-table thead {
  color: inherit;
}
.el-table thead th,
.el-table thead td {
  padding: 0.8rem 1rem;
  background-color: #EFEFEF;
}
.el-table tbody tr {
  border-bottom: 1px solid #DCDCDC;
}
.el-table th,
.el-table td {
  padding: 1rem;
  font-weight: normal;
}
.el-table .tab-act {
  margin-left: 1.2rem;
  color: #B07A2A;
  cursor: pointer;
}
.el-table .tab-act:first-child {
  margin: 0;
}
.el-table .tab-act.red {
  color: #CE3F39;
}
.el-tags {
  font-size: 0;
  line-height: 3.2rem;
  white-space: nowrap;
  overflow: auto;
}
.el-tags li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.6rem;
  padding: 0 2.2rem;
  color: #333;
  background: #EFEFEF;
  border-radius: 0.6rem;
  cursor: pointer;
  font-size: 1.4rem;
}
.el-tags li.active {
  background: #B07A2A;
  color: #fff;
}
.el-tags li:first-child {
  margin: 0;
}
.tag-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  font-weight: 100;
  color: #fff;
  line-height: 2rem;
}
.tag-item.green {
  background: #5DAC41;
}
.tag-item.blue {
  background: #2E6ECF;
}
.tag-item.orange {
  background: #D19834;
}
.tag-item.red {
  background: #CE3F39;
}
.el-colorpicker {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header {
  height: 9rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.header-nav {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  height: 9rem;
  background: #fff;
  line-height: 9rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.header-nav .header-logo {
  float: left;
  margin-top: 1.5rem;
  height: 6rem;
}
.header-nav .header-logo .logo-img {
  height: 100%;
}
.header-nav .header-logo .logo-white {
  display: none;
}
.header-nav .menu-lists {
  float: right;
  margin-right: 1rem;
}
.header-nav .menu-lists li {
  float: left;
  position: relative;
  margin: 0 1.4rem;
}
.header-nav .menu-lists li:hover .nav-cont {
  display: block;
}
.header-nav .menu-lists li:hover .nav-link,
.header-nav .menu-lists li.active .nav-link {
  color: #B07A2A;
}
.header-nav .menu-lists .nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.header-nav .menu-lists div.nav-link {
  cursor: default;
}
.header-nav .menu-lists div.nav-link:after {
  content: '∨';
  margin-left: 0.6rem;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.6, 1);
}
.header-nav .menu-lists .nav-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 9rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.16);
}
.header-nav .menu-lists .nav-child {
  width: 26rem;
  padding: 2rem 0 2rem 3rem;
  overflow: hidden;
}
.header-nav .menu-lists .nav-child .child-link {
  float: left;
  width: 50%;
  box-sizing: border-box;
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 4rem;
  text-decoration: none;
}
.header-nav .menu-lists .nav-child .child-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.4rem;
  height: 0.2rem;
  background: #B07A2A;
}
.header-nav .menu-lists .nav-child .child-link:hover {
  color: #B07A2A;
}
.header-nav .header-warp {
  float: right;
  font-size: 0;
  margin-top: 3.3rem;
  line-height: 2.2rem;
}
.header-nav .header-warp a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.header-nav .header-warp .warp-link {
  margin-left: 0.8rem;
  padding: 0 0.9rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #B07A2A;
  color: #B07A2A;
}
.header-nav .header-warp .warp-log {
  margin-left: 2rem;
  font-size: 1.6rem;
  color: #B07A2A;
}
.header-nav .header-warp .search-icon {
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/header-search-icon.png);
  background-size: 100% 100%;
}
.body-index .header,
.body-decision .header {
  height: 0;
}
.body-index .header-nav.header-trans,
.body-decision .header-nav.header-trans,
.body-index .header-nav.header-decision,
.body-decision .header-nav.header-decision {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: transparent;
  box-shadow: none;
}
.body-index .header-nav.header-trans .header-logo .logo-base,
.body-decision .header-nav.header-trans .header-logo .logo-base,
.body-index .header-nav.header-decision .header-logo .logo-base,
.body-decision .header-nav.header-decision .header-logo .logo-base {
  display: none;
}
.body-index .header-nav.header-trans .header-logo .logo-white,
.body-decision .header-nav.header-trans .header-logo .logo-white,
.body-index .header-nav.header-decision .header-logo .logo-white,
.body-decision .header-nav.header-decision .header-logo .logo-white {
  display: inline-block;
}
.body-index .header-nav.header-trans .header-name,
.body-decision .header-nav.header-trans .header-name,
.body-index .header-nav.header-decision .header-name,
.body-decision .header-nav.header-decision .header-name {
  color: #fff;
}
.body-index .header-nav.header-trans .header-navs .nav-link,
.body-decision .header-nav.header-trans .header-navs .nav-link,
.body-index .header-nav.header-decision .header-navs .nav-link,
.body-decision .header-nav.header-decision .header-navs .nav-link {
  color: #fff;
}
.body-index .header-nav.header-trans .header-navs li:hover .nav-link,
.body-decision .header-nav.header-trans .header-navs li:hover .nav-link,
.body-index .header-nav.header-decision .header-navs li:hover .nav-link,
.body-decision .header-nav.header-decision .header-navs li:hover .nav-link,
.body-index .header-nav.header-trans .header-navs li.active .nav-link,
.body-decision .header-nav.header-trans .header-navs li.active .nav-link,
.body-index .header-nav.header-decision .header-navs li.active .nav-link,
.body-decision .header-nav.header-decision .header-navs li.active .nav-link {
  font-weight: bold;
}
.body-index .header-nav.header-trans .header-warp .search-icon,
.body-decision .header-nav.header-trans .header-warp .search-icon,
.body-index .header-nav.header-decision .header-warp .search-icon,
.body-decision .header-nav.header-decision .header-warp .search-icon {
  background-image: url(../images/header-search-icon-white.png);
}
.body-index .header-nav.header-trans .header-warp .warp-link,
.body-decision .header-nav.header-trans .header-warp .warp-link,
.body-index .header-nav.header-decision .header-warp .warp-link,
.body-decision .header-nav.header-decision .header-warp .warp-link {
  background: transparent;
  border-color: #fff;
  font-weight: 100;
  color: #fff;
}
.body-index .header-nav.header-trans .header-warp .warp-log,
.body-decision .header-nav.header-trans .header-warp .warp-log,
.body-index .header-nav.header-decision .header-warp .warp-log,
.body-decision .header-nav.header-decision .header-warp .warp-log {
  color: #fff;
}
.footer {
  background: #000;
}
.footer span,
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-links {
  padding: 2rem 0 1.8rem;
}
.footer .footer-links .footer-logo {
  float: left;
  height: 6rem;
}
.footer .footer-links .link-lists {
  float: left;
  margin: 2rem 0 0 6rem;
}
.footer .footer-links .link-lists a {
  float: left;
  margin-right: 4rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 100;
}
.footer .footer-links .link-lists a:last-child {
  margin: 0;
}
.footer .footer-links .code-lists {
  float: right;
  margin-top: 0.8rem;
}
.footer .footer-links .code-lists li {
  float: left;
  position: relative;
  margin-left: 4rem;
}
.footer .footer-links .code-lists li:first-child {
  margin: 0;
}
.footer .footer-links .code-lists .code-icon {
  height: 4.4rem;
}
.footer .footer-copyright {
  float: right;
  padding: 2rem 0;
  text-align: center;
}
.footer .footer-copyright span {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 100;
}
.footer .footer-copyright span:first-child {
  margin: 0;
}
.main-index {
  margin-bottom: 5rem;
}
.main-index .index-banner {
  position: relative;
  overflow: hidden;
  /*.banner-cover {position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
    .banner-info {position: absolute;left: 0;right:0;top: 0;padding-top: 22.5rem;text-align: center;color: #fff;
      .info-title{font-size: 4.4rem;line-height: 6.2rem;font-weight: bold;}
      .info-des{margin-toP: 1rem;font-size: 2.8rem;line-height: 4rem;}
      .info-link{margin: 3.2rem auto 0;width: 14.8rem;border: .1rem solid #fff;border-radius: .8rem;background: rgba(255,255,255,.2);cursor: pointer;line-height: 3.8rem;font-size: 1.8rem;}
    }*/
}
.main-index .index-banner .banner-lists {
  position: relative;
  height: 54rem;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .index-banner .banner-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.main-index .index-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
}
.main-index .index-banner .banner-warp {
  display: none;
}
.main-index .module-title {
  position: relative;
  padding: 4rem 0 3rem;
  color: #333;
  text-align: center;
}
.main-index .module-title .title-cn {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
}
.main-index .module-title .title-en {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #666;
}
.main-index .module-title .title-more {
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #ab9b84;
}
.main-index .module-title .title-more .more-icon {
  margin-left: 1rem;
  height: 100%;
}
.main-index .module-service {
  margin-left: -2rem;
  font-size: 0;
}
.main-index .module-service li {
  margin-top: 2rem;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.main-index .module-service .li-link {
  display: block;
  margin-left: 2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
}
.main-index .module-service .li-link:hover .li-head img {
  transform: scale(1.1);
}
.main-index .module-service .li-head {
  overflow: hidden;
  height: 19rem;
}
.main-index .module-service .li-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.main-index .module-service .li-title {
  margin-top: 2rem;
}
.main-index .news-types {
  margin-bottom: 2.8rem;
  font-size: 0;
  text-align: center;
  overflow: auto;
}
.main-index .news-types li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.8rem;
  min-width: 16rem;
  padding: 0 2rem;
  background: #F7F6F5;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}
.main-index .news-types li.active {
  background: #BA8C4A;
  color: #fff;
}
.main-index .module-dynamic {
  margin: -0.8rem 0 0 -0.8rem;
  overflow: hidden;
}
.main-index .module-dynamic li {
  float: left;
  padding: 0.8rem 0 0 0.8rem;
}
.main-index .module-dynamic li.w-25 {
  width: 25%;
}
.main-index .module-dynamic li.w-50 {
  width: 50%;
}
.main-index .module-dynamic li.h-2 {
  height: 47.6rem;
}
.main-index .module-dynamic li.h-2 .li-title {
  padding: 0 4rem;
  line-height: 7.2rem;
}
.main-index .module-dynamic li.h-1 {
  height: 23.8rem;
}
.main-index .module-dynamic .li-cont {
  display: block;
  position: relative;
  height: 100%;
}
.main-index .module-dynamic .li-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 2rem;
  line-height: 5.2rem;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}
.main-index .module-policy .policy-hot {
  position: relative;
  height: 31rem;
}
.main-index .module-policy .policy-hot .hot-head {
  position: absolute;
  left: 0;
  top: 2.6rem;
  width: 41.4rem;
  height: 25.8rem;
}
.main-index .module-policy .policy-hot .hot-body {
  margin-left: 31.8rem;
  height: 100%;
  padding: 0 5rem 0 14.5rem;
  background: #FFFBF5;
  display: flex;
  align-items: center;
}
.main-index .module-policy .policy-hot .hot-body .body-cont {
  position: relative;
  width: 100%;
  padding-right: 15.4rem;
  color: #333;
}
.main-index .module-policy .policy-hot .hot-body .hot-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.main-index .module-policy .policy-hot .hot-body .hot-des {
  margin-top: 1.6rem;
  max-height: 12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #777;
  font-weight: 100;
}
.main-index .module-policy .policy-hot .hot-body .more-link {
  margin-top: 2.8rem;
}
.main-index .module-policy .policy-hot .hot-body .hot-date {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  padding-top: 0.8rem;
  text-align: center;
  background: #BA8C4A;
  color: #fff;
}
.main-index .module-policy .policy-hot .hot-body .date-year {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 100;
}
.main-index .module-policy .policy-hot .hot-body .date-day {
  font-size: 2.8rem;
  line-height: 4rem;
}
.main-index .module-policy .policy-lists {
  overflow: hidden;
  margin-top: 2.5rem;
}
.main-index .module-policy .policy-lists li {
  float: left;
  position: relative;
  width: calc(50% - 4rem);
  border-bottom: 0.1rem solid #DBDBDB;
  padding: 2.7rem 0 2.7rem;
  line-height: 2.4rem;
  color: #333;
}
.main-index .module-policy .policy-lists li:nth-child(odd) {
  margin-right: 8rem;
}
.main-index .module-policy .policy-lists a {
  position: relative;
  display: block;
  margin-right: 20rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-policy .policy-lists a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #AB9B84;
  border-radius: 50%;
}
.main-index .module-policy .policy-lists .li-date {
  float: right;
  font-size: 1.4rem;
}
.main-index .module-support {
  position: relative;
}
.main-index .module-support .support-bg {
  width: 100%;
}
.main-index .module-support .support-info {
  position: absolute;
  left: 50%;
  top: 7rem;
  width: 60rem;
  color: #fff;
}
.main-index .module-support .support-info .info-head {
  line-height: 2.8rem;
  font-size: 0;
}
.main-index .module-support .support-info .head-title {
  font-size: 2rem;
}
.main-index .module-support .support-info .head-en {
  margin-left: 0.8rem;
  font-size: 2rem;
  opacity: 0.7;
  font-weight: 100;
}
.main-index .module-support .support-info .info-des {
  margin-top: 4.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 100;
}
.main-index .module-support .support-info .info-link {
  margin-top: 4rem;
  display: block;
  width: 14.8rem;
  border-radius: 0.8rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #BA8C4A;
}
.main-index .module-case {
  overflow: hidden;
}
.main-index .module-case li {
  float: left;
  width: 50%;
  height: 36rem;
}
.main-index .module-case .case-head {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-index .module-case .case-head .head-bg {
  width: 100%;
  height: 100%;
}
.main-index .module-case .case-head .logo-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-index .module-case .case-head .logo-img {
  height: 10rem;
}
.main-index .module-case .case-body {
  width: 100%;
  height: 100%;
  padding: 0 4.2rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #333;
}
.main-index .module-case .case-body.gray {
  background: #FFFBF5;
}
.main-index .module-case .case-body .body-cont {
  width: 100%;
}
.main-index .module-case .case-body .li-title {
  font-size: 2rem;
  line-height: 2.8rem;
}
.main-index .module-case .case-body .li-des {
  margin-top: 3rem;
  max-height: 15.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.main-index .module-case .case-body .more-link {
  margin-top: 4rem;
}
.card-lists {
  margin: 4rem 0 0 -4rem;
  overflow: hidden;
}
.card-lists.list-4 li {
  width: 25%;
}
.card-lists li {
  float: left;
  width: 33.33%;
  margin-bottom: 4rem;
}
.card-lists .li-cont {
  margin-left: 4rem;
}
.card-lists .li-cont:hover .li-img .el-img {
  transform: scale(1.1);
}
.card-lists .li-img {
  display: block;
  margin-bottom: 1.5rem;
  height: 19rem;
  overflow: hidden;
  border: 0.1rem solid #ddd;
}
.card-lists .li-img .el-img {
  object-fit: contain;
}
.bread-crumb {
  position: relative;
  padding: 2rem 0;
  font-size: 0;
  line-height: 2rem;
}
.bread-crumb .crumb-title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1rem 0 0 -10rem;
  width: 20rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.bread-crumb i,
.bread-crumb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #fff;
  font-style: normal;
  font-weight: 100;
  opacity: 0.7;
}
.bread-crumb .crumb-step {
  margin: 0 0.4rem;
  transform: scale(1, 1.4);
}
.bread-crumb a.ctumb-link:hover {
  color: #fff;
  text-decoration: underline;
}
.layout-items {
  margin-left: -2.5rem;
}
.layout-items:after {
  content: '';
  display: block;
  clear: both;
}
.layout-items .data-none {
  height: auto;
  padding: 5rem 0;
}
.layout-items li {
  float: left;
  width: 33.33%;
  position: relative;
}
.layout-items .li-colse {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0 0.8rem;
  border-radius: 0.3rem;
  line-height: 2.4rem;
  font-size: 1.3rem;
  color: #fff;
  background: #CE3F39;
  cursor: pointer;
  letter-spacing: 0.1rem;
}
.layout-items .item-card {
  margin: 0 0 2rem 2.5rem;
  background: #F6F6F6;
  padding: 0.8rem 0.8rem 2.2rem;
  border: 0.2rem solid #F6F6F6;
  font-size: 0;
  line-height: 2rem;
  color: #333;
  cursor: pointer;
}
.layout-items .item-card.active {
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  border: 0.2rem solid #B07A2A;
}
.layout-items .item-des {
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-items .item-des .des-item {
  margin-left: 3.6rem;
}
.layout-items .item-des .des-item:first-child {
  margin: 0;
}
.layout-items .des-item,
.layout-items .des-label,
.layout-items .des-val {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.layout-items .des-label {
  margin-left: 4rem;
  color: #666;
}
.layout-items .des-label:first-child {
  margin: 0;
}
.layout-items .item-head {
  height: 22rem;
  overflow: hidden;
}
.layout-items .item-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-items .item-title {
  margin: 1.2rem 0;
  height: 2rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-items .item-keys {
  margin-top: 1rem;
  height: 2rem;
  overflow: hidden;
  font-size: 1.4rem;
}
.layout-items .item-keys .des-label {
  float: left;
}
.layout-items .key-item {
  float: left;
  margin-right: 0.8rem;
  padding: 0 1rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.3rem;
}
.layout-items .key-item.key-1 {
  background: #5DAC41;
}
.layout-items .key-item.key-2 {
  background: #2E6ECF;
}
.layout-items .key-item.key-3 {
  background: #D19834;
}
.layout-items .key-item.key-4 {
  background: #CE3F39;
}
.main {
  position: relative;
  padding-bottom: 5rem;
  min-height: calc(100% - 25rem);
}
.main.main-gray {
  background: #F6F6F6;
}
.main .main-head {
  width: 100%;
  background-position: center center;
  background-size: 100% auto;
}
.main .main-head.h-200 {
  height: 20rem;
}
.main .main-head.h-280 {
  height: 28rem;
}
.main .main-head.h-320 {
  height: 32rem;
}
.main .main-head.head-dynamic {
  background-image: url(../images/main-head-dynamic.jpg);
}
.main .main-head.head-policy {
  background-image: url(../images/main-head-policy.jpg);
}
.main .main-head.head-case {
  background-image: url(../images/main-head-case.jpg);
}
.main .main-head.head-party {
  background-image: url(../images/main-head-party.jpg);
}
.main .main-head.head-data {
  background-image: url(../images/main-head-data.jpg);
}
.main .main-head.head-support {
  background-image: url(../images/main-head-support.jpg);
}
.main .main-head.head-home {
  background-image: url(../images/main-head-home.jpg);
}
.main .main-head.head-develop {
  background-image: url(../images/main-head-develop.jpg);
}
.main .main-head.head-service {
  background-image: url(../images/main-head-service.jpg);
}
.main .main-head.head-news {
  background-image: url(../images/main-head-news.jpg);
}
.main .main-head.head-join {
  background-image: url(../images/main-head-join.jpg);
}
.main .main-head.head-ctpic {
  background-image: url(../images/main-head-ctpic.jpg);
}
.main .main-head.head-branch {
  background-image: url(../images/main-head-branch.jpg);
}
.main .main-head.head-zkpt-ctpic {
  background-image: url(../images/main-head-zkpt-ctpic.jpg);
}
.main .main-head.head-zkpt-jour-develop {
  background-image: url(../images/main-head-zkpt-jour-develop.jpg);
}
.main .main-head.head-zkpt-jour-report {
  background-image: url(../images/main-head-zkpt-jour-report.jpg);
}
.main .main-head.head-alliance {
  background-image: url(../images/main-head-alliance.jpg);
}
.main > .container {
  position: relative;
  z-index: 5;
}
.main .main-title {
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 4.5rem;
  color: #fff;
  text-align: center;
}
.main .main-title.detail-title {
  font-weight: 100;
}
.main .main-title.title-w {
  font-weight: bold;
}
.main .main-title-des {
  margin: 0.8rem auto 0;
  width: 78rem;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
.main .main-title-sub {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  letter-spacing: 0.2rem;
}
.main .main-title-en {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  opacity: 0.7;
  font-weight: 100;
  font-family: PingFang SC;
  letter-spacing: 0.2rem;
}
.main .main-title-date {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-family: PingFang SC;
}
.form-msg {
  display: none;
  position: relative;
  top: -1.5rem;
  font-size: 1.3rem;
  color: red;
  line-height: 1.6rem;
}
.search-facts {
  position: relative;
  margin-bottom: 2rem;
  padding: 0.4rem 2rem 0.8rem 9.8rem;
  line-height: 2.8rem;
  font-size: 1.4rem;
  overflow: hidden;
  display: none;
  background: #F7F6F5;
}
.search-facts .fact-label {
  position: absolute;
  left: 2rem;
  top: 0.8rem;
  color: #666;
  white-space: nowrap;
}
.search-facts .fact-list {
  float: left;
  margin: 0.4rem 0 0 0.5rem;
  position: relative;
  background: #FFF9F0;
  border: 0.4rem;
  padding: 0 2rem 0 1.2rem;
  color: #BA8C4A;
}
.search-facts .fact-close {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0.6rem;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/data-search-fact-close.png) no-repeat center center;
  background-size: 0.6rem 0.6rem;
  cursor: pointer;
}
.search-facts .fact-reset {
  float: left;
  margin: 0.4rem 0 0 1rem;
  color: #666;
  cursor: pointer;
}
.res-survey {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 2rem;
  overflow: hidden;
}
.res-survey .res-count {
  margin: 0 0.3rem;
}
.res-survey .res-sort {
  float: right;
}
.res-survey .res-sort li {
  float: left;
  cursor: pointer;
  margin-left: 1.6rem;
}
.res-survey .res-sort li:first-child {
  margin: 0;
}
.res-survey .res-sort li:after {
  content: '';
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/sort-icon.png);
  background-size: 100% 100%;
}
.res-survey .res-sort li.active {
  color: #BA8C4A;
}
.res-survey .res-sort li.active:after {
  background-image: url(../images/sort-icon-hover.png);
}
.form-list {
  margin-bottom: 1.6rem;
  position: relative;
}
.submenu-mobile-bar {
  display: none;
}
.list-data {
  font-size: 1.4rem;
  color: #666;
  line-height: 2rem;
}
.list-data .news-title {
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-data .news-des {
  margin-top: 1.2rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-data .news-date {
  margin-top: 1.4rem;
  overflow: hidden;
}
.list-data .news-date .news-link {
  color: #BA8C4A;
  font-weight: 100;
}
.list-data .news-date .date-label {
  margin-left: 2rem;
}
.list-data .news-date .right {
  float: right;
}
.body-login {
  background: #000;
}
.el-loading {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.el-loading img {
  height: 40px;
}
.module-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: none;
}
.module-loading .el-loading {
  position: absolute;
  left: 0;
  top: 40%;
}
.main-dynamic {
  margin-top: -11.6rem;
  padding: 3rem 2.4rem;
  background: #fff;
}
.main-dynamic .dynamic-banner {
  overflow: hidden;
}
.main-dynamic .dynamic-banner .banner-img {
  float: left;
  width: 74rem;
  height: 43.6rem;
}
.main-dynamic .dynamic-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-dynamic .dynamic-banner .banner-news {
  float: right;
  width: calc(100% - 77rem);
}
.main-dynamic .dynamic-banner .banner-news li {
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #DBDBDB;
  padding-bottom: 1.9rem;
}
.main-dynamic .dynamic-banner .banner-news li:last-child {
  margin: 0;
}
.main-dynamic .dynamic-search {
  margin-top: 5.6rem;
}
.main-dynamic .dynamic-search:first-child {
  margin: 0;
}
.main-dynamic .dynamic-search:after {
  content: '';
  display: block;
  clear: both;
}
.main-dynamic .dynamic-search .search-select {
  float: left;
  width: 25.4rem;
}
.main-dynamic .dynamic-search .search-cont {
  float: right;
  position: relative;
  width: calc(100% - 27.8rem);
}
.main-dynamic .dynamic-search .el-ctl {
  height: 6.4rem;
  padding-right: 9rem;
}
.main-dynamic .dynamic-search .el-select .select-text {
  height: 6.4rem;
  line-height: 6.2rem;
}
.main-dynamic .dynamic-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 6.4rem;
  width: 8rem;
  background: url(../images/dynamic-search-bar.png) no-repeat center center;
  background-size: 3rem 2.8rem;
  cursor: pointer;
}
.main-dynamic .card-lists {
  margin: 3.5rem 0 0 -6.4rem;
}
.main-dynamic .card-lists .li-cont {
  margin-left: 6.4rem;
}
.main-dynamic-detail {
  padding: 4rem 3rem;
  font-size: 1.8rem;
  color: #333;
  line-height: 2.4rem;
  font-weight: 100;
  text-align: justify;
}
.main-dynamic-detail p {
  margin: 3.2rem 0 0;
}
.main-dynamic-detail p:first-child {
  margin: 0;
}
.main-dynamic-detail p img {
  max-width: 90%;
}
.main-data .data-search {
  margin: 2.6rem auto 0;
  width: 84rem;
}
.main-data .data-search .search-nav {
  margin-bottom: 1.2rem;
  font-size: 0;
  white-space: nowrap;
}
.main-data .data-search .search-nav li {
  margin-right: 0.8rem;
  display: inline-block;
  vertical-align: top;
  min-width: 8.6rem;
  padding: 0 1.2rem;
  border-radius: 1.4rem;
  background: #FFF0D9;
  text-align: center;
  font-size: 1.4rem;
  color: #BA8C4A;
  line-height: 2.8rem;
  cursor: pointer;
}
.main-data .data-search .search-nav li:last-child {
  margin: 0;
}
.main-data .data-search .search-nav li.active {
  background: #BA8C4A;
  color: #fff;
}
.main-data .data-search .search-form {
  position: relative;
}
.main-data .data-search .el-ctl {
  height: 4.8rem;
  padding: 0 10rem 0 2.2rem;
}
.main-data .data-search .el-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 8.8rem;
  bottom: 0.2rem;
  line-height: 4.4rem;
  border-radius: 0 0.4rem 0.4rem 0;
}
.main-data .data-search-result {
  margin-top: 3.2rem;
}
.main-data .search-menu {
  float: left;
  width: 25rem;
  line-height: 4rem;
  min-height: 1rem;
}
.main-data .search-menu .item-title {
  position: relative;
  padding: 0 2.4rem;
  background: #BA8C4A;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}
.main-data .search-menu .menu-item {
  margin-bottom: 1.6rem;
}
.main-data .search-menu .item-body {
  padding: 1rem 0;
  border: 0.1rem solid #DBDBDB;
  border-top: none;
}
.main-data .search-menu .menu-lists {
  color: #333;
  font-size: 0;
  line-height: 4.2rem;
}
.main-data .search-menu .menu-lists li {
  cursor: pointer;
  padding: 0 2.4rem;
  white-space: nowrap;
  position: relative;
}
.main-data .search-menu .menu-lists li:hover,
.main-data .search-menu .menu-lists li.active {
  color: #BA8C4A;
}
.main-data .search-menu .menu-lists li:hover .li-count,
.main-data .search-menu .menu-lists li.active .li-count {
  color: #BA8C4A;
}
.main-data .search-menu .menu-lists li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-data .search-menu .menu-lists li .li-count {
  float: right;
  font-weight: 100;
  color: #666;
  font-size: 1.4rem;
}
.main-data .search-menu .menu-lists li .li-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-data .search-menu .menu-lists li .i-1 {
  max-width: 195px;
}
.main-data .search-menu .menu-lists li .i-2 {
  max-width: 186px;
}
.main-data .search-menu .menu-lists li .i-3 {
  max-width: 177px;
}
.main-data .search-menu .menu-lists li .i-4 {
  max-width: 168px;
}
.main-data .search-menu .menu-lists li .i-5 {
  max-width: 159px;
}
.main-data .search-menu .menu-lists li .i-6 {
  max-width: 150px;
}
.main-data .search-menu .menu-lists li .i-7 {
  max-width: 141px;
}
.main-data .search-menu .menu-lists li .i-8 {
  max-width: 132px;
}
.main-data .search-aside {
  float: right;
  width: 22rem;
  margin-left: 2.4rem;
  display: none;
}
.main-data .search-aside .side-title {
  margin: 2rem 0 1.4rem;
  font-size: 0;
  line-height: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.main-data .search-aside .side-title:first-child {
  margin-top: 0;
}
.main-data .search-aside .side-title .title-txt {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.4rem solid #B07A2A;
}
.main-data .search-aside .side-keywords {
  height: 22rem;
  border: 1px solid #e5e5e5;
  position: relative;
}
.main-data .search-aside .side-keywords a {
  position: absolute;
}
.main-data .search-aside .side-keywords .chart-ctl {
  height: 100%;
}
.main-data .result-content {
  float: right;
  width: calc(100% - 28rem);
  border: 0.1rem solid #DCDCDC;
  padding: 2rem 2.4rem 3rem;
}
.main-data .result-content.has-aside {
  width: calc(100% - 52.4rem);
}
.main-data .data-lists {
  margin: 2rem 0 0 -3rem;
}
.main-data .data-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-data .data-lists .li-base {
  margin: 0 0 2rem 3rem;
  border-bottom: 0.1rem dashed #D5D5D5;
  padding-bottom: 2rem;
  overflow: hidden;
}
.main-data .data-lists .li-base:hover .el-img {
  transform: scale(1.1);
}
.main-data .data-lists .li-base .el-img {
  transition: all 1.6s;
}
.main-data .data-lists .li-base .li-img {
  float: right;
  width: 17.6rem;
  height: 13.2rem;
  overflow: hidden;
}
.main-data .data-lists .li-base .list-data {
  margin: 0.9rem 20.6rem 0.9rem 0;
}
.main-data .data-lists .li-picture {
  float: left;
  width: 25%;
}
.main-data .data-lists .li-picture .li-cont {
  display: block;
  margin: 0 0 3rem 3rem;
}
.main-data .data-lists .li-picture .li-cont:hover .el-img {
  transform: scale(1.1);
}
.main-data .data-lists .li-picture .li-img {
  height: 12rem;
  overflow: hidden;
}
.main-data .data-lists .li-picture .li-title {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-data-detail {
  margin-top: 3.2rem;
  border: 1px solid #E8E8E8;
  padding: 3rem 4rem 5rem;
}
.main-data-detail .detail-title {
  margin-bottom: 2.8rem;
  font-size: 2.6rem;
  color: #333;
  line-height: 3.6rem;
  font-weight: bold;
}
.main-data-detail .detail-lists li {
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #333;
}
.main-data-detail .detail-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
.main-data-detail .detail-lists .li-cont {
  margin-left: 7.6rem;
}
.main-data-detail .detail-lists .li-img {
  margin-bottom: 1rem;
  max-width: 100%;
}
.craft-detail {
  margin-top: -11.6rem;
  padding: 4rem 3rem 0;
  background: #fff;
}
.craft-detail:after {
  content: '';
  display: block;
  clear: both;
}
.craft-detail .detail-title {
  margin: 3.5rem 0 2.4rem;
  font-size: 2.4rem;
  color: #333;
  line-height: 3.2rem;
  font-weight: bold;
}
.craft-detail .detail-title.title-sub {
  font-size: 2rem;
}
.craft-detail .detail-title:first-child {
  margin-top: 0;
}
.craft-detail .detail-lists li {
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333;
}
.craft-detail .detail-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
.craft-detail .detail-lists .li-cont {
  margin-left: 9.2rem;
}
.craft-detail .detail-lists .li-img {
  margin-bottom: 1rem;
  max-width: 100%;
}
.craft-detail .craft-types {
  float: left;
  width: 12rem;
  border-left: 0.1rem solid #B07A2A;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #4B5664;
}
.craft-detail .craft-types li {
  padding-left: 2.8rem;
  position: relative;
  cursor: pointer;
}
.craft-detail .craft-types li.active {
  color: #B07A2A;
}
.craft-detail .craft-types li.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: #B07A2A;
}
.craft-detail .craft-cont {
  margin-left: 14rem;
  border: 0.1rem solid #D5D5D5;
  padding: 2.6rem;
}
.craft-detail .craft-imgs {
  font-size: 0;
}
.craft-detail .craft-imgs .img-item {
  margin: 0 0.4rem 0.4rem 0;
  display: inline-block;
  vertical-align: top;
  width: 15.2rem;
  height: 9.8rem;
  overflow: hidden;
}
.craft-detail .craft-imgs .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.craft-detail .el-table {
  border: 0.1rem solid #EFEFEF;
  line-height: 2.6rem;
}
.craft-detail .el-table th,
.craft-detail .el-table td {
  padding: 0.7rem 1rem;
}
.craft-detail .el-table tbody tr {
  border-bottom: 0.1rem solid #EFEFEF;
}
.craft-detail .craft-tab-img {
  height: 5.6rem;
  cursor: pointer;
}
.main-login {
  height: calc(100% - 15.9rem);
  min-height: 50rem;
  padding: 6.5rem 0;
  background: url(../images/login-main-bg.jpg) no-repeat center center / cover;
}
.main-login.regist {
  height: auto;
  padding: 4rem 0 5rem;
}
.main-login .container {
  height: 100%;
  position: relative;
}
.main-login .logo-img {
  height: 6rem;
}
.main-login .login-form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15rem 0 0 -23rem;
  width: 46rem;
  padding: 4rem 5.5rem;
  background: #fff;
}
.main-login .login-form.regist {
  position: relative;
  left: 0;
  top: 0;
  margin: 4rem auto 0;
  width: 60%;
}
.main-login .login-form .form-title {
  margin-bottom: 2.8rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #BA8C4A;
  text-align: center;
}
.main-login .login-form .login-ctl {
  width: 100%;
  height: 4rem;
  padding: 0 2rem 0 3.8rem;
  border: 0.1rem solid #ccc;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  line-height: 3.8rem;
}
.main-login .login-form .ctl-icon {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  left: 1.2rem;
  top: 50%;
  margin-top: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 100% 100%;
}
.main-login .login-form .ctl-icon.username {
  background-image: url(../images/login-icon-username.png);
}
.main-login .login-form .ctl-icon.psd {
  background-image: url(../images/login-icon-psd.png);
}
.main-login .login-form .ctl-icon.msg {
  background-image: url(../images/login-icon-msg.png);
}
.main-login .login-form .form-rem {
  line-height: 2rem;
  font-size: 0;
  display: block;
  overflow: hidden;
}
.main-login .login-form .form-rem label {
  float: left;
}
.main-login .login-form .form-rem .rem-link {
  float: right;
  font-size: 14px;
}
.main-login .login-form .form-rem input {
  vertical-align: middle;
}
.main-login .login-form .form-rem span {
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #757575;
}
.main-login .login-form .btn-group {
  margin-top: 2.4rem;
}
.main-home {
  margin-top: 3.2rem;
}
.main-home .config-types-box {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 29rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 2rem 0.5rem;
}
.main-home .config-types-box .config-types {
  margin: 0 0 0 -1.5rem;
  overflow: hidden;
  min-height: 10rem;
}
.main-home .config-types-box .config-types li {
  float: left;
  width: 50%;
}
.main-home .config-types-box .config-types .type-item {
  margin: 0 0 1.5rem 1.5rem;
  border: 0.15rem solid rgba(255, 255, 255, 0.7);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 3.2rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.main-home .config-types-box .config-types .type-item.active {
  border: 0.15rem solid #B07A2A;
  color: #B07A2A;
}
.main-home .config-bar {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.6) url(../images/icon-sceren-full.png) no-repeat center center;
  background-size: 70%;
  cursor: pointer;
}
.plant-info {
  margin: 2rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.plant-info:last-child {
  margin-bottom: 0;
}
.plant-info .info-label ,
.plant-info .info-cont {
  display: inline-block;
  vertical-align: top;
}
.plant-info {}
.support-iframe {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  background: #f5f5f5;
}
.support-iframe:first-child {
  margin-top: 0;
}
.support-iframe .iframe-tip {
  padding-left: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #B07A2A;
  background: url(../images/iframe-tip-icon.png) no-repeat left center;
  background-size: auto 1.4rem;
}
.support-iframe .iframe-cont {
  margin: 1rem 0 1rem -2.8rem;
}
.support-iframe .iframe-cont:after {
  content: '';
  display: block;
  clear: both;
}
.support-iframe .iframe-cont iframe{
  width: 100%;
}
.support-iframe .form-res {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.main-home .support-iframe .form-res {
  margin: 0;
  display: block;
}
.support-iframe .form-res .res-item {
  background: #fff;
  overflow: hidden;
  padding: 2rem;
}
.support-iframe .form-res .res-base {
  float: left;
  width: 42%;
}
.support-iframe .form-res .res-target {
  float: right;
  width: calc(58% - 1rem);
}
.main-home .support-iframe .form-res .res-base {
  margin-bottom: 2rem;
  width: 100%;
}
.main-home .support-iframe .form-res .res-target {
  width: 100%;
}
.support-iframe .form-res .res-list {
  float: left;
  margin-top: .6rem;
  width: 100%;
}
.support-iframe .form-res .res-list.li-50 {
  width: 48%;
}
.support-iframe .form-res .res-list.li-50:nth-child(even) {
  margin-left: 4%;
}
.support-iframe .form-res .res-list .list-cont {
  margin: 0 8rem 0 12rem;
  position: relative;
  line-height: 3.2rem;
  font-size: 1.4rem;
  color: #333;
}
.support-iframe .form-res .res-target .res-list .list-cont {
  margin: 0 6rem 0 10rem;
}
.main-home .support-iframe .form-res .res-target .res-list .list-cont {
  margin: 0 8rem 0 12rem;
}
.support-iframe .form-res .res-list .res-label {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: .5rem;
  white-space: nowrap;
}
.support-iframe .form-res .res-list .res-label:after {
  content: '：';
}
.support-iframe .form-res .res-list .res-val {
  height: 3.2rem;
  padding: 0 1rem;
  background: #f8f4e7;
}
.support-iframe .form-res .res-list .res-unit {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: .5rem;
  white-space: nowrap;
}
.support-iframe .form-res .res-title {
  margin: .5rem 0 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333;
  text-align: center;
}
.main-home .config-bar.active {
  background-image: url(../images/icon-sceren-out.png);
}
.main-home .home-menu {
  float: left;
  width: 20rem;
}
.main-home .home-menu .menu-head {
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  color: #fff;
  background: #B07A2A;
}
.main-home .home-menu .menu-lists {
  border: 1px solid #DCDCDC;
  border-top: none;
}
.main-home .home-menu .menu-lists li {
  border-bottom: 1px solid #DCDCDC;
}
.main-home .home-menu .menu-lists li:last-child {
  border: none;
}
.main-home .home-menu .menu-item {
  position: relative;
  padding: 0 2rem 0 4.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #333;
  line-height: 4.8rem;
}
.main-home .home-menu .menu-item.has-child {
  padding-right: 3rem;
}
.main-home .home-menu .menu-item.has-child:after,
.main-home .home-menu .menu-item.has-child:before {
  content: '';
  position: absolute;
  right: 1.2rem;
  top: 50%;
  border: 0.7rem solid transparent;
  margin-top: -1.05rem;
}
.main-home .home-menu .menu-item.has-child:before {
  border-bottom-color: #B2B2B2;
}
.main-home .home-menu .menu-item.has-child:after {
  transform: translate(0, 0.1rem);
  border-bottom-color: #fff;
}
.main-home .home-menu .menu-item.has-child.close:after,
.main-home .home-menu .menu-item.has-child.close:before {
  border: 0.7rem solid transparent;
  margin-top: -0.35rem;
}
.main-home .home-menu .menu-item.has-child.close:before {
  border-top-color: #B2B2B2;
}
.main-home .home-menu .menu-item.has-child.close:after {
  transform: translate(0, -0.1rem);
  border-top-color: #fff;
}
.main-home .home-menu .menu-item:hover,
.main-home .home-menu .menu-item.active {
  color: #B07A2A;
  background: #FFF8ED;
}
.main-home .home-menu .li-icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
}
.main-home .home-menu .li-icon.icon-info {
  background-image: url(../images/home-menu-icon-info.png);
}
.main-home .home-menu .li-icon.icon-browse {
  background-image: url(../images/home-menu-icon-browse.png);
}
.main-home .home-menu .li-icon.icon-sup {
  background-image: url(../images/home-menu-icon-sup.png);
}
.main-home .home-menu .li-icon.icon-logout {
  background-image: url(../images/home-menu-icon-logout.png);
}
.main-home .home-menu .li-icon.icon-psd {
  background-image: url(../images/home-menu-icon-psd.png);
}
.main-home .home-menu .li-icon.icon-use {
  background-image: url(../images/home-menu-icon-use.png);
}
.main-home .home-container {
  float: right;
  width: calc(100% - 22rem);
}
.main-home .home-container > .el-item {
  min-height: 38rem;
  border: 1px solid #DCDCDC;
  padding: 2.4rem;
}
.main-home .home-container .info-title {
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  color: #333;
  line-height: 3.6rem;
  font-weight: bold;
}
.main-home .home-container .info-title .el-btn {
  float: right;
  width: 6rem;
  line-height: 2.4rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.main-home .home-container .info-lists.lists-edit li {
  line-height: 3.2rem;
}
.main-home .home-container .info-lists.lists-edit .el-ctl {
  width: 50%;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.main-home .home-container .info-lists li {
  position: relative;
  margin-top: 1.6rem;
  min-height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.main-home .home-container .info-lists .li-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
.main-home .home-container .info-lists .li-cont {
  margin-left: 7.2rem;
}
.main-home .home-container .info-lists .li-img {
  margin-bottom: 1rem;
  max-widht: 100%;
}
.main-home .home-container .info-groups {
  margin-top: 3rem;
}
.main-home .home-container .info-groups .el-btn {
  width: 14rem;
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 3.4rem;
}
.main-home .home-container .psd-form {
  margin: 2rem 0 0 8.5rem;
  width: 36rem;
}
.main-home .home-container .psd-form .list-label {
  position: absolute;
  right: 100%;
  top: 0;
  width: 8.5rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 4rem;
}
.main-home .home-container .psd-form .el-ctl {
  padding: 0 1.6rem;
}
.main-home .home-container .psd-form .btn-group {
  margin-top: 2.4rem;
}
.main-home .home-container .psd-form .btn-group .el-btn {
  width: 16rem;
}
.main-home .home-container .use-form {
  border-bottom: 0.1rem solid #DCDCDC;
  padding-bottom: 1.6rem;
  overflow: hidden;
}
.main-home .home-container .use-form .el-input__inner {
  border: none;
  height: 2.6rem;
  padding: 0 0.5rem 0 2rem;
  text-align: center;
}
.main-home .home-container .use-form .el-input__icon {
  line-height: 2.6rem;
  width: 2rem;
}
.main-home .home-container .use-form .el-input__prefix {
  left: 0;
}
.main-home .home-container .use-form .el-input__suffix {
  display: none;
}
.main-home .home-container .use-form .form-label {
  float: left;
  line-height: 2.8rem;
  font-size: 1.4rem;
  color: #333;
}
.main-home .home-container .use-form .form-ctl {
  float: left;
  margin-right: 2.4rem;
  width: 14rem;
  height: 2.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #DCDCDC;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  color: #333;
}
.main-home .home-container .use-form .form-date {
  float: left;
  border-radius: 0.4rem;
  border: 0.1rem solid #DCDCDC;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  color: #333;
}
.main-home .home-container .use-form .date-icon {
  float: left;
  margin-left: 0.8rem;
  width: 1.2rem;
  height: 2.6rem;
  background: url(../images/icon-date.png) no-repeat center center;
  background-size: 100% auto;
}
.main-home .home-container .use-form .date-label {
  float: left;
  font-size: 1.2rem;
  color: #333;
  line-height: 2.6rem;
}
.main-home .home-container .use-form .date-ctl {
  float: left;
  width: 10rem;
  height: 2.6rem;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
.main-home .home-container .use-form .form-btn {
  float: right;
  width: 6rem;
  height: 2.8rem;
  border-radius: 0.4rem;
  background: #BA8C4A url(../images/search-icon-btn-white.png) no-repeat center center;
  background-size: 1.8rem;
  cursor: pointer;
}
.main-home .el-item-head {
  margin-bottom: 2rem;
  overflow: hidden;
  line-height: 2.4rem;
  color: #333;
}
.main-home .el-item-head .el-btn {
  float: left;
  margin-right: 1.2rem;
  width: auto;
  padding: 0 0.6rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.main-home .el-item-head .head-txt {
  float: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.main-home .el-child-head {
  margin: 2rem 0 1.5rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
.main-home .el-child-head:first-child {
  margin-top: 0;
}
.main-home .el-child-head .head-item {
  float: left;
  margin-right: 2rem;
  cursor: pointer;
}
.main-home .el-child-head .head-item.base {
  color: #999;
}
.main-home .base-intro {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.4rem;
}
.main-home .el-tags {
  margin-bottom: 2rem;
}
.main-home .layout-items {
  margin-left: -1.6rem;
}
.main-home .layout-items .item-card {
  margin: 0 0 1.6rem 1.6rem;
  padding-bottom: 2rem;
}
.main-home .layout-items .item-head {
  height: 17.2rem;
}
.main-home .industry-res {
  margin-top: 2.2rem;
  color: #333;
}
.main-home .industry-res .res-title {
  margin: 2rem 0;
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.main-home .industry-res .res-title span {
  float: left;
}
.main-home .industry-res .res-title .el-ctl {
  float: right;
  height: 3.6rem;
  font-size: 1.4rem;
  width: 40%;
}
.main-home .industry-res .res-content {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-indent: 2em;
}
.main-home .industry-res .res-chart {
  margin-top: 2rem;
  height: 40rem;
  border: 1px solid #eee;
}
.main-home .el-table {
  max-height: 72vh;
  border: 1px solid #EFEFEF;
  text-align: left;
}
.main-home .el-table thead {
  white-space: nowrap;
}
.main-home .el-table .td-nowrap{
  white-space: nowrap;
}
.main-home .el-table tbody tr {
  border-bottom: 1px solid #EFEFEF;
}
.main-home .el-table tbody tr:last-child {
  border: none;
}
.main-home .data-none {
  height: auto;
  padding: 5rem 0 9rem;
}
.main-home .home-map-cont {
  position: relative;
}
.main-home .home-map-cont.screen-full {
  position: fixed;
  left: 0;
  right: 0;
  top: 9rem;
  bottom: 0;
}
.main-home .home-map-cont.screen-full .map-area {
  height: 100%;
}
.main-home .home-map-cont .map-area {
  height: 66rem;
}
.main-home .home-map-cont .device-dia {
  position: absolute;
  z-index: 100;
  left: 3rem;
  top: 2.4rem;
  width: 44rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.6rem 1.6rem 3rem;
  white-space: nowrap;
  box-shadow: 0 0 0.6rem rgba(0,0,0,.1);
}
.main-home .home-map-cont .device-dia .dia-title {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #333;
  font-weight: bold;
}
.main-home .home-map-cont .device-dia .el-table {
  line-height: 2rem;
  border: none;
}
.main-home .home-map-cont .device-dia .el-ctl {
  height: 2rem;
  padding: 0 .6rem;
  font-size: 1.2rem;
}
.main-home .home-map-cont .device-dia .el-table th,
.main-home .home-map-cont .device-dia .el-table td {
  padding: 0.6rem .5rem;
}
.main-home .home-map-cont .device-dia .el-table thead th,
.main-home .home-map-cont .device-dia .el-table thead td {
  padding: 0.6rem 1rem;
  background: #B07A2A;
  color: #fff;
  border-left: 1px solid #fff;
}
.main-home .home-map-cont .device-dia .el-table tbody tr {
  border: none;
  background: #fff;
}
.main-home .home-map-cont .device-dia .el-table tbody tr:nth-child(odd) {
  background: #E6E6E6;
}
.body-decision .header-nav {
  background: rgba(0, 0, 0, 0.5) !important;
  position: relative !important;
}
.three-ttile-bar {
  margin-right: .8rem;
  position: relative;
  top: -1.5px;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  background: url(../images/menu-bar-open.png);
  background-size: 100% 100%;
}
.three-ttile-bar.close {
  background-image: url(../images/menu-bar-close.png);
}
.three-toggle-cont.cont-close {
  width: auto !important;
}
.three-toggle-cont.cont-close.device-dia {
  padding: 1.6rem !important;
}
.three-toggle-cont.cont-close .dia-title ,
.three-toggle-cont.cont-close .card-title {
  margin: 0 !important;
}
.three-toggle-cont.cont-close .el-table,
.three-toggle-cont.cont-close .card-list ,
.three-toggle-cont.cont-close .el-table + .dia-title ,
.three-toggle-cont.cont-close .el-table + .card-title {
  display: none !important;
}
.three-toggle-cont.cont-close {}
.main-decision {
  position: relative;
  width: 100%;
  height: 80vh;
  background: #f2f2f2;
  display: none;
}
.main-decision.curmb-dark .bread-crumb i,
.main-decision.curmb-dark .bread-crumb a {
  color: #333;
  font-weight: normal;
}
.main-decision.h-auto {
  height: auto;
  min-height: calc(100vh + 9rem);
}
.main-decision .container {
  position: relative;
  z-index: 10;
  pointer-events: none;
  height: 100%;
}
.main-decision .container > div {
  pointer-events: auto;
}
.main-decision .el-btn {
  font-size: 1.4rem;
  background: #B07A2A;
}
.main-decision .el-btn.empty-w {
  background: transparent;
  border: 1px dashed #fff;
  line-height: 3.8rem;
}
.main-decision .el-btn.primary {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #333;
}
.main-decision .el-btn.l-30 {
  line-height: 2.6rem;
  font-size: 1.2rem;
}
.main-decision .el-btn.short {
  width: 8rem;
}
.main-decision .el-btn.short-r {
  float: right;
  width: calc(100% - 9rem);
}
.main-decision .decision-header {
  height: 9rem;
}
.main-decision .main-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-decision .card-title {
  margin: 2rem 0 1rem;
  position: relative;
  font-size: 1.6rem;
}
.main-decision .card-title:first-child {
  margin-top: 0;
}
.main-decision .card-title .el-btn {
  position: absolute;
  right: 0;
  top: -0.3rem;
  width: auto;
  padding: 0 1.2rem;
}
.main-decision .map-search {
  float: left;
  margin-top: 4rem;
  position: relative;
  z-index: 1000;
  width: 33rem;
  max-height: calc(100% - 8rem);
  overflow: auto;
}
.main-decision .map-search.search-indoor {
  width: 46rem;
}
.main-decision .map-search.visi {
  overflow: visible;
}
.main-decision .map-search .search-card {
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  border-radius: 0.4rem;
}
.main-decision .map-search .search-card:last-child {
  margin: 0;
}
.main-decision .map-search .search-card .card-list {
  margin-bottom: 1rem;
  position: relative;
}
.main-decision .map-search .search-card .card-list:last-child {
  margin: 0;
}
.main-decision .map-search .search-card .list-des {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.main-decision .map-search .search-card .list-tip {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.main-decision .map-search .search-card .el-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  background: url(../images/search-icon-btn.png) no-repeat center center;
  background-size: auto 56%;
  cursor: pointer;
  opacity: 0.3;
}
.main-decision .map-search .search-card .el-ctl {
  height: 4rem;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}
.main-decision .map-search .search-card .el-ctl.has-btn {
  padding-right: 5rem;
}
.main-decision .map-search .area-item-lists {
  margin: 2rem 0 2rem -2rem;
  min-height: 26rem;
}
.main-decision .map-search .area-item-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-decision .map-search .area-item-lists li {
  float: left;
  width: 50%;
}
.main-decision .map-search .area-item-lists .area-item {
  position: relative;
  margin: 0 0 1.6rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
}
.main-decision .map-search .area-item-lists .item-colse {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #ff0000 url(../images/map-form-close.png) no-repeat center center;
  background-size: 50%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.main-decision .map-search .three-types {
  margin: 2rem 0 2rem -2rem;
  min-height: 26rem;
}
.main-decision .map-search .three-types:after {
  content: '';
  display: block;
  clear: both;
}
.main-decision .map-search .three-types li {
  float: left;
  width: 50%;
}
.main-decision .map-search .three-types .type-item {
  margin: 0 0 1.6rem 2rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #fff;
  font-size: 1.2rem;
  line-height: 3.4rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.main-decision .map-search .three-types .type-item.active {
  background: #B07A2A;
  border-color: #B07A2A;
}
.main-decision .map-search .el-table {
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
}
.main-decision .map-search .el-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-decision .map-search .three-card .el-table tbody tr:nth-child(odd) {
  background: #E6E6E6;
}
.main-decision .map-search .el-table th,
.main-decision .map-search .el-table td {
  padding: 0.5rem 0;
  background: transparent;
  white-space: nowrap;
}
.el-table::before {
  height: 0 !important;
}
.marker-eye {
  margin-left: .6rem;
  position: relative;
  top: -1.5px;
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  background: url(../images/icon-eye.png);
  background-size: 100% 100%;
}
.marker-eye.close {
  background-image: url(../images/icon-eye-close.png);
}
.main-decision .map-search .el-table .el-ctl {
  width: 90%;
  height: 3rem;
  font-size: 1.2rem;
  padding: 0 0.8rem;
}
.main-decision .map-search .el-table .tab-act {
  color: #fff;
}
.main-decision .map-search .three-card {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 0.6rem rgba(0,0,0,.1);
}
.main-decision .map-search .three-card .card-title {
  font-weight: bold;
  font-size: 1.8rem;
}
.main-decision .map-search .three-card .el-table {
  min-height: 30rem;
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #333;
}
.main-decision .map-search .three-card .el-table .w-15 {
  width: 15%;
}
.main-decision .map-search .three-card .el-table .w-25 {
  width: 25%;
}
.main-decision .map-search .three-card .el-table th ,
.main-decision .map-search .three-card .el-table td {
  border-left: 0.1rem solid #fff;
}
.main-decision .map-search .three-card .el-table th,
.main-decision .map-search .three-card .el-table td {
  padding: 0.5rem 0.8rem;
}
.main-decision .map-search .three-card .el-table thead {
  background: #B07A2A;
  color: #fff;
}
.main-decision .map-step {
  float: right;
  width: 13rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
}
.main-decision .map-step .step-lists {
  margin: 1.5rem 0;
}
.main-decision .map-step .step-lists li {
  position: relative;
}
.main-decision .map-step .step-lists li:after {
  content: '';
  display: block;
  margin-left: 0.9rem;
  width: 0.2rem;
  height: 5rem;
  background: #fff;
}
.main-decision .map-step .step-lists li:last-child:after {
  display: none;
}
.main-decision .map-step .step-lists li.active .li-item {
  background: #B07A2A;
  color: #fff;
}
.main-decision .map-step .step-lists li.li-ok:after {
  background: #B07A2A;
}
.main-decision .map-step .step-lists li.li-ok .li-item {
  background: #B07A2A url(../images/map-icon-ok.png) no-repeat center center;
  background-size: 64% 64%;
  color: transparent;
}
.main-decision .map-step .step-lists .li-item {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
.main-decision .map-step .step-lists .item-label {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0.5rem;
  color: #fff;
  white-space: nowrap;
}
.main-decision .decision-form {
  margin: 0 auto;
  width: 66rem;
  height: calc(100% - 18rem);
  padding: 1.5rem 2rem;
  background: #fff;
  overflow: auto;
}
.main-decision .decision-form.form-res {
  width: 76rem;
  margin-bottom: 3rem;
}
.main-decision .decision-form .form-head {
  margin-bottom: 0.5rem;
  font-size: 0;
  overflow: hidden;
}
.main-decision .decision-form .form-head .head-txt {
  float: left;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.6rem;
}
.main-decision .decision-form .form-head .el-btn {
  float: right;
  width: 8.8rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.main-decision .decision-form .form-des {
  font-size: 1.2rem;
  color: #999;
  line-height: 2rem;
}
.main-decision .decision-form .items-container {
  margin-right: -2rem;
  height: calc(100% - 5.1rem);
  padding-right: 2rem;
  overflow: auto;
}
.main-decision .decision-form .items-container::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f5f5f5;
}
.main-decision .decision-form .items-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #B07A2A;
}
.main-decision .decision-form .form-item {
  margin-top: 1.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #B07A2A;
  padding: 0 2rem 2rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #333;
  overflow: hidden;
  background: rgba(255, 102, 0, 0.05);
}
.main-decision .decision-form .form-item li {
  float: left;
  width: 50%;
}
.main-decision .decision-form .form-item li.lang {
  width: 100%;
}
.main-decision .decision-form .form-item .item-cont {
  margin: 1.5rem 0 0 2rem;
}
.main-decision .decision-form .form-item .item-label {
  margin-bottom: 0.5rem;
}
.main-decision .decision-form .form-item .el-ctl {
  height: 3rem;
  padding: 0 1rem;
  font-size: 1.2rem;
}
.main-decision .decision-form .form-item .item-body {
  position: relative;
}
.main-decision .decision-form .form-item .item-unit {
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #999;
}
.main-decision .decision-form .res-title {
  margin-top: 3rem;
  font-size: 2.4rem;
  color: #333;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
}
.main-decision .decision-form .res-detail {
  margin: 3rem 2rem 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #333;
  text-indent: 1em;
}
.main-decision .decision-form .res-detail img {
  max-width: 100%;
  margin: 2rem 0;
}
.main-decision .decision-form .el-table {
  font-size: 1.3rem;
  margin: 2rem;
  line-height: 2rem;
}
.main-decision .decision-form .el-table th,
.main-decision .decision-form .el-table td {
  padding: 0.8rem 1rem;
  border: 0.1rem solid #e4e4e4;
}
.main-decision .decision-form .el-table .td-c {
  text-align: center;
}
.main-decision .decision-form .el-table .td-r {
  text-align: right;
}
.main-decision .decision-form .el-table thead th,
.main-decision .decision-form .el-table thead td {
  background-color: #B07A2A;
  color: #fff;
}
.main-decision .config-types {
  margin: 2rem 0 2rem -1.5rem;
  overflow: hidden;
  min-height: 10rem;
}
.main-decision .config-types li {
  float: left;
  width: 50%;
}
.main-decision .config-types .type-item {
  margin: 0 0 1.5rem 1.5rem;
  border: 0.15rem solid rgba(255, 255, 255, 0.7);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 3.2rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.main-decision .config-types .type-item.active {
  border: 0.15rem solid #B07A2A;
  color: #B07A2A;
}
.form-submit {
  position: relative;
}
.form-submit .submit-cont {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -5rem;
  padding: 2.2rem 0;
  box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background: #fff;
}
.form-submit .submit-cont.fixed {
  position: fixed;
  bottom: 0;
}
.form-submit .submit-title {
  float: left;
  line-height: 3.6rem;
  font-size: 1.6rem;
  color: #333;
}
.form-submit .el-btn {
  float: right;
  width: 12rem;
  line-height: 3.6rem;
}
.data-none {
  height: 59rem;
  padding-top: 6.6rem;
  text-align: center;
}
.data-none .none-img {
  height: 22rem;
}
.data-none .none-des {
  margin-top: 5rem;
  font-size: 1.8rem;
  color: #666;
  line-height: 2rem;
}
.module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
  min-width: 0;
  display: block;
}
.module-dialog .dialog-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.module-dialog .dialog-cont {
  position: relative;
  background: #fff;
}
.module-dialog .dialog-alert {
  width: 46rem;
  padding: 3rem 8rem 4rem;
  text-align: center;
  border-radius: 0.8rem;
}
.module-dialog .dialog-alert .alert-title {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
}
.module-dialog .dialog-alert .alert-msg {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4rem;
}
.module-dialog .dialog-alert .el-btn {
  margin-top: 2.4rem;
  width: 12rem;
}
.module-dialog .dialog-display {
  background: transparent;
}
.module-dialog .dialog-display .dialog-colse {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/map-form-close.png) no-repeat center center;
  background-size: 70%;
  cursor: pointer;
}
.module-dialog .dialog-display .display-img {
  max-width: 90vw;
  max-height: 90vh;
}
.module-dialog .dialog-model-form {
  width: 128rem;
  background: #fff;
  padding: 2rem 0;
}
.module-dialog .dialog-model-form .form-body {
  max-height: calc(90vh - 10rem);
  padding: 0 3rem;
  overflow: auto;
}
.module-dialog .dialog-model-form .sub-title {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.module-dialog .dialog-model-form .sub-title:first-child {
  margin-top: 0;
}
.module-dialog .dialog-model-form .base-title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #1B1B1B;
  line-height: 2rem;
}

.module-dialog .dialog-model-form .tab-link {
  display: inline-block;
  color: #086ADC;
  cursor: pointer;
  margin-right: .6rem;
}
.module-dialog .dialog-model-form .tab-link:last-child {
  margin: 0;
}
.module-dialog .dialog-model-form .tab-link.remove {
  color: red;
}
.module-dialog .dialog-model-form .form-container .table-add-btn {
  margin-top: 1.2rem;
  line-height: 3.4rem;
  font-size: 1.2rem;
  color: #333;
  border: 1px dashed #ccc;
  text-align: center;
  cursor: pointer;
}
.module-dialog .dialog-model-form .el-table th,
.module-dialog .dialog-model-form .el-table td {
  position: relative;
  border: 1px solid #E8E8E8;
}
.module-dialog .dialog-model-form .el-card {
  margin-bottom: 2rem;
}

.module-dialog .dialog-model-form .el-btn-group {
  margin: 2rem 0 0;
  font-size: 0;
  text-align: center;
}
.module-dialog .dialog-model-form .el-btn-group .el-btn {
  width: 166px;
  line-height: 32px;
  font-size: 1.4rem;
}
.module-dialog .dialog-model-form .el-btn-group .el-btn.primary {
  margin-left: 20px;
  width: 90px;
}
.module-dialog .dialog-model-form {}
.module-dialog .dialog-model-form {}
.main-support {
  padding-top: 2rem;
}
.main-support .industry-detail {
  margin: 0 auto;
  width: 60%;
}
.main-support .support-lists {
  margin: 1.2rem 0 0 -2.8rem;
  overflow: hidden;
}
.main-support .support-lists li {
  float: left;
  width: 50%;
}
.main-support .support-lists .li-cont {
  margin: 0 0 2.8rem 2.8rem;
  border: 0.1rem solid #D5D5D5;
  height: 24rem;
  padding: 3rem;
  color: #333;
  line-height: 2rem;
  font-size: 1.4rem;
}
.main-support .support-lists .li-head {
  float: right;
  width: 13.6rem;
  max-height: 15.2rem;
  overflow: hidden;
}
.main-support .support-lists .li-head img {
  width: 100%;
}
.main-support .support-lists .cont-body {
  margin-right: 17rem;
}
.main-support .support-lists .li-title {
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
}
.main-support .support-lists .li-des {
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 8rem;
}
.main-support .support-lists .li-btn {
  margin-top: 2rem;
  display: block;
  width: 10rem;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
  background: #B07A2A;
  border-radius: 0.8rem;
  cursor: pointer;
  text-decoration: none;
}
.main-support .support-tip {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 2rem 1rem 5.2rem;
  background: #FBEDEA;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.main-support .support-tip:after {
  content: '';
  position: absolute;
  left: 2rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/support-tip-icon.png);
  background-size: 100% 100%;
}
.main-support .support-form {
  margin-left: -2.8rem;
}
.main-support .support-form:after {
  content: '';
  display: block;
  clear: both;
}
.main-support .support-form .form-list {
  float: left;
  margin-bottom: 1.6rem;
  width: 50%;
  font-size: 0;
}
.main-support .support-form .form-list.lang {
  width: 100%;
}
.main-support .support-form .form-list.li-3 {
  width: 33.33%;
}
.main-support .support-form .form-list.li-5 {
  width: 20%;
}
.main-support .support-form .list-cont {
  margin-left: 2.8rem;
}
.main-support .support-form .form-title {
  float: left;
  margin: 0.4rem 0 1.2rem 2.8rem;
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}
.chart-title {
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.chart-title b {
  position: absolute;
  left: 2rem;
  bottom: 17rem;
  width: 1.6rem;
}
.chart-title span {
  position: relative;
  top: -30px;
}
.main-support .support-form .form-title .title-label {
  margin-left: 2rem;
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
}
.main-support .support-form .list-label .label-sub {
  margin-left: 1rem;
  color: #888;
  font-size: 1.2rem;
}
.main-support .support-form .list-label {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.main-support .support-form .list-body {
  position: relative;
}
.main-support .support-form .el-ctl {
  border-color: #B2B2B2;
  padding: 0 5rem 0 1.2rem;
  font-size: 1.4rem;
}
.main-support .support-form .el-ctl:focus {
  border-color: #B07A2A;
}
.main-support .support-form .list-unit {
  position: absolute;
  right: 1.2rem;
  top: 0;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #333;
}
.main-support .support-form .btn-group {
  margin-top: 2rem;
  text-align: center;
}
.main-support .support-form .btn-group .el-btn {
  margin: 0 0.8rem;
  width: 12rem;
}
.main-support .support-form .btn-group .el-btn.lang {
  width: 28rem;
}
.main-support .support-form .btn-search {
  float: right;
  width: 9rem;
  font-size: 1.4rem;
}
.main-support .support-form .list-has-btn {
  margin-right: 10rem;
}
.main-support .support-form .list-childs {
  margin-left: -2rem;
}
.main-support .support-form .list-childs .list-child {
  float: left;
  width: 33.33%;
}
.main-support .support-form .list-childs .child-cont {
  margin-left: 2rem;
}
.main-support .land-lists {
  min-height: 53rem;
  margin-left: -2.4rem;
}
.main-support .land-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-support .land-lists li {
  float: left;
  width: 33.33%;
}
.main-support .land-lists .li-card {
  margin: 0 0 1.6rem 2.4rem;
  background: #fff;
  height: 14.2rem;
  padding: 2.6rem 2.4rem;
  border: 0.1rem solid #D5D5D5;
  cursor: pointer;
}
.main-support .land-lists .li-card.active {
  padding: 2.5rem 2.3rem;
  border: 0.2rem solid #B07A2A;
}
.main-support .land-lists .li-title {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-support .land-lists .key-item {
  float: left;
  margin-top: 1.2rem;
  width: 40%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-support .land-lists .key-item:nth-child(even) {
  width: 60%;
}
.main-support .land-lists .key-val {
  color: #333;
}
.main-support .model-lists {
  margin-left: -2.4rem;
}
.main-support .model-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-support .model-lists li {
  float: left;
  position: relative;
  width: 50%;
}
.main-support .model-lists .li-card {
  margin: 0 0 1.6rem 2.4rem;
  background: #fff;
  border: 0.1rem solid #D5D5D5;
  padding: 2.6rem 2.4rem;
  cursor: pointer;
}
.main-support .model-lists .li-card.active {
  border: 0.2rem solid #B07A2A;
  padding: 2.5rem 2.3rem;
}
.main-support .model-lists .li-edit {
  position: absolute;
  right: 2rem;
  bottom: 2.5rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #086ADC;
  cursor: pointer;
}
.main-support .model-lists .li-title {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-support .model-lists .li-keys {
  overflow: hidden;
}
.main-support .model-lists .key-item {
  float: left;
  margin-top: 1.2rem;
  width: 40%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-support .model-lists .key-item:nth-child(even) {
  width: 60%;
}
.main-support .model-lists .key-val {
  color: #333;
}
.main-support .layout-types {
  padding: 2rem 0 4rem 0;
  text-align: center;
  font-size: 0;
}
.main-support .layout-types li {
  margin: 0 3rem;
  display: inline-block;
  vertical-align: top;
  width: 32rem;
  cursor: pointer;
}
.main-support .layout-types .type-head {
  border: 0.1rem solid #B2B2B2;
  padding: 1rem;
}
.main-support .layout-types .type-img {
  width: 100%;
}
.main-support .layout-types .type-name {
  margin-top: 1.6rem;
  line-height: 2.6rem;
  font-size: 1.8rem;
  color: #333;
}
.main-support .submit-seat {
  height: 5rem;
}
.industry-detail .detail-title {
  margin: 2rem 0;
  font-size: 2rem;
  line-height: 3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.industry-detail .detail-title span {
  float: left;
}
.industry-detail .detail-title .el-ctl {
  float: right;
  height: 3.6rem;
  font-size: 1.4rem;
  width: 40%;
}
.industry-detail .detail-cont {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-indent: 2em;
  line-height: 3rem;
  color: #333;
}
.industry-detail .detail-cont .detail-des {
  margin-top: 2rem;
  text-indent: 2em;
  font-size: 1.6rem;
  line-height: 3rem;
}
.industry-detail .detail-chart {
  height: 50rem;
  border: 1px solid #eee;
}
.about-main-cont {
  margin-top: 3.6rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about-main-cont .module-about-case {
  width: 36rem;
  background: #F6F6F6;
  padding: 2.4rem 2.4rem 4rem;
}
.about-main-cont .module-about-case .module-head {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #333;
  line-height: 2.8rem;
  font-weight: bold;
}
.about-main-cont .module-about-case .module-more {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #B07A2A;
}
.about-main-cont .module-about-case .case-lists {
  margin-bottom: 2rem;
}
.about-main-cont .module-about-case .case-lists .case-link {
  margin-bottom: 2rem;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.about-main-cont .module-about-case .case-lists .case-link:hover img {
  transform: scale(1.1);
}
.about-main-cont .module-about-case .case-lists .case-link img {
  width: 100%;
  transition: all 1.6s;
}
.about-main-cont .module-about-case .case-lists .case-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 100;
}
.about-main-cont .module-about-expert {
  width: 36rem;
  padding-top: 5rem;
}
.about-main-cont .module-about-expert .expert-cont {
  position: relative;
  height: 100%;
  padding: 2rem 2.8rem 4rem;
  background: #F6F6F6;
}
.about-main-cont .module-about-expert .expert-item {
  margin-bottom: 9rem;
  position: relative;
}
.about-main-cont .module-about-expert .expert-item:last-child {
  margin: 0;
}
.about-main-cont .module-about-expert .expert-head {
  position: absolute;
  left: 0;
  top: -6.6rem;
  width: 11.4rem;
  height: 11.4rem;
  border: 0.1rem solid #D5D5D5;
  border-radius: 50%;
  overflow: hidden;
}
.about-main-cont .module-about-expert .expert-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-main-cont .module-about-expert .expert-info {
  margin-left: 13.4rem;
  min-height: 5rem;
}
.about-main-cont .module-about-expert .expert-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.about-main-cont .module-about-expert .expert-title {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
}
.about-main-cont .module-about-expert .expert-des {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
}
.base-detail-cont {
  padding-bottom: 4rem;
}
.base-detail-cont p {
  margin: 2.4rem 0;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
  font-weight: 100;
}
.base-detail-cont p:first-child {
  margin-top: 0;
}
.base-detail-cont img {
  max-width: 100%;
  height: auto !important;
}
.main-develop {
  margin: -11.6rem 0 -5rem;
  padding: 3rem 3rem 0;
  background: #fff;
}
.main-develop .develop-head {
  overflow: hidden;
}
.main-develop .develop-head .head-info {
  float: left;
  width: 20rem;
  height: 24rem;
  border: 0.1rem solid #707070;
  padding-top: 3.5rem;
}
.main-develop .develop-head .info-line {
  padding-left: 5.8rem;
  width: 110%;
  line-height: 6rem;
  font-size: 3.2rem;
  color: #241F1F;
  background: #fff;
  white-space: nowrap;
  letter-spacing: 0.4rem;
}
.main-develop .develop-head .head-img {
  float: right;
  width: 60.2rem;
}
.main-develop .develop-head .head-img img {
  width: 100%;
}
.main-develop .base-detail-cont {
  width: 82rem;
}
.main-service {
  margin-top: -11.6rem;
  padding: 3.5rem 3rem 0;
  background: #fff;
}
.main-service .service-lists {
  margin-left: -3.4rem;
  font-size: 0;
}
.main-service .service-lists li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.main-service .service-lists .li-link {
  display: block;
  margin: 0 0 3.4rem 3.4rem;
  border: 0.1rem solid #E6E6E6;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-decoration: none;
  overflow: hidden;
}
.main-service .service-lists .li-link:hover .li-head img {
  transform: scale(1.1);
}
.main-service .service-lists .li-head {
  float: left;
  width: 30.5rem;
  height: 20rem;
  overflow: hidden;
}
.main-service .service-lists .li-head img {
  width: 100%;
  height: 100%;
  transition: all 1.6s;
}
.main-service .service-lists .li-cont {
  margin: 0 2rem 0 32.6rem;
  height: 20rem;
  display: flex;
  align-items: center;
}
.main-service .service-lists .cont-box {
  width: 100%;
}
.main-service .service-lists .li-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.main-service .service-lists .li-des {
  color: #333;
}
.main-service .pub-lists {
  font-size: 0;
  text-align: center;
  overflow: auto;
}
.main-service .pub-lists li {
  margin: 0 2rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.main-service .pub-lists .li-cont {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  border: .4rem solid #aaa;
}
.main-service .pub-lists li.active .li-cont {
  border-color: #B07A2A;
}
.main-service .pub-lists li.active .li-name {
  color: #B07A2A;
}
.main-service .pub-lists .li-cont img {
  width: 100%;
  height: 100%;
}
.main-service .pub-lists .li-name {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 2rem;
}
.pub-iframe-cont {
  margin-top: 3rem;
  border: 1px solid #ccc;
  width: 100%;
  height: 80vh;
}
.pub-iframe-cont iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.main-news {
  margin-top: -11.6rem;
  padding: 3rem 4rem 0;
  background: #fff;
  min-height: 14rem;
}
.main-news .news-lists li {
  margin-bottom: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 3rem;
}
.main-news-detail {
  margin-bottom: -5rem;
}
.main-news-detail .module-detail {
  width: 88rem;
}
.main-news-detail .detail-title {
  margin-bottom: 1.4rem;
  font-size: 3.6rem;
  color: #333;
  text-align: center;
  line-height: 5rem;
  font-weight: bold;
}
.main-news-detail .detail-time {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333;
  text-align: center;
}
.main-ctpic {
  margin-top: -11.6rem;
  padding: 4rem 3rem 0;
  background: #fff;
}
.main-ctpic .ctpic-lists {
  margin-left: -2rem;
}
.main-ctpic .ctpic-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-ctpic .ctpic-lists li {
  float: left;
  width: 33.33%;
  padding-top: 6rem;
}
.main-ctpic .ctpic-lists .li-cont {
  position: relative;
  display: block;
  margin-left: 2rem;
  height: 14.2rem;
  border: 0.1rem solid #e5e5e5;
}
.main-ctpic .ctpic-lists .li-head {
  position: absolute;
  left: 2rem;
  top: -4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
}
.main-ctpic .ctpic-lists .li-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-ctpic .ctpic-lists .li-code {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  width: 3.6rem;
}
.main-ctpic .ctpic-lists .li-code img {
  position: relative;
  z-index: 10;
  width: 100%;
  transition: all 0.6s;
}
.main-ctpic .ctpic-lists .li-code img:hover {
  transform: scale(5.83);
}
.main-ctpic .ctpic-lists .li-info {
  margin: 1.5rem 0 0 18rem;
}
.main-ctpic .ctpic-lists .info-name {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  font-weight: bold;
}
.main-ctpic .ctpic-lists .info-des {
  font-size: 1.4rem;
  color: #333;
  line-height: 2.4rem;
}
.main-branch {
  margin-top: -11.6rem;
  padding: 3rem 3rem 0;
  background: #fff;
}
.main-branch .branch-lists li {
  padding: 4rem 2rem;
  border-bottom: 0.1rem solid #B2B2B2;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.main-branch .branch-lists .li-head {
  width: 26rem;
  height: 35rem;
  overflow: hidden;
}
.main-branch .branch-lists .li-head img {
  width: 100%;
}
.main-branch .branch-lists .li-cont {
  width: calc(100% - 31rem);
  height: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-branch .branch-lists .cont-body {
  width: 100%;
}
.main-branch .branch-lists .li-title {
  margin-bottom: 2rem;
  line-height: 4.4rem;
  font-size: 3.2rem;
  color: #333;
}
.main-branch .branch-lists .li-des {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333;
  font-weight: 100;
}
.main-branch .branch-lists .li-intro {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4em;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333;
  font-weight: 100;
}
.main-branch .branch-lists .li-intro:last-child {
  margin: 0;
}
.main-branch .branch-lists .intro-label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.main-branch .branch-lists .intro-link {
  color: #B07A2A;
}
.main-contact {
  margin: -11.6rem 0 -5rem;
  padding: 5rem 4rem 0;
  background: #fff;
}
.main-contact .about-main-cont {
  margin: 0;
}
.main-contact .contact-info {
  width: calc(100% - 40rem);
  padding-bottom: 5rem;
}
.main-contact .contact-info .info-title {
  padding: 0.8rem 0 2rem;
  font-size: 2.8rem;
  color: #333;
  line-height: 4rem;
  font-weight: bold;
}
.main-contact .contact-info .info-list {
  font-size: 1.6rem;
  color: #333;
  line-height: 3.2rem;
}
.main-contact .contact-info .list-label {
  font-weight: bold;
}
.main-contact .contact-info .info-img {
  margin-top: 2rem;
  width: 100%;
}
.main-zk-service {
  margin-top: -11.6rem;
  padding: 3rem 3rem 0;
  background: #fff;
  min-height: 14rem;
}
.main-zk-service .base-title {
  margin: 4rem 0 2.8rem;
  overflow: hidden;
  line-height: 4rem;
  color: #333;
  font-size: 0;
}
.main-zk-service .base-title:first-child {
  margin-top: 0;
}
.main-zk-service .base-title .title-txt {
  float: left;
  font-size: 2.8rem;
}
.main-zk-service .base-title .title-more {
  float: right;
  font-size: 1.6rem;
  color: #B07A2A;
}
.main-zk-service .viewpoint-lists {
  margin-left: -2.4rem;
  overflow: hidden;
}
.main-zk-service .viewpoint-lists li {
  float: left;
  width: 25%;
}
.main-zk-service .viewpoint-lists .li-cont {
  display: block;
  margin-left: 2.4rem;
}
.main-zk-service .viewpoint-lists .li-head {
  height: 13.6rem;
  overflow: hidden;
}
.main-zk-service .viewpoint-lists .li-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-zk-service .viewpoint-lists .li-title {
  margin-top: 1.6rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.main-zk-service .news-types {
  margin-bottom: 3rem;
  font-size: 0;
  overflow: auto;
}
.main-zk-service .news-types li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3rem 0 0;
  width: 17.8rem;
  padding: 0 2rem;
  background: #E6E6E6;
  line-height: 4.4rem;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
  text-align: center;
}
.main-zk-service .news-types li:last-child {
  margin: 0;
}
.main-zk-service .news-types li.active {
  background: #BA8C4A;
  color: #fff;
}
.main-zk-service .view-news {
  overflow: hidden;
}
.main-zk-service .view-news .news-topic {
  float: left;
  width: 58.6rem;
  display: block;
}
.main-zk-service .view-news .news-topic .topic-head {
  height: 36rem;
}
.main-zk-service .view-news .news-topic .topic-head img {
  height: 100%  ;
  width: 100%;
  object-fit: cover;
}
.main-zk-service .view-news .news-topic .topic-title {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.main-zk-service .view-news .news-lists {
  float: right;
  width: calc(100% - 62.6rem);
}
.main-zk-service .view-news .news-lists li {
  margin-bottom: 2rem;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.2rem;
}
.main-zk-service .view-news .news-lists .li-date {
  margin-right: 2rem;
  vertical-align: middle;
  border-right: 0.1rem solid #909090;
  padding-right: 2rem;
  font-size: 1.6rem;
  color: #333;
}
.main-zk-service .view-news .news-lists .li-link {
  font-size: 1.6rem;
  vertical-align: middle;
}
.main-zk-service .pub-lists {
  margin-left: -6rem;
  overflow: hidden;
}
.main-zk-service .pub-lists li {
  float: left;
  width: 50%;
}
.main-zk-service .pub-lists a {
  text-decoration: none;
}
.main-zk-service .pub-lists .li-link {
  margin-left: 6rem;
  display: block;
  border: 0.1rem solid #E5E5E5;
  background: #F2F2F2;
}
.main-zk-service .pub-lists .li-head {
  height: 26rem;
  overflow: hidden;
  display: block;
}
.main-zk-service .pub-lists .li-head img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.main-zk-service .pub-lists a:hover .li-head img,
.main-zk-service .pub-lists a.li-head:hover img {
  transform: scale(1.1);
}
.main-zk-service .pub-lists .li-body {
  height: 19rem;
  padding: 2.4rem 3.2rem 0;
}
.main-zk-service .pub-lists .li-title {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-zk-service .pub-lists .li-des {
  margin-top: 1.6rem;
  height: 4.4rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-zk-service .pub-lists .li-more {
  position: relative;
  margin-top: 2.4rem;
  display: inline-block;
  vertical-align: top;
  padding-right: 3rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #B07A2A;
}
.main-zk-service .pub-lists .li-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.8rem;
  width: 2.2rem;
  height: 1.2rem;
  background: url(../images/service-pub-more-icon.png) no-repeat center center;
  background-size: 100% 100%;
}
.main-zk-service .pub-lists.ctpic-lists {
  margin-left: -2.4rem;
}
.main-zk-service .pub-lists.ctpic-lists li {
  width: 25%;
}
.main-zk-service .pub-lists.ctpic-lists .li-link {
  margin: 0 0 2.8rem 2.4rem;
}
.main-zk-service .pub-lists.ctpic-lists .li-head {
  height: 13.6rem;
}
.main-zk-service .pub-lists.ctpic-lists .li-body {
  height: 16rem;
  padding: 1.6rem 1.4rem 0;
}
.main-zk-service .pub-lists.ctpic-lists .li-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.main-zk-service .pub-lists.ctpic-lists .li-des {
  margin-top: 1.2rem;
  height: 4rem;
  line-height: 2rem;
  font-size: 1.4rem;
}
.main-zk-service .pub-lists.ctpic-lists .li-more {
  margin-top: 2rem;
}
.main-zk-service .pub-lists.lists-news {
  margin-left: -3.6rem;
}
.main-zk-service .pub-lists.lists-news li {
  width: 33.33%;
}
.main-zk-service .pub-lists.lists-news .li-link {
  margin: 0 0 0 3.6rem;
}
.main-zk-service .pub-lists.lists-news .li-head {
  height: 17.2rem;
}
.main-zk-service .pub-lists.lists-news .li-body {
  height: auto;
  padding: 1.8rem 2rem 2.2rem 2rem;
}
.main-zk-service .pub-lists.lists-news .li-title {
  height: 4.4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.main-zk-service .pub-lists.lists-news .li-des {
  margin-top: 1rem;
  height: 4rem;
  line-height: 2rem;
  font-size: 1.4rem;
}
.main-zk-service .pub-lists.lists-party {
  margin-left: -3.6rem;
}
.main-zk-service .pub-lists.lists-party li {
  width: 33.33%;
}
.main-zk-service .pub-lists.lists-party li:nth-child(n+4) .li-link {
  margin-top: 3.6rem;
}
.main-zk-service .pub-lists.lists-party .li-link {
  margin: 0 0 0 3.6rem;
}
.main-zk-service .pub-lists.lists-party .li-head {
  height: 17.2rem;
}
.main-zk-service .pub-lists.lists-party .li-body {
  height: auto;
  padding: 1.8rem 2rem 2.2rem 2rem;
}
.main-zk-service .pub-lists.lists-party .li-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.main-zk-service .pub-lists.lists-party .li-des {
  margin-top: 2rem;
  height: 4rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #666;
}
.main-zk-journal {
  margin-top: -11.6rem;
  padding: 6rem 8rem 0;
  background: #fff;
  min-height: 14rem;
}
.main-zk-journal .journal-lists {
  overflow: hidden;
}
.main-zk-journal .journal-lists li {
  float: left;
  width: 32%;
  margin: 0 2% 3rem 0;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem;
  font-size: 1.6rem;
}
.main-zk-journal .journal-lists li:nth-child(3n) {
  margin-right: 0;
}
.main-zk-journal .journal-lists .li-date {
  color: #333;
  margin-right: 2rem;
}
.main-alliance .alliance-head {
  overflow: hidden;
  color: #241F1F;
}
.main-alliance .alliance-head .head-img {
  float: right;
  margin-right: 5rem;
  height: 29.6rem;
}
.main-alliance .alliance-head .head-title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: bold;
}
.main-alliance .alliance-head .head-des {
  font-size: 2.8rem;
  line-height: 4.6rem;
}
.main-alliance .alliance-rules {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
  color: #241F1F;
}
.main-alliance .alliance-rules .rules-img {
  width: 100%;
}
.main-alliance .alliance-rules .rules-dia {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46rem;
  padding: 3rem 2.4rem 1.4rem;
  border-bottom: 0.6rem solid #B07A2A;
  background: #fff;
}
.main-alliance .alliance-rules .dia-title {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
}
.main-alliance .alliance-rules .dia-des {
  margin-top: 1.5rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
}
.main-alliance .alliance-rules .dia-link {
  margin-top: 2.4rem;
  display: block;
  width: 20rem;
  background: #B07A2A;
  line-height: 4.2rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.main-alliance .member-lists {
  margin-left: -2.6rem;
  overflow: hidden;
}
.main-alliance .member-lists li {
  float: left;
  width: 20%;
}
.main-alliance .member-lists .li-cont {
  display: block;
  margin: 0 0 2.6rem 2.6rem;
  border: 1px solid #e5e5e5;
  padding: 1rem 1rem 2rem;
}
.main-alliance .member-lists .li-img {
  height: 11rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-alliance .member-lists.data-list .li-img {
  height: 13rem;
}
.main-alliance .member-lists .li-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-alliance .member-lists .li-name {
  line-height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-alliance .member-lists.data-list .li-name {
  margin-top: 1rem;
  line-height: 2rem;
}
.main-party .party-head {
  overflow: hidden;
  color: #241F1F;
  height: 29.6rem;
}
.main-party .party-head .head-img {
  float: right;
  width: 60.2rem;
  height: 100%;
  object-fit: cover;
}
.main-party .party-head .head-body {
  float: left;
  width: calc(100% - 60.2rem);
  height: 100%;
  background: #F2F2F2;
}
.main-party .party-head .head-title {
  margin-bottom: 4rem;
  padding-left: 5.8rem;
  font-size: 4rem;
  line-height: 10rem;
  font-weight: bold;
  background: #fff;
}
.main-party .party-head .head-title-sub {
  padding-left: 6.4rem;
  font-size: 3.6rem;
  line-height: 6rem;
}
.main-party .party-head .head-des {
  padding-left: 6.4rem;
  font-size: 3.2rem;
  line-height: 6rem;
}
.main-party .seen-lists {
  margin-left: -2rem;
  overflow: hidden;
}
.main-party .seen-lists li {
  float: left;
}
.main-party .seen-lists li.w-2.h-3 {
  float: right;
}
.main-party .seen-lists li.w-1 {
  width: 16.66%;
}
.main-party .seen-lists li.w-2 {
  width: 33.33%;
}
.main-party .seen-lists li.h-1 .li-cont {
  height: 12.5rem;
}
.main-party .seen-lists li.h-2 .li-cont {
  height: 27rem;
}
.main-party .seen-lists li.h-3 .li-cont {
  height: 41.5rem;
}
.main-party .seen-lists .li-cont {
  margin: 0 0 2rem 2rem;
  display: block;
  cursor: pointer;
}
.main-party .seen-lists .li-img {
  width: 100%;
  height: 100%;
}
.main-party .seen-cards {
  margin-left: -3.6rem;
  overflow: hidden;
}
.main-party .seen-cards li {
  float: left;
  width: 33.33%;
}
.main-party .seen-cards .li-cont {
  margin: 0 0 3.6rem 3.6rem;
  display: block;
  padding: 1px 1px 1.8rem;
  background: #F2F2F2;
  cursor: pointer;
}
.main-party .seen-cards .li-img {
  width: 100%;
  height: 30rem;
}
.main-party .seen-cards .li-img img {
  width: 100%;
  height: 100%;
}
.main-party .seen-cards .li-title {
  margin-top: 1.4rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-join {
  margin-top: -11.6rem;
  padding: 3rem 3rem 0;
  background: #fff;
  min-height: 14rem;
}
.main-decision .device-form {
  display: none;
  position: absolute;
  z-index: 1500;
  right: 50px;
  bottom: 60px;
  width: 270px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  line-height: 26px;
}
.main-decision .device-form .form-close {
  position: absolute;
  right: 6px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/map-form-close.png) no-repeat center center;
  background-size: 60%;
  cursor: pointer;
}
.main-decision .device-form .form-list {
  margin-top: 8px;
  position: relative;
}
.main-decision .map-search .search-card .card-list textarea.el-ctl ,
.main-decision .device-form textarea.el-ctl {
  resize: none;
  height: 160px;
  padding: 6px 8px;
  line-height: 18px;
}
.main-decision .device-form .form-label .el-btn {
  float: right;
  margin-top: 3px;
  line-height: 18px;
  font-size: 12px;
  width: 60px;
}
.main-decision .device-form .form-unit {
  line-height: 28px;
}
.main-decision .device-form .el-ctl {
  height: 28px;
  border: 1px solid #fff;
  background: transparent;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
}
.main-decision .device-form .el-ctl option {
  color: #333;
}
.main-decision .device-form select.el-ctl {
  padding: 0 2px;
}
.main-decision .device-form .pos-lists {
  height: 200px;
  overflow: auto;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.1);
  white-space: normal;
}
.main-decision .device-form .pos-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-decision .device-form .pos-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-decision .device-form .pos-lists li {
  display: inline;
  font-size: 12px;
  line-height: 16px;
}
.main-decision .device-lists {
  margin-bottom: 4rem;
  font-size: 0;
  white-space: nowrap;
  line-height: 20px;
}
.main-decision .device-lists li {
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.main-decision .device-lists li.active {
  background: rgba(255, 255, 255, 0.15);
}
.main-decision .device-lists li > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.main-decision .device-lists .li-index {
  width: 40px;
}
.main-decision .device-lists .li-name {
  width: calc(100% - 70px);
}
.main-decision .device-lists .li-area {
  width: calc(100% - 105px);
  cursor: pointer;
}
.main-decision .device-lists .li-color {
  width: 35px;
}
.main-decision .device-lists .li-act {
  width: 30px;
}
.main-decision .device-lists .act-item {
  cursor: pointer;
}
.main-decision .device-lists .color-item {
  margin-top: 3px;
  width: 12px;
  height: 12px;
}
.color-lists {
  margin-bottom: 1.5rem;
  font-size: 0;
  overflow: hidden;
}
.color-lists li {
  float: left;
  width: 50%;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #fff;
}
.color-lists .color-item{
  margin-right: .6rem;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.tip-item {
  position: relative;
  margin-left: .6rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/iframe-tip-icon.png) no-repeat;
  background-size: 100% 100%;
}
.tip-item .tip-cont {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 .5rem rgba(0,0,0,.2);
  padding: .5rem 1.4rem;
  border-radius: .3rem;
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 2rem;
  z-index: 100;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
}
.tip-item:hover .tip-cont {
  display: block;
}
.form-btn-fixed {
  height: 8rem;
}
.form-btn-fixed .fixed-cont {
  width: 100%;
  padding: 2rem 0;
  background: #fff;
  text-align: center;
}
.form-btn-fixed.fixed .fixed-cont {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 1rem rgba(0,0,0,.2);
  z-index: 1000;
}
.form-btn-fixed .el-btn {
  margin: 0 .3rem;
  width: 20rem;
}
.form-btn-fixed {}
.table-list {
  clear: both;
  position: relative;
}
.table-list:after {
  content: '';
  display: block;
  clear: both;
}
.table-list .list-btn {
  position: absolute;
  left: 100%;
  bottom: 1.6rem;
  margin-left: 2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.table-list .list-btn:before ,
.table-list .list-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.table-list .list-btn:before {
  margin: -.15rem 0 0 -1rem;
  width: 2rem;
  height: .3rem;
}
.table-list .list-btn.add:after {
  margin: -1rem 0 0 -.15rem;
  height: 2rem;
  width: .3rem;
}
.table-list .list-btn.add {
  background: #B07A2A;
}
.table-list .list-btn.remove {
  background: red;
}
.chart-subtip {
  position: relative;
  top: -.5rem;
  border-radius: .4rem;
  border: 1px solid #f8ebb5;
  background: #fdf8e6;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  color: #333;
  line-height: 2.2rem;
}
.main-join {
  font-size: 16px;
  color: #000;
}
.main-join ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style: decimal;
}
.main-join ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style: disc;
}
.main-join li {
  list-style: inherit;
}
.main-join em {
  font-style: italic;
  color: inherit;
}
.main-join p {
  margin: 1em 0;
}
.main-join table,.main-join tr,.main-join th,.main-join td {
  border-collapse: separate;
}
.main-join {}
.main-join {}
.main-join {}
.main-join {}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 8.5px;
  }
  .container {
    width: auto;
    margin: 0 15px;
  }
  .header,
  .header-nav {
    height: 7.2rem;
  }
  .header-nav .header-logo {
    margin-top: 1rem;
    height: 5.2rem;
  }
  .header-nav .header-mobile {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/header-mobile-bar.png) no-repeat center center;
    background-size: 80% auto;
    z-index: 1000;
    cursor: pointer;
  }
  .header-nav .header-navs {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
  }
  .header-nav .header-warp .warp-log {
    color: #fff;
  }
  .main-index .index-banner .banner-lists{
    height: 24rem;
  }
  .header-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .header-nav .header-navs .navs-cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    line-height: 34px;
    background: #B07A2A;
    padding: 20px 0;
    overflow: auto;
  }
  .header-nav .header-warp {
    margin: 10px 20px 0;
    float: none;
    text-align: center;
  }
  .header-nav .header-warp .search-icon {
    background-image: url(../images/header-search-icon-white.png);
  }
  .header-nav .header-warp .warp-link {
    border-color: #fff;
    color: #fff;
    padding: 0 2rem;
  }
  .header-nav .menu-lists {
    margin: 20px 10px 0 !important;
    float: none;
  }
  .header-nav .menu-lists li {
    float: none;
    margin: 0;
  }
  .header-nav .menu-lists .nav-link {
    color: #fff !important;
  }
  .header-nav .menu-lists .nav-cont {
    position: static;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    margin: 10px 0;
    box-shadow: none;
  }
  .header-nav .menu-lists .nav-child .child-link {
    color: #fff;
    line-height: 36px;
    text-align: center;
  }
  .footer .footer-copyright {
    padding: 1.4rem 0 0;
  }
  .footer .footer-links .code-lists {
    display: none;
  }
  .footer .footer-links .footer-logo {
    height: 4rem;
  }
  .footer .footer-links .link-lists {
    float: none;
    margin: 0 0 0 5.5rem;
  }
  .footer .footer-links .link-lists a {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
  .main-index .index-banner .banner-info {
    padding-top: 9rem;
  }
  .main-index .index-banner .banner-img {
    height: 28rem;
  }
  .main-index .index-banner .banner-info .info-title {
    font-size: 2.4rem;
  }
  .main-index .index-banner .banner-info .info-des {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0;
  }
  .main-index .index-banner .banner-info .info-link {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    border-radius: 0.4rem;
  }
  .main-index .module-title {
    padding: 2rem 0;
  }
  .main-index .module-title .title-cn {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .main-index .module-title .title-en {
    font-size: 1.4rem;
  }
  .main-index .module-title .title-more {
    height: 2rem;
    top: 2.5rem;
    font-size: 1.4rem;
  }
  .main-index .module-dynamic li.w-50 {
    width: 100%;
  }
  .main-index .module-dynamic li.w-25 {
    width: 50%;
  }
  .main-index .module-dynamic li.h-2 {
    height: 32rem;
  }
  .main-index .module-dynamic li.h-1 {
    height: 16rem;
  }
  .main-index .module-policy .policy-hot {
    height: auto;
  }
  .main-index .module-policy .policy-hot .hot-head {
    position: static;
    width: 100%;
    height: 20rem;
  }
  .main-index .module-policy .policy-hot .hot-body {
    margin: 0;
    padding: 2rem;
  }
  .main-index .module-policy .policy-hot .hot-body .body-cont {
    padding-right: 9rem;
  }
  .main-index .module-policy .policy-hot .hot-body .more-link {
    margin-top: 1.5rem;
  }
  .main-index .module-policy .policy-lists {
    margin-top: 1rem;
  }
  .main-index .module-policy .policy-lists li {
    width: 100%;
    margin: 0!important;
    padding: 1.4rem 0;
  }
  .main-index .module-policy .policy-lists a {
    margin-right: 12rem;
  }
  .main-index .module-support .support-info {
    position: relative;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    padding: 2rem 15px;
  }
  .main-index .module-support .support-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-index .module-support .support-info .info-des {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .main-index .module-support .support-info .info-link {
    margin-top: 2rem;
    line-height: 3.2rem;
    border-radius: 0.4rem;
  }
  .main-index .module-case .case-body {
    padding: 1.5rem;
  }
  .main-index .module-case .case-body .li-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main-index .module-case .case-body .li-des {
    margin-top: 1rem;
    line-height: 2.2rem;
    color: #777;
  }
  .main-index .module-case .case-body .more-link {
    margin-top: 1rem;
  }
  .main-index .module-case li {
    height: 28rem;
  }
  .main-index .module-case .case-head .logo-img {
    height: 4rem;
  }
  .bread-crumb {
    padding: 1rem 0;
  }
  .main {
    padding-bottom: 4rem;
  }
  .main .main-title {
    font-size: 2.4rem;
    margin: 0;
  }
  .main .main-title-en {
    font-size: 2rem;
    line-height: 2rem;
  }
  .main .main-head {
    height: auto !important;
    padding-bottom: 2rem;
    background-size: cover;
  }
  .main-dynamic {
    margin: 0;
    padding: 2rem 0 0;
  }
  .main-dynamic .dynamic-banner .banner-img {
    height: 20rem;
    float: none;
  }
  .main-dynamic .dynamic-banner .banner-news {
    float: none;
    width: 100%;
    margin-top: 2rem;
  }
  .main-dynamic .dynamic-banner .banner-news li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .main-dynamic .dynamic-search {
    margin-top: 3rem;
  }
  .main-dynamic .dynamic-search .search-select {
    width: 40%;
  }
  .main-dynamic .dynamic-search .el-select .select-text {
    height: 4rem;
    padding: 0 4rem 0 1.5rem;
    line-height: 3.8rem;
  }
  .main-dynamic .dynamic-search .search-cont {
    width: 58%;
  }
  .main-dynamic .dynamic-search .el-ctl {
    height: 4rem;
    padding: 0 5rem 0 1.5rem;
  }
  .main-dynamic .dynamic-search .search-btn {
    width: 5rem;
    height: 4rem;
    background-size: auto 2.2rem;
  }
  .card-lists {
    margin: 2rem 0 0 -1.5rem;
  }
  .main-dynamic .card-lists {
    margin: 2rem 0 0 -1.5rem;
  }
  .card-lists li {
    margin-bottom: 2rem;
    width: 50%;
  }
  .card-lists .li-cont {
    margin-left: 1.5rem !important;
  }
  .card-lists .li-img {
    height: 12rem;
  }
  .main-dynamic-detail {
    padding: 2rem 0;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .list-data .news-date .news-link,
  .main-index .module-policy .policy-hot .hot-body .hot-des,
  .main .main-title.detail-title,
  .header-nav .header-warp .warp-link,
  .body-index .header-nav.header-trans .header-warp .warp-link,
  .main-index .module-support .support-info .info-des {
    font-weight: normal;
  }
  .main-data .data-search {
    margin-top: 1.2rem;
    width: 100%;
  }
  .main-data .data-search .search-nav li {
    min-width: 0;
    margin-right: 0.5rem;
    font-size: 12px;
  }
  .submenu-mobile-bar {
    display: inline-block;
    margin-bottom: 14px;
    padding-left: 28px;
    line-height: 24px;
    font-size: 14px;
    color: #B07A2A;
    background: url(../images/header-mobile-bar.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-menu,
  .main-home .home-menu {
    position: fixed;
    z-index: 2000;
    top: 7.2rem;
    left: -60%;
    width: 60% !important;
    height: auto;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.6s;
    border: none;
  }
  .search-menu.open,
  .main-home .home-menu.open {
    left: 0;
  }
  .main-data .data-search-result,
  .main-home {
    margin-top: 2rem;
  }
  .main-data .result-content,
  .main-home .home-container {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
  }
  .main-data .data-lists .li-base .li-img {
    width: 15rem;
    height: 12rem;
  }
  .main-data .data-lists .li-base .list-data {
    margin: 0 16rem 0 0;
  }
  .main-data .data-lists .li-picture .li-cont {
    margin: 0 0 2rem 1rem;
  }
  .main-data .data-lists {
    margin-left: -1rem;
  }
  .main-data .data-lists .li-base {
    margin-left: 1rem;
  }
  .main-data .data-lists .li-picture {
    width: 50%;
  }
  .main-data .data-lists .li-picture .li-title {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .main-data-detail {
    margin-top: 2rem;
    border: none;
    padding: 0;
  }
  .main-home .home-container .info-title {
    font-size: 2.3rem;
  }
  .main-home .home-container .psd-form {
    width: auto;
  }
  .main-home .home-container > .el-item {
    padding: 0;
    border: none;
  }
  .el-table table {
    width: 200%;
  }
  .main-home .home-container .use-form .form-ctl {
    width: 70%;
    margin-bottom: 0.8rem;
    height: 3.6rem;
  }
  .main-home .home-container .use-form .form-label {
    width: 7.5rem;
    line-height: 3.6rem;
  }
  .main-home .home-container .use-form .date-label {
    line-height: 3.4rem;
    font-size: 1.4rem;
  }
  .main-home .home-container .use-form .date-icon,
  .main-home .home-container .use-form .date-ctl,
  .main-home .home-container .use-form .form-btn {
    height: 3.4rem;
  }
  .main-home .home-container .use-form .date-ctl {
    font-size: 1.4rem;
  }
  .main-login {
    padding: 4rem 0;
  }
  .main-login .logo-img {
    height: 5rem;
  }
  .main-login .login-form {
    width: 92%;
    left: 4%;
    margin-left: 0;
    padding: 3rem;
  }
  .main-support .support-lists {
    margin: 0;
  }
  .main-support .support-lists li {
    float: none;
    width: 100%;
  }
  .main-support .support-lists .li-cont {
    margin: 0 0 1.5rem 0;
    height: auto;
    padding: 2rem;
  }
  .main-support .support-lists .li-head {
    width: 10rem;
    height: 12rem;
  }
  .main-support .support-lists .cont-body {
    margin-right: 12rem;
  }
  .main-support .support-lists .li-title {
    font-size: 1.8rem;
  }
  .main-support .support-lists .li-des {
    margin-top: 1.4rem;
  }
  .main-support .support-lists .li-btn {
    margin-top: 1.4rem;
    border-radius: 0.4rem;
  }
  .main-support .support-form {
    margin-left: -1.5rem;
  }
  .main-support .support-form .list-cont,
  .main-support .support-form .form-title {
    margin-left: 1.5rem;
  }
  .main-support .support-form .form-list.li-5,
  .main-support .support-form .form-list.li-3 {
    width: 50%;
  }
  .main-support .support-form .btn-group .el-btn.lang {
    width: 20rem;
  }
  .main-support .land-lists li {
    width: 100%;
  }
  .data-none {
    height: auto;
    padding: 4rem 0 8rem;
  }
  .data-none .none-img {
    height: 18rem;
  }
  .data-none .none-des {
    font-size: 1.4rem;
    margin-toP: 3rem;
  }
  .main-support .layout-types li {
    margin: 0 2%;
    width: 46%;
  }
  .main-support .layout-types .type-head {
    padding: 0.6rem;
  }
  .main-support .layout-types .type-name {
    font-size: 1.5rem;
  }
  .form-submit .submit-cont {
    padding: 1.4rem 0;
  }
  .form-submit .submit-title {
    font-size: 1.4rem;
  }
  .form-submit .el-btn {
    width: 10rem;
  }
  .layout-items li {
    width: 100%;
  }
  .layout-items .item-card {
    padding: 1.5rem 1.5rem 2rem;
  }
  .main-support .submit-seat {
    height: 2rem;
  }
  .main-support .model-lists li {
    width: 100%;
  }
  .main-home .el-tags {
    margin: 1.4rem 0 2rem;
  }
  .el-tags li {
    margin-left: 0.6rem;
  }
  .main-login .login-form.regist {
    margin-top: 3rem;
    width: 100%;
  }
  .header-nav .menu-lists .nav-child {
    padding: 1.5rem 0;
  }
  .main-zk-service{
    margin: 0;
    padding: 20px 0;
  }
  .main-zk-service .base-title .title-txt{
    font-size: 2.2rem;
  }
  .main-zk-service .viewpoint-lists li{
    width: 50%;
  }
  .main-zk-service .viewpoint-lists .li-cont{
    margin: 0 0 2rem 2.4rem;
  }
  .main-zk-service .base-title{
    margin: 2rem 0 1.5rem;
  }
  .main-zk-service .news-types,.main-index .news-types{
    margin: 0 -15px 2rem;
    padding: 0 15px;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
  }
  .main-index .news-types li,
  .main-zk-service .news-types li{
    display: inline-block;
    vertical-align: top;
    margin-right: .8rem;
    float: none;
    width: auto;
    min-width: 0;
    padding: 0 1.5rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .main-zk-service .view-news .news-topic{
    width: 100%;
    float: none;
  }
  .main-zk-service .view-news .news-topic .topic-head{
    height: 24rem;
  }
  .main-zk-service .view-news .news-lists{
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
  .main-zk-service .pub-lists li{
    margin-bottom: 1rem;
    width: 100%;
  }
  .main-zk-service .pub-lists.ctpic-lists li{
    width: 50%;
  }
  .main-news-detail{
    margin: 0;
  }
  .about-main-cont{
    display: block;
  }
  .main-news-detail .module-detail{
    width: 100%;
  }
  .main-news-detail .detail-title{
    font-size: 2.6rem;
  }
  .main-service,.main-news,.main-join{
    margin: 0;
    padding: 20px 0;
  }
  .main-service .service-lists li{
    width: 100%;
  }
  .main-service .service-lists .li-head{
    width: 46%;
  }
  .main-service .service-lists .li-cont{
    margin: 0 1.4rem 0 50%;
  }
  .main-alliance .member-lists li{
    width: 50%;
  }
  .main-index .module-service li{
    width: 50%;
  }
  .main-index .module-service .li-head {
    height: 12rem;
  }
  .main-ctpic .ctpic-lists li {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */