/**
 * This is variable
 **/
.content-article__wrapper {
  position: relative;
  background: #ffffff;
  padding: 0 0 50px;
}
@media (max-width: 1200px) {
  .content-article__wrapper {
    padding: 0 0 0;
  }
}
.content-article__wrapper .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .content-article__wrapper .wrap {
    display: block;
  }
}
.content-article__wrapper .wrap::after {
  content: none;
}
.content-article__wrapper .content-article__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) {
  .content-article__wrapper .content-article__left {
    max-width: calc(100vw - 320px - 300px);
  }
}
.content-article__wrapper .content-article__right {
  width: 320px;
  margin: 0 0 0 100px;
}
@media (max-width: 1688px) {
  .content-article__wrapper .content-article__right {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 1440px) {
  .content-article__wrapper .content-article__right {
    margin: 0 0 0 50px;
  }
}
.content-article__wrapper .content-article__rows {
  position: relative;
  overflow: hidden;
}
.content-article__branch {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .content-article__branch {
    padding: 20px 0;
  }
}
.content-article__branch .list {
  position: relative;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-article__branch .item {
  display: inline;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.content-article__branch .item + .item::before {
  content: '>';
  color: #999999;
}
.content-article__branch .item a,
.content-article__branch .item span {
  color: #999999;
  font-size: 16px;
}
.content-article__branch .item a:hover {
  color: #004bc8;
}
.content-article__title {
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .content-article__title {
    margin-bottom: 10px;
  }
}
.content-article__title .title {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .content-article__title .title {
    margin-bottom: 10px;
  }
}
.content-article__title .title h1 {
  line-height: 1.2;
  font-size: 1.7em;
  color: #333333;
}
@media (max-width: 1200px) {
  .content-article__title .title h1 {
    font-size: 20px;
  }
}
.content-article__title .attr {
  line-height: 0;
}
.content-article__title .attr .tag {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1200px) {
  .content-article__title .attr .tag {
    display: inline;
  }
}
.content-article__title .attr .tag dt,
.content-article__title .attr .tag dd {
  display: inline;
  vertical-align: middle;
}
.content-article__title .attr .tag dd + dd::before {
  content: '|';
  margin: 0 12px 0 10px;
}
.content-article__title .attr .tag dt {
  margin: 0 10px 0 0;
}
.content-article__title .attr .flow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.content-article__title .attr .flow span {
  display: block;
  height: 26px;
  line-height: 26px;
  background: #004bc8;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 30px;
  cursor: pointer;
}
.content-article__detail {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .content-article__detail {
    padding: 20px 0 0;
  }
}
.content-article__detail h2 {
  font-size: 0.9em;
  margin: 0 0 1em;
}
.content-article__detail img,
.content-article__detail video,
.content-article__detail audio {
  max-width: 100% !important;
  height: auto !important;
}
.content-article__detail img[align="left"],
.content-article__detail video[align="left"],
.content-article__detail audio[align="left"] {
  float: none;
  display: block;
  margin: 10px auto 0;
}
.content-article__detail p * {
  font-family: 'Microsoft Yahei' !important;
}
.content-article-detail {
  padding: 0;
}
@media (max-width: 1200px) {
  .content-article-detail {
    padding: 0;
  }
}
.content-article__relation {
  border-top: 1px solid #dddddd;
  position: relative;
  padding: 30px 0;
  margin: 30px 0 0;
}
@media (max-width: 1200px) {
  .content-article__relation {
    padding: 20px 0;
  }
}
.content-article__relation .item {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-article__relation .item span,
.content-article__relation .item a {
  font-size: 0.9em;
}
.content-article__random {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px;
}
@media (max-width: 1200px) {
  .content-article__random {
    padding-bottom: 50px;
  }
}
.content-article__random .thead h2 {
  line-height: 40px;
  font-size: 1em;
}
.content-article__random .list {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}
.content-article__random .list.x1 .item {
  float: none;
  width: 100%;
}
.content-article__random .item {
  float: left;
  width: 33.33%;
}
@media (max-width: 1200px) {
  .content-article__random .item {
    float: none;
    width: 100%;
  }
}
.content-article__random .cell {
  display: block;
  position: relative;
  margin: 0 20px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-article__random .cell a {
  font-size: 0.9em;
}
.content-article__random .cell a::before {
  content: '●';
  margin: 0 8px 0 0;
}
.content-article__video .list {
  overflow: hidden;
  margin: -5px;
}
.content-article__video .item {
  float: left;
  width: 50%;
}
.content-article__video .cell {
  margin: 5px;
  display: block;
  position: relative;
}
.content-article__video .cell:hover .cover .img::after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.content-article__video .cell:hover .cover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-article__video .cover {
  position: relative;
}
.content-article__video .cover .img {
  position: relative;
  padding: 0 0 67%;
  overflow: hidden;
  border-radius: 5px;
}
.content-article__video .cover .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.content-article__video .cover .img::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../icon/e.png) 0 -500px no-repeat;
}
.content-article__video .cover .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-article__video .exp h3 {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.content-article__thead {
  position: relative;
  line-height: 0;
  background: #ffffff;
  padding: 30px 0;
  overflow: hidden;
}
.content-article__thead .title {
  display: inline-block;
  vertical-align: middle;
}
.content-article__thead .title h2 {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
}
.content-article__thead .title h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 3px;
  background: #004bc8;
}
.content-article__news .list {
  margin: -20px;
}
.content-article__news .item:nth-child(1) span,
.content-article__news .item:nth-child(2) span,
.content-article__news .item:nth-child(3) span {
  color: #dc153f;
}
.content-article__news .cell {
  display: block;
  margin: 20px;
}
.content-article__news .cell span {
  float: left;
  width: 35px;
  line-height: 24px;
  font-weight: bold;
  color: #e5e8f7;
  font-size: 18px;
  font-family: 'avant45';
}
.content-article__news .cell h3 {
  margin: 0 0 0 35px;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
}
.content-article__news .video-item {
  float: left;
  width: 50%;
}
.content-article__news .video-item .cell {
  margin: 5px;
  display: block;
  position: relative;
}
.content-article__news .video-item .cover {
  position: relative;
}
.content-article__news .video-item .img {
  position: relative;
  padding: 0 0 67%;
  overflow: hidden;
  border-radius: 5px;
}
.content-article__news .video-item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.content-article__news .video-item .img::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../../icon/e.png) 0 -500px no-repeat;
}
.content-article__news .video-item .img-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-article__news .video-item:hover .cell {
  color: #004bc8;
}
.content-article__news .video-item:hover .img-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-article__case {
  overflow: hidden;
}
.content-article__case .list {
  overflow: hidden;
  margin: -5px;
}
.content-article__case .item {
  float: left;
  width: 50%;
}
.content-article__case .cell {
  display: block;
  position: relative;
  margin: 5px;
}
.content-article__case .cover .img {
  position: relative;
  padding: 0 0 57.5%;
  overflow: hidden;
  border-radius: 6px;
}
.content-article__case .cover .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-article__case .exp h3 {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-article__download {
  overflow: hidden;
}
.content-article__download .list {
  overflow: hidden;
  margin: -20px;
}
.content-article__download .item {
  float: none;
  width: 100%;
}
.content-article__download .item:hover .cell .exp {
  background: rgba(0, 75, 200, 0.8);
}
.content-article__download .item:hover .cell .cover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content-article__download .cell {
  display: block;
  position: relative;
  margin: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.content-article__download .cover .img {
  position: relative;
  padding: 0 0 57.5%;
  overflow: hidden;
}
.content-article__download .cover .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-article__download .exp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
}
.content-article__download .exp h3 {
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-article__tag .list {
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: -3px;
}
.content-article__tag .item {
  display: inline-block;
  vertical-align: middle;
}
.content-article__tag .cell {
  display: block;
  margin: 3px;
}
.content-article__tag .cell span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #e0e9fe;
  color: #004bc8;
  border-radius: 3px;
  font-size: 14px;
}
.content-article__tag .cell span:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 75, 200, 0.1);
          box-shadow: 0 0 5px rgba(0, 75, 200, 0.1);
  background-color: #d0deff;
}
.content-article__rcode .img {
  float: left;
  width: 100px;
}
.content-article__rcode .img img {
  display: block;
  height: 100px;
  background: #eeeeee;
}
.content-article__rcode .label {
  margin: 0 0 0 100px;
  padding: 20px;
}
.content-article__rcode .label p {
  line-height: 30px;
  font-size: 16px;
}
.content-article__video {
  position: relative;
  overflow: hidden;
}
.content-article__video .video video {
  width: 100%;
}
/******************
 * 案例
******************/
.content-case__profile {
  position: relative;
  background: url(img/case-profile.png) center center no-repeat #f0f4fb;
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .content-case__profile {
    padding: 0 0 0;
    background: none;
  }
  .content-case__profile .wrap {
    margin: 0;
  }
}
.content-case__profile .box {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .content-case__profile .box {
    display: block;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dddddd;
  }
}
.content-case__profile .box .cover {
  width: 50%;
}
@media (max-width: 1200px) {
  .content-case__profile .box .cover {
    width: 100%;
  }
}
.content-case__profile .box .cover .img {
  position: relative;
  padding: 0 0 56.34%;
  background: #eeeeee;
}
.content-case__profile .box .cover .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-case__profile .box .exp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0px 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp {
    padding: 15px;
    margin: 0;
    overflow: visible;
  }
}
.content-case__profile .box .exp .flx {
  position: relative;
}
.content-case__profile .box .exp .classfy {
  line-height: 0;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .classfy {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    right: -25px;
    top: -50px;
    margin: 0;
  }
}
.content-case__profile .box .exp .classfy span {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding: 0 20px;
  background: #eaf0fe;
  font-size: 14px;
  color: #004bc8;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .classfy span {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
.content-case__profile .box .exp .info {
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .info {
    margin-bottom: 10px;
  }
}
.content-case__profile .box .exp .info h3,
.content-case__profile .box .exp .info .page-title {
  line-height: 1.2;
  font-size: 1.4em;
  margin: 0 0 20px;
  color: #333333;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .info h3,
  .content-case__profile .box .exp .info .page-title {
    font-size: 1.2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
}
.content-case__profile .box .exp .info h3 span,
.content-case__profile .box .exp .info .page-title span {
  color: #004bc8;
  display: none;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .info h3 span,
  .content-case__profile .box .exp .info .page-title span {
    display: inline;
  }
}
.content-case__profile .box .exp .info p {
  line-height: 25px;
  font-size: 0.9em;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .button {
    text-align: center;
  }
}
.content-case__profile .box .exp .button a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #004bc8;
  color: #004bc8;
}
.content-case__profile .box .exp .button a:first-child {
  background: #004bc8;
  color: #ffffff;
}
.content-case__profile .box .exp .button a:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .content-case__profile .box .exp .button a {
    display: block;
    border-radius: 3px;
    border: 0;
  }
}
.content-download__profile {
  position: relative;
  background: url(img/case-profile.png) center center no-repeat #f0f4fb;
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .content-download__profile {
    padding: 0 0 0;
  }
  .content-download__profile .wrap {
    margin: 0;
  }
}
.content-download__profile .box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .content-download__profile .box {
    display: block;
  }
}
.content-download__profile .box .cover {
  width: 50%;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .content-download__profile .box .cover {
    width: 100%;
    max-width: 100%;
  }
}
.content-download__profile .box .cover .img {
  position: relative;
  padding: 0 0 56.34%;
  border-radius: 20px;
  overflow: hidden;
  background: #eeeeee;
}
@media (max-width: 1200px) {
  .content-download__profile .box .cover .img {
    border-radius: 0;
  }
}
.content-download__profile .box .cover .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-download__profile .box .exp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0px 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp {
    padding: 15px;
    margin: 0;
    overflow: visible;
  }
}
.content-download__profile .box .exp .flx {
  position: relative;
  width: 100%;
}
.content-download__profile .box .exp .classfy {
  line-height: 0;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .classfy {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    right: -25px;
    top: -50px;
    margin: 0;
  }
}
.content-download__profile .box .exp .classfy span {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding: 0 20px;
  background: #eaf0fe;
  color: #004bc8;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .classfy span {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
.content-download__profile .box .exp .info {
  position: relative;
  margin: 0 0 20px;
}
.content-download__profile .box .exp .info h3,
.content-download__profile .box .exp .info .page-title {
  line-height: 1.2;
  font-size: 1.4em;
  margin: 0 0 20px;
  color: #333333;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .info h3,
  .content-download__profile .box .exp .info .page-title {
    font-size: 1.2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
}
.content-download__profile .box .exp .info h3 span,
.content-download__profile .box .exp .info .page-title span {
  color: #004bc8;
  display: none;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .info h3 span,
  .content-download__profile .box .exp .info .page-title span {
    display: inline;
  }
}
.content-download__profile .box .exp .info p {
  line-height: 25px;
  font-size: 0.9em;
}
.content-download__profile .box .exp .tag {
  position: relative;
  line-height: 0;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .tag {
    margin-bottom: 10px;
  }
}
.content-download__profile .box .exp .tag dd {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
}
.content-download__profile .box .exp .tag dd + dd::before {
  content: '|';
  margin: 0 12px 0 10px;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .button {
    text-align: center;
  }
}
.content-download__profile .box .exp .button a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 42px;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid #004bc8;
  color: #004bc8;
  font-size: 0.9em;
}
.content-download__profile .box .exp .button a:first-child {
  background: #004bc8;
  color: #ffffff;
}
.content-download__profile .box .exp .button a:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .content-download__profile .box .exp .button a {
    display: block;
    border-radius: 3px;
    border: 0;
  }
}
