@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

/*--- 颜色 ---*/
html,
body {
  margin: 0;
  padding: 0;
  font: 14px/24px Microsoft YaHei;
  background-color: #eff3f6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

li {
  list-style: none outside none;
}

img {
  display: block;
  border: none;
}

a {
  color: #232323;
  text-decoration: none;
}

main {
  position: relative;
}

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  height: 10px;
  border-radius: 5px;
  background-color: #34c7ff;
}

.text-ellipsis, .news-card-head-title a, .sidenews-list .sidenews-list-content .sidenews-list-title,
.sidenews-list > a .sidenews-list-content .sidenews-list-title, .news-detail .news-detail-footer .pager li > a,
.news-detail .news-detail-footer .pager li > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clock {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #747474;
  border-radius: 50%;
  vertical-align: middle;
}

.clock:before, .clock:after {
  position: absolute;
  content: '';
  background-color: #747474;
}

.clock:before {
  top: calc(50%);
  left: 2px;
  width: 5px;
  height: 1px;
}

.clock:after {
  top: 3px;
  left: calc(50% - 1px);
  height: 5px;
  width: 1px;
}

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.breadcrumb > li a {
  padding: 10px;
}

.breadcrumb > li + li:before {
  content: "\003E";
  color: #232323;
}

.breadcrumb > .active a,
.breadcrumb > li:hover a,
.breadcrumb li > :active a {
  color: #01b9ff;
}

