@charset "UTF-8";
/*混合指令（Mixin）用于定义可重复使用的样式*/
/*一些可重用代码*/
/* 使用绝对定位使内容水平居中 */
/* 使用绝对定位使内容垂直居中 */
/* 使用绝对定位使内容绝对居中 */
/* 设置图片背景 */
/* 清除浮动 */
/* 单行文字显示省略号 */
/* 多行文字显示省略号 */
/* 渐变背景 */
/* 首页内容宽度 */
/**
 * hover时由内向外填充的效果
 */
/*relative相对定位*/
/**
* @param $line       超出显示省略号的行数，默认：1
* @param $substract  为预留区域百分比%，默认：0
*/
/* 主题色-蓝色*/
html,
body,
#main {
  min-width: 320px; }

@font-face {
  font-family: 'dinbold';
  src: url("../fonts/din-bold_0.ttf") format("truetype"), url("../fonts/din-bold_0.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.bg-box {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/index/bg-wave.png);
  background-size: 100% 100%;
  position: relative; }

.hvr-sweep-to-right:before {
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.today-bg-box {
  padding: 106px 0 120px 0; }

/* 主轮播图 */
#main-swiper {
  position: relative;
  min-height: 400px;
  height: calc(100vh); }

#main-swiper .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  background-size: 100% 100%;
  position: relative; }

#main-swiper .loop-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

#main-swiper .slogen {
  height: 180px;
  width: auto;
  display: block;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw); }

#main-swiper .swiper-slide-active .t1,
#main-swiper .swiper-slide-active .t2,
#main-swiper .swiper-slide-active .bt,
#main-swiper .swiper-slide-active .slogen {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

#main-swiper .app-row {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 53%;
  z-index: 90;
  position: absolute;
  color: white; }

#main-swiper .t1 {
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  font-size: 0.6rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 3.25px;
  margin-bottom: 25px;
  line-height: 0.64rem; }

#main-swiper .t2 {
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  font-size: 0.28rem;
  letter-spacing: 1.3px; }

#main-swiper .bt {
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  font-size: 16px;
  margin-top: 10px;
  color: #005fbd;
  color: white;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 150px;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
  height: 40px; }

#main-swiper .bt .iconfont {
  display: inline-block;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

#main-swiper .bt:hover {
  color: #1a6dd3;
  text-shadow: none;
  background: #ffffff; }

#main-swiper > .iconfont {
  position: absolute;
  left: 40px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px; }

#main-swiper .iconxiangyou {
  left: auto;
  right: 40px; }

#main-swiper .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 18px;
  width: 100%; }

#main-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  cursor: pointer; }

#main-swiper .swiper-active-switch {
  background: #fff; }

/* 通知公告 */
#notice-swiper {
  height: 60px; }

#notice-swiper .swiper-slide {
  overflow: hidden;
  white-space: nowrap; }

#notice-swiper .swiper-slide::after {
  content: '';
  display: block;
  clear: both; }

#notice-swiper .item {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 60px;
  height: 60px;
  width: 45%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

#notice-swiper .item:hover {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

#notice-swiper .item:hover .t3 {
  cursor: pointer;
  color: #1a6dd3; }

#notice-swiper .item:nth-child(1) {
  float: left; }

#notice-swiper .item:nth-child(2) {
  float: right; }

#notice-swiper .t1 {
  text-align: justify;
  display: inline-block;
  width: 6em;
  font-weight: bold;
  font-size: 16px;
  color: #373737; }

#notice-swiper .t2 {
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  color: #777777; }

#notice-swiper .t3 {
  width: 61%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #373737; }

/* 快速导航按钮 */
.bt-box-main {
  position: absolute;
  bottom: 65px;
  z-index: 70;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.bt-box-main .item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 120px;
  color: white;
  font-size: 14px;
  text-decoration: none; }

.bt-box-main .item:last-child {
  margin-right: 0; }

.bt-box-main .item:hover > span {
  font-weight: bold; }

