@charset "UTF-8";
/*
* 公共样式入口
*/
/*
* 变量
*/
/*
* 公共样式
*/
html,
body {
  height: 100%;
  background: #fafcff;
}

body {
  min-width: 1200px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

i,
cite {
  font-style: normal;
}

.loading-success {
  visibility: visible !important;
}

.layout-container {
  visibility: hidden;
  position: relative;
  height: 100%;
  min-height: 10.79rem;
  background-size: 100% 100%;
  overflow: hidden;
}

/*
* 辅助样式
*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/*
* 公共banner
*/
.common-banner {
  position: relative;
  height: 541px;
}
.common-banner .banner-pic {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.common-banner .banner-text {
  margin-left: -600px;
  position: absolute;
  top: 234px;
  left: 50%;
  width: 1200px;
}
.common-banner .banner-text .text-title {
  margin-bottom: 68px;
  height: 58px;
  line-height: 58px;
  font-size: 60px;
  color: #fff;
}
.common-banner .banner-text p {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

/*
* 公共标题
*/
.common-caption {
  padding-top: 66px;
  text-align: center;
}
.common-caption .caption-text {
  margin-bottom: 24px;
  position: relative;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #333333;
}
.common-caption .caption-text:before {
  margin: 0 auto;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 4px;
  background: #2b4cf4;
  border-radius: 2px;
}
.common-caption p {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}

/*
* 头部
*/
.risen-container .header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: transparent;
}
.risen-container .header .w1200 {
  position: relative;
}
.risen-container .header .logo {
  position: absolute;
  left: 0;
  top: 24px;
  display: block;
}
.risen-container .header .logo img {
  display: block;
  width: auto;
  height: 36px;
}
.risen-container .header .logo .logo-normal {
  display: block;
}
.risen-container .header .logo .logo-active {
  display: none;
}
.risen-container .header .header-nav {
  float: right;
  font-size: 0;
}
.risen-container .header .header-nav li {
  display: inline-block;
  width: 170px;
}
.risen-container .header .header-nav li > a {
  display: block;
  height: 84px;
  line-height: 84px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.risen-container .header .header-nav li > a:hover {
  font-weight: 700;
  color: #FFB300;
}
.risen-container .header .header-nav li.active > a {
  font-weight: 700;
  color: #FFB300;
}
.risen-container .header .header-nav li:hover .header-content {
  display: block;
}
.risen-container .header .header-content {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 84px;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden;
}
.risen-container .header .nav-list {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 1200px;
  display: none;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  color: #fff;
  overflow: hidden;
}
.risen-container .header .nav-list .nav-tab-header {
  position: relative;
  float: left;
  width: 300px;
  padding-top: 10px;
  padding-right: 116px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.risen-container .header .nav-list .nav-tab-header:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  height: 180px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.risen-container .header .nav-list .nav-tab-header .header-item {
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.risen-container .header .nav-list .nav-tab-header .header-item span {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.risen-container .header .nav-list .nav-tab-header .header-item span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FFB300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.risen-container .header .nav-list .nav-tab-header .header-item.current span {
  color: #FFB300;
}
.risen-container .header .nav-list .nav-tab-header .header-item.current span:after {
  width: 100%;
}
.risen-container .header .nav-list .nav-tab-body {
  margin-left: 330px;
}
.risen-container .header .nav-list .nav-tab-content {
  display: none;
  padding: 10px 0 20px 88px;
}
.risen-container .header .nav-list .nav-tab-content .list-more {
  margin-top: 10px;
  display: block;
}
.risen-container .header .nav-list .nav-tab-content .list-more .more .layui-icon {
  margin-left: 4px;
  font-size: 14px;
  -webkit-animation: float 1.6s linear 0s infinite;
          animation: float 1.6s linear 0s infinite;
}
@-webkit-keyframes float {
  0% {
    margin-left: 4px;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 4px;
  }
}
@keyframes float {
  0% {
    margin-left: 4px;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 4px;
  }
}
.risen-container .header .nav-list .nav-tab-content .list-col {
  display: inline-block;
  /*width: 148px;*/
  vertical-align: top;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.risen-container .header .nav-list .nav-tab-content .list-col + .list-col {
  margin-left: 63px;
}
.risen-container .header .nav-list .nav-tab-content .col-title {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
}
.risen-container .header .nav-list .nav-tab-content .col-title a {
  color: #fff;
}
.risen-container .header .nav-list .nav-tab-content a {
  display: inline-block;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.risen-container .header .nav-list .nav-tab-content a:hover {
  color: white;
}
.risen-container .header.hover {
  background: rgba(0, 0, 0, 0.8);
}
.risen-container .header.fixed, .risen-container .header.fixed-normal {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0.42px rgba(0, 2, 60, 0.05);
          box-shadow: 0px 5px 15px 0.42px rgba(0, 2, 60, 0.05);
}
.risen-container .header.fixed .logo .logo-normal, .risen-container .header.fixed-normal .logo .logo-normal {
  display: none;
}
.risen-container .header.fixed .logo .logo-active, .risen-container .header.fixed-normal .logo .logo-active {
  display: block;
}
.risen-container .header.fixed .header-nav li > a, .risen-container .header.fixed-normal .header-nav li > a {
  color: #333;
}
.risen-container .header.fixed .header-nav li > a:hover, .risen-container .header.fixed-normal .header-nav li > a:hover {
  font-weight: 700;
  color: #3664ff;
}
.risen-container .header.fixed .header-nav .active > a, .risen-container .header.fixed-normal .header-nav .active > a {
  font-weight: 700;
  color: #3664ff;
}
.risen-container .header.fixed .header-content, .risen-container .header.fixed-normal .header-content {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0.42px rgba(0, 2, 60, 0.05);
          box-shadow: 0px 5px 15px 0.42px rgba(0, 2, 60, 0.05);
}
.risen-container .header.fixed .header-content .nav-list, .risen-container .header.fixed-normal .header-content .nav-list {
  color: #333;
}
.risen-container .header.fixed .header-content .nav-list .nav-tab-header:after, .risen-container .header.fixed-normal .header-content .nav-list .nav-tab-header:after {
  border-right: 1px solid #eaeaea;
}
.risen-container .header.fixed .header-content .nav-list .nav-tab-header .header-item span:after, .risen-container .header.fixed-normal .header-content .nav-list .nav-tab-header .header-item span:after {
  background: #3664ff;
}
.risen-container .header.fixed .header-content .nav-list .nav-tab-header .header-item.current span, .risen-container .header.fixed-normal .header-content .nav-list .nav-tab-header .header-item.current span {
  color: #3664ff;
}
.risen-container .header.fixed .header-content .nav-list .nav-tab-header .header-item.current span:after, .risen-container .header.fixed-normal .header-content .nav-list .nav-tab-header .header-item.current span:after {
  width: 100%;
}
.risen-container .header.fixed .header-content .nav-list .nav-tab-content .col-title a, .risen-container .header.fixed-normal .header-content .nav-list .nav-tab-content .col-title a {
  color: #333;
}
.risen-container .header.fixed .header-content .nav-list a, .risen-container .header.fixed-normal .header-content .nav-list a {
  color: #333;
}
.risen-container .header.fixed .header-content .nav-list a:hover, .risen-container .header.fixed-normal .header-content .nav-list a:hover {
  color: rgba(40, 103, 255, 0.6);
}
.risen-container .footer {
  padding-bottom: 42px;
  background: #00185e;
}
.risen-container .footer .partner-wrapper {
  height: 100px;
  line-height: 100px;
  font-size: 0;
  border-bottom: 1px solid #182d6c;
}
.risen-container .footer .partner-wrapper .w1200 {
  overflow: hidden;
}
.risen-container .footer .partner-wrapper .partner-label {
  float: left;
  width: 86px;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.risen-container .footer .partner-wrapper .partner-content {
  margin-left: 86px;
}
.risen-container .footer .partner-wrapper .partner-content a {
  margin: 0 26px;
  display: inline-block;
  font-size: 16px;
  color: #8894b9;
}
.risen-container .footer .partner-wrapper .partner-content a:hover {
  color: #fff;
}
.risen-container .footer .partner-wrapper .partner-content span {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #596693;
  vertical-align: -4px;
}
.risen-container .footer .info-wrapper {
  margin: 0 auto;
  padding-top: 43px;
  width: 1200px;
  overflow: hidden;
}
.risen-container .footer .info-wrapper .text-box {
  float: left;
  width: 416px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.risen-container .footer .info-wrapper .text-box .logo {
  margin-bottom: 38px;
}
.risen-container .footer .info-wrapper .text-box .logo img {
  display: block;
  width: 173px;
  height: 29px;
}
.risen-container .footer .info-wrapper .text-box .text-content p {
  margin-bottom: 10px;
}
.risen-container .footer .info-wrapper .text-box .text-content .icon-item {
  padding-left: 28px;
  position: relative;
}
.risen-container .footer .info-wrapper .text-box .text-content .icon-item img {
  margin-top: -8px;
  position: absolute;
  left: 2px;
  top: 50%;
  width: 16px;
  height: 16px;
}
.risen-container .footer .info-wrapper .link-box {
  float: right;
  width: 784px;
  overflow: hidden;
}
.risen-container .footer .info-wrapper .link-box dl {
  float: left;
  width: 196px;
}
.risen-container .footer .info-wrapper .link-box dl dt {
  margin-bottom: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}
.risen-container .footer .info-wrapper .link-box dl dd p {
  margin-bottom: 4px;
  height: 30px;
  line-height: 30px;
}
.risen-container .footer .info-wrapper .link-box dl dd a {
  font-size: 14px;
  color: #8894b9;
}
.risen-container .footer .info-wrapper .link-box dl dd a:hover {
  color: #fff;
}
.risen-container .footer .copyRight {
  margin-top: 34px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #8894b9;
  text-align: center;
}
.risen-container .footer .copyRight img {
  padding-bottom: 8px;
}
.risen-container .footer .copyRight a {
  color: #8894b9;
}
