@charset "UTF-8";

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
li,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

body,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', '微软雅黑', Tahoma, Geneva, sans-serif;
}

input {
  border-width: 0;
}

input:focus {
  outline-width: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border-width: 0;
  background-color: transparent;
  outline: 0;
}

button:focus {
  outline: 0;
}

div:focus {
  outline: 0;
}

cite,
em,
i {
  font-style: normal;
}

a,
a:link {
  text-decoration: none;
}

h1,
h2,
h3,
p {
  word-break: break-all;
}

.row {
  margin: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.comment-conent .name-box .tunmk-num::after,
.comment-conent .user-icon,
.comment-form .user-icon,
.isIcon {
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

.logo {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
}
.logo img {
  width: 110px;
}

.fixed:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.notice-top {
  background: url(../img/notice-top.png) no-repeat center;
}

.notice-top .row {
  height: 40px;
}

.notice-top p {
  color: #fff;
  position: absolute;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.notice-top p img {
  margin-right: 20px;
}

.icon-box {
  width: 35px;
  height: 16px;
  position: absolute;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: url(../img/icon.png) no-repeat -264px 1px;
  right: 0;
  top: 44px;
}

.no-data {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 100px 0;
}

.index-left {
  width: 860px;
  float: left;
  margin-top: 20px;
}

.index-left .news-title-block {
  /* margin-right: 30px */
}

.index-right {
  width: 300px;
  float: right;
  margin-top: 20px;
  position: sticky;
  top: 0;
}

.ad-swiper {
  position: relative;
}

.ad-swiper:hover > a.arrow-left,
.ad-swiper:hover > a.arrow-right {
  display: block;
}

.ad-swiper .arrow-left {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  display: none;
  width: 36px;
  height: 36px;
  left: 10px;
  margin-top: -14px;
  background: url(../img/swiper-lr.png) no-repeat 0 -44px;
  top: 50%;
}

.ad-swiper .arrow-right {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 10px;
  display: none;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -14px;
  background: url(../img/swiper-lr.png) no-repeat 0 0;
}

.ad-swiper .swiper-slide {
  height: auto !important;
  width: 300px;
}

.ad-swiper img {
  width: 100%;
}

.swiper-scrollbar {
  height: 4px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.swiper-scrollbar-drag {
  background-color: #59C0E1;
  border-radius: 0;
}

.index-banner-right {
  overflow: hidden;
  height: 300px;
}

.index-banner-right a.swiper-slide {
  position: relative;
}

.index-banner-right a.swiper-slide .icon-box {
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  height: 20px;
  line-height: 20px;
  color: #fff;
  width: 36px;
  text-align: center;
}

.out-link-line {
  margin-top: 70px;
  width: 100%;
  position: relative;
}

.out-link-line .link-title-name {
  float: left;
  font-size: 18px;
  color: #333;
  padding-bottom: 6px;
  border-bottom: #59C0E1 2px solid;
}

.out-link-line .link-title-name::after {
  position: absolute;
  content: ' ';
  width: 1120px;
  height: 1px;
  background-color: #d4d4d4;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.link-ul {
  padding: 20px 0;
}

.link-ul li {
  display: inline-block;
  width: 160px;
  line-height: 30px;
}

.link-ul li a {
  font-size: 14px;
  color: #666;
}

.link-ul li a:hover {
  color: #f0ba00;
}

.ping-lun {
  width: 680px;
  margin-top: 56px;
}

.video-pinglun .comment-form {
  margin-top: 20px;
}

.comment-form {
  padding-top: 32px;
}

.comment-form .user-icon {
  float: left;
  height: 48px;
  width: 48px;
  background-position: -621px 0;
}

.comment-form textarea {
  float: left;
  border: 1px solid #e9e9e9;
  width: 574px;
  margin-left: 24px;
  font-size: 16px;
  padding: 16px;
  outline: 0;
  color: #333;
  line-height: 26px;
  height: 120px;
}

.comment-form textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

.comment-form textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

.comment-form textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

.comment-form textarea::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}

.comment-form .comment-btn {
  width: 640px;
  text-align: left;
  margin-left: 72px;
}

.comment-form .comment-btn .tips {
  color: #fa6143;
  margin-left: 10px;
}

.comment-form button {
  display: inline-block;
  width: 96px;
  height: 40px;
  background-color: #f0f0f0;
  color: #999;
  margin: 16px 0 0 0;
}

.comment-form button.active {
  background-color: #59C0E1;
  color: #222;
}

.istitle-left {
  position: relative;
  width: 100%;
}

.istitle-left h2 {
  padding-bottom: 6px;
  font-size: 24px;
  color: #333;
  float: left;
  border-bottom: #59C0E1 2px solid;
}

.istitle-left h2::after {
  position: absolute;
  content: ' ';
  width: 568px;
  height: 1px;
  background-color: #d4d4d4;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.istitle-left h2.hasComment::after {
  width: 630px;
}

.related-introduction-box .istitle-left h2::after {
  width: 582px;
}

.is-research .related-introduction-box .istitle-left h2::after {
  width: 908px;
}

.info-content-box .comment-conent:last-child {
  border-bottom-width: 0;
}

.info-content-box .comment-conent:first-child {
  margin-top: 40px;
}

.comment-conent {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 32px;
}

.comment-conent .user-icon {
  float: left;
  height: 48px;
  width: 48px;
  background-position: -621px 0;
}

.comment-conent .conent-box {
  float: right;
  width: 608px;
}

.comment-conent .conent-box p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 8px 0 32px 0;
}

.comment-conent .name-box {
  line-height: 24px;
}

.comment-conent .name-box span {
  display: inline-block;
}

.comment-conent .name-box .tunmk-num {
  float: right;
  color: #a0a0a0;
  font-size: 14px;
  padding-right: 24px;
  position: relative;
}

.comment-conent .name-box .tunmk-num::after {
  position: absolute;
  content: '';
  width: 16px;
  right: 0;
  height: 16px;
  top: 2px;
  background-image: url(../img/ico_laud_gray.png);
}

.comment-conent .name-box .tunmk-num.active {
  color: #666;
}

.comment-conent .name-box .tunmk-num.active::after {
  background-image: url(../img/ico_laud_select.png);
}

.comment-conent .user-name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.comment-conent .time {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

.comment-conent:last-child .conent-box p {
  padding-bottom: 0;
}

.right-title-box {
  line-height: 30px;
}

.right-title-box.more {
  position: relative;
  line-height: 27px;
}

.right-title-box.more h2 {
  width: 220px;
}

.right-title-box.more h2::before {
  height: 48px;
  top: 4px;
}

.right-title-box.more a {
  position: absolute;
  bottom: 0;
  right: 0;
}

.right-title-box h2 {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.right-title-box h2::before {
  position: absolute;
  content: '';
  height: 20px;
  left: 0;
  top: 6px;
  border-left: 3px solid #59C0E1;
}

.right-title-box a {
  font-size: 14px;
  float: right;
  color: #3b9ad6;
}

.hot-article-box {
  margin-bottom: 40px;
}

.hot-article-box .right-title-box {
  margin-bottom: 20px;
}

.hot-article-box.djxl_hotwz {
  margin-bottom: 0;
}

.hot-article-box .hot-article-block {
  display: block;
  margin-bottom: 16px;
}

.hot-article-box .hot-article-block img {
  width: 115px;
  height: 80px;
}

.hot-article-box .acticle-title {
  position: relative;
  width: 170px;
  height: 80px;
  float: right;
}

.hot-article-box .acticle-title h2 {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 19px;
  margin-top: 4px;
}

.hot-article-box .acticle-title p {
  position: absolute;
  top: 49px;
  font-size: 14px;
  color: #999;
}

.column-arrow {
  display: block;
  margin: 0 auto 10px auto;
}

.column-left {
  position: relative;
  margin: 44px 0 16px 0;
}

.column-left .column-bg {
  position: absolute;
  top: -23px;
  left: 0;
}

.column-author-block {
  position: relative;
  z-index: 3;
  min-height: 152px;
}

.column-author-block .colume-img {
  position: absolute;
  height: 156px;
  width: 156px;
  top: -20px;
  left: 16px;
  overflow: hidden;
}

.column-author-block .colume-img > img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 8px 0 0 8px;
}

.column-author-block .author-recommend {
  width: 468px;
  float: right;
  margin-right: 24px;
  margin-top: 16px;
}

.column-author-block .author-recommend h2 {
  font-size: 20px;
  color: #333;
  float: left;
}

.column-author-block .author-recommend .data-num-box {
  float: right;
  line-height: 30px;
  height: 30px;
  position: relative;
}

.column-author-block .author-recommend .data-num-box span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.column-author-block .author-recommend .data-num-box span.wz-icon {
  position: relative;
  top: 3px;
  height: 16px;
  margin-right: 6px;
  width: 16px;
  background: url(../img/column-icon.png) no-repeat 0 -17px;
}

.column-author-block .author-recommend .data-num-box span.pl-icon {
  position: relative;
  top: 3px;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  margin-left: 24px;
  background: url(../img/column-icon.png) no-repeat -20px -17px;
}

.column-author-block .author-recommend .data-num-box span.isnum {
  color: #333;
  margin-left: 10px;
}

.column-author-block .author-recommend p {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.tougao-btn {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  background: url(../img/icon.png) no-repeat 0 -445px;
}

.author-list {
  margin-top: 20px;
}

.author-list ul {
  background-color: #fafafb;
  padding: 16px 0;
  border-radius: 4px;
}

.author-list li {
  width: 149px;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.author-list li a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.author-list li a:hover p {
  color: #f0ba00;
}

.author-list li a p {
  font-size: 14px;
  color: #999;
  height: 40px;
  margin-top: 20px;
}

.author-list li a img {
  border: 4px solid #fff;
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 57px;
}

.related-introduction-box {
  padding-top: 80px;
}

.related-introduction-box ul {
  margin-top: 28px;
}

.related-introduction-box ul li {
  float: left;
  width: 207px;
  margin-left: 29px;
}

.related-introduction-box ul li a {
  display: inline-block;
}

.related-introduction-box ul li .img-box {
  text-align: center;
}

.related-introduction-box ul li:first-child {
  margin-left: 0;
}

.related-introduction-box ul li img {
  width: 207px;
  height: 144px;
}

.related-introduction-box ul li h3 {
  font-size: 16px;
  color: #222;
  margin-top: 8px;
  line-height: 21px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-introduction-box ul li time {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #888;
  line-height: 19px;
  padding-top: 8px;
}

.page-box {
  text-align: center;
  color: #999;
  padding: 40px 0 50px 0;
  font-size: 0;
}

.page-box.pagination-box-list {
  padding: 56px 0 0 0;
}

.page-box .page a {
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
  width: 32px;
  color: #999;
  margin: 0 10px;
}

.page-box .page a:hover {
  border-radius: 16px;
  color: #59C0E1;
  background-color: #222;
}

.page-box .page span.active {
  font-size: 14px;
  display: inline-block;
  border-radius: 16px;
  line-height: 32px;
  width: 32px;
  color: #59C0E1;
  background-color: #222;
  margin: 0 10px;
}

.page-box .page a.prev {
  vertical-align: top;
  font-size: 0;
  background: url(../img/btn_page_left%401x.png) no-repeat;
}

.page-box .page a.prev:hover {
  background: url(../img/btn_page_left_crossed%401x.png) no-repeat;
}

.page-box .page a.next {
  vertical-align: top;
  font-size: 0;
  background: url(../img/btn_page_right%401x.png) no-repeat;
}

.page-box .page a.next:hover {
  background: url(../img/btn_page_right_crossed%401x.png) no-repeat;
}

.page-box .page input.jump-ipt {
  display: none;
  line-height: 30px;
  height: 30px;
  border: 1px solid #e8edee;
  width: 50px;
  text-align: center;
  margin-left: 10px;
}

.page-box .page .jump-btn {
  display: none;
  border: 1px solid #e8edee;
  color: #999;
  padding: 0 8px;
}

.page-box .page .jump-btn:hover {
  border-radius: 0;
}

.error_box {
  text-align: center;
  padding: 30px 0;
}

.error_box p {
  margin-bottom: 40px;
  font-size: 20px;
  color: #333;
}

.error_box a {
  background-color: #3c9ad7;
  padding: 16px 26px;
  color: #fff;
}

.sina-gz {
  cursor: pointer;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.sina-gz img {
  width: 20px;
}

.sina-gz:hover .sina-share {
  display: block;
}

.sina-gz .sina-share {
  display: none;
  position: absolute;
  top: 3px;
  left: 20px;
  padding-left: 20px;
}

.out-article {
  position: relative;
  width: 680px;
}

.out-article .js-article ul li {
  list-style-type: disc;
}

.out-article .new-app {
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 3;
  width: 870px;
  height: 48px;
  background-color: #31343f;
}

.out-article .new-app .left {
  float: left;
  line-height: 48px;
}

.out-article .new-app .left img {
  width: 28px;
  margin: 0 6px 0 200px;
}

.out-article .new-app .left span {
  font-size: 14px;
  color: #fff;
}

.out-article .new-app .right {
  float: right;
  margin-right: 200px;
  position: relative;
  padding-top: 12px;
  cursor: pointer;
}

.out-article .new-app .right:hover .app-box-er {
  display: block;
}

.out-article .new-app .right .btn-er {
  line-height: 24px;
  font-size: 13px;
  color: #222;
  background-color: #fedc00;
  border-radius: 12px;
  height: 24px;
  padding: 0 12px;
  display: inline-block;
}

.out-article .new-app .right .app-box-er {
  display: none;
  background: url(../img/Information_bg_qrcode_app.png) no-repeat;
  width: 100px;
  height: 128px;
  position: absolute;
  z-index: 5;
  top: -128px;
}

.out-article .new-app .right .app-box-er img {
  margin: 4px;
  width: 90px;
}

.out-article .new-app .right .app-box-er p {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: -5px;
}

.app-line {
  height: 1px;
  background-color: #d4d4d4;
  margin: 40px 0 20px 0;
}

.live-recommend.no-topheight,
.white-book-box.no-topheight {
  margin-top: 0;
}

.node-menu {
  margin-top: 20px;
  width: 890px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0;
}

.node-menu li {
  display: inline-block;
}

.node-menu li a {
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 14px;
  color: #828a92;
}

.node-menu li a:hover {
  color: #59C0E1;
  background-color: #434754;
}

.node-menu li a.active {
  color: #59C0E1;
  background-color: #434754;
}

.video-recommend {
  padding-top: 45px;
  padding-bottom: 0;
}

.video-recommend .istitle-left h2::after {
  width: 1098px;
}

.video-recommend ul li {
  width: 224px;
  margin-left: 20px;
  position: relative;
}

.video-recommend ul li img {
  width: 100%;
  height: 130px;
}

.video-recommend ul li h3 {
  font-size: 14px;
  color: #484848;
  height: 40px;
  font-weight: 400;
}

.video-recommend ul li time {
  position: absolute;
  border-radius: 16px;
  background-color: rgba(34, 34, 34, 0.6);
  padding: 2px 4px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
  top: 90px;
  right: 15px;
}

.video-pinglun {
  margin-top: 60px;
}

.video-pinglun .istitle-left h2::after {
  width: 1086px;
}

.video-pinglun .istitle-left h2.hasComment::after {
  width: 1148px;
}

.video-pinglun .conent-box {
  width: 1126px;
}

.video-pinglun .conent-box p {
  padding-bottom: 32px;
}

.video-pinglun .comment-form textarea {
  float: right;
  width: 1096px;
}

.video-pinglun .comment-form .comment-btn {
  width: auto;
}

.out-lds {
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
}

.out-lds .lds-facebook > img.live-icon {
  width: 100%;
  height: 90%;
}

.lds-facebook {
  display: inline-flex;
  line-height: normal;
  float: left;
  position: relative;
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.lds-facebook div {
  margin-top: 10px;
  position: absolute;
  transform: translate(0, -50%);
  width: 3px;
  border-radius: 2px;
  background: #454545;
  animation: lds-facebook 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  animation: lds-facebookF 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.1s;
}

.lds-facebook div:nth-child(2) {
  left: 7px;
  animation: lds-facebookS 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(3) {
  left: 15px;
  animation-delay: 0;
}

@keyframes lds-facebookF {
  0% {
    height: 10px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 20px;
  }
}

@keyframes lds-facebook {
  0% {
    height: 20px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 10px;
  }
}

@keyframes lds-facebookS {
  0% {
    height: 20px;
  }

  50% {
    height: 12px;
  }

  100% {
    height: 4px;
  }
}

.min-lds .lds-facebook {
  height: 18px;
  width: 16px;
}

.min-lds .lds-facebook div {
  width: 2px;
  margin-top: 9px;
  animation: min-facebook 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.min-lds .lds-facebook div:nth-child(1) {
  animation: min-facebookF 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.1s;
}

.min-lds .lds-facebook div:nth-child(2) {
  left: 5px;
  animation: min-facebookS 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.24s;
}

.min-lds .lds-facebook div:nth-child(3) {
  left: 10px;
  animation-delay: 0;
}

@keyframes min-facebookF {
  0% {
    height: 4px;
  }

  50% {
    height: 8px;
  }

  100% {
    height: 12px;
  }
}

@keyframes min-facebook {
  0% {
    height: 12px;
  }

  50% {
    height: 8px;
  }

  100% {
    height: 4px;
  }
}

@keyframes min-facebookS {
  0% {
    height: 12px;
  }

  50% {
    height: 8px;
  }

  100% {
    height: 4px;
  }
}

.search-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.97);
  top: 0;
  left: 0;
}

.search-mask .search-close {
  text-align: right;
  margin-top: 80px;
}

.search-mask .search-close img {
  width: 48px;
  cursor: pointer;
}

.search-mask .sib {
  margin: 100px auto;
  width: 722px;
  position: relative;
}

.search-mask .sib .resSearch {
  position: absolute;
  width: 720px;
  z-index: 10;
  background-color: #f5f5f5;
  border: 0 0 4px 4px;
  display: none;
  top: 32px;
  padding-top: 36px;
  border-radius: 0 0 44px 44px;
  overflow: hidden;
}

.search-mask .sib .resSearch a {
  display: block;
  padding: 0 32px;
  font-size: 20px;
  line-height: 50px;
  color: #222;
  cursor: pointer;
}

.search-mask .sib .resSearch a:hover {
  background-color: #ddd;
}

.search-mask .search-input-btn {
  width: 720px;
  height: 64px;
  margin: 0 auto;
  border-radius: 44px;
  border: 1px solid #222;
  background-color: #fff;
  font-size: 0;
  position: relative;
  z-index: 11;
}

.search-mask .search-input-btn .search-input {
  height: 32px;
  background-color: rgba(255, 255, 255, 0);
  margin: 16px 0 16px 32px;
  font-size: 24px;
  color: #222;
  line-height: 32px;
  width: 556px;
}

.search-mask .search-input-btn .search-btn {
  float: right;
  width: 96px;
  height: 56px;
  background: #ffdc00;
  border-radius: 30px;
  margin: 4px 4px 4px 0;
}

.kx-wx-share {
  position: absolute;
  display: none;
  width: 268px;
  height: 127px;
  background: url(../img/bg_wechat_qrcode.png) no-repeat;
  font-size: 0;
  top: -118px;
  left: -37px;
  z-index: 4;
}

.kx-wx-share .kx-wx-qrcode {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin: 22px 12px 0 24px;
}

.kx-wx-share .kx-wx-qrcode > img {
  width: 100% !important;
  margin-left: 0 !important;
}

.kx-wx-share p {
  display: inline-block;
  width: 140px;
  font-size: 13px;
  color: #484848;
  line-height: 20px;
  vertical-align: top;
  margin-top: 28px;
}

.common-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.97);
  top: 0;
  left: 0;
}

.common-mask .common-cb {
  position: absolute;
  top: 0;
  width: 1000px;
  margin-left: -500px;
  left: 50%;
  z-index: 3;
}

.common-mask .mask-scroll {
  position: relative;
}

.common-mask .container {
  width: 1000px;
}

.common-mask .modal_box {
  position: relative;
}

.common-mask .common-close {
  text-align: right;
  margin-top: 80px;
  position: absolute;
  right: -100px;
  top: 0;
}

.common-mask .common-close img {
  width: 48px;
  cursor: pointer;
}

.purchase_box {
  padding: 160px 261px 0 261px;
}

.purchase_box h2 {
  font-size: 28px;
  color: #333;
  line-height: 37px;
  margin-bottom: 32px;
  font-weight: 400;
}

.purchase_box .form-input {
  font-size: 0;
  margin-bottom: 20px;
}

.purchase_box .form-input.error {
  position: relative;
}

.purchase_box .form-input.error input,
.purchase_box .form-input.error textarea {
  border-color: #ff5a00;
}

.purchase_box .form-input.error .error_text {
  font-size: 14px;
  color: #ff5a00;
  line-height: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

.purchase_box .form-input label {
  width: 64px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  color: #484848;
  line-height: 20px;
  margin-right: 12px;
}

.purchase_box .form-input label span {
  color: #ff5a00;
}

.purchase_box .form-input .purchase_input {
  width: 376px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 14px;
  color: #484848;
}

.purchase_box .form-input .purchase_input::placeholder {
  font-size: 14px;
  color: #bbb;
}

.purchase_box .form-input textarea.purchase_input {
  height: 120px;
  padding: 6px 12px;
  resize: none;
}

.purchase_box .form-input textarea.purchase_input:focus-visible {
  outline-width: 0;
}

.purchase_box .form-input.textarea_box label {
  vertical-align: top;
  margin-top: 6px;
}

.purchase_box .textarea_tj {
  font-size: 12px;
  color: #bbb;
  line-height: 20px;
  text-align: right;
}

.purchase_box .purchase_btn {
  width: 160px;
  height: 40px;
  background: #ffdc00;
  border-radius: 4px;
  font-size: 16px;
  color: #222;
  margin-left: 158px;
}

.hot_article_box {
  padding-top: 160px;
  padding-bottom: 120px;
}

.hot_article_box h2 {
  font-size: 28px;
  color: #333;
  line-height: 37px;
  font-weight: 400;
}

.hot_article_box ul {
  font-size: 0;
  margin-left: -20px;
  margin-top: 32px;
}

.hot_article_box ul li {
  display: inline-block;
  width: 320px;
  height: 120px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 0 20px 20px;
}

.hot_article_box ul li img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin: 24px 16px 0 28px;
  vertical-align: top;
}

.hot_article_box ul li .name_phone {
  display: inline-block;
  padding-top: 32px;
}

.hot_article_box ul li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 24px;
}

.hot_article_box ul li h3 span {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  background: #ffdc00;
  border-radius: 4px;
  font-size: 13px;
  color: #222;
  font-weight: 400;
  margin-left: 8px;
}

.hot_article_box ul li p {
  font-size: 15px;
  color: #484848;
  line-height: 20px;
}

.committee_ul {
  font-size: 0;
  margin-bottom: 40px;
}

.committee_ul li {
  margin-top: 20px;
}

.committee_ul li img {
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 16px;
}

.committee_ul li .committee_c {
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
}

.committee_ul li .committee_c h3 {
  font-size: 18px;
  color: #222;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

.committee_ul li .committee_c p {
  font-size: 13px;
  color: #888;
  line-height: 20px;
  margin-top: 4px;
}

.committee_ul li .committee_c p img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 2px;
  border-radius: 0;
}

.supplyChainNews_box {
  padding-bottom: 40px;
}

.supplyChainNews_ul {
  font-size: 0;
  margin-top: 20px;
  padding-bottom: 8px;
}

.supplyChainNews_ul li {
  margin-bottom: 16px;
}

.supplyChainNews_ul li img {
  width: 115px;
  height: 80px;
  vertical-align: top;
  margin-right: 16px;
}

.supplyChainNews_ul li .supplyChain_c {
  display: inline-block;
  vertical-align: top;
  width: 169px;
}

.supplyChainNews_ul li .supplyChain_c h3 {
  font-size: 16px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
}

.supplyChainNews_ul li .supplyChain_c p {
  font-size: 12px;
  color: #888;
  height: 36px;
  line-height: 18px;
  margin-top: 4px;
}

.supplyChainNews_ul li .supplyChain_c p.time {
  margin-top: 3px;
  height: 16px;
  line-height: 16px;
}

.min_page {
  position: relative;
}

.min_page .zl-page {
  text-align: center;
}

.min_page .zl-page-box {
  text-align: center;
}

.min_page .zl-page-list {
  display: inline-block;
}

.min_page .zl-page-list a {
  float: left;
  height: 24px;
  width: 24px;
  background: url(../img/zl-page.png) no-repeat 0 0;
  cursor: pointer;
  margin: 0 4px;
}

.min_page .zl-page-list span {
  color: #999;
  float: left;
  margin: 0 4px;
}

.min_page .zl-page-list .present {
  height: 22px;
  width: 22px;
  border: 1px solid #e8e8e8;
}

.min_page .zl-page-list .num {
  float: left;
  margin: 0 4px;
}

.min_page .zl-page-list a.start:hover {
  background-position: 0 -29px;
}

.min_page .zl-page-list .ban {
  width: 24px;
  height: 24px;
  background: url(../img/zl-page.png) no-repeat 0 0;
}

.min_page .zl-page-list a.pre {
  background-position: -58px 0;
}

.min_page .zl-page-list a.pre:hover {
  background-position: -58px -29px;
}

.min_page .zl-page-list a.next {
  background-position: -87px 0;
}

.min_page .zl-page-list a.next:hover {
  background-position: -87px -29px;
}

.min_page .zl-page-list a.end {
  background-position: -29px 0;
}

.min_page .zl-page-list a.end:hover {
  background-position: -29px -29px;
}

.min_page .zl-page-list .start.ban {
  background-position: 0 -59px;
}

.min_page .zl-page-list .pre.ban {
  background-position: -58px -59px;
}

.min_page .zl-page-list .next.ban {
  background-position: -87px -59px;
}

.min_page .zl-page-list .end.ban {
  background-position: -29px -59px;
}

.all-tips {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1201;
}

.all-tips .content-msg {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: #ffdc00;
  box-shadow: 0 2px 12px 0 rgba(255, 220, 0, 0.4);
  border-radius: 32px;
  padding: 12px 32px;
  color: #222;
  font-size: 16px;
}

.all-tips .content-msg.error {
  background-color: #ff5000;
  box-shadow: 0 2px 12px 0 rgba(255, 80, 0, 0.4);
}

.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 5px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 4px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}

.iScrollIndicator {
  position: absolute;
  box-sizing: border-box;
  border-radius: 8px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
  background: #555;
}

.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
  background: #555;
}

.topMenu,
header {
  background: #222;
  position: relative;
  z-index: 2;
}

.header-top {
  background-color: #222;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  display: inline-block;
}

.header-top li {
  display: inline-block;
  padding: 0 12px;
}

.header-top li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.header-search-btn {
  font-size: 16px;
  color: #fff;
  float: right;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.header-search-btn img {
  height: 24px;
  vertical-align: text-top;
  margin-right: 6px;
}

.menu-box {
  position: relative;
  border-top: 2px #3c404b solid;
}

.top-menu {
  position: relative;
}

.top-menu ul li {
  float: left;
}

.top-menu ul li a {
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-right: 108px;
}

.top-menu ul li .two-menu-list {
  position: relative;
}

.top-menu ul li .two-menu-list i {
  position: absolute;
  display: block;
  width: 16px;
  height: 8px;
  right: 0;
  margin-right: -20px;
  top: 22px;
  background: url(../img/icon.png) no-repeat -242px -60px;
}

.top-menu ul li .two-menu-box {
  position: absolute;
  z-index: 11;
  background-color: #2d2f3a;
  left: 0;
  top: 50px;
  width: 100%;
  display: none;
  text-align: center;
}

.top-menu ul li .two-menu-box .two-menu {
  display: inline-block;
}

.top-menu ul li .two-menu-box .two-menu li {
  float: none;
  background: url(../img/line.png) 0 70px no-repeat;
  display: inline-block;
  text-align: center;
}

.top-menu ul li .two-menu-box .two-menu li.active a .menu-icon {
  background: url(../img/icon-hover.png) no-repeat;
}

.top-menu ul li .two-menu-box .two-menu li.active h1 {
  color: #59C0E1;
}

.top-menu ul li .two-menu-box .two-menu li:hover a .menu-icon {
  background: url(../img/icon-hover.png) no-repeat;
}

.top-menu ul li .two-menu-box .two-menu li:hover h1 {
  color: #59C0E1;
}

.top-menu ul li .two-menu-box .two-menu li a {
  display: block;
  width: 280px;
  height: 168px;
  overflow: hidden;
  margin-right: 0;
}

.top-menu ul li .two-menu-box .two-menu li a .menu-icon {
  width: 100px;
  height: 48px;
  margin: 36px auto 0 auto;
  background: url(../img/icon.png) no-repeat;
}

.top-menu ul li .two-menu-box .two-menu li a h1 {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  line-height: 26px;
}

.top-menu ul li .two-menu-box .two-menu li a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.top-menu ul li .two-menu-box .two-menu li:first-child {
  background: 0 0;
}

.top-menu ul li:hover > a {
  color: #59C0E1;
  cursor: pointer;
}

.top-menu ul li:hover .two-menu-list {
  position: relative;
}

.top-menu ul li:hover .two-menu-list i {
  background: url(../img/icon.png) no-repeat -218px -60px;
}

.top-menu ul li.active a {
  color: #59C0E1;
  cursor: pointer;
}

.top-menu .meadin-seach {
  line-height: 30px;
  top: 10px;
  right: 0;
  position: absolute;
}

.top-menu .meadin-seach .js-select-box {
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  padding: 0 24px 0 8px;
  float: left;
  font-size: 14px;
  color: #fff;
  background-color: #31343f;
  position: relative;
  z-index: 10;
}

.top-menu .meadin-seach .js-select-box .icon-img {
  position: absolute;
  width: 16px;
  height: 8px;
  display: block;
  top: 12px;
  right: 6px;
  background: url(../img/icon.png) no-repeat -242px -60px;
}

.top-menu .meadin-seach .js-select-box:hover ul {
  display: block;
}

.top-menu .meadin-seach .js-select-box:hover ul li:hover {
  color: #59C0E1;
}

.top-menu .meadin-seach .js-select-box:hover .icon-img {
  background: url(../img/icon.png) no-repeat -218px -60px;
}

.top-menu .meadin-seach .js-select-box ul {
  display: none;
  position: absolute;
  width: 60px;
  left: 0;
  text-align: center;
  background-color: #31343f;
}

.top-menu .meadin-seach .js-select-box ul li {
  float: none;
  width: 100%;
}

.top-menu .meadin-seach .js-select-box ul li:hover {
  background-color: #31343f;
  cursor: pointer;
}

.top-menu .meadin-seach .resSearch {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border: 0 0 4px 4px;
  box-shadow: 0 8px 20px 8px rgba(0, 19, 82, 0.08);
  display: none;
}

.top-menu .meadin-seach .resSearch a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  cursor: pointer;
}

.top-menu .meadin-seach .resSearch a:hover {
  background-color: #f2f2f2;
}

.top-menu .meadin-seach .search-input {
  padding-left: 16px;
  width: 200px;
  margin-right: 30px;
  background: #31343f;
  color: #59C0E1;
  font-size: 16px;
}

.top-menu .meadin-seach .search-btn {
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer;
  background: url(../img/icon.png) no-repeat -138px -29px;
  width: 20px;
  height: 20px;
}

.top-menu .meadin-seach .menu-close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  top: 5px;
  right: 30px;
  display: none;
  cursor: pointer;
}

.top-menu .meadin-seach .menu-close-icon img {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

body {
  position: relative;
}

.left-img-box .video-icon,
.top-img .top-line-left .video-icon,
.top-img .top-line-right .video-icon,
.video-play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../img/video-play.png) no-repeat;
}

.left-menu-box {
  top: 200px;
  display: none;
  margin-left: -130px;
  z-index: 10;
  position: fixed;
  width: 80px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px 1px #d4d4d4;
  border-radius: 4px;
  overflow: hidden;
}

.left-menu-box li {
  cursor: pointer;
  padding: 8px 0;
}

.left-menu-box li:hover {
  background-color: #434754;
}

.left-menu-box li:hover p {
  font-weight: bolder;
  color: #59C0E1;
}

.left-menu-box li:hover p::after {
  border-bottom-color: #434754;
}

.left-menu-box li:hover .left-icon {
  background: no-repeat -12px -12px;
}

.left-menu-box li.active {
  background-color: #434754;
}

.left-menu-box li.active p {
  color: #59C0E1;
}

.left-menu-box li.active p::after {
  border-bottom-color: #434754;
}

.left-menu-box li.active .left-icon {
  background: no-repeat -12px -12px;
}

.left-menu-box .left-icon {
  margin: 0 auto;
  height: 26px;
  width: 26px;
  background: no-repeat -62px -12px;
}

.left-menu-box p {
  font-size: 14px;
  color: #666;
  position: relative;
}

.left-menu-box p::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #d5d5d5;
  width: 20px;
  left: 30px;
  bottom: -8px;
}

