@charset "UTF-8";
/* CSS Document */
:root {
  --hot_news-height: 55px;
  --primary-color: #129979;
  --primary-color-hover: #19af8c;
  --primary-color-active: #0d7059;
  --nav-menu-height: 38px;
  --nav-height: calc(1.2rem + 30px + var(--nav-menu-height) + 3px);
  --body-height: calc(100vh - var(--nav-height));
  --inner-height: calc(var(--body-height) - 0.37rem);
  --content-margin-side: 12px;
  --content-width: calc(100% - (var(--content-margin-side) * 2));
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}

html::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(18, 153, 121, 0.1);
}

html::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px C7DED2(240, 240, 240, 0.2);
          box-shadow: inset 0 0 5px C7DED2(240, 240, 240, 0.2);
  border-radius: 10px;
  background: #efefef;
}

body {
  overflow-x: hidden;
}

/* common */
body {
  font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
  color: #333;
  padding-top: var(--nav-height);
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
  display: inline;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.nav_label {
  font-size: 16px;
  font-weight: 600;
  padding-left: 3%;
  margin-bottom: 5px;
}

.nav_block {
  padding-bottom: 10px;
}

img, input, select, button {
  vertical-align: middle;
  border: none;
}

input, textarea {
  outline: none;
  border: 0;
  background: none;
  font-family: "Microsoft YaHei";
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fl {
  color: #818181;
  float: left;
  margin-right: 15px;
  font-size: 0.35rem;
}

.fr {
  color: #818181;
  float: left;
  font-size: 0.35rem;
}

.pos-r {
  position: relative;
}

.pos-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
}

.option_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pos-a {
  position: absolute;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
input[type=button], input[type=submit], input[type=reset], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
}

header {
  /* height: 60px; */
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  /* width: 100vw; */
  /* box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); */
}

header .back {
  display: block;
  width: 25px;
  height: 25px;
  top: 12.5px;
  left: 12.5px;
}

header .back img {
  width: 25px;
  height: 25px;
}

header .logo {
  display: block;
  width: 120px;
  height: 55px;
  top: 5px;
  left: 2%;
  /* margin-left: -50px; */
}

header .logo img {
  /* width: 120px; */
  height: 55px;
  margin-top: -2.5px;
}

header .logo h1 {
  display: inline;
}

.searchwrap .searchtext {
  width: 100%;
  background: #F0F0F0;
  height: 55px;
  line-height: 55px;
  margin-top: 2px;
  color: #7d7d7d;
  text-indent: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  padding-right: 40px;
  position: relative;
}

.search_ico {
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 1.7rem;
}

.clear_search {
  position: absolute;
  top: 4px;
  right: 13px;
  font-size: 1.7rem;
}

.searchwrap .searchbtn {
  width: 20%;
  background: #000;
  height: 36px;
  line-height: 36px;
  margin-top: 2px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 14px;
}

header .menu {
  display: block;
  width: 25px;
  height: 25px;
  top: 12px;
  right: 12.5px;
  /* background: url(../images/menu.png) no-repeat; */
  background-size: 25px 25px;
  font-size: 20px;
}

header .menu i {
  font-size: 1.9rem;
}

.hover_green:hover {
  color: #129979 !important;
}

.hover_green:active {
  color: #118a6e !important;
}

.menuwrap {
  width: 100%;
  background: #fff;
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 170px;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.menuwrap dl {
  padding: 8px 0 5px;
  border-top: 1px solid #ddd;
}

.menuwrap dt {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

.menuwrap dt h3 {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 30%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #222;
  border-radius: 0 20px 20px 0;
}

.menuwrap dt h3.c1 {
  background: #2F7DB2;
}

.menuwrap dt h3.c2 {
  background: #ec460a;
}

.menuwrap dt h3.c3 {
  background: #9b59b4;
}

.menuwrap dd {
  float: left;
  width: 20%;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  border-radius: 0.5rem;
  background-color: #f5f6f8;
  margin: 0 2.5%;
  margin-bottom: 10px;
}

.menuwrap dd:last-child {
  margin-bottom: 10px;
}

.smenu {
  height: 0px;
  line-height: 30px;
  background: #fff;
  background: #f9f9f9;
}

.smenu li {
  float: left;
  width: 20%;
  font-size: 15px;
  text-align: center;
}

.smenu li a:hover {
  background-color: #ebebeb;
}

#banner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: auto;
  overflow: visible;
  clear: both;
  margin-bottom: 50px;
}

#banner .wrapper_title {
  font-style: normal;
  width: 100%;
  height: 50px;
  bottom: -50px;
  line-height: 23px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  color: #fff;
  z-index: 9999999;
  background: rgb(255, 255, 255);
  overflow: visible;
  font-weight: 600;
  color: #333;
  border: 1px solid #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner .wrapper_title.none-border {
  border: none;
}

#banner .wrapper_title .wrapper_title_ctet {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  padding: 0 10px;
}