.bt-box-main .item > span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.bt-box-main .item:hover .code-box {
  max-height: 300px;
  -webkit-transform: translate(-50%, -105%) scale(1);
      -ms-transform: translate(-50%, -105%) scale(1);
          transform: translate(-50%, -105%) scale(1); }

.bt-box-main .img-box {
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 100% 100%;
  cursor: pointer;
  border: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative; }

.bt-box-main .img-box::before {
  content: ' ';
  display: block;
  height: 0;
  width: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bt-box-main .img-box:hover::before {
  height: 100%;
  width: 100%; }

.bt-box-main .img-box > img {
  position: absolute;
  width: 18px;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bt-box-main .img-box:hover > img:nth-child(1) {
  display: block; }

.bt-box-main .t {
  white-space: nowrap;
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 5em; }

.bt-box-main .code-box {
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -105%) scale(0);
      -ms-transform: translate(-50%, -105%) scale(0);
          transform: translate(-50%, -105%) scale(0); }

.bt-box-main .code-box > img {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  width: 150px; }

.bt-box-main .code-box > span {
  display: block;
  margin: auto;
  height: 0;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

/* 深燃资讯 */
#today-sr-swiper {
  height: 498px;
  position: relative; }

#today-sr-swiper .swiper-slide {
  width: calc(100%);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#today-sr-swiper .swiper-slide-active .text-box,
#today-sr-swiper .swiper-slide-active .td-img {
  opacity: 1; }

#today-sr-swiper .td-img {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #ebebeb;
  height: 82%;
  padding-left: 1px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 50%; }

#today-sr-swiper .t0 {
  font-size: 38px;
  color: #0866b0;
  margin-bottom: 20px;
  font-weight: bold;
  display: none; }

#today-sr-swiper .text-box {
  opacity: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  float: right;
  width: 43%;
  height: 425px;
  overflow: hidden;
  display: inline-block; }

#today-sr-swiper .text-box .t1 {
  font-size: 38px;
  color: #0866b0;
  margin-bottom: 20px;
  font-weight: bold; }

#today-sr-swiper .text-box .t2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }

#today-sr-swiper .text-box .t2:hover {
  text-decoration: underline; }

#today-sr-swiper .text-box .t3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #cfcfcf;
  letter-spacing: 0; }

#today-sr-swiper .text-box .t4 {
  white-space: normal;
  word-break: break-all;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  position: relative;
  height: 216px;
  overflow: hidden;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; }

#today-sr-swiper .text-box .ellipsis {
  position: absolute;
  right: 0;
  padding-left: 11px;
  bottom: 0;
  opacity: 0;
  letter-spacing: 3px;
  background: white; }

#today-sr-swiper .view-more {
  cursor: pointer;
  bottom: 9px;
  right: 0;
  position: absolute;
  overflow: hidden;
  display: block;
  width: 150px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border: none;
  background: #73b516;
  color: #fff;
  border-radius: 5px; }

#today-sr-swiper .pagination {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  bottom: 20px; }

#today-sr-swiper .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 3px;
  border-radius: 0;
  vertical-align: middle;
  background: #d2d2d2;
  margin: 0 5px;
  cursor: pointer; }

#today-sr-swiper .pagination .swiper-active-switch {
  background: #1a6dd3; }

#today-sr-swiper .prev-next {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  position: absolute;
  left: 57%;
  bottom: 9px;
  font-size: 0; }

#today-sr-swiper .prev-next i {
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  color: #1a6dd3;
  background: white;
  text-align: center; }