.left-menu-box li:last-child p::after {
  border-bottom-width: 0;
}

.left-menu-box.no-fixed-menu {
  position: static;
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  width: 100%;
  text-align: left;
  border-radius: 0;
  font-size: 0;
  border-bottom: 1px solid #e9e9e9;
}

.left-menu-box.no-fixed-menu li {
  display: inline-block;
  width: 78px;
  text-align: center;
  padding: 14px 0;
}

.left-menu-box.no-fixed-menu li:hover p {
  color: #59C0E1;
}

.left-menu-box.no-fixed-menu li p {
  font-size: 18px;
  color: #828a92;
}

.left-menu-box.no-fixed-menu li p::after {
  border-bottom-width: 0;
}

.left-menu-box.no-fixed-menu li.active p {
  font-weight: bolder;
  color: #59C0E1;
}

.left-menu-box.no-fixed-menu .left-icon {
  display: none;
}

.fixedLeftMenu .no-fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: #31343f;
}

.fixedLeftMenu .no-fixed-menu ul {
  transform: translateZ(0);
  display: inline-block;
}

.fixedLeftMenu .no-fixed-menu ul li {
  color: #fff;
}

.fixedLeftMenu .no-fixed-menu ul li p {
  color: #fff;
}

.fixedLeftMenu .no-fixed-menu ul li:hover p {
  color: #59C0E1;
}