.box-shadow {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.box-shadow:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.fixed {
  position: fixed;
  top: 100px;
  right: calc((100% - 1200px) / 2);
  height: calc(100% - 100px);
  overflow-y: 'auto';
}

/*--- 外框 ---*/
.news-wrapper {
  position: relative;
  height: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  z-index: 1002;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}

.header-margin {
  margin-top: 100px;
}

.header-margin-list {
  margin-top: 120px;
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
}

.news-header .logo img {
  height: 40px;
}

.news-page-wrapper {
  width: 100%;
  margin: 100px auto 20px auto;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 95px calc((100% - 1200px) / 2);
  background-color: #fff;
}

.news-card:nth-child(2n) {
  background-color: #eff3f6;
}

.news-card-content {
  flex: 1;
  padding-left: 80px;
  overflow: hidden;
}

.news-card-head {
  width: 100%;
}

.news-card-head-title {
  font-size: 22px;
  font-weight: bold;
  color: #232323;
}

.news-card-head-title a {
  display: block;
}

.news-card-head-time {
  font-size: 16px;
  color: #999;
}

.news-card-body {
  width: 100%;
  padding-top: 65px;
  font-size: 14px;
  line-height: 30px;
  color: #747474;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-card-more {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

.news-card-more a {
  display: inline-block;
  padding: 6px 35px;
  font-size: 14px;
  color: #34c7ff;
  border: 1px solid #cdcdcd;
}

.news-card-more a:hover, .news-card-more a:active {
  color: #fff;
  border: 1px solid #34c7ff;
  background-color: #34c7ff;
}

.news-card-media {
  flex: 0 0 295px;
  width: 295px;
}

.news-card-media img {
  width: 100%;
  height: 210px;
}

.news-sidebar {
  position: fixed;
  top: 100px;
  width: 360px;
  background-color: #fff;
  transition: all .2s linear;
  right: calc((100% - 1200px) / 2);
  width: 360px;
  background-color: #fff;
  transition: all .2s linear;
}

.news-sidebar .logo {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
}

.news-sidebar .logo img {
  height: 80px;
}

.sidenews-lists {
  width: 100%;
  height: auto;
  padding: 0 30px 20px 30px;
  margin-top: 20px;
  overflow-y: auto;
}

.sidenews-lists .sidenews-lists-title {
  font-size: 24px;
  color: #232323;
  border-bottom: 2px solid #eee;
}

.sidenews-lists .sidenews-lists-title > span {
  display: inline-block;
  padding: 10px 20px 10px 0;
  margin-bottom: -2px;
  border-bottom: 2px solid #34c7ff;
}

.sidenews-list,
.sidenews-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  color: #232323;
}

.sidenews-list .sidenews-list-media,
.sidenews-list > a .sidenews-list-media {
  margin-right: 15px;
}

.sidenews-list .sidenews-list-media img,
.sidenews-list > a .sidenews-list-media img {
  width: 100px;
  height: 80px;
}

.sidenews-list .sidenews-list-content,
.sidenews-list > a .sidenews-list-content {
  width: calc(100% - 110px);
}

.sidenews-list .sidenews-list-content .sidenews-list-title,
.sidenews-list > a .sidenews-list-content .sidenews-list-title {
  width: 100%;
  padding: 10px 0;
}

.sidenews-list .sidenews-list-content .sidenews-list-time .clock,
.sidenews-list > a .sidenews-list-content .sidenews-list-time .clock {
  margin: -5px 0 -2px 0;
}

.sidenews-list .sidenews-list-content .sidenews-list-time img,
.sidenews-list > a .sidenews-list-content .sidenews-list-time img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.sidenews-list {
  padding-top: 10px;
  margin-top: 10px;
}

.sidenews-list > a {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.sidenews-list > a:hover .sidenews-list-content {
  color: #34c7ff;
}

.sidenews-list > a:hover .clock {
  border: 1px solid #34c7ff;
}

.sidenews-list > a:hover .clock:after, .sidenews-list > a:hover .clock:before {
  background-color: #34c7ff;
}

.news-detail .news-sidebar {
  position: fixed;
  top: 100px;
  right: calc((100% - 1200px) / 2);
}

.product-slidebar-box {
  padding: 0 30px 30px 30px;
  margin-top: 20px;
  color: #747474;
  overflow: auto;
}

.product-slidebar-box .slider-head {
  padding: 20px 0;
}

.product-slidebar-box .slider-head-title {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 24px;
  color: #232323;
}

.product-slidebar-box .slider-head-title:before {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 50px;
  border-bottom: 4px solid #34c7ff;
}

.product-slidebar-box .slider-head-time {
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
}

.product-slidebar-box .slider-head-time .clock {
  margin-top: -2px;
}

.product-slidebar-box .slider-body {
  padding-top: 30px;
  line-height: 26px;
  color: #232323;
}

.product-slidebar-box .slider-label {
  position: relative;
  padding-top: 30px;
  font-size: 16px;
}

.product-slidebar-box .slider-label > .label {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 8px 5px 0;
  font-size: 14px;
  color: #fff;
  background-color: #34c7ff;
}

.product-slidebar-box .slider-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  font-size: 16px;
}

.product-slidebar-box .slider-trial img {
  width: 110px;
  height: 110px;
  border: 4px solid #34c7ff;
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}

.product-slidebar-box .slider-statement {
  padding-top: 10px;
  line-height: 20px;
}

.product-slidebar-box .slider-statement-content {
  text-indent: 3rem;
}

.product-slidebar-box .slider-statement-pic img {
  max-width: 100%;
  margin: 15px auto 0 auto;
}

.product-slidebar-box .slider-kf {
  padding-top: 20px;
  color: #fda44a;
  font-weight: 900;
}

.product-slidebar-box .slider-kf > .kf-list {
  display: inline-block;
  margin-right: 30px;
  color: #fda44a;
}

.product-slidebar-box .slider-kf > .kf-list:nth-child(2n) {
  margin-right: 0;
}

.product-slidebar-box .slider-kf img {
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 15px;
  vertical-align: middle;
}

.news-detail {
  float: left;
  width: calc(100% - 380px);
  padding: 20px 30px 0 30px;
  background-color: #fff;
  box-sizing: border-box;
}

.news-detail .news-detail-title {
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}

.news-detail .news-detail-title-head {
  font-size: 24px;
  line-height: 40px;
}

.news-detail .news-detail-title-time {
  color: #747474;
}

.news-detail .news-detail-content {
  padding: 20px 0 30px;
  text-align: center;
}

.news-detail .news-detail-content img {
  max-width: 100%;
  margin: 10px auto;
}

.news-detail .news-detail-info {
  padding-bottom: 40px;
}

.news-detail .news-detail-info .news-detail-info-head {
  z-index: 2;
  position: relative;
  top: 10px;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next {
  right: 0;
  width: 52px;
  height: 52px;
  background-image: none;
  background-color: #eee;
  cursor: pointer;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:hover, .news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:active,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:hover,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:active {
  background-color: #34c7ff;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:after, .news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:before,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:after,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:before {
  z-index: 2;
  position: absolute;
  content: '';
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev.swiper-button-disabled,
.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next.swiper-button-disabled {
  opacity: .6;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev {
  left: auto;
  right: 53px;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:before {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -10px 0 0 -15px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #676767 transparent transparent;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-prev:hover:before {
  border-color: transparent #fff transparent transparent;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:before {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -10px -15px 0 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #676767;
}

.news-detail .news-detail-info .news-detail-info-head-button .swiper-button-next:hover:before {
  border-color: transparent transparent transparent #fff;
}

.news-detail .news-detail-info .news-detail-info-content {
  color: #666;
}

.news-detail .news-detail-info .news-detail-info-content-title {
  margin-bottom: 20px;
  border-left: 4px solid #34c7ff;
  padding: 0 110px 0 15px;
  font-size: 20px;
  color: #232323;
}

.news-detail .news-detail-info .news-detail-info-content p {
  padding: 0;
  margin: 0 0 15px 0;
}

.news-detail .news-detail-info .news-detail-info-content .subtitle {
  font-size: 16px;
  color: #232323;
}

.news-detail .news-detail-footer {
  padding: 20px 10px;
  border-top: 1px solid #cdcdcd;
}

.news-detail .news-detail-footer .pager li {
  display: inline-block;
  width: 49%;
}

.news-detail .news-detail-footer .pager li.previous {
  text-align: left;
}

.news-detail .news-detail-footer .pager li.next {
  text-align: right;
}

.news-detail .news-detail-footer .pager li.disabled > a,
.news-detail .news-detail-footer .pager li.disabled > span {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: transparent;
  border: 1px solid #ccd5db;
}

.news-detail .news-detail-footer .pager li.disabled > a:hover, .news-detail .news-detail-footer .pager li.disabled > a:active,
.news-detail .news-detail-footer .pager li.disabled > span:hover,
.news-detail .news-detail-footer .pager li.disabled > span:active {
  color: #ccd5db;
  border: 1px solid #ccd5db;
}

.news-detail .news-detail-footer .pager li > a,
.news-detail .news-detail-footer .pager li > span {
  display: inline-block;
  max-width: 100%;
  padding: 10px 20px;
  color: #898989;
  border: 1px solid #f2f2f2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-detail .news-detail-footer .pager li > a:hover, .news-detail .news-detail-footer .pager li > a:active,
.news-detail .news-detail-footer .pager li > span:hover,
.news-detail .news-detail-footer .pager li > span:active {
  color: #34c7ff;
  border: 1px solid #34c7ff;
}

.news-detail .to-footer {
  display: none;
}

.news-detail .product-slidebar-box .to-footer {
  display: block;
}

.news-pages {
  padding: 70px 0;
  text-align: center;
  background-color: #fff;
}

.news-pages > span,
.news-pages > a {
  display: inline-block;
  padding: 3px 10px;
  margin: 5px 10px;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}

.news-pages .active,
.news-pages > a:hover,
.news-pages > a:active {
  color: #fff;
  border: 1px solid #34c7ff;
  background-color: #34c7ff;
}