#banner .wrapper_title .wrapper_title_ctet:hover {
  color: var(--primary-color-hover);
}

.swiper-wrapper,
.swiper-slide {
  overflow: visible;
}

#banner img {
  width: 100%;
  height: 209px;
  display: block;
  margin: 0px auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#banner .pagination {
  bottom: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 96px;
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
}

#banner .swiper-pagination-bullet {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  cursor: pointer;
  background-color: #b3b3b3;
  display: inline-block;
  height: 4px;
  margin: 0 2px;
  opacity: 0.8;
  width: 4px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background: none repeat scroll #d90000;
}

.submenu {
  padding: 20px 23px 10px 23px;
  height: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.submenu li {
  /* width:; */
  /* flex: 1; */
  height: 100%;
}

.submenu .submenu_item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submenu .submenu_item img {
  height: 1.15rem;
  width: 1.15rem;
}

.submenu .submenu_item:hover img {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.submenu .submenu_item:hover div {
  color: var(--primary-color);
}

.submenu .submenu_item div {
  font-size: 0.37rem;
  font-weight: bold;
}

.banner-zone {
  width: var(--content-width);
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.hot_title {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 5px 0;
  margin-right: var(--content-margin-side);
  width: var(--content-width);
  background-color: #FBFBFB;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hot_title a {
  font-size: 0.48rem;
  padding-left: 20px;
  font-weight: bold;
}

.hot_title img {
  margin-top: -5px;
}

.newslist {
  position: relative;
  background: #fff;
  overflow: visible;
  /* padding: 0 5px; */
  /* border-top: 1px solid #ddd; */
}

.newslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.newslist li {
  padding: 10px 140px 10px 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fbfbfb;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  width: var(--content-width);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 115px;
}

.newslist li.maxw {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.newslist li > a {
  height: 80px;
  width: 120px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.newslist li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.newslist li p.h3 {
  font-size: 0.42rem;
  font-weight: 800;
  /* height: 52px; */
  max-height: 52px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.newslist li p.h3:hover strong {
  color: var(--primary-color);
}

.newslist li p.info {
  font-size: 12px;
  margin-top: 8px;
  color: #999;
}

.newslist li p.info span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  /* text-indent: 18px; */
}

.newslist li p.info span a {
  color: #999;
}

.newslist li p.info .category {
  background-size: 14px 14px;
}

.newslist li p.info .time {
  background-size: 14px 14px;
}

.newslist li p.info .click {
  background-size: 14px 14px;
}

.tit {
  height: 30px;
  padding: 0 5px 0 var(--content-margin-side);
  /* border-bottom: 3px solid #F6F6F6; */
}

.tit h2 {
  line-height: 36px;
  height: 36px;
  float: left;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  border-bottom: 3px solid #d90000;
}

.tit h1 {
  line-height: 36px;
  height: 36px;
  float: left;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  border-bottom: 3px solid #d90000;
}

.newslist .more, .newslist-text .more {
  display: block;
  background: #f6f6f6;
  width: 70%;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 15px;
  margin: 10px auto;
}

.newslist-text {
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 0 0 5px;
}

.newslist-text ul {
  padding-left: 2vw;
}

.newslist-text li {
  height: 36px;
  line-height: 36px;
  padding: 0 69px 0 10px;
  background: url(../images/li.gif) no-repeat left center;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newslist-text li a {
  font-size: 14px;
}

.newslist-text li .time {
  position: absolute;
  right: 10px;
  top: 8px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-indent: 18px;
  background: url(../images/a2.png) no-repeat left center;
  background-size: 14px 14px;
}

footer {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  background: #222;
  color: #f9f9f9;
  text-align: center;
  font-size: 12px;
}

footer .decive a {
  font-size: 14px;
  margin: 0 10px;
}

footer a {
  color: #f9f9f9;
}

footer p {
  line-height: 24px;
}

.pagebar {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

.pagebar a:hover {
  color: #d90000;
}

.pagebar span a {
  color: #333;
}

.page-status {
  border-radius: 2px 0 0 2px;
}

.page-last {
  border-radius: 0 2px 2px 0;
}

.page-index, .page-last, .page-next, .page-num, .page-pre, .page-status {
  display: inline-block;
  margin: 0 -1px 5px 0;
  padding: 0 15px;
  height: 28px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  font-size: 12px;
  line-height: 28px;
}

.page-status {
  display: none;
}

.page-num-current {
  background-color: #d90000;
  color: #fff !important;
}

a.page-num-current:hover {
  color: #fff;
}

.crumbs {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 20px;
  background-size: 15px 15px;
  background-position-y: calc(50% - 1px);
  background-position-x: 2px;
  font-size: 0.37rem;
  line-height: 35px;
  margin-right: 10px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crumbs a {
  color: #999;
}

.viewtitle {
  margin: 5px 0;
  padding: 0 10px;
}

.viewtitle h1 {
  font-size: 0.7rem;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.viewtitle .viewinfo {
  border-bottom: 1px solid #f8f8f8;
  padding: 6px 0 3px;
  color: #999;
}

.viewtitle .viewinfo .time {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-indent: 18px;
  background: url(../images/a2.png) no-repeat left center;
  background-size: 14px 14px;
}

.viewtitle .viewinfo .writer {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-indent: 18px;
  background: url(../images/a3.png) no-repeat left center;
  background-size: 14px 14px;
}

.viewtitle .viewinfo .click {
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-indent: 18px;
  background: url(../images/a4.png) no-repeat left center;
  background-size: 14px 14px;
}

.viewtitle .viewinfo .crumbs {
  line-height: normal;
}

.viewurl {
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  clear: both;
}

.viewurl a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #111;
  margin: 0 1px;
  background: #222;
  color: #f1f1f1;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.viewurl strong {
  display: inline-block;
  padding: 3px 10px;
  font-weight: 400;
  margin: 0 1px;
  border-radius: 2px;
  background: #d90000;
  color: #fff;
  border: 1px solid #d90000;
}

.viewurl a:hover {
  background: #d90000;
  color: #fff;
  border: 1px solid #d90000;
}

.content {
  color: #333;
  font-family: "Microsoft Yahei";
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 16px;
}

.content p {
  margin: 8px 0;
  line-height: 26px;
  font-size: 16px;
}

.content h2 {
  display: block;
  line-height: 30px;
  font-size: 18px;
  margin: 8px 0;
  border-bottom: 1px solid #bbb;
}

/**

.content h2:after{content:"";display:block;border-bottom:1px solid #bbb;margin-top:2px;position:absolute;width:95%;max-width: 620px;}

**/
.content p img {
  text-indent: 0;
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}

.content img {
  display: block !important;
  margin: 10px auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.content a {
  color: #d90000;
}

.content a:hover {
  text-decoration: underline;
}

.content h2 a {
  color: #333;
  text-decoration: underline;
}

.content h2 a:hover {
  color: #d90000;
}

.content iframe {
  text-indent: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 35vh !important;
}

.bd {
  padding: 0;
  background: #fff;
}

.scroll_x {
  width: 90vw !important;
  max-width: 9999px !important;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: scroll;
  position: absolute;
  left: 0;
  top: 0;
}

.scroll_x_ctet {
  width: 89vw;
  height: 55px;
  overflow-x: scroll !important; /*添加横向滚动条*/
  white-space: nowrap !important; /*不换行*/
  overflow-y: hidden;
}

.scroll_x_ctet > div {
  float: left;
}

.scroll_x > div {
  padding-right: 2vw;
  width: 90vw;
}

.head_opt_area > div:nth-child(1) {
  width: 90%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  position: relative;
}

.head_opt_area > div:nth-child(1) > div {
  font-size: 0.9rem;
  padding: 0 10px;
}

.head_opt_area > div:nth-child(2) {
  width: 10%;
  text-align: right;
  padding-right: 11px;
  position: relative;
  z-index: 99999;
  background-color: #fff;
}

.head_opt_area > div:nth-child(2) i {
  font-size: 1.9rem;
  /* padding-left: 7px; */
}

.head_opt_area {
  width: 100vw;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.slide_opt {
  max-width: 16vw !important;
  min-width: 8px;
  text-align: center;
  width: auto !important;
  margin-right: 10px;
}

#indus_menu {
  height: 40vw;
}

.icon-back,
.icon-close-narrow,
.icon-nav,
.icon-menu,
.icon-close {
  cursor: pointer;
}

.box_search button {
  cursor: pointer;
}

#contentText {
  max-width: 100vw;
}

#contentText > p {
  max-width: 100vw;
}

.newslist #contentText li {
  height: auto;
  padding: 0;
  border: none;
}

.ico_png {
  position: relative;
}

.ico_png img {
  /* width: 1rem !important; */
  width: auto !important;
  height: 1.2rem !important;
  border-radius: 0 !important;
  margin-top: -0.2rem;
}

#jrts_code {
  position: absolute;
  /* right: -8vw; */
  right: 61px;
  top: 0;
  overflow: hidden;
  height: 20vh;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

#jrts_code.active {
  visibility: visible;
  opacity: 1;
  /* height: 34vh !important; */
}

#jrts_code img {
  height: 100%;
  border-radius: 0;
}

.code_close {
  font-size: 0.4rem;
  text-align: center;
  color: red;
  font-weight: bold;
}

.gadget {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999999;
}

.fixLink {
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e8e1e1;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: relative;
}

.fixLink:hover {
  background-color: rgb(223, 223, 223);
}

.fixLink a,
.fixLink label {
  display: block;
  color: #1296db;
  cursor: pointer;
  font-weight: 400;
}

.fixLink img {
  /* width: 25px; */
  height: 25px;
}

#ai-btn:checked ~ #jrts_code {
  visibility: visible;
  opacity: 1;
}

#ai-btn {
  display: none;
}

#returnTop {
  display: none;
}

a:hover {
  text-decoration: none;
}

.msg-container {
  display: none;
  width: 240px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #EDEDED;
  border-radius: 5px 5px 5px 0;
  z-index: 9999;
  color: #666;
}

.msg-header {
  background-color: #5882ED;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.msg-header h5 {
  margin: 0;
}

.msg-conter {
  padding: 15px;
}

.margint10 {
  margin-top: 10px;
}

.msg-container .btn-primary {
  width: 90px;
  background-color: #5882ED;
  outline: none;
}

.msg-container .btn-primary:active {
  outline: none;
}

.close {
  opacity: 1;
  float: right;
}

.close-1, .close-2 {
  width: 20px;
  border-radius: 2px;
  border: 2px solid #fff;
}

.close-1 {
  height: 12px;
  z-index: 999;
  margin-top: 4px;
}

.close-2 {
  height: 2px;
  margin-top: 8px;
  display: none;
}

.msg-conter-phone {
  margin: 10px 0;
}

.tips-border {
  border: 1px solid #f00;
  border-radius: 5px;
}

.alert-success {
  position: fixed;
  top: 70%;
  left: 30%;
  right: 30%;
  display: none;
}

.msg-conter .tips {
  color: #f00;
  display: none;
}

#msg-form .form-group {
  margin-bottom: 0;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.subnews {
  height: 3rem;
  margin-bottom: 15px;
  width: var(--content-width);
  margin-left: var(--content-margin-side);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}

.subnews .subnews_item {
  display: block;
  height: 100%;
  width: calc(50% - 6px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.subnews_item_title {
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 4px;
}

.subnews_item_title > div {
  /* height: 45px; */
  width: 100%;
  font-size: 0.38rem;
  overflow: hidden;
  word-break: break-all;
  overflow: hidden;
  color: #000;
  display: -webkit-box;
  line-height: 21px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* border-radius: 0 0 4px 4px; */
}

.train-list {
  background-color: #000;
  border-radius: 20px 20px 0 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(#000)), url(/static/img/train_bg_mobile.png);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #000), url(/static/img/train_bg_mobile.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.train-list h1 {
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 15px;
}

.train-list h1 img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  height: 1.5rem;
}

.train-list-banner {
  display: block;
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-radius: 12px;
  background-image: url(/static/img/video_banner.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.train-list > ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  display: block;
  position: relative;
}
.train-list > ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border: 1px solid #ccc;
  padding: 0;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px;
}
.train-list > ul li.small {
  height: 160px;
}
.train-list > ul li.big {
  height: 281px;
}
.train-list > ul .data-item-waterfall {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: unset;
  border: none;
  border-radius: none;
}
.train-list > ul .data-item-waterfall .video_pic {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.train-list > ul .data-item-waterfall .video_pic_ope {
  width: 100%;
  left: 0;
  color: #fff;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  font-size: 0.35rem;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 8px;
}
.train-list > ul .data-item-waterfall .video_pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.train-list > ul .data-item-waterfall .video_pic .play-btn i {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -48%);
          transform: translate(-45%, -48%);
}
.train-list > ul .data-item-waterfall .video_pic .play-btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.train-list > ul .data-item-waterfall .video_pic .play-btn:hover i {
  color: var(--primary-color-hover);
}
.train-list > ul .data-item-waterfall .video_pic .play-btn:active {
  background-color: rgba(255, 255, 255, 0.65);
}
.train-list > ul .data-item-waterfall .video_pic .play-btn:active i {
  color: var(--primary-color-hover);
}
.train-list > ul .data-item-waterfall .info {
  height: 40px;
  margin-top: 5px;
  padding: 3px 2px;
  overflow: hidden;
  line-height: 18px;
  font-size: 0.37rem;
  position: relative;
}
.train-list > ul .data-item-waterfall .info a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  display: inline-block;
  height: auto;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.train-list > ul .data-item-waterfall .info a:hover {
  color: var(--primary-color-hover);
}
.train-list > ul .data-item-waterfall .info a:active {
  color: var(--primary-color-active);
}

.tr_ctet_menu.mobile {
  margin-top: 20px;
  margin-bottom: 30px;
}
.tr_ctet_menu.mobile > a > div {
  font-size: 0.44rem;
}

.co_panel.mobile {
  padding: 0 var(--content-margin-side);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  flex-wrap: wrap;
}
.co_panel.mobile > div.data-item {
  width: calc(50% - var(--content-margin-side));
  height: 150px;
  margin-right: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.co_panel.mobile .co_panel_img {
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.co_panel.mobile .co_panel_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.co_panel.mobile .co_panel_img a img {
  width: 100%;
  height: 100%;
}
.co_panel.mobile .co_panel_info {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: 0.9rem;
  font-size: 0.37rem;
  line-height: 0.9rem;
  display: block;
}
.co_panel.mobile .co_panel_info .co_panel_info_title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.co_panel.mobile .co_panel_info a {
  font-size: 0.39rem;
}
.co_panel.mobile .co_panel_info a:hover {
  color: var(--primary-color-hover);
}
.co_panel.mobile .co_panel_info a:active {
  color: var(--primary-color-active);
}

.page.loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -50px;
  height: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/static/img/loading.gif);
  background-position: calc(50% - 10px) 0;
  background-size: 50px auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_exhi {
  margin-bottom: 50px;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--content-margin-side);
}
.list_exhi > div {
  width: calc(50% - 5px);
  height: 60px;
  text-align: center;
  border: 1px solid #acacac;
  margin-bottom: 13px;
}
.list_exhi > div img {
  height: 100%;
}

.coopcompany-img {
  height: 250px;
  width: var(--content-width);
  margin-left: var(--content-margin-side);
}
.coopcompany-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.detail-author {
  font-size: 0.42rem;
  color: #999;
  font-size: 0.37rem;
  padding-left: 10px;
  margin: 7px 0;
}

.book_show {
  width: var(--content-width);
  margin-left: var(--content-margin-side);
  height: 200px;
}
.book_show .book_show_left {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 34%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 195px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 4px 0;
}
.book_show .book_show_left .book_show_left_cover {
  height: 80%;
  width: 80%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.book_show .book_show_left .book_show_left_cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.book_show .book_show_left .book_show_left_title {
  font-size: 0.37rem;
  width: 100%;
}
.book_show .book_show_right {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 195px;
  margin-left: 15px;
  background-position: -83px 197px;
  background-size: 162%;
}
.book_show .book_show_right .tip {
  font-size: 0.44rem;
}
.book_show .book_show_right .tip2 {
  max-width: 90%;
  font-size: 0.41rem;
}

.book-catalog {
  margin-top: 20px;
}
.book-catalog > h1 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 0.5rem;
  font-weight: bold;
}

.book_list_ul.mobile li {
  height: 40px;
  padding: 0 0 0 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book_list_ul.mobile li a {
  position: inherit;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 40px;
  font-size: 0.37rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book_list_ul.mobile li a:first-child {
  min-width: 70%;
  max-width: 70%;
}
.book_list_ul.mobile li::before {
  left: 20px;
}

.book_intro_basic {
  padding: 8px;
  width: 100%;
}

.main-book {
  position: relative;
}

.book_intro_desc ._intro_desc_ctet {
  -webkit-line-clamp: 7;
}

.book_intro_desc {
  margin-bottom: 20px;
}

.book_intro_desc {
  margin-top: 20px;
}

.book_intro_basic,
.book_intro_desc {
  height: auto;
}

.catalog.mobile {
  -webkit-transform: unset;
          transform: unset;
  z-index: 10;
  position: fixed;
  top: 3.4rem;
  left: 6px;
}

.catalog_list.mobile {
  position: fixed;
  top: calc(3.4rem + 70px);
  left: 12px;
  z-index: 12;
  width: calc(100vw - 23px);
}
.catalog_list.mobile .book_list_ul li a {
  font-size: 0.37rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}