.fixedLeftMenu .no-fixed-menu ul li.active {
  color: #59C0E1;
}

.fixedLeftMenu .no-fixed-menu ul li.active p {
  color: #59C0E1;
}

.top—line {
  display: block;
  box-shadow: 0 8px 20px 8px rgba(0, 19, 82, 0.08);
  width: 100%;
  text-align: center;
}

.top—line .top-line-icon {
  float: left;
  height: 70px;
  width: 70px;
  background: url(../img/icon.png) no-repeat -60px 0;
  box-shadow: 0 8px 20px 4px rgba(0, 19, 82, 0.08);
}

.top—line .top-line-icon p {
  font-size: 14px;
  padding-top: 46px;
  color: #333;
}

.top—line h1 {
  float: left;
  line-height: 70px;
  font-size: 24px;
  color: #333;
  margin-left: 20px;
}

.top-img {
  margin-bottom: 40px;
}

.top-img .top-line-left {
  display: block;
  position: relative;
  float: left;
  width: 446px;
  height: 300px;
  overflow: hidden;
}

.top-img .top-line-left img {
  vertical-align: middle;
  height: 300px;
  width: 446px;
}

.top-img .top-line-left h3 {
  color: #fff;
  margin: 0 20px;
  position: absolute;
  bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.top-img .top-line-left .mask-left {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  height: 200px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}

.sec_right {
  float: right;
  width: 390px;
}

.top-img .top-line-right {
  display: block;
  position: relative;
  float: left;
  width: 48%;
  height: 144px;
  overflow: hidden;
  margin-bottom: 12px;
}

.top-img .top-line-right:nth-child(2n) {
  float: right;
}

.top-img .top-line-right h3 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin: 0 12px;
  position: absolute;
  bottom: 12px;
  font-weight: 400;
}