#today-sr-swiper .prev-next i:hover {
  color: white;
  background: #1a6dd3;
  background-image: linear-gradient(51deg, #008efe 0%, #2da68f 100%); }

.news-box {
  margin: auto; }

.news-box::after {
  content: '';
  display: block;
  clear: both; }

.news-box .item {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  background-size: 100% 100%;
  overflow: hidden;
  height: auto;
  float: left;
  width: 33%;
  position: relative;
  margin-left: 0.5%; }

.news-box .item:nth-child(1) {
  margin-left: 0%; }

.news-box .item:hover .img1 {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.news-box .item:hover .text-box {
  height: 250px; }

.news-box .item:hover .text-box .title {
  line-height: 90px; }

.news-box .item > img {
  cursor: pointer;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  width: 100%;
  height: auto; }

.news-box .text-box {
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  background-image: url(../images/index/squre.png);
  background-size: 100% 100%; }

.news-box .text-box .title {
  font-size: 28px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-left: 40px;
  line-height: 100px;
  display: inline-block;
  letter-spacing: 1.4px; }

.news-box .text-box .title:hover {
  cursor: pointer;
  text-decoration: underline; }

.news-box .text-box .title > img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: -3px;
  width: 0;
  height: 34px;
  vertical-align: middle; }

.news-box .text-box p {
  padding-left: 40px;
  padding-right: 30px;
  margin-bottom: 16px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }

.news-box .text-box p:hover {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.news-box .text-box p span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.news-box .text-box p i {
  display: inline-block;
  height: 22px;
  float: right;
  font-size: 16px;
  line-height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center; }

.summary-box-out {
  overflow: hidden;
  background-image: url("../images/header/indexbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 90vh;
  min-height: 400px;
  position: relative; }

.summary-box-out::after {
  content: '';
  display: block;
  clear: both; }

.summary-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.summary-box .item {
  float: left;
  border-radius: 8px;
  width: 327px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  margin-left: 40px;
  padding: 30px 30px;
  -webkit-box-shadow: 0 2px 25px 0 #cbe6f3;
          box-shadow: 0 2px 25px 0 #cbe6f3;
  overflow: hidden; }

.summary-box .item:first-child {
  margin-left: 0; }

.summary-box .item .img-box {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.summary-box .item .t1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 0.9px; }

.summary-box .item .t2 {
  margin-bottom: 25px;
  margin-top: 15px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  font-size: 28px;
  letter-spacing: 1.4px; }

.summary-box .item .t3 {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  height: 52px;
  overflow: hidden;
  color: #424242;
  line-height: 26px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.summary-box .item .t3:hover {
  text-decoration: underline; }

.summary-box .item .t4 {
  font-size: 14px;
  color: #9b9b9b; }

.summary-box .item .t5 {
  color: #1a6dd3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  font-size: 18px;
  margin-top: 40px; }

.summary-box .item .contain {
  height: 160px;
  width: 100%;
  overflow: hidden; }

.summary-box .item .img1 {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.summary-box .item .img1:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.summary-box .item .img2 {
  height: 15px;
  width: 28px; }

.domain-box {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 600px;
  background-image: url("../images/index/index-bg4.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  background-size: 100% 100%; }

.domain-box .content {
  height: 370px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.domain-box .content.active {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  padding-top: 80px; }

.domain-box .map {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  height: 130%;
  width: auto;
  position: absolute;
  top: -15%;
  right: -25%; }

.domain-box .t1 {
  opacity: 0.95;
  color: white;
  font-size: 0.46rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 80px; }

.domain-box .t2 {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: block;
  color: white;
  height: 45px;
  width: 130px;
  font-size: 0.18rem;
  background: #73b516;
  border-radius: 7px;
  margin-bottom: 70px; }

.domain-box .item {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  float: left;
  margin-right: 8%; }

.domain-box .t3 {
  font-size: 0.55rem;
  opacity: 0.95;
  color: white;
  font-family: 'dinbold';
  font-weight: bold;
  letter-spacing: 2px;
  display: block; }

.domain-box .t4 {
  font-size: 0.18rem;
  opacity: 0.95;
  color: white;
  letter-spacing: 2px; }

.share-bg-box {
  padding: 120px 0 120px 0; }

.share-bg-box::after {
  content: '';
  display: block;
  clear: both; }

.share-bg-box .shares-box {
  width: 45%;
  float: left; }

.share-bg-box .line {
  position: absolute;
  height: 69%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 2px solid #e9ebf0; }

.share-bg-box .notice-box {
  float: right;
  width: 45%; }

.share-bg-box .notice-box .item {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.share-bg-box .notice-box .item:hover {
  color: #005fbd;
  cursor: pointer;
  text-decoration: underline; }

.share-bg-box .notice-box .item:last-child {
  margin-bottom: 0; }

.shares-box::after,
.notice-box::after {
  content: '';
  display: block;
  clear: both; }

.shares-box .title,
.notice-box .title {
  font-size: 0.38rem;
  color: #000000;
  letter-spacing: 1.4px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px; }

.shares-box button,
.notice-box button {
  overflow: hidden;
  margin-bottom: 40px;
  height: 0.48rem;
  font-size: 0.18rem;
  color: #777777;
  width: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #edeff4;
  border-radius: 5px;
  margin-right: 30px; }

.shares-box button:last-child,
.notice-box button:last-child {
  margin-right: 0; }

.shares-box button.active,
.notice-box button.active {
  color: white;
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.shares-box #myChart,
.notice-box #myChart {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(26, 109, 211, 0.2);
          box-shadow: 0 2px 10px 0 rgba(26, 109, 211, 0.2);
  background-size: 100% 100%;
  position: relative;
  height: 310px;
  width: 550px; }

.shares-box #myChart > img,
.notice-box #myChart > img {
  height: 90%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.shares-box .share-info,
.notice-box .share-info {
  padding-top: 20px;
  color: #9b9b9b;
  font-size: 12px; }

.journal-box {
  background-image: url(../images/index/qikan-jbbg.png);
  background-size: 100% 100%;
  background-position: 0 80px;
  background-repeat: no-repeat;
  height: 700px; }

.journal-box .swiper-container {
  height: 100%; }

.journal-box .swiper-slide {
  position: relative; }

.journal-box .swiper-slide-active .text-box,
.journal-box .swiper-slide-active .title-img {
  opacity: 1; }

.journal-box .title-img-box {
  background: transparent;
  display: inline-block;
  width: 36%; }

.journal-box .hvr-curl-bottom-right:hover:before,
.journal-box .hvr-curl-bottom-right:focus:before,
.journal-box .hvr-curl-bottom-right:active:before {
  height: 120px;
  width: 120px; }

.journal-box .title-img {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(212, 215, 224, 0.8);
  right: 90px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.journal-box .text-box {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 49%;
  float: right; }

.journal-box .text-box .title {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.38rem;
  color: #ffffff;
  display: block;
  margin-top: 1.4rem;
  letter-spacing: 1.9px;
  margin-bottom: 20px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }

.journal-box .text-box .title:hover {
  text-decoration: underline;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.journal-box .text-box .title2 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 22px; }

.journal-box .text-box > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px; }

.journal-box .text-box .last-p {
  margin-bottom: 20px; }

.journal-box .iconfont {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  z-index: 100;
  cursor: pointer;
  color: #005fbd;
  display: inline-block;
  text-align: center;
  width: 45px;
  line-height: 45px;
  right: 0px;
  bottom: 60px;
  position: absolute;
  background: white;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.journal-box .iconfont:hover {
  color: white;
  background: #3e3a39; }

.journal-box .iconxiangzuo {
  right: 50px;
  color: #005fbd;
  background: white; }

.journal-box .pagination {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  position: absolute;
  bottom: 60px; }

.journal-box .pagination .swiper-pagination-switch {
  width: 40px;
  height: 3px;
  opacity: 0.7;
  background: #d4d7e0;
  margin-right: 10px; }

.journal-box .pagination .swiper-pagination-switch.swiper-active-switch {
  opacity: 1;
  background: white; }

.scroll-box {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.fixed-supvise {
  width: 220px;
  height: 150px;
  position: fixed;
  left: 0px;
  top: 15%;
  z-index: 10000;
  background: #fff; }

.fixed-supvise img {
  width: 220px;
  height: 150px; }
