﻿.link-button {
  border: 1px solid #3e8ee2;
  color: #3e8ee2;
  padding: 12px 20px;
  transition: all 0.3s;
  font-size: 16px;
}
.link-button:hover {
  border: 1px solid #3e8ee2;
  color: white;
  background-color: #3e8ee2 !important;
}
.el-button--primary {
  background-color: #3e8ee2 !important;
}
a {
  color: #038de2;
}
.login-container {
  background: url("../image/login-bg.png") center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.login-container .login-view-container {
  width: 80%;
  min-width: 1100px;
  max-width: 1620px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-container .login-view-container .login-logo {
  width: 40%;
}
.login-container .login-view-container .login-form {
  background-color: #fff;
  width: 530px;
  background: #ffffff;
  box-shadow: 0px 17px 28px 4px rgba(21, 53, 92, 0.4);
  border-radius: 12px;
  padding: 50px 60px;
}
.login-container .login-view-container .login-form h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 64px;
  position: relative;
}
.login-container .login-view-container .login-form h3:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 7px;
  background: #3e8ee2;
  border-radius: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.login-container .login-view-container .login-form .select-login-type {
  text-align: center;
  margin-top: 50px;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .el-input__inner {
  width: 100%;
  height: 60px;
  margin-top: 22px;
  border-radius: 8px;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .input-item {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .input-item
  span {
  width: 80px;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  margin-top: 15px;
  color: #999999;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .buttom-container {
  margin-top: 50px;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .buttom-container
  .el-button {
  width: 100%;
  height: 56px;
}
.login-container
  .login-view-container
  .login-form
  .form-container
  .input-container
  .buttom-container
  .el-button
  + .el-button {
  margin-left: 0;
  margin-top: 24px;
}
.register-container {
  background: url("../image/login-bg.png") center no-repeat;
  background-size: cover;
  height: 100vh;
  /*   min-height: 1000px; */
  position: relative;
}
.register-container .register-view-container {
  width: 80%;
  min-width: 1100px;
  max-width: 1620px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.register-container .register-view-container .register-logo {
  width: 40%;
}
.register-container .register-view-container .register-form {
  background-color: #fff;
  width: 580px;
  background: #ffffff;
  box-shadow: 0px 17px 28px 4px rgba(21, 53, 92, 0.4);
  border-radius: 12px;
  padding: 60px 60px 80px;
}
.register-container .register-view-container .register-form h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 64px;
  position: relative;
}
.register-container .register-view-container .register-form h3:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 7px;
  background: #3e8ee2;
  border-radius: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.register-container .register-view-container .register-form .form-container {
  margin-top: 30px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  span {
  width: 80px;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  margin-top: 15px;
  color: #999999;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  h4 {
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 15px;
  min-width: 120px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  .el-input {
  width: 85%;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  .el-input
  .el-input__inner {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  font-size: 16px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  .el-input
  select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 1px 10px 1px 10px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #dcdfe6;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  .el-input
  .select-placeholder {
  color: #bbbd;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .input-item
  .input-label
  .el-input2 {
  width: 75%;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .buttom-container {
  margin-top: 50px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .buttom-container
  .el-button {
  width: 100%;
  height: 56px;
  font-size: 16px;
}
.register-container
  .register-view-container
  .register-form
  .form-container
  .input-container
  .buttom-container
  .el-button
  + .el-button {
  margin-left: 0;
  margin-top: 24px;
}
.patent-index .patent-index-search {
  width: 100%;
  position: relative;
}
.patent-index .patent-index-search .input-with-select {
  width: 60%;
  margin: 0px auto;
  border-radius: 15px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.patent-index .patent-index-search .input-with-select .el-select .el-input {
  width: 180px;
}
.patent-index
  .patent-index-search
  .input-with-select
  .input-with-select
  .el-input-group__prepend {
  background-color: #fff;
  padding-right: 0px !important;
  border-radius: 15px 0 0 15px;
}
.patent-index .patent-index-search .input-with-select .el-input__inner {
  height: 80px;
  border: 1px solid #fff;
}
.patent-index .patent-index-search .input-with-select .el-button,
.patent-index .patent-index-search .input-with-select .el-button--success {
  color: white;
  background-color: #3e8ee2;
  margin: 0 5px;
  padding: 18px 30px;
  border-radius: 15px;
  margin-right: 10px;
}
.patent-index .patent-index-search .input-with-select .el-input-group__append {
  background-color: #fff !important;
  padding-right: 0px;
  border: 1px solid #fff;
}
.patent-index .patent-index-search img {
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
  margin: 0px auto;
}
.patent-index .patent-index-body {
  padding-bottom: 97px;
}
.patent-index .patent-index-body .fix-container {
  display: flex;
  justify-content: space-between;
}
.patent-index
  .patent-index-body
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item {
  cursor: pointer;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  width: 280px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-width: 10px;
  box-shadow: 0 0 20px 20px rgba(190, 179, 195, 0.1);
}
.patent-index
  .patent-index-body
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  img {
  width: 80px;
}
.patent-index
  .patent-index-body
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 24px;
  margin-top: 26px;
}
.patent-index
  .patent-index-body
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  P {
  font-size: 15px;
  margin-top: 14px;
}
.patent-index
  .patent-index-body
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover {
  border: 1px solid #3e8ee2;
  border-bottom-width: 10px;
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item {
  cursor: pointer;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  width: 380px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 0 20px 20px rgba(190, 179, 195, 0.1);
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  img {
  width: 95px;
  margin: 0px auto;
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 24px;
  margin-top: 26px;
  text-align: center;
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  span {
  font-size: 14px;
  margin-top: 14px;
  display: block;
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  P {
  font-size: 14px;
  margin-top: 14px;
  text-align: center;
}
.patent-index
  .patent-index-body
  .domain-specific-search
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover {
  background-color: #3e8ee2;
  color: #fff;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item {
  padding: 40px 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 20px rgba(190, 179, 195, 0.1);
  border-radius: 20px;
  width: 380px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  img {
  width: 110px;
  margin: 0px auto;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 24px;
  margin-top: 26px;
  text-align: center;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  P {
  font-size: 14px;
  margin-top: 14px;
  text-align: center;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  .tag-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  .tag-list
  li {
  margin: 6px 0px;
  font-size: 12px;
  width: 49%;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  .tag-list
  li
  span {
  color: #666;
  font-size: 14px;
  line-height: 14px;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item
  .tag-list
  li
  a {
  color: #666;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:nth-child(3)
  .tag-list
  li:nth-child(1),
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:nth-child(3)
  .tag-list
  li:nth-child(2) {
  width: 100%;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:nth-child(3)
  .tag-list
  li:nth-child(3),
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:nth-child(3)
  .tag-list
  li:nth-child(4) {
  width: 100%;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover {
  background-color: #3e8ee2;
  color: #fff;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover
  span {
  color: white !important;
}
.patent-index
  .patent-index-body
  .intellectual-property-consulting
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover
  a {
  color: white !important;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__item {
  height: auto;
  padding: 45px;
  background-color: #fff;
  width: 380px;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #2f374b;
  cursor: pointer;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__nav-wrap {
  overflow: visible;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__nav-scroll {
  overflow: visible;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .is-active {
  background-color: #3e8ee2;
  color: #fff;
  transition: all 0.3s;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .is-active::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  right: -10px;
  border-right: none;
  top: 40%;
  margin-left: -6px;
  border-width: 10px;
  border-right-width: 10px;
  border-color: #fff;
  border-left-color: #3e8ee2;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__active-bar {
  display: none;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__nav-wrap::after {
  background-color: #fff;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .el-tabs__nav-wrap::after {
  display: none;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .label-sm {
  display: none;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .label-lg {
  display: block;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body {
  margin-left: 24px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul {
  background-color: #fff;
  border-radius: 20px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li {
  justify-content: start;
  padding: 23px 25px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li:last-child {
  border: none;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  img {
  width: 190px;
  height: 115px;
  object-fit: cover;
  border-radius: 12px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text {
  margin-left: 24px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  h3 {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #2f374b;
  margin-bottom: 18px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  span {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  align-items: center;
  color: #999 !important;
  margin-right: 25px;
  line-height: 14px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  .data {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  .data:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-data.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  .view {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .intell-property-training
  .patent-search-content
  .tab-body
  ul
  li
  .text
  .view:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-view.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index .patent-index-body .contact-us-container .address-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.patent-index .patent-index-body .contact-us-container .address-info img {
  width: 545px;
}
.patent-index .patent-index-body .contact-us-container .address-info .text {
  width: 46%;
}
.patent-index .patent-index-body .contact-us-container .address-info .text h3 {
  font-size: 18px;
  position: relative;
  line-height: 24px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  h3:before {
  content: " ";
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background: url("../image/patent-location.png") no-repeat center;
  background-size: 24px;
  vertical-align: top;
}
.patent-index .patent-index-body .contact-us-container .address-info .text p {
  font-size: 16px;
  margin-top: 16px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .url {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .url:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-url.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .add {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .add:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-add.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .tel {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .tel:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-tel.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .email {
  position: relative;
  line-height: 18px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .address-info
  .text
  .email:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-email.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.patent-index .patent-index-body .contact-us-container .user-info-form {
  margin-top: 25px;
}
.patent-index .patent-index-body .contact-us-container .user-info-form h3 {
  position: relative;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 20px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  h3:before {
  content: " ";
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 5px;
  background: url("../image/patent-us-serve.png") no-repeat center;
  background-size: 28px;
  vertical-align: top;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  .el-form-item {
  margin-bottom: 8px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  .el-input {
  width: 70%;
  height: 36px;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  .el-form-item__label {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  .el-checkbox__label {
  font-size: 16px;
  color: #666;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  .el-input__inner {
  height: 36px;
}
.patent-index .patent-index-body .contact-us-container .user-info-form .form {
  padding: 0 15px;
  overflow: hidden;
}
.patent-index
  .patent-index-body
  .contact-us-container
  .user-info-form
  textarea {
  height: 145px;
}
.patent-index .patent-index-body .contact-us {
  padding-bottom: 30px;
}
.patent-index .intellectual-property-research {
  position: relative;
  padding-bottom: 115px;
  background: url("../image/patent-Intellectual-property.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.patent-index .intellectual-property-research .fix-container {
  width: 1199px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.patent-index
  .intellectual-property-research
  .fix-container
  .patent-search-content-item {
  padding: 0;
  background-color: #fff;
  width: 280px;
}
.patent-index
  .intellectual-property-research
  .fix-container
  .patent-search-content-item
  img {
  display: block;
  width: 175px;
  height: 245px;
  margin: 40px auto 0;
}
.patent-index
  .intellectual-property-research
  .fix-container
  .patent-search-content-item
  P {
  font-size: 16px;
  margin-top: 14px;
  padding: 24px;
  color: #fff;
  background-color: #3e8ee2;
  text-align: center;
  height: 90px;
}
.patent-index .intellectual-property-research .tool-title {
  padding: 114px 0 53px;
}
.patent-index .intellectual-property-research .tool-title h2 {
  color: white;
}
.patent-index .intellectual-property-research .tool-title p {
  color: #a8b6cb;
}
.patent-index .intellectual-property-research img {
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
  margin: 0px auto;
}
.energy-knowledge .layout {
  padding: 0px 10px;
}
.energy-knowledge .comprehensive-energy-knowledge {
  position: relative;
}
.energy-knowledge .comprehensive-energy-knowledge .comprehensive-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.energy-knowledge .comprehensive-energy-knowledge .comprehensive-text h1 {
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
}
.energy-knowledge .comprehensive-energy-knowledge .comprehensive-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
  text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
}
/* .energy-knowledge .breadcrumb-container { */
/*   background-color: inherit; */
/* } */
/* .energy-knowledge .breadcrumb-container .breadcrumb { */
/*   background-color: inherit; */
/* } */
.energy-knowledge .el-button {
  border-color: #3e8ee2 !important;
  color: #3e8ee2 !important;
}
.energy-knowledge .energy-knowledge-body .tool-title {
  padding: 0px 0 44px;
}
.energy-knowledge .energy-knowledge-body .tool-title h2,
.energy-knowledge .energy-knowledge-body .tool-title p {
  text-align: left;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 70px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text {
  width: 48%;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title {
  padding: 0px 0 44px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title h2,
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title p {
  text-align: left;
  color: #3e8ee2;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title h2 {
  font-size: 36px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title p {
  font-size: 18px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list li {
  margin-bottom: 34px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list li h3 {
  font-size: 16px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list li p {
  font-size: 14px;
  color: #999;
  margin-top: 19px;
  line-height: 21px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a {
  display: block;
  width: 100%;
  background-color: #3e8ee2;
  padding: 25px 170px;
  justify-content: space-around;
  color: white;
  text-align: center;
  display: flex;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a h3 {
  display: block;
  margin: 0px auto;
  font-size: 20px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a p {
  font-size: 14px;
  text-align: left;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a .bi {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 16px;
  /* margin-top: 5px; */
  margin-left: 33px;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .news-details {
  width: 48%;
  border: 1px solid #dddddd;
}
.energy-knowledge .energy-knowledge-body .energy-pllicy .news-details img {
  width: 100%;
  height: 484px;
  object-fit: cover;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-pllicy
  .news-details
  .news-details-text {
  padding: 0px 25px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-pllicy
  .news-details
  .news-details-text
  h4 {
  font-size: 16px;
  margin-top: 30px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-pllicy
  .news-details
  .news-details-text
  p {
  font-size: 14px;
  color: #999;
  margin-top: 14px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-pllicy
  .news-details
  .news-details-text
  span {
  font-size: 16px;
  color: #000;
  margin-top: 31px;
  display: block;
}
.energy-knowledge .energy-knowledge-body .energy-news .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.energy-knowledge .energy-knowledge-body .energy-news .text .tool-title {
  padding: 0;
}
.energy-knowledge .energy-knowledge-body .energy-news .news-details {
  margin-top: 35px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li {
  display: flex;
  justify-content: start;
  margin-left: 20px;
  border-right: 1px solid #ddd;
  padding: 10px 0;
  padding-right: 20px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li:last-child {
  border-right: none;
  padding-right: 0;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li:first-child {
  margin-left: 0px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .data {
  width: 30%;
  text-align: right;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .data
  h2 {
  font-size: 28px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .data
  span {
  color: #666;
  font-size: 16px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .detail {
  box-sizing: content-box;
  margin-left: 16px;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .detail
  span {
  font-size: 14px;
  color: #999;
}
.energy-knowledge
  .energy-knowledge-body
  .energy-news
  .news-details
  .news-details-text
  ul
  li
  .detail
  h4 {
  font-size: 16px;
  line-height: 29px;
}
.energy-knowledge .energy-knowledge-body .policy-interpretation {
  margin-top: 100px;
}
.energy-knowledge .energy-knowledge-body .policy-interpretation .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .text
  .tool-title {
  padding: 0;
}
.energy-knowledge .energy-knowledge-body .policy-interpretation .news-details {
  margin-top: 35px;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul
  li {
  width: 32%;
  padding: 17px;
  background-color: #fff;
  /* box-shadow: 0 0 40px 10px #0002; xie */
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul
  li
  img {
  width: 100%;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul
  li
  h3 {
  font-size: 14px;
  margin-top: 19px;
  font-weight: 500;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul
  li
  p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 16px;
  color: #999;
}
.energy-knowledge
  .energy-knowledge-body
  .policy-interpretation
  .news-details
  .news-details-text
  ul
  li
  .link-button {
  display: inline-block;
  margin: 33px auto 15px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.energy-knowledge .energy-knowledge-body .video-interpretation {
  margin-top: 100px;
  margin-bottom: 170px;
}
.energy-knowledge .energy-knowledge-body .video-interpretation .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .text
  .tool-title {
  padding: 0;
}
.energy-knowledge .energy-knowledge-body .video-interpretation .news-details {
  margin-top: 35px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text {
  display: flex;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  .video-info {
  width: 490px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  .video-info
  video {
  width: 490px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  .video-info
  h3 {
  font-size: 20px;
  line-height: 29px;
  margin: 23px 0 20px;
  font-weight: bold;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  .video-info
  P {
  border-top: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 29px;
  padding-top: 14px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul {
  margin-left: 45px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li {
  margin-bottom: 23px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  a {
  display: flex;
  justify-content: space-between;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  a
  img {
  display: block;
  width: 227px;
  height: 137px;
  min-width: 227px;
  min-height: 137px;
  object-fit: cover;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  a
  .more-video-info {
  margin-left: 26px;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  a
  .more-video-info
  h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  a
  .more-video-info
  p {
  font-size: 14px;
  line-height: 29px;
  margin-top: 16px;
  color: #000;
}
.energy-knowledge
  .energy-knowledge-body
  .video-interpretation
  .news-details
  .news-details-text
  ul
  li
  .link-button {
  margin: 33px auto 15px;
}
.energy-knowledge .expert-opinion {
  position: relative;
  padding-bottom: 105px;
  margin-top: 85px;
  background: url("../image/energy-expert-opinion.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.energy-knowledge .expert-opinion .fix-container {
  width: 1199px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.energy-knowledge .expert-opinion .fix-container .patent-search-content-item {
  padding: 0;
  background-color: #fff;
  padding: 62px 26px 43px;
  text-align: center;
  width: 31%;
}
.energy-knowledge
  .expert-opinion
  .fix-container
  .patent-search-content-item
  img {
  display: block;
  width: 186px;
  border-radius: 50%;
  margin: 0 auto;
}
.energy-knowledge
  .expert-opinion
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 20px;
  margin-top: 40px;
}
.energy-knowledge
  .expert-opinion
  .fix-container
  .patent-search-content-item
  h4 {
  font-size: 14px;
  margin-top: 16px;
}
.energy-knowledge .expert-opinion .fix-container .patent-search-content-item P {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 21px;
}
.energy-knowledge .expert-opinion .more-button {
  width: 100%;
  margin-top: 61px;
}
.energy-knowledge .expert-opinion .more-button .link-button {
  display: inline-block;
  background-color: #fff;
  margin: 0px auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.energy-knowledge .expert-opinion .tool-title {
  padding: 103px 0 59px;
}
.energy-knowledge .expert-opinion .tool-title h2 {
  color: white;
}
.energy-knowledge .expert-opinion .tool-title p {
  color: #a8b6cb;
}
.energy-knowledge .expert-opinion img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0px auto;
}
.tool-index {
  padding-bottom: 150px;
}
.tool-index .tool-title {
  padding: 84px 0 57px;
}
.tool-index .carousel-inner .item-content img {
  width: 100%;
  min-width: 1200px;
  min-height: 300px;
  object-fit: cover;
  max-width: 2400px;
  display: block;
  margin: 0px auto;
}
.tool-index .el-tabs__item {
  background-color: #fff;
  width: 291px;
  padding: 28px;
  padding-left: 42px;
  height: 100px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 13px;
  color: #2f374b;
  cursor: pointer;
}
.tool-index .el-tabs__item .tab-slot {
  display: flex;
}
.tool-index .el-tabs__item .tab-slot .bi {
  margin-right: 15px;
  font-size: 45px;
  color: #3e8ee2;
}
.tool-index .el-tabs__item .tab-slot h3 {
  font-size: 20px;
}
.tool-index .el-tabs__item .tab-slot p {
  font-size: 13px;
  line-height: 30px;
}
.tool-index .el-tabs__nav-wrap {
  overflow: visible;
}
.tool-index .el-tabs__nav-scroll {
  overflow: visible;
}
.tool-index .el-tabs--left .el-tabs__item.is-left {
  text-align: left;
  display: flex;
}
.tool-index .el-tabs--left .el-tabs__header.is-left {
  margin-right: 19px;
}
.tool-index .is-active {
  background-color: #3e8ee2;
  color: #fff;
  transition: all 0.3s;
}
.tool-index .is-active .bi {
  color: #fff !important;
}
.tool-index .el-tabs__active-bar {
  display: none;
}
.tool-index .el-tabs__nav-wrap::after {
  background-color: #fff;
}
.tool-index .el-tabs__nav-wrap::after {
  display: none;
}
.tool-index .label-sm {
  display: none;
}
.tool-index .label-lg {
  display: block;
}
.tool-index .tab-body {
  width: 890px;
  height: auto;
  min-height: 550px;
  background: url("../image/tool-panel-bg.png") center no-repeat;
  background-size: 100% 100%;
}
.tool-index .tab-body ul {
  width: 100%;
  padding: 21px;
}
.tool-index .tab-body ul li a {
  justify-content: start;
  padding: 16px 25px 16px 14px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
  width: 98%;
  margin: 0px auto;
  margin-bottom: 17px;
  border: 1px solid #e7e7e7;
}
.tool-index .tab-body ul li a:hover {
  border: 1px solid #038de2;
}
.tool-index .tab-body ul li a img {
  width: 102px;
  height: 102px;
  object-fit: cover;
  border-radius: 12px;
}
.tool-index .tab-body ul li a .text {
  margin-left: 24px;
  width: 100%;
}
.tool-index .tab-body ul li a .text h3 {
  font-size: 18px;
  text-align: left;
  color: #2f374b;
  margin-bottom: 11px;
  font-weight: 600;
}
.tool-index .tab-body ul li a .text p {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  align-items: center;
  color: #999 !important;
  margin-right: 25px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.research-direction {
  padding-bottom: 100px;
}
.research-direction .research-direction-header img {
  width: 100%;
}
.research-direction .research-direction-body .tool-title {
  padding: 30px 0 40px;
}
.research-direction
  .research-direction-body
  .direction-tab
  .el-tabs__active-bar {
  display: none;
  background-color: #fff;
  border-width: 10px;
  border-bottom-width: 0px;
  border-color: #fff;
  border-top-color: #3e8ee2;
  width: auto !important;
  transform: rotate(180deg);
}
.research-direction .research-direction-body .direction-tab .el-tabs__header {
  margin-bottom: 45px;
}
.research-direction .research-direction-body .direction-tab .el-tabs__nav {
  float: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.research-direction
  .research-direction-body
  .direction-tab
  .el-tabs__nav
  .el-tabs__item {
  border: 1px solid #3e8ee2;
  padding: 0 33px;
  margin: 0px 8px;
  color: #004ea2;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.research-direction
  .research-direction-body
  .direction-tab
  .el-tabs__nav
  .is-active {
  color: #fff;
  background-color: #3e8ee2;
}
.research-direction
  .research-direction-body
  .direction-tab
  .el-tabs__nav
  .is-active:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-bottom-width: 0px;
  border-color: #fff;
  border-style: solid;
  border-top-color: #3e8ee2;
}
.research-direction
  .research-direction-body
  .direction-tab
  .el-tabs__nav-wrap::after {
  display: none;
}
.research-direction .research-direction-body .direction-tab ul li .container {
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 60px;
  padding-right: 0;
  padding-left: 0;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content {
  padding-right: 70px;
  border-bottom: 9px solid #17286e;
  width: 627px;
  height: 300px;
  background-color: #fff;
  position: absolute;
  /* top: 50%; xie */
  top: 46%;
  left: 0px;
  transform: translateY(-45%);
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text {
  padding-left: 70px;
  border-bottom: 9px solid #3e8ee2;
  margin-bottom: -9px;
  height: 300px;
  padding-top: 40px;
  position: relative;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text
  .top-icon {
  background-color: #17286e;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -60px;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text
  .top-icon
  img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text
  h3 {
  font-size: 22px;
  font-weight: 600;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text
  h3
  span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 46px;
  margin-left: 10px;
  text-transform: uppercase;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  .text-content
  .text
  p {
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li
  .container
  img {
  width: 642px;
  height: 390px;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li:nth-child(even)
  .container {
  justify-content: start;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li:nth-child(even)
  .container
  .text-content {
  padding-left: 70px;
  padding-right: 0;
  border-bottom: 9px solid #17286e;
  background-color: #fff;
  right: 0px;
  left: auto;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li:nth-child(even)
  .container
  .text-content
  .text {
  padding-right: 70px;
  padding-left: 0;
  border-bottom: 9px solid #3e8ee2;
  margin-bottom: -9px;
  padding-top: 40px;
  position: relative;
}
.research-direction
  .research-direction-body
  .direction-tab
  ul
  li:nth-child(even)
  .container
  .text-content
  .text
  .top-icon {
  background-color: #17286e;
  padding: 30px 23px;
  position: absolute;
  top: -60px;
  right: 83px;
}
.index-page .comprehensive-energy-knowledge {
  position: relative;
}
.index-page .comprehensive-energy-knowledge .comprehensive-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-page .comprehensive-energy-knowledge .comprehensive-text h1 {
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
}
.index-page .comprehensive-energy-knowledge .comprehensive-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
  text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
}
.index-page .energy-pllicy {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0px;
}
.index-page .energy-pllicy .text {
  width: 48%;
}
.index-page .energy-pllicy .text .tool-title {
  padding: 0px 0 44px;
}
.index-page .energy-pllicy .text .tool-title h2,
.index-page .energy-pllicy .text .tool-title p {
  text-align: left;
  color: #3e8ee2;
}
.index-page .energy-pllicy .text .tool-title h2 {
  font-size: 36px;
}
.index-page .energy-pllicy .text .tool-title p {
  font-size: 18px;
}
.index-page .energy-pllicy .text .news-list li {
  margin-bottom: 34px;
}
.index-page .energy-pllicy .text .news-list li h3 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-family: "Microsoft YaHei";
  letter-spacing: 1px;
}
.index-page .energy-pllicy .text .news-list li p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  line-height: 24px;
}
.index-page .energy-pllicy .text .news-list a {
  display: block;
  width: 100%;
  background-color: #3e8ee2;
  /* padding: 28px 170px; xie */
  padding: 25px 175px;
  justify-content: space-around;
  color: white;
  text-align: center;
  display: flex;
}
.index-page .energy-pllicy .text .news-list a h3 {
  display: block;
  margin: 0px auto;
  font-size: 20px;
}
.index-page .energy-pllicy .text .news-list a p {
  font-size: 14px;
  text-align: left;
}
.index-page .energy-pllicy .text .news-list a .bi {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 16px;
  /* margin-top: 5px; xie */
  margin-left: 33px;
}
.index-page .energy-pllicy .news-details {
  width: 48%;
  border: 1px solid #dddddd;
}
.index-page .energy-pllicy .news-details img {
  width: 100%;
  height: 484px;
  object-fit: cover;
}
.index-page .energy-pllicy .news-details .news-details-text {
  padding: 0px 25px;
}
.index-page .energy-pllicy .news-details .news-details-text h4 {
  font-size: 16px;
  /* margin-top: 30px; xie */
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  letter-spacing: 1px;
  line-height: 24px;
}
.index-page .energy-pllicy .news-details .news-details-text p {
  font-size: 14px;
  color: #999;
  margin-top: 14px;
}
.index-page .energy-pllicy .news-details .news-details-text span {
  font-size: 16px;
  color: #000;
  margin-top: 31px;
  display: block;
}
.index-page .patent-search .patent-search-content .fix-container {
  display: flex;
  justify-content: space-between;
}
.index-page
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item {
  cursor: pointer;
  padding: 24px 18px;
  background-color: #fff;
  border-radius: 8px;
  width: 280px;
  /* border: 1px solid #3e8ee2; xie 12-22*/
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.index-page
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  img {
  width: 100%;
  margin-top: 17px;
}
.index-page
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.index-page
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item
  P {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  margin-top: 15px;
}
.index-page
  .patent-search
  .patent-search-content
  .fix-container
  .patent-search-content-item:hover {
  border: 1px solid #3e8ee2;
  box-shadow: 0px 11px 36px 10px rgba(163, 163, 163, 0.28);
}
.index-page .news-peport {
  padding: 80px 0 0;
}
.index-page .news-peport .news-peport-container {
  display: flex;
  justify-content: space-between;
}
.index-page .news-peport .news-peport-container .flex-container-item {
  width: 586px;
}
.index-page .news-peport .news-peport-container .flex-container-item .title {
  padding: 30px;
  background-color: #3e8ee2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-page .news-peport .news-peport-container .flex-container-item .title h3 {
  font-weight: bold;
  color: #ffffff;
  font-size: 22px;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .title
  h3
  span {
  font-weight: 400;
  color: #c8e3ff;
  font-size: 17px;
  margin-left: 14px;
}
.index-page .news-peport .news-peport-container .flex-container-item .title a {
  font-size: 18px;
  color: #ffffff;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .text-list-container
  .text-list {
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .text-list-container
  .text-list
  .text-item {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .text-list-container
  .text-list
  .text-item
  h4 {
  font-size: 16px;
  color: #000;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .text-list-container
  .text-list
  .text-item
  p {
  margin-top: 17px;
  font-size: 14px;
  color: #999;
}
.index-page
  .news-peport
  .news-peport-container
  .flex-container-item
  .text-list-container
  .text-list
  .text-item:hover {
  box-shadow: 0px 11px 36px 10px rgba(197, 197, 197, 0.28);
}
.index-page .research-direction .tool-title {
  padding: 100px 0 40px;
}
.index-page .research-direction .patent-search-content .fix-container {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #038de2;
  padding: 40px 40px 34px;
  background-color: #fff;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item {
  cursor: pointer;
  width: 14%;
  transition: all 0.3s;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item
  h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item
  ul {
  margin-top: 32px;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item
  ul
  li {
  transform: all 0.3s;
  margin-top: 16px;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item
  ul
  li
  a {
  font-weight: 400;
  font-size: 16px;
  color: #3e8ee2;
}
.index-page
  .research-direction
  .patent-search-content
  .fix-container
  .patent-search-content-item
  ul
  li
  a:hover {
  text-decoration: underline;
}
.research-findings .tool-title {
  padding-top: 69px;
}
.research-findings .research-findings-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.research-findings .research-findings-body .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.research-findings .research-findings-body .text .tool-title {
  padding: 0;
  padding-left: 10px;
}
.research-findings .research-findings-body .text .tool-title p {
  text-align: left;
}
.research-findings .research-findings-body .article {
  margin-top: 27px;
}
.research-findings .research-findings-body .article .articel-container ul li {
  transform: all 0.3s;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 13px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container {
  display: flex;
  justify-content: space-between;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  h3 {
  font-size: 16px;
  font-weight: 600;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  .icon
  span {
  font-size: 14px;
  font-weight: 400;
  color: #3e8ee2;
  margin: 0 10px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  .icon
  .view {
  position: relative;
  line-height: 18px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  .icon
  .view:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/view-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  .icon
  .download {
  position: relative;
  line-height: 18px;
  /* border-left: 1px solid; xie */
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .title-container
  .icon
  .download:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/download-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info {
  display: flex;
  justify-content: start;
  margin-top: 13px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info
  .span1 {
  color: #ff7e00;
  background: #fff8e8;
  border: 1px solid #ff7e00;
  border-radius: 13px;
  font-size: 14px;
  padding: 2px 9px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info
  .span2 {
  color: #52a844;
  background: #f0ffed;
  border: 1px solid #52a844;
  font-size: 14px;
  border-radius: 13px;
  padding: 2px 9px;
  margin-left: 12px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info
  .date {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-left: 25px;
  position: relative;
  line-height: 18px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info
  .date:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/patent-data.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .article-info
  .auth {
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .content {
  margin-top: 13px;
}
.research-findings
  .research-findings-body
  .article
  .articel-container
  ul
  li
  .content
  p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}
.research-findings .research-findings-body .patent {
  margin-top: 109px;
}
.research-findings .research-findings-body .patent .patent-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.research-findings .research-findings-body .patent .patent-container ul li {
  width: 49%;
  background-color: #fff;
  padding: 20px 30px;
  margin-top: 29px;
  transform: all 0.3s;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container {
  display: flex;
  justify-content: space-between;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .title {
  display: flex;
  justify-content: start;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .title
  .span1 {
  color: #4d78ff;
  background: #f0f3ff;
  border: 1px solid #4d78ff;
  border-radius: 13px;
  font-size: 14px;
  padding: 2px 9px;
  margin-left: 12px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .title
  .span2 {
  color: #fff;
  background: #4d78ff;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 13px;
  margin-left: 12px;
  line-height: 22px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .title
  h3 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .icon
  span {
  font-size: 14px;
  font-weight: 400;
  color: #3e8ee2;
  padding: 0 10px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .icon
  .view {
  position: relative;
  line-height: 18px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .icon
  .view:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/view-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .icon
  .download {
  position: relative;
  line-height: 18px;
  /* border-left: 1px solid; */
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .title-container
  .icon
  .download:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/download-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .content {
  margin-top: 13px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .content
  h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .content
  .info {
  margin-top: 13px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .content
  .info
  span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-right: 36px;
}
.research-findings
  .research-findings-body
  .patent
  .patent-container
  ul
  li
  .content
  p {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}
.research-findings .research-findings-body .time {
  font-size: 14px;
  color: #999;
  min-width: max-content;
  position: relative;
  line-height: 15px;
}
.research-findings .research-findings-body .time:before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../image/time-icon.png") no-repeat center;
  background-size: 15px;
  vertical-align: top;
}
.research-findings .research-findings-body .tisc {
  margin-top: 80px;
}
.research-findings .research-findings-body .tisc .tisc-monthly-container {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 30px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container {
  width: 50%;
  background-color: #fff;
  padding: 20px 0 10px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container:first-child
  ul {
  border-right: 2px solid #f0f0f0;
  padding: 0 25px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container
  ul {
  padding: 0 30px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container
  ul
  li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container
  ul
  li
  a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 16px;
}
.research-findings
  .research-findings-body
  .tisc
  .tisc-monthly-container
  .tisc-list-container
  ul
  li
  a:hover {
  color: #038de2;
}
.research-findings .research-findings-body .carbon {
  margin-top: 100px;
}
.research-findings .research-findings-body .carbon .carbon-monthly-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container {
  width: 50%;
  background-color: #fff;
  padding: 20px 0 10px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container:first-child
  ul {
  border-right: 2px solid #f0f0f0;
  padding: 0 25px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul {
  padding: 0 30px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li {
  margin-bottom: 24px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  a {
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  a:hover {
  color: #038de2;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  .people {
  margin-left: 20px;
  position: relative;
  line-height: 15px;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  .people:before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../image/people-icon.png") no-repeat center;
  background-size: 15px;
  vertical-align: top;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  span {
  color: #999;
}
.research-findings
  .research-findings-body
  .carbon
  .carbon-monthly-container
  .carbon-list-container
  ul
  li
  span:before {
  position: relative;
  top: 2px;
}
.research-findings .research-findings-body .standard-monograph {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.research-findings .research-findings-body .standard-monograph .standard {
  width: 60%;
}
.research-findings .research-findings-body .standard-monograph .standard .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .text
  .tool-title {
  padding: 0;
  display: flex;
  justify-content: start;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .text
  .tool-title
  h2 {
  text-align: left;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .text
  .tool-title
  p {
  text-align: left;
  margin-left: 10px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .text
  a {
  border: none;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .standard-list-container {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 10px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .standard-list-container
  ul
  li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .standard-list-container
  ul
  li
  a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 16px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .standard
  .standard-list-container
  ul
  li
  a:hover {
  color: #038de2;
}
.research-findings .research-findings-body .standard-monograph .monograph {
  width: 38%;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text
  .tool-title {
  padding: 0;
  display: flex;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text
  .tool-title
  h2 {
  text-align: left;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text
  .tool-title
  p {
  text-align: left;
  margin-left: 10px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text
  a {
  border: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .text
  a
  :hover {
  background-color: #fff;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .monograph-list-container {
  padding: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .monograph-list-container
  ul
  li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .monograph-list-container
  ul
  li
  a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 16px;
}
.research-findings
  .research-findings-body
  .standard-monograph
  .monograph
  .monograph-list-container
  ul
  li
  a:hover {
  color: #038de2;
}
.research-findings .research-findings-layout {
  width: 100%;
  background-color: #fff;
  padding: 84px 0 109px;
  margin-top: 100px;
}
.research-findings .research-findings-layout .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.research-findings .research-findings-layout .text .tool-title {
  padding: 0;
  text-align: left;
}
.research-findings .research-findings-layout .text .tool-title p {
  text-align: left;
}
.research-findings .research-findings-layout .carbon .articel-container ul li {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 29px;
  display: flex;
  box-shadow: 0px 4px 31px 1px rgba(170, 170, 170, 0.18);
  transform: all 0.3s;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .img-container
  img {
  width: 161px;
  height: 205px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container {
  margin-left: 26px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container {
  display: flex;
  justify-content: space-between;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  .icon
  span {
  font-size: 14px;
  font-weight: 400;
  color: #3e8ee2;
  margin: 0 10px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  .icon
  .view {
  position: relative;
  line-height: 18px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  .icon
  .view:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/view-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  .icon
  .download {
  position: relative;
  line-height: 18px;
  border-left: 1px solid;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .title-container
  .icon
  .download:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background: url("../image/download-blue.png") no-repeat center;
  background-size: 18px;
  vertical-align: top;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .article-info {
  display: flex;
  justify-content: start;
  margin-top: 21px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .article-info
  .date {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  position: relative;
  line-height: 20px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .article-info
  .date:before {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: url("../image/patent-data.png") no-repeat center;
  background-size: 20px;
  vertical-align: top;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .article-info
  .auth {
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .content {
  margin-top: 21px;
}
.research-findings
  .research-findings-layout
  .carbon
  .articel-container
  ul
  li
  .carbon-container
  .content
  p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 29px;
}
.energy-innovation-index {
  padding-bottom: 129px;
}
.energy-innovation-index .energy-innovation-header img {
  width: 100%;
}
.energy-innovation-index .energy-innovation-body .tool-title {
  padding: 68px 0 40px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__active-bar {
  display: none;
  background-color: #fff;
  border-width: 10px;
  border-bottom-width: 0px;
  border-color: #fff;
  border-top-color: #3e8ee2;
  width: auto !important;
  transform: rotate(180deg);
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__header {
  margin-bottom: 45px;
}
.energy-innovation-index .energy-innovation-body .direction-tab .el-tabs__nav {
  float: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__nav
  .el-tabs__item {
  border: 1px solid #3e8ee2;
  padding: 0 33px;
  margin: 0px 8px;
  color: #004ea2;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__nav
  .is-active {
  color: #fff;
  background-color: #3e8ee2;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__nav
  .is-active:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-bottom-width: 0px;
  border-color: #fff;
  border-style: solid;
  border-top-color: #3e8ee2;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .el-tabs__nav-wrap::after {
  display: none;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .energy-tab-container {
  border-top: 4px solid #3e8ee2;
  padding: 40px;
  background-color: #fff;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .overall-ranking
  .el-table
  th {
  background: #f2f8ff;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .overall-ranking
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped
  td {
  background: #ececec;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .overall-ranking
  h3 {
  font-size: 22px;
  font-weight: bold;
  color: #2f374b;
  line-height: 46px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .overall-ranking
  p {
  font-size: 14px;
  font-weight: 400;
  color: #2f374b;
  line-height: 22px;
  margin-top: 16px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .overall-ranking
  .table-title {
  margin: 31px 0 26px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .select-title {
  display: flex;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .select-title
  .el-select {
  width: 174px;
  margin-right: 29px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .select-title
  h3 {
  font-size: 22px;
  font-weight: bold;
  color: #2f374b;
  line-height: 40px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .text {
  font-size: 14px;
  font-weight: 400;
  color: #2f374b;
  line-height: 24px;
  margin-top: 19px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li {
  width: 30%;
  padding: 25px;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin-top: 30px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(1) {
  border-left: 11px solid #536ce0;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(2) {
  border-left: 11px solid #ffc167;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(3) {
  border-left: 11px solid #7fc6a7;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(4) {
  border-left: 11px solid #ffc167;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(5) {
  border-left: 11px solid #7fc6a7;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li:nth-child(6) {
  border-left: 11px solid #536ce0;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li
  img {
  width: 72px;
  margin-right: 10px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li
  .info-detail
  h6 {
  font-size: 16px;
  font-weight: 400;
  color: #2f374b;
  margin: 0;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li
  .info-detail
  p {
  font-size: 14px;
  font-weight: 400;
  color: #2f374b;
  margin-top: 5px;
}
.energy-innovation-index
  .energy-innovation-body
  .direction-tab
  .country-profile
  .info-list
  ul
  li
  .info-detail
  p
  span {
  font-size: 22px;
  font-weight: bold;
  color: #2f374b;
  margin-right: 8px;
}
.energy-news .tool-title {
  padding-top: 69px;
}
.energy-news .energy-news-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.energy-news .energy-news-body .text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 84px 0 32px;
}
.energy-news .energy-news-body .text .tool-title {
  padding: 0;
}
.energy-news .energy-news-body .text .search-container {
  display: flex;
}
.energy-news .energy-news-body .text .search-container .el-input__inner {
  border-radius: 4px 0 0 4px;
  border: 1px solid #dddddd;
  width: 275px;
}
.energy-news .energy-news-body .text .search-container .el-button {
  border-radius: 0 4px 4px 0;
}
.energy-news .energy-news-body .open-tree {
  display: none;
}
.energy-news .energy-news-body .energy-news-container {
  display: flex;
  justify-content: space-between;
}
.energy-news .energy-news-body .energy-news-container .tree-UI {
  width: 240px;
  min-width: 240px;
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  border-top: 6px solid #3e8ee2;
  height: max-content;
}
.energy-news .energy-news-body .energy-news-container .tree-UI ul {
  list-style: none;
  padding-left: 7px;
}
.energy-news .energy-news-body .energy-news-container .tree-UI .tree-container {
  padding: 10px;
  padding-left: 26px;
  position: relative;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .range-title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/technical-field.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
  position: relative;
  top: 4px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(2)
  .range-title {
  position: relative;
  line-height: 22px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(2)
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/energy-contry.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(2)
  .range-title:before {
  position: relative;
  top: 0px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(3)
  .range-title {
  position: relative;
  line-height: 22px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(3)
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/energy-map.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(3)
  .range-title:before {
  position: relative;
  top: 0px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(4)
  .range-title {
  position: relative;
  line-height: 22px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(4)
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/energy-years.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(4)
  .range-title:before {
  position: relative;
  top: 0px;
}

.energy-policy
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(4)
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/technical-field.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
  position: relative;
  top: 4px;
}

.energy-policy
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(6)
  .range-title {
  position: relative;
  line-height: 22px;
}
.energy-policy
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(6)
  .range-title:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: url("../image/energy-years.png") no-repeat center;
  background-size: 22px;
  vertical-align: top;
}
.energy-policy
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container:nth-child(6)
  .range-title:before {
  position: relative;
  top: 0px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .content-body {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 10px;
  height: 80vh;
  overflow: hidden;
  max-height: 0;
  z-index: 10;
  transition: all 0.3s;
  background-color: #fff;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .content-body
  .close {
  width: 100%;
  padding: 10px;
  text-align: right;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .content-body-active {
  max-height: 79vh;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item {
  padding-top: 13px;
  padding-left: 10px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .title {
  padding: 0px 10px 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  position: relative;
  line-height: 22px;
  cursor: pointer;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .title-active {
  color: #3e8ee2;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .title:before {
  margin-right: 9px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-list {
  max-height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}
/* .energy-news .energy-news-body .energy-news-container .tree-UI .tree-container .tree-list .tree-item .tree-child-list li { */
/*   padding: 7px; */
/* } */
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-list
  li
  a {
  position: relative;
  line-height: 16px;
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  width: 100%;
  padding: 5px 10px;
  text-decoration: none;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-list
  li
  .title-active {
  color: #3e8ee2;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-list
  li
  a:before {
  width: 10px;
  background-size: 10px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-list
  li:hover {
  background-color: #fff;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .tree-UI
  .tree-container
  .tree-list
  .tree-item
  .tree-child-active {
  max-height: 500px;
  padding: 0px 10px 0;
}
.energy-news .energy-news-body .energy-news-container .energy-news-list {
  width: 940px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li {
  border-radius: 4px;
  padding: 20px;
  display: flex;
  justify-content: start;
  margin-bottom: 18px;
  background-color: #fff;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-img
  img {
  width: 330px;
  height: 220px;
  object-fit: cover;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text {
  margin-left: 22px;
  transition: all 0.3s;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag {
  margin-top: 10px;
  margin-left: 12px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:before {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:nth-child(1) {
  position: relative;
  line-height: 15px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:nth-child(1):before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../image/energy-tag.png") no-repeat center;
  background-size: 15px;
  vertical-align: top;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:nth-child(2) {
  position: relative;
  line-height: 15px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:nth-child(2):before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../image/energy-flag.png") no-repeat center;
  background-size: 15px;
  vertical-align: top;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .tag
  span:nth-child(2):before {
  position: relative;
  top: 3px;
  margin-right: 7px;
  width: 12px;
  height: 15px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  h3 {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  position: relative;
  line-height: 15px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .time:before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../image/patent-data.png") no-repeat center;
  background-size: 15px;
  vertical-align: top;
}

.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .time:before {
  position: relative;
  top: 2px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .energy-news-list-item
  li
  .energy-news-detail-text
  .el-button {
  margin-top: 15px;
  padding: 9px 20px;
}
.energy-news
  .energy-news-body
  .energy-news-container
  .energy-news-list
  .pagination {
  margin-bottom: 64px;
}
.company-profile {
  padding: 0 0 70px;
}
.company-profile .comprehensive-energy-knowledge {
  position: relative;
}
.company-profile .comprehensive-energy-knowledge .comprehensive-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company-profile .comprehensive-energy-knowledge .comprehensive-text h1 {
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
}
.company-profile .comprehensive-energy-knowledge .comprehensive-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
  text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
}
.company-profile .profile-container {
  margin: 0px 0 0px;
}
.company-profile .profile-container .profile-item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.company-profile .profile-container .profile-item .text {
  width: 33%;
  position: relative;
}
.company-profile .profile-container .profile-item .text .tool-title {
  padding: 0px 0 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.company-profile .profile-container .profile-item .text .tool-title h2,
.company-profile .profile-container .profile-item .text .tool-title p {
  text-align: left;
  color: #333;
}
.company-profile .profile-container .profile-item .text .tool-title h2 {
  font-size: 36px;
}
.company-profile .profile-container .profile-item .text .tool-title p {
  font-size: 18px;
}
.company-profile .profile-container .profile-item .profile-content {
  padding: 0 10px 0px;
  width: 64%;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.company-profile .profile-container .profile-item .profile-content .icon {
  margin-top: -20px;
  margin-left: 20px;
}
.company-profile .profile-container .profile-item .profile-content .icon span {
  position: relative;
  line-height: 40px;
}
.company-profile
  .profile-container
  .profile-item
  .profile-content
  .icon
  span:before {
  content: " ";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  background: url("../image/text-icon.png") no-repeat center;
  background-size: 40px;
  vertical-align: top;
}
.company-profile .profile-container .profile-item .profile-content .content {
  padding: 40px 50px;
}
.company-profile .profile-container .profile-item .profile-content .content p {
  text-indent: 2em;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
}
.company-profile
  .profile-container
  .profile-item
  .profile-content
  .content
  ul
  li {
  position: relative;
  line-height: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  padding-left: 10px;
}
.company-profile
  .profile-container
  .profile-item
  .profile-content
  .content
  ul
  li:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background: url("../image/list-icon.jpg") no-repeat center;
  background-size: 10px;
  vertical-align: top;
}
.company-profile
  .profile-container
  .profile-item
  .profile-content
  .content
  ul
  li:before {
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 15px;
}
.company-profile .img-container ul {
  display: flex;
  justify-content: space-between;
}
.company-profile .img-container ul li {
  width: 32%;
}
.company-profile .img-container ul li img {
  width: 100%;
  object-fit: cover;
}
.company-profile .text-container {
  padding: 30px;
  margin-top: 17px;
  background-color: #fff;
}
.company-profile .text-container p {
  text-indent: 2em;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
}
.personnel-info .comprehensive-energy-knowledge {
  position: relative;
}
.personnel-info .comprehensive-energy-knowledge .comprehensive-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personnel-info .comprehensive-energy-knowledge .comprehensive-text h1 {
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
}
.personnel-info .comprehensive-energy-knowledge .comprehensive-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
  text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 90px;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .text {
  position: relative;
  margin-top: 10%;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .text
  h3 {
  font-size: 38px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 55px;
  letter-spacing: 10px;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .text
  h3
  span {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  letter-spacing: 2px;
  margin-left: 10px;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .text
  p {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .personnel-icon-mobile {
  display: none;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .personnel-icon-pc {
  display: block;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .personnel-list
  li
  .img
  img {
  width: 370px;
  height: 410px;
  object-fit: cover;
}
.personnel-info
  .personnel-info-container
  .personnel-list-container
  .pagination {
  margin: 30px auto 140px;
  width: 500px;
  display: block;
}
.mp-home-application-scenario__body .mp-side__right .mp-side__row {
  flex-wrap: wrap;
}
.mp-home-application-scenario__body .mp-side__right {
  flex: inherit;
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item:hover .information-bottom-title{
  
  background: linear-gradient(-35deg, #2267F6, #409BF8);
  box-shadow: 0px 13px 45px 6px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  color: white !important;
  border-color: #2267F6;
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item ul li{
  max-width:45%
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item{
  padding: 15px;
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item .information-bottom-title{
  margin-bottom: -25px;
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item .tag-list{
  justify-content: space-between;
}
.show-more {
  width: 100%;
  text-align: center;
  padding: 0px 0 25px;
  font-size: 16px;
  color: #007bff;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  transition: color 0.3s ease;
  display: flex;
  justify-content: end;
}

.show-more:hover {
  color: #0056b3;
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.show-more-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.is-show {
  max-height: 500px; 
}

.is-show .arrow-icon {
  transform: rotate(180deg); 
}
.patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item img{
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .login-container {
    background: url("../image/login-bg.png") center no-repeat;
    background-size: cover;
    padding: 30px;
    height: auto;
    position: relative;
  }
  .login-container .login-view-container {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin: 0px auto;
    display: block;
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: all 0.3s;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .login-container .login-view-container .login-logo {
    width: 40%;
    margin: 0px auto;
    min-width: 260px;
  }
  .login-container .login-view-container .login-form {
    background-color: #fff;
    width: auto;
    max-width: 580px;
    margin: 30px auto;
    background: #ffffff;
    box-shadow: 0px 17px 28px 4px rgba(21, 53, 92, 0.4);
    border-radius: 12px;
    padding: 80px 60px;
  }
  .login-container .login-view-container .login-form h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
    position: relative;
  }
  .login-container .login-view-container .login-form h3:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 7px;
    background: #3e8ee2;
    border-radius: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .login-container .login-view-container .login-form .select-login-type {
    text-align: center;
    margin-top: 50px;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .el-input__inner {
    width: 100%;
    height: 60px;
    margin-top: 22px;
    border-radius: 8px;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .input-item {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .input-item
    span {
    width: 80px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-top: 15px;
    color: #999999;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .buttom-container {
    margin-top: 50px;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .buttom-container
    .el-button {
    width: 100%;
    height: 56px;
  }
  .login-container
    .login-view-container
    .login-form
    .form-container
    .input-container
    .buttom-container
    .el-button
    + .el-button {
    margin-left: 0;
    margin-top: 24px;
  }
  .register-container {
    background: url("../image/login-bg.png") center no-repeat;
    background-size: cover;
    padding: 30px;
    height: auto;
    position: relative;
  }
  .register-container .register-view-container {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin: 0px auto;
    display: block;
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: all 0.3s;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .register-container .register-view-container .register-logo {
    width: 40%;
    margin: 0px auto;
    min-width: 260px;
  }
  .register-container .register-view-container .register-form {
    background-color: #fff;
    width: auto;
    max-width: 580px;
    background: #ffffff;
    box-shadow: 0px 17px 28px 4px rgba(21, 53, 92, 0.4);
    border-radius: 12px;
    padding: 80px 60px;
    margin: 30px auto;
  }
  .register-container .register-view-container .register-form h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
    position: relative;
  }
  .register-container .register-view-container .register-form h3:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 7px;
    background: #3e8ee2;
    border-radius: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .register-container
    .register-view-container
    .register-form
    .select-login-type {
    text-align: center;
    margin-top: 50px;
  }
  .register-container .register-view-container .register-form .form-container {
    margin-top: 30px;
  }
  .register-container .register-view-container .register-form .form-container #codeButton {
    padding: 0px 10px !important;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    span {
    width: 60px;
    height: 14px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-top: 15px;
    color: #999999;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
  }

  .register-container .register-view-container .register-form {
    padding: 20px 35px !important;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .buttom-container {
    margin-top: 20px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .el-input__inner {
    height: 40px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    h4 {
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 15px;
    min-width: 120px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input {
    width: 85%;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input
    .el-input__inner {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input
    select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 1px 10px 1px 10px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #dcdfe6;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input
    .select-placeholder {
    color: #bbbd;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input2 {
    width: 100%;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .buttom-container {
    margin-top: 50px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .buttom-container
    .el-button {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .buttom-container
    .el-button
    + .el-button {
    margin-left: 0;
    margin-top: 24px;
  }
  .patent-index .patent-index-search {
    width: 100%;
    position: relative;
  }
  .patent-index .patent-index-search .input-with-select {
    width: 80%;
    margin: 0px auto;
    border-radius: 15px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .patent-index .patent-index-search .input-with-select .el-select .el-input {
    width: 150px;
  }
  .patent-index
    .patent-index-search
    .input-with-select
    .input-with-select
    .el-input-group__prepend {
    background-color: #fff;
    padding-right: 0px !important;
    border-radius: 15px 0 0 15px;
  }
  .patent-index .patent-index-search .input-with-select .el-input__inner {
    height: 60px;
    border: 1px solid #fff;
  }
  .patent-index .patent-index-search .input-with-select .el-button,
  .patent-index .patent-index-search .input-with-select .el-button--success {
    color: white;
    background-color: #3e8ee2;
    margin: 0 5px;
    padding: 18px 30px;
    border-radius: 15px;
    margin-right: 10px;
  }
  .patent-index
    .patent-index-search
    .input-with-select
    .el-input-group__append {
    background-color: #fff !important;
    padding-right: 0px;
    border: 1px solid #fff;
  }
  .patent-index .patent-index-search img {
    width: 100%;
    height: auto;
    min-height: 240px;
    object-fit: cover;
    margin: 0px auto;
  }
  .patent-index .patent-index-body {
    padding-bottom: 90px;
  }
  .patent-index .patent-index-body .fix-container {
    display: flex;
    justify-content: space-between;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 20px;
    width: 46% !important;
    margin: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom-width: 10px;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    img {
    width: 80px;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 24px;
    margin-top: 26px;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    P {
    font-size: 16px;
    margin-top: 14px;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item:hover {
    border: 1px solid #3e8ee2;
    border-bottom-width: 10px;
  }
  .patent-index
    .patent-index-body
    .domain-specific-search
    .patent-search-content
    .fix-container {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .patent-index
    .patent-index-body
    .domain-specific-search
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 20px;
    width: 80% !important;
    margin: 10px 0px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .domain-specific-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    img {
    width: 110px;
    margin: 0px auto;
  }
  .patent-index
    .patent-index-body
    .domain-specific-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 24px;
    margin-top: 26px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .domain-specific-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    P {
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
    width: 80% !important;
    margin: 10px 0px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    img {
    width: 110px;
    margin: 0px auto;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 24px;
    margin-top: 26px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    P {
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    .tag-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    .tag-list
    li {
    margin: 6px 0px;
    font-size: 12px;
    width: auto;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item
    .tag-list
    li
    span {
    color: #666;
    font-size: 14px;
    line-height: 14px;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item:nth-child(3)
    .tag-list
    li:nth-child(1),
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item:nth-child(3)
    .tag-list
    li:nth-child(2) {
    width: auto;
  }
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item:nth-child(3)
    .tag-list
    li:nth-child(3),
  .patent-index
    .patent-index-body
    .intellectual-property-consulting
    .patent-search-content
    .fix-container
    .patent-search-content-item:nth-child(3)
    .tag-list
    li:nth-child(4) {
    width: auto;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content {
    padding: 10px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__item {
    height: auto;
    padding: 35px 45px;
    background-color: #fff;
    width: auto;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #2f374b;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__item
    img {
    width: 50%;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__nav-wrap {
    overflow: visible;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__nav-scroll {
    overflow: visible;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .is-active {
    background-color: #3e8ee2;
    color: #fff;
    transition: all 0.3s;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .is-active::after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: -10px;
    border-right: none;
    top: 40%;
    margin-left: -6px;
    border-width: 10px;
    border-right-width: 10px;
    border-color: #fff;
    border-left-color: #3e8ee2;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__active-bar {
    display: none;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__nav-wrap::after {
    background-color: #fff;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__nav-wrap::after {
    display: none;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body {
    margin-left: 24px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul {
    background-color: #fff;
    border-radius: 20px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li {
    justify-content: start;
    padding: 25px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li:nth-child(3) {
    border: none;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    img {
    width: 30%;
    height: auto;
    max-width: 190px;
    min-width: 120px;
    border-radius: 12px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text {
    margin-left: 24px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    h3 {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #2f374b;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    span {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    align-items: center;
    color: #999 !important;
    margin-right: 15px;
    line-height: 14px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    .data {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    .data:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-data.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    .view {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    .view:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-view.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index .patent-index-body .contact-us-container .address-info {
    display: block;
    margin: 0px auto;
  }
  .patent-index .patent-index-body .contact-us-container .address-info img {
    width: 50%;
    display: block;
    margin: 0px auto;
    min-width: 300px;
  }
  .patent-index .patent-index-body .contact-us-container .address-info .text {
    width: 50%;
    margin: 20px auto 10px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    h3 {
    font-size: 18px;
    position: relative;
    line-height: 24px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    h3:before {
    content: " ";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
    background: url("../image/patent-location.png") no-repeat center;
    background-size: 24px;
    vertical-align: top;
  }
  .patent-index .patent-index-body .contact-us-container .address-info .text p {
    font-size: 16px;
    margin-top: 16px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .url {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .url:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-url.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .add {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .add:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-add.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .tel {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .tel:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-tel.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .email {
    position: relative;
    line-height: 18px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .address-info
    .text
    .email:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-email.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .patent-index .patent-index-body .contact-us-container .user-info-form {
    margin-top: 25px;
  }
  .patent-index .patent-index-body .contact-us-container .user-info-form h3 {
    position: relative;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .user-info-form
    h3:before {
    content: " ";
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 5px;
    background: url("../image/patent-us-serve.png") no-repeat center;
    background-size: 28px;
    vertical-align: top;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .user-info-form
    .el-input {
    width: 70%;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .user-info-form
    .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400;
  }
  .patent-index
    .patent-index-body
    .contact-us-container
    .user-info-form
    .el-checkbox__label {
    font-size: 16px;
    color: #666;
  }
  .patent-index .patent-index-body .contact-us-container .user-info-form .form {
    padding: 0 15px;
    overflow: hidden;
  }
  .patent-index .intellectual-property-research {
    position: relative;
    padding-bottom: 115px;
    background: url("../image/patent-Intellectual-property.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .patent-index .intellectual-property-research .fix-container {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .patent-index
    .intellectual-property-research
    .fix-container
    .patent-search-content-item {
    background-color: #fff;
    width: 45% !important;
    margin-top: 20px;
  }
  .patent-index
    .intellectual-property-research
    .fix-container
    .patent-search-content-item
    img {
    display: block;
    width: 175px;
    height: 245px;
    margin: 0px auto;
  }
  .patent-index
    .intellectual-property-research
    .fix-container
    .patent-search-content-item
    P {
    font-size: 16px;
    margin-top: 14px;
    color: #fff;
    background-color: #3e8ee2;
    text-align: center;
  }
  .patent-index .intellectual-property-research .tool-title h2 {
    color: white;
  }
  .patent-index .intellectual-property-research .tool-title p {
    color: #a8b6cb;
  }
  .patent-index .intellectual-property-research img {
    width: 100%;
    height: auto;
    min-height: 240px;
    object-fit: cover;
    margin: 0px auto;
  }
  .energy-knowledge {
    padding: 0 20px;
  }
  .energy-knowledge .comprehensive-energy-knowledge {
    position: relative;
  }
  .energy-knowledge .comprehensive-energy-knowledge img {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .energy-knowledge .comprehensive-energy-knowledge .comprehensive-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100px;
  }
  .energy-knowledge .comprehensive-energy-knowledge .comprehensive-text h1 {
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
  }
  .energy-knowledge .comprehensive-energy-knowledge .comprehensive-text h4 {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
  }
  /*   .energy-knowledge .breadcrumb-container { */
  /*     background-color: inherit; */
  /*   } */
  /*   .energy-knowledge .breadcrumb-container .breadcrumb { */
  /*     background-color: inherit; */
  /*   } */
  .energy-knowledge .el-button {
    border-color: #3e8ee2 !important;
    color: #3e8ee2 !important;
  }
  .energy-knowledge .energy-knowledge-body .tool-title {
    padding: 0px 0 44px;
  }
  .energy-knowledge .energy-knowledge-body .tool-title h2,
  .energy-knowledge .energy-knowledge-body .tool-title p {
    text-align: left;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy {
    display: block;
    justify-content: space-between;
    margin: 20px 0 45px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text {
    width: 100%;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title {
    padding: 0px 0 44px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title h2,
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title p {
    text-align: left;
    color: #3e8ee2;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title h2 {
    font-size: 36px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .tool-title p {
    font-size: 18px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list li {
    margin-bottom: 34px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .text
    .news-list
    li
    h3 {
    font-size: 16px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .text
    .news-list
    li
    p {
    font-size: 14px;
    color: #999;
    margin-top: 19px;
    line-height: 21px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a {
    display: block;
    width: 50%;
    min-width: 300px;
    background-color: #3e8ee2;
    padding: 18px 0px;
    justify-content: space-around;
    color: white;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .text
    .news-list
    a
    h3 {
    display: block;
    margin: 0px auto;
    font-size: 20px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .text .news-list a p {
    font-size: 14px;
    text-align: left;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .text
    .news-list
    a
    .bi {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 33px;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .news-details {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dddddd;
  }
  .energy-knowledge .energy-knowledge-body .energy-pllicy .news-details img {
    width: 100%;
    height: 484px;
    object-fit: cover;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .news-details
    .news-details-text {
    padding: 0px 25px 15px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .news-details
    .news-details-text
    h4 {
    font-size: 16px;
    margin-top: 20px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .news-details
    .news-details-text
    p {
    font-size: 14px;
    color: #999;
    margin-top: 14px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-pllicy
    .news-details
    .news-details-text
    span {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    display: block;
  }
  .energy-knowledge .energy-knowledge-body .energy-news .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .energy-knowledge .energy-knowledge-body .energy-news .text .tool-title {
    padding: 0;
  }
  .energy-knowledge .energy-knowledge-body .energy-news .news-details {
    margin-top: 35px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li {
    display: block;
    justify-content: start;
    margin-left: 10px;
    border-right: 1px solid #ddd;
    padding: 10px 0;
    padding-right: 5px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li:first-child {
    margin-left: 0px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .data {
    width: 100%;
    text-align: left;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .data
    h2 {
    font-size: 28px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .data
    span {
    color: #666;
    font-size: 16px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .detail {
    box-sizing: content-box;
    margin-left: 0px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .detail
    span {
    font-size: 14px;
    color: #999;
  }
  .energy-knowledge
    .energy-knowledge-body
    .energy-news
    .news-details
    .news-details-text
    ul
    li
    .detail
    h4 {
    font-size: 16px;
    line-height: 29px;
  }
  .energy-knowledge .energy-knowledge-body .policy-interpretation {
    margin-top: 100px;
  }
  .energy-knowledge .energy-knowledge-body .policy-interpretation .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .text
    .tool-title {
    padding: 0;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details {
    margin-top: 35px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul {
    display: block;
    justify-content: space-between;
    margin-top: 32px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li {
    width: 80%;
    margin: 0 auto 20px;
    padding: 17px;
    background-color: #fff;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li
    img {
    width: 100%;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li
    h3 {
    font-size: 14px;
    margin-top: 19px;
    font-weight: 500;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li
    p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 16px;
    color: #999;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li
    .link-button {
    display: inline-block;
    margin: 33px auto 15px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .energy-knowledge .energy-knowledge-body .video-interpretation {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .energy-knowledge .energy-knowledge-body .video-interpretation .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .text
    .tool-title {
    padding: 0;
  }
  .energy-knowledge .energy-knowledge-body .video-interpretation .news-details {
    margin-top: 35px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text {
    display: block;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    .video-info {
    width: 90%;
    margin: 0px auto;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    .video-info
    video {
    width: 80%;
    display: block;
    margin: 0px auto;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    .video-info
    h3 {
    font-size: 20px;
    line-height: 29px;
    margin: 23px 0 20px;
    font-weight: bold;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    .video-info
    P {
    border-top: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    padding-top: 14px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul {
    width: 90%;
    margin: 20px auto 0;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li {
    margin-bottom: 23px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a {
    display: flex;
    justify-content: space-between;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    img {
    display: block;
    width: 227px;
    height: 137px;
    min-width: 227px;
    min-height: 137px;
    object-fit: cover;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    .more-video-info {
    margin-left: 26px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    .more-video-info
    h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    .more-video-info
    p {
    font-size: 14px;
    line-height: 29px;
    margin-top: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    .link-button {
    margin: 33px auto 15px;
  }
  .energy-knowledge .expert-opinion {
    position: relative;
    padding-bottom: 105px;
    margin-top: 85px;
    background: url("../image/energy-expert-opinion.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .energy-knowledge .expert-opinion .fix-container {
    width: 100%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
  }
  .energy-knowledge .expert-opinion .fix-container .patent-search-content-item {
    padding: 0;
    background-color: #fff;
    padding: 32px 26px 23px;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
  }
  .energy-knowledge
    .expert-opinion
    .fix-container
    .patent-search-content-item
    img {
    display: block;
    width: 186px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .energy-knowledge
    .expert-opinion
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .energy-knowledge
    .expert-opinion
    .fix-container
    .patent-search-content-item
    h4 {
    font-size: 14px;
    margin-top: 16px;
  }
  .energy-knowledge
    .expert-opinion
    .fix-container
    .patent-search-content-item
    P {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .energy-knowledge .expert-opinion .more-button {
    width: 100%;
    margin-top: 61px;
  }
  .energy-knowledge .expert-opinion .more-button .link-button {
    display: inline-block;
    background-color: #fff;
    margin: 0px auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .energy-knowledge .expert-opinion .tool-title {
    padding: 103px 0 59px;
  }
  .energy-knowledge .expert-opinion .tool-title h2 {
    color: white;
  }
  .energy-knowledge .expert-opinion .tool-title p {
    color: #a8b6cb;
  }
  .energy-knowledge .expert-opinion img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0px auto;
  }
  .tool-index {
    padding-bottom: 150px;
  }
  .tool-index .tool-title {
    padding: 84px 0 57px;
  }
  .tool-index .carousel-inner .item-content img {
    width: 100%;
    min-width: 300px;
    min-height: 110px;
    object-fit: cover;
    max-width: 2400px;
    display: block;
    margin: 0px auto;
  }
  .tool-index .el-tabs__item {
    background-color: #fff;
    width: 200px;
    padding: 24px;
    padding-left: 10px;
    height: 100px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 13px;
    color: #2f374b;
    cursor: pointer;
  }
  .tool-index .el-tabs__item .tab-slot {
    display: flex;
  }
  .tool-index .el-tabs__item .tab-slot .bi {
    margin-right: 15px;
    font-size: 40px;
    color: #3e8ee2;
  }
  .tool-index .el-tabs__item .tab-slot h3 {
    font-size: 20px;
  }
  .tool-index .el-tabs__item .tab-slot p {
    font-size: 14px;
    line-height: 30px;
  }
  .tool-index .el-tabs__nav-wrap {
    overflow: visible;
  }
  .tool-index .el-tabs__nav-scroll {
    overflow: visible;
  }
  .tool-index .el-tabs--left .el-tabs__item.is-left {
    text-align: left;
    display: flex;
  }
  .tool-index .el-tabs--left .el-tabs__header.is-left {
    margin-right: 19px;
  }
  .tool-index .is-active {
    background-color: #3e8ee2;
    color: #fff;
    transition: all 0.3s;
  }
  .tool-index .is-active .bi {
    color: #fff !important;
  }
  .tool-index .el-tabs__active-bar {
    display: none;
  }
  .tool-index .el-tabs__nav-wrap::after {
    background-color: #fff;
  }
  .tool-index .el-tabs__nav-wrap::after {
    display: none;
  }
  .tool-index .label-sm {
    display: none;
  }
  .tool-index .label-lg {
    display: block;
  }
  .tool-index .tab-body {
    width: 100%;
    height: 550px;
    overflow-y: scroll;
    background: url("../image/tool-panel-bg.png") center repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .tool-index .tab-body ul {
    width: 100%;
    padding: 21px;
  }
  .tool-index .tab-body ul li a {
    justify-content: start;
    padding: 16px 25px 16px 14px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    width: 98%;
    margin: 0px auto;
    margin-bottom: 17px;
    border: 1px solid #e7e7e7;
  }
  .tool-index .tab-body ul li a:hover {
    border: 1px solid #038de2;
  }
  .tool-index .tab-body ul li a img {
    width: 102px;
    height: 102px;
    object-fit: cover;
    border-radius: 12px;
  }
  .tool-index .tab-body ul li a .text {
    margin-left: 24px;
    width: 100%;
  }
  .tool-index .tab-body ul li a .text h3 {
    font-size: 18px;
    text-align: left;
    color: #2f374b;
    margin-bottom: 11px;
    font-weight: 600;
  }
  .tool-index .tab-body ul li a .text p {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    align-items: center;
    color: #999 !important;
    margin-right: 25px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .index-page .tool-title {
    padding: 40px 0;
  }
  .index-page .comprehensive-energy-knowledge {
    position: relative;
  }
  .index-page .comprehensive-energy-knowledge img {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .index-page .comprehensive-energy-knowledge .comprehensive-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100px;
  }
  .index-page .comprehensive-energy-knowledge .comprehensive-text h1 {
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
  }
  .index-page .comprehensive-energy-knowledge .comprehensive-text h4 {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
  }
  .index-page .energy-pllicy {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 45px;
    padding: 0 20px;
  }
  .index-page .energy-pllicy .text {
    width: 100%;
  }
  .index-page .energy-pllicy .text .tool-title {
    padding: 0px 0 44px;
  }
  .index-page .energy-pllicy .text .tool-title h2,
  .index-page .energy-pllicy .text .tool-title p {
    text-align: left;
    color: #3e8ee2;
  }
  .index-page .energy-pllicy .text .tool-title h2 {
    font-size: 36px;
  }
  .index-page .energy-pllicy .text .tool-title p {
    font-size: 18px;
  }
  .index-page .energy-pllicy .text .news-list li {
    margin-bottom: 34px;
  }
  .index-page .energy-pllicy .text .news-list li h3 {
    font-size: 16px;
  }
  .index-page .energy-pllicy .text .news-list li p {
    font-size: 14px;
    color: #999;
    margin-top: 19px;
    line-height: 21px;
  }
  .index-page .energy-pllicy .text .news-list a {
    display: block;
    width: 50%;
    min-width: 300px;
    background-color: #3e8ee2;
    padding: 18px 0px;
    justify-content: space-around;
    color: white;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .index-page .energy-pllicy .text .news-list a h3 {
    display: block;
    margin: 0px auto;
    font-size: 20px;
  }
  .index-page .energy-pllicy .text .news-list a p {
    font-size: 14px;
    text-align: left;
  }
  .index-page .energy-pllicy .text .news-list a .bi {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 33px;
  }
  .index-page .energy-pllicy .news-details {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dddddd;
  }
  .index-page .energy-pllicy .news-details img {
    width: 100%;
    height: 484px;
    object-fit: cover;
  }
  .index-page .energy-pllicy .news-details .news-details-text {
    padding: 0px 25px 15px;
  }
  .index-page .energy-pllicy .news-details .news-details-text h4 {
    font-size: 16px;
    margin-top: 20px;
  }
  .index-page .energy-pllicy .news-details .news-details-text p {
    font-size: 14px;
    color: #999;
    margin-top: 14px;
  }
  .index-page .energy-pllicy .news-details .news-details-text span {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    display: block;
  }
  .index-page .patent-search .patent-search-content .fix-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    cursor: pointer;
    padding: 24px 18px;
    background-color: #fff;
    border-radius: 8px;
    width: 46%;
    border: 1px solid #3e8ee2;
    transition: all 0.3s;
    margin-top: 20px;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    img {
    width: 100%;
    margin-top: 17px;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item
    P {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    margin-top: 15px;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item:hover {
    border: 1px solid #3e8ee2;
    box-shadow: 0px 11px 36px 10px rgba(163, 163, 163, 0.28);
  }
  .index-page .news-peport {
    padding: 80px 0 0;
  }
  .index-page .news-peport .news-peport-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-page .news-peport .news-peport-container .flex-container-item {
    width: 85%;
    margin: 0px auto 30px;
  }
  .index-page .news-peport .news-peport-container .flex-container-item .title {
    padding: 30px;
    background-color: #3e8ee2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .title
    h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .title
    h3
    span {
    font-weight: 400;
    color: #c8e3ff;
    font-size: 17px;
    margin-left: 14px;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .title
    a {
    font-size: 18px;
    color: #ffffff;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .text-list-container
    .text-list {
    background-color: #ffffff;
    border: 1px solid #ddd;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .text-list-container
    .text-list
    .text-item {
    padding: 20px 20px 16px;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .text-list-container
    .text-list
    .text-item
    h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .text-list-container
    .text-list
    .text-item
    p {
    margin-top: 17px;
    font-size: 14px;
    color: #999;
  }
  .index-page
    .news-peport
    .news-peport-container
    .flex-container-item
    .text-list-container
    .text-list
    .text-item:hover {
    box-shadow: 0px 11px 36px 10px rgba(197, 197, 197, 0.28);
  }
  .index-page .research-direction .tool-title {
    padding: 40px 0 40px;
  }
  .index-page .research-direction .patent-search-content .fix-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 4px solid #038de2;
    padding: 40px 40px 34px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    cursor: pointer;
    width: 40%;
    margin-bottom: 30px;
    transition: all 0.3s;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item
    h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item
    ul {
    margin-top: 32px;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item
    ul
    li {
    margin-top: 16px;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item
    ul
    li
    a {
    font-weight: 400;
    font-size: 14px;
    color: #3e8ee2;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item
    ul
    li
    a:hover {
    text-decoration: underline;
  }
  .research-findings .tool-title {
    padding-top: 69px;
  }
  .research-findings .research-findings-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .research-findings .research-findings-body {
    padding: 0 10px;
  }
  .research-findings .research-findings-body .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .research-findings .research-findings-body .text .tool-title {
    padding: 0;
  }
  .research-findings .research-findings-body .article {
    margin-top: 27px;
  }
  .research-findings .research-findings-body .article .articel-container ul li {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container {
    display: block;
    justify-content: space-between;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon {
    min-width: 150px;
    margin-top: 13px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon
    span {
    font-size: 14px;
    font-weight: 400;
    color: #3e8ee2;
    margin: 0 10px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon
    .view {
    position: relative;
    line-height: 18px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon
    .view:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/view-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon
    .download {
    position: relative;
    line-height: 18px;
    /* border-left: 1px solid; xie */
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .title-container
    .icon
    .download:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/download-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info {
    display: flex;
    justify-content: start;
    margin-top: 13px;
    flex-wrap: wrap;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .span1 {
    color: #ff7e00;
    background: #fff8e8;
    border: 1px solid #ff7e00;
    border-radius: 13px;
    font-size: 14px;
    padding: 2px 9px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .span2 {
    color: #52a844;
    background: #f0ffed;
    border: 1px solid #52a844;
    font-size: 14px;
    border-radius: 13px;
    padding: 2px 9px;
    margin-left: 12px;
    margin-right: 25px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .info {
    margin-top: 8px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .info
    .date {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-left: 0;
    margin-top: 13px;
    position: relative;
    line-height: 18px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .info
    .date:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/patent-data.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .article-info
    .info
    .auth {
    font-size: 14px;
    color: #999999;
    margin-left: 25px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .content {
    margin-top: 13px;
  }
  .research-findings
    .research-findings-body
    .article
    .articel-container
    ul
    li
    .content
    p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
  }
  .research-findings .research-findings-body .patent {
    margin-top: 109px;
  }
  .research-findings .research-findings-body .patent .patent-container ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .research-findings .research-findings-body .patent .patent-container ul li {
    width: 90%;
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 29px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container {
    display: block;
    justify-content: space-between;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .title {
    display: flex;
    justify-content: start;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .title
    .span1 {
    color: #4d78ff;
    background: #f0f3ff;
    border: 1px solid #4d78ff;
    border-radius: 13px;
    font-size: 14px;
    padding: 2px 9px;
    margin-left: 12px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .title
    .span2 {
    color: #fff;
    background: #4d78ff;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 13px;
    margin-left: 12px;
    line-height: 22px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .title
    h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon {
    margin-top: 10px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon
    span {
    font-size: 14px;
    font-weight: 400;
    color: #3e8ee2;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon
    .view {
    position: relative;
    line-height: 18px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon
    .view:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/view-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon
    .download {
    position: relative;
    line-height: 18px;
    /* border-left: 1px solid; xie */
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .title-container
    .icon
    .download:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/download-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .content {
    margin-top: 13px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .content
    h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .content
    .info {
    margin-top: 13px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .content
    .info
    span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-right: 36px;
  }
  .research-findings
    .research-findings-body
    .patent
    .patent-container
    ul
    li
    .content
    p {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
  }
  .research-findings .research-findings-body .tisc {
    margin-top: 80px;
  }
  .research-findings .research-findings-body .tisc .tisc-monthly-container {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 30px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container {
    width: 50%;
    background-color: #fff;
    padding: 20px 0 10px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container:first-child
    ul {
    border-right: 2px solid #f0f0f0;
    padding: 0 25px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container
    ul {
    padding: 0 30px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container
    ul
    li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container
    ul
    li
    a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 16px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container
    ul
    li
    a:hover {
    color: #038de2;
  }
  .research-findings .research-findings-body .carbon {
    margin-top: 100px;
  }
  .research-findings .research-findings-body .carbon .carbon-monthly-container {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 20px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 10px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container:first-child
    ul {
    border-right: 2px solid #f0f0f0;
    padding: 0 25px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul {
    padding: 0 30px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li {
    margin-bottom: 15px;
    height: 78px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    a:hover {
    color: #038de2;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    .people {
    margin-left: 20px;
    position: relative;
    line-height: 15px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    .people:before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url("../image/people-icon.png") no-repeat center;
    background-size: 15px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    span {
    color: #999;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul
    li
    span:before {
    position: relative;
    top: 2px;
  }
  .research-findings .research-findings-body .standard-monograph {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
  .research-findings .research-findings-body .standard-monograph .standard {
    width: 100%;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title {
    padding: 0;
    display: flex;
    justify-content: start;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title
    h2 {
    text-align: left;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title
    p {
    text-align: left;
    margin-left: 10px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    a {
    border: none;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .standard-list-container {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    padding-bottom: 10px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .standard-list-container
    ul
    li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .standard-list-container
    ul
    li
    a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 16px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .standard-list-container
    ul
    li
    a:hover {
    color: #038de2;
  }
  .research-findings .research-findings-body .standard-monograph .monograph {
    width: 100%;
    margin-top: 50px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title {
    padding: 0;
    display: flex;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title
    h2 {
    text-align: left;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title
    p {
    text-align: left;
    margin-left: 10px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    a {
    border: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    a
    :hover {
    background-color: #fff;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .monograph-list-container {
    padding: 20px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 20px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .monograph-list-container
    ul
    li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .monograph-list-container
    ul
    li
    a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 16px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .monograph-list-container
    ul
    li
    a:hover {
    color: #038de2;
  }
  .research-findings .research-findings-layout {
    width: 100%;
    background-color: #fff;
    padding: 84px 0 109px;
    margin-top: 100px;
  }
  .research-findings .research-findings-layout .text {
    padding: 0 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .research-findings .research-findings-layout .text .tool-title {
    padding: 0;
    text-align: left;
  }
  .research-findings .research-findings-layout .text .tool-title p {
    text-align: left;
  }
  .research-findings .research-findings-layout .carbon .articel-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li {
    width: 47%;
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 29px;
    display: block;
    box-shadow: 0px 4px 31px 1px rgba(170, 170, 170, 0.18);
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .img-container
    img {
    width: 161px;
    height: 205px;
    display: block;
    margin: 0px auto;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container {
    margin-left: 0px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container {
    display: flex;
    justify-content: space-between;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    .icon
    span {
    font-size: 14px;
    font-weight: 400;
    color: #3e8ee2;
    margin: 0 10px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    .icon
    .view {
    position: relative;
    line-height: 18px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    .icon
    .view:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/view-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    .icon
    .download {
    position: relative;
    line-height: 18px;
    border-left: 1px solid;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .title-container
    .icon
    .download:before {
    content: " ";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background: url("../image/download-blue.png") no-repeat center;
    background-size: 18px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .article-info {
    display: flex;
    justify-content: start;
    margin-top: 21px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .article-info
    .date {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    position: relative;
    line-height: 20px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .article-info
    .date:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: url("../image/patent-data.png") no-repeat center;
    background-size: 20px;
    vertical-align: top;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .article-info
    .auth {
    font-size: 14px;
    color: #999999;
    margin-left: 25px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .content {
    margin-top: 21px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li
    .carbon-container
    .content
    p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
  }
  .energy-news .tool-title {
    padding-top: 69px;
  }
  .energy-news .energy-news-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .energy-news .energy-news-body {
    padding: 0px 20px;
  }
  .energy-news .energy-news-body .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 84px 0 32px;
  }
  .energy-news .energy-news-body .text .tool-title {
    padding: 0;
  }
  .energy-news .energy-news-body .text .search-container {
    display: flex;
  }
  .energy-news .energy-news-body .text .search-container .el-input__inner {
    border-radius: 4px 0 0 4px;
    border: 1px solid #dddddd;
    width: 275px;
  }
  .energy-news .energy-news-body .text .search-container .el-button {
    border-radius: 0 4px 4px 0;
  }
  .energy-news .energy-news-body .energy-news-container {
    display: flex;
    justify-content: space-between;
  }
  .energy-news .energy-news-body .energy-news-container .tree-UI {
    width: 240px;
    min-width: 240px;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    border-top: 6px solid #3e8ee2;
    height: max-content;
  }
  .energy-news .energy-news-body .energy-news-container .tree-UI ul {
    list-style: none;
    padding-left: 7px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container {
    padding: 10px;
    padding-left: 26px;
    position: relative;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .range-title {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 29px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .range-title:before {
    content: " ";
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 5px;
    background: url("../image/technical-field.png") no-repeat center;
    background-size: 22px;
    vertical-align: top;
    position: relative;
    top: 4px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .content-body {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 10px;
    height: 80vh;
    overflow: hidden;
    max-height: 0;
    z-index: 10;
    transition: all 0.3s;
    background-color: #fff;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .content-body
    .close {
    width: 100%;
    padding: 10px;
    text-align: right;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .content-body-active {
    max-height: 79vh;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item {
    padding-top: 13px;
    padding-left: 10px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .title {
    padding: 0px 10px 7px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    line-height: 22px;
    cursor: pointer;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .title-active {
    color: #3e8ee2;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .title:before {
    margin-right: 9px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-list {
    max-height: 0px;
    transition: all 0.3s;
    overflow: hidden;
  }
  /*   .energy-news .energy-news-body .energy-news-container .tree-UI .tree-container .tree-list .tree-item .tree-child-list li { */
  /*     padding: 7px; */
  /*   } */
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-list
    li
    a {
    position: relative;
    line-height: 16px;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-list
    li
    .title-active {
    color: #3e8ee2;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-list
    li
    a:before {
    width: 10px;
    background-size: 10px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-list
    li:hover {
    background-color: #fff;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container
    .tree-list
    .tree-item
    .tree-child-active {
    max-height: 500px;
    padding: 0px 10px 0;
  }
  .energy-news .energy-news-body .energy-news-container .energy-news-list {
    width: calc(100% - 270px);
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li {
    border-radius: 4px;
    padding: 20px;
    display: block;
    justify-content: start;
    margin-bottom: 18px;
    background-color: #fff;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-img
    img {
    max-width: 330px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0px auto;
    display: block;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text {
    text-align: center;
    margin-left: 0px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag {
    margin-top: 10px;
    margin-left: 0px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-right: 20px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:before {
    position: relative;
    top: 2px;
    margin-right: 7px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:nth-child(1) {
    position: relative;
    line-height: 15px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:nth-child(1):before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url("../image/energy-tag.png") no-repeat center;
    background-size: 15px;
    vertical-align: top;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:nth-child(2) {
    position: relative;
    line-height: 15px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:nth-child(2):before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url("../image/energy-flag.png") no-repeat center;
    background-size: 15px;
    vertical-align: top;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .tag
    span:nth-child(2):before {
    position: relative;
    top: 3px;
    margin-right: 7px;
    width: 12px;
    height: 15px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: relative;
    line-height: 15px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .time:before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url("../image/patent-data.png") no-repeat center;
    background-size: 15px;
    vertical-align: top;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .time:before {
    position: relative;
    top: 2px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .energy-news-list-item
    li
    .energy-news-detail-text
    .el-button {
    margin-top: 15px;
    padding: 9px 20px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .pagination {
    margin-bottom: 64px;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .energy-news-list
    .pagination
    .el-pagination {
    white-space: inherit;
    line-height: 40px;
  }
  .company-profile {
    padding: 0 0px 70px;
  }
  .company-profile .comprehensive-energy-knowledge {
    position: relative;
  }
  .company-profile .comprehensive-energy-knowledge img {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .company-profile .comprehensive-energy-knowledge .comprehensive-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100px;
  }
  .company-profile .comprehensive-energy-knowledge .comprehensive-text h1 {
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
  }
  .company-profile .comprehensive-energy-knowledge .comprehensive-text h4 {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
  }
  .company-profile .company-profile-container {
    padding: 0 10px;
  }
  .company-profile .profile-container {
    margin: 0px 0 0px;
  }
  .company-profile .profile-container .profile-item {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .company-profile .profile-container .profile-item .text {
    width: 33%;
    position: relative;
  }
  .company-profile .profile-container .profile-item .text .tool-title {
    padding: 0px 0 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .company-profile .profile-container .profile-item .text .tool-title h2,
  .company-profile .profile-container .profile-item .text .tool-title p {
    text-align: left;
    color: #333;
  }
  .company-profile .profile-container .profile-item .text .tool-title h2 {
    font-size: 36px;
  }
  .company-profile .profile-container .profile-item .text .tool-title p {
    font-size: 18px;
  }
  .company-profile .profile-container .profile-item .profile-content {
    padding: 0 10px 0px;
    width: 64%;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
  }
  .company-profile .profile-container .profile-item .profile-content .icon {
    margin-top: -20px;
    margin-left: 20px;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .icon
    span {
    position: relative;
    line-height: 40px;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .icon
    span:before {
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background: url("../image/text-icon.png") no-repeat center;
    background-size: 40px;
    vertical-align: top;
  }
  .company-profile .profile-container .profile-item .profile-content .content {
    padding: 30px 20px;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .content
    p {
    text-indent: 2em;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .content
    ul
    li {
    position: relative;
    line-height: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    padding-left: 10px;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .content
    ul
    li:before {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background: url("../image/list-icon.jpg") no-repeat center;
    background-size: 10px;
    vertical-align: top;
  }
  .company-profile
    .profile-container
    .profile-item
    .profile-content
    .content
    ul
    li:before {
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 15px;
  }
  .company-profile .img-container ul {
    display: flex;
    justify-content: space-between;
  }
  .company-profile .img-container ul li {
    width: 32%;
  }
  .company-profile .img-container ul li img {
    width: 100%;
    object-fit: cover;
  }
  .company-profile .text-container {
    padding: 30px;
    margin-top: 17px;
    background-color: #fff;
  }
  .company-profile .text-container p {
    text-indent: 2em;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
  }
  .personnel-info .comprehensive-energy-knowledge {
    position: relative;
  }
  .personnel-info .comprehensive-energy-knowledge img {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .personnel-info .comprehensive-energy-knowledge .comprehensive-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100px;
  }
  .personnel-info .comprehensive-energy-knowledge .comprehensive-text h1 {
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 7px 10px 12px rgba(25, 87, 138, 0.5);
  }
  .personnel-info .comprehensive-energy-knowledge .comprehensive-text h4 {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    text-shadow: 5px 10px 5px rgba(2, 2, 2, 0.7);
  }
  .personnel-info .personnel-info-container {
    padding: 15px;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li {
    display: block;
    width: 48%;
    background-color: #fff;
    padding: 20px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .text {
    position: relative;
    margin-top: 10%;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .text
    h3 {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
    letter-spacing: 10px;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .text
    h3
    span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    letter-spacing: 2px;
    margin-left: 10px;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .text
    p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .personnel-icon-mobile {
    display: block;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .personnel-icon-pc {
    display: none;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li
    .img
    img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .pagination {
    margin: 30px auto 140px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .pagination
    .el-pagination {
    white-space: inherit;
    line-height: 40px;
  }

  .simple-search-index .img_search {
    width: 90%;
  }
  .patent-search .top-num-box {
    display: block;
  }
  .simple-search-index .bottom-box ul {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .simple-search-index .bottom-box ul li {
    width: 48%;
  }
  .patent-index .tool-title {
    padding: 10px 0;
    font-size: 18px;
  }
  .patent-index .tool-title h2 {
    font-size: 18px;
  }

  .tp-banner-container ul li img {
    height: auto !important;
  }
  .patent-search {
    margin-top: -16%;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .patent-search .top-num-box .top-patent-count {
    font-size: 18px;
  }
  .patent-search .top-num-box span {
    font-size: 16px;
  }
  .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item{
    width: 48%;
    margin-bottom: 15px;
  }
  .mp-home-application-scenario__body .mp-side__right .mp-side__row .question-answer{
    width: 100%;
  }
  .mp-home-application-scenario__body .mp-side__left{
    min-width:110px;

  }
  .mp-home-application-scenario__body .mp-side__left-section__info{
    padding: 0 5px;
  }
  .mp-home-application-scenario__body .mp-side__left-section{
    height: auto;
  }
  .mp-home-application-scenario__body .mp-side__left-section.is-selected .mp-text.mp-desc{
    display: none;
  }
  .mp-home-application-scenario__body .mp-side__left-section__info .mp-text.mp-desc{
    display: none;
  }
  .mp-home-application-scenario__body .mp-side__left-section__info .mp-text{
    
    -webkit-box-orient: inherit;
  }
  .tab-page{
    flex-wrap: wrap;
  }
  .mp-home-application-scenario__body .mp-side__left-section__info .mp-text.mp-title{
    font-size:12px
  }
  #tableView{
    width: 100%;
    padding: 0 15px;
  }
  .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item .mp-home-application-scenario__card{
    padding: 5px;
  }
  .contact-study-box .contact-study-book{
    width: 45%;
  }
  .contact-study-box{
    flex-wrap: wrap;
  }
  .patent-index .patent-index-body .intellectual-property-consulting .patent-search-content .fix-container .patent-search-content-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }




}
@media screen and (max-width: 640px) {
  .label-sm {
    display: block !important;
  }
  .label-lg {
    display: none !important;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li {
    display: block;
    padding: 10px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    img {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text {
    margin-left: 0px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    h3 {
    margin-top: 10px;
    text-align: center;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    .text-footer {
    display: flex;
    justify-content: space-around;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .tab-body
    ul
    li
    .text
    span {
    margin: 0px auto;
  }
  .patent-index .patent-index-body .contact-us-container .address-info .text {
    width: 80%;
  }
  .patent-index .patent-index-search .input-with-select .el-select .el-input {
    width: 40px;
  }
  .patent-index .patent-index-search .input-with-select .el-button,
  .patent-index .patent-index-search .input-with-select .el-button--success {
    padding: 12px 20px;
  }
  .patent-index
    .patent-index-body
    .intell-property-training
    .patent-search-content
    .el-tabs__item {
    padding: 15px;
  }
  .patent-index
    .patent-index-body
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    width: 80% !important;
  }
  .patent-index
    .intellectual-property-research
    .fix-container
    .patent-search-content-item {
    width: 80% !important;
  }
  .energy-knowledge {
    padding: 0 10px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    .video-info
    video {
    width: 100%;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a {
    display: block;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    img {
    width: 100%;
    height: auto;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    .more-video-info {
    margin-top: 20px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .video-interpretation
    .news-details
    .news-details-text
    ul
    li
    a
    .more-video-info {
    margin-left: 0px;
  }
  .energy-knowledge
    .energy-knowledge-body
    .policy-interpretation
    .news-details
    .news-details-text
    ul
    li {
    width: 90%;
  }
  .energy-knowledge .expert-opinion .tool-title {
    padding: 53px 0 29px;
  }
  .energy-knowledge .expert-opinion {
    margin-top: 40px;
  }
  .tool-index .el-tabs__item {
    width: 105px;
    padding: 10px;
    height: 60px;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .tool-index .el-tabs__item .tab-slot .bi {
    font-size: 20px;
    display: none;
  }
  .tool-index {
    padding-bottom: 50px;
  }
  .tool-index .tool-title {
    padding: 40px 0;
  }
  .tool-index .tab-body ul {
    padding: 10px;
  }
  .tool-index .tab-body ul li a {
    padding: 10px;
    display: block;
  }
  .tool-index .tab-body ul li a img {
    display: block;
    margin: 0px auto;
    width: 60px;
    height: 60px;
  }
  .tool-index .tab-body ul li a .text {
    margin-left: 0px;
  }
  .tool-index .tab-body ul li a .text h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .tool-index .tab-body ul li a .text p {
    margin-right: 0px;
  }
  .tool-index .tab-body ul li a .text p {
    font-size: 13px;
    -webkit-line-clamp: 5;
    text-align: center;
  }
  .tool-index .el-tabs--left .el-tabs__header.is-left {
    margin-right: 10px;
  }
  .research-direction .research-direction-body .direction-tab .el-tabs__nav {
    flex-wrap: wrap;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    .el-tabs__nav
    .el-tabs__item {
    margin: 10px 8px;
  }
  .research-direction .research-direction-body .direction-tab ul li .container {
    display: block;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    .text-content {
    position: relative;
    top: 0%;
    left: 0px;
    transform: translateY(0);
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    img {
    width: 100%;
    height: auto;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    .text-content
    .text {
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: 300px;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    .text-content {
    height: auto;
    width: 100%;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    .text-content {
    padding-right: 0;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li
    .container
    .text-content
    .text
    h3 {
    margin-top: 50px;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li:nth-child(even)
    .container
    .text-content {
    padding-top: 0px;
    padding-left: 0px;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li:nth-child(even)
    .container
    .text-content
    .text {
    padding-right: 0px;
    padding: 20px;
  }
  .research-direction
    .research-direction-body
    .direction-tab
    ul
    li:nth-child(even)
    .container
    .text-content
    .text
    .top-icon {
    right: auto;
  }
  .research-direction {
    padding-bottom: 50px;
  }

  .index-page .energy-pllicy {
    display: block;
    justify-content: space-between;
    margin: 20px 0 45px;
    padding: 0 20px;
  }
  .index-page .energy-pllicy .news-details img {
    height: auto;
  }
  .index-page
    .patent-search
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    width: 88%;
  }
  .index-page .research-direction .patent-search-content .fix-container {
    width: 100%;
    padding: 40px 15px 34px;
  }
  .index-page
    .research-direction
    .patent-search-content
    .fix-container
    .patent-search-content-item {
    width: 45%;
  }
  .research-findings .research-findings-layout .text {
    flex-direction: column;
  }
  .research-findings .research-findings-body .text {
    flex-direction: column;
  }
  .research-findings .link-button {
    border: none;
  }
  .research-findings .link-button:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #038de2;
    border: none;
  }
  .research-findings .tool-title {
    padding: 20px 0 10px;
  }
  .research-findings
    .research-findings-layout
    .carbon
    .articel-container
    ul
    li {
    width: 90%;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title {
    display: block;
    text-align: center;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title
    h2 {
    text-align: center;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .text
    .tool-title
    p {
    text-align: center;
    margin: 13px 0;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title {
    display: block;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title
    h2 {
    text-align: center;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .monograph
    .text
    .tool-title
    p {
    text-align: center;
    margin: 13px 0;
  }
  .research-findings .research-findings-body .tisc .tisc-monthly-container {
    display: block;
    background-color: #fff;
    padding: 20px 0 10px;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container {
    width: 100%;
    padding: 0;
  }
  .research-findings
    .research-findings-body
    .tisc
    .tisc-monthly-container
    .tisc-list-container
    ul {
    padding: 0 25px;
  }
  .research-findings .research-findings-body .carbon .carbon-monthly-container {
    display: block;
    background-color: #fff;
    padding-top: 30px;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container {
    width: 100%;
    padding: 0;
  }
  .research-findings
    .research-findings-body
    .carbon
    .carbon-monthly-container
    .carbon-list-container
    ul {
    padding: 0 25px;
  }
  .research-findings
    .research-findings-body
    .standard-monograph
    .standard
    .standard-list-container
    ul
    li
    a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
    margin-bottom: 10px;
  }
  .login-container .login-view-container {
    width: 100%;
    min-width: 370px;
  }
  .login-container .login-view-container .login-form {
    border-radius: 0%;
    width: 100%;
  }
  .login-container {
    padding: 30px 0 0;
    background-size: inherit;
    height: 100vh;
  }
  .login-container .login-view-container .login-form {
    padding: 30px 10px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .register-container .register-view-container {
    width: 100%;
    min-width: 370px;
  }
  .register-container .register-view-container .register-form {
    border-radius: 0%;
    width: 100%;
  }
  .register-container {
    padding: 30px 0 30px;
    background-size: inherit;
  }
  .register-container .register-view-container .register-form {
    padding: 30px 15px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    .el-input2 {
    width: 100%;
  }
  .register-container
    .register-view-container
    .register-form
    .form-container
    .input-container
    .input-item
    .input-label
    h4 {
    min-width: 100px;
  }
  .energy-news .energy-news-body .energy-news-container .tree-UI {
    position: fixed;
    top: 50px;
    left: 0px;
    height: calc(100vh - 50px);
    z-index: 11;
    overflow-y: scroll;
    max-width: 0;
    min-width: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .energy-news
    .energy-news-body
    .energy-news-container
    .tree-UI
    .tree-container {
    min-width: 240px;
  }
  .energy-news .energy-news-body .energy-news-container .tree-show {
    max-width: 240px;
    min-width: 240px;
    overflow: scroll;
  }
  .energy-news .energy-news-body .open-tree {
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 0 50px 50px 0;
    background-color: #3e8ee2;
    position: fixed;
    top: 50%;
    left: 0;
  }
  .energy-news .energy-news-body .open-tree i {
    font-size: 30px;
    margin: 10px 0 0;
    color: #fff;
  }
  .energy-news-body .dusk-view {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .energy-news-body .dusk-view .close-tree {
    position: absolute;
    color: #ffffff;
    left: 260px;
    top: 60px;
    font-size: 40px;
    opacity: 0;
    transition: all 0.7s;
  }
  .energy-news-body .dusk-view-show {
    display: block;
  }
  .energy-news-body .dusk-view-show .close-tree {
    opacity: 1;
  }
  .energy-news .energy-news-body .energy-news-container .energy-news-list {
    width: 100%;
  }
  .energy-news .energy-news-body .text {
    display: block;
  }
  .energy-news .energy-news-body .text .search-container {
    justify-content: start;
    margin-top: 20px;
    width: 100%;
    margin: 20px auto;
  }
  .energy-news .energy-news-body .text .search-container .el-input__inner {
    width: 100%;
  }
  .company-profile .profile-container .profile-item {
    display: block;
    margin-top: 10px;
  }
  .company-profile .profile-container .profile-item .profile-content {
    width: 100%;
    position: relative;
  }
  .company-profile .profile-container .profile-item .profile-content .icon {
    position: absolute;
  }
  .company-profile .profile-container .profile-item .profile-content .content {
    padding: 30px 20px 30px;
  }
  .company-profile .profile-container .profile-item .text {
    width: 100%;
  }
  .company-profile .profile-container .profile-item .text .tool-title {
    width: 100%;
    margin: 30px auto;
    position: relative;
    top: 0%;
    transform: translateY(0%);
    padding: 0px 0 24px;
  }
  .company-profile .profile-container .profile-item .text .tool-title p,
  .company-profile .profile-container .profile-item .text .tool-title h2 {
    text-align: center;
  }
  .company-profile .img-container ul {
    display: block;
  }
  .company-profile .img-container ul li {
    width: 80%;
    margin: 0px auto;
    margin-top: 20px;
  }
  .index-page .energy-pllicy .text .news-list .data-container .news-title h3 {
    margin-top: 0;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .personnel-list
    li {
    width: 100%;
  }
  .energy-innovation-index
    .energy-innovation-body
    .direction-tab
    .country-profile
    .select-title {
    display: block;
  }
  .personnel-info
    .personnel-info-container
    .personnel-list-container
    .pagination {
    width: 100%;
    transform: translateX(0);
    margin-left: 0;
  }
  .database_flex{
    height: 300px;
  }
  .database_flex .text span {
    display: none;
  }
  .database_flex .img_show a span {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .database_flex .img_show .text ul {
    display: none;
  }

  .tp-banner-container ul li img {
    height: 100px !important;
    object-fit: cover;
  }
  .patent-search {
    margin-top: -100px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .simple-search-index .img_search {
    width: 95%;
  }
  .simple_search .img_search input[type="text"] {
    width: auto;
  }
  .simple-search-index {
    margin-top: 30px;
  }
  .domain-specific-search .database_flex {
    padding: 0 15px;
  }

  .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item{
    width:95%;
    margin-bottom: 15px;
  }
  .tisc-monthly{
    display: block;
  }
  .tisc-monthly .monthly-left-box{
    width: 90%;
    margin: 0px auto;
  }
  .tisc-monthly .monthly-right-box{
    width: 90%;
    margin: 0px auto
  }

  .patent-problem-QR,.patent-problem-link,.patent-problem-feedback-box{
    display: none;
  }
}
/* 页头 */
.index-head {
  background-color: #3e8ee2;
  min-width: 1200px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px 0;
  /* padding: 5px 0; */
}
.flex-container {
  display: flex;
  justify-content: space-between;
  background-color: #3e8ee2;
  width: 80%;
  min-width: 1200px;
  height: 50px;
  margin: 0px auto;
  /* height: 48px; */
}
#menu-action {
  display: none;
}
.head-menu {
  width: 50%;
}
.menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.menu-item {
  /* width: 10%; */
  max-height: 50px;
  line-height: 50px;
  transition: all 0.3s;
}
.menu-item a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
@keyframes myheader {
  from {
    transform: translateY(-5px) scale(1, 1);
  }
  to {
    transform: translateY(0px) scale(1.2, 1.2);
  }
}
.breadcrumb-container .breadcrumb {
  width: 1200px;
  background-color: #fff;
  margin: 0px auto;
}
.menu-item:hover {
  /* transform:rotateZ(360deg); */
  animation: myheader 0.3s;
  transform: scale(1.2, 1.2);
}
.menu-item:hover:before {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .menu-item:hover ul {
    line-height: 50px;
    max-height: 500px;
    transition: all 0.7s;
  }
  .menu-list .menu-item:hover i {
    /* display: block; */
    display: inline-block;
    transform: rotateX(180deg);
  }
}
.head-menu ul li a {
  color: #666;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}
#is-select {
  position: relative;
}
#is-select:before {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 30px;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #ffffff;
  background-size: 3px;
  vertical-align: top;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-list .menu-item i {
  transition: all 0.3s;
  margin-left: 5px;
}
#myTabContent .caver img {
  width: 100%;
}
.parent-menu {
  position: relative;
}
.child-menu-list {
  color: white;
  position: absolute;
  z-index: 999;
  /* background-color: #3E8EE2; */
  /* top: 40px; */
  width: 180px;
  max-height: 0px;
  overflow: hidden;
  animation: all 0.3s;
  /*padding-top: 5px;*/
}
.child-menu-list li {
  padding: 0px 15px;
  background-color: #3e8ee2;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
  border: 1px solid #fff0;
}

.child-menu-list li:first-child {
  margin-top: 5px;
}

.child-menu-list li #is-select:before {
  display: none;
}
.user-action {
  display: flex;
}
#user-action-pc {
  display: flex;
}
#user-action-mobil {
  display: none;
}
.user-action .login-button a {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid white;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-align: left;
  margin-right: 10px;
  line-height: 48px;
}
.child-menu-list li:hover {
  color: #3e8ee2;
  cursor: pointer;
  transform: translateX(25px);
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #3e8ee2;
  background-color: white;
}
.child-menu-list li:hover a {
  color: #3e8ee2;
}
.user-action .login-button a:hover {
  border-radius: 4px 4px 4px 4px;
  color: #3e8ee2;
  border: 1px solid #3e8ee2;
  background-color: white;
}
/* 页脚 */
.index-footer {
  width: 100%;
  position: relative;
  background-color: #3e8ee2;
}
.footer-container {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  /* height: 240px; xie 20230404*/
  height: 170px;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo img {
  /* width: 387px;
  height: 58px; xie 20230404*/
  width: 350px;
  height: 60px;
}
.link-list {
  display: flex;
  justify-content: space-between;
}
.footer-link h3 {
  color: white;
  text-align: left;
}
.footer-link ul {
  color: white;
  text-align: left;
  margin-right: 20px;
}
.footer-link ul li {
  margin-top: 10px;
}
.footer-link ul a {
  color: white;
  font-size: 14px;
  text-align: left;
}
.footer-service .service img {
  width: 125px;
  height: 95px;
}
.copy-right {
  text-align: center;
  background-color: #186ec8;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
/* 工具-化学结束 */
/* 工具-化学 */
.tool-chemistry-container {
  margin: 0px auto;
  position: relative;
  width: 1200px;
  padding: 0px 0px 50px;
  background-color: #fff;
  padding: 47px 70px 50px;
  margin-bottom: 34px;
}
.tool .btn {
  border: 1px solid #3e8ee2;
  margin: 0px 8px;
}
.btn-primary {
  background-color: #3e8ee2 !important;
}
.btn-default {
  color: #3e8ee2;
}
.tool-form-flex {
  display: flex;
  justify-content: space-between;
}
.input-parameter {
  width: 45%;
  box-sizing: content-box;
}
.tool-chemistry-container .btn-default {
  color: #186ec8;
}
.tool-division {
  width: 1px;
  /* height: 246px; */
  background: #f1f1f1;
}
.tool-chemistry-container .form-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 7px;
  height: 50px;
}
.tool-chemistry-container .tab-button {
  text-align: center;
}
.tool-chemistry-container .redio-span {
  width: 150px;
  margin-right: 30px;
}
.tool-chemistry-container .form-item .form-item-input {
  margin-left: 10px;
}
.tool-chemistry-container .form-item span {
  display: block;
  min-width: 60px;
}
.tool-chemistry-container .input-span {
  font-size: 16px;
  /* line-height: 100px; */
  min-width: 100px !important;
}
.tool-chemistry-container .form-item .unit-span {
  min-width: 60px;
}
.tool-chemistry-container .form-item .form-item-input input {
  padding: 5px;
  font-size: 20px;
  border: 1px solid #e4e0e0;
  text-align: center;
}
.tool-chemistry-container .select-button-hide {
  visibility: hidden;
}
.tool-chemistry-container .submit-button {
  text-align: center;
  margin: 10px 0 30px;
}
.tool-chemistry-container .submit-button button {
  font-size: 16px;
  margin-left: 20px;
}
.tool-chemistry-container .checkbox-inline,
.radio-inline {
  padding-left: 0px;
}
.tool-chemistry-container .table-container tr th {
  background-color: #e4f1ff;
  padding: 15px 0 !important;
  text-align: center;
}
.tool-chemistry-container .tool-container h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.tool-chemistry-container .tool-form h3 i {
  font-size: 25px;
  margin-right: 5px;
  margin-left: -30px;
}
.tool-chemistry-container .tool-container h3 i {
  font-size: 25px;
  margin-right: 5px;
  margin-left: -30px;
}
.tool-chemistry-container .tool-table h3 i {
  font-size: 25px;
  margin-right: 5px;
  margin-top: 10px;
  margin-left: -30px;
}
.tool-chemistry-container .tool-container {
  margin-top: 50px;
}
.tool-chemistry-container
  .tool-chemistry-container
  .table-bordered
  > tbody
  > tr
  > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #f4f4f4 !important;
}
.tab-pane {
  position: relative;
}
#myTab {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0px auto 37px;
}
#myTab li a {
  padding: 5px 15px;
  border: 1px solid #3e8ee2;
  border-radius: 4px;
  font-size: 16px;
}
#myTab .active a {
  background-color: #3e8ee2;
  color: white;
}
#myTab .active a {
  background-color: #3e8ee2;
  color: white;
}
.breadcrumb-container {
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
  margin-bottom: 19px;
}
.breadcrumb li a {
  color: #999999;
  font-size: 14px;
}
.breadcrumb li {
  color: #999999;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">" !important;
}
/* 页头 */
.index-head {
  background-color: #3e8ee2 !important;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px 0;
  /* padding: 5px 0; */
}
.flex-container {
  display: flex;
  justify-content: space-between;
  background-color: #3e8ee2;
  width: 80%;
  min-width: 1200px;
  height: 50px;
  margin: 0px auto;
  /* height: 48px; */
}
#menu-action {
  display: none;
}
.head-menu {
  width: 50%;
}
.menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.menu-item {
  /* width: 10%; */
  max-height: 50px;
  line-height: 50px;
  transition: all 0.3s;
}
@keyframes myheader {
  from {
    transform: translateY(-5px) scale(1, 1);
  }
  to {
    transform: translateY(0px) scale(1.2, 1.2);
  }
}
.close-action {
  display: none;
}
.menu-item-active ul {
  line-height: 50px;
  max-height: 500px;
  transition: all 0.7s;
}
#mobil-logo {
  display: none;
}
.head-menu ul li a {
  color: white;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}
.menu-list .menu-item i {
  transition: all 0.3s;
  transform: rotateX(0deg);
}
.menu-item-active i {
  display: inline-block;
  transform: rotateX(180deg) !important;
}
#myTabContent .caver img {
  width: 100%;
}
.parent-menu {
  position: relative;
}
.child-menu-list {
  color: white;
  position: absolute;
  z-index: 999;
  /* background-color: #3E8EE2; */
  /* top: 40px; */
  width: 180px;
  max-height: 0px;
  overflow: hidden;
  animation: all 0.3s;
  border-radius: 0px 0px 4px 4px;
}
.child-menu-list li a {
  color: #666 !important;
}
.child-menu-list li {
  padding: 0px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.user-action {
  display: flex;
}
#user-action-pc {
  display: flex;
}
#user-action-mobil {
  display: none;
}
.user-action .login-button a {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid white;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-align: left;
  margin-right: 10px;
  line-height: 48px;
}
#is-select-child {
  color: #3e8ee2;
  cursor: pointer;
  border-radius: 0px;
  background-color: #f2f8ff;
}
#is-select-child a {
  color: #3e8ee2 !important;
}
.child-menu-list li:hover {
  color: #3e8ee2;
  cursor: pointer;
  transform: translateX(20px);
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #3e8ee2;
  background-color: white;
}
.child-menu-list li:hover a {
  color: #3e8ee2;
}
.user-action .login-button a:hover {
  border-radius: 4px 4px 4px 4px;
  color: #3e8ee2;
  border: 1px solid #3e8ee2;
  background-color: white;
}
/* 页脚 */
.index-footer {
  width: 100%;
  /* height: 290px; xie 20230404*/
  height: 170px;
  position: relative;
  background-color: #3e8ee2;
}
.footer-container {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}
.footer-logo {
  /* height: 290px; xie 20230404*/
  height: 80px;
  display: flex;
  align-items: center;
}
.link-list {
  display: flex;
  justify-content: space-between;
}
.footer-link h3 {
  font-size: 16px;
  color: white;
  text-align: left;
  margin-bottom: 7px;
}
.footer-link ul {
  color: white;
  text-align: left;
  margin-right: 20px;
}
.footer-link ul li {
  margin-top: 10px;
}
.footer-link ul a {
  color: white;
  /* font-size: 14px; xie 20230404*/
  font-size: 15px;
  text-align: left;
}
.copy-right {
  text-align: center;
  background-color: #186ec8;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
/* 工具-化学结束 */
@media screen and (max-width: 620px) {
  .tool-chemistry-container .form-item {
    display: flex;
    justify-content: start;
    position: relative;
    font-size: 16px;
    margin-top: 27px;
    margin-bottom: 10px;
    height: 50px;
    padding: 10px;
  }
  .tool-chemistry-container .tab-button {
    margin: 20px 0;
    text-align: center;
  }
  .tool-chemistry-container .radio-inline {
    width: 40%;
  }
  .tool-chemistry-container .redio-span {
    width: 150px;
  }
  .tool-chemistry-container .input-span {
    position: absolute;
    top: -25px;
    left: 20px;
  }
  .tool-chemistry-container .input-parameter {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 379px) {
  .select-button {
    padding: 0px 5px;
    position: absolute;
    right: 60px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1200px) {
  /* 页头 */
  .index-head {
    background-color: #3e8ee2;
    min-width: 330px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0;
    max-height: 70px;
    transition: all 0.3s;
    /* padding: 5px 0; */
  }
  .head-active {
    max-width: 50% !important;
    min-width: 260px !important;
    overflow: inherit !important;
  }
  .flex-container {
    display: block;
    background-color: #3e8ee2;
    width: 80%;
    min-width: 330px;
    height: auto;
    margin: 0px auto;
    /* height: 48px; */
  }
  .head-menu {
    position: fixed;
    background-color: #ffffff;
    color: #000;
    transition: all 0.3s;
    overflow: hidden;
    max-width: 0px;
    min-width: 0px;
    z-index: 9999;
    height: 100vh;
    top: 0px;
    right: 0;
  }
  .head-menu .close-action {
    color: #ffffff;
    display: block;
    font-size: 40px;
    position: absolute;
    left: -50px;
    top: 20px;
  }
  .head-menu .user-action {
    width: 100%;
    padding-top: 19px;
  }
  .head-menu .user-action img {
    width: 200px;
    display: block;
    margin: 0px auto;
  }
  .head-menu li {
    background-color: #fff !important;
  }
  .head-menu li a {
    color: #000 !important;
  }
  #mobil-logo {
    display: block;
  }
  #is-select {
    background-color: #f0f7ff !important;
  }
  #is-select .child-menu-title {
    color: #3e8ee2 !important;
  }
  #is-select-child {
    transform: translateX(0);
    background-color: #f0f7ff !important;
  }
  #is-select-child a {
    color: #3e8ee2 !important;
  }
  .index-head .logo {
    min-width: 200px;
  }
  .index-head .logo img {
    width: 20%;
    min-width: 200px;
    display: block;
    margin: 0px auto;
  }
  .menu-list {
    list-style: none;
    display: block;
    min-width: 200px;
    max-height: 60vh;
    overflow-y: scroll;
  }
  .menu-item {
    /* width: 10%; */
    transition: all 0.3s;
    border-bottom: 1px solid #ddd;
    line-height: 70px;
    max-height: 70px;
  }
  .menu-item a {
    overflow: hidden;
    padding-left: 49px;
    font-size: 20px;
    line-height: 70px;
    height: 70px;
  }
  @keyframes myheader2 {
    from {
      transform: translateY(0px) scale(1, 1);
    }
    to {
      transform: translateY(0px) scale(1, 1);
    }
  }
  .menu-item:hover {
    /* transform:rotateZ(360deg); */
    background-color: #fff;
    color: #186ec8;
    animation: myheader2 0.3s;
    transform: scale(1, 1);
  }
  .menu-item:hover > a {
    color: #186ec8;
    animation: myheader2 0.3s;
    transform: scale(1, 1);
  }
  .menu-item ul {
    /* width: 10%; */
    line-height: 50px;
    max-height: 0px;
    transition: all 0.7s;
  }
  .menu-item-active ul {
    /* width: 10%; */
    line-height: 50px;
    max-height: 500px;
    transition: all 0.7s;
  }
  .head-menu ul li a {
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .parent-menu {
    position: relative;
    max-height: 500px;
  }
  .user-menu-action {
    font-size: 25px;
    transform: rotate(90deg);
  }
  .child-menu-list {
    color: white;
    position: relative;
    z-index: 999;
    /* background-color: #3E8EE2; */
    /* top: 40px; */
    width: 100%;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    animation: all 0.3s;
    padding-top: 0px;
  }
  .child-menu-list a {
    color: #ffffff !important;
  }
  .child-menu-list li {
    padding: 0px 15px;
    height: auto;
    background-color: #3e8ee2;
    border-top: 1px solid #ddd;
    transition: all 0.3s;
  }
  .user-action {
    display: flex;
    position: absolute;
    top: 10px;
    right: 40px;
  }
  .user-menu {
    position: absolute;
    top: 0.8rem;
    left: 10px;
    color: white;
    transition: all 0.3s;
  }
  #user-action-pc {
    display: none;
  }
  #mobil-logo {
    display: block;
    margin-bottom: 20px;
    padding-top: 19px;
    position: relative;
    width: 100%;
    right: 0;
    min-width: 180px;
  }
  #mobil-logo img {
    width: 220px;
    display: block;
    margin: 0px auto;
  }
  #mobil-logo .login-button a {
    display: block;
    width: 90%;
    margin: 0px auto 20px;
    padding: 0px 10px;
    text-align: center;
    background-color: #3e8ee2;
    color: white;
    font-size: 20px;
  }
  #user-action-mobil {
    display: block;
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    right: 0;
    bottom: 0px !important;
    left: 10px;
    top: auto;
    min-width: 180px;
  }
  #user-action-mobil .login-button a {
    display: block;
    width: 80%;
    margin: 0px auto 20px;
    padding: 0px 10px;
    text-align: center;
    background-color: #3e8ee2;
    color: white;
    font-size: 20px;
  }
  .diskDuck {
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .disk-show {
    display: block;
  }
  #menu-action {
    display: block;
  }
  .user-action .login-button a {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3e8ee2;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #3e8ee2;
    text-align: left;
    margin-right: 10px;
    line-height: 48px;
  }
  .user-menu #mobil-i {
    font-size: 25px;
  }
  .child-menu-list li:hover {
    color: #3e8ee2;
    cursor: pointer;
    transform: translateX(0px);
    border-top: 1px solid #ddd;
    border-radius: 0;
    background-color: white;
  }
  .child-menu-list li:hover a {
    color: #3e8ee2;
  }
  .user-action .login-button a:hover {
    border-radius: none;
    color: #3e8ee2;
    border: 1px solid #3e8ee2;
    background-color: white;
  }
  /* 页脚 */
  .index-footer {
    width: 100%;
    min-width: 330px;
    height: auto;
    position: relative;
    background-color: #3e8ee2;
    /* padding: 20px; */
  }
  .footer-container {
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
    height: auto;
  }
  .footer-logo {
    height: 100px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .link-list {
    display: flex;
    justify-content: start;
    width: 580px;
    margin: 0px auto;
  }
  .footer-link h3 {
    color: white;
    text-align: center;
  }
  .footer-link ul {
    color: white;
    text-align: center;
    width: 50%;
    margin-right: 20px;
  }
  .footer-link ul li {
    margin-top: 20px;
  }
  .footer-link ul a {
    color: white;
    font-size: 17px;
    text-align: center;
  }
  .footer-service {
    margin: 0px auto;
    text-align: center;
    margin: 30px 0px;
  }
  .copy-right {
    text-align: center;
    background-color: #186ec8;
    color: white;
    font-size: 14px;
    padding: 20px 0;
  }
  .breadcrumb-container .breadcrumb {
    width: 100%;
  }
  /* 工具页面 */
  .tool-chemistry-container {
    margin: 0px auto;
    position: relative;
    width: 100%;
    min-width: 330px;
    padding: 10px 10px;
  }
  .tool-chemistry-container .tool .btn {
    border: 1px solid #3e8ee2;
    margin: 0px 8px;
  }
  .tool-chemistry-container .btn-primary {
    background-color: #3e8ee2;
  }
  .tool-chemistry-container .btn-default {
    color: #186ec8;
  }
  .tool-chemistry-container .tool-form-flex {
    display: flex;
  }
  .tool-chemistry-container .input-parameter {
    width: 100%;
    margin-bottom: 50px;
  }
  .tool-chemistry-container #myTab {
    border-bottom: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
  }
  .tool-chemistry-container #myTab li a {
    padding: 5px 15px;
    margin: 10px;
    border: 1px solid #186ec8;
  }
  .tool-chemistry-container #myTab .active a {
    background-color: #186ec8;
    color: white;
  }
  .tool-chemistry-container #myTabContent .caver img {
    width: 100%;
  }
  .tool-chemistry-container .form-item {
    display: flex;
    justify-content: start;
    position: relative;
    font-size: 16px;
    margin-top: 27px;
    height: 50px;
    padding: 10px;
  }
  .tool-chemistry-container .tab-button {
    margin: 20px 0;
    text-align: center;
  }
  .tool-chemistry-container .radio-inline {
    width: 40%;
  }
  .tool-chemistry-container .redio-span {
    width: 150px;
  }
  .tool-chemistry-container .input-span {
    line-height: 30px;
    min-width: 70px !important;
    width: 60%;
  }
  .tool-chemistry-container .form-item .form-item-input {
    margin-left: 10px;
    width: 100%;
  }
  .tool-chemistry-container .form-item .form-item-input input {
    padding: 5px;
    box-sizing: border-box;
    font-size: 20px;
    border: 1px solid #e4e0e0;
    text-align: center;
    width: 100%;
    min-width: 80px;
  }
  .tool-chemistry-container .submit-button {
    text-align: left;
    margin: 10px 0 30px;
  }
  .tool-chemistry-container .submit-button button {
    font-size: 16px;
    margin-left: 20px;
  }
  .tool-chemistry-container label {
    width: 100%;
  }
  .tool-chemistry-container .checkbox-inline,
  .radio-inline {
    padding-left: 0px;
  }
  .tool-chemistry-container .table-container tr th {
    background-color: #e4f1ff;
    padding: 15px 0 !important;
    text-align: center;
  }
  .tool-chemistry-container .breadcrumb {
    background-color: #fff !important;
  }
  .tool-chemistry-container .tool h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  .tool-chemistry-container .tool-container {
    padding: 0px 0px;
  }
  .tool-chemistry-container .tool-form h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-container h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-table h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-container {
    margin-top: 50px;
  }
  .tool-chemistry-container .table-bordered > tbody > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    border: 1px solid #f4f4f4 !important;
  }
  /* 工具-化学结束 */
  /* 工具首页开始 */
}
@media screen and (max-width: 1200px) {
  /* 工具页面 */
  .tool-chemistry-container {
    margin: 0px auto;
    position: relative;
    width: 100%;
    min-width: 330px;
    padding: 10px 10px;
  }
  .tool-chemistry-container .tool .btn {
    border: 1px solid #3e8ee2;
    margin: 0px 8px;
  }
  .tool-chemistry-container .btn-primary {
    background-color: #3e8ee2;
  }
  .tool-chemistry-container .tool-form-flex {
    display: flex;
  }
  .tool-chemistry-container #myTab {
    border-bottom: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
  }
  .tool-chemistry-container #myTab li a {
    padding: 5px 15px;
    margin: 10px;
    border: 1px solid #186ec8;
  }
  .tool-chemistry-container #myTab .active a {
    background-color: #186ec8;
    color: white;
  }
  .tool-chemistry-container #myTabContent .caver img {
    width: 100%;
  }
  .tool-chemistry-container .form-item {
    display: flex;
    justify-content: start;
    position: relative;
    font-size: 16px;
    margin-top: 27px;
    height: 50px;
    padding: 10px;
  }
  .tool-chemistry-container .tab-button {
    margin: 20px 0;
    text-align: center;
  }
  .tool-chemistry-container .radio-inline {
    width: 40%;
  }
  .tool-chemistry-container .redio-span {
    width: 150px;
  }
  .tool-chemistry-container .input-span {
    line-height: 30px;
    min-width: 70px !important;
  }
  .tool-chemistry-container .form-item .form-item-input {
    margin-left: 10px;
    width: 100%;
  }
  .tool-chemistry-container .form-item .form-item-input input {
    padding: 5px;
    box-sizing: border-box;
    font-size: 20px;
    border: 1px solid #e4e0e0;
    text-align: center;
    width: 100%;
    min-width: 80px;
  }
  .tool-chemistry-container .submit-button {
    text-align: left;
    margin: 10px 0 30px;
  }
  .tool-chemistry-container .submit-button button {
    font-size: 16px;
    margin-left: 20px;
  }
  .tool-chemistry-container label {
    width: 100%;
  }
  .tool-chemistry-container .checkbox-inline,
  .radio-inline {
    padding-left: 0px;
  }
  .tool-chemistry-container .table-container tr th {
    background-color: #e4f1ff;
    padding: 15px 0 !important;
    text-align: center;
  }
  .tool-chemistry-container .breadcrumb {
    background-color: #fff !important;
  }
  .tool-chemistry-container .tool h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  .tool-chemistry-container .tool-container {
    padding: 0px 0px;
  }
  .tool-chemistry-container .tool-form h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-container h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-table h3 i {
    font-size: 25px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
  }
  .tool-chemistry-container .tool-container {
    margin-top: 50px;
  }
  .tool-chemistry-container .table-bordered > tbody > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    border: 1px solid #f4f4f4 !important;
  }
}
@media screen and (max-width: 620px) {
  .head-menu {
    top: 0px;
  }
  .user-menu {
    /* top: .4rem; */
  }
  .tool-chemistry-container .form-item {
    display: flex;
    justify-content: start;
    position: relative;
    font-size: 16px;
    margin-top: 27px;
    margin-bottom: 10px;
    height: 50px;
    padding: 10px;
  }
  .tool-chemistry-container .tab-button {
    margin: 20px 0;
    text-align: center;
  }
  .tool-chemistry-container .radio-inline {
    width: 40%;
  }
  .tool-chemistry-container .redio-span {
    width: 150px;
  }
  .tool-chemistry-container .input-span {
    position: absolute;
    top: -25px;
    left: 20px;
  }
  .link-list {
    display: block;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
  .footer-link ul {
    width: 100%;
  }
  .tool-chemistry-container .tool-form-flex {
    display: block;
  }
}
@media screen and (max-width: 379px) {
  .select-button {
    padding: 0px 5px;
    position: absolute;
    right: 60px;
    bottom: -20px;
  }
}
/* 工具首页开始 */
.tools-banner .carousel-inner .item h1 {
  color: white;
  margin: 0px auto;
  text-align: center;
}
.tool-title {
  padding: 80px 0 30px;
}
.tool-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.tool-title p {
  text-align: center;
  color: #838383;
  font-weight: 400;
  font-size: 16px;
  margin-top: 13px;
  text-transform: uppercase;
}
body,
html {
  width: 100%;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-color: #f9fbff !important;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.html {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
a,
p,
ul {
  padding: 0px;
  text-decoration: none;
  list-style: none;
  margin: 0px;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
* {
  margin: 0px;
  padding: 0px;
}
.body {
  /* margin: 0px 0px 100px; */
  background-color: #f9fbff;
  min-width: 350px;
}
.test-color-1 {
  color: #ff9741;
}
.test-color-2 {
  color: #000cff;
}
.test-color-3 {
  color: #3b812b;
}
.test-color-4 {
  color: #1e9f4d;
}
.test-color-5 {
  color: #8179ec;
}
.test-color-6 {
  color: #466edd;
}
.layout {
  width: 1199px;
  margin: 0px auto;
}
@media screen and (max-width: 1199px) {
  .layout {
    width: 100%;
    min-width: 350px;
    margin: 0px auto;
  }
}