.top-img .top-line-right .mask-right {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}

.top-img .top-line-right img {
  position: relative;
  width: 240px;
  height: 144px;
}

.baodao-btn {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  background: url(../img/icon.png) no-repeat -61px -76px;
}

.out-line {
  position: relative;
  width: 100%;
}

.out-line .news-title-name {
  padding-bottom: 6px;
  font-size: 24px;
  color: #333;
  float: left;
  margin-bottom: -3px;
  position: relative;
  z-index: 2;
}

.out-line .news-title-name::before {
  position: absolute;
  content: '';
  width: 100%;
  border-bottom: #59C0E1 2px solid;
  bottom: -2px;
  z-index: 2;
}

.out-line .news-title-name::after {
  left: 0;
  position: absolute;
  content: '';
  width: 860px;
  height: 1px;
  background-color: #d4d4d4;
  right: 0;
  bottom: -2px;
}

.out-line .title-gap {
  float: left;
  height: 40px;
  width: 2px;
  margin-bottom: -1px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.hot-top-three {
  border-bottom: 1px solid rgba(212, 212, 212, 0.3);
  margin-top: 20px;
}

.hot-top-three .switch-box:first-child .news-box {
  border-top: 0;
}

.news-box {
  padding: 20px 0;
  border-top: 1px solid rgba(212, 212, 212, 0.3);
}

.news-box:hover {
  background-color: #f5f5f5;
}

.news-box:hover .left-img-box img {
  transform: scale(1.1, 1.1);
  transition: transform 0.5s;
}

.no_img .right-content-news {
  width: 100%;
}

.news-list .switch-box:first-child .news-box {
  border-top: 0;
}

.news-box.active h3 a {
  color: #bdbdbd;
}

.news-box.active .right-content-news > p {
  color: #bdbdbd;
}

.zx_swiper {
  position: relative;
}

.swiper2 {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.swiper2 .swiper-slide {
  height: 200px;
}

.swiper2 img {
  height: 100%;
  width: 100%;
}

.beiying p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.swiper2 p {
  padding: 0 5px !important;
  line-height: 35px;
  font-size: 14px !important;
  box-sizing: border-box;
}

.zx_swiper .swiper-button-next {
  background: url(../img/r.png) no-repeat;
}

.zx_swiper .swiper-button-prev {
  background: url(../img/l.png) no-repeat;
}

.zx_swiper .swiper-button-white {
  background: rgb(0, 0, 0, 0.6);
}

.zx_swiper .swiper-button-next,
.zx_swiper .swiper-button-prev {
  width: 35px !important;
  height: 60px !important;
  background-size: 35px 60px !important;
  background-repeat: no-repeat !important;
}

.defList_ul {
  margin: 30px 0;
}

.defList_ul li:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  margin-top: -2px;
  background: #999;
  display: block;
}

.defList_ul li a {
  color: #333;
}

.defList_ul li {
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  width: 48%;
  float: left;
}

.defList_ul li:nth-child(2n) {
  float: right;
}

.left-img-box {
  position: relative;
  display: block;
  float: left;
  width: 207px;
  height: 144px;
  border-radius: 6px;
  overflow: hidden;
}

.left-img-box img {
  width: 207px;
  height: 144px;
  border-radius: 6px;
  vertical-align: middle;
  transform: scale(1, 1);
  transition: transform 0.5s;
}

.left-img-box .news-icon-box {
  position: absolute;
  height: 24px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  top: 8px;
  left: 8px;
}

.right-content-news {
  float: right;
  position: relative;
  width: 650px;
  height: 144px;
  padding: 0 25px;
  box-sizing: border-box;
}

.right-content-news h3 a {
  line-height: 28px;
  font-size: 20px;
  color: #222;
  margin: 10px 0;
}

.right-content-news p {
  font-size: 14px;
  color: #666;
  margin: 8px auto;
  line-height: 24px;
}

.right-content-news .time {
  font-size: 14px;
  color: #aaa;
}

.news-list .news-time-Box {
  margin-bottom: 24px;
  display: none;
}

.news-list .news-time-Box .dd,
.news-list .news-time-Box .mm {
  font-size: 28px;
  color: #222;
  line-height: 32px;
}

.news-list .news-time-Box .i {
  color: #222;
  font-size: 12px;
  display: inline-block;
  margin: 0 4px;
}

.news-list .news-time-Box .yy {
  font-size: 12px;
  color: #222;
  line-height: 14px;
  display: inline-block;
  margin-left: 4px;
  padding: 2px 6px 2px 10px;
  position: relative;
  background: url(../img/bg_year%402x.png) no-repeat;
  background-position: bottom;
  background-size: contain;
  vertical-align: top;
  margin-top: 9px;
}

.news-list .kx-news-box {
  margin-bottom: 40px;
}

.news-list .kx-news-box h3 a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 24px;
}

