
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
	font-size: 16px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
   display: inline-block;
   margin-left: -1px;
   padding: 0 12px;
   height: 32px;
   line-height: 32px;
   color:#666;
   border: 1px solid #ddd;
   background: #fff;
   text-decoration: none;
}

.pagination li>span {
    display: inline-block;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#666;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
}

.pagination li.active>span {
    color: #ffffff;
    background:#666;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#666;
    color: #fff;
    border-color:#666;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
a {
  color: #666; }

input, select, textarea {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/*清除浮动*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: "."; }

.pull-left, .fl {
  float: left; }

.pull-right, .fr {
  float: right; }

.fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  right: 0; }

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0; }

.bgwh {
  background: #fff; }

.text-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-right {
  text-align: right; }

.g3 {
  color: #333; }

.g9 {
  color: #999; }

.tc {
  text-align: center; }

.text-red {
  color: #ff3434; }

.text-blue {
  color: #34b0ff; }

.text-org {
  color: #ff6600; }

.a-block {
  display: block; }

.dn {
  display: none; }

.btn {
  border-radius: .08rem;
  display: block;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  border-radius: .4rem;
  border: none;
  background-color: transparent;
  text-align: center;
  box-sizing: border-box;
  font-size: .28rem; }

.btn-red {
  background-color: #ff3434;
  color: #fff; }

.btn-blue {
  background-color: #34b0ff;
  color: #fff; }

.btn-org {
  background-color: #ff6600;
  color: #fff; }

.inp-text.error {
  box-shadow: 0 0 2px #ff3434 !important; }

.btn-default {
  color: #34b0ff;
  border: 1px solid #34b0ff; }

.product-shadow {
  background: rgba(248, 248, 248, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.product-shadow {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10; }

.pre-loading {
  width: 30%;
  height: 3.4rem;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 50%;
  margin-left: -15%;
  top: 40%;
  border-radius: 0.3rem; }

.pre-block {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 10rem;
  height: 1rem;
  color: #fff;
  top: 50%;
  left: 50%;
  margin: -0.6rem 0 0 -5rem; }

.spinner {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  width: 2em;
  height: 2em;
  text-align: left;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em rgba(255, 255, 255, 0.8); }
  .spinner i {
    position: absolute;
    clip: rect(0, 2em, 2em, 1em);
    width: 2em;
    height: 2em;
    animation: spinner-circle-clipper 1s ease-in-out infinite; }
    .spinner i:after {
      position: absolute;
      clip: rect(0, 2em, 2em, 1em);
      width: 2em;
      height: 2em;
      content: '';
      animation: spinner-circle 1s ease-in-out infinite;
      border-radius: 50%;
      box-shadow: inset 0 0 0 .1em #0066ff; }

@keyframes spinner-circle-clipper {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes spinner-circle {
  0% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(180deg); } }
/*操作提示弹出层*/
.s-dialog-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }

.s-dialog-wrapper {
  position: fixed;
  z-index: 9999;
  max-width: 12rem;
  min-width: 10rem;
  margin-top: -2rem;
  border-radius: 0.2rem; }

.s-dialog-skin-green {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 0.05rem #000; }

.s-dialog-skin-block {
  background-color: white; }

.s-dialog-skin-red {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 0.05rem #000; }

.s-dialog-content {
  padding: 1.2rem 0.8rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.9rem; }

.s-dialog-skin-green .s-dialog-content {
  color: #000; }

.s-dialog-skin-red .s-dialog-content {
  color: #000; }

.s-dialog-skin-block .s-dialog-content {
  color: #000; }

.s-dialog-content h6 {
  display: block;
  font-size: 0.55rem;
  line-height: 0.9rem;
  color: #333; }

.s-dialog-btn-wapper {
  display: block;
  padding: 0 0.6rem 1rem;
  font-size: 0;
  clear: both; }

.s-dialog-btn-wapper a {
  display: inline-block;
  width: 45%;
  font-size: 0.7rem;
  line-height: 1.2rem;
  border-radius: 2px;
  text-align: center; }

.s-dialog-btn-wapper a:first-child {
  float: left;
  background: #e22126;
  border: 1px solid #e22126;
  color: #fff; }

.s-dialog-btn-wapper a:last-child {
  float: right;
  background: #fff;
  border: 1px solid  #b2b2b2;
  color: #4c4c4c; }

.weui_cell_ft {
  font-size: 0; }
  .weui_cell_ft .weui_switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 52px;
    height: 32px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background: #DFDFDF;
    -webkit-tap-highlight-color: transparent; }
    .weui_cell_ft .weui_switch:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 30px;
      border-radius: 15px;
      background-color: #FDFDFD;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .weui_cell_ft .weui_switch:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background-color: #FFFFFF;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .weui_cell_ft .weui_switch:checked {
      border-color: #4dd963;
      background-color: #4dd963; }
      .weui_cell_ft .weui_switch:checked:before {
        transform: scale(0);
        -webkit-transform: scale(0); }
      .weui_cell_ft .weui_switch:checked:after {
        transform: translateX(20px);
        -webkit-transform: translateX(20px); }

.error-tips-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

.error-tips {
  background: rgba(0, 0, 0, 0.7);
  padding: 1.75rem;
  text-align: center;
  border-radius: 0.2rem;
  position: fixed;
  z-index: 9999;
  top: 30%;
  left: 15%;
  right: 15%;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1rem; }
  .error-tips i {
    display: none;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.35rem;
    top: 0.85rem; }
    .error-tips i:before {
      content: "";
      width: 0.9rem;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      transform: rotate(45deg); }
    .error-tips i:after {
      content: "";
      width: 0.9rem;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      transform: rotate(-45deg); }
  .error-tips p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #fff; }

.end {
  text-align: center;
  color: #999;
  font-size: .3rem;
  line-height: 1.1rem;
  padding-bottom: 1rem; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999; }

.mb-box {
  position: fixed;
  width: 80%;
  left: 10%;
  top: 25%;
  padding: .35rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1000;
  box-sizing: border-box; }
  .mb-box .hd {
    padding: 0 .22rem .05rem;
    font-size: .3rem;
    color: #333;
    text-align: center; }
  .mb-box .close {
    /*display: none;*/
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
    color: #333;
    position: absolute;
    right: 10px;
    top: 10px; }
  .mb-box .bd {
    /*padding-top: 35px;*/
    text-align: center; }
    .mb-box .bd .btn {
      display: inline-block;
      width: 46%;
      line-height: .6rem;
      height: .6rem;
      text-align: center;
      border-radius: 5px;
      font-size: 16px;
      margin: 0 2%; }
      .mb-box .bd .btn.ok {
        color: #fff;
        background: #34b0ff; }
      .mb-box .bd .btn.canc {
        background: #f1f1f1; }
      .mb-box .bd .btn:hover {
        opacity: 0.8; }
  .mb-box .msg {
    font-size: 16px;
    /*line-height: 40px;*/
    padding-bottom: 30px;
    color: #333;
    font-weight: normal; }

/*iPhone5*/
@media only screen and (min-width: 320px) {
  html {
    font-size: 42.66px; } }
/*Note3*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 48px; } }
/*iPhone6*/
@media only screen and (min-width: 375px) {
  html {
    font-size: 50px; } }
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
  html {
    font-size: 55.2px; } }
body {
  color: #666;
  font-size: .24rem;
  background-color: #f5f5f5; }

* {
  box-sizing: border-box; }

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 .3rem;
  /*perspective:400px;*/ }

.row {
  margin-left: -.3rem;
  margin-right: -.3rem; }

.col {
  padding-left: .3rem;
  padding-right: .3rem; }

.bgwh {
  background-color: #fff; }

select {
  background-image: url(/bocweb/mobile/img/icon-sel2.png);
  background-repeat: no-repeat;
  background-position: right .3rem center;
  background-size: auto .14rem; }

input[type='checkbox']:checked, input[type='radio']:checked {
  background-image: url(/bocweb/mobile/img/icon-chk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*默认顶部*/
.header-holder {
  position: relative;
  height: 1.1rem;
  background: #fff; }

.header {
  position: relative;
  height: 1.1rem;
  padding: .15rem .3rem;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.header.fixed-top {
  position: fixed; }

.hd-logo {
  float: right;
  height: .8rem;
  margin-top: 5px;
   }
  .hd-logo img {
    vertical-align: top; }

.hd-tel, .hd-od {
  display: block;
  position: relative;
  float: right;
  width: .64rem;
  height: .64rem;
  margin: 0 .22rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: .37rem auto; }

.hd-tel::after, .hd-od::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: .2rem;
  right: -0.22rem;
  top: .2rem;
  background-color: #e5e5e5; }

.hd-tel {
  background-image: url(../image/hd-tel.png); }

.hd-od {
  background-image: url(/bocweb/mobile/img/hd-od.png); }

.hd-title {
  text-align: center;
  font-size: .34rem;
  color: #222;
  line-height: .64rem;
  padding: 0 .4rem;
  overflow: hidden; }

.hd-menu {
  float: left;
  height: .64rem;
  width: .68rem;
  left: 0;
  top: 0;
  
  margin-top: .03rem; }
.hd-en{
  height: .8rem;
  line-height: .8rem;
  font-size: .5rem;
  color: #adadad;
  float: right;
}
.hd-back {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: .28rem; }
  .hd-back:before {
    content: '';
    width: .24rem;
    height: .24rem;
    border-top: .03rem solid #666;
    border-right: .03rem solid #666;
    position: absolute;
    margin: .4rem 0 0 .4rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }

/*==============导航动画================*/
.hd-menu .menu {
  height: .64rem;
  width: .68rem;
  position: relative;
  transition: 0.3s;
  cursor: pointer; }

.hd-menu .bar {
  height: 0.04rem;
  width: .6rem;
  display: block;
  margin: .14rem auto;
  position: relative;
  background-color: #222;
  transition: 0.4s;
  border-radius: 0.06rem; }

.hd-menu .menu {
  overflow: hidden; }

.hd-menu .menu.cur .bar:nth-of-type(1) {
  -webkit-transform: translateY(0.2rem) rotate(45deg);
  transform: translateY(0.2rem) rotate(45deg); }

.hd-menu .menu.cur .bar:nth-of-type(2) {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.hd-menu .menu.cur .bar:nth-of-type(3) {
  -webkit-transform: translateY(-0.2rem) rotate(-45deg);
  transform: translateY(-0.2rem) rotate(-45deg); }

menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background: #fff;
  z-index: 12;
  overflow: hidden;
  transition: height 1s cubic-bezier(0.23, 1, 0.38, 1); }
  menu.open {
    height: 100vh; }

.menu-nav {
  padding: 0 .3rem; }
  .menu-nav li {
    position: relative;
    width: 100%; }
    .menu-nav li > a {
      display: block;
      padding: 0 .22rem;
      line-height: 1rem;
      height: 1rem;
      border-bottom: 1px solid #eee;
      color: #666;
      font-size: .28rem; }
    .menu-nav li.fa::before, .menu-nav li.fa::after {
      position: absolute;
      content: '';
      display: inline-block;
      background-color: #b2b2b2; }
    .menu-nav li.fa::before {
      right: .3rem;
      top: .42rem;
      height: .26rem;
      width: .02rem; }
    .menu-nav li.fa::after {
      right: .18rem;
      top: .52rem;
      width: .26rem;
      height: .02rem; }
    .menu-nav li.fa.open::before {
      display: none; }
    .menu-nav li.fa.open::after {
      background-color: #007dc5; }
    .menu-nav li.fa.open > a {
      color: #007dc5; }

.menu-son {
  display: none;
  padding-top: .3rem; }

.menu-son a {
  display: block;
  padding: 0 .5rem;
  line-height: .7rem;
  color: #888; }

.menu-link {
  padding: .8rem 0;
  text-align: center; }
  .menu-link a {
    display: inline-block;
    width: 2.84rem;
    height: .66rem;
    margin: 0 .3rem;
    border: 1px solid #c7c7c7;
    text-align: center;
    padding-right: .68rem;
    line-height: .66rem;
    background-position: 1.95rem center;
    background-size: .3rem .3rem;
    background-repeat: no-repeat; }
  .menu-link .a-online {
    background-image: url(../image/hd-tel.png); }
  .menu-link .a-query {
    background-image: url(../image/hd-que.png); }

.hd-search-btn {
  float: right;
  width: 1.12rem;
  height: .8rem;
  border-right: 1px solid #d9d9d9;
  background: url(../image/hd-search.png) no-repeat center;
  background-size: .53rem	 auto; }

.hd-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 12;
  padding: .25rem .3rem 0; }

.search-box {
  float: left;
  position: relative;
  width: 6.1rem;
  height: .64rem;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  overflow: hidden; }
  .search-box .keywords {
    float: left;
    padding: .2rem;
    width: 5.1rem;
    height: .62rem;
    color: #666;
    border: none; }
  .search-box .sub {
    float: right;
    width: .84rem;
    height: .62rem;
    background: url(../image/hd-search.png) no-repeat;
    background-position: center;
    background-size: .35rem auto;
    border: none; }

.search-cancel {
  float: right;
  line-height: .64rem;
  font-size: .28rem; }

footer {
  padding: .3rem .3rem;
  background-color: #394d7e;
  padding-left: .6rem;
  font-size: .26rem;
  color: #939598;
  line-height: .42rem; }
  footer a {
    color: #939598; }

.i-banner-list {
  position: relative;
  height: 6.5rem; }
  .i-banner-list a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top; }
  .i-banner-list.swiper-container {
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .i-banner-list.swiper-container .swiper-pagination {
      bottom: 0.1rem !important; }
    .i-banner-list.swiper-container .swiper-pagination-bullet {
      width: .22rem;
      height: .18rem;
      background: url(../image/ban-dot1.png) no-repeat;
      background-size: 100% 100%;
      opacity: 1;
      border: none;
      border-radius: 0; }
    .i-banner-list.swiper-container .swiper-pagination-bullet-active {
      background: url(../image/ban-dot2.png) no-repeat;
      background-size: 100% 100%;
      opacity: 1; }
  .i-banner-list .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .i-banner-list .links {
    position: absolute;
    bottom: 1.88rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3; }
    .i-banner-list .links a {
      display: inline-block;
      width: 1.88rem;
      height: .6rem;
      margin: 0 10px;
      border: 1px solid rgba(255, 255, 255, 0.35);
      text-align: center;
      line-height: .6rem;
      color: #fff;
      transition: all 0.3s;
      background-position: 1.52rem .2rem;
      background-repeat: no-repeat;
      background-size: auto .5rem; }
      .i-banner-list .links a.cur {
        border-color: #007dc5;
        background-color: #007dc5;
        background-image: url(../image/logo22.png); }

.i-title {
  position: relative;
  padding-top: .2rem;
  height: 1.1rem;
  color: #333;
  line-height: .82rem;
  margin-bottom: .4rem;
  font-size: .4rem; }

.i-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: .45rem;
  height: 1px;
  background-color: #51a5ce; }

.i-more {
  float: right;
  display: inline-block;
  padding-right: .32rem;
  font-size: .26rem;
  background-position: right center;
  background-size: auto .22rem;
  background-image: url(/bocweb/mobile/img/i-more.png);
  background-repeat: no-repeat; }

.i-column {
  padding-top: .2rem;
  padding-bottom: .6rem; }

.i-column .item {
  margin-top: .4rem;
  padding: .25rem .34rem	.5rem;
  color: #fff;
  overflow: hidden; }

.i-column .item.nth1 {
  background: #0067bd; }

.i-column .item.nth2 {
  background: #007dc5; }

.i-column .item.nth3 {
  background: #00a8d4; }
.i-column .item.nth3 .txt span{
  display: block;
}

.i-column .box {
  padding: 40px 12.5%; }

.i-column a {
  color: #fff; }

.i-column .icon img {
  height: .4rem;
  vertical-align: top; }

.i-column .tit {
  position: relative;
  margin-bottom: .2rem;
  font-size: .32rem;
  line-height: .66rem;
  padding-bottom: .08rem; }

.i-column .tit::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  opacity: .2; }

.i-column .txt {
  line-height: .38rem; }

.i-news {
  margin-top: .2rem;
  padding-bottom: .3rem;
  /*background-color: #f6f6f6;*/ }
  .i-news li {
    width: 100%;
    padding: .2rem;
    height: 2rem;
    margin-bottom: .3rem;
    background-color: #f5f5f5; }
  .i-news .img {
    display: block;
    float: left;
    width: 3.07rem;
    height: 1.58rem;
    margin-right: .25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .i-news .tit {
    font-size: .24rem;
    color: #333;
    line-height: .38rem;
    height: .76rem;
    margin: .1rem 0 .25rem;
    overflow: hidden; }
  .i-news .date {
    color: #888; }

/**内页e**/
.banner-in {
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .banner-in h2 {
    color: #fff;
    position: relative;
    font-size: .48rem;
    line-height: .8rem;
    padding-top: 1.3rem;
    padding-bottom: .3rem; }
    /*
    .banner-in h2::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .5rem;
      height: .05rem;
      background: #fff; }
    .banner-in h2.color-blue {
      color: #215385; }
      .banner-in h2.color-blue::after {
        background: #215385; }*/

.nav {
  height: .82rem;
  background-color: #fff;
  border-bottom: .02rem solid #e7e7e7; }
  .nav a {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: .8rem;
    height: .8rem;
    font-size: .28rem;
    border-bottom: 2px solid transparent; }
    .nav a.cur {
      border-bottom-color: #007dc5;
      color: #007dc5; }
    .nav a::before {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: .4rem;
      background-color: #e9e9e9;
      left: -1px;
      top: .2rem; }

.title {
  padding: .4rem 0;
  text-align: center;
  color: #215385; }

.title h2 {
  font-size: .36rem;
  line-height: 2.5; }

.title .line {
  display: block;
  vertical-align: top;
  width: .7rem;
  height: .03rem;
  background-color: #215385;
  overflow: hidden;
  margin: 0 auto .3rem; }

.title .ch {
  font-size: .26rem;
  letter-spacing: 8px;
  line-height: 1.6; }

.title .en {
  font-size: .24rem;
  letter-spacing: 1px;
  line-height: 1.6; }

.news-slide {
  padding: .7rem 0 0; }
  .news-slide li {
    width: 100%;
    padding-right: .3rem;
    height: 1.82rem;
    margin-bottom: .2rem;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
  .news-slide .img {
    display: block;
    float: left;
    width: 3.06rem;
    height: 1.82rem;
    margin-right: .3rem;
    background-position: center;
    background-size: cover; }
  .news-slide .tit {
    font-size: .26rem;
    color: #333;
    line-height: 1.58;
    height: .82rem;
    margin: 0.22rem 0;
    overflow: hidden; }
  .news-slide .date {
    color: #888;
    line-height: .25rem; }
    .news-slide .date i {
      display: inline-block;
      width: .26rem;
      height: .26rem;
      margin-right: .14rem;
      background: url(../image/news-date.png) no-repeat 0 center;
      background-size: 100% 100%;
      vertical-align: middle; }

.news-list{
  padding-top: .7rem;
}
.news-list li {
  width: 100%;
  padding: .2rem .2rem .25rem;
  margin-bottom: .2rem;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
.news-list .tit {
  position: relative;
  padding-left: .3rem;
  line-height: .35rem; }
  .news-list .tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .1rem;
    width: .1rem;
    height: .1rem;
    border: 2px solid #cecece;
    border-radius: 100%; }
.news-list .date {
  margin-top: .16rem;
  color: #888;
  padding-left: .4rem;
  line-height: .26rem;
  background: url(../image/news-date.png) no-repeat 0 center;
  background-size: .26rem .26rem; }

.info-main {
  margin: .2rem 0 .4rem;
  min-height: 42vh; }

.info-hd {
  padding: .3rem 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: .34rem;
  color: #222;
  line-height: 1.4;
  font-weight: normal; }

.info-bd {
  position: relative;
  padding: .4rem 0;
  overflow: hidden;
  font-size: .24rem;
  line-height: 1.8; }
  .info-bd img {
    max-width: 100%; }

.info-page .back {
  display: inline-block;
  width: 1.6rem;
  height: .6rem;
  line-height: .58rem;
  color: #888;
  background-color: transparent;
  font-size: .24rem;
  border: 1px solid #ccc;
  margin-top: .1rem; }
.info-page p {
  width: 4.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.baidumap {
  height: 3.6rem;
  margin-bottom: .3rem; }

.contact .item {
  margin-bottom: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem; }
  .contact .item:last-child {
    margin-bottom: 0; }
.contact .name {
  border-bottom: 1px solid #e0e0e0;
  line-height: .5rem;
  font-size: .32rem;
  color: #333;
  font-weight: normal;
  /*margin-bottom: .2rem;*/ }
.contact p {
  line-height: .34rem;
  margin: .2rem 0 0;
  font-size: .24rem;
  padding-left: .46rem;
  background-position: 0 0;
  background-size: auto .34rem;
  background-repeat: no-repeat; }
.contact .addr {
  background-image: url(../image/ctc-addr2.png); }
.contact .tel {
  background-image: url(../image/ctc-tel2.png); }
.contact .fax {
  background-image: url(../image/ctc-fax2.png); }
.contact .code {
  background-image: url(../image/ctc-code2.png); }
.contact .mail {
  background-image: url(../image/ctc-mail2.png); }

/***加入我们**/
.join-list {
  padding: .4rem 0; }
  .join-list ul {
    margin: 0 -0.15rem; }
  .join-list li {
    position: relative;
    float: left;
    width: 100%;
    padding: .3rem;
    margin: .15rem;
    background-color: #fff;
    line-height: 1.6; }
  .join-list .tit {
    position: relative;
    font-size: .28rem;
    color: #333;
    padding: .2rem 0;
    margin-bottom: .25rem; }
    .join-list .tit::after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 50%;
      width: .56rem;
      height: 2px;
      margin-left: -0.28rem;
      background-color: #e5e5e5; }

.join-hd {
  line-height: .95rem;
  height: .95rem;
  margin-bottom: .2rem;
  font-size: .32rem;
  color: #007dc5; }

.join-intro {
  padding-top: .3rem;
  padding-bottom: .3rem; }
  .join-intro .box {
    padding: 0.1rem 0;
    background-color: #f5f5f5; }
  .join-intro li {
    float: left;
    display: block;
    min-width: 50%;
    padding: .1rem .1rem .1rem .3rem;
    font-size: .26rem; }
    .join-intro li span {
      font-size: .24rem; }

.join-cont {
  margin-top: .2rem;
  padding-bottom: .6rem; }

.join-item {
  padding-bottom: .4rem;
  line-height: 2; }
  .join-item h3 {
    font-size: .32rem;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    line-height: .9rem;
    margin-bottom: .2rem; }

.back {
  display: inline-block;
  width: 2.1rem;
  height: .6rem;
  line-height: .6rem;
  line-height: .6rem;
  background-color: #007dc5;
  color: #fff;
  text-align: center;
  font-size: .28rem; }

/**简介**/
.about-tit {
  padding: .35rem 0;
  line-height: 1.6;
  text-align: center; }
  .about-tit .ch {
    font-size: .44rem;
    color: #007dc5; }
  .about-tit .en {
    word-wrap: break-word;
    color: #888; }
.contact .about-tit p{
  padding: 0 .3rem;
}
.about-cont {
  color: #888;
  text-align: center; }

.about-count {
  margin-top: .5rem;
  padding-bottom: .7rem;
  line-height: 28px;
  color: #888;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9; }
  .about-count li {
    float: left;
    width: 50%;
    padding-left: .8rem;
    border-left: 1px solid  #e5e5e6;
    color: #666;
    margin-left: -1px;
    line-height: 1.2; }
  .about-count .num {
    font-size: .58rem;
    color: #007dc5;
    font-family: 'impact',Arial;
    margin-right: 8px; }

.about-list {
  margin-right: -0.4rem;
  padding-bottom: .7rem; }
  .about-list li {
    position: relative;
    float: left;
    width: 100%;
    padding-right: .4rem;
    padding-left: .9rem;
    height: 1.5rem;
    margin-top: .6rem;
    overflow: hidden; }
  .about-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: .7rem; }
    .about-list .icon img {
      width: .7rem; }
  .about-list .tit {
    margin-bottom: .14rem;
    font-size: .28rem;
    line-height: 1;
    color: #333; }
  .about-list .txt {
    line-height: 1.58;
    color: #777; }

.about-slider {
  padding-bottom: 1.1rem; }
  .about-slider .swiper-slide {
    background: #fff; }
  .about-slider .img {
    display: block;
    position: relative;
    width: 100%;
    height: 2.22rem;
    overflow: hidden;
    background-position: center;
    background-size: cover; }
  .about-slider p {
    padding: 0 .7rem 0 .25rem;
    height: .68rem;
    line-height: .68rem;
    background: url(../image/about-arrow2.png) no-repeat right 0.25rem center;
    background-size: auto .34rem; }
  .about-slider .about-pagination {
    bottom: 0.46rem !important; }
  .about-slider .swiper-pagination-bullet {
    opacity: 0.5 !important; }
  .about-slider .swiper-pagination-bullet-active {
    background-color: #1988c2;
    width: 12px;
    height: 12px;
    margin-bottom: -2px !important;
    opacity: 1 !important; }

/** 发展历程***/
.history-nav {
  padding: .5rem 0; }
  .history-nav ul {
    margin: 0 -0.15rem; }
  .history-nav li {
    float: left;
    width: 2.1rem;
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    background-color: #fff;
    margin: .1rem .15rem; }
    .history-nav li.cur {
      background-color: #007dc5;
      color: #fff; }

.history-year {
  position: relative; }
  .history-year::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cbcbcb;
    bottom: .1rem; }
  .history-year .swiper-slide {
    height: .8rem;
    text-align: center;
    vertical-align: bottom;
    line-height: 1;
    padding-top: .11rem; }
    .history-year .swiper-slide::after {
      content: '';
      position: absolute;
      display: block;
      width: 0.18rem;
      height: 0.18rem;
      bottom: 0.02rem;
      background-color: #e0e0e0;
      border-radius: 100%;
      left: 50%;
      margin-left: -0.09rem; }
  .history-year .swiper-slide-active {
    font-size: .32rem;
    color: #007dc5;
    padding-top: 0; }
    .history-year .swiper-slide-active::after {
      width: .1rem;
      height: .1rem;
      border: .06rem solid #007dc5;
      background-color: #fff;
      bottom: 0;
      margin-left: -0.1rem; }

.history-cont {
  margin-bottom: .6rem; }
  .history-cont .cont {
    margin: .4rem .5rem 0;
    padding: .2rem .3rem;
    background-color: #fff; }
    .history-cont .cont p {
      position: relative;
      padding: .05rem 0 .05rem ; /*.3rem*/
      font-size: .24rem;
      line-height: .38rem; }
      /*.history-cont .cont p::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: .22rem;
        width: .15rem;
        height: .04rem;
        background-color: #666; }*/
  .history-cont .swiper-button-next, .history-cont .swiper-button-prev {
    width: .26rem;
    height: .42rem;
    background-size: 100% 100%;
    opacity: .7; }
  .history-cont .swiper-button-prev {
    left: 0; }
  .history-cont .swiper-button-next {
    right: 0; }

.video-wrap {
  padding-top: .45rem;
  padding-bottom: .6rem; }

.video-tit {
  line-height: 1.7;
  text-align: center;
  margin-bottom: .1rem; }
  .video-tit .ch {
    font-size: .36rem;
    color: #333; }

.video-cont {
  color: #888;
  padding-bottom: .2rem;
  text-align: center; }

.video-box {
  position: relative;
  height: 2.25rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .video-box a {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .video-box .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .5rem;
    height: .5rem;
    margin: -.25rem 0 0 -.25rem;
    background: url(../image/video-icon.png);
    background-size: 100% 100%; }

/*** 荣誉资质***/
.honor-list {
  padding: .5rem 0 0;
  min-height: 5rem; }
  .honor-list ul {
    margin: 0 -0.15rem; }
  .honor-list li {
    position: relative;
    width: 3.3rem;
    height: 3.45rem;
    margin: 0 .15rem;
    text-align: center;
    overflow: hidden; }
  .honor-list .img {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    margin-bottom: .3rem;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .honor-list .img i {
      position: absolute;
      right: 0;
      bottom: 0;
      width: .54rem;
      height: .54rem;
      background: #007dc5 url(../image/zoom2.png) no-repeat center;
      background-size: .3rem auto; }
  .honor-list p {
    line-height: 1;
    height: .24rem;
    overflow: hidden; }

.body-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.img-pop {
  display: none;
  position: fixed;
  left: .3rem;
  right: .3rem;
  height: 7.8rem;
  top: 50%;
  margin-top: -3.9rem;
  background-color: #fff;
  padding: .3rem;
  z-index: 1000; }
  .img-pop .imgbox {
    width: 100%;
    height: 6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .img-pop .tit {
    margin-top: .3rem;
    font-size: .32rem;
    text-align: center;
    line-height: 1.2; }
.pop-close{
  position: absolute;
  right: 0;
  top: 0;
  width: .6rem;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  color: #666;
  font-size: .6rem;
}
.pro-nav {
  position: relative;
  height: .82rem;
  border-bottom: 1px solid #e7e7e7; }
  .pro-nav .swiper-slide {
    width: auto; }
    .pro-nav .swiper-slide:last-child a::after {
      display: none; }
  .pro-nav a {
    position: relative;
    display: inline-block;
    padding: 0 .42rem;
    line-height: .8rem;
    height: .8rem;
    border-bottom: .04rem solid transparent; }
    .pro-nav a.cur {
      border-bottom-color: #007dc5;
      color: #007dc5; }
    .pro-nav a::after {
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      width: 1px;
      height: .4rem;
      background: #e9e9e9;
      top: .18rem; }
  .pro-nav .swiper-button-prev, .pro-nav .swiper-button-next {
    width: .48rem;
    height: .8rem;
    /*width: .2rem;
    height: .36rem;*/
    background-size: .2rem .36rem;
    opacity: .6;
    top: 0;
    margin-top: 0;
    background-color: #fff; }
    .pro-nav .swiper-button-prev.swiper-button-disabled, .pro-nav .swiper-button-next.swiper-button-disabled {
      opacity: 0; }
  .pro-nav .swiper-button-prev {
    right: 0;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: left center; }
  .pro-nav .swiper-button-next {
    left: 0;
    right: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: right center; }

.pro-cont {
  padding: .6rem 0 0; }

.pro-tit {
  margin-bottom: .3rem;
  height: 1.2rem;
  padding: .24rem 0 0 1.1rem;
  background: url(../image/pro-bg12.png) repeat-x, url(../image/logo3.png) no-repeat 0 center;
  background-size: auto 100% , auto .6rem;
  line-height: 1.36; }
.pro-tit.nologo{
  padding-left: 0;
  background: url(../image/pro-bg12.png) repeat-x;
  background-size: auto 100% ;

}

  .pro-tit .ch {
    font-size: .3rem;
    color: #333; }
  .pro-tit .en {
    color: #888; }

.pro-main {
  padding-bottom: .5rem; }

.pro-text {
  line-height: 1.7; }

.pro-text img {
  max-width: 100%; }

.pro-test li {
  float: left;
  width: 50%;
  padding: 0 .3rem;
  text-align: center;
  margin-bottom: .3rem; }
.pro-test li span {
  display: inline-block;
  width: 1.58rem;
  height: 1.40rem;
  padding-right: .18rem;
  background: url(../image/pro-bg22.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.40rem;
  overflow: hidden;
  color: #fff;
  font-size: .28rem;
  margin-bottom: .1rem; }
.pro-test li p {
  color: #888;
  text-align: center; }

.pro-contact ul {
  position: relative;
  overflow: hidden; }
.pro-contact li {
  float: left;
  width: 50%;
  padding: .3rem 0;
  margin-left: -1px;
  border-left: 1px solid #e5e5e6;
  line-height: 1.7; }
  .pro-contact li:nth-child(even) {
    padding-left: .6rem; }
.pro-contact .icon-tel, .pro-contact .icon-man {
  float: left;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin-right: .22rem;
  /*background-color: #007dc5;*/
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%; }
.pro-contact .icon-tel {
  background-image: url(../image/pro-tel.png);
  background-size: .41rem auto; }
.pro-contact .icon-man {
  background-image: url(../image/pro-man.png);
  background-size: auto .34rem; }
.pro-contact .name {
  font-size: .30rem; }

.query-bg {
  background: url(../image/query-bg2.jpg) repeat-y center 0;
  background-size: 100% auto; }

.query-wrap {
  min-height: 81vh;
  padding-top: .86rem; }

.query-box {
  margin: 0 .6rem;
  padding: .6rem .86rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
  .query-box .logo-w {
    vertical-align: top;
    width: 2.84rem;
    margin-bottom: .5rem; }

.searchbox .inp-txt, .searchbox .inp-num {
  width: 100%;
  height: .62rem;
  padding: .15rem .15rem	 .15rem	 .5rem;
  border: 1px solid #e3e3e3;
  margin-bottom: .2rem;
  background: url(../image/icon-search2.png) no-repeat 0.1rem center;
  background-size: .3rem .3rem;
  color: #666; }
.searchbox .inp-num {
  background-image: url(../image/icon-num2.png); }
.searchbox .inp-sub {
  width: 100%;
  height: .62rem;
  background: #2e9ad3;
  border: none;
  text-align: center;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: .15rem; }

.query-result {
  padding: .6rem 0;
  min-height: 81vh; }

.query-hd .item {
  margin-bottom: .2rem;
  background: #fff;
  padding: .2rem .3rem;
  line-height: .38rem; }

.query-bd {
  padding: .3rem;
  background: #fff; }
  .query-bd .tit {
    color: #007dc5;
    line-height: .44rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #e5e5e5; }
  .query-bd .list {
    position: relative;
    margin: .4rem 0 .2rem;
    overflow: hidden; }
  .query-bd li {
    position: relative;
    display: block;
    width: 100%;
    line-height: .44rem;
    color: #666;
    padding-left: 0.44rem;
    margin-bottom: .4rem;
    background: url(../image/query-li2.png) no-repeat 0 0;
    background-size: .2rem .44rem;
    z-index: 1; }
  .query-bd .line {
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    bottom: .4rem;
    left: .08rem;
    border-left: 1px dotted #d0d0d0; }
  .query-bd li.on {
    background-image: url(../image/query-li-on2.png); }
  .query-bd li.going {
    background-image: url(../image/query-li-cur2.png); }

.page {
  padding: .4rem 0;
  text-align: center; }
.side-float{
  position: fixed;
  right: 0;
  bottom:30%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 9;
  width: 180px;
  overflow: hidden;
  box-shadow:0 0 20px rgba(0,0,0,.1);
}
.side-float a{
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  background: #fff url(../image/side-ico.png) no-repeat;
  transition: background-color 0.3s, color 0.3s;
}
.side-float a.online{
  background-position: right 15px top 16px;
}
.side-float a.query{
  background-position: right 15px top -34px;
}
.side-float a.gotop{
  border: none;
  background-position: right 15px top -85px;
}