@charset "utf-8";
/* CSS Document */
.cl {
  clear: both;
}
.row {
  width: 100%;
}
.tn3,
.tran {
  transition: all ease-out 0.3s;
}
.tn5 {
  transition: all ease-out 0.5s;
}
.tn8 {
  transition: all ease-out 0.8s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wf {
  width: 100%;
}
.wh {
  height: 100%;
}
.wa {
  width: auto;
}
.ha {
  height: auto;
}
.ov {
  overflow: hidden;
}
.bl {
  display: block;
}
.ib {
  display: inline-block;
}
.no {
  display: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tdu {
  text-decoration: underline;
}
.tu {
  text-transform: uppercase;
}
.tw {
  text-transform: lowercase;
}
.ab {
  position: absolute;
}
.re {
  position: relative;
}
.bb {
  box-sizing: border-box;
}
.bc {
  box-sizing: content-box;
}
.to {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ex {
  display: flex;
}
.mh {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all ease-out 0.3s;
}
.fs {
  font-family: SimSun;
}
.fh {
  font-family: SimHei;
}
.ft {
  font-family: Times New Roman;
}
.fn {
  font-family: inherit;
}
.ln {
  line-height: inherit;
}
.in {
  color: inherit;
}
.s {
  transform: scale(1.05);
}
.full {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.f {
  height: auto;
  overflow: hidden;
}
.h {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.wha {
  width: auto;
  height: auto;
  overflow: hidden;
}
.fo {
  width: 100%;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fx {
  position: fixed;
}
.fb {
  font-weight: bold;
}
.fi {
  font-weight: normal;
}
.ma {
  margin: auto;
}
.pn {
  pointer-events: none;
}
.cp {
  cursor: pointer;
}
.s-crumbs {
  height: 20px;
  background: #f5f5f5;
  border: 1px solid rgba(172, 172, 172, 0.50196078);
  opacity: 1;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px 35px;
  color: #333;
}
.s-crumbs a {
  color: inherit;
}
.s-crumbs a[href] {
  color: #407cb2;
}
.s-crumbs span {
  font-family: SimHei;
}
/*自定义的css*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.s-flex-col {
  flex-direction: column;
}
.s-flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px auto;
}
.heading {
  position: relative;
  line-height: 1;
  z-index: 0;
}
.full-heading {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0;
}
.wpb_content_element {
  margin-bottom: 0 !important;
}
.wbp-warpper {
  display: block;
}
.wbp-warpper p img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 27px solid #ffb300;
  border-right: 27px solid transparent;
}
.triangle-topright {
  width: 0;
  height: 0;
  border-top: 27px solid #ffb300;
  border-left: 27px solid transparent;
}
.g-list {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 0;
}
.g-list .f-l,
.g-list .f-r {
  background: #fff;
  box-sizing: border-box;
}
.g-list .f-l {
  box-sizing: border-box;
}
.g-list .f-l .list-item {
  height: auto;
  overflow: hidden;
}
.g-list .f-l .list-item h3 {
  border-top: 2px solid #ffb300;
  background: #e4e4e4;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.g-list .f-l .list-item h3.on:before {
  transform: rotate(0);
}
.g-list .f-l .list-item h3.on + .sub-item {
  height: auto;
}
.g-list .f-l .list-item h3:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 60px;
  display: inline-block;
  width: 22px;
  height: 20px;
  overflow: hidden;
  margin-top: -10px;
  transform: rotate(-90deg);
}
.g-list .f-l .list-item h3 a {
  color: inherit;
}
.g-list .f-l .list-item .sub-item {
  height: 0;
  overflow: hidden;
}
.g-list .f-l .list-item .sub-item ul {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1px;
}
.g-list .f-l .list-item .sub-item ul li {
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}
.g-list .f-l .list-item .sub-item ul li ul li {
  font-size: 12px;
  line-height: 20px;
}
.g-list .f-l .s-title {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
.g-list .f-l .s-title h3 {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #1950a2;
  font-size: 24px;
  color: #407cb2;
  line-height: 2.5;
  text-align: center;
}
.g-list .f-l .s-title h3 * {
  vertical-align: middle;
  margin: 0 5px;
}
.g-list .f-l .s-title h3 img {
  width: auto;
  height: 30px;
}
.g-list .f-l .s-con {
  height: auto;
  overflow: hidden;
}
.g-list .f-l .s-con .news-item {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}
.g-list .f-l .s-con .news-item li {
  height: auto;
  overflow: hidden;
  background: #4c83d5;
  margin: 25px 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 36px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.g-list .f-l .s-con .news-item li.on,
.g-list .f-l .s-con .news-item li:hover {
  background: #1950a2;
}
.g-list .f-l .s-con .news-item li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: inherit;
}
.g-list .f-r {
  width: 100%;
}
.g-list .f-r .s-main {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0px;
}
.g-list .f-r .s-main .s-row {
  margin: 30px 0;
}
.g-list .f-r .s-main h3,
.g-list .f-r .s-main p,
.g-list .f-r .s-main label {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.g-list .f-r .s-main h3,
.g-list .f-r .s-main p {
  height: auto;
  overflow: hidden;
}
.g-list .f-r .s-main aside {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
}
.g-list .f-r .s-main aside a {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  margin-right: 15px;
  font-size: 16px;
  color: #407cb2;
  text-decoration: underline;
}
.g-list .f-r .s-main aside a:last-child {
  margin-right: 0;
}
.g-list .f-r .s-main .s-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-list .f-r .s-main table {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
}
.g-list .f-r .s-main table th,
.g-list .f-r .s-main table td {
  height: 80px;
}
.g-list .f-r .s-main table a {
  display: inline-block;
  margin-right: 10px;
}
.g-list .f-r .s-main table a:last-of-type {
  margin-right: 0;
}
.g-list .f-r .s-main table a[href] {
  color: #407cb2;
  text-decoration: underline;
}
.g-list .f-r .s-header,
.g-list .f-r .s-body,
.g-list .f-r .s-footer {
  height: auto;
  overflow: hidden;
}
.g-list .f-r .s-row {
  margin-top: 80px;
}
.g-list .f-r .s-header h3,
.g-list .f-r .s-header p {
  height: auto;
  overflow: hidden;
  text-align: center;
}
.g-list .f-r .s-header h3 {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.7);
  letter-spacing: 2px;
}
.g-list .f-r .s-header .full-heading {
  width: 340px;
  height: 174px;
  background: url(../images/productAndService/soft/s-header-bg.png) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  line-height: 70px;
}
.g-list .f-r .s-header p {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  font-weight: lighter;
}
.g-list .f-r .s-body {
  margin-top: 20px;
}
.g-list .f-r .s-body img {
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.g-list .f-r .s-body p {
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  text-indent: 2em;
  color: #000;
  line-height: 25px;
  opacity: 0.8;
  text-align: center;
}
.g-list .f-r .s-body p img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.g-list .f-r .s-body .s-text-box {
  height: auto;
  color: #000;
}
.g-list .f-r .s-body .s-text-box .s-head {
  width: 400px;
  height: 37px;
  background: #ffcb00;
  opacity: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
  text-align: center;
}
.g-list .f-r .s-body .s-text-box .s-content {
  position: relative;
  width: 370px;
  height: 283px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  margin-left: 3px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.g-list .f-r .s-body .s-text-box .s-content .p-right {
  position: absolute;
  top: 0px;
  left: 370px;
}
.g-list .f-r .s-body .s-text-box .s-content .p-left {
  position: absolute;
  top: 0px;
  left: -28px;
}
.g-list .f-r .s-body .s-text-box .s-content p {
  min-height: 147px;
}
.g-list .f-r .s-body .s-text-box .s-content span {
  min-height: 147px;
  min-width: 450px;
}
.g-list .f-r .s-body .s-img-box {
  width: 470px;
  height: 321px;
  opacity: 1;
}
.g-list .f-r .s-body .s-img-box .s-pic {
  width: 365px;
  height: 255px;
  overflow: hidden;
}
.g-list .f-r .s-body .s-img-box .s-pic ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-list .f-r .s-body .s-img-box .s-pic ul li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.g-list .f-r .s-body .s-img-box .s-pic ul li.on {
  visibility: visible;
  opacity: 1;
}
.g-list .f-r .s-body .s-img-box .s-pic ul li img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all ease-out 0.3s;
}
.g-list .f-r .s-body .s-img-box img {
  width: 470px;
  height: 291px;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.16);
}
.g-list .f-r .s-body .s-img {
  position: relative;
  width: 259px;
  height: 194px;
  background: rgba(0, 0, 0, 0);
  border-radius: 39px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.g-list .f-r .s-body .s-img .mask {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  position: absolute;
  left: 11px;
  top: 4px;
  background: rgba(0, 0, 0, 0.3);
  height: 92%;
  width: 92%;
  color: #fff;
  padding: 20px 18px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 30px;
  border-radius: 15%;
}
.g-list .f-r .s-body .s-img .s-img-text {
  color: #ffb300;
  z-index: 2;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 202px;
  height: 124px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 30px;
  color: rgba(238, 238, 238, 0.6);
  opacity: 1;
}
.g-list .f-r .s-body .s-box {
  position: relative;
  width: 150px;
  height: 42px;
  margin: 20px auto;
}
.g-list .f-r .s-body .s-box .s-title-bg {
  background-image: url(../images/productAndService/project/titlt-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-list .f-r .s-body .s-box .s-title-text {
  color: #ffb300;
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
}
.g-list .f-r .s-footer p {
  height: auto;
  overflow: hidden;
}
.g-list .f-r .s-footer p * {
  vertical-align: middle;
}
.g-list .f-r .s-footer p b {
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  color: #afafaf;
}
.g-list .f-r .s-footer p img {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.g-list .f-r .s-footer p a {
  color: #1950a2;
  text-decoration: underline;
}
.g-list .m-t,
.g-list .m-c {
  height: auto;
  overflow: hidden;
}
.g-list .s-fixed.on {
  position: fixed;
  z-index: 10;
  top: 40px;
}
.g-list .m-t {
  box-sizing: border-box;
  padding-top: 20px;
}
.g-list .m-t .s-l,
.g-list .m-t .s-r {
  height: auto;
  overflow: hidden;
}
.g-list .m-t .s-l {
  width: 260px;
}
.g-list .m-t .s-l ul {
  width: 150px;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  background: url(../images/line.png) 0 0 no-repeat;
  box-sizing: border-box;
  padding-left: 6px;
}
.g-list .m-t .s-l li {
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: contain;
  font-size: 16px;
  line-height: 3;
  color: #407cb2;
  text-align: center;
}
.g-list .m-t .s-l li.on {
  background-image: url(../images/arrow.png);
}
.g-list .m-t .s-l a {
  color: inherit;
}
.g-list .m-t .s-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 880px;
}
.g-list .m-t .s-r .s-pic {
  width: 365px;
  height: 255px;
  overflow: hidden;
}
.g-list .m-t .s-r .s-pic ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-list .m-t .s-r .s-pic ul li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.g-list .m-t .s-r .s-pic ul li.on {
  visibility: visible;
  opacity: 1;
}
.g-list .m-t .s-r .s-pic ul li img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all ease-out 0.3s;
}
.g-list .m-t .s-r .s-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 485px;
  height: 255px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 40px;
}
.g-list .m-t .s-r .s-info .s-txt,
.g-list .m-t .s-r .s-info .s-check {
  height: auto;
  overflow: hidden;
}
.g-list .m-t .s-r .s-info .s-txt {
  height: 120px;
  box-sizing: border-box;
  padding: 0 30px;
}
.g-list .m-t .s-r .s-info .s-txt ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-list .m-t .s-r .s-info .s-txt ul li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.g-list .m-t .s-r .s-info .s-txt ul li.on {
  visibility: visible;
  opacity: 1;
}
.g-list .m-t .s-r .s-info .s-txt h3,
.g-list .m-t .s-r .s-info .s-txt p {
  height: auto;
  overflow: hidden;
}
.g-list .m-t .s-r .s-info .s-txt h3 {
  font-size: 18px;
  color: #407cb2;
}
.g-list .m-t .s-r .s-info .s-txt p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: lighter;
  color: #afafaf;
  line-height: 1.5;
}
.g-list .m-t .s-r .s-info .s-txt a {
  color: inherit;
}
.g-list .m-t .s-r .s-info .s-check a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.g-list .m-t .s-r .s-info .s-check a.prev {
  margin-right: 30px;
  background-image: url(../images/prev.png);
}
.g-list .m-t .s-r .s-info .s-check a.next {
  background-image: url(../images/next.png);
}
.g-list .m-c {
  margin-top: 36px;
}
.g-list .m-c ul {
  background: #fff;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.g-list .m-c li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px 60px;
  padding-left: 260px;
  border-bottom: 1px solid #ccc;
}
.g-list .m-c li:last-child {
  border-bottom-color: transparent;
}
.g-list .m-c li:hover img {
  transform: scale(1.05);
}
.g-list .m-c li:hover .s-info .s-txt h3,
.g-list .m-c li:hover .s-info .s-txt p {
  color: #407cb2;
}
.g-list .m-c li .s-pic,
.g-list .m-c li .s-info {
  height: auto;
  overflow: hidden;
}
.g-list .m-c li .s-pic {
  width: 215px;
  height: 140px;
  overflow: hidden;
}
.g-list .m-c li .s-pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all ease-out 0.3s;
}
.g-list .m-c li .s-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 580px;
}
.g-list .m-c li .s-info .s-txt,
.g-list .m-c li .s-info .s-aside {
  height: auto;
  overflow: hidden;
}
.g-list .m-c li .s-info .s-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
}
.g-list .m-c li .s-info .s-txt h3,
.g-list .m-c li .s-info .s-txt p {
  height: auto;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.g-list .m-c li .s-info .s-txt h3 {
  font-size: 18px;
  color: #407cb2;
}
.g-list .m-c li .s-info .s-txt p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: lighter;
  color: #afafaf;
  line-height: 1.5;
}
.g-list .m-c li .s-info .s-txt a {
  color: inherit;
}
.g-list .m-c li .s-info .s-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 120px;
  text-align: right;
}
.g-list .m-c li .s-info .s-aside h3,
.g-list .m-c li .s-info .s-aside h5 {
  height: auto;
  overflow: hidden;
  color: #407cb2;
}
.g-list .m-c li .s-info .s-aside h3 {
  font-size: 24px;
}
.g-list .m-c li .s-info .s-aside h5 {
  font-size: 18px;
}
.g-list .m-c .s-more {
  height: auto;
  overflow: hidden;
  margin-top: 90px;
  text-align: center;
}
.g-list .m-c .s-more a {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #1950a2;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 2px;
  transition: all ease-out 0.3s;
}
.g-list .m-c .s-more a:hover {
  background: #002e80;
}
#inner-page {
  background: #f8f8f8;
  padding-bottom: 0;
}
/* 轮播样式 */
.lb-box {
  width: 60%;
  height: 580px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 568px) {
  .lb-box {
    width: 76%;
    height: 220px;
  }
}
.lb-content {
  width: 100%;
  height: 100%;
}
.lb-item {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}
.lb-item > a > img {
  width: 100%;
  height: 100%;
}
.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}
.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}
/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}
.lb-sign {
  width: 100%;
  position: absolute;
  left: 45%;
  bottom: 10px;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
}
.lb-sign li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  background: #ffcb00;
  border-radius: 50%;
}
.lb-ctrl {
  width: 32px;
  height: 32px;
  background: rgba(234, 234, 234, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 900;
  user-select: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s linear;
}
.lb-ctrl span {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 568px) {
  .lb-ctrl {
    font-size: 24px;
  }
}
.lb-ctrl.left {
  left: 10px;
}
.lb-ctrl.right {
  right: 10px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #ffcb00;
}
.aside-header {
  width: 100%;
  height: 400px;
  background: #373d41;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.aside-header .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.66);
  cursor: pointer;
}
.aside-header .aside-tab {
  cursor: pointer;
  position: relative;
  width: 18%;
  height: 400px;
}
.aside-header .aside-tab .aside-box img {
  width: 84px;
  height: 84px;
  margin-top: -50px;
}
.aside-header .aside-tab .aside-box h3 {
  width: 120px;
  height: 33px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 33px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  margin-top: 60px;
}
.aside-header .bottom {
  display: none;
  width: 500px;
  height: 160px;
  background-color: yellow;
  text-align: center;
  font: 700 100px/160px "simsun";
}
.aside-header .show {
  display: block;
}
.aside-header .current {
  background-color: yellow;
}
ul.nav-tabs {
  border: 1px solid rgba(221, 221, 221, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
ul.nav-tabs li {
  margin: 0;
  border-top: none;
}
ul.nav-tabs li:first-child {
  border-top: none;
}
ul.nav-tabs li a {
  margin: 0;
  padding: 8px 16px;
  border-radius: 0;
  background: #f4f4f4;
  color: #000;
  text-align: center;
  color: inherit;
  margin-top: 10px;
  display: block;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover {
  color: #fff;
  background: #ffb300;
  border: 1px solid #ffb300;
}
ul.nav-tabs li:first-child a {
  border-radius: 4px 4px 0 0;
}
ul.nav-tabs li:last-child a {
  border-radius: 0 0 4px 4px;
}
.affix {
  min-width: 15%;
  top: 30px;
  /* Set the ?top position of pinned element */
}
.newsCon {
  padding-top: 0;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.fz-30 {
  font-size: 30px;
}
.fz-14 {
  font-size: 14px;
}
.kelai_1 .right li {
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #222;
  float: left;
  padding: 33px 0;
}
.kelai_1 .right li img {
  width: 60px;
  margin: 20px auto;
  display: block;
}
.kelai_3 li {
  width: 360px;
  height: 230px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 30px;
  margin: 10px;
}
.kelai_fz_18 {
  color: #222;
  font-size: 18px;
}
.kelai_line {
  width: 40px;
  height: 4px;
  background-color: #d2d2d2;
  display: block;
  margin: 20px 0;
}
.kelai_fz_14 {
  color: #666;
  font-size: 14px;
}
.clear {
  clear: both;
}
.plc-content_container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: end;
}
.plc-content_container .plc-content_teaser {
  display: flex;
  flex: 260px 1 0;
  max-width: 348px;
  margin: 1rem;
  flex-direction: column;
  transition: all 0.2s;
}
.plc-content_container .plc-content_teaser picture {
  position: relative;
}
.plc-content_container .plc-content_teaser .plc-content_image {
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.plc-content_container .plc-content_teaser .plc-content_title {
  color: '#3a3a3a';
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  margin: 1.5rem 1.5rem 1rem 1.5rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.plc-content_container .plc-content_teaser .plc-content_text {
  color: '#3a3a3a';
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-weight: 400;
  overflow: hidden;
  margin: 0.5rem 1.5rem;
}