.news-list .kx-news-box h3 a:hover {
  color: #fdc000;
}

.news-list .kx-news-box .kx-desc {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin: 8px 0 12px 0;
}

.news-list .kx-news-box .kx-img-list {
  margin-bottom: 16px;
}

.news-list .kx-news-box .kx-img-list img {
  margin-right: 8px;
  width: 164px;
  cursor: pointer;
}

.news-list .kx-news-box .kx-img-list img.only {
  width: 320px;
}

.news-list .kx-news-box .kx-time-share {
  font-size: 13px;
  color: #bbb;
  line-height: 20px;
}

.news-list .kx-news-box .kx-time-share .time {
  display: inline-block;
  margin-right: 40px;
}

.news-list .kx-news-box .kx-time-share .wx-share {
  display: inline-block;
  position: relative;
}

.news-list .kx-news-box .kx-time-share img {
  width: 20px;
  cursor: pointer;
  margin-left: 12px;
}

.news-ad-box {
  display: block;
  position: relative;
}

.news-ad-box img {
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
}

.news-ad-box .news-ad-icon {
  position: absolute;
  width: 35px;
  height: 16px;
  right: 0;
  font-size: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  bottom: 6px;
  background: url(../img/icon.png) no-repeat -264px 1px;
}

.more-news {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #59C0E1;
  color: #222;
  font-size: 14px;
  border-radius: 6px;
  margin: 40px auto 50px;
}

.pic-information {
  overflow: hidden;
}

.pic-information h3 {
  margin-bottom: 20px;
}

.pic-information h3 a {
  font-size: 24px;
  color: #999;
}

.pic-information ul {
  width: 880px;
  font-size: 0;
}

.pic-information ul li {
  display: inline-block;
  margin-right: 20px;
}

.pic-information ul li img {
  width: 200px;
  border-radius: 4px;
}

.pic-information p {
  font-size: 14px;
  color: grey;
  margin-top: 20px;
}

