@charset "UTF-8";
/*** 公共 ****/
.header{
  position: fixed;
}
.head-place{
  display: block;
}
.main-box {
  padding: 3.5em 0 5em;
}

body.is-det .inside-return {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .main-box {
    padding: 0.7rem 0 0.9rem;
  }
}
/*** 新闻 ***/
.news-list {
  min-height: 350px;
  margin-top: 0.5em;
}
.news-list .item {
  width: 100%;
  padding: 2.5em 0;
  border-bottom: solid 1px #dcdcdc;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.news-list .box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.news-list .item-imgs {
  max-width: 400px;
  flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  margin-right: 5%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-list .image {
  width: 100%;
  height: 12.5em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-list .imgs {
  width: 100%;
  position: relative;
}
.news-list .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-list .item-bd {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
  padding: 0.6em 0;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
  color: #666;
  position: relative;
}
.news-list .item-tit {
  font-size: 1.5em;
  line-height: 1.58em;
  color: #333;
  max-height: 3.16em;
  overflow: hidden;
  font-weight: bold;
}
.news-list .item-desc {
  margin-top: 1em;
  max-height: 3.75em;
  overflow: hidden;
}
.news-list .item-bot {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6em;
}

@media screen and (min-width: 1000px) {
  .news-list .item:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .news-list .item:hover .item-tit {
    color: #0157ac;
  }
}
@media screen and (max-width: 767.98px) {
  .news-list {
    margin-top: 0;
  }
  .news-list .item {
    padding: 0.7rem 0 0;
  }
  .news-list .box {
    display: block;
  }
  .news-list .item-imgs {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .news-list .item-bd {
    padding: 0.5rem 0;
  }
  .news-list .item-tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    max-height: 1rem;
  }
  .news-list .item-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.24rem;
    max-height: 0.96rem;
  }
  .news-list .item-bot {
    position: static;
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
    font-family: 'Arial';
  }
}
/*** 新闻详情 ***/
.p-newsDet .inside-return {
  display: block;
}
.p-newsDet .main-box {
  padding: 0;
}

.newsDet-top {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
  padding: 4.5em 0 0;
}

.newsDet-info {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.375em;
  color: #0157ac;
  font-weight: bold;
  margin-bottom: 0.625em;
}
.newsDet-info span {
  margin-right: 1em;
}
.newsDet-info .time {
  font-family: 'Arial';
}

.newsDet-tit {
  font-size: 1.8em;
  line-height: 1.28em;
  color: #444;
  font-weight: bold;
  margin-bottom: 2.333em;
}

.newsDet-column {
  position: relative;
}
.newsDet-column::before {
  content: '';
  display: block;
  background: #fff;
  width: 42vw;
  max-width: 800px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.newsDet-column .lvtit {
  font-size: 16px;
  line-height: 3em;
  color: #fff;
  background: #0157ac;
  text-align: center;
  height: 3em;
  width: 11.25em;
  display: block;
  position: relative;
  z-index: 5;
}

.newsDet-content {
  padding: 4.1em 0 6em;
}
.newsDet-content .m-inner {
  max-width: 1400px;
}

.newsDet-row {
  width: 100%;
  padding: 0 17.143%;
  position: relative;
}

.newsDet-share {
  width: 2em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.newsDet-share .tit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  color: #004f84;
  font-weight: bold;
  margin-bottom: 1.25em;
}
.newsDet-share .line {
  width: 1px;
  height: 2.5em;
  background: #b2cce6;
  margin: 2px auto 0;
}
.newsDet-share .share li {
  margin-bottom: 1em;
  position: relative;
}
.newsDet-share .share li:hover .box {
  background: #004f84;
  border-color: #004f84;
}
.newsDet-share .share li:hover .box .icon1 {
  display: none;
}
.newsDet-share .share li:hover .box .icon2 {
  display: block;
}
.newsDet-share .share li:hover .dropbox {
  display: block;
}
.newsDet-share .share .box {
  width: 2em;
  height: 2em;
  display: block;
  border-radius: 100%;
  border: solid 1px #82add6;
  position: relative;
}
.newsDet-share .share .box img {
  width: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDet-share .share .box .icon2 {
  display: none;
}
.newsDet-share .dropbox {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  padding-left: 20px;
}
.newsDet-share .dropbox::before {
  content: '';
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 55;
}
.newsDet-share .dropbox::after {
  content: '';
  display: block;
  border-width: 14px;
  border-style: solid;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 51;
}
.newsDet-share .box2 {
  width: 120px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 52;
}
.newsDet-share .box2 img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.newsDet-doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  color: #444;
  min-height: 400px;
}
.newsDet-doc img {
  max-width: 100%;
  height: auto !important;
}

.newsDet-bot {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  color: #444;
  overflow: hidden;
  padding-top: 1.5em;
  border-top: solid 1px #e6e6e6;
  margin-top: 5.9375em;
}
.newsDet-bot .ctrl {
  max-width: 14.5em;
}
.newsDet-bot a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.newsDet-bot .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsDet-bot .prev {
  float: left;
}
.newsDet-bot .prev img {
  width: 8px;
  margin: -3px 0.625em 0 0;
}
.newsDet-bot .next {
  float: right;
  text-align: right;
}
.newsDet-bot .next img {
  width: 8px;
  margin: -3px 0 0 0.625em;
}

@media screen and (min-width: 1000px) {
  .newsDet-bot a:hover {
    color: #0157ac;
  }
}
@media screen and (max-width: 991.98px) {
  .newsDet-top {
    padding-top: 0.6rem;
  }

  .newsDet-info {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.17rem;
  }

  .newsDet-tit {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0.68rem;
  }

  .newsDet-column::before {
    display: none;
  }
  .newsDet-column .lvtit {
    font-size: 0.28rem;
    font-weight: bold;
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .newsDet-content {
    padding: 0.5rem 0 0.9rem;
  }

  .newsDet-row {
    padding: 0;
  }

  .newsDet-share {
    width: 100%;
    position: static;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .newsDet-share .tit {
    font-size: 0.26rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .newsDet-share .line {
    width: 2.5rem;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.18rem;
  }
  .newsDet-share .share {
    width: 100%;
    display: flex;
    display: -webkit-flex;
  }
  .newsDet-share .share li {
    max-width: 0.8rem;
    flex: 0 0 0.8rem;
    -webkit-flex: 0 0 0.8rem;
    margin: 0 0.4rem 0 0;
  }
  .newsDet-share .share .box {
    width: 0.8rem;
    height: 0.8rem;
  }
  .newsDet-share .share .box img {
    width: 0.4rem;
  }
  .newsDet-share .share .dropbox {
    left: 0;
    top: 100%;
    padding: 0.4rem 0 0;
    transform: none;
    -webkit-transform: none;
  }
  .newsDet-share .share .dropbox::before {
    border-width: 0.2rem;
    border-color: transparent;
    border-bottom-color: #fff;
    left: 0.4rem;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .newsDet-share .share .dropbox::after {
    border-width: 0.24rem;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.02);
    left: 0.4rem;
    top: -0.1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .newsDet-share .share .box2 {
    width: 2rem;
    padding: 0.1rem;
  }

  .newsDet-doc {
    font-size: 0.3rem;
    line-height: 2em;
  }

  .newsDet-bot {
    padding-top: 0.72rem;
    margin-top: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #555555;
  }
  .newsDet-bot .ctrl {
    max-width: 100%;
    margin-bottom: 0.24rem;
    float: none;
    text-align: left;
    display: block;
  }
  .newsDet-bot .ctrl:last-child {
    margin-bottom: 0;
  }
  .newsDet-bot .tit {
    white-space: normal;
    max-height: 0.8rem;
  }
}
/** 产品列表 **/
.p-prdt {
  background: #f7f9fa;
}
.p-prdt .main-box {
  background: url("/Img/images/prdt-bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding-bottom: 5.5em;
}

.prdtBan-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prdtBan-swip .imgs {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.prdtBan-swip .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdtBan-swip .imgs.web {
  height: 19.5em;
}

.prdt-sect {
  margin-bottom: 4.2em;
}
.prdt-sect:last-child {
  margin-bottom: 0;
}
.prdt-sect .sect-tit {
  font-size: 2.1em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  color: #333;
  text-align: center;
}
.prdt-sect .prdt-item:last-child {
  margin-bottom: 0;
}

.prdt-item {
  width: 100%;
  height: 22.5em;
  background: #fff;
  position: relative;
  margin-bottom: 1.5em;
}
.prdt-item .item-imgs {
  max-width: 750px;
  flex: 0 0 53%;
  -webkit-flex: 0 0 53%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.prdt-item .item-imgs::after {
  content: '';
  display: block;
  border-width: 22.5em 4.5em;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  right: -4.5em;
  z-index: 11;
}
.prdt-item .item-imgs .imgs {
  width: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.prdt-item .item-imgs .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdt-item .item-imgs .imgs.web {
  height: 100%;
}
.prdt-item .item-bd {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
  background: url("/Img/images/prdt-r.jpg") no-repeat left bottom #fff;
  background-size: cover;
  padding: 2.9em 7.7% 2.5em 4.3%;
}
.prdt-item .item-lv3 {
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.875em;
}
.prdt-item .tablist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1.2em;
}
.prdt-item .tablist li {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
}
.prdt-item .tablist li.active {
  border-bottom-color: #1e69ba;
  color: #1e69ba;
}
.prdt-item .tablist a {
  display: block;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2.125em;
}
.prdt-item .item-lv4doc {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
.prdt-item .item-lv4doc.active {
  display: block;
}
.prdt-item .item-doc {
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2em;
  min-height: 7.286em;
  max-height: 8em;
  overflow: hidden;
}
.prdt-item .item-doc li {
  padding-left: 1em;
  position: relative;
}
.prdt-item .item-doc li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.89em;
}
.prdt-item .lv4list li {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #1e69ba;
  margin-bottom: 1em;
  padding-left: 2.125em;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.prdt-item .lv4list li:last-child {
  margin-bottom: 0;
}
.prdt-item .lv4list li .arrow {
  width: 0.875em;
  height: 0.875em;
  display: block;
  background: url("/Img/images/arrow-right6.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.prdt-item .lv4list li a {
  display: inline-block;
  vertical-align: top;
}
.prdt-item .item-bot {
  margin-top: 2.75em;
}
.prdt-item .btn-more {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  color: #1e69ba;
  display: inline-block;
  vertical-align: top;
}
.prdt-item .btn-more img {
  width: 0.875em;
  margin: -2px 0 0 1.875em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.prdt-item:nth-child(even), .prdt-item.is-even {
  flex-direction: row-reverse;
}
.prdt-item:nth-child(even) .item-imgs::after, .prdt-item.is-even .item-imgs::after {
  bottom: 0;
  left: -4.5em;
  right: auto;
}
.prdt-item:nth-child(even) .item-bd, .prdt-item.is-even .item-bd {
  background-image: url("/Img/images/prdt-l.jpg");
}

@media screen and (min-width: 1000px) {
  .prdt-item .lv4list li:hover {
    padding-left: 3em;
  }
  .prdt-item .btn-more:hover img {
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .p-prdt .main-box {
    padding-bottom: 1.12rem;
  }

  .prdt-sect {
    margin-bottom: 0.72rem;
  }
  .prdt-sect .sect-tit {
    font-size: 0.46rem;
    line-height: 0.6rem;
    margin-bottom: 0.52rem;
  }

  .prdt-item {
    display: block;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .prdt-item .item-imgs {
    max-width: 100%;
    height: auto;
  }
  .prdt-item .item-imgs::after {
    display: none;
  }
  .prdt-item .item-bd {
    padding: 0.44rem 0.3rem 0.3rem;
    background: #fff;
  }
  .prdt-item .item-lv3 {
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .prdt-item .tablist a {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .prdt-item .lv4list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 0.1rem;
  }
  .prdt-item .lv4list li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.16rem;
    padding-left: 0.35rem;
  }
  .prdt-item .lv4list li .arrow {
    width: 0.18rem;
    height: 0.18rem;
    top: 0.11rem;
  }
  .prdt-item .item-doc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    min-height: 0.96rem;
    max-height: none;
  }
  .prdt-item .item-bot {
    margin-top: 0.3rem;
  }
  .prdt-item .btn-more {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .prdt-item .btn-more .arrow {
    width: 0.2rem;
    margin-left: 0.2rem;
  }
}
@media screen and (min-width: 767.98px) {
  .prdt-item .lv4bd {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .prdt-item .item-lv4doc {
    display: block !important;
  }
  .prdt-item .item-lv4doc.show {
    margin-bottom: 0.1rem;
  }
  .prdt-item .item-lv4doc.show .lv4hd .arrow {
    background-image: url("/Img/images/arrow-up3.png");
  }
  .prdt-item .lv4hd {
    font-size: 0.28rem;
    line-height: 0.55rem;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .prdt-item .lv4hd .arrow {
    width: 12px;
    height: 12px;
    display: block;
    background: url("/Img/images/arrow-down3.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0.36rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .prdt-item .lv4bd {
    display: none;
  }
  .prdt-item .lv4bd .item-doc {
    font-size: 0.24rem;
    line-height: 0.42rem;
    min-height: 1.24rem;
  }
  .prdt-item .lv4bd .item-bot {
    margin-top: 0.48rem;
  }
}
/*** 产品详情 ****/
.prdtDet-box {
  padding: 5.75em 0 3.5em;
}

.prdtDet-doc {
  margin-top: 4.1em;
}
.prdtDet-doc .item {
  padding: 0 30px 0 0;
}
.prdtDet-doc .icon {
  width: 2.85em;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: solid 1px #1e69ba;
}
.prdtDet-doc .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdtDet-doc .doc {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
  margin-top: 1em;
}
.prdtDet-doc .doc li {
  padding-left: 1.11em;
  position: relative;
}
.prdtDet-doc .doc li::before {
  content: '';
  display: block;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #333;
  position: absolute;
  left: 0;
  top: 0.6em;
}

@media screen and (max-width: 991.98px) {
  .prdtDet-box {
    padding: 0.7rem 0 1rem;
  }

  .prdtDet-doc {
    margin-top: 0.8rem;
  }
  .prdtDet-doc .row {
    margin-bottom: -0.34rem;
    overflow: hidden;
  }
  .prdtDet-doc .item {
    margin-bottom: 0.34rem;
  }
  .prdtDet-doc .icon {
    width: .96rem;
  }
  .prdtDet-doc .doc {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .prdtDet-doc .doc li::before {
    top: 0.12rem;
  }
}
/*** 业务列表 ***/
.p-bss .inside-banbox .lg-inner {
  padding-left: 210px;
  text-align: left;
}
@media screen and (max-width: 1660px) {
  .p-bss .inside-banbox .lg-inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1440px) {
  .p-bss .inside-banbox .lg-inner {
    padding-left: 0;
  }
}

.bss-box {
  padding: 2.5em 0 6.5em;
  background: url("/Img/images/bss-bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
}

.bss-search {
  width: 600px;
  max-width: 100%;
  position: relative;
  border-bottom: solid 1px #dcdcdc;
  padding: 0.5em 4.25em 0.5em 1.5em;
  margin: 0 auto 3em;
}
.bss-search .inpt {
  width: 100%;
  height: 2.11em;
  line-height: 2.11em;
  font-size: 18px;
  font-size: 0.9em;
  color: #333;
  display: block;
  border: none;
}
.bss-search .btn-sch {
  width: 4.25em;
  height: 100%;
  display: block;
  background: url("/Img/images/icon-sch3.png") no-repeat center center;
  background-size: 1.2em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.bsslist-swipbox {
  padding-bottom: 3.85em;
  border-bottom: solid 1px #dcdcdc;
}

.bsslist-imgswip {
  width: 100%;
  position: relative;
  margin-bottom: 1.8em;
}
.bsslist-imgswip .imgs {
  width: 100%;
  height: 25em;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.bsslist-imgswip .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bsslist-imgswip .gswip-num {
  width: 100px;
  height: 30px;
  flex: none;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 1em;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
}

.bsslist-sctrl {
  width: 3.6em;
  height: 3.6em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: no-repeat center center;
  background-size: 1em;
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.bsslist-sctrl.prev {
  background-image: url("/Img/images/arrow-left3.png");
  left: 0;
}
.bsslist-sctrl.next {
  background-image: url("/Img/images/arrow-right3.png");
  right: 0;
}

.bsslist-navswip {
  width: 100%;
  overflow: hidden;
  position: relative;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.bsslist-navswip .swiper-slide {
  display: flex;
  display: -webkit-flex;
}
.bsslist-navswip .lv2 {
  max-width: 280px;
  flex: 0 0 7.8em;
  -webkit-flex: 0 0 7.8em;
  font-size: 36px;
  font-size: 1.8em;
  line-height: 1.17em;
  font-weight: bold;
  white-space: normal;
}
.bsslist-navswip .lv2 .lvtit {
  max-width: 7em;
  font-weight: bold;
}
.bsslist-navswip .lv3list {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -0.75em;
}
.bsslist-navswip .lv3list li {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.375em;
  padding-right: 1em;
  margin-bottom: 0.75em;
}
.bsslist-navswip .lv3list a {
  display: inline-block;
  vertical-align: top;
}

.bsszn-sect {
  margin-top: 4.8em;
}
.bsszn-sect .sect-lvtit {
  font-size: 36px;
  font-size: 1.8em;
  line-height: 1.17em;
  font-weight: bold;
}

.bsszn-list {
  margin-top: 2.8em;
}

.bsszn-item {
  width: 100%;
  position: relative;
  margin-top: 2em;
}
.bsszn-item:first-child {
  margin-top: 0;
}
.bsszn-item .box {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.bsszn-item .item-imgs {
  width: 80%;
  max-width: 950px;
  float: right;
  position: relative;
}
.bsszn-item .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.bsszn-item .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bsszn-item .imgs.web {
  height: 22.5em;
}
.bsszn-item .item-bd {
  width: 50%;
  max-width: 600px;
  height: 13.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}
.bsszn-item .inner {
  padding: 0 50% 0 0;
}
.bsszn-item .item-tit {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
}
.bsszn-item .item-desc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.625em;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 1.25em;
}
.bsszn-item .arrow {
  width: 1.5em;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 25;
  transition: right 0.5s;
  -webkit-transition: right 0.5s;
}
.bsszn-item .arrow img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 1000px) {
  .bsslist-sctrl:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .bsslist-navswip li:hover a {
    color: #0157ac;
  }

  .bsszn-item:hover .arrow {
    right: 20%;
  }
}
@media screen and (max-width: 991.98px) {
  .bsslist-navswip .swiper-slide {
    display: block;
  }
  .bsslist-navswip .lv2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.28rem;
  }
  .bsslist-navswip .lv2 .lvtit {
    width: 100%;
    max-width: 100%;
  }
  .bsslist-navswip .lv2 br {
    display: none;
  }
  .bsslist-navswip .lv3list {
    width: 100%;
  }
  .bsslist-navswip .lv3list li {
    flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 768.98px) {
  .bsslist-swipbox {
    padding-bottom: 0.75rem;
  }

  .bss-box {
    padding: 0.6rem 0.3rem 1rem;
  }

  .bss-search {
    width: 100%;
    padding: 0.1rem 0.8rem 0.1rem 0.24rem;
  }
  .bss-search .inpt {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .bss-search .btn-sch {
    width: 0.8rem;
    background-size: 0.34rem;
  }

  .bsslist-imgswip {
    margin-bottom: 0.52rem;
  }
  .bsslist-imgswip .imgs {
    height: 4.12rem;
  }
  .bsslist-imgswip .gswip-num {
    display: none;
  }

  .bsslist-sctrl {
    width: 0.66rem;
    height: 0.66rem;
    background-size: 0.26rem;
  }

  .bsslist-navswip .lv2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .bsslist-navswip .lv3list {
    width: auto;
    margin: 0 -0.1rem -0.2rem;
  }
  .bsslist-navswip .lv3list li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 0 0.1rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
  }

  .bsszn-sect {
    margin-top: 0.72rem;
  }
  .bsszn-sect .sect-lvtit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
  }

  .bsszn-list {
    margin-top: 0.62rem;
  }

  .bsszn-item {
    margin-top: 0.62rem;
    box-shadow: 0 0 0.1rem rgba(23, 50, 86, 0.2);
  }
  .bsszn-item .item-imgs {
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .bsszn-item .item-bd {
    position: relative;
    transform: none;
    -webkit-transform: none;
    top: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0.34rem 1.1rem 0.36rem 0.32rem;
  }
  .bsszn-item .inner {
    padding: 0;
  }
  .bsszn-item .item-tit {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .bsszn-item .item-desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .bsszn-item .arrow {
    position: relative;
    margin: 0.2rem 0 0;
    right: auto;
    transform: none;
    -webkit-transform: none;
    top: auto;
    width: 0.3rem;
  }
}
/*** 业务详情 ***/
.bssdet-box {
  padding-bottom: 6em;
}

.bssdet-body .inside-tdoc {
  margin-top: 0 !important;
  text-align: left;
}

.bssdet-zycs .gdet-bd {
  padding-bottom: 0;
  border-bottom: none;
}

.bssdet-param {
  width: 100%;
  position: relative;
}
.bssdet-param table {
  width: 100%;
  border: none;
  border-top: solid 2px #111;
}
.bssdet-param td {
  width: 50%;
  height: 3.75em;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: solid 1px #d2d2d2;
}
.bssdet-param tr:first-child td {
  height: 3.333em;
  font-size: 0.9em;
  background: #f5f5f5;
  color: #333;
}

.bssdet-cptd .gdet-bd {
  padding-bottom: 2.4em;
}

.bssdet-tdlist .item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 3.1em;
}
.bssdet-tdlist .item:last-child {
  margin-bottom: 0;
  align-items: center;
  -webkit-align-items: center;
}
.bssdet-tdlist .item:nth-child(1) .doc p {
  padding-left: 0.75em;
  position: relative;
}
.bssdet-tdlist .item:nth-child(1) .doc p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.bssdet-tdlist .icon {
  width: 4em;
  flex: 0 0 4em;
  -webkit-flex: 0 0 4em;
  position: relative;
  margin-right: 1.6em;
}
.bssdet-tdlist .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bssdet-tdlist .doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
}
.bssdet-tdlist .doc li {
  padding-left: 0.75em;
  position: relative;
}
.bssdet-tdlist .doc li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.bssdet-khswip {
  width: 100%;
  position: relative;
}
.bssdet-khswip .swiper-slide {
  width: 33.333%;
}
.bssdet-khswip .slide-imgs {
  width: 100%;
  height: 10em;
  background: #f4f6f8;
  position: relative;
  overflow: hidden;
}
.bssdet-khswip .slide-imgs h5{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bssdet-khswip .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bssdet-khswip .tit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1em;
}

.bssdet-tjlist {
  margin: 0 -5px;
}
.bssdet-tjlist .item {
  padding: 0 5px;
}
.bssdet-tjlist .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bssdet-tjlist .item-imgs {
  width: 100%;
  height: 14em;
  display: block;
  overflow: hidden;
  position: relative;
}
.bssdet-tjlist .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bssdet-tjlist .tit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1em;
}

@media screen and (min-width: 1000px) {
  .bssdet-khswip li:hover .image, .bssdet-khswip li:hover .imgTit, .bssdet-tjlist li:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .bssdet-khswip li:hover .tit, .bssdet-tjlist li:hover .tit {
    color: #0157ac;
  }
}
@media screen and (max-width: 991.98px) {
  .bssdet-box {
    padding-bottom: 1rem;
  }

  .bssdet-param td {
    height: 0.7rem;
    font-size: 0.26rem;
  }
  .bssdet-param tr:first-child td {
    height: 0.7rem;
    font-size: 0.28rem;
  }

  .bssdet-tdlist .item {
    margin-bottom: 0.34rem;
  }
  .bssdet-tdlist .item:nth-child(1) .doc p {
    padding-left: 0.28rem;
  }
  .bssdet-tdlist .item:nth-child(1) .doc p::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.15rem;
  }
  .bssdet-tdlist .icon {
    width: 0.96rem;
    flex: 0 0 0.96rem;
    -webkit-flex: 0 0 0.96rem;
    margin-right: 0.25rem;
  }
  .bssdet-tdlist .doc {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .bssdet-tdlist .doc li {
    padding-left: 0.28rem;
  }
  .bssdet-tdlist .doc li::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.15rem;
  }

  .bssdet-khswip .tit {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.22rem;
  }

  .bssdet-tjjx {
    margin-top: 0.64rem;
  }

  .bssdet-tjlist {
    margin: 0 -0.07rem;
  }
  .bssdet-tjlist .item {
    padding: 0 0.07rem;
  }
  .bssdet-tjlist .tit {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bssdet-khswip .slide-imgs {
    height: 2rem;
  }

  .bssdet-tjlist .item-imgs {
    height: 2.3rem;
  }
}
/*** 客户详情 ***/
.customer-box {
  padding-top: 4.5em;
}

.customer-kh .gdet-bd {
  border-bottom: none;
  padding-bottom: 0;
}
.customer-kh .doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
  padding-bottom: 9.5em;
  background: url("/Img/images/cust-1.jpg") no-repeat bottom right;
  background-size: 100%;
}

@media screen and (max-width: 991.98px) {
  .gdet-hd {
    margin-bottom: 0.32rem;
  }
}
@media screen and (max-width: 767.98px) {
  .customer-kh .doc {
    padding-bottom: 0;
    background: none;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
/*** 全球销售网络 ***/
.network-box .m-inner {
  max-width: 1400px;
}

.network-doc {
  margin-top: 1.89em;
}

.network-mapbox {
  width: 100%;
  margin-top: 3.7em;
  position: relative;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.network-map {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.network-map .map {
  width: 100%;
  max-width: 100%;
  display: block;
}
.network-map .postlist {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.network-map .post {
  width: 90px;
  display: none;
  position: absolute;
}
.network-map .post img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.network-map .post.active {
  display: block;
}
.network-map .post1 {
  left: 902px;
  top: 76px;
}

.network-tab {
  width: 835px;
  max-width: 100%;
  position: relative;
  margin: 2.15em auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  white-space: nowrap;
}
.network-tab::before {
  content: '';
  display: block;
  height: 4px;
  background: #e6e6e6;
  position: absolute;
  left: 7px;
  right: 7px;
  top: 8px;
  z-index: 1;
}
.network-tab li {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.network-tab li.active .circle::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.network-tab .box {
  position: relative;
}
.network-tab .circle {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 1.2em;
  position: relative;
}
.network-tab .circle img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.network-tab .tit {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.67em;
  font-weight: bold;
}

.network-agent {
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  margin: 3.7em -5em 0;
  padding: 5em 5em 5.15em;
}
.network-agent .gdet-row {
  margin-top: 0;
}
.network-agent .gdet-bd {
  padding-bottom: 0;
  border-bottom: none;
  min-height: 0;
}

.netAgent-item {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  border-bottom: solid 1px #fff;
  padding: 2em 0;
}
.netAgent-item:first-child {
  border-top: solid 2px #fff;
}
.netAgent-item .item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.netAgent-item .tit {
  max-width: 130px;
  flex: 0 0 8.125em;
  -webkit-flex: 0 0 8.125em;
}
.netAgent-item .doc {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  font-weight: bold;
  font-family: 'Arial';
}

@media screen and (max-width: 991.98px) {
  .network-mapbox {
    margin-top: 0.7rem;
  }

  .network-tab::before {
    height: 2px;
    top: 0.16rem;
  }
  .network-tab li.active .circle::after {
    width: 8px;
    height: 8px;
  }
  .network-tab .circle {
    width: 18px;
    height: 18px;
    margin-bottom: 0.1rem;
  }

  .network-agent {
    margin: 0.6rem -0.3rem 0;
    padding: 0.6rem 0.3rem;
  }

  .netAgent-item {
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 0.4rem 0 !important;
  }
  .netAgent-item .tit {
    flex: 0 0 5em;
    -webkit-flex: 0 0 5em;
  }
}
/*** 售后支持与服务热线 **/
.hotline-top {
  overflow: hidden;
  margin: 0 -5px;
  padding: 2.8em 0 2.75em;
  border-bottom: solid 1px #d2d2d2;
}
.hotline-top li {
  padding: 0 5px;
}
.hotline-top .item-imgs .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.hotline-top .item-imgs .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hotline-top .item-imgs .imgs.web {
  height: 20em;
}
.hotline-top .item-bd {
  padding: 1.2em 1.5em 0;
}
.hotline-top .item-tit {
  font-size: 1.2em;
  color: #0157ac;
  font-weight: bold;
  line-height: 1.5em;
}
.hotline-top .item-desc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 1.25em;
}

.hotline-shrx .gdet-bd {
  padding-bottom: 1.6em;
  min-height: 0;
}
.hotline-shrx .doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
}

.hotline-contt .gdet-bd {
  padding-bottom: 0;
  border-bottom: none;
  min-height: 0;
}
.hotline-contt .netAgent-item {
  border-top-color: #111;
  border-bottom-color: #d2d2d2;
  padding: 2.125em 0;
}
.hotline-contt .netAgent-item .tit {
  color: #0157ac;
}

@media screen and (max-width: 991.98px) {
  .hotline-top .item-tit {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .hotline-top .item-desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }

  .hotline-shrx .doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hotline-top {
    padding: 0.7rem 0;
  }
  .hotline-top li {
    margin-bottom: 0.62rem;
  }
  .hotline-top li:last-child {
    margin-bottom: 0;
  }
  .hotline-top .item-bd {
    padding: 0.34rem 0.32rem 0.36rem;
  }
  .hotline-top .box {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(23, 50, 86, 0.2);
  }
}
/*** 下载中心 ***/
.p-download {
  background: #f9f9f9;
}

.download-box {
  padding-top: 0;
}

.download-top {
  background: #fff;
  padding: 3.5em 0 0;
}

.download-list {
  margin: 4em -1em -2em;
  min-height: 140px;
}
.download-list li {
  padding: 0 1em;
  margin-bottom: 2em;
}
.download-list .box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  background: #fff;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  padding: 1.7em 0;
}
.download-list .item-icon {
  max-width: 100px;
  flex: 0 0 5em;
  -webkit-flex: 0 0 5em;
}
.download-list .item-icon img {
  width: 2em;
  display: block;
  margin: 0 auto;
}
.download-list .item-bd {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  padding: 0 1.4em;
  position: relative;
  min-height: 3em;
}
.download-list .item-bd::before {
  content: '';
  display: block;
  width: 1px;
  height: 3em;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.download-list .item-bd::after {
  content: '';
  display: block;
  width: 1px;
  height: 3em;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.download-list .item-state {
  max-width: 100px;
  flex: 0 0 5em;
  -webkit-flex: 0 0 5em;
}
.download-list .item-state img {
  width: 1.5em;
  display: block;
  margin: 0 auto;
}
.download-list .item-tit {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  height: 1.5em;
  overflow: hidden;
}
.download-list .item-time {
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  font-family: 'Arial';
}

.modal-download .modal-dialog {
  width: 100%;
  padding: 60px 0;
}
.modal-download .modal-content {
  width: 45.75em;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2em;
}
.modal-download .modal-body {
  width: 28.25em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal-download .modal-tit {
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1.25em;
}
.modal-download .form-group {
  padding: 0;
  margin-bottom: 2.375em;
  text-align: left;
}
.modal-download .help-block {
  position: absolute;
  left: 0;
  top: 100%;
}
.modal-download .form-control {
  height: 3.25em;
}
.modal-download .frm-vcode {
  padding-right: 6.125em;
}
.modal-download .frm-vcode .vcode-imgs {
  top: 0.875em;
}
.modal-download .ewmbox {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 2.375em;
}
.modal-download .ewmbox .imgs {
  width: 18.75em;
  max-width: 100%;
  position: relative;
  margin: 0 auto 0.75em;
}
.modal-download .ewmbox .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .download-list {
    margin: 0.7rem -0.1rem -0.4rem;
  }
  .download-list li {
    padding: 0 0.1rem;
    margin-bottom: 0.4rem;
  }
  .download-list .box {
    padding: 0.4rem 0;
  }
  .download-list .item-bd {
    min-height: 0.6rem;
  }
  .download-list .item-bd::before, .download-list .item-bd::after {
    height: 0.6rem;
  }
  .download-list .item-tit {
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .download-list .item-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0;
  }

  .modal-download .modal-dialog {
    padding: 1.5rem 0.3rem 1rem;
  }
  .modal-download .modal-content {
    padding: 0.6rem 0.4rem;
  }
  .modal-download .modal-tit {
    font-size: 0.34rem;
    line-height: 0.5rem;
    margin-bottom: 0.32rem;
  }
  .modal-download .form-group {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
  }
  .modal-download .ewmbox {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .modal-download .ewmbox .imgs {
    width: 3rem;
  }
}
/*** 研发中心 ***/
.crdc-single {
  text-align: center;
  margin: 2.2em auto 0;
}
.crdc-single img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .crdc-box {
    padding-bottom: 6.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .crdc-single {
    margin-top: 0.7rem;
  }
}
/**** 专利证书 ***/
.patent-doc {
  margin-top: 3em;
}

.patent-swip {
  width: auto;
  margin: 3.7em -3.5em 0;
  overflow: hidden;
  position: relative;
}
.patent-swip .swiper-slide {
  margin-bottom: 2.75em;
  padding: 0 3.5em;
}
.patent-swip .box {
  width: 100%;
  max-width: 305px;
  margin: 0 auto;
}
.patent-swip .slide-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
.patent-swip .imgs {
  width: 84%;
  max-width: 255px;
  height: 87.8%;
  max-height: 360px;
  display: block;
  background: no-repeat center center #fff;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.patent-swip .slide-tit {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.56em;
  color: #0157ac;
  margin-top: 1.39em;
  text-align: center;
}
.patent-swip .gswip-tool {
  width: auto;
  margin: -0.75em 3.5em 0;
}

@media screen and (min-width: 992px) {
  .patent-box {
    padding-bottom: 6.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .patent-swip {
    margin: 0.7rem -0.4rem 0;
  }
  .patent-swip .swiper-slide {
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
  }
  .patent-swip .slide-tit {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.3rem;
  }
  .patent-swip .gswip-tool {
    margin: 0 0.4rem;
  }
}
@media screen and (max-width: 619.98px) {
  .patent-swip {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .patent-swip .swiper-slide {
    padding: 0 0.2rem;
  }
  .patent-swip .gswip-tool {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .patent-swip {
    margin-left: 0;
    margin-right: 0;
  }
  .patent-swip .swiper-slide {
    padding: 0;
  }
  .patent-swip .gswip-tool {
    margin: 0;
  }
}
/*** 搜索结果页 ***/
.search-box {
  padding: 0;
  min-height: 0;
}

.search-top {
  width: 100%;
  background: #fff;
  padding: 2.4em 0 3.25em;
}
.search-top .bss-search {
  margin-bottom: 0;
}

.search-body {
  width: 100%;
  background: #f9f9f9;
  position: relative;
  min-height: 500px;
  padding: 2.9em 0 5em;
}

.search-tips {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}
.search-tips .blue {
  color: #0157ac;
  font-weight: bold;
}

.search-list {
  min-height: 300px;
  margin-top: 2em;
}
.search-list li {
  width: 100%;
  height: 4.875em;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2.5em;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: solid 1px #dcdcdc;
  padding: 0 1.5625em;
}
.search-list .time {
  flex: 0 0 10em;
  -webkit-flex: 0 0 10em;
  text-align: right;
  color: #666666;
}
.search-list .tit {
  width: 100%;
  height: 2.5em;
  flex: 1;
  -webkit-flex: 1;
  overflow: hidden;
}
.search-list a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .search-list li:hover a {
    color: #0157ac;
  }
}
@media screen and (max-width: 991.98px) {
  .search-body {
    padding: 0.7rem 0 0.85rem;
  }

  .search-tips {
    font-size: 0.34rem;
    line-height: 0.52rem;
  }

  .search-list {
    margin-top: 0.4rem;
  }
  .search-list li {
    height: 1rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 0;
  }
  .search-list .time {
    flex: 0 0 7em;
    -webkit-flex: 0 0 7em;
  }
  .search-list .tit {
    height: 0.48rem;
  }
}
/*** 关于大华 ***/
.about-box {
  padding: 0;
  min-height: 0;
}

.st-white {
  background: #fff;
  padding: 3.5em 0 0;
  position: relative;
  z-index: 50;
}

.about-sect2 {
  background: #f9f9f9;
  padding: 3.7em 0 6.5em;
  min-height: 400px;
}

.about-tdoc {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}

.about-row {
  background: #fff;
  margin: 2.7em -5em 0;
  padding: 4.7em 5em 6em;
  position: relative;
}
.about-row .row-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-row .row-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.about-row .row-imgs.web {
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-row .row-bd {
  width: 40%;
  max-width: 440px;
  position: relative;
  z-index: 10;
}
.about-row .tit {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
}
.about-row .tit b {
  color: #0157ac;
}
.about-row .doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
  margin-top: 2.875em;
}

@media screen and (max-width: 991.98px) {
  .st-white {
    padding: 0.7rem 0 0;
  }

  .about-sect2 {
    padding: 0.7rem 0 0.85rem;
  }

  .about-tdoc {
    font-size: 0.34rem;
    line-height: 0.52rem;
    padding: 0 0.3rem;
  }
  .about-tdoc br {
    display: none;
  }

  .about-row {
    margin: 0.7rem 0 0;
    padding: 0;
  }
  .about-row .row-bd {
    width: 50%;
    max-width: 100%;
    padding: 0.54rem 0.3rem;
  }
  .about-row .tit {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .about-row .doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-row .row-bd {
    width: 100%;
  }
}
/*** 发展历程 ***/
.hist-sect1 .about-tdoc {
  margin-top: 1.42em;
}

.hist-introd {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 2.7em;
}
.hist-introd .imgs {
  max-width: 540px;
  flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  margin-right: 5%;
}
.hist-introd .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hist-introd .bd {
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
  padding: 2.125em 0 3.125em;
}
.hist-introd .tit {
  font-size: 1.125em;
  font-weight: bold;
}
.hist-introd .tit b {
  color: #0157ac;
}
.hist-introd .doc {
  margin-top: 1.75em;
  min-height: 9.375em;
}

.hist-sect2 {
  width: 100%;
  background: #f9f9f9;
  min-height: 500px;
  position: relative;
  padding: 4.75em 0 6.5em;
}

.hist-list {
  width: 670px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.hist-list::before {
  content: '';
  display: block;
  width: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 6.15em;
  top: 0.8em;
  bottom: 0.8em;
  z-index: 1;
}

.hist-item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.hist-item .item-year {
  max-width: 124px;
  flex: 0 0 6.2em;
  -webkit-flex: 0 0 6.2em;
}
.hist-item .year {
  font-size: 1.8em;
  line-height: 1em;
  font-weight: bold;
  font-family: 'Arial';
  color: #0157ac;
}
.hist-item .item-body {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
  position: relative;
  padding-top: 0.15em;
  z-index: 10;
}
.hist-item .itemlist li {
  width: 100%;
  position: relative;
  padding-left: 2.875em;
  margin-bottom: 5.9375em;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.875em;
}
.hist-item .itemlist li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("/Img/images/hist-m.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.43em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 10;
}
.hist-item .itemlist .imgs {
  width: 31.25em;
  max-width: 100%;
  position: relative;
  margin-top: 1.5em;
}
.hist-item .itemlist .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hist-item:last-child .itemlist li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .hist-sect1 .about-tdoc {
    margin-top: 0.7rem;
  }

  .hist-introd {
    margin-top: 0.7rem;
  }

  .hist-sect2 {
    padding: 0.64rem 0 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hist-introd {
    display: block;
  }
  .hist-introd .imgs {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .hist-introd .bd {
    padding: 0.54rem 0.3rem;
  }
  .hist-introd .tit {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .hist-introd .doc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.3rem;
  }

  .hist-list::before {
    top: 0.25rem;
    left: 0.11rem;
    bottom: 0.25rem;
  }

  .hist-item {
    display: block;
    position: relative;
    z-index: 10;
  }
  .hist-item .item-year {
    max-width: 100%;
    padding: 0 0 0 0.5rem;
    position: relative;
    margin-bottom: 0.28rem;
  }
  .hist-item .item-year::before {
    content: '';
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background: url("/Img/images/hist-m.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0.12rem;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
  }
  .hist-item .year {
    font-size: 0.45rem;
  }
  .hist-item .item-body {
    padding: 0 0 0 0.5rem;
  }
  .hist-item .itemlist li {
    font-size: 0.26rem;
    line-height: 0.42rem;
    padding: 0;
    margin-bottom: 0.64rem;
  }
  .hist-item .itemlist li::before {
    display: none;
  }
  .hist-item .itemlist .imgs {
    width: 5rem;
    margin-top: 0.24rem;
  }
}
/*** 企业文化 ***/
.cult-sect1 {
  padding-bottom: 2em;
}

.cult-sect2 {
  min-height: 300px;
}

.cult-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  padding: 8.35em 0;
}
.cult-row .box {
  width: 50%;
  min-height: 15.8em;
  background: url("/Img/images/cult-bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
  position: relative;
  padding: 3em 10% 3.85em 6.6%;
}
.cult-row .tit {
  height: 1.67em;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.25em;
  white-space: nowrap;
}
.cult-row .tit img {
  height: 1.67em;
  margin-left: 3px;
}
.cult-row .doc {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2em;
}
.cult-row:nth-child(even) .box {
  float: right;
}

@media screen and (max-width: 991.98px) {
  .cult-sect1 {
    padding-bottom: 0.7rem;
  }

  .cult-row {
    padding: 0.7rem 0;
  }
  .cult-row .box {
    width: 600px;
    max-width: 100%;
    min-height: 4rem;
    float: none !important;
    margin: 0 auto;
    padding: 0.54rem 0.3rem;
  }
  .cult-row .tit {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .cult-row .doc {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
/*** 国际合作 ***/
.coop-imglist {
  margin: 3.65em -5px 0;
}
.coop-imglist li {
  padding: 0 5px;
}
.coop-imglist img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.coop-zysj .gdet-bd {
  padding-bottom: 0;
  border-bottom: none;
}
.coop-zysj .list {
  border-top: solid 2px #111;
}
.coop-zysj .list li {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  min-height: 3.75em;
  border-bottom: solid 1px #d2d2d2;
  padding: 1em 11%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (min-width: 992px) {
  .team-box {
    padding-bottom: 6.5em;
  }

  .coop-zysj {
    margin-top: 5em;
  }
}
@media screen and (max-width: 991.98px) {
  .coop-imglist {
    margin-top: 0.7rem;
  }

  .coop-zysj .list li {
    padding: 0.1rem 0;
    font-size: 0.26rem;
    line-height: 0.42rem;
    min-height: 0.8rem;
  }
}
/*** 资质荣誉 ***/
.honor-swip {
  margin: 3.7em -15px 0;
  overflow: hidden;
  width: auto;
  padding: 0 15px;
}
.honor-swip .swiper-wrapper {
  margin-bottom: 1.4em;
}
.honor-swip .box {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}
.honor-swip .slide-imgs {
  width: 100%;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
.honor-swip .bg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.honor-swip .imgs {
  width: 87.4%;
  max-width: 332px;
  height: 82.9%;
  max-height: 232px;
  display: block;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.honor-swip .slide-tit {
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.25em;
}

@media screen and (min-width: 992px) {
  .honor-box {
    padding-bottom: 6.5em;
  }

  .honor-doc {
    margin-top: 2.11em;
  }
}
@media screen and (max-width: 991.98px) {
  .honor-swip {
    margin: 0.7rem 0 0;
    overflow: visible;
    padding: 0;
  }
  .honor-swip .swiper-wrapper {
    margin-bottom: 0.2rem;
  }
  .honor-swip .slide-tit {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.3rem;
  }
}
/*** 联系销售 ***/
.contt-mapbox {
  width: 100%;
  height: 20em;
  display: block;
  overflow: hidden;
  position: relative;
  background: #e9e9e9;
  margin-top: 2.8em;
}

.contt-ways .gdet-bd {
  padding-bottom: 0;
  border-bottom: none;
}

.contt-wlist {
  border-top: solid 2px #111;
  border-bottom: solid 1px #d2d2d2;
  padding: 1.6em 0;
}
.contt-wlist li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
}
.contt-wlist .tit {
  max-width: 200px;
  flex: 0 0 12.5em;
  -webkit-flex: 0 0 12.5em;
  color: #0157ac;
}
.contt-wlist .col4 {
  display: inline-block;
  width: 4em;
}
.contt-wlist .doc {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .contact-box {
    padding-bottom: 6.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .contt-mapbox {
    height: 5rem;
    margin-top: 0.7rem;
  }

  .contt-wlist {
    padding: 0.4rem 0;
  }
  .contt-wlist li {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .contt-wlist .tit {
    flex: 0 0 9.5em;
    -webkit-flex: 0 0 9.5em;
  }
}
/**** 投诉与建议 ****/
.advice-box {
  background: url("/Img/images/advice-1.jpg") no-repeat center bottom #f9fafc;
  background-size: cover;
}

.advice-sect1 {
  padding-bottom: 3em;
}

.advice-sect2 {
  padding: 1em 0 7.75em;
}

.form-advice .row {
  margin: 0 -3.5em;
}
.form-advice .row-item {
  padding: 0 3.5em;
}
.form-advice .control-label {
  display: block;
  position: absolute;
  left: 0;
  top: 1.375em;
}
.form-advice .form-control {
  padding-left: 3.75em;
}
.form-advice .frm-vcode {
  max-width: 18.75em;
}
.form-advice .form-btnbox {
  margin-top: 4.25em;
}

@media screen and (max-width: 991.98px) {
  .advice-sect2 {
    padding: 0.5rem 0 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form-advice .frm-vcode {
    max-width: 100%;
  }
}
/*** 需要咨询 ****/
.const-sect {
  padding: 1.6em 0 1.5em;
  border-bottom: solid 1px #ddd;
}
.const-sect:first-child {
  padding-top: 0;
}
.const-sect .secthd {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
}
.const-sect .sectit {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  padding-left: 1.133em;
  position: relative;
  background: url("/Img/images/icon-1.png") no-repeat left center;
  background-size: 0.6em;
}
.const-sect .row-col2 .row-item {
  padding: 0 3em 0 0;
}
.const-sect .row-hd {
  padding-left: 3em;
}
.const-sect .rowtit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1em;
  padding-top: 0.625em;
  font-weight: bold;
  color: #1e6ab9;
}

.form-consult {
  margin-top: 3.3em;
}
.form-consult .form-group {
  width: 100%;
  padding: 10px 0;
  line-height: 36px;
  display: flex;
  display: -webkit-flex;
  color: #777;
}
.form-consult .control-label {
  flex: 0 0 9.1em;
  -webkit-flex: 0 0 9.1em;
  max-width: 145px;
  text-align: right;
  padding-right: 0.625em;
  white-space: nowrap;
  color: #333;
}
.form-consult .control-label .must {
  text-align: left;
}
.form-consult .control-label .col1 {
  display: inline-block;
  width: 0.625em;
}
.form-consult .form-group-cell, .form-consult .flex-cell {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.form-consult .form-control {
  height: 36px;
  padding: 0 0.75em;
  line-height: 34px;
  border: solid 1px #ddd;
}
.form-consult textarea.form-control {
  height: 90px;
}
.form-consult .inptlist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.form-consult .inptlist li {
  flex: 1;
  -webkit-flex: 1;
  position: relative;
  border: solid 1px #ddd;
  border-right: none;
  display: flex;
  display: -webkit-flex;
}
.form-consult .inptlist li:last-child {
  border-right: solid 1px #ddd;
}
.form-consult .inptlist .tit {
  white-space: nowrap;
  color: #0157ac;
  padding: 0 0 0 10px;
  line-height: 34px;
}
.form-consult .inptlist .form-control {
  border: none;
  height: 34px;
}
.form-consult .form-btnbox {
  margin-top: 3.15em;
}

.const-cgyy .row-item {
  padding: 0 3em;
}
.const-cgyy .form-group {
  display: block;
}
.const-cgyy .checklist li {
  margin-right: 5.625em;
}
.const-cgyy .checklist li.other {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
}
.const-cgyy .checklist li.other .checklabel {
  max-width: 70px;
  flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  white-space: nowrap;
}

.const-tujin .row-item {
  padding: 0 3em;
}
.const-tujin .checklist {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.const-cailiao .row {
  border-bottom: dashed 1px #ddd;
}
.const-cailiao .row.padding-tb10 {
  padding: 10px 0;
}
.const-cailiao .row.padding-tb0 {
  padding: 0 3em 0 0;
}
.const-cailiao .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.const-cailiao .checklist li {
  min-width: 75px;
  margin-right: 35px;
}
.const-cailiao .checklist li.other {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  max-width: 100%;
}
.const-cailiao .checklist li.other .checklabel {
  margin-right: 6px;
}
.const-cailiao .checklist li.other input[type="checkbox"] {
  display: none;
}
.const-cailiao .had-sub .checklist li {
  min-width: 0;
  margin-right: 50px;
}

.const-other {
  border-bottom: none;
}
.const-other .row-item {
  padding: 0 3em;
}

@media screen and (min-width: 992px) {
  .consult-box {
    padding-bottom: 6.4em;
  }

  .consult-doc {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991.98px) {
  .const-sect .row-col2 .row-item {
    padding-right: 0.3rem;
  }

  .const-cailiao .row.padding-tb0 {
    padding-right: 0.3rem;
  }

  .const-cgyy .row-item, .const-tujin .row-item, .const-other .row-item {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .const-sect {
    padding: 0.3rem 0;
  }
  .const-sect .row {
    padding-right: 0 !important;
  }
  .const-sect .row.padding-tb0 {
    padding-bottom: 0.2rem;
  }
  .const-sect .row-item {
    padding: 0 !important;
  }
  .const-sect .secthd {
    margin-bottom: 0;
  }
  .const-sect .sectit {
    font-size: 0.34rem;
    line-height: 0.5rem;
    padding-left: 0.28rem;
  }
  .const-sect .row-hd {
    padding-left: 0.2rem;
  }
  .const-sect .rowtit {
    font-size: 0.28rem;
  }

  .form-consult {
    margin-top: 0.3rem;
  }
  .form-consult .form-group {
    display: block;
    padding: 0.1rem 0;
    line-height: 0.8rem;
  }
  .form-consult .control-label {
    max-width: 100%;
    display: block;
    text-align: left;
    line-height: inherit;
    padding-left: 0.2rem;
    position: relative;
  }
  .form-consult .control-label .must {
    position: absolute;
    left: 0;
    top: 0;
  }
  .form-consult input.form-control {
    height: 0.8rem !important;
    padding: 0.2rem;
    line-height: 0.4rem;
  }
  .form-consult .checklist {
    margin: 0 -0.05rem;
    width: auto;
  }
  .form-consult .checklist li {
    min-width: 33.33% !important;
    padding: 0 0.05rem;
    margin: 0 !important;
  }
  .form-consult .inptlist {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top: solid 1px #ddd;
  }
  .form-consult .inptlist li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    border-top: none;
    align-items: center;
    -webkit-align-items: center;
  }
  .form-consult .inptlist li:nth-child(2n+2) {
    border-right: solid 1px #ddd;
  }
  .form-consult .form-btnbox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .form-consult .form-btnbox a {
    max-width: 48%;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    margin: 0;
  }

  .const-tujin {
    padding-bottom: 0.1rem;
  }

  #YinField_other {
    max-width: 200px;
  }

  .const-other {
    padding-bottom: 0;
  }
  .const-other .secthd {
    margin-bottom: 0.2rem;
  }
}

/*** 2021.11.1 ***/
.crdc-doc img{
  width: 42%;
  height: auto !important;
}
@media screen and (max-width: 767.98px) {
  .crdc-doc img{
    width: 100% !important;
  }
}