body {
  margin: 0;
  padding: 0;
  font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  outline: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.line_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
:root {
  --base-color: #125EB4;
}
html,
body {
  font-size: 10px;
  min-width: auto;
}
body {
  font-weight: 500;
}
.container {
  margin: 0 auto;
  width: 92%;
  max-width: 1480px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.header {
  height: auto;
  padding: 22px 0;
  background: #fff;
}
.header .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo {
  float: left;
  padding: 0;
}
.header .header-logo .header-logo-img {
  height: 56px;
}
.header .header-links {
  font-size: 0;
  white-space: nowrap;
}
.header .header-links .header-link {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.header .header-links a.header-link:hover {
  color: var(--base-color);
}
.header .header-links a.header-link.active {
  margin: 0;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: #FF3531;
}
.header .header-links .has-child {
  position: relative;
  cursor: default;
}
.header .header-links .has-child .child-cont-box {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  min-width: 100%;
  padding-top: 10px;
}
.header .header-links .has-child:hover .child-cont-box {
  display: block;
}
.header .header-links .has-child .child-cont{
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  padding: 8px 0;
  text-align: left;
}
.header .header-links .has-child .child-link {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 18px;
  font-weight: normal;
}
.header .header-links .has-child .child-link:hover {
  color: #025DB4;
  text-decoration: underline;
}
.header .search-module {
  margin: 0 20px;
  width: 360px;
  overflow: hidden;
  position: relative;
}
.header .search-module .search-ctl {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 12px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
}
.header .search-module .search-ctl:focus {
  border-color: var(--base-color);
}
.header .search-module .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  cursor: pointer;
  background: url(../images/header-search-btn.png) no-repeat center center;
  background-size: 20px;
}
.header-nav {
  background: var(--base-color);
}
.header-nav .container {
  position: relative;
}
.header-nav .header-nav-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-nav .header-nav-lists > li {
  float: left;
}
.header-nav .header-nav-lists > li:hover,
.header-nav .header-nav-lists > li.active {
  background: #0B84E0;
}
.header-nav .header-nav-lists .nav-link {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.header-nav .header-nav-lists .nav-link.has-child:after {
  content: '';
  margin: -2px 0 0 3px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 8px;
  background: url(../images/header-link-arrow-new.png) no-repeat;
  background-size: 100% 100%;
}
.header-nav .nav-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  background: #fcfeff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  overflow: hidden;
}
.header-nav .nav-child .nav-child-icon {
  float: left;
  width: 230px;
}
.header-nav .nav-child .nav-child-content {
  margin-left: 260px;
  overflow: hidden;
}
.header-nav .nav-child .nav-child-content li {
  float: left;
  margin-right: 30px;
  border: none !important;
}
.header-nav .nav-child .nav-child-content li:last-child {
  margin: 0;
}
.header-nav .nav-child .nav-child-link {
  border-left: 4px solid var(--base-color);
  padding: 0 0 0 6px;
  font-size: 18px;
  color: #555;
  line-height: 18px;
  font-weight: bold;
}
.header-nav .nav-child .nav-child-link:hover {
  color: var(--base-color);
  text-decoration: none;
}
.header-nav .nav-child .nav-child-link.disabled {
  cursor: default;
}
.header-nav .nav-child .nav-child-link.disabled:hover {
  color: #555;
}
.header-nav .nav-child .child-link-lists {
  margin-top: 8px;
  overflow: hidden;
  padding: 20px 16px;
  background: #F0F7FF;
}
.header-nav .nav-child .nav-child-sublink {
  margin-top: 16px;
  position: relative;
  display: block;
  padding-left: 16px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  white-space: nowrap;
}
.header-nav .nav-child .nav-child-sublink:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background: url(../images/nav-child-sublink-icon.png);
  background-size: 100% 100%;
}
.header-nav .nav-child .nav-child-sublink:first-child {
  margin: 0;
}
.header-nav .nav-child .nav-child-sublink:hover {
  color: var(--base-color);
}
.fixed-right {
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 1000;
}
.fixed-right .fixed-list {
  margin-bottom: 2px;
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background-color: var(--base-color);
  background-size: auto 34px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.6s;
}
.fixed-right .fixed-list:hover {
  background-color: #2d83e3;
}
.fixed-right .fixed-list:hover .li-popup {
  transform: translateY(-50%) scale(1);
}
.fixed-right .notice-num {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  background: #FF3531;
}
.fixed-right .list-code {
  background-image: url(../images/fixed-icon-code.png);
}
.fixed-right .list-feedback {
  background-image: url(../images/fixed-icon-feedback.png);
}
.fixed-right .list-top {
  background-image: url(../images/fixed-icon-top.png);
}
.fixed-right .list-notice {
  background-image: url(../images/fixed-icon-notice.png);
}
.fixed-right .li-popup {
  transform: translateY(-50%) scale(0);
  transform-origin: 100% 50%;
  position: absolute;
  top: 50%;
  right: 100%;
  padding-right: 10px;
  transition: transform 0.6s;
}
.fixed-right .li-content {
  position: relative;
  border: 1px solid var(--base-color);
  border-radius: 3px;
  background: #fff;
  padding: 12px;
}
.fixed-right .li-content:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url(../images/fixed-content-arrow.png);
  background-size: 100% 100%;
}
.fixed-right .list-notice li {
  border-bottom: 1px dashed #ddd;
}
.fixed-right .list-notice li:last-child {
  border: none;
}
.fixed-right .list-notice .li-link {
  position: relative;
  display: block;
  max-width: 360px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.fixed-right .list-notice .li-link:hover {
  color: var(--base-color);
}
.fixed-right .list-notice .li-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #FF3531;
}
.fixed-right .list-notice .li-link:hover:before {
  background: var(--base-color);
}
.fixed-right .list-notice li {}
.fixed-right .list-notice {}
.fixed-right .list-notice {}
.fixed-right .fixed-code {
  width: 90px;
}
.fixed-right .fixed-link {
  display: block;
  width: 80px;
  font-size: 12px;
  color: var(--base-color);
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.fixed-right .fixed-link:hover {
  text-decoration: underline;
}
.footer {
  position: static;
  background: #0D4F9B;
}
.footer .footer-natural {
  padding: 36px 0 32px;
  text-align: center;
  background: transparent;
}
.footer .footer-natural .container {
  position: relative;
}
.footer .footer-natural .related-children {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  bottom: 100%;
  transform: translateY(-16px);
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 35px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.footer .footer-natural .related-children .related-title {
  margin-bottom: 12px;
  padding-left: 26px;
  font-size: 18px;
  color: #125EB4;
  font-weight: bold;
  line-height: 24px;
  background: url(../images/related-title-icon.png) no-repeat 0 center;
  background-size: 18px auto;
}
.footer .footer-natural .related-children .related-lists li {
  float: left;
  width: 33.33%;
  padding: 0 26px 0 17px;
}
.footer .footer-natural .related-children .related-lists a {
  display: block;
  border-bottom: 1px dotted #E7E8EA;
  line-height: 50px;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #303030;
  background: url(../images/related-icon-setting.png) no-repeat 0 center;
  background-size: 12px 12px;
}
.footer .footer-natural .related-children .related-lists a:hover {
  color: var(--base-color);
}
.footer .footer-natural .natural-left {
}
.footer .footer-natural .natural-list {
  margin-bottom: 25px;
}
.footer .footer-natural .natural-list:last-child {
  margin: 0;
}
.footer .footer-natural .natural-list:after {
  content: '';
  display: block;
  clear: both;
}
.footer .footer-natural .natural-list .natural-label {
  float: left;
  margin-left: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
}
.footer .footer-natural .natural-list .natural-label:first-child {
  margin: 0;
}
.footer .footer-natural .natural-list a.natural-label:hover {
  color: var(--base-color);
}
.footer .footer-natural .related-links {
  float: left;
}
.footer .footer-natural .related-links > li {
  float: left;
  margin-left: 20px;
  width: 148px;
}
.footer .footer-natural .related-links > li.active .related-link-arrow {
  display: block;
}
.footer .footer-natural .related-links .related-link {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.footer .footer-natural .related-links .related-link.has-child:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
  border: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}
.footer .footer-natural .related-links .related-link-arrow {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 3px -12px;
  width: 24px;
  height: 15px;
  z-index: 1000;
}
.footer .footer-natural .natural-right {
  float: right;
}
.footer .footer-natural .natural-right li {
  float: left;
  margin: 0 13px 0 27px;
}
.footer .footer-natural .natural-right .natural-code-img {
  width: 90px;
}
.footer .footer-natural .natural-right .natural-code-name {
  margin-top: 9px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.footer .footer-copyright {
  border-top: 1px solid #003366;
  background: transparent;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.footer .footer-copyright span {
  margin-left: 10px;
  opacity: 0.8;
}
.footer .footer-copyright span:first-child {
  margin-left: 0;
}
.index-main {
  padding: 20px 0;
  position: relative;
  background: #F4F9FF;
}
.index-main .main-bg-icon {
  position: absolute;
  pointer-events: none;
}
.index-main .main-bg-icon.icon-t {
  right: 6px;
  top: 30%;
  height: 354px;
}
.index-main .main-bg-icon.icon-c {
  left: 0;
  top: 50%;
  height: 546px;
}
.index-main .main-bg-icon.icon-b {
  right: 0;
  bottom: 0;
  height: 387px;
}
.index-main .module-banner {
  position: relative;
  z-index: 10;
  margin: 0 0 20px 0;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.index-main .module-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.index-main .module-banner .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-main .module-banner .banner-lists .banner-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.index-main .module-banner .banner-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.index-main .module-banner .banner-wrap .swiper-pagination-bullet {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 4px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: width 0.6s;
}
.index-main .module-banner .banner-wrap .swiper-pagination-bullet-active {
  background: #FF3531;
  width: 28px;
}
.index-main .module-banner .banner-bar {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  cursor: pointer;
}
.index-main .module-banner .banner-bar.left {
  left: 30px;
  background-image: url(../images/banner-bar-left.png);
}
.index-main .module-banner .banner-bar.right {
  right: 30px;
  background-image: url(../images/banner-bar-right.png);
}
.index-main .base-module-search {
  margin: -10px 0 20px;
}
.base-module-search {
  margin: 0 0 20px;
  background: #fff url(../images/index-search-bg.png) no-repeat center center/100% 100%;
  padding: 38px 200px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.base-module-search .search-types {
  overflow: hidden;
}
.base-module-search .search-types .title-bar {
  float: left;
  margin-right: 2px;
  height: 42px;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
  background: #F0F0F0;
  line-height: 42px;
  font-size: 18px;
  color: #6B7280;
  font-weight: bold;
  cursor: pointer;
}
.base-module-search .search-types .title-bar .bar-en {
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 1.1em;
}
.base-module-search .search-types .title-bar:hover {
  color: #115CB4;
}
.base-module-search .search-types .title-bar:before {
  content: '';
  margin: -1.5px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 18px;
  background: url(../images/index-search-type-icon.png) no-repeat;
  background-size: 200px 200px;
}
.base-module-search .search-types .title-bar.active {
  color: #fff;
  background: #115CB4;
}
.base-module-search .search-types .title-bar.base:before {
  background-position: 0 0;
}
.base-module-search .search-types .title-bar.ai:before {
  background-position: 0 -20px;
}
.base-module-search .search-types .title-bar.seek:before {
  background-position: 0 -40px;
}
.base-module-search .search-types .title-bar.base:hover:before {
  background-position: -30px 0;
}
.base-module-search .search-types .title-bar.ai:hover:before {
  background-position: -30px -20px;
}
.base-module-search .search-types .title-bar.seek:hover:before {
  background-position: -30px -40px;
}
.base-module-search .search-types .title-bar.base.active:before {
  background-position: -60px 0;
}
.base-module-search .search-types .title-bar.ai.active:before {
  background-position: -60px -20px;
}
.base-module-search .search-types .title-bar.seek.active:before {
  background-position: -60px -40px;
}
.base-module-search .title-conet {
  position: relative;
}
.base-module-search .search-icon {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: 50%;
  margin-top: -8px;
  width: 19px;
  height: 16px;
  background: url(../images/index-search-type-icon.png) no-repeat 0 -100px/200px 200px;
  pointer-events: none;
}
.base-module-search .search-icon.ai {
  background-position: 0 -120px;
}
.base-module-search .search-icon.seek {
  background-position: 0 -140px;
}
.base-module-search .search-ctl {
  width: 100%;
  height: 60px;
  padding: 0 120px 0 48px;
  border: 1px solid #115CB4;
  border-radius: 0 4px 4px 4px;
  background: #F7F9FF;
  font-size: 16px;
  color: #333;
}
.base-module-search .search-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 52px;
  width: 106px;
  background: #115CB4;
  border-radius: 4px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.base-module-search .search-btn:hover {
  opacity: .9;
}
.base-module-search .search-select {
  position: absolute;
  right: 120px;
  top: 4px;
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
.base-module-search .search-select .select-text {
  position: relative;
  z-index: 10;
  height: 52px;
  background: #EAF3FF;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 52px;
  cursor: pointer;
  color: #115CB4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.base-module-search .search-select .select-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -1.5px 0 0 5px;
  width: 8px;
  height: 6px;
  background: url(../images/index-search-type-icon.png) no-repeat 0 -160px/200px 200px;
}
.base-module-search .search-select .select-cont {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  min-width: 100%;
  margin-top: 4px;
}
.base-module-search .search-select .cont-arrow {
  position: relative;
  height: 6px;
}
.base-module-search .search-select .cont-arrow:after,
.base-module-search .search-select .cont-arrow:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  border: 6px solid transparent;
  border-bottom-color: #ebeef5;
}
.base-module-search .search-select .cont-arrow:after {
  bottom: -1px;
  border-bottom-color: #fff;
}
.base-module-search .search-select .select-lists {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  padding: 8px 8px 8px 20px;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e4e7ed;
}
.base-module-search .search-select .select-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.base-module-search .search-select .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #115CB4;
}
.base-module-search .search-select .select-lists .select-child {
  margin-left: 2em;
}
.base-module-search .search-select .select-lists .option-bar {
  position: absolute;
  margin-left: -12px;
  width: 10px;
  height: 30px;
  cursor: pointer;
}
.base-module-search .search-select .select-lists .option-bar.hide {
  transform: rotate(180deg);
}
.base-module-search .search-select .select-lists .option-bar:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.5px 0 0 -5px;
  border: 5px solid transparent;
  border-top: 5px solid #999;
}
.base-module-search .search-select .select-lists .option-item {
  padding: 0 4px 0 22px;
  position: relative;
  font-size: 13px;
  line-height: 30px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.base-module-search .search-select .select-lists .option-item:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 2px;
}
.base-module-search .search-select .select-lists .option-item.indeterminate:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: var(--base-color);
}
.base-module-search .search-select .select-lists .option-item.active:before {
  border-color: #115CB4;
  background: #115CB4 url(../images/checkbox-ok.png) no-repeat center center/70% auto;
}
.base-module-search .search-select .select-lists .option-item:hover {
  background: #f5f7fa;
  color: #115CB4;
}
.base-module-search .search-select .select-lists .option-item.active {
  color: #115CB4;
}
.base-module-search {}
.index-main .index-module {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  z-index: 10;
  background: transparent !important;
}
.index-main .index-module.banner {
  z-index: 20;
}
.index-main .index-module .container {
  background: #fff;
  padding: 20px 0 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.index-main .index-module.tran .container {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.index-main .module-title {
  margin: 0 3rem 3.2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 0;
  line-height: 24px;
  border-bottom: 1px solid #DCDCDC;
}
.index-main .module-title:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .module-title .title-cn,
.index-main .module-title .title-en {
  position: relative;
}
.index-main .module-title .title-cn {
  float: left;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--base-color);
  line-height: 4rem;
}
.index-main .module-title .title-cn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2.05rem;
  width: 112px;
  height: 2px;
  background: #FF3531;
}
.index-main .module-title .title-en {
  display: none;
  font-size: 14px;
  color: #999;
}
.index-main .module-title .title-en b {
  font-weight: normal;
}
.index-main .module-title .title-en:before,
.index-main .module-title .title-en:after {
  bottom: 50%;
}
.index-main .module-title .title-more {
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 4rem;
}
.index-main .module-title .title-more:after {
  content: '';
  margin: -4px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  background: url(../images/title-more-icon.png) no-repeat 0 0/25px auto;
}
.index-main .module-title .title-more:hover {
  color: var(--base-color);
}
.index-main .module-title .title-more:hover:after {
  background-position: 0 -10px;
}
.index-main .index-news {
  overflow: hidden;
}
.index-main .index-news .item-content {
  margin-right: -20px;
}
.index-main .index-news .news-item {
  float: left;
  width: 50%;
}
.index-main .index-news .news-card {
  margin-right: 20px;
  height: 340px;
  background: #fff;
  padding: 0 20px;
}
.index-main .index-news .card-head {
  padding: 20px 0 10px;
  border-bottom: 1px dashed #707070;
  line-height: 26px;
}
.index-main .index-news .card-head:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .index-news .head-title {
  float: left;
  position: relative;
  padding: 0 10px;
  font-size: 20px;
  color: #125EB4;
  font-weight: bold;
}
.index-main .index-news .head-title:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #125EB4;
}
.index-main .index-news .head-link {
  float: right;
  font-size: 14px;
  color: #666;
}
.index-main .index-news .head-link:hover {
  color: var(--base-color);
}
.index-main .index-news .news-notice {
  height: 126px;
  line-height: 22px;
  padding-left: 10px;
}
.index-main .index-news .news-notice .notice-title {
  display: block;
  padding-top: 25px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-news .news-notice .notice-title:hover {
  color: var(--base-color);
}
.index-main .index-news .news-notice .notice-des {
  margin-top: 15px;
  height: 66px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-main .index-news .news-lists {
  margin-left: 10px;
  padding-top: 25px;
}
.index-main .index-news .news-lists li {
  margin-bottom: 22px;
  padding: 0 108px 0 12px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-news .news-lists li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(../images/related-icon-setting.png) no-repeat 0 center;
  background-size: 12px 12px;
}
.index-main .index-news .news-lists .news-type {
  color: #125EB4;
  font-weight: normal;
}
.index-main .index-news .news-lists .news-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #666;
}
.index-main .index-news .news-lists a:hover {
  color: var(--base-color);
}
.index-main .journal-module {
  margin-bottom: 30px;
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.index-main .journal-module .journal-head {
  float: left;
  margin: 9px 20px 0;
  width: 214px;
}
.index-main .journal-module .journal-head img {
  width: 100%;
}
.index-main .journal-module .journal-lists {
  margin-left: 254px;
  overflow: hidden;
}
.index-main .journal-module .journal-lists li {
  float: left;
  border-left: 1px solid #ECECEC;
  width: 312px;
  height: 162px;
  padding-top: 32px;
}
.index-main .journal-module .journal-lists .b-b {
  border-bottom: 1px solid #ECECEC;
  padding-top: 16px;
}
.index-main .journal-module .journal-img {
  float: left;
  margin-left: 20px;
  width: 81px;
}
.index-main .journal-module .li-content {
  margin: 0 25px 0 115px;
  line-height: 22px;
}
.index-main .journal-module .journal-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.index-main .journal-module .journal-title:hover {
  color: var(--base-color);
}
.index-main .journal-module .journal-org {
  margin: 6px 0 3px;
  max-width: 100%;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  background: #EBF2FF;
  color: #125EB4;
}
.index-main .journal-module .journal-des {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-main .inter-module {
  font-size: 0;
}
.index-main .inter-module .inter-items {
  margin-left: -3.4rem;
  position: relative;
}
.index-main .inter-module li {
  float: left;
  margin-left: 3.4rem;
  width: calc(33.33% - 3.4rem);
  height: 32rem;
  background: #fff;
  overflow: hidden;
  padding: 3rem;
}
.index-main .inter-module .li-title {
  position: relative;
  margin: 1.3rem 0 4rem;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #333;
  font-weight: bold;
}
.index-main .inter-module .li-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1.9rem;
  width: 5rem;
  height: 2px;
  background: var(--base-color);
}
.index-main .inter-module .li-img {
  float: left;
  width: 19.6rem;
  height: 26rem;
  object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-main .inter-module .child-links {
  margin-left: 21.2rem;
}
.index-main .inter-module .child-link {
  margin-bottom: 1.6rem;
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #333;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .inter-module .child-link:hover {
  color: var(--base-color);
}
.index-main .inter-module .child-link .child-date {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
}
.index-main .inter-module .li-link {
  margin-top: 60px;
  display: inline-block;
  width: 20%;
  text-align: center;
  background: #f6f6f6;
  font-size: 16px;
  color: #303030;
  line-height: 40px;
}
.index-main .inter-module .li-link:hover {
  color: #125EB4;
  font-weight: bold;
}
.index-main .inter-module .li-more {
  margin-top: 0.6rem;
  display: inline-block;
  font-size: 12px;
  color: var(--base-color);
  font-weight: normal;
}
.index-main .inter-module .li-more:hover {
  color: var(--base-color);
}
.index-main .module-book {
  position: relative;
}
.index-main .module-book .book-bar {
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  width: 3rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.3rem auto;
  cursor: pointer;
}
.index-main .module-book .book-bar.left {
  left: 1.5rem;
  background-image: url(../images/module-book-bar-left.png);
}
.index-main .module-book .book-bar.left:hover {
  background-image: url(../images/module-book-bar-left-hover.png);
}
.index-main .module-book .book-bar.right {
  right: 1.5rem;
  background-image: url(../images/module-book-bar-right.png);
}
.index-main .module-book .book-bar.right:hover {
  background-image: url(../images/module-book-bar-right-hover.png);
}
.index-main .module-book .book-cont {
  margin: -1rem 4.2rem 0;
  overflow: hidden;
}
.index-main .module-book .book-cont .book-lists {
  position: relative;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.index-main .module-book .book-cont .book-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.index-main .module-book .book-cont .book-lists .book-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.6rem;
  width: calc(33.33% - 3.2rem);
  color: #02195E;
  padding-top: 1rem;
}
.index-main .module-book .book-cont .book-lists .book-item:hover {
  color: var(--base-color);
}
.index-main .module-book .book-cont .book-lists .book-item:hover .book-head {
  transform: scale(1.08);
}
.index-main .module-book .book-cont .book-lists .book-head {
  margin: 0 auto;
  width: 18rem;
  height: 23rem;
  border: 1px solid #DCDCDC;
  padding: 0.6rem;
  background: #fff;
  overflow: hidden;
  transition: all 1s;
}
.index-main .module-book .book-cont .book-lists .book-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-main .module-book .book-cont .book-lists .book-title {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  height: 4rem;
  line-height: 2rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.index-main .service-lists {
  margin: 0 18px;
  position: relative;
}
.index-main .service-lists:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .service-lists .service-link {
  float: left;
  margin: 0 12px 24px;
  width: calc(20% - 24px);
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #02195E;
  background: #F7F9FF;
  transition: transform 1s;
}
.index-main .service-lists .service-link:hover {
  color: var(--base-color);
  transform: translateY(-6px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.index-main .service-lists .service-link:hover .service-icon {
  border-color: var(--base-color);
}
.index-main .service-lists .service-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #0AA0CD, #125EB4);
  padding-top: 14px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
}
.index-main .service-lists .service-icon img {
  height: 32px;
}
.index-main .service-lists .service-title {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .module-custom {
  margin: 0 -14px;
  font-size: 0;
}
.index-main .module-custom .custom-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
  width: calc(50% - 28px);
  height: 160px;
  background: #fff;
  padding: 32px 30px;
  overflow: hidden;
}
.index-main .module-custom .item-head {
  float: left;
  width: 62px;
  height: 62px;
  border: 1px solid var(--base-color);
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 14px;
}
.index-main .module-custom .item-head img {
  height: 32px;
}
.index-main .module-custom .item-cont {
  margin-left: 82px;
  line-height: 20px;
}
.index-main .module-custom .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.index-main .module-custom .item-des {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
  font-size: 14px;
  color: #4B5563;
}
.index-main .module-custom .item-link {
  font-size: 12px;
  color: var(--base-color);
}
.index-main .book-card {
  float: left;
  width: calc(50% - 10px);
  background: #fff;
  padding: 22px 0 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.index-main .book-card.right {
  float: right;
}
.index-main .module-rec .rec-card {
  height: 640px;
  background: #fff;
  padding: 22px 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.index-main .module-rec .rec-card.news {
  float: left;
  width: calc(55.4% - 20px);
}
.index-main .module-rec .rec-card.date {
  float: right;
  width: 44.6%;
}
.index-main .module-rec .rec-card .title-conet {
  display: none;
}
.index-main .module-rec .rec-card .title-conet.active {
  display: block;
}
.index-main .module-rec .rec-title {
  margin-bottom: 3rem;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 2rem;
  line-height: 3.6rem;
}
.index-main .module-rec .rec-title .title-bar {
  position: relative;
  float: left;
  margin-right: 5.6rem;
  font-size: 2.8rem;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.index-main .module-rec .rec-title .title-bar:hover,
.index-main .module-rec .rec-title .title-bar.active {
  color: var(--base-color);
}
.index-main .module-rec .rec-title .title-bar.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  height: 2px;
  background: #FF3531;
  transform: translateY(1px);
}
.index-main .module-rec .rec-title:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .module-rec .rec-title .title-more {
  float: right;
  padding: 0 12px;
  border: 1px solid var(--base-color);
  font-size: 14px;
  color: var(--base-color);
  border-radius: 4px;
}
.index-main .module-rec .rec-title .title-more:after {
  /*content: '';*/
  margin: -4px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  background: url(../images/title-more-icon.png) no-repeat 0 0/25px auto;
}
.index-main .module-rec .rec-title .title-more:hover {
  background: #F7F9FF
}
.index-main .module-rec .rec-title .title-more:hover:after {
  background-position: 0 -10px;
}
.index-main .module-rec .news-list {
  line-height: 20px;
  font-size: 14px;
  color: #007CF6;
}
.index-main .module-rec .news-list .news-info span {
  margin-right: 20px;
}
.index-main .module-rec .news-list .news-topic {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #DCDCDC;
}
.index-main .module-rec .news-list .news-topic:last-child {
  margin: 0;
}
.index-main .module-rec .news-list .news-topic .topic-img {
  float: left;
  width: 120px;
}
.index-main .module-rec .news-list .news-topic .topic-img img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.index-main .module-rec .news-list .news-topic .topic-cont {
  margin-left: 136px;
  padding-top: 6px;
}
.index-main .module-rec .news-list .news-topic .news-date {
  font-size: 16px;
  line-height: 20px;
  color: #6B7280;
}
.index-main .module-rec .news-list .news-topic .news-title {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .module-rec .news-list .news-topic .news-title:hover {
  color: var(--base-color);
}
.index-main .module-rec .news-list .news-topic .news-info {
  margin-top: 8px;
  display: none;
}
.index-main .module-rec .news-list .news-li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dashed #DCDCDC;
}
.index-main .module-rec .news-list .news-li .news-title {
  margin-bottom: 9px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .module-rec .news-list .news-li .news-title:hover {
  color: var(--base-color);
}
.index-main .module-about {
  overflow: hidden;
  margin: 0 3.2rem;
  display: flex;
  align-items: center;
}
.index-main .module-about .about-head {
  float: left;
  width: 50%;
  height: 46rem;
  padding: 0 0.7rem;
}
.index-main .module-about .about-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}
.index-main .module-about .about-cont {
  float: right;
  width: 50%;
  padding-left: 3rem;
}
.index-main .module-about .about-title {
  line-height: 3rem;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
}
.index-main .module-about .about-des {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4B5563;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-main .module-about .about-infos {
  overflow: hidden;
  margin-top: 4.2rem;
}
.index-main .module-about .about-infos li {
  float: left;
  padding-bottom: 3.2rem;
  width: 50%;
  overflow: hidden;
}
.index-main .module-about .about-infos .li-head {
  float: left;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  padding-top: 1.5rem;
  background: #EAF3FF;
  text-align: center;
}
.index-main .module-about .about-infos .li-icon {
  height: 3rem;
}
.index-main .module-about .about-infos .li-cont {
  margin-left: 7rem;
}
.index-main .module-about .about-infos .info-count {
  line-height: 3rem;
  font-size: 2.4rem;
  color: var(--base-color);
  font-weight: bold;
}
.index-main .module-about .about-infos .info-title {
  margin-top: 0.5rem;
  line-height: 2rem;
  font-size: 1.6rem;
  color: #454545;
}
.index-main .module-about .about-more {
  display: inline-block;
  padding: 0 2.8rem;
  border-radius: 0.8rem;
  line-height: 4.4rem;
  font-size: 1.4rem;
  color: #fff;
  background: var(--base-color);
}
.index-main .module-about .about-more:hover {
  opacity: 0.9;
}
.index-main .module-about .about-more:after {
  content: '';
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  width: 1.5rem;
  height: 0.5rem;
  background: url(../images/more-icon-arrow.png);
  background-size: 100% 100%;
}
.index-main .branch-lists {
  overflow: hidden;
  margin: -26px 2.2rem 0 3.2rem;
}
.index-main .branch-lists .branch-link {
  position: relative;
  float: left;
  margin: 26px 1rem 0 0;
  width: calc(20% - 1rem);
  padding-left: 18px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .branch-lists .branch-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/index-branch-icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-main .branch-lists .branch-link:hover {
  color: var(--base-color);
}
.aboluo-tools {
  margin: 0 0 10px;
  background: #eaf3ff;
  padding: 10px 15px;
  height: 50px;
}
.aboluo-calendar-month {
  width: auto;
  margin: 0;
}
.aboluo-rilitable .aboluo-rilithead {
  background: #fff;
  line-height: 30px;
}
.index-notice {
  position: relative;
  background: #EEF5FF;
}
.index-notice .notice-content {
  position: relative;
  height: 40px;
  padding: 5px 0 5px 30px;
  overflow: hidden;
}
.index-notice .notice-content:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 18px;
  background: url(../images/index-notice-icon.png);
  background-size: 100% 100%;
}
.index-notice .notice-hide {
  display: none;
}
.index-notice .notice-lists {
  position: relative;
}
.index-notice .notice-lists li {
  overflow: hidden;
}
.index-notice .li-link {
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #003366;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-notice a.li-link:hover {
  color: var(--base-color);
}
.banner-datepicker {
  position: relative;
}
.banner-datepicker .datepicker-detail {
  display: none;
  position: absolute;
  top: 95%;
  z-index: 100;
  right: -150px;
  width: 500px;
  padding: 0 15px 0 17px;
  background: #fff;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner-datepicker .datepicker-detail .detail-close {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/datepicker-close-icon.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.banner-datepicker .datepicker-detail .detail-lists li {
  border-bottom: 1px dashed #ECECEC;
  padding: 20px 0;
  line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-lists li:last-child {
  border: none;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: auto;
  text-align: left;
  border: none;
  font-size: 16px;
  color: #333;
  padding: 0;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link:hover {
  color: #025DB4 !important;
  background: transparent;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-tips {
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-add {
  float: left;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-date {
  float: right;
}
.banner-datepicker .datepicker-detail .detail-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-more:hover {
  color: #025DB4;
}
.news-notice-detail .rele-cont,
.news-notice-detail .detail-relevant {
  width: 320px !important;
}
.news-notice-detail .detail-module {
  width: calc(100% - 350px) !important;
}
.cmes-main .cmes-info .synopsis-details ,
.cmes-main .cmes-info .synopsis-details * ,
.news-notice-detail .detail-module .content * {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.cmes-main .cmes-info .synopsis-details p ,
.cmes-main .cmes-info .synopsis-details table {
  margin-top: .5em;
}
@media only screen and (max-width: 1400px) {
  /*.index-main .module-book .book-cont .book-lists .book-head{width: 24rem;height: 32rem;padding: 1rem;}
  .index-main .module-book .book-cont .book-lists .book-title{font-size: 15px;}*/
}
@media only screen and (max-width: 1200px) {
  /*.index-main .module-book .book-cont .book-lists .book-title{font-size: 14px;}*/
  .index-main .service-lists .service-link {
    font-size: 14px;
  }
  .base-module-search {
    padding: 30px 100px;
  }
  .base-module-search .search-types .title-bar {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
  }
  .base-module-search .search-types .title-bar:before {
    transform: scale(.85);
  }
  .base-module-search .search-ctl {
    height: 48px;
  }
  .base-module-search .search-btn,.base-module-search .search-select .select-text {
    height: 40px;
    line-height: 40px;
  }
  .news-notice-detail .rele-cont,
  .news-notice-detail .detail-relevant{
    width: 280px !important;
  }
  .news-notice-detail .detail-module {
    width: calc(100% - 300px) !important;
  }
}
@media only screen and (max-width: 1000px) {
  .base-module-search {
    padding: 30px 40px;
  }
  .index-main .module-rec .rec-card {
    float: none !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .index-main .module-rec .rec-card.date {
    margin: 0;
  }
  .index-main .inter-module .inter-items {
    margin: 0;
  }
  .index-main .inter-module li {
    width: 100%;
    margin: 0 0 15px;
    height: auto;
    padding: 0.5rem 3rem;
  }
  .index-main .inter-module .li-img {
    width: 190px;
    height: 260px;
  }
  .index-main .inter-module .child-links {
    margin-left: 210px;
  }
  .index-main .inter-module .li-title {
    margin: 13px 0 40px;
    font-size: 20px;
    line-height: 26px;
  }
  .index-main .inter-module .li-title:after {
    margin-top: 19px;
    width: 50px;
  }
  .index-main .inter-module .child-link {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .index-main .book-card {
    float: none !important;
    width: 100%;
    padding: 20px 0 30px;
  }
  .index-main .book-card.right {
    margin-top: 20px;
  }
  .index-main .module-book .book-cont .book-lists .book-head {
    width: 180px;
    height: 230px;
  }
  .index-main .module-book .book-cont .book-lists .book-item {
    margin: 0 16px;
    width: calc(33.33% - 32px);
    padding-top: 10px;
  }
  .index-main .module-book .book-cont {
    margin: 0 42px 0;
  }
  .index-main .module-book .book-cont .book-lists .book-title {
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
  }
  .index-main .module-book .book-bar {
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background-size: 13px auto;
  }
  .index-main .module-book .book-bar.right {
    right: 14px;
  }
  .index-main .module-book .book-bar.left {
    left: 14px;
  }
  .news-notice-detail .detail-relevant {
    display: none;
  }
  .news-notice-detail .detail-module {
    width: 100% !important;
  }
}
.data-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  height: 100px;
}
.data-loading.no-ab {
  position: relative;
  top: 20px;
  margin: 0;
}
.data-loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url(../images/loading.gif) no-repeat center center / cover;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .header .search-module {
    display: none;
  }
  .index-main .module-banner {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body {
    min-width: auto;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  input[type=text],
  input[type=password] {
    line-height: 20px;
  }
  input[type=button] {
    -webkit-appearance: none;
  }
  html,
  body {
    min-width: 0;
  }
  .fixed-right {
    display: none;
  }
  .header {
    height: auto;
    padding: 15px 0;
  }
  .header .header-cont {
    display: block;
    position: relative;
  }
  .header .search-module {
    margin: 55px 0 0;
    width: 100%;
  }
  .header .header-links {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header .header-links .header-link {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
  }
  .header .header-links a.header-link.active {
    border-radius: 4px;
    padding: 0 15px;
  }
  .header .header-logo {
    float: none;
    position: relative;
    width: auto;
    display: block;
    padding: 0;
  }
  .header .header-logo .header-logo-img {
    height: auto;
    width: auto;
    max-width: 72%;
    max-height: 56px;
  }
  .header .header-search {
    float: none;
    margin: 0 4%;
    clear: both;
    padding: 0 0 15px;
    width: auto;
  }
  .header .mobile-bar {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/header-mobile-bar.png) no-repeat center center;
    background-size: 90% auto;
  }
  .header-nav .container {
    z-index: 1100;
    margin: 0;
    width: 30%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: auto;
  }
  .header-nav {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: left 0.6s;
    z-index: 1000;
    overflow: auto;
  }
  .header-nav.active {
    left: 0;
  }
  .header-nav .header-nav-lists {
    position: relative;
    display: block;
  }
  .header-nav .header-nav-lists:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-nav .header-nav-lists .nav-link {
    line-height: 40px;
    font-size: 14px;
  }
  .header-nav .header-nav-lists > li {
    float: none;
  }
  .header-nav .nav-child .nav-child-sublink {
    float: none;
    margin: 5px 0 5px 10px !important;
    white-space: normal;
    font-size: 13px;
  }
  .header-nav .nav-child {
    top: 0;
    bottom: 0;
    overflow: auto;
    left: 30%;
    width: 70%;
    padding: 20px 14px;
    background: transparent;
    box-shadow: none;
  }
  .header-nav .nav-child .nav-child-icon {
    float: none;
  }
  .header-nav .nav-child .nav-child-content {
    margin: 15px 0 0;
  }
  .header-nav.active .nav-child {
    position: fixed;
  }
  .header-nav .nav-child .nav-child-link,
  .header-nav .nav-child .nav-child-sublink {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
  }
  .header-nav .nav-child .nav-child-content li {
    float: none;
    margin: 0;
  }
  .header-nav .nav-child .child-link-lists {
    background: rgba(255,255,255,.15);
    padding: 5px;
  }
  .footer .footer-natural {
    padding: 20px 0;
  }
  .footer .footer-natural .related-children {
    bottom: 81px;
    padding: 20px;
  }
  .footer .footer-natural .natural-right {
    display: none;
  }
  .footer .footer-natural .related-links > li {
    margin-top: 10px;
  }
  .footer .footer-copyright {
    padding: 10px 0;
    lien-height: 22px;
  }
  .footer .footer-natural .related-children .related-lists {
    margin-right: -15px;
  }
  .footer .footer-natural .related-children .related-lists li {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .footer .footer-natural .related-children .related-lists a {
    line-height: 40px;
  }
  .index-main .index-module:first-child {
    padding-top: 5px;
  }
  .breadcrumb {
    height: 30px;
    padding: 0;
  }
  .breadcrumb-link img,
  .breadcrumb-link span,
  .breadcrumb-link a {
    font-size: 12px;
  }
  .breadcrumb-link .line {
    font-size: 16px;
  }
  .index-main .module-title .title-cn {
    font-size: 18px;
    line-height: 20px;
  }
  .index-main .module-title .title-more {
    line-height: 20px;
    font-size: 12px;
  }
  .index-main .module-title .title-cn:after {
    bottom: -12.5px;
  }
  .index-main .module-title .title-en {
    font-size: 13px;
  }
  .index-main .module-title {
    margin: 0 0 15px;
    padding-bottom: 12px;
  }
  .index-main .index-viewpoint {
    padding: 0;
    box-shadow: none;
  }
  .index-main .index-viewpoint .viewpoint-swiper {
    float: none;
    width: auto;
    height: auto;
    padding: 27.7%;
  }
  .index-main .index-viewpoint .viewpoint-swiper .swiper-lists {
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-main .index-viewpoint .viewpoint-swiper .spot {
    height: 30px;
    padding: 0 100px 0 15px;
  }
  .index-main .index-viewpoint .viewpoint-swiper .spot .swiper-title {
    font-size: 14px;
    line-height: 30px;
  }
  .index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists {
    right: 15px;
  }
  .index-main .index-viewpoint .viewpoint-news {
    margin-top: 15px;
    width: 100%;
  }
  .index-main .index-viewpoint .viewpoint-news .viewpoint-news-title {
    font-size: 18px;
  }
  .index-main .index-news .item-content {
    margin: 0;
  }
  .index-main .index-news .news-item {
    width: 100%;
  }
  .index-main .index-news .news-card {
    margin: 0 0 15px;
  }
  .index-main .index-news .news-card:last-child {
    margin: 0;
  }
  .index-main .index-news .news-notice {
    padding: 0;
  }
  .index-main .index-news .news-lists {
    margin: 0;
  }
  .index-main .index-news .head-title {
    font-size: 18px;
  }
  .index-main .index-news .news-lists li {
    padding-right: 90px;
  }
  .index-main .index-news .card-head {
    padding: 15px 0 5px;
  }
  .index-main .index-news .head-title:after {
    bottom: -6px;
  }
  .index-main .coord-lists {
    margin-right: 0;
  }
  .index-main .coord-lists li {
    margin-bottom: 10px;
    width: 100%;
  }
  .index-main .coord-lists a {
    margin-right: 0;
    padding: 10px 0;
    line-height: 32px;
  }
  .index-main .coord-lists a:after {
    top: 5px;
  }
  .index-main .coord-lists .li-icon {
    height: 32px;
  }
  .index-main .service-box #left {
    left: -15px;
  }
  .index-main .service-box #right {
    right: -15px;
  }
  .index-main .service-box .service-cell .service-lists li {
    width: 50%;
  }
  .index-main .service-box .service-cell .service-lists li a:last-child .li-title {
    margin-bottom: 0;
  }
  .index-main .journal-module {
    padding: 5px 0;
  }
  .index-main .journal-module .journal-head {
    display: none;
  }
  .index-main .journal-module .journal-lists {
    margin: 0;
  }
  .index-main .journal-module .journal-lists li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border: none !important;
    border-top: 1px solid #ececec !important;
  }
  .index-main .journal-module .journal-lists li:first-child {
    border: none !important;
  }
  .index-main .journal-module .journal-lists li:nth-child(n+4) {
    display: none;
  }
  .index-main .module-rec .rec-card {
    padding: 20px;
    height: auto;
  }
  .index-main .module-rec .rec-card:last-child {
    margin: 0;
  }
  .index-main .module-rec .news-list .news-topic .topic-img {
    width: 100px;
  }
  .index-main .module-rec .news-list .news-topic .topic-img img {
    height: 70px;
  }
  .index-main .module-rec .news-list .news-topic .topic-cont {
    margin-left: 115px;
    padding: 0;
  }
  .index-main .module-rec .news-list .news-topic .news-title {
    font-size: 15px;
    line-height: 20px;
  }
  .index-main .module-banner {
    height: 45vw;
    margin: 0 -15px 18px;
  }
  .index-main .module-banner .banner-wrap {
    bottom: 15px;
  }
  .index-main .module-rec .rec-title {
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .index-main .module-rec .rec-title .title-bar {
    font-size: 18px;
    margin-right: 20px;
  }
  .aboluo-rilidiv .aboluo-rilitable tr td .event-txt {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    font-size: 0 !important;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--base-color);
  }
  .aboluo-rilidiv .aboluo-rilitable tr td a {
    position: relative;
    padding: 5px 3px;
    line-height: 24px;
    height: auto !important;
    font-size: 14px;
    text-align: center;
  }
  .index-main .module-rec .rec-fix-title {
    font-size: 18px;
  }
  .index-main .service-lists {
    margin: 0 -6px;
  }
  .index-main .service-lists .service-link {
    margin: 0 6px 20px;
    width: calc(33.33% - 12px);
    padding: 15px;
  }
  .index-main .service-lists .service-title {
    margin-top: 8px;
    font-size: 13px;
  }
  .index-main .service-lists .service-icon {
    width: 52px;
    height: 52px;
    padding-top: 12px;
  }
  .index-main .service-lists .service-icon img {
    height: 28px;
  }
  .index-main .inter-module li {
    padding: 20px;
  }
  .index-main .inter-module li:last-child {
    margin: 0;
  }
  .index-main .inter-module .li-img {
    width: 120px;
    height: 180px;
  }
  .index-main .inter-module .child-links {
    margin-left: 135px;
  }
  .index-main .inter-module .li-title {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .index-main .inter-module .li-title:after {
    margin-top: 9px;
    width: 50px;
  }
  .index-main .inter-module .child-link {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .index-main .module-book .book-cont .book-lists .book-item {
    margin: 0 6px;
    width: calc(50% - 12px);
  }
  .index-main .module-book .book-bar.left {
    left: 0;
  }
  .index-main .module-book .book-bar.right {
    right: 0;
  }
  .index-main .module-book {
    margin: 0 -15px;
  }
  .index-main .module-book .book-cont {
    margin: 0 25px;
  }
  .index-main .module-book .book-cont .book-lists .book-head {
    width: 38vw;
    height: 48vw;
    padding: 8px;
  }
  .index-main .module-book .book-cont .book-lists .book-title {
    margin-top: 12px;
    font-size: 14px;
  }
  .index-main .module-custom {
    margin: 0;
  }
  .index-main .module-custom .custom-item {
    margin: 0 0 15px;
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .index-main .module-custom .item-des {
    margin: 10px 0;
  }
  .index-notice {
    margin-bottom: 15px;
    top: 0;
    padding: 0;
  }
  .index-notice:after {
    left: 15px;
  }
  .index-main .index-module {
    margin-bottom: 15px;
  }
  .index-main .index-module .container {
    padding: 20px;
  }
  .index-main .module-banner .banner-bar {
    transform: scale(0.8);
  }
  .index-main .module-banner .banner-bar.left {
    left: 0;
  }
  .index-main .module-banner .banner-bar.right {
    right: 0;
  }
  .index-main .book-card {
    padding: 15px 20px;
  }
  .index-main .module-about {
    margin: 0;
  }
  .index-main .module-about .about-head {
    float: none;
    width: 100%;
    padding: 0;
    height: 45vw;
  }
  .index-main .module-about .about-cont {
    float: none;
    width: 100%;
    padding: 15px 0 0;
  }
  .index-main .module-about .about-title {
    line-height: 24px;
    font-size: 18px;
  }
  .index-main .module-about .about-des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .index-main .module-about .about-infos {
    margin-top: 25px;
  }
  .index-main .module-about .about-infos li {
    padding-bottom: 15px;
  }
  .index-main .module-about .about-infos .li-head {
    width: 48px;
    height: 48px;
    padding-top: 12px;
  }
  .index-main .module-about .about-infos .li-icon {
    height: 24px;
  }
  .index-main .module-about .about-infos .info-count {
    line-height: 24px;
    font-size: 18px;
  }
  .index-main .module-about .about-infos .info-title {
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
  }
  .index-main .module-about .about-more {
    padding: 0 18px;
    border-radius: 6px;
    line-height: 32px;
    font-size: 12px;
  }
  .index-main .branch-lists {
    margin: 0 0 0 -12px;
  }
  .index-main .branch-lists .branch-link {
    margin: 15px 0 0 12px;
    width: calc(50% - 12px);
    font-size: 14px;
  }
  .index-main .module-rec .rec-title .title-bar.active:after {
    bottom: -15px;
  }
  .index-main .base-module-search {
    margin: 0 -15px 20px;
  }
  .base-module-search {
    padding: 15px;
  }
  .base-module-search .search-types .title-bar {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .base-module-search .search-types .title-bar:before {
    margin-right: 0;
    transform: scale(.75);
  }
  .base-module-search .search-icon {
    left: 10px;
    transform: scale(.8);
  }
  .base-module-search .search-ctl {
    height: 40px;
    padding: 0px 60px 0 36px;
    font-size: 14px;
  }
  .base-module-search .search-ctl.has-type {
    padding-right: 145px;
  }
  .base-module-search .search-btn,.base-module-search .search-select .select-text {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
  .base-module-search .search-btn {
    width: 50px;
  }
  .base-module-search .search-select {
    right: 60px;
    width: 80px;
  }
  .index-main {
    padding-top: 0;
  }
  .cmes-main .cmes-info .synopsis-details ,
  .cmes-main .cmes-info .synopsis-details * ,
  .news-notice-detail .detail-module .content * {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=public.css.map */