.pic-information p .list-icon {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url(../img/icon.png) no-repeat -188px 0;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.stay-mbi-box {
  margin-bottom: 40px;
}

.right-title-box {
  line-height: 30px;
}

.right-title-box h2 {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.right-title-box h2::before {
  position: absolute;
  content: '';
  height: 20px;
  left: 0;
  top: 6px;
  border-left: 3px solid #59C0E1;
}

.right-title-box a {
  font-size: 14px;
  display: inline-block;
  color: #434754;
}

.stay-box {
  margin-top: 20px;
}

.stay-box .stay-select-box {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #f1f1f1;
  color: #3b9ad6;
  text-align: center;
  position: relative;
  z-index: 3;
}

.stay-box .stay-select-box .select-box {
  text-align: center;
}

.stay-box .stay-select-box span {
  display: inline-block;
  cursor: pointer;
  height: 35px;
}

.stay-box .stay-select-box .stay-lf {
  display: inline-block;
  height: 35px;
  width: 30px;
  background: url(../img/icon.png) no-repeat 1px -358px;
}

.stay-box .stay-select-box .stay-name {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-right: 30px;
  width: 128px;
  top: 0;
  position: relative;
}

.stay-box .stay-select-box .stay-name::after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border: 6px solid #fff;
  border-top: 6px solid #3b9ad6;
  top: 16px;
  right: 10px;
}

.stay-box .stay-select-box .stay-rg {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../img/icon.png) no-repeat -25px -358px;
}

.stay-box .stay-select-box .js-select-mbi {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #fff;
  top: 35px;
  cursor: pointer;
}

.stay-box .stay-time button {
  width: 94px;
  color: #999;
  line-height: 40px;
}

.stay-box .stay-time button:hover {
  color: #3b9ad6;
}

.stay-box .stay-time button.active {
  color: #3b9ad6;
}

.mbi-table {
  border: 1px solid #f1f1f1;
  border-top: 0;
  padding-bottom: 8px;
  width: 100%;
}

.mbi-table .middle-name-left {
  text-align: left;
  padding-left: 12px;
}

.mbi-table thead {
  font-size: 14px;
  color: #666;
  background-color: #f1f1f1;
}

.mbi-table thead th {
  height: 30px;
  font-weight: 400;
}

.mbi-table thead .name-table {
  text-align: left;
  padding-left: 12px;
}

.mbi-table tbody {
  font-size: 14px;
  color: #74757a;
  text-align: center;
}

.mbi-table tbody td {
  height: 40px;
}

.mbi-table tbody td a {
  color: #74757a;
}

.mbi-table tbody td .icon-table {
  height: 19px;
}

.mbi-table tbody td.index-data {
  position: relative;
}

.mbi-table tbody td.index-data .num {
  position: absolute;
  left: 16px;
  width: 42px;
  text-align: center;
}

.mbi-table tbody .bar-td {
  position: relative;
}

.mbi-table tbody .bar-td span {
  display: inline-block;
  margin-left: 10px;
  color: #fa6143;
}

.mbi-table tbody .bar-out-box {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 64px;
  height: 4px;
  background-color: #f1f1f1;
  border-radius: 2px;
}

.mbi-table tbody .bar-out-box .bar-in-line {
  border-radius: 2px;
  height: 100%;
  background: linear-gradient(#f34646, #fe9461);
}

.mbi-table tbody .hi-table td {
  height: 8px;
}

.hot-icon-0 {
  position: relative;
}

.hot-icon-0::before {
  content: '';
  position: absolute;
  background: url(../img/icon.png) no-repeat -215px -31px;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
}

.hot-icon-1 {
  position: relative;
}

.hot-icon-1::before {
  content: '';
  position: absolute;
  background: url(../img/icon.png) no-repeat -242px -31px;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
}

.hot-icon-2 {
  position: relative;
}

.hot-icon-2::before {
  content: '';
  position: absolute;
  background: url(../img/icon.png) no-repeat -269px -31px;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
}

.brand-mbi-box.stay-mbi-box {
  margin-bottom: 40px;
}

.brand-mbi-box.stay-mbi-box .stay-box {
  border-radius: 0 0 4px 4px;
  margin-top: 20px;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul {
  display: none;
  font-size: 0;
  text-align: center;
  background-color: #f1f1f1;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul li {
  line-height: 34px;
  position: relative;
  color: #999;
  width: 25%;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul li:hover {
  color: #222;
  font-weight: 700;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul li:hover::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #222;
  bottom: 2px;
  left: 50%;
  margin-left: -14px;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul li.active {
  color: #222;
  font-weight: 700;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul li.active::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #222;
  bottom: 2px;
  left: 50%;
  margin-left: -15px;
}

.brand-mbi-box.stay-mbi-box .stay-box .divide-type ul.active {
  display: block;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type {
  position: relative;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type .close-open {
  position: absolute;
  width: 296px;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type .close-open span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon.png) no-repeat 0 -392px;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type ul {
  margin-top: 16px;
  padding-bottom: 24px;
  padding-left: 9px;
  max-height: 90px;
  overflow: hidden;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type ul li {
  font-size: 14px;
  display: inline-block;
  width: 136px;
  border-radius: 4px;
  border: 1px dashed #bebebe;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: #666;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type ul li:hover {
  border: 1px solid #b2b2b2;
  color: #333;
  cursor: pointer;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type ul li.active {
  border: 1px solid #b2b2b2;
  color: #333;
}

.brand-mbi-box.stay-mbi-box .stay-box .min-type ul.numT {
  padding-bottom: 6px;
}

.brand-mbi-box.stay-mbi-box .stay-box .active.min-type .close-open span {
  background-position: -24px -392px;
}

.brand-mbi-box.stay-mbi-box .stay-box .active.min-type ul {
  max-height: none;
  height: auto;
}

.brand-mbi-box.stay-mbi-box .brand-type {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  font-size: 0;
}

.brand-mbi-box.stay-mbi-box .brand-type button {
  width: 75px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  position: relative;
  background-color: #222;
}

.brand-mbi-box.stay-mbi-box .brand-type button span {
  width: 16px;
  line-height: 14px;
}

.brand-mbi-box.stay-mbi-box .brand-type button img {
  display: none;
}

.brand-mbi-box.stay-mbi-box .brand-type button:last-child {
  float: right;
}

.brand-mbi-box.stay-mbi-box .brand-type button:hover {
  background-color: #ffdc00;
  color: #222;
}

.brand-mbi-box.stay-mbi-box .brand-type button:hover::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #fff;
  border-top: 4px solid #59C0E1;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
}

.brand-mbi-box.stay-mbi-box .brand-type button.active {
  background-color: #ffdc00;
  color: #222;
}

.brand-mbi-box.stay-mbi-box .brand-type button.active span {
  width: auto;
}

.brand-mbi-box.stay-mbi-box .brand-type button.active img {
  display: block;
  margin: 0 auto;
}

.brand-mbi-box.stay-mbi-box .brand-type button.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #fff;
  border-top: 4px solid #59C0E1;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
}

.up {
  display: block;
  color: #e03f40;
  position: relative;
}

.up::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  right: 17px;
  background: url(../img/icon.png) no-repeat -166px -30px;
  top: 3px;
}

.down {
  display: block;
  color: #42b866;
  position: relative;
}

.down::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../img/icon.png) no-repeat -182px -30px;
  right: 17px;
  top: 3px;
}

.flat {
  display: block;
  position: relative;
}

.flat::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../img/icon.png) no-repeat -198px -30px;
  right: 17px;
  top: 3px;
}

.city-name-box {
  position: relative;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-bottom: 0;
  padding: 16px 0 47px 0;
}

.city-name-box ul {
  font-size: 0;
  padding-left: 10px;
  height: 74px;
  overflow: hidden;
}

.city-name-box ul li {
  display: inline-block;
  cursor: pointer;
  width: 67px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-right: 4px;
  line-height: 32px;
  margin-bottom: 10px;
}

.city-name-box ul li:hover {
  color: #484848;
}

.city-name-box ul li.active {
  color: #484848;
}

.city-name-box .close-open {
  position: absolute;
  width: 296px;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.city-name-box .close-open span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon.png) no-repeat 0 -392px;
}

.active.city-name-box .close-open span {
  background-position: -24px -392px;
}

.active.city-name-box ul {
  max-height: none;
  height: auto;
}

