@font-face {
  font-family: JCHEadA;
  src: url("./font/HeadlineA.ttf");
}
@font-face {
  font-family: DINAlternate;
  src: url("./font/DINAlternateBold.ttf");
}
.oh {
  overflow: hidden;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.borbox {
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.no-border {
  border: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #f3f7fa !important;
}
.bg-blue {
  background: #1451b4 !important;
}
.header {
  width: 100%;
  height: 0.9rem;
  background: #fff;
  transition: 0.5s ease all;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.header .logo img {
  height: 0.62rem;
  margin-top: 0.14rem;
  margin-left: 1rem;
}
.header .logo img.logo-img-transparent {
  display: none;
}
.header .logo img.logo-img-logo-img-default {
  display: block;
}
.header nav.header-nav {
  margin-right: 0.7rem;
  transition: 0.3s ease all;
}
.header nav.header-nav ul li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 0.9rem;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  line-height: 0.9rem;
}
.header nav.header-nav ul li a {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.18rem;
  color: #333;
}
.header nav.header-nav ul li .drow-down-nav {
  width: 1.86rem;
  top: 0.91rem;
  display: none;
  box-sizing: border-box;
  left: -0.01rem;
  border: 1px solid #ececec;
  border-top: none;
  position: absolute;
  background: #fff;
  padding-bottom: 0.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.header nav.header-nav ul li .drow-down-nav a {
  border-bottom: 1px solid #dae4f4;
  text-align: left;
  display: block;
  font-size: 0.16rem;
  line-height: 0.54rem;
  background: #fff;
}
.header nav.header-nav ul li .drow-down-nav a:hover {
  color: #1452B5 !important;
}
.header nav.header-nav ul li .drow-down-nav:after {
  content: "";
  background: #1452b5;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 4px;
}
.header nav.header-nav ul li.active a {
  background: #1452B5;
  padding: 6px 15px;
  border-radius: 19px;
  color: #fff;
}
.header nav.header-nav ul li:hover {
  height: 0.92rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dae4f4;
  border-right: 1px solid #dae4f4;
  background: #fff;
  box-sizing: border-box;
}
.header nav.header-nav ul li:hover a {
  color: #333;
}
.header nav.header-nav ul li:hover .drow-down-nav {
  display: block;
}
.header nav.header-nav ul li.active:hover {
  background: transparent;
  border: none;
  height: 0.9rem;
}
.header nav.header-nav ul li.active:hover a {
  color: #fff;
}
.header nav.header-nav ul li:hover::after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.header nav.header-nav ul li.active:hover::after {
  display: none;
}
.header.header-top {
  background: rgba(0, 24, 56, 0.3);
  border-bottom: 1px solid transparent;
}
.header.header-top .logo img.logo-img-default {
  display: none;
}
.header.header-top .logo img.logo-img-transparent {
  display: block;
}
.header.header-top nav.header-nav {
  margin-right: 0.7rem;
}
.header.header-top nav.header-nav ul li a {
  color: #fff;
}
.header.header-top nav.header-nav ul li:hover a {
  color: #333;
}
.header.header-top nav.header-nav ul li.active a {
  background: #fff;
  padding: 6px 15px;
  border-radius: 19px;
  color: #1452B5;
}
.header.header-top nav.header-nav ul li.active:hover a {
  color: #1452B5;
}
.common-footer {
  height: 2rem;
  display: flex;
  justify-content: center;
  background: #0c2142;
}
.common-footer .code-img {
  height: 1.14rem;
  margin-top: 0.43rem;
  width: auto;
  border-left: 1px solid #3D5478;
  border-right: 1px solid #3D5478;
  overflow: hidden;
}
.common-footer .code-img img {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.18rem;
  margin-left: 0.36rem;
  margin-right: 0.36rem;
}
.common-footer .common-footer-info {
  margin-top: 0.52rem;
  margin-left: 1.15rem;
}
.common-footer .common-footer-info .info-item {
  margin-bottom: 0.18rem;
}
.common-footer .common-footer-info .info-item p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.16rem;
  margin-right: 0.3rem;
}
.common-footer .common-footer-info .info-item p span,
.common-footer .common-footer-info .info-item p a {
  color: #8ab1ff;
  font-size: 0.18rem;
  margin-right: 0.2rem;
}
.common-footer .common-footer-info .info-item.item-start {
  margin-top: 0.44rem;
  margin-left: 0;
  margin-right: 0.6rem;
}
.common-footer .common-footer-info.info-left {
  margin-top: 0.42rem;
  margin-right: 0.6rem;
  margin-left: 0;
}
.common-footer .common-footer-info.info-left .info-item {
  margin-bottom: 0.09rem;
}
.pager a {
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  border: 1px solid #D9D9D9;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  font-size: 12px;
  margin: 0 3px;
}
.pager a.page.prev,
.pager a.page.next {
  font-family: cursive;
}
.pager a.page-curr {
  background: #1451b4;
  color: #fff;
  border-color: #1451b4;
}
.fix-box {
  width: 84px;
  position: fixed;
  bottom: 10%;
  right: 5px;
  border: 3px solid #1451b4;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #002b6f;
  background: #fff;
  z-index: 900;
  text-align: center;
  overflow: hidden;
}
.fix-box img {
  width: 0.25rem;
  height: auto;
  display: block;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.fix-box p {
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #1451b4;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}
.column-wrap {
  margin-top: 0.9rem;
}
.column-wrap .column-banner {
  width: 100%;
  height: 2.5rem;
  background-size: cover;
  background-position: center center;
}
.column-wrap .column-banner .column-banner-text {
  width: 50%;
  height: 100%;
  float: right;
  text-align: left;
}
.column-wrap .column-banner .column-banner-text p {
  font-size: 0.38rem;
  line-height: 0.58rem;
  margin-top: 0.7rem;
  color: #333;
}
.column-wrap .column-banner .column-banner-text span {
  font-size: 0.14rem;
  margin-top: 0.2rem;
  display: block;
  color: #333;
}
.column-wrap .column-banner .column-banner-text.text-white p,
.column-wrap .column-banner .column-banner-text.text-white span {
  color: #fff;
}
.column-wrap .column-tabs-wrap {
  width: 100%;
  height: 0.9rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.column-wrap .column-tabs-wrap .column-tabs {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab {
  cursor: pointer;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab .tab-icon {
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/column-icon-defautl.png") center center no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 0.2rem;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab .tab-text {
  margin-top: 0.23rem;
  margin-left: 0.1rem;
  float: left;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab .tab-text p {
  color: #999;
  font-size: 0.18rem;
  line-height: 0.25rem;
  display: block;
  font-weight: bold;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab .tab-text span {
  color: #999;
  font-size: 0.12rem;
  line-height: 0.17rem;
  display: block;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab.active .tab-icon {
  background: url("../images/column-icon-active.png") center center no-repeat;
  background-size: 100% 100%;
}
.column-wrap .column-tabs-wrap .column-tabs .column-tab.active p,
.column-wrap .column-tabs-wrap .column-tabs .column-tab.active span {
  color: #1451b4;
}
.column-wrap .product-content .product-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.column-wrap .product-content .product-item .item-wrap {
  display: flex;
  width: 12rem;
  margin-top: 0.4rem;
  min-height: 4.15rem;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.column-wrap .product-content .product-item .item-wrap .item-img {
  width: 5.8rem;
  height: 3.55rem;
  top: 50%;
  margin-top: -1.77rem;
  border-radius: 8px;
  position: absolute;
  border: 1px solid #c8dae7;
  box-sizing: border-box;
  text-align: center;
}
.column-wrap .product-content .product-item .item-wrap .item-img img {
  width: 5.6rem;
  height: 3.45rem;
  object-fit: cover;
  border-radius: 8px;
  border: none;
  padding-top: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}
.column-wrap .product-content .product-item .item-wrap .item-img .video-js {
  width: 5.6rem;
  height: 3.35rem;
  margin-top: 0.1rem;
  background: none;
}
.column-wrap .product-content .product-item .item-wrap .item-img .video-js video {
  margin-left: 0.1rem;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.column-wrap .product-content .product-item .item-wrap .item-img .video-js .vjs-big-play-button {
  bottom: 0.14rem;
  left: 0.2rem;
  top: auto;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  line-height: 0.54rem;
  background: url("../images/video-play.png");
  background-size: 100% 100%;
}
.column-wrap .product-content .product-item .item-wrap .item-img .video-js .vjs-control-bar {
  left: 0.1rem;
}
.column-wrap .product-content .product-item .item-wrap .item-img .video-js .vjs-tech {
  height: 100%;
  outline: none;
  border: none;
  background: none;
  overflow: hidden;
}
.column-wrap .product-content .product-item .item-wrap .item-desc {
  width: 6.2rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  z-index: 2;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  background: #fff;
}
.column-wrap .product-content .product-item .item-wrap .item-desc .desc-title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.column-wrap .product-content .product-item .item-wrap .item-desc .desc-text {
  margin-top: 0.3rem;
  width: 4.8rem;
  margin-left: 0.5rem;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  border-left: 2px solid #1451b4;
}
.column-wrap .product-content .product-item.item-type1 .item-wrap {
  justify-content: flex-end;
}
.column-wrap .product-content .product-item.item-type1 .item-wrap .item-img {
  left: 0rem;
}
.column-wrap .product-content .product-item.item-type1 .item-wrap .item-img img {
  left: 0.1rem;
}
.column-wrap .product-content .product-item.item-type1 .item-wrap .item-img video {
  left: 0rem;
}
.column-wrap .product-content .product-item.item-type2 {
  background: #f3f7fa;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-img {
  right: 0rem;
  margin-left: 0rem;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-img img,
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-img video {
  right: 0.1rem;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-img .video-js video {
  left: 0rem;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-desc {
  left: -6.2rem;
  background: #1451b4;
  border-color: #fff;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-desc .desc-title {
  color: #fff;
}
.column-wrap .product-content .product-item.item-type2 .item-wrap .item-desc .desc-text {
  color: #fff;
  border-left: 2px solid #fff;
}
.column-wrap .solution-content {
  width: 100%;
}
.column-wrap .solution-content .solution-item .item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  background: linear-gradient(to right, #f3f7fa 0%, #f3f7fa 50%, #1451b4 50%, #1451b4 100%);
}
.column-wrap .solution-content .solution-item .item-wrap .solution {
  min-height: 4.6rem;
  display: flex;
  align-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.column-wrap .solution-content .solution-item .item-wrap .solution ul,
.column-wrap .solution-content .solution-item .item-wrap .solution li {
  width: 100%;
}
.column-wrap .solution-content .solution-item .item-wrap .solution li {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.column-wrap .solution-content .solution-item .item-wrap .solution .solution-item {
  width: 100%;
  font-size: 0.16rem;
  height: 1.08rem;
  line-height: 1.08rem;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-old {
  background: #f3f7fa;
  justify-content: flex-end;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-old ul {
  margin-right: 1.2rem;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-old .solution-item {
  height: 1.08rem;
  background: url("../images/bg-sulution-item-old.png") center right no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-old .solution-item p {
  margin-right: 1.05rem;
  color: #999;
  font-family: "fangsong";
}
.column-wrap .solution-content .solution-item .item-wrap .solution-new {
  background: #1451b4;
  justify-content: flex-start;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-new ul {
  margin-left: 1.2rem;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-new .solution-item {
  background: url("../images/bg-sulution-item-new.png") center left no-repeat;
  background-size: auto 100%;
  text-align: left;
}
.column-wrap .solution-content .solution-item .item-wrap .solution-new .solution-item p {
  margin-left: 1.05rem;
  color: #fff;
  font-family: "fangsong";
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center {
  position: absolute;
  left: 50%;
  margin-left: -0.96rem;
  width: 1.92rem;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .solution-name {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .solution-name .border-div {
  margin-top: 0.05rem;
  margin-left: 0.05rem;
  border-radius: 50%;
  overflow: hidden;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .solution-name .border-div p {
  text-align: center;
  font-family: "fangsong";
  font-weight: bold;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .old-solution-name {
  width: 0.97rem;
  height: 0.97rem;
  margin-bottom: 0.53rem;
  background: #f3f7fa;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .old-solution-name .border-div {
  width: 0.83rem;
  height: 0.83rem;
  border: 1px solid #333;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .old-solution-name .border-div p {
  line-height: 0.83rem;
  color: #333;
  font-weight: bold;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .new-solution-name {
  width: 2.06rem;
  height: 2.06rem;
  background: #1451b4;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .new-solution-name .border-div {
  width: 1.92rem;
  height: 1.92rem;
  border: 1px solid #fff;
}
.column-wrap .solution-content .solution-item .item-wrap .pos-center .new-solution-name .border-div p {
  line-height: 1.92rem;
  font-size: 0.26rem;
  color: #fff;
}
.column-wrap .solution-content .solution-img {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.column-wrap .solution-content .solution-img img {
  width: 12rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.column-wrap .solution-content .solution-process {
  overflow: hidden;
  height: 3.3rem;
  width: 100%;
  background-size: cover;
}
.column-wrap .solution-content .solution-process .process-info {
  width: 12rem;
  margin: 0 auto;
}
.column-wrap .solution-content .solution-process .process-info p.desc {
  width: 7.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
  margin-top: 0.47rem;
}
.column-wrap .solution-content .solution-process .process-info .process {
  margin-top: 0.57rem;
}
.column-wrap .solution-content .solution-process .process-info .process p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #fff;
}
.column-wrap .solution-content .solution-process .process-info .process ul {
  margin-top: 0.16rem;
  overflow: hidden;
}
.column-wrap .solution-content .solution-process .process-info .process ul li {
  margin-right: -0.18rem;
  float: left;
}
.column-wrap .solution-content .solution-process .process-info .process ul li span {
  line-height: 0.38rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  min-width: 0.84rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.25rem;
  display: block;
  color: #002663;
}
.column-wrap .case-content {
  width: 100%;
  background-size: cover;
  position: relative;
}
.column-wrap .case-content .case-bg-line {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.column-wrap .case-content .case-item {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  width: 12rem;
}
.column-wrap .case-content .case-item .item-title {
  margin-top: 0.46rem;
}
.column-wrap .case-content .case-item .item-title p {
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #fff;
  text-shadow: 0px 2px 6px #000000;
}
.column-wrap .case-content .case-item .item-info {
  margin-top: 0.52rem;
  margin-bottom: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.column-wrap .case-content .case-item .item-info .info {
  width: 3.6rem;
  border-radius: 8px;
  overflow: hidden;
}
.column-wrap .case-content .case-item .item-info .info .info-title {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  color: #fff;
  background: #1451b4;
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.5px;
}
.column-wrap .case-content .case-item .item-info .info .info-context {
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 8px 8px;
}
.column-wrap .case-content .case-item .item-info .info .info-context p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}
.column-wrap .news-content {
  width: 12.1rem;
  margin-bottom: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.column-wrap .news-content .news-list li {
  width: 11.68rem;
  position: relative;
  height: 1.6rem;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  border-radius: 8px 0 8px 8px;
  margin-top: 0.2rem;
}
.column-wrap .news-content .news-list li .news-item {
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.column-wrap .news-content .news-list li .news-item .news-more {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  display: block;
  color: #192e3e;
  font-size: 0.14rem;
}
.column-wrap .news-content .news-list li .news-item .news-more img {
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.04rem;
}
.column-wrap .news-content .news-list li .news-item .news-title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #1451b4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-wrap .news-content .news-list li .news-item .news-desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: 8.8rem;
  margin-top: 0.24rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.column-wrap .news-content .news-list li .pos-arrow {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 0.16rem;
  height: 0.15rem;
  background: url("../images/news-item-arrow.png") center center no-repeat;
  background-size: 100% 100%;
}
.column-wrap .news-content .news-list li .pos-time {
  width: 0.52rem;
  height: 0.8rem;
  padding-top: 0.06rem;
  background: #1451b4;
  color: #fff;
  position: absolute;
  right: -0.52rem;
  top: 0rem;
  border-radius: 0 8px 8px 8px;
  text-align: center;
}
.column-wrap .news-content .news-list li .pos-time .line {
  width: 0.34rem;
  height: 0.01rem;
  background: #fff;
  margin: 0 auto;
}
.column-wrap .news-content .news-list li .pos-time span {
  font-size: 0.16rem;
  line-height: 0.4rem;
  display: block;
}
.column-wrap .news-content .pagination {
  margin-top: 0.2rem;
  text-align: center;
}
.column-wrap .news-content .pagination .layui-laypage-next,
.column-wrap .news-content .pagination .layui-laypage-prev {
  font-family: cursive;
}
.column-wrap .news-content .pagination .layui-box.layui-laypage.layui-laypage-molv a,
.column-wrap .news-content .pagination .layui-box.layui-laypage.layui-laypage-molv span {
  margin: 0 4px;
  border-radius: 6px;
}
.column-wrap .news-detail-content {
  background: #f3f7fa;
}
.column-wrap .news-detail-content .news-detail {
  width: 12.2rem;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  overflow: hidden;
}
.column-wrap .news-detail-content .news-detail .link-back {
  text-align: left;
  margin-left: 0.3rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  display: block;
}
.column-wrap .news-detail-content .news-detail .link-back img {
  transform: rotate(180deg);
  width: 0.18rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.column-wrap .news-detail-content .news-detail .news-title {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-top: 0.3rem;
  width: 10.8rem;
  margin-right: auto;
  margin-left: auto;
  color: #1451b4;
}
.column-wrap .news-detail-content .news-detail .news-info {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.16rem;
  color: #999;
}
.column-wrap .news-detail-content .news-detail .news-abstract {
  width: 10.8rem;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #ddeaff;
}
.column-wrap .news-detail-content .news-detail .news-abstract .abstract-label {
  width: 0.5rem;
  float: left;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1451b4;
  text-align: right;
}
.column-wrap .news-detail-content .news-detail .news-abstract .abstract-context {
  float: left;
  width: 10.3rem;
}
.column-wrap .news-detail-content .news-detail .news-abstract .abstract-context p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}
.column-wrap .news-detail-content .news-detail .news-context {
  width: 10.8rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.column-wrap .news-detail-content .news-detail .news-context img {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.column-wrap .news-detail-content .news-detail .news-context p,
.column-wrap .news-detail-content .news-detail .news-context span {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.column-wrap .news-detail-content .news-detail .news-bottom-buttons {
  display: flex;
  justify-content: space-between;
  width: 10.8rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}
.column-wrap .news-detail-content .news-detail .news-bottom-buttons .news-btn {
  width: 1.5rem;
  height: 0.4rem;
  cursor: pointer;
  border: 1px solid #1451b4;
  background: #fff;
  color: #1451b4;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.4rem;
  border-radius: 8px;
}
.column-wrap .news-detail-content .news-detail .news-bottom-buttons .news-btn a {
  width: 100%;
  height: 100%;
  display: block;
}
.column-wrap .news-detail-content .news-detail .news-bottom-buttons .news-btn.btn-primary {
  background: #1451b4;
  color: #fff;
}
.column-wrap .news-detail-content .news-detail .news-bottom-buttons .news-btn.btn-primary a {
  color: #fff;
}
.column-wrap .about-content {
  overflow: hidden;
}
.column-wrap .about-content .title-block {
  width: 2.8rem;
  height: 3.15rem;
  padding-top: 0.45rem;
  border-radius: 0 0 100px 8px;
  background: #1451b4;
  position: relative;
}
.column-wrap .about-content .title-block p {
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #fff;
  font-weight: bold;
  margin-left: 0.4rem;
  margin-bottom: 0.06rem;
  font-family: Arial;
}
.column-wrap .about-content .title-block p:last-child {
  font-size: 0.24rem;
  font-weight: normal;
}
.column-wrap .about-content .title-block::after {
  content: "";
  width: 1.7rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0.45rem;
  background: #fff;
  left: 0.4rem;
}
.column-wrap .about-content .about-content-item {
  width: 100%;
  background: #f3f7fa;
}
.column-wrap .about-content .about-content-item .about-culture {
  width: 12rem;
  margin: 0 auto;
}
.column-wrap .about-content .about-content-item .about-culture .about {
  height: 4.6rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.column-wrap .about-content .about-content-item .about-culture .about .about-context {
  width: 8.6rem;
  margin-top: 0.4rem;
}
.column-wrap .about-content .about-content-item .about-culture .about .about-context p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  margin-bottom: 0.2rem;
  font-family: Arial;
}
.column-wrap .about-content .about-content-item .about-culture .about .about-context p span {
  color: #1451b4;
  font-weight: bold;
  font-family: Arial;
}
.column-wrap .about-content .about-content-item .about-culture .culture {
  width: 100%;
  position: relative;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top {
  width: 100%;
  overflow: hidden;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .title-block {
  border-radius: 0 0 8px 100px;
  background: #1451b4;
  position: absolute;
  text-align: right;
  right: 0rem;
  top: 0rem;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .title-block p {
  margin-right: 0.4rem;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .title-block::after {
  right: 0.4rem;
  left: auto;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item {
  width: 100%;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .item-title {
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.6rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  width: 8.6rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #1451b4;
  border-top: 1px solid #1451b4;
  border-bottom: 1px solid #1451b4;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .culture-info-list {
  width: 100%;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .culture-info-list .culture-info {
  margin-bottom: 0.4rem;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .culture-info-list .culture-info h4 {
  width: 8.6rem;
  background: linear-gradient(90deg, #1451b4, rgba(20, 81, 180, 0));
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0.2rem;
  margin-bottom: 0.2rem;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .culture-info-list .culture-info p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  width: 8.7rem;
}
.column-wrap .about-content .about-content-item .about-culture .culture .culture-top .culture-item .culture-info-list .culture-info img {
  width: 8.02rem;
  height: auto;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.column-wrap .about-content .about-content-item .honor {
  height: 4.17rem;
  width: 100%;
  background: linear-gradient(135deg, #ffffff, #c6dbfd 53%, #d3e1f7);
  overflow: hidden;
  position: relative;
}
.column-wrap .about-content .about-content-item .honor .honor-bottom-bg {
  width: 100%;
  height: 1.2rem;
  background: #97bbf6;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
.column-wrap .about-content .about-content-item .honor .honor-statics {
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  width: 12rem;
}
.column-wrap .about-content .about-content-item .honor .honor-statics .statics-item {
  width: 2.52rem;
  height: 0.9rem;
  background: url(../images/bg-honor.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.column-wrap .about-content .about-content-item .honor .honor-statics .statics-item p {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #333;
  margin-top: 0.05rem;
}
.column-wrap .about-content .about-content-item .honor .honor-statics .statics-item span {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #1451b4;
  margin-top: 0.12rem;
  display: block;
}
.column-wrap .about-content .about-content-item .swipe-honor {
  height: 2.22rem;
  width: 12rem;
  margin-top: 0.7rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.column-wrap .about-content .about-content-item .swipe-honor .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.column-wrap .about-content .about-content-item .swipe-honor img {
  width: 2.2rem;
  height: 2.22rem;
}
.column-wrap .about-content .about-content-item .honor.honor-vertical {
  height: 3.3rem;
}
.column-wrap .about-content .about-content-item .honor.honor-vertical .honor-bottom-bg {
  background: #517EC6;
}
.column-wrap .about-content .about-content-item .swipe-honor-vertical {
  height: 2.7rem;
  width: 12rem;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.column-wrap .about-content .about-content-item .swipe-honor-vertical .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.column-wrap .about-content .about-content-item .swipe-honor-vertical img {
  width: 1.8rem;
  height: 2.7rem;
}
.column-wrap .about-content .responsibility {
  width: 12rem;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.column-wrap .about-content .responsibility .responsibility-item {
  width: 100%;
  height: 3.46rem;
  margin-top: 0.3rem;
  background: url("../images/bg-box1.png");
  background-size: 8.7rem 2.87rem;
  background-position-x: left;
  background-position-y: 0.2rem;
  background-repeat: no-repeat;
  position: relative;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title {
  overflow: hidden;
  float: left;
  margin-left: 8.9rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-icon {
  background: url("../images/column-icon-active-orange.png") center center no-repeat;
  background-size: cover;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-text {
  display: inline-block;
  vertical-align: middle;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-text p,
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-text span {
  color: #d9670c;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-text p {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-title .title-text span {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context {
  overflow: hidden;
  width: 11.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-info {
  width: 7.3rem;
  float: left;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-info .info-img {
  width: 1.4rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-info .info-img img {
  width: 1.4rem;
  height: auto;
  max-height: 100%;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-info .info-text,
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-info .info-text p {
  width: 5.4rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-cover {
  width: 3.36rem;
  height: 2.64rem;
  margin-top: 0.34rem;
  float: right;
  line-height: 2.3rem;
}
.column-wrap .about-content .responsibility .responsibility-item .item-context .context-cover img {
  width: 100%;
  height: auto;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 {
  background: url("../images/bg-box2.png");
  background-size: 8.7rem 2.87rem;
  background-position-x: right;
  background-position-y: 0.2rem;
  background-repeat: no-repeat;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-title {
  float: left;
  margin-left: 0;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-context .context-info {
  width: 9.26rem;
  float: right;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-context .context-info .info-img {
  width: 3.36rem;
  height: 2.64rem;
  margin-top: 0.34rem;
  float: left;
  line-height: 2.3rem;
  margin-right: 0.6rem;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-context .context-info .info-img img {
  width: 100%;
  height: auto;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-context .context-cover {
  width: 2.11rem;
}
.column-wrap .about-content .responsibility .responsibility-item.type2 .item-context .context-cover img {
  width: 2.11rem;
  height: auto;
  max-height: 100%;
}
.column-wrap .about-content .events {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.column-wrap .about-content .events .base-time-line {
  width: 1.8rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
.column-wrap .about-content .events .base-time-line .time-node {
  width: 0.9rem;
  height: 1.5rem;
  position: relative;
  border: none;
  border-right: 2px solid #91acd6;
}
.column-wrap .about-content .events .base-time-line .time-node .pos-node {
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  background: #91acd6;
  border-radius: 50%;
  right: -0.07rem;
  top: 0;
}
.column-wrap .about-content .events .base-time-line .time-node p.time {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #91acd6;
  position: absolute;
  top: -0.1rem;
  right: 0.17rem;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event {
  width: 4.2rem;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  background: #fff;
  position: absolute;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  left: -5.4rem;
  border-radius: 8px;
  transform: translateY(-50%);
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-title {
  display: flex;
  align-items: center;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-title h4 {
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #333;
  font-weight: bold;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-title span {
  width: 0.14rem;
  height: 0.14rem;
  background: #333;
  border-radius: 50%;
  display: block;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-title p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333;
  font-weight: bold;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-desc {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1d262d;
  margin-top: 0.2rem;
}
.column-wrap .about-content .events .base-time-line .time-node .node-event .event-pos-arrow {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -5px;
}
.column-wrap .about-content .events .base-time-line .time-node.node-type2 {
  margin-left: 0.9rem;
  border: none;
  border-left: 2px solid #91acd6;
}
.column-wrap .about-content .events .base-time-line .time-node.node-type2 .pos-node {
  right: 0;
  left: -0.08rem;
}
.column-wrap .about-content .events .base-time-line .time-node.node-type2 .node-event {
  left: auto;
  margin-left: 0;
  right: 0;
  left: 1.2rem;
}
.column-wrap .about-content .events .base-time-line .time-node.node-type2 .node-event .event-pos-arrow {
  right: 0;
  left: -19px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
.column-wrap .about-content .events .event-time-line {
  width: 2px;
  height: 100%;
  background: #91acd6;
  margin-left: 90px;
  margin-right: 90px;
}
.column-wrap .about-content .events .node-event {
  width: 420px;
  margin-bottom: 0.2rem;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  background: #fff;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
}
.column-wrap .about-content .events .node-event .event-title {
  display: flex;
  align-items: center;
}
.column-wrap .about-content .events .node-event .event-title h4 {
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #333;
  font-weight: normal;
  font-family: JCHEadA;
}
.column-wrap .about-content .events .node-event .event-title span {
  width: 0.14rem;
  height: 0.14rem;
  background: #333;
  border-radius: 50%;
  display: block;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.column-wrap .about-content .events .node-event .event-title p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333;
  font-weight: bold;
}
.column-wrap .about-content .events .node-event .event-desc {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1d262d;
  margin-top: 0.2rem;
}
.column-wrap .about-content .events .node-event .event-desc p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1d262d;
}
.column-wrap .about-content .events .node-event .event-pos-arrow {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -5px;
}
.column-wrap .about-content .events .node-event .pos-event-time {
  height: 50%;
  width: 90px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
}
.column-wrap .about-content .events .node-event .pos-event-time p.time {
  position: absolute;
  top: -0.14rem;
  color: #91acd6;
  font-size: 0.24rem;
}
.column-wrap .about-content .events .node-event .pos-event-time .pos-node {
  width: 14px;
  height: 14px;
  background: #91acd6;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
}
.column-wrap .about-content .events .node-event .pos-event-time .pos-line-white-top,
.column-wrap .about-content .events .node-event .pos-event-time .pos-line-white-bottom {
  width: 8px;
  height: 100%;
  background: #f3f7fa;
  position: absolute;
  z-index: 9;
}
.column-wrap .about-content .events .events-left .pos-event-time {
  border-right: 2px solid #91acd6;
  right: -92px;
}
.column-wrap .about-content .events .events-left .pos-event-time p.time {
  text-align: right;
  right: 0.2rem;
}
.column-wrap .about-content .events .events-left .pos-event-time .pos-node {
  top: -7px;
  right: -7px;
}
.column-wrap .about-content .events .events-left .pos-event-time .pos-line-white-top {
  right: -4px;
  bottom: 100%;
}
.column-wrap .about-content .events .events-left .pos-event-time .pos-line-white-bottom {
  right: -4px;
  bottom: -20%;
  background-color: #f3f7fa;
  height: 120%;
}
.column-wrap .about-content .events .events-right {
  margin-top: 1rem;
}
.column-wrap .about-content .events .events-right .pos-event-time {
  border: none;
  border-left: 2px solid #91acd6;
  left: -92px;
}
.column-wrap .about-content .events .events-right .pos-event-time p.time {
  text-align: left;
  left: 0.2rem;
}
.column-wrap .about-content .events .events-right .pos-event-time .pos-node {
  top: -7px;
  left: -7px;
}
.column-wrap .about-content .events .events-right .pos-event-time .pos-line-white-top {
  right: auto;
  left: -4px;
  bottom: -20%;
  background-color: #f3f7fa;
  height: 120%;
}
.column-wrap .about-content .events .events-right .pos-event-time .pos-line-white-bottom {
  right: auto;
  left: -4px;
  bottom: -20%;
  background-color: #f3f7fa;
  height: 120%;
}
.column-wrap .about-content .events .events-right .event-pos-arrow {
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  right: auto;
  left: -19px;
}
.column-wrap .position-content {
  background: #f3f7fa;
  overflow: hidden;
}
.column-wrap .position-content .position-list {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.column-wrap .position-content .position-list li {
  width: 100%;
  height: 2.24rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  background: #fff;
  margin-bottom: 0.3rem;
}
.column-wrap .position-content .position-list li .position-info {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  position: relative;
}
.column-wrap .position-content .position-list li .position-info .position-more {
  position: absolute;
  right: 0rem;
  top: 0rem;
  display: block;
  color: #192e3e;
  font-size: 0.14rem;
}
.column-wrap .position-content .position-list li .position-info .position-more img {
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.04rem;
}
.column-wrap .position-content .position-list li .position-info .name a,
.column-wrap .position-content .position-list li .position-info .name span {
  display: inline-block;
  vertical-align: middle;
}
.column-wrap .position-content .position-list li .position-info .name a {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #1451b4;
  font-weight: bold;
}
.column-wrap .position-content .position-list li .position-info .name span.type {
  width: 0.44rem;
  height: 0.2rem;
  border-radius: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  text-align: center;
  margin-left: 0.2rem;
}
.column-wrap .position-content .position-list li .position-info .name span.type.type-social {
  background: linear-gradient(142deg, #ffd7b8, #d9670c 74%);
  color: #fff;
}
.column-wrap .position-content .position-list li .position-info .name span.type.type-school {
  background: linear-gradient(142deg, #9cf4d6, #00aa71 74%);
  color: #fff;
}
.column-wrap .position-content .position-list li .position-info .desc {
  overflow: hidden;
  margin-top: 0.24rem;
}
.column-wrap .position-content .position-list li .position-info .desc .desc-label {
  width: 0.8rem;
  float: left;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.column-wrap .position-content .position-list li .position-info .desc .desc-value {
  width: 10rem;
  float: left;
}
.column-wrap .position-content .position-list li .position-info .desc .desc-value .values p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-wrap .position-content .position-list li .position-info .desc .desc-value p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-wrap .position-content .position-list li .position-info .condition {
  margin-top: 0.2rem;
}
.column-wrap .position-content .position-list li .position-info .condition span {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999;
}
.column-wrap .position-content .position-list li .position-info .condition i {
  font-size: 0.14rem;
  color: #9c9c9c;
  margin-left: 0.12rem;
  margin-right: 0.12rem;
}
.column-wrap .position-content .position-bottom {
  width: 12rem;
  margin: 0 auto;
  height: 3.6rem;
  background: url(../images/position-bottom-bg.png) center center;
  background-size: cover;
  position: relative;
}
.column-wrap .position-content .position-bottom .company-info {
  width: 4.4rem;
  position: absolute;
  left: 50%;
  margin-left: -2.2rem;
  bottom: 0.55rem;
}
.column-wrap .position-content .position-bottom .company-info p,
.column-wrap .position-content .position-bottom .company-info a {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
}
.column-wrap .position-content .personnel-training {
  overflow: hidden;
}
.column-wrap .position-content .personnel-training .personnel-training-content {
  position: relative;
  width: 12rem;
  overflow: hidden;
  margin: 0 auto;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block {
  width: 2.8rem;
  height: 3.15rem;
  padding-top: 0.45rem;
  border-radius: 0 0 100px 8px;
  background: #1451b4;
  position: relative;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block p {
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #fff;
  font-weight: bold;
  margin-left: 0.4rem;
  margin-bottom: 0.06rem;
  font-family: Arial;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block p:last-child {
  font-size: 0.24rem;
  font-weight: normal;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block::after {
  content: "";
  width: 1.7rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0.45rem;
  background: #fff;
  left: 0.4rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block.fr {
  border-radius: 0 0 8px 100px;
  text-align: right;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block.fr p {
  margin-right: 0.4rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .title-block.fr::after {
  content: "";
  position: absolute;
  bottom: 0.45rem;
  background: #fff;
  right: 0.4rem;
  left: auto;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info {
  width: 8.2rem;
  margin-top: 0.16rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-icon {
  width: 0.58rem;
  height: 0.58rem;
  background: url("../images/icon-traning.png") center center no-repeat;
  background-size: 50% 50%;
  border-radius: 50%;
  border: 8px solid #1451b4;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-line {
  width: 0.8rem;
  height: 0.04rem;
  background: #1451b4;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-type-name {
  width: 2rem;
  height: 0.48rem;
  font-size: 0.2rem;
  margin-right: 0.5rem;
  line-height: 0.48rem;
  background: #1451b4;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects {
  width: 2.4rem;
  position: relative;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  border-radius: 8px;
  margin-top: 0.18rem;
  margin-bottom: 0.18rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects .item-projects-list {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: 0.7rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects .item-projects-list p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1451b4;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects .pos-arrow {
  width: 0.08rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  left: -0.08rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects .pos-arrow img {
  width: 100%;
  height: 100%;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-projects::before {
  content: "";
  width: 0.3rem;
  background: #1451b4;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 0 0 8px;
  height: 100%;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-pos-line,
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-pos-line-top {
  width: 1px;
  height: 100%;
  background: #c2d1eb;
  position: absolute;
  top: 50%;
  left: 0.29rem;
  z-index: 2;
  margin-top: 0.29rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item .item-pos-line-top {
  top: 0;
  margin-top: -0.29rem;
  height: 50%;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item.tranining-outside .item-projects {
  margin-bottom: 0.6rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .tranining-item.tranining-inside .item-projects {
  margin-top: 0.5rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .default-training-item {
  width: 8.6rem;
  min-height: 4rem;
  margin-top: 0.4rem;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .default-training-item .default-title {
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1451b4;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .default-training-item .default-context {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #333;
}
.column-wrap .position-content .personnel-training .personnel-training-content .tranining-info .default-training-item .default-context span {
  color: #1451b4;
  font-weight: bold;
}
.column-wrap .position-content .position-treatment img {
  height: 5.85rem;
  width: auto;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}
.column-wrap .position-detail-content {
  background: #f3f7fa;
}
.column-wrap .position-detail-content .news-detail {
  width: 12.2rem;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 0.6rem;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
  overflow: hidden;
}
.column-wrap .position-detail-content .news-detail .link-back {
  text-align: left;
  margin-left: 0.3rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  display: block;
}
.column-wrap .position-detail-content .news-detail .link-back img {
  transform: rotate(180deg);
  width: 0.18rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.column-wrap .position-detail-content .news-detail .news-title {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-top: 0.3rem;
  width: 10.8rem;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  color: #1451b4;
}
.column-wrap .position-detail-content .news-detail .news-context {
  width: 10.8rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.column-wrap .position-detail-content .news-detail .news-context .context-label {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #1451b4;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.column-wrap .position-detail-content .news-detail .news-context img {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.column-wrap .position-detail-content .news-detail .news-context p {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.column-wrap .position-detail-content .position-bottom {
  width: 12.2rem;
  margin: 0 auto;
  height: 3.6rem;
  background: url(../images/position-bottom-bg.png) center center;
  background-size: cover;
  position: relative;
}
.column-wrap .position-detail-content .position-bottom .company-info {
  width: 4.4rem;
  position: absolute;
  left: 50%;
  margin-left: -2.2rem;
  bottom: 0.55rem;
}
.column-wrap .position-detail-content .position-bottom .company-info p,
.column-wrap .position-detail-content .position-bottom .company-info a {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
}
.column-wrap .connect-content {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.column-wrap .connect-content .connect-title h4 {
  color: #1451b4;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.column-wrap .connect-content .connect-title p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999;
  margin-top: 0.06rem;
}
.column-wrap .connect-content .connect-form {
  overflow: hidden;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.column-wrap .connect-content .connect-form .form-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.column-wrap .connect-content .connect-form .form-row input,
.column-wrap .connect-content .connect-form .form-row textarea {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  font-size: 0.16rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.column-wrap .connect-content .connect-form .form-row input[type="text"] {
  width: 3.12rem;
  height: 0.68rem;
  line-height: 0.68rem;
}
.column-wrap .connect-content .connect-form .form-row textarea {
  width: 12rem;
  height: 1.24rem;
  line-height: 0.22rem;
  padding-top: 0.24rem;
  padding-left: 0.24rem;
  padding-right: 0.2rem;
  padding-bottom: 0rem;
}
.column-wrap .connect-content .connect-form .form-button {
  width: 2.3rem;
  cursor: pointer;
  height: 0.58rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #1451b4, #6698e8 48%, #3e7bde);
  color: #fff;
  text-align: center;
  line-height: 0.58rem;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.column-wrap .connect-content .connect-form .error-msg {
  color: #f00;
  font-size: 12px;
  line-height: 20px;
  display: none;
}
@media screen and (max-width: 1360px) {
  .column-wrap .about-content .events .node-event {
    width: 370px;
  }
}
