@charset "UTF-8";
/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
@font-face {
  font-family: 'centuryBd';
  src: url("fonts/GOTHICB_0.eot");
  src: url("fonts/GOTHICB_0.eot") format("embedded-opentype"), url("fonts/GOTHICB_0.woff2") format("woff2"), url("fonts/GOTHICB_0.woff") format("woff"), url("fonts/GOTHICB_0.ttf") format("truetype"), url("fonts/GOTHICB_0.svg#GOTHICB_0") format("svg");
}
div, ul, li, span, a, input, form {
  box-sizing: border-box;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.Arial, .en {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.capital {
  text-transform: capitalize;
}

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tec {
  text-align: center;
}

.poaafter {
  display: block;
  position: absolute;
  content: "";
}

.omit1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans1 {
  transition-duration: 0.1s;
}

.opa1 {
  opacity: 0.1;
}

.omit2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans2 {
  transition-duration: 0.2s;
}

.opa2 {
  opacity: 0.2;
}

.omit3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans3 {
  transition-duration: 0.3s;
}

.opa3 {
  opacity: 0.3;
}

.omit4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans4 {
  transition-duration: 0.4s;
}

.opa4 {
  opacity: 0.4;
}

.omit5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans5 {
  transition-duration: 0.5s;
}

.opa5 {
  opacity: 0.5;
}

.omit6 {
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans6 {
  transition-duration: 0.6s;
}

.opa6 {
  opacity: 0.6;
}

.omit7 {
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans7 {
  transition-duration: 0.7s;
}

.opa7 {
  opacity: 0.7;
}

.omit8 {
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trans8 {
  transition-duration: 0.8s;
}

.opa8 {
  opacity: 0.8;
}

.w92 {
  width: 92%;
}

.w1400 {
  width: 1400px;
}

.w1400 {
  margin-left: auto;
  margin-right: auto;
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.img100 {
  display: block;
  width: 100%;
}

.imgauto {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexBox.between {
  justify-content: space-between;
}
.flexBox.center {
  justify-content: center;
}
.flexBox.start {
  justify-content: flex-start;
}
.flexBox.end {
  justify-content: flex-end;
}

.flex-left, .flex-right {
  display: inline-flex;
}
.flex-left.between, .flex-right.between {
  justify-content: space-between;
}
.flex-left.center, .flex-right.center {
  justify-content: center;
}
.flex-left.start, .flex-right.start {
  justify-content: flex-start;
}

.flex50 {
  flex: 0 0 50%;
  width: 50%;
}

.can-hover .img-wrap {
  overflow: hidden;
}
.can-hover .img-wrap .img100 {
  transition: all .5s ease;
}
.can-hover:hover .img-wrap .img100 {
  transform: scale3D(1.1, 1.1, 1.1);
}

.hoverIco {
  position: relative;
}
.hoverIco .opa0 {
  opacity: 0;
}
.hoverIco .hover {
  display: none;
}
.hoverIco .unhover {
  display: block;
}
.hoverIco.cur .unhover, .hoverIco:hover .unhover {
  display: none;
}
.hoverIco.cur .hover, .hoverIco:hover .hover {
  display: block;
}

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.trans50 {
  transform: translate(-50%, -50%);
}

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.poabefore {
  display: block;
  position: absolute;
  content: "";
}

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition-duration: .5s;
}

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.gradientBg {
  background: -webkit-linear-gradient(left, #008dd6, #fff);
  /* Safari 5.1 - 6.0 */
  background: -moz-linear-gradient(left, #008dd6, #fff);
  /* Firefox 3.6 - 15 */
  background: -o-linear-gradient(left, #008dd6, #fff);
  /* Opera 11.1 - 12.0 */
  background: linear-gradient(to right, #008dd6, #fff);
  /* 标准的语法 */
}

@keyframes ball-clip-rotate-multiple-rotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-multiple-rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -o-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.loaddings {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.loaddings:before, .loaddings:after {
  border: 4px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.loaddings:before {
  border-left-color: transparent;
  border-right-color: transparent;
  width: 48px;
  height: 48px;
  animation: ball-clip-rotate-multiple-rotate1 1s ease-in-out infinite;
}

.loaddings:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  width: 28px;
  height: 28px;
  animation: ball-clip-rotate-multiple-rotate2 1s ease-in-out infinite;
}

.mouse-down {
  position: absolute;
  z-index: 2;
  width: 82px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1.2rem;
  cursor: pointer;
  animation: downico 1.5s ease-out infinite;
}

@-webkit-keyframes downico {
  0% {
    bottom: 1.2rem;
    opacity: 1;
  }
  35% {
    bottom: .8rem;
    opacity: 0;
  }
  65% {
    bottom: 1.4rem;
    opacity: 0;
  }
  100% {
    bottom: 1.2rem;
    opacity: 1;
  }
}
@keyframes downico {
  0% {
    bottom: 1.2rem;
    opacity: 1;
  }
  35% {
    bottom: .8rem;
    opacity: 0;
  }
  65% {
    bottom: 1.4rem;
    opacity: 0;
  }
  100% {
    bottom: 1.2rem;
    opacity: 1;
  }
}
.mCSB_inside > .mCSB_container {
  margin-right: 6px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools {
  width: 4px !important;
}

.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .white .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff !important;
}

#lightbox-container-image-data-box {
  box-sizing: content-box;
}

#lightbox-image-details-caption {
  font-size: 16px;
  line-height: 22px;
  color: #008dd6;
  font-weight: bold !important;
}

.js-m {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-opacity {
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-m2 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease;
}

.js-to-left {
  opacity: 0;
  transform: translateX(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-to-right {
  opacity: 0;
  transform: translateX(-30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate, .js-opacity.animate, .swiper-slide-active .js-m2 {
  opacity: 1;
  transform: translate(0, 0);
}

.bgec {
  background: #ececec;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf6 {
  background: #f6f6f6;
}

.video-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.video-bg .close-img {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition-duration: .3s;
}
.video-bg .close-img:hover {
  transform: rotate(90deg);
}
.video-bg #video {
  width: 100%;
  height: 100%;
}
.video-bg .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hover3s {
  transition-duration: .3s;
}
.hover3s:hover {
  transform: translateX(-5px);
}

.swiper-cir-hd1 {
  padding: 1.9rem 0;
  text-align: center;
}
.swiper-cir-hd1.white .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
}
.swiper-cir-hd1.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-cir-hd1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 11px !important;
  position: relative;
  transition-duration: .3s;
  cursor: pointer;
  opacity: 1;
  background: #a4a4a4;
  border-radius: 50%;
}
.swiper-cir-hd1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0090d9;
}
.swiper-cir-hd1.poa {
  z-index: 2;
  padding: 0;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  width: 100%;
}

.swiper-btns1 {
  position: absolute;
  z-index: 3;
  overflow: visible;
  width: 46px;
  height: 106px;
  right: 0;
  top: -53px;
}
.swiper-btns1 .btn {
  display: block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all .5s ease;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 50%;
}
.swiper-btns1 .btn:focus {
  outline: none;
}
.swiper-btns1 .prev {
  background-image: url(../img/swiper-prev1.png);
  margin-bottom: 13px;
}
.swiper-btns1 .prev:hover {
  background: #008dd6 url(../img/swiper-prev1.png);
  border-color: #008dd6;
}
.swiper-btns1 .next {
  background-image: url(../img/swiper-next1.png);
}
.swiper-btns1 .next:hover {
  border-color: #008dd6;
  background: #008dd6 url(../img/swiper-next1.png);
}

.form-section {
  position: relative;
  text-align: left;
}
.form-section.cur .section-top {
  color: #fff;
  background: #008dd6 url(../img/addon.png) no-repeat right 0.55rem center;
}
.form-section .section-top {
  cursor: pointer;
  background: url(../img/add.png) no-repeat right 0.55rem center;
}
.form-section .option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-section .options-wrap {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  color: #333;
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
  max-height: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-section .job-select {
  z-index: 2;
}
.form-section .add-select {
  z-index: 1;
}

.captcha-td .td-content {
  position: relative;
}
.captcha-td .captcha {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: 124px;
}

.message-form {
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  border-top: 4px solid #008dd6;
  box-sizing: border-box;
}
.message-form .form-top {
  background: #f3f3f3;
  padding: .7rem 30px 0 .8rem;
}
.message-form .btn-input {
  display: inline-block;
  flex: 0 0 124px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.message-form .message-submit {
  background: #008dd6;
  margin-left: 112px;
}
.message-form .message-reset {
  background: #666;
  margin-left: 10px;
}
.message-form .form-btns {
  padding: .5rem 0;
  justify-content: flex-start;
  border-top: 1px solid #c4c8cb;
  border-bottom: 1px solid #c4c8cb;
}
.message-form .message-input, .message-form .message-textarea {
  background: #fff;
  border: 1px solid #c4c8cb;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 32px;
}
.message-form .message-input {
  height: 34px;
}
.message-form .message-textarea {
  height: 102px;
}
.message-form .captcha-input {
  width: 124px;
}
.message-form .td100 {
  flex: 0 0 100%;
}
.message-form .td50 {
  flex: 0 0 50%;
}
.message-form .td-content1 {
  padding-right: 22px;
}
.message-form .td-content {
  position: relative;
  padding-left: 88px;
}
.message-form .form-td {
  margin-bottom: 14px;
}
.message-form .message-s0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
}
.message-form .captcha-td {
  flex: 0 0 348px;
}
.message-form .captcha-td .td-content {
  padding-right: 134px;
}

.ajax-opacity {
  opacity: 0;
  transition-duration: .5s;
}
.ajax-opacity.cur {
  opacity: 1;
}

.ajax-opacity2 {
  opacity: 0;
  transition-duration: .3s;
}
.ajax-opacity2.cur {
  opacity: 1;
}

.ajax-contents {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: .5s;
}
.ajax-contents.cur {
  opacity: 1;
  transform: translateY(0);
}

.ajax-scale {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: .5s;
}
.ajax-scale.cur {
  opacity: 1;
  transform: scale(1);
}

.load-more {
  display: block;
  cursor: pointer;
  width: 54px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  text-align: center;
}
.load-more .load-ico0 {
  display: block;
  max-width: 32px;
  margin: 0 auto 10px;
}

.square-wrap .square-item {
  flex: 1;
  position: relative;
  font-size: 14px;
}
.square-wrap .square-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 76px;
  transform: translateY(-50%);
  background: #dcdcdc;
}
.square-wrap .num0 {
  color: #008dd6;
  font-size: 1.2rem;
  line-height: 52px;
  font-family: "Airal";
}
.square-wrap .num-txts {
  line-height: 24px;
  padding-top: 28px;
  display: inline-block;
}
.square-wrap .square-txt {
  line-height: 24px;
  color: #999;
  margin-top: 4px;
}
.square-wrap .item-mains {
  padding: 0 20px;
}

.pages {
  text-align: center;
  font-size: 14px;
}
.pages .pagination {
  padding: 2rem 0;
  display: inline-block;
}
.pages a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  color: #686868;
  text-align: center;
  transition: all .3s linear;
  font-family: "Arial";
  vertical-align: top;
  margin-right: 1px;
  background: #f7f7f7;
}
.pages a:hover, .pages a.active {
  color: #fff;
  background: -webkit-linear-gradient(left, #009df1, #0161a8);
  /* Safari 5.1 - 6.0 */
  background: -moz-linear-gradient(left, #009df1, #0161a8);
  /* Firefox 3.6 - 15 */
  background: -o-linear-gradient(left, #009df1, #0161a8);
  /* Opera 11.1 - 12.0 */
  background: linear-gradient(to right, #009df1, #0161a8);
  /* 标准的语法 */
}
.pages .prev, .pages .next {
  position: relative;
}
.pages .prev:after, .pages .next:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}
.pages .prev:after {
  background: url(../img/page-prev2.png) no-repeat center;
}
.pages .prev:hover:after {
  background: url(../img/page-prev2on.png) no-repeat center;
}
.pages .next:after {
  background: url(../img/page-next2.png) no-repeat center;
}
.pages .next:hover:after {
  background: url(../img/page-next2on.png) no-repeat center;
}
@media (max-width: 1023px) {
  .pages {
    font-size: 12px;
  }
  .pages .pagination {
    padding: 1.1rem 0 1.5rem;
  }
  .pages a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.newsInfo {
  padding-bottom: 3.5rem;
  min-height: 50vw;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.newsInfo .info-top {
  background: #008dd6;
}
.newsInfo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}
.newsInfo .info-title-wrap {
  text-align: center;
  padding: 1.6rem 0 1.2rem;
}
.newsInfo .info-title {
  font-size: .9rem;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 10px;
}
.newsInfo .info-time {
  font-size: .4rem;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 30px auto;
}
.newsInfo .info-dt-wrap {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.newsInfo .info-bot-dl {
  width: 70%;
  line-height: 30px;
}
.newsInfo .info-bot-dl a {
  color: #333;
}
.newsInfo .info-bot-dl a:hover {
  color: #008dd6;
}
.newsInfo .info-bot-dr {
  padding-top: 16px;
}
.newsInfo .news-return-a1 {
  width: 110px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  flex: 0 0 110px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  height: 32px;
  color: #fff;
  transition-duration: .3s;
  outline-color: none;
}
.newsInfo .news-return-a1:hover {
  background: #fff;
  color: #008dd6;
}
.newsInfo .info-bot-wrap {
  align-items: center;
}
.newsInfo .news-return-a2 {
  width: 110px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  height: 32px;
  color: #666;
  transition-duration: .3s;
  outline-color: none;
}
.newsInfo .news-return-a2:hover {
  background: #008dd6;
  color: #fff;
  outline-color: none;
}

.bocweb-header {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 0 2.5rem;
  transition: all .8s ease-out;
}
.bocweb-header .header-mains {
  align-items: center;
}
.bocweb-header .logo-wrap {
  position: relative;
  width: 60px;
  height: 44px;
  flex: 0 0 60px;
  width: 60px;
}
.bocweb-header .logo-txts {
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  flex: 0 0 auto;
  font-weight: bold;
}
.bocweb-header .bocweb-logo {
  display: inline-flex;
  justify-content: space-between;
  flex: 0 0 156px;
  width: 156px;
}
.bocweb-header .header-right {
  display: none;
  flex: 0 0 480px;
  width: 480px;
  display: inline-flex;
}
.bocweb-header .fff-img {
  display: block;
}
.bocweb-header .color-img {
  display: none;
}
.bocweb-header .bocweb-nav {
  flex: 0 0 420px;
  margin-right: 24px;
  overflow: visible;
  display: inline-flex;
}
.bocweb-header .nav-a {
  position: relative;
  text-align: center;
  display: block;
  z-index: 7;
  line-height: 44px;
  padding: 23px 0;
  text-align: center;
  color: #fff;
}
.bocweb-header .nav-a:before {
  position: absolute;
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background: rgba(255, 255, 255, 0.2);
}
.bocweb-header .nav-li {
  flex: 0 0 25%;
  width: 25%;
  position: relative;
  font-size: 16px;
  text-align: center;
  transition: all .3s linear;
}
.bocweb-header .nav-li:first-child .nav-a:before {
  display: none;
}
.bocweb-header .nav-li:hover .nav-a, .bocweb-header .nav-li.cur .nav-a {
  color: #008dd6;
}
.bocweb-header .bocweb-subnav {
  display: none;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -65px;
}
.bocweb-header .bocweb-subnav1 {
  width: 220px;
  margin-left: -110px;
}
.bocweb-header .subnav-a {
  font-size: 12px;
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
  padding: 10px;
  color: #333;
  background: #fff;
  transition: all .3s linear;
}
.bocweb-header .subnav-a:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  left: 50%;
  bottom: -1px;
  background: #008dd6;
  transition: all .3s linear;
}
.bocweb-header .subnav-a:hover {
  color: #008dd6;
}
.bocweb-header .subnav-a:hover:after {
  width: 100%;
  left: 0;
}
.bocweb-header .show-search-btn {
  flex: 0 0 20px;
  cursor: pointer;
  padding-top: 32px;
  height: 56px;
  width: 20px;
  background: url(../img/ser.png) no-repeat center bottom;
  background-size: 20px !important;
}

.header-nav-btn {
  cursor: pointer;
  position: absolute;
  right: 6.4vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 16px;
  background: url(../img/m-nav-btn.png) no-repeat center;
  background-size: 100% !important;
}
.header-nav-btn.cur {
  background: url(../img/m-nav-btnOn.png) no-repeat center;
}

.header-search-wrap {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 23px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  background: #fff;
  padding-right: 50px;
}
.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../img/seron.png) no-repeat center;
  background-size: 20px !important;
  border: none;
  box-sizing: border-box;
}
.header-search-wrap .ser-input {
  width: 100%;
  height: 43px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  text-indent: 20px;
}

.search-close {
  position: absolute;
  z-index: -1;
  display: block;
  right: -1.5rem;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/close2.png) no-repeat center;
  background-size: 24px !important;
  cursor: pointer;
  transition-duration: .5s;
  transform: scale(0);
}

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.m-search-wrap {
  padding: 10px 6.4vw;
}
.m-search-wrap .search-box {
  display: block;
  position: relative;
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  line-height: 35px;
  padding-right: 50px;
}
.m-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 20px;
  height: 35px;
  background: url(../img/seron.png) no-repeat center;
  background-size: 20px !important;
  border: none;
  box-sizing: border-box;
}
.m-search-wrap .ser-input {
  width: 100%;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
}

.m-header-menu {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 64px;
  background-color: #000;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.m-header-menu .bocweb-nav {
  padding: 0 6.4vw;
}
.m-header-menu .nav-li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-header-menu .nav-li .subnav-a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-header-menu .nav-li .subnav-a:last-child {
  border-bottom: none;
}
.m-header-menu .nav-li.cur .nav-a1 {
  background: url(../img/jianw.png) no-repeat right 0 center;
  background-size: 16px !important;
}
.m-header-menu .nav-a0, .m-header-menu .nav-a1 {
  display: block;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 36px;
}
.m-header-menu .nav-a1 {
  display: block;
  cursor: pointer;
  background: url(../img/jiaw.png) no-repeat right 0 center;
  background-size: 14px !important;
}
.m-header-menu .bocweb-subnav {
  position: static;
  display: none;
  max-height: 191px;
  overflow: scroll;
}
.m-header-menu .subnav-a {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  display: block;
}

.footer .w1400 {
  align-items: center;
}
.footer .footer-top {
  background: #3b3b3b;
  padding: 30px 0;
}
.footer .footer-bot {
  background: #242424;
  padding: 17px 0;
}
.footer .footer-top-left, .footer .footer-top-right, .footer .footer-bot-left, .footer .footer-bot-right, .footer .bocweb-nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.footer .ewm-img {
  flex: 0 0 76px;
  width: 76px;
}
.footer .ewm-txts {
  padding: 20px 0;
  flex: 0 0 96px;
  width: 96px;
  margin-left: 18px;
}
.footer .ewm-h5 {
  font-size: 16px;
  line-height: 24px;
  color: #d5d4d4;
}
.footer .ewm-h6 {
  font-size: 12px;
  line-height: 24px;
  color: #8c8c8c;
}
.footer .footer-logo {
  flex: 0 0 156px;
  display: inline-flex;
  margin-right: 2rem;
}
.footer .logo-wrap {
  height: 44px;
  flex: 0 0 60px;
  width: 60px;
}
.footer .logo-txts {
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  flex: 0 0 auto;
  font-weight: bold;
}
.footer .nav-a {
  flex: 0 0 auto;
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  transition-duration: .3s;
}
.footer .nav-a:hover {
  color: #008dd6;
}
.footer .nav-a:before {
  position: absolute;
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background: rgba(255, 255, 255, 0.2);
}
.footer .nav-a:first-child:before {
  display: none;
}
.footer .footer-bot {
  color: rgba(140, 140, 140, 0.5);
  line-height: 30px;
}
.footer .footer-bot a {
  font-size: 14px;
  color: rgba(140, 140, 140, 0.5);
}
.footer .shares-s0 {
  font-size: 16px;
  flex: 0 0 56px;
  display: inline-block;
}
.footer .bdshare-button-style0-16 {
  flex: 0 0 auto;
  display: inline-flex;
}

.footer-bot-right .bdsharebuttonbox a {
  flex: 0 0 44px;
  display: inline-block;
  width: 30px;
  width: 44px;
  margin: 0 !important;
  padding: 0 !important;
  transition-duration: .3s;
  opacity: .8 !important;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.footer-bot-right .bdsharebuttonbox a:hover {
  opacity: 1 !important;
}
.footer-bot-right .bdsharebuttonbox .bds_tsina {
  background-image: url(../img/sina.png);
}
.footer-bot-right .bdsharebuttonbox .bds_weixin {
  background-image: url(../img/wechat.png);
}
.footer-bot-right .bdsharebuttonbox .bds_sqq {
  background-image: url(../img/qq.png);
}

.padHeader {
  padding-top: 90px;
}

.inner-banner1 {
  position: relative;
}
.inner-banner1 .pc-img, .inner-banner1 .m-img {
  position: relative;
  z-index: 2;
}
.inner-banner1 .banner-titles {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  height: auto;
  color: #fff;
  line-height: 1.2;
  transform: translate(-50%, -50%);
}
.inner-banner1 .ban-en {
  font-size: 2rem;
  font-family: "centuryBd";
  transition-delay: .2s;
}
.inner-banner1 .ban-cn1 {
  font-size: 1.05rem;
  transition-duration: .8s;
  transition-delay: .4s;
  margin: .65rem 0 .2rem;
}
.inner-banner1 .ban-cn2 {
  font-size: .4rem;
  transition-duration: .8s;
  transition-delay: .6s;
}

.about-nav-wrap1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  line-height: 72px;
  transform: translate(-50%, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-nav-wrap1 .bread-a {
  flex: 0 0 auto;
  display: inline-block;
  color: #fff;
  transition-duration: .3s;
  font-size: 16px;
}
.about-nav-wrap1 .about-nav-right {
  flex: 0 0 410px;
  width: 410px;
}
.about-nav-wrap1 .about-nav-banner {
  overflow: hidden;
}
.about-nav-wrap1 .swiper-wrapper {
  justify-content: flex-end;
}
.about-nav-wrap1 .swiper-slide {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: right;
  transition-duration: .3s;
}

.newsInfo-list1 {
  padding: 1.6rem 0 2.2rem;
}
.newsInfo-list1 .list1-left {
  flex: 0 0 calc(100% - 350px);
  width: calc(100% - 350px);
  font-size: .4rem;
  line-height: 2;
  color: #666;
}
.newsInfo-list1 .info-dt-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsInfo-list1 .list1-recommend {
  flex: 0 0 320px;
  width: 320px;
}
.newsInfo-list1 .list1-recommend.fixed0 {
  position: fixed;
  right: calc(50% - 700px);
  top: 124px;
}
.newsInfo-list1 .left-mains, .newsInfo-list1 .recommend-mains {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newsInfo-list1 .left-mains {
  padding: 1.2rem 1.9rem;
}
.newsInfo-list1 .recommend-mains {
  padding: .6rem .75rem;
}
.newsInfo-list1 .info-title {
  font-size: .9rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-bottom: .5rem;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.1rem;
}
.newsInfo-list1 .recommend-title {
  font-weight: bold;
  font-size: .5rem;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: .6rem;
  padding-bottom: .35rem;
}
.newsInfo-list1 .recommend-item {
  display: block;
  position: relative;
  font-size: .4rem;
  line-height: 24px;
  color: #666;
  transition-duration: .3s;
  padding-left: .85rem;
  margin-bottom: .4rem;
}
.newsInfo-list1 .recommend-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background: #ccc;
  transition-duration: .3s;
}
.newsInfo-list1 .recommend-item:hover {
  color: #008dd6;
}
.newsInfo-list1 .recommend-item:hover:before {
  background: #008dd6;
}
.newsInfo-list1 .info-dt-wrap {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1rem;
}
.newsInfo-list1 .info-bot-wrap {
  align-items: center;
}
.newsInfo-list1 .info-bot-dl {
  flex: 0 0 70%;
  width: 70%;
  line-height: 30px;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newsInfo-list1 .info-bot-dl a {
  color: #333;
}
.newsInfo-list1 .info-bot-dl a:hover {
  color: #008dd6;
}
.newsInfo-list1 .info-bot-dr {
  flex: 0 0 110px;
  width: 110px;
}
.newsInfo-list1 .info-s0 {
  flex: 0 0 80px;
  width: 80px;
}
.newsInfo-list1 .others-a-wrap {
  flex: 0 0 100%;
  width: 100%;
}
.newsInfo-list1 .others-a {
  height: 30px;
  display: inline-block;
  flex: 0 0 calc(100% - 81px);
  width: calc(100% - 81px);
  white-space: nowrap;
}
.newsInfo-list1 .news-return-a {
  text-align: center;
  width: 110px;
  display: block;
  line-height: 30px;
  border-radius: 15px;
  height: 30px;
  transition-duration: .3s;
  outline-color: none;
  background: #008dd6;
  color: #fff;
  font-size: 14px;
}
.newsInfo-list1 .news-return-a:hover {
  transform: translateX(-6px);
}

.moudle-titles {
  padding: 1.8rem 0;
  color: #000;
  line-height: 1.3;
}
.moudle-titles .moudle-h5 {
  font-size: 1rem;
}
.moudle-titles .moudle-font30 {
  font-size: .75rem;
}
.moudle-titles .moudle-font20 {
  font-size: .5rem;
  position: relative;
  margin-top: 16px;
}
.moudle-titles .moudle-font14 {
  font-size: .35rem;
  line-height: 30px;
  position: relative;
  margin-top: 16px;
}
.moudle-titles .moudle-font16 {
  font-size: .4rem;
  line-height: 30px;
  position: relative;
  margin-top: 16px;
  opacity: .5;
}
.moudle-titles .h5-s0 {
  display: inline-block;
  vertical-align: middle;
}
.moudle-titles .moudle-ico {
  display: inline-block;
  vertical-align: middle;
  width: .85rem;
  margin-left: .4rem;
}
.moudle-titles.white {
  color: #fff;
}
.moudle-titles.white .moudle-h5, .moudle-titles.white .moudle-font14 {
  color: #fff;
}
.moudle-titles.border {
  border-bottom: 2px solid #d4d4d4;
}
@media (max-width: 1023px) {
  .moudle-titles {
    padding: 1.5rem 0;
  }
}

.toTop {
  display: none;
  position: fixed;
  z-index: 7;
  bottom: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 1 !important;
  background: #008dd6 url(../img/toTop.png) no-repeat center;
}

.news {
  padding-top: 2.75rem;
}
.news .img-wrap {
  display: block;
}
.news .news-txts {
  color: #808080;
  display: block;
  padding-top: 1rem;
}
.news .news-h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  transition-duration: .5s;
}
.news .news-detail {
  font-size: 15px;
  line-height: 28px;
  height: 56px;
  margin-top: 14px;
}
.news .news-time {
  color: #808080;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}
.news .news-time-wrap {
  border-top: 1px solid #ccc;
  padding-top: .6rem;
  margin-top: .7rem;
}
.news .news-shares {
  flex: 0 0 16px;
  height: 24px;
}
.news .bds_more {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 16px;
  height: 24px;
  transition-duration: .3s;
  background: url(../img/shares.png) no-repeat center !important;
}
.news .bds_more:hover {
  opacity: 1 !important;
  background: url(../img/shareson.png) no-repeat center !important;
}

.search .search-item {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  border-left-width: 5px;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 18px 200px 18px 32px;
  color: #333;
}
.search .search-item:after {
  top: 50%;
  right: 100%;
  display: block;
  width: 5px;
  height: 0;
  background: #008dd6;
  content: "";
  position: absolute;
  content: "";
  transition-duration: .3s;
}
.search .search-item:hover {
  color: #008dd6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search .search-item:hover:after {
  top: 0;
  height: 100%;
}
.search .search-h5 {
  height: 30px;
  font-size: 18px;
  transition-duration: .3s;
}
.search .search-time {
  top: 50%;
  right: 0;
  margin-top: -15px;
  position: absolute;
  display: block;
  width: 144px;
  text-align: center;
  border-left: 1px solid #ececec;
  font-size: 14px;
  transition-duration: .3s;
}
@media (max-width: 1023px) {
  .search .search-item {
    line-height: 24px;
    padding: 10px;
    border-left-width: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .search .search-item:after {
    width: 2px;
    height: 100%;
    top: 0;
  }
  .search .search-h5 {
    font-size: 16px;
    height: auto;
    -webkit-line-clamp: 5;
  }
  .search .search-time {
    position: static;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    border: none;
  }
}

@media (max-width: 1023px) {
  .toTop {
    width: 32px;
    height: 32px;
    background-size: 70% !important;
    right: 0;
    bottom: 0;
  }

  .footer .footer-top-right {
    flex: 0 0 55px;
    width: 55px;
  }

  .footer .logo-txts {
    font-size: 13px;
    line-height: 33px;
  }

  .footer .footer-logo {
    flex: 0 0 110px;
    width: 110px;
    justify-content: space-between;
  }

  .footer .footer-top-left {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    flex-wrap: wrap;
  }

  .footer .footer-bot, .footer .footer-bot-right, .footer .footer-bot-left {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .footer-bot-left {
    margin-bottom: 10px;
  }

  .footer-bot-right .bdsharebuttonbox a {
    flex: 0 0 32px;
    width: 32px;
    height: 14px;
    background-size: auto 12px !important;
  }

  .footer .shares-s0 {
    font-size: 12px;
    line-height: 14px;
    flex: 0 0 50px;
    width: 50px;
  }

  .footer .footer-bot .w1400 {
    justify-content: center;
  }

  .footer .nav-a {
    flex: 0 0 auto;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    transition-duration: .3s;
  }
  .footer .nav-a:first-child {
    padding-left: 0;
  }

  .footer .footer-bot {
    line-height: 24px;
  }

  .footer .footer-bot a {
    font-size: 12px;
  }

  .footer .footer-top {
    padding: 22px 0 32px;
  }

  .footer .pc-inline {
    display: block;
  }

  .footer .ewm-txts {
    display: none;
  }

  .footer .bocweb-nav {
    margin-top: 12px;
  }

  .footer .footer-bot-left, .footer .footer-bot-right, .footer .bocweb-nav, .footer .ewm-img {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer .logo-wrap {
    height: 33px;
    flex: 0 0 46px;
    width: 46px;
  }
}
@media (min-width: 768px) {
  .inner-banner1 .pc-img {
    display: block;
    height: 670px;
  }
  .inner-banner1 .m-img {
    display: none;
  }

  .news .news-item {
    flex: 0 0 30.5%;
    width: 30.5%;
    margin-right: 4.25%;
    margin-bottom: 1.7rem;
    transition-duration: .5s;
  }
  .news .news-item:hover {
    transform: translateY(-10px);
  }
  .news .news-item:hover .news-h5 {
    color: #008dd6;
  }
  .news .news-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .proInfo-ajax4 .case-item {
    flex: 0 0 32%;
    width: 32%;
    margin-right: 2%;
    margin-bottom: .7rem;
  }
  .proInfo-ajax4 .case-item:nth-child(3n) {
    margin-right: 0;
  }

  .proInfo-ajax4 .ajax4-item {
    flex: 0 0 48%;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .proInfo-ajax4 .ajax4-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .proInfo-ajax4 .case-item {
    flex: 0 0 30.5%;
    width: 30.5%;
    margin-right: 4.25%;
    margin-bottom: 1.7rem;
    transition-duration: .5s;
  }
  .proInfo-ajax4 .case-item:hover {
    transform: translateY(-10px);
  }
  .proInfo-ajax4 .case-item:hover .case-name {
    color: #008dd6;
  }
  .proInfo-ajax4 .case-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1271px) {
  .bocweb-header.bgf, .bocweb-header.bgf2, .bocweb-header:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .bocweb-header.bgf .fff-img, .bocweb-header.bgf2 .fff-img, .bocweb-header:hover .fff-img {
    display: none;
  }
  .bocweb-header.bgf .color-img, .bocweb-header.bgf2 .color-img, .bocweb-header:hover .color-img {
    display: block;
  }
  .bocweb-header.bgf .nav-li:hover .nav-a, .bocweb-header.bgf .nav-li.cur .nav-a, .bocweb-header.bgf2 .nav-li:hover .nav-a, .bocweb-header.bgf2 .nav-li.cur .nav-a, .bocweb-header:hover .nav-li:hover .nav-a, .bocweb-header:hover .nav-li.cur .nav-a {
    color: #008dd6;
  }
  .bocweb-header.bgf .nav-a, .bocweb-header.bgf2 .nav-a, .bocweb-header:hover .nav-a {
    color: #000;
  }
  .bocweb-header.bgf .nav-a:before, .bocweb-header.bgf2 .nav-a:before, .bocweb-header:hover .nav-a:before {
    background: #ccc;
  }
  .bocweb-header.bgf .logo-txts, .bocweb-header.bgf2 .logo-txts, .bocweb-header:hover .logo-txts {
    color: #000;
  }
  .bocweb-header.bgf .show-search-btn, .bocweb-header.bgf2 .show-search-btn, .bocweb-header:hover .show-search-btn {
    background: url(../img/seron.png) no-repeat center bottom;
  }

  #lightbox-container-image-box {
    width: 544px !important;
    height: auto !important;
  }

  #lightbox-image, #lightbox-container-image-data-box {
    width: 524px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .header-nav-btn {
    display: none;
  }
}
@media (max-width: 1270px) {
  .proInfo-ajax4 .case-name {
    font-size: 13px;
  }

  .newsInfo-list1 .recommend-item {
    padding-left: 16px;
  }

  .newsInfo-list1 .left-mains {
    padding: 1rem;
  }

  .newsInfo-list1 .list1-recommend {
    flex: 0 0 250px;
    width: 250px;
  }

  .newsInfo-list1 .list1-left {
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
  }

  .swiper-cir-hd1 .swiper-pagination-bullet {
    margin: 0 7px;
    width: 6px;
    height: 6px;
  }

  .header-search-wrap {
    display: none;
  }

  .padHeader, .welcome {
    padding-top: 64px;
  }

  .bocweb-header .header-right {
    display: none;
  }

  .header-mains {
    height: 100%;
  }

  .bocweb-header {
    background: #000;
    height: 64px;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    padding: 0 6.4vw;
  }
  .bocweb-header .bocweb-nav, .bocweb-header .show-search-btn {
    display: none;
  }
  .bocweb-header .color-img {
    display: none !important;
    position: static;
    width: 100%;
  }
  .bocweb-header .fff-img {
    position: static;
    display: block;
    height: auto;
  }
  .bocweb-header .bocweb-logo {
    flex: 0 0 90px;
    width: 90px;
    height: 28px;
  }
  .bocweb-header .logo-txts {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
  }
  .bocweb-header .logo-wrap {
    flex: 0 0 38px;
    width: 38px;
    height: 28px;
  }

  .header-nav-btn {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .newsInfo-list1 .list1-recommend, .newsInfo-list1 .list1-left {
    flex: 0 0 100%;
    width: 100%;
  }

  .newsInfo-list1 .list1-left {
    margin-bottom: 6.4vw;
  }

  .newsInfo-list1 {
    padding: 6.4vw 0;
  }
}
@media (max-width: 767px) {
  .newsInfo-list1 .info-title {
    margin-bottom: 0;
  }

  .news-body .inner-banner1 .banner-titles, .about-body .inner-banner1 .banner-titles, .newsInfo-body .inner-banner1 .banner-titles {
    line-height: 1;
    margin-top: -48px;
  }

  .inner-banner1 .ban-cn1 {
    margin-bottom: .5rem;
  }

  .about-nav-wrap1 {
    width: 100% !important;
    position: static;
    line-height: 30px;
    transform: translate(0, 0);
  }
  .about-nav-wrap1 .bread-a {
    display: none;
  }
  .about-nav-wrap1 .about-nav-right {
    flex: 0 0 100%;
    width: 100%;
  }
  .about-nav-wrap1 .swiper-slide {
    font-size: 12px;
    text-align: center;
    color: #333;
    border-left: 1px solid #f1f1f1;
  }
  .about-nav-wrap1 .swiper-slide:first-child {
    border-left-color: transparent;
  }
  .about-nav-wrap1 .about-nav-banner {
    border-bottom: 1px solid #f1f1f1;
  }

  .proInfo-ajax4 .case-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: .8rem;
  }
  .proInfo-ajax4 .case-h5 {
    font-size: 16px;
  }

  .news {
    padding-top: 8vw;
  }
  .news .news-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 8vw;
  }
  .news .news-h5 {
    font-size: 16px;
  }
  .news .news-txts {
    padding-top: 4vw;
  }
  .news .news-detail {
    font-size: 12px;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: 10;
  }
  .news .news-time-wrap {
    padding-top: 2vw;
  }

  .inner-banner1 .pc-img {
    display: none;
  }
  .inner-banner1 .m-img {
    height: 116vw;
    display: block;
  }

  .newsInfo-list1 .info-bot-dl {
    line-height: 24px;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
  .newsInfo-list1 .others-a {
    height: 24px;
  }
  .newsInfo-list1 .info-s0 {
    flex: 0 0 56px;
    width: 56px;
  }
  .newsInfo-list1 .others-a {
    flex: 0 0 calc(100% - 57px);
    width: calc(100% - 57px);
  }
  .newsInfo-list1 .info-bot-wrap {
    justify-content: center;
  }
  .newsInfo-list1 .info-dt-wrap, .newsInfo-list1 .info-bot-dl {
    font-size: 12px;
  }
  .newsInfo-list1 .news-return-a1 {
    position: static;
    right: 0;
    top: 50%;
    margin-top: 0;
    font-size: 12px;
    flex: 0 0 80px;
    line-height: 22px;
    border-radius: 12px;
    height: 24px;
    width: 80px;
    top: 4vw;
  }
  .newsInfo-list1 .news-return-a2 {
    display: inline-block;
    text-align: center;
    width: 80px;
    line-height: 22px;
    border-radius: 12px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
  }
  .newsInfo-list1 .info-bot-dr {
    text-align: center;
  }
  .newsInfo-list1 .info-title-wrap {
    padding: 4vw 0;
  }
  .newsInfo-list1 .info-time {
    margin: 10px auto;
  }
  .bd_weixin_popup .bd_weixin_popup_foot {
    font-size: 10px !important;
  }
}
@media (max-width: 321px) {
  .about-nav-wrap1 .swiper-slide {
    font-size: 10px;
  }
}

/*# sourceMappingURL=base.css.map */