.city-letter-box ul {
  font-size: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.city-letter-box ul li {
  line-height: 34px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100px;
}

.city-letter-box ul li:hover {
  background-color: #ffdc00;
  color: #222;
}

.city-letter-box ul li.active {
  background-color: #ffdc00;
  color: #222;
}

.mvi-letter-box ul {
  font-size: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.mvi-letter-box ul li {
  line-height: 34px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 50%;
}

.mvi-letter-box ul li:hover {
  background-color: #ffdc00;
  color: #222;
}

.mvi-letter-box ul li.active {
  background-color: #ffdc00;
  color: #222;
}

.topic-box {
  margin-bottom: 40px;
}

.topic-block {
  display: block;
  position: relative;
  height: 180px;
  overflow: hidden;
  margin-top: 20px;
}

.topic-block h2 {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 280px;
  padding: 0 10px;
  bottom: 0;
  line-height: 35px;
  font-weight: 400;
}

.topic-block img {
  width: 100%;
}

.activity-box {
  margin-bottom: 40px;
}

.activity-box .active-block {
  display: block;
  border-bottom: 1px dashed #bebebe;
  padding: 20px 0;
}

.activity-box .active-block .acitive-time {
  float: left;
}

.activity-box .active-block .acitive-time p {
  text-align: center;
  font-size: 16px;
  color: #999;
}

.activity-box .active-block .acitive-time p:first-child {
  font-size: 26px;
  color: #666;
}

.activity-box .active-block .acitive-title {
  float: right;
  width: calc(100% - 80px);
  position: relative;
  height: 68px;
}

.activity-box .active-block .acitive-title h2 {
  font-size: 15px;
  color: #555;
  font-weight: bold;
}

.activity-box .active-block .acitive-title p {
  color: #999;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}

.activity-box .no-highlight .acitive-time p:first-child {
  color: #999;
}

.activity-box .no-highlight .acitive-title h2 {
  color: #999;
}

.white-book-box {
  margin-bottom: 40px;
}

.white-book-box ul {
  width: 320px;
}

.white-book-box ul li {
  margin-top: 20px;
}

.white-book-box ul li a {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}

.white-book-box ul li a:hover p {
  color: #f0ba00;
}

.white-book-box ul li a img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  vertical-align: top;
}

.white-book-box ul li a .author-ni {
  width: 204px;
  margin-left: 16px;
  display: inline-block;
}

.white-book-box ul li a .author-ni .name {
  font-size: 16px;
  color: #222;
  line-height: 21px;
  margin: 4px 0 8px 0;
}

.white-book-box ul li a .author-ni .introduce {
  font-size: 13px;
  color: #888;
  line-height: 20px;
}

.content-box {
  position: relative;
}

.img-list-ad-box .topic-block {
  height: auto;
}

.djxlgcft {
  margin-top: 40px;
}

.right-title-box > h2 > span {
  color: #c8c7cc;
  padding: 0 6px;
}

.djxl-list {
  padding-top: 10px;
}

.djxl-list a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}

.djxl-list > a > img {
  height: 80px;
  width: 300px;
}

.news-list {
  font-size: 0;
}

.video-r {
  margin-right: 8px;
}

.video-block {
  width: 336px;
  background-color: #fff;
  float: left;
  margin-bottom: 13px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.video-block:hover {
  background-color: #fff;
}

.video-block .video-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.left-img-box .video-block .video-img .video-icon,
.top-img .top-line-left .video-block .video-img .video-icon,
.top-img .top-line-right .video-block .video-img .video-icon,
.video-block .video-img .left-img-box .video-icon,
.video-block .video-img .top-img .top-line-left .video-icon,
.video-block .video-img .top-img .top-line-right .video-icon,
.video-block .video-img .video-play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../img/video-play.png) no-repeat;
}

.video-block .video-img img {
  width: 100%;
  height: 188px;
  transition: 0.3s;
  transform: scale(1);
}

.video-block .video-img img:hover {
  transform: scale(1.1);
}

.video-block .video-img time {
  position: absolute;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px 0 0 10px;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 0 8px 0 12px;
  top: 153px;
  right: 0;
}

.video-block h3 {
  font-size: 17px;
  line-height: 24px;
  padding: 0 15px;
  margin-top: 13px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 1px;
}

.video-block h3 a {
  color: #222;
}

.video-block .vi-key {
  padding: 8px 15px 24px 15px;
  height: 20px;
}

.video-block .vi-key span {
  font-size: 14px;
  color: #888;
  padding: 0 8px;
}

.video-block .video-keywords {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  font-weight: 400;
}

.video-block .video-keywords:hover {
  color: #222;
  cursor: pointer;
  border-bottom: 2px solid #59C0E1;
}

.min-menu.page-index {
  display: none;
  padding-bottom: 24px;
  font-size: 0;
  background: #f9f8f3;
  border-radius: 4px;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
}

.min-menu.page-index a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  color: #222;
  margin: 24px 16px 0 0;
  border-radius: 4px;
}

.min-menu.page-index a:last-child {
  margin-right: 0;
}

.min-menu.page-index a:hover {
  background-color: #ffdc00;
}

.min-menu.page-index a.active {
  background-color: #ffdc00;
}

.news-flash {
  margin-bottom: 40px;
}

.news-flash .news-flash-list {
  margin-top: 20px;
  position: relative;
}

.news-flash .news-flash-list::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #eee;
  left: 7px;
  top: 0;
}

.news-flash .news-flash-list li {
  position: relative;
  padding: 0 0 20px 24px;
}

.news-flash .news-flash-list li:last-child {
  padding-bottom: 0;
}

.news-flash .news-flash-list li .news-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ffe8a2;
  left: 0;
  top: 4px;
}

.news-flash .news-flash-list li .news-icon::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
}

.news-flash .news-flash-list li .news-title {
  font-size: 15px;
  color: #222;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.news-flash .news-flash-list li .news-title:hover {
  color: #fdc000;
}

.news-flash .news-flash-list li .news-time {
  font-size: 12px;
  color: #bbb;
  line-height: 16px;
  margin-top: 4px;
}

.news-flash .news-flash-list li .news-desc {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  line-height: 20px;
  display: none;
}

.news-flash .news-flash-list li .news-more {
  display: block;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #222;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  text-align: center;
}

.liveRe-list {
  padding-top: 4px;
  margin-bottom: 40px;
}

.liveRe-list .lr-img-box {
  width: 140px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.liveRe-list a {
  position: relative;
  display: block;
  margin-top: 16px;
}

.liveRe-list a:hover img {
  transform: scale(1.1, 1.1);
  transition: transform 0.5s;
}

.liveRe-list a img {
  width: 120px;
  height: 80px;
  transform: scale(1, 1);
  transition: transform 0.5s;
  border-radius: 5px;
}

.liveRe-list a h2 {
  color: #444;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  width: calc(100% - 130px);
  float: right;
  font-weight: 500;
}

.liveRe-list a .live-play-icon {
  position: absolute;
  left: 55px;
  top: 25px;
  width: 32px;
  height: 32px;
}

.liveRe-list a .live-play-icon img {
  width: 100%;
  height: 100%;
}

.liveRe-list a .live-type {
  position: absolute;
  font-size: 12px;
  color: #222;
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  top: 4px;
  left: 4px;
}

.liveRe-list a .live-type .live-type-bg {
  transform: skewX(-8deg);
  background-color: #59C0E1;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.liveRe-list a .live-type span {
  position: relative;
  color: #fff;
  z-index: 2;
}

.live-banner {
  height: 300px;
}

.live-banner a {
  display: block;
  position: relative;
}

.live-banner a .go-live {
  position: absolute;
  top: 127px;
  left: 148px;
  font-size: 20px;
  color: #59C0E1;
  border: 1px solid #59C0E1;
  border-radius: 24px;
  width: 150px;
  height: 46px;
  text-align: center;
  z-index: 3;
  line-height: 46px;
  background-color: rgba(58, 58, 58, 0.8);
}

.live-banner a:hover .go-live {
  background-color: #59C0E1;
  color: #222;
}

.live-banner a .live-banner-type {
  position: absolute;
  top: 18px;
  left: 12px;
  height: 28px;
  padding: 0 8px;
  line-height: 28px;
}

.live-banner a .live-banner-type .bg {
  transform: skewX(-8deg);
  background-color: #59C0E1;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.live-banner a .live-banner-type span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #222;
  letter-spacing: 2px;
}

.live-banner a .live-banner-type.yg-c .bg {
  background-color: #424754;
}

.live-banner a .live-banner-type.yg-c span {
  color: #59C0E1;
}

.live-banner a .live-banner-type.hg-c .bg {
  background-color: #2a2d35;
  background: linear-gradient(180deg, #7f8593 0, #2a2d35 100%);
}

.live-banner a .live-banner-type.hg-c span {
  color: #fff;
}

.live-banner .live-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.live-banner .live-pagination .swiper-pagination-switch {
  position: relative;
  height: 2px;
  display: inline-block;
  width: 12px;
  margin: 0 4px;
  background-color: #919191;
}

.live-banner .live-pagination .swiper-pagination-switch.swiper-active-switch {
  background-color: #fff;
}

.hotTop-ad .img-list-ad-box {
  border-width: 0;
  overflow: hidden;
}

.kx-no-data {
  padding: 30px 0 50px;
}

.brand-dynamics-box {
  margin: 30px 0;
}

.brand-dynamics-box .brand-dynamics-list {
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.brand-dynamics-box .brand-dynamics-list a {
  position: relative;
  display: table;
  height: 88px;
  width: 31%;
  float: left;
  margin-right: 3.2%;
  background: #fafaf8;
  margin-bottom: 12px;
}

.brand-dynamics-box .brand-dynamics-list a:nth-child(3n) {
  margin-right: 0;
}

.brand-dynamics-box .brand-dynamics-list a:last-child {
  margin-bottom: 0;
}

.brand-dynamics-box .brand-dynamics-list a img {
  position: absolute;
  width: 12px;
  top: 9px;
  left: -4px;
}

.brand-dynamics-box .brand-dynamics-list a .title {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  margin-bottom: 7px;
  margin: 12px 12px 7px 16px;
}

.brand-dynamics-box .brand-dynamics-list a .time {
  font-size: 13px;
  color: #999;
  line-height: 17px;
  margin: 0 0 12px 16px;
}

.gyl_server {
  font-size: 0;
  margin-bottom: 40px;
}

.gyl_server li {
  height: 152px;
  background: url(../img/bg_supplychain_serve.png) no-repeat;
  margin-top: 20px;
  position: relative;
}

.gyl_server li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 24px;
  padding: 36px 0 24px 40px;
}

.gyl_server li .gyl_btn {
  cursor: pointer;
  text-align: center;
  width: 80px;
  height: 28px;
  background: linear-gradient(135deg, #fff000 0, #ffc800 100%);
  border-radius: 14px;
  font-size: 13px;
  line-height: 28px;
  color: #222;
  margin-left: 40px;
  z-index: 3;
}

.gyl_server li .gyl_icon {
  position: absolute;
  top: 76px;
  right: 28px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(121deg, rgba(250, 246, 232, 0) 0, #f2efe2 100%);
}

.gyl_server li img {
  position: absolute;
  height: 56px;
  width: 56px;
  top: 72px;
  right: 35px;
  z-index: 2;
}

.gyl_rankings {
  margin: 20px 0 40px 0;
}

.zl-search {
  border: 1px solid #e8e8e8;
  height: 808px;
  position: relative;
}

.zl-search .introduce-author-box {
  margin: 24px 0 30px 20px;
}

.zl-search .introduce-author-box .author-search {
  border: 1px #59C0E1 solid;
  width: 30px;
  border-radius: 12px;
  float: right;
  margin: 6px 20px 0 0;
}

.zl-search .introduce-author-box .author-search .author-search-input {
  float: left;
  height: 18px;
  width: 60px;
  display: none;
  margin: 2px 0 2px 10px;
}

.zl-search .introduce-author-box .author-search .author-search-input.active {
  display: inline-block;
}

.zl-search .introduce-author-box .author-search .search-icon {
  float: right;
  width: 14px;
  margin: 2px 8px;
  height: 18px;
  background: url(../img/column-icon.png) no-repeat -42px 1px;
  cursor: pointer;
}

.zl-search .introduce-author-box .author-list ul {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 12px;
}

.zl-search .introduce-author-box .author-list li {
  width: 72px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.zl-search .introduce-author-box .author-list li a:hover p {
  color: #f0ba00;
}

.zl-search .introduce-author-box .author-list li a img {
  height: 72px;
  width: 72px;
  border-radius: 36px;
  border-width: 0;
}

.zl-search .introduce-author-box .author-list li a p {
  color: #484848;
  margin-top: 8px;
}

.zl-search .zl-page {
  text-align: center;
  margin-left: -20px;
}

.zl-search .zl-page-box {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 24px;
  bottom: 38px;
  left: 0;
}

.zl-search .zl-page-list {
  display: inline-block;
}

.zl-search .zl-page-list a {
  float: left;
  height: 24px;
  width: 24px;
  background: url(../img/zl-page.png) no-repeat 0 0;
  cursor: pointer;
  margin: 0 4px;
}

.zl-search .zl-page-list span {
  color: #999;
  float: left;
  margin: 0 4px;
}

.zl-search .zl-page-list .present {
  height: 22px;
  width: 22px;
  border: 1px solid #e8e8e8;
}

.zl-search .zl-page-list .num {
  float: left;
  margin: 0 4px;
}

.zl-search .zl-page-list a.start:hover {
  background-position: 0 -29px;
}

.zl-search .zl-page-list .ban {
  width: 24px;
  height: 24px;
  background: url(../img/zl-page.png) no-repeat 0 0;
}

.zl-search .zl-page-list a.pre {
  background-position: -58px 0;
}

.zl-search .zl-page-list a.pre:hover {
  background-position: -58px -29px;
}

.zl-search .zl-page-list a.next {
  background-position: -87px 0;
}

.zl-search .zl-page-list a.next:hover {
  background-position: -87px -29px;
}

.zl-search .zl-page-list a.end {
  background-position: -29px 0;
}

.zl-search .zl-page-list a.end:hover {
  background-position: -29px -29px;
}

.zl-search .zl-page-list .start.ban {
  background-position: 0 -59px;
}

.zl-search .zl-page-list .pre.ban {
  background-position: -58px -59px;
}

.zl-search .zl-page-list .next.ban {
  background-position: -87px -59px;
}

.zl-search .zl-page-list .end.ban {
  background-position: -29px -59px;
}

.zl-search .no-zl p {
  font-size: 14px;
  margin: 150px 0 70px 0;
  color: #484848;
}

.zl-search .no-zl .look-all {
  background-color: #59C0E1;
  width: 96px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  color: #484848;
}

.right-content-news p.times {
  float: right;
  font-size: 14px;
  color: #cecece;
}

.swiper_one {
  margin-bottom: 30px;
}

.swiper-container1 {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container1 img {
  width: 100%;
  height: 300px;
}

.swiper-container1 .swiper-slide {
  position: relative;
}

.swiper-container1 .swiper-wrapper p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: ghostwhite;
  padding-right: 20%;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0 !important;
  width: 20% !important;
  text-align: center;
  line-height: 40px;
  left: 80% !important;
  color: #fff;
  font-size: 15px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper .swiper-button-white {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-size: 35% !important;
  background-position: 15px 11px;
}

/*详情0*/
.mai_xq {
  margin: 20px 0 30px 0;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.mai_top {
  width: 100%;
}

.mai_xq h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
}

.mai_time {
  padding: 20px 0 10px 0;
  font-size: 14px;
  color: #888;
}

.mai_time span {
  display: inline-block;
  color: #888;
  padding-left: 20px;
}

.mai_tex {
  font-size: 16px;
  line-height: 25px;
  color: #444;
  padding: 0 20px;
}

.mai_tex p {
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 15px;
}

.mai_tex img {
  display: block;
  margin: 10px auto;
  max-width: 600px;
}

/*底部*/

.footbgs {
  border-top: 1px solid #222;
  padding: 20px 0;
  background: #222;
  width: 100%;
  margin-top: 20px;
}

.footer {
  padding: 20px;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff !important;
}

.youq {
  overflow: hidden;
  padding-bottom: 20px;
}

.youq li {
  float: left;
  padding: 0 10px;
  font-size: 14px;
}

.links {
  overflow: hidden;
}

.links ul.youq {
  width: 1040px;
  float: left;
}

.links .lian {
  float: left;
  width: 100px;
}

.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url(../img/top.png) no-repeat center center #fff;
  /*transform: rotate(270deg);*/
  text-indent: -999em;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
}

.goTop:hover {
  /*opacity: 1;*/
}

.beian {
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .goTop {
    right: 100px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
  .goTop {
    right: 0;
  }
}

.mai_page {
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
  width: 100%;
  background: #fff;
  line-height: 35px;
  box-sizing: border-box;
}

.mai_page a {
  background: #fff;
  padding: 0 15px;
  height: 35px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  margin: 0 3px;
}

.mai_page a:first-child {
  border-radius: 5px 0 0 5px;
}

.mai_page a:last-child {
  border-radius: 0 5px 5px 0;
}

.mai_page span {
  background: #59C0E1;
  border: 1px solid #59C0E1;
  padding: 0 15px;
  height: 35px;
  color: #fff;
  display: inline-block;
}

.guangao {
  width: 100%;
  height: 90px;
  position: relative;
  margin: 20px auto;
}

.guangao img.guang {
  width: 100%;
  height: 90px;
}

.guangao img.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -16px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
}

.gaoindex {
  width: 300px;
  height: 300px;
  position: relative;
}

.gaoindex img.guang {
  width: 300px;
  height: 300px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.label {
  margin: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.label a {
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.tools {
  box-shadow: 0 0 10px #eee;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.tools a {
  color: #333;
}

.tools a:hover {
  color: #59C0E1;
}

.location {
  background: #f1f2f5;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #777;
}

.location a {
  font-size: 14px;
  color: #777;
}

.location img {
  width: 26px;
}

.location a.on {
  color: #222;
}

/* ================= */
.top-img .top-line-left h3,
.activity-box .active-block .acitive-title h2,
.right-content-news h3 a,
.topic-block h2,
.swiper2 p,
.location,
.defList_ul li a,
.white-book-box ul li a .author-ni .name {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-img .top-line-right h3,
.activity-box .active-block .acitive-title p,
.right-content-news p,
.liveRe-list a h2,
.brand-dynamics-box .brand-dynamics-list a .title,
.white-book-box ul li a .author-ni .introduce {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
