@font-face {
  font-family: "BEBAS__";
  src: url("/bocweb/web_ie7/css//bocweb/web_ie7/css/../fonts/BEBAS__.woff2") format("woff2"), url("/bocweb/web_ie7/css/../fonts/BEBAS__.woff") format("woff"), url("/bocweb/web_ie7/css/../fonts/BEBAS__.ttf") format("truetype"), url("/bocweb/web_ie7/css/../fonts/BEBAS__.eot") format("embedded-opentype"), url("/bocweb/web_ie7/css/../fonts/BEBAS__.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html{
font-family: "Microsoft YaHei","Source Han Sans CN Bold","Source Han Sans CN Light",Helvetica,"ËÎÌå","Source Han Sans CN","Helvetica Neue",Arial, "Hiragino Sans GB",sans-serif;
}
.imgi{
    position: relative;
}
.imgi img{
    display: block;
    width: 100%;

}
.reg-list2{
    position: relative;
}

.contact1-ewm{
    width: 160px;
    height: 160px;
}
.contact1-ewm img{
    width: 100%;
}




/**/
.recruitment-fixedbox{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0,0,0,.6);
    background:#ccc\9;
    font-size: 14px;
    z-index: 999!important;
    color:#999999;
    display: none;
}
.recruitment-fixedbox *{
    box-sizing:border-box;
}

.recruitment-fixedbox .recru-box{
    position: absolute;
    width: 500px;
    height: 480px;
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    left:50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -250px;
    background:#fff;
    padding:  60px 50px;
    padding-bottom:  48px;
}
.recruitment-fixedbox .recru-box img{
    display: block;
    width: 100%;
}
.recruitment-fixedbox .recru-box .close{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 18px;
    top: 18px;
    overflow: hidden;
    cursor: pointer;
}
.recruitment-fixedbox .recru-box input{
    height: 100%;
    border:none;
    outline: none;
    background:none;
    width: 100%;
    height: 100%;
    display: block;
    height: 48px;
    line-height:48px;
}
.recruitment-fixedbox .recru-box .li{
    position: relative;
    height: 50px;
    line-height: 50px; 
    overflow: hidden;
}
.recruitment-fixedbox .recru-box .li1{
    margin-bottom: 20px;
    font-size: 0;
}
.recruitment-fixedbox .recru-box .li1 .txt,.recruitment-fixedbox .recru-box .li1 .span{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: left;
}
.recruitment-fixedbox .recru-box .li1 .span{
    padding:0 15px;
    /*width: calc(100% - 80px);*/
    width: 260px;
    float: left;
    margin-top: 10px;
}
.recruitment-fixedbox .recru-box .li1 .txt{
    color:#fff;
   padding: 0 12px;
   background:#005bab;
    margin-top: 10px;
   width: 80px;
}
.recruitment-fixedbox .recru-box .li1 input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0); 

}
.recruitment-fixedbox .recru-box .li2 img{
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 70px;
}
.recruitment-fixedbox .recru-box .li1,
.recruitment-fixedbox .recru-box .li2{
    padding: 0 20px;
    border:1px solid #cccccc;

}
.recruitment-fixedbox .recru-box .li2{
    padding-right: 100px;
}
.recruitment-fixedbox .recru-box .li3{
    margin:0 auto;
    width: 150px;
    margin-top: 40px;
    background:#005bab;
    font-size: 18px;
    color:#fff;
}
.recruitment-fixedbox .recru-box .li3 input{
    font-size: 18px;
    color:#fff;
}
.recruitment-fixedbox .recru-box .li-bot{
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    font-size: 0;
    padding-top: 30px;
    text-align: center;
}
.recruitment-fixedbox .recru-box .li-bot .imgs,
.recruitment-fixedbox .recru-box .li-bot .wen{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#666666;
}
.recruitment-fixedbox .recru-box .li-bot .imgs{
    width: 120px;
    height: 120px;
}
.recruitment-fixedbox .recru-box .li-bot .wen{
    margin-left: 20px;
    text-align: left;
    line-height: 30px;
    width: 185px;
}



@media (max-width: 768px){


        .recruitment-fixedbox .recru-box{
            width: 90%;
            height: auto;
            padding:  .6rem .5rem;
            padding-bottom:  .48rem;
            top: 50%;
            left: 50%;
            transform:translate(-50%,-50%);
        }

        .recruitment-fixedbox .recru-box .close{
            width: .3rem;
            height: .3rem;
            right: .3rem;
            top: .3rem;
        }

        .recruitment-fixedbox .recru-box .li{
            height: .8rem,;
            line-height: .8rem,; 
        }
        .recruitment-fixedbox .recru-box .li1{
            margin-bottom: .25rem;
        }
        .recruitment-fixedbox .recru-box .li1 .txt,.recruitment-fixedbox .recru-box .li1 .span{
            height: .6rem;
            line-height: .6rem;
            font-size: .2rem;
        }
        .recruitment-fixedbox .recru-box .li1 .span{
            padding:0 .2rem;
            width: calc(100% - 1.5rem);
        }
        .recruitment-fixedbox .recru-box .li1 .txt{
           padding: 0 .1rem;
           width: 1.5rem;
        }

        .recruitment-fixedbox .recru-box .li2 img{
            right: .25rem;
            width: .7rem;
        }
        .recruitment-fixedbox .recru-box .li1,
        .recruitment-fixedbox .recru-box .li2{
            padding: 0 .2rem;
        }
        .recruitment-fixedbox .recru-box .li2{
            padding-right: 1rem;
        }
        .recruitment-fixedbox .recru-box .li3{
            width: 1.5rem;
            margin-top: .4rem;
            font-size: .28rem;
        }
        .recruitment-fixedbox .recru-box .li-bot{
            margin-top: .3rem;
            padding-top: .3rem;
        }
        .recruitment-fixedbox .recru-box .li-bot .imgs,
        .recruitment-fixedbox .recru-box .li-bot .wen{
            font-size: .2rem;
        }
        .recruitment-fixedbox .recru-box .li-bot .imgs{
            width: 1.6rem;
            height: 1.6rem;
        }
        .recruitment-fixedbox .recru-box .li-bot .wen{
            margin-left: .2rem;
            line-height: 1.6;
            width: 2rem;
        }
        .recruitment-fixedbox .recru-box .li3{
            height: .7rem;
        }

}
/**/





.reg-list2:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.1);
    left: 0;
    top: 0;
    z-index: 0;
}

        .jh-bot{
            border-top: 1px solid #d4d4d4;
            margin-top: 1rem;
            padding-top: .75rem;
            font-size: 0;
            color:#333333;
        }
        .jh-bot .fir{
            margin-right: 1rem;
        }
         .jh-bot .ij{
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 30px;
            position: relative;
            line-height: 25px;
         }
         .jh-bot .ij img{
            position: absolute;
            width: 22px;
            height: 22px;
            left: 0;
            top: 1px;

         }
        .jh-bot span{
            color:#005bab;
            text-decoration: underline;
        }
.reg-list2 .reg2-all{
    position: relative;
    z-index: 2;
}
.tongzhi .law1-txt{
    text-indent: 2em;
}
.imgi .i1{
    opacity: 0;
}
.imgi .i0{
    opacity: 1;
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;

}
.tongzhi .laws1-title{
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;

}
.tongzhi .time{
    font-size: 15px;
    line-height: 1;
    color:#999;
    margin-bottom: 30px;
}

.grow-lb-txt .ptext{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#023894!important;
}
.mCSB_scrollTools .mCSB_draggerRail{
  opacity: 0!important;
  filter:alpha(opacity = 0);
  *opacity: 0;
  *display: none;
}
.w1200{
  width: 1200px;
  margin:0 auto;
  max-width: 90%;
}

.wel-fixed-right {
  position: fixed;
  right: 0;
  top: 40%;
  margin-top: -92px;
  width: 70px;
  height: 184px;
  z-index: 100;
}
.wel-fixed-right .items{
  *margin-top: 3px;
}
.wel-fixed-right .items-top {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
   *padding-top: 6px;
  color: #fff;
  transition:.5s ease-in-out;
}
.wel-fixed-right .items:hover .items-top{
    background:#055eab;
    transition:.5s ease-in-out;
}
.wel-fixed-right .items-bot {
  position: absolute;
  width: 350px;
  right: -600px;
  top: 0;
  height: 60px;
  padding: 7px 28px;
  *padding: 0;
  padding-right: 90px;
  background: #055eab;
  line-height: 60px;
  transition: .5s ease-in-out;
      box-sizing: border-box;
      z-index: -5;
}
.wel-fixed-right .items-bot:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 70px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
}
.wel-fixed-right .items-bot .li {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 22px;
  *padding: 7px;
  color: #fff;
  font-size: 13px;
  text-align: left;
  box-sizing:border-box;
  overflow: hidden;
}
.wel-fixed-right .items {
  width: 100%;
  height: 60px;
  background: #909090;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: relative;
}
.wel-fixed-right .items:hover .items-bot {
  right: 0;
  transition: .5s ease-in-out;
}
.wel-fixed-right .items .span {
  margin-top: 5px;
  line-height: 1.5;
}
.wel-fixed-right .items .box {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.wel-fixed-right .items:nth-child(n+2) {
  margin-top: 2px;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  min-width: 1200px;
  width: 100%;
  display: block;
}
.map0{
  max-width:60%; 
}
.map0 img{
  width: 100%;
}
.pcnj{
  display: block;
  *display: none;
}
.mnj{
  display: none;
  *display: block;
  width: 100%;
}
.mnj img{
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}
.joins-con .con2-list{
    position: relative;
}
.whbi{
  width: 100%;
  *overflow: hidden;
}

.pro {
  position: absolute;
}

.pre {
  position: relative;
}

.bac {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  *background-size: 100% 100%;
}

.bac1 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

/* neiyedaohang */
header {
  /* background: red; */
  width: 100%;
  height: 84px;
  padding: 0 25px;
  box-sizing: border-box;
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.coninfos{
  padding-top: 84px;
}

.header-ny {
  background: #fff;
  z-index: 999;
}

.headerPc {
  /*display: flex;*/
  position: relative;
  justify-content: space-between;
}
.headerPc .hdPc-logo{
    position: absolute;
    left:0;
    top:0;
    height: 84px;
}
.headerPc .hdPc-logo img{
    position: absolute;
    left:0;
     top:5px;

}

.hdPc-logo {
  width: 240px;
  line-height: 84px;
}

.hdPc-logo img {
  width: 100%;
}

.hdPc-nav {
  /*font-size: 0;*/
  width: auto;
  display: inline;
  padding-right: 5%;
}

.hdPc-nav li {
  display: inline-block;
  float: left;
  /* margin-right: 1*40px; */
  padding: 0 20px;
}

.hdPc-nav li:last-child {
  margin-right: 0;
}

.hdPc-nav ul {
  /*font-size: 0;*/
  /*display: inline-block;*/
  float: right;
}

.hdPc-a1 {
  font-size: 18px;
  color: #333;
  line-height: 84px;
  position: relative;
}

.hdPc-nav li:after {
  content: "";
  width: 0;
  height: 3px;
  background: #e50007;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: all .4s ease;
}

.hdPc-nav li:hover:after {
  width: 100%;
}

.hdPc-nav li.on-hdPc2 .hdPc-a1 {
  color: #e50007 !important;
}

.hdPc-nav li.on-hdPc2:after {
  width: 100%;
}

.hdPc-xt div {
  width: 22px;
  height: 1px;
  background: #4d4d4d;
}

.hdPc-xt {
  display: inline-block;
  margin-left: 70px;
  cursor: pointer;
  visibility: hidden;
}

.xt2 {
  margin: 5px 0;
}

.hdPc-a1 {
  transition: color .4s ease;
  font-weight: bold;
}

.hdPc-nav li:hover .hdPc-a1 {
  color: #e50007;
}

/* dibu.css */
footer {
  background: #333333;
  padding: 135px 0 0 0;
  position: relative;
}

.foot-top {
  position: absolute;
  padding: 25px 0;
  background: #005bab;
  width: 1220px;
  left: 50%;
  margin-left: -610px;
  top: -77.5px;
}

.footTop-txt {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
}

.foot-top {
  overflow: hidden;
}

.footTop-list {
  width: 33%;
  /*width: 33.3333%;*/
  text-align: center;
  position: relative;
  float: left;
}

.footTop-list:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 0;
  display: block;
}

.footTop-list:last-child:after {
  display: none;
}

.foot-mid {
  width: 1050px;
  margin: 0 auto;
}

.footMT-logo {
  text-align: center;
}

.footMT-title {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 22px;
}

.footMid-top ul {
  overflow: hidden;
  margin-top: 80px;
}

.footMid-top ul li {
  float: left;
}

.footMid-top ul li:nth-child(n+2) {
  /* margin-left: 1.52*40px; */
}

.footMT-txt {
  font-size: 14px;
  color: #808080;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  transition: color .3s ease;
}

.footMT-txt:hover {
  color: #e50007;
}

.footMid-bot .bshare-custom .bshare-weixin{
    background: url(/bocweb/web_ie7/css/../img/wx.png) no-repeat;
    margin-right: 15px;
}
.footMid-bot .bshare-custom .bshare-sinaminiblog{
    background: url(/bocweb/web_ie7/css/../img/wb.png) no-repeat;
    margin-right: 15px;
}
.footMid-bot .bshare-custom .bshare-email{
    background: url(/bocweb/web_ie7/css/../img/yx.png) no-repeat;
    margin-right: 0;
}
.footMid-bot .bshare-custom .bshare-weixin:hover{
    background: url(/bocweb/web_ie7/css/../img/wx0.png)  #FFF no-repeat;
}
.footMid-bot .bshare-custom .bshare-sinaminiblog:hover{
    background: url(/bocweb/web_ie7/css/../img/wb0.png)  #FFF no-repeat;
}
.footMid-bot .bshare-custom .bshare-email:hover{
    background: url(/bocweb/web_ie7/css/../img/tm.png) #FFF no-repeat;
}
.footMid-bot .bshare-custom a{
    border-radius: 50%;
}


.footMid-bot .bshare-custom {
  text-align: center;
}

.bshare-custom {
  font-size: 0 !important;
}

.footMid-bot .bshare-custom a {
  width: 38px;
  height: 36px;
  padding-left: 0;
}

.footMid-bot {
  margin-top: 45px;
}

.footMB-lists {
  font-size: 0;
  text-align: center;
  margin-top: 36px;
}

.footMB-lists a {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}

.foot-bot {
  width: 90.625%;
  margin: 0 auto;
  border-top: 1px solid #808080;
  padding: 20.8px 0;
  margin-top: 80px;
}

.foot-bot div, .foot-bot a {
  font-size: 14px;
  color: #808080;
  line-height: 32px;
}

.foot-bot {
  justify-content: space-between;
}

.footBot-left div {
  display: inline-block;
}

.footBL-txt2 {
  background: url(/bocweb/web_ie7/css/../img/jc.png) left center no-repeat;
  padding-left: 35px;
  margin-left: 18px;
}

.foot-wx-title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.foot-wx-content{
  width: 120px;
}

.foot-wx-content img {
  width: 120px;
  height: 120px;
}

.foot-wx-content:first-child {
  /*margin-right: 12px;*/
}
.footMid-bot .bshare-weixin .foot-wx-tp{
  bottom: 40px;

}
.footMid-bot .bshare-weixin:hover .foot-wx-tp {
  opacity: 1;
  visibility: visible;
}

.foot-wx-tp {
  position: absolute;
  bottom: 0;
  left: -125px;
  /*transform: translateX(-50%);*/
  background: #fff;
  padding: 8px;
  /*display: flex;*/
  transition: all .4s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 250px;
}

/* liaojieshnagshangcss */
.ny-banner {
  width: 100%;
  height: 500px;
  margin-top: 84px;
}

.nv-nav-all {
  /*background: rgba(0, 0, 0, 0.3);*/
  /*background:#cccccc;*/
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left  top;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 50;
}

.w1400 {
  /*width: 1400px;*/
  width: 1200px;
  /*max-width: 1400px;*/
  margin: 0 auto;
}

.nv-lists {
  height: 60px;
  /*display: flex;*/
  position: relative;
  z-index: 950;
}

.nv-lists a {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.nv-lists .nav-title1 {
  width: 12.86%;
  font-size: 28px;
  color: #fff;
  border-left: 1px solid #808080;
  box-sizing: border-box;
  float:left;
}
.nav-img1,.nav-xl-all{
  float:left;
}

.nav-img1 {
  width: 3.93%;
  height: 100%;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  text-align: center;
  position: relative;
}
.nav-img1 img{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 38%;
}
.nav-ajs {
  border-right: 1px solid #fcfcfc;
  transition: all .4s ease;
}

.nav-ajs:last-child {
  border-right: 1px solid #fcfcfc;
}

.ljss {
  background: url(/bocweb/web_ie7/css/../img/jt.png) 85% center no-repeat;
}

.nav-xl-all:hover .nav-ajs {
    color:#fff;
  background-color: #1779ce;
}

.nav-on {
  background-color: #1779ce;
}

.about2-left {
  width: 43.1%;
}

.about2-left img {
  width: 100%;
}

.about2Lf-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background:#93243a;
  background: rgba(145, 15, 40, 0.85);
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  /*color: rgba(255, 255, 255, 0.5);*/
  color:#fcfcfc;
}

.about-list2 {
  font-size: 0;
  height: 100%;
  position: relative;
}
.about-list2 .about2-right{
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;


}

.about2-right {
  width: 56.9%;
  overflow: hidden;
}

.about2-right .ijbox{
  padding: 10% 8% 0 8%;
  box-sizing: border-box;
}

.about2-right img {
  position: absolute;
  left: 120px;
  width: 80%;
  bottom: 0;
}

.about2-rt-title {
  font-size: 30px;
  line-height: 34px;
  color: #000;
}

.about2-rt-content span {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #005bab;
  display: block;
  margin: 38px 0;
}

.about2-rt-txt {
  font-size: 16px;
  color: #666;
  line-height: 27.2px;
  position: relative;
  z-index: 9;
}

.about1-left {
  width: 49.3%;
}

.about1-right {
  width: 37.14%;
}
.ny-banner{
  position: relative;
  z-index: 5;
}
.about-list1 {
  padding: 100px 0 120px 0;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}

.about1-lf1-title {
  font-size: 60px;
  line-height: 66px;
  font-weight: bold;
  position: absolute;
  left: 100px;
  /*transform: translateY(-50%);*/
  margin-top: -15%;
  top: 50%;
  text-transform: uppercase;
  color: #000;
  z-index: 199;
}

.about1-lf1-title span {
  font-size: 36px;
  color: #000;
  line-height: 38px;
  font-weight: normal !important;
  display: block;
  margin-top: 20px;
}

.about1-lf12-img {
  width: 318px;
  position: absolute;
  left: 320px;
  top: 224px;
  z-index: -1;
}

.about1-lf-scroll p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}

.about1-lf-content2 {
  position: relative;
  z-index: 99;
}

.about1-lf-scroll {
  height: 360px;
  padding-right: 10px;
  /*overflow-y: scroll;*/
}

.on-html {
  overflow: hidden;
}

.about1-lf-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.about1-lf-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1573e1;
  opacity: 0 !important;
}

.about1-lf-scroll::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.about1-lf-content2 {
  margin-top: 80px;
}

.about1-righ {
  width: 37.14%;
}

.about1-right img {
  width: 100%;
}

.about1-all {
  /*display: flex;*/
  justify-content: space-between;
}

.about1-Rt-num {
  font-size: 42px;
  line-height: 46px;
  height: 46px;
  font-family: "BEBAS__";
  color: #005bab;
  position: relative;
}

.about1-Rt-num:after {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d2d2d2;
}

.about1-Rt-txt {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin: 12px 0 0 0;
}

.about1-Rt-content {
  margin: 40px 0 0 0;
}


.about1-Rt-list {
  width: 33%;
  text-align: center;
  float:left;
}

.about1-Rt-content .about1-Rt-list:last-child ::after {
  display: none;
}

.about1-Rt-num span {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: bottom;
  font-family: "BEBAS__";
}

.about-list3 {
  padding: 130px 0 440px 0;
}

.about3-list {
  width: 12.6%;
  *width: 12%;
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  border:1px solid #f5e8e8;
  padding: 20px 6px 20px 15px;
  box-sizing: border-box;
}

.about3-xs-title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 24px 0 4px 0;
}

.about3-xs-eg {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

.about3-xs span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  margin:0 auto;
  margin-top: 20px;
}

.about3-all {
  /*display: flex;*/
  font-size: 0;
  text-align: center;
  justify-content: space-between;
}
.about3-list{
  display: inline-block;
  margin:0 2%;
  *margin:0 1%;
  height: 180px;
  box-sizing:border-box;
  vertical-align: middle;
}
.active_80 .about3-list{
	height: 165px;
}

.about2-yc {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  *height: 150%;
  /*transform: scale(0);*/
  display: none;
  background: #005bab;
  border-radius: 5px;
  overflow: hidden;
  transition: all 1s ease;
}
.about3-list{
  *overflow: hidden;
}

.about2-yc img {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -82px;
}

.about2-yc-txt {
  font-size: 20px;
  *font-size: 18px;
  color: #fff;
  line-height: 32px;
  transform: scale(0.75) !important;
  text-align: center;
  margin-top: 44px;
}

.about3-list:hover .about2-yc {
  /*transform: scale(1.3125);*/
  display: block;
}

.nav-ajs {
  width: 100%;
}

.nav-xl-all {
  position: relative;
}

.nav-xlml {
  top: 48px;
  opacity: 0;
  visibility: hidden;
  /*background: rgba(0, 0, 0, 0.6);*/
  /*background: #cccccc;*/    background: url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left top;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all .4s ease;
  /* line-height: 1.2*40px; */
  /* height: 1.2*40px; */
  z-index: 900;
}

.nav-xlml a {
  line-height: 48px;
  text-align: center;
  /* margin-right: .8*40px; */
  display: block;
  transition: all .4s ease;
}

.nav-xlml a:hover {
  color: #e50007;
}

.nav-xl-all:hover .nav-xlml {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

/* fazhanlichengcss */
.develop-list1 {
  background: url(/bocweb/web_ie7/css/../img/images/dev2_02.jpg) center center repeat-y;
  width: 100%;
  padding: 160px 0 208px 0;
}

.devs1-top .s1 {
  width: 40px;
  height: 2px;
  background: #005bab;
  display: none;
  margin-top: 18px;
}

.dev1-times-all {
  left: 135px;
  top: 0;
  z-index: 15;
}

.devs1-tp-time1 {
  font-size: 22px;
  line-height: 30px;
  font-family: "BEBAS__";
  font-weight: bold;
  color: #999999;
}

.devs1-tp-time2 {
  font-size: 18px;
  color: #005bab;
  margin: 10px 0 0 0;
  display: none;
}

.devs1-top {
  cursor: pointer;
  display: flex;
  margin-top: 26px;
}

.devs1-tp-content {
  margin-left: 15px;
}

.devs1-tp-content .s2 {
  width: 48px;
  height: 6px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.devs1-top.on-devs1 {
  border-bottom: 1px solid #cfd2d7;
}

.devs1-top.on-devs1 .s1 {
  display: block;
}

.devs1-top.on-devs1 {
  padding-bottom: 20px;
}

.devs1-top.on-devs1 .s2 {
  background: #005bab;
}

.devs1-top.on-devs1 .devs1-tp-time1 {
  font-size: 30px;
  line-height: 32.8px;
  color: #005bab;
}

.devs1-top.on-devs1 .devs1-tp-time2 {
  display: block;
}

.dev2-all-items {
  width: 960px;
  margin: 0 auto;
}

.dev2-img-logo {
  text-align: center;
  font-size: 36px;
  color: #005bab;
}

.dev2-item {
  width: 100%;
  /**width:100%;*/
}

.dev2-content {
  width: 83.33%;
}

.dev2-date {
  position: relative;
  top: 34px;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  font-family: "BEBAS__";
  color: #005bab;
  text-align: right;
}

.dev2-img {
  position: relative;
  z-index: 99;
}

.dev2-img img {
  border-radius: 10px;
  width: 100%;
}

.dev2-txt {
  font-size: 15px;
  color: #4c4c4c;
  line-height: 28px;
  margin: 15px 0 0 0;
}

.dev2-items {
  overflow: hidden;
  position: relative;
}

.dev2-item {
  overflow: hidden;
}
.dev2-item.active .dev2-content *{
  /*float:left;*/
  float: none;

}
.dev2-item.active .dev2-content .after{
  left: auto;
  right: -35px;
}

.dev2-item .dev2-content {
  float: right;
   /**width: 50.1%;*/
   width: 50%;
   position: relative;
   zoom: 1;
   
}
.dev2-item .dev2-content *{
  width: 95%;
  float: right;
}
.dev2-item.active .dev2-content{
  float: left;
}

.dev2-item:nth-child(2n) {
  float: left;
  /*width: 50.1%;*/
}
.dev2-item:nth-child(2n) .dev2-content {
  float: left;
}
.dev2-item:before{
  display: none;
}

.dev2-item .before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #bcbfc2;
  display: block;
  left: 0;
  top: 0;
}
.dev2-item.active .before{
  left: auto;
  right: 0;
}

.dev2-item:nth-child(2n):before {
  right: -0.1%;
  left: unset;
}
.dev2-img:after{
  display: none;
}
.dev2-img .after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/bocweb/web_ie7/css/../img/dev2.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
/*  left: -23%;
  top: 50%;
  transform: translateY(-50%);*/
  top: 0;    left: -35px;
  bottom: 0;
  margin:auto;

}

.dev2-item:nth-child(2n) .dev2-img:after {
  right: -23.5%;
  left: unset;
}

/* lianxiwomencss */
.contact-list1 {
  /*display: flex;*/
  /*flex-flow: row wrap;*/
}
.contact1-left{
  height: 1000px;
}

.contact1-left, .contact1-right {
  width: 50%;
  *width: 49%;
}

#container {
  height: 100%;
}

.contact1-right {
  width: 50%;

}
.contact1-right .ijbox{
  padding: 10%;
  box-sizing: border-box;
}

.contact1-top {

  overflow: hidden;
  width: 100%;
  background-size: 100% 100%!important;
}
.contact1-top .ijbox{
  padding: 60px 48px 88px 48px;
  box-sizing: border-box;
}


.contact1-top-list {
  width: 48%;
  margin-right: 1%;
  *width: 40%;
  *margin-right: 4%;
  word-break: break-all;
  float: left;

}

.contact1-top-list:first-child {
  padding-right: 1%;
  box-sizing: border-box;
}

.contact1-top-title {
  font-size: 18px;
  color: #005bab;
  line-height: 20.8px;
  font-weight: bold;
}

.contact1-top-list span {
  width: 35px;
  height: 1px;
  background: #c4c4c4;
  display: block;
  margin: 22px 0;
}

.contact1-top-xs {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.contact1-mid {
  background: url(/bocweb/web_ie7/css/../img/images/con2_11.jpg) #055eab center center no-repeat;
  background-size: 100% 100%;
  height: 200px;
  margin: 45px 0;
  
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.contact1-mid .contact1-mid-all{
  padding: 0 45px;
}

.contact1-mid-title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}

.contact1-mid span {
  width: 35px;
  height: 1px;
  /*background: rgba(255, 255, 255, 0.3);*/
  background:#fcfcfc;
  opacity: .3;
  filter:alpha(opacity = 30);
  display: block;
  margin: 20px 0;
}

.contact1-mid-all {
  width: 84.7%;
  top: 50%;
  margin-top: -10%;
  /*transform: translateY(-50%);*/
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
}

.contact1-mid-txt {
  font-size: 14px;
  line-height: 18px;
  /*color: rgba(255, 255, 255, 0.4);*/
  color:#fcfcfc;
}

.contact1-mid-left {
  width: 65%;
}

.contact1-mid-right {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.contact1-ewm-title {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin: 8px 0 0 0;
}

.contact1-bot {
  /*display: flex;*/
}

.contact1-ewm:first-child {
  margin-right: 40px;
}

.nav-xl-all {
  width: 13.8683%;
  font-size: 0;
}

/* zhaobiaocaigoucss */
.reg-list1 {
  background: #f5f5f5;
  padding: 110px 0 125px 0;
}

.reg1-all {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reg1-title {
  font-size: 36px;
  line-height: 38px;
}

.reg1-text {
  margin: 24px 0 56px 0;
  height: 128px;
  overflow: hidden;
}

.reg1-text p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.mes1-content {
  text-indent: 40px;
}

.reg1-btn {
  font-size: 14px;
  color: #005bab;
  padding: 6px 10px;
  cursor: pointer;
  border: 1px solid #005bab;
  border-radius: 20px;
  display: inline-block;
  width: 130px;
  margin:0 auto;
}

.reg1-btn:after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(/bocweb/web_ie7/css/../img/jt3.png) top center no-repeat;
  background-size: 12px 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: all .4s ease;
}

.reg1-btn.reg1-on:after {
  transform: rotate(180deg);
}

.reg1-on {
  height: auto;
}

.reg-list1 {
  overflow: hidden;
}

.reg-list1 img {
  width: 532px;
  position: absolute;
  right: 0;
  bottom: -320px;
}

.reg-list2 {
  padding: 84px 0 155px 0;
}
.active_80 .w1400{
  width: 80%;
}
.reg2-title {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #000;
}

.reg2-lists {
  margin: 80px 0 0 0;
  font-size: 0;
}
.foot-bot,
.rec-list3 ul li .rec3-top.
.rec-list3 ul .rec3-zp.on-rec3 .rec3-top,
.reg2-lists{
   zoom: 1;
}
.rec-list3 ul li .rec3-top div, .rec-list3 ul li .rec3-top a,
.rec-list3 ul li:first-child .rec3-main-title{
  float:left;
  height: 49px;
}

.rec-list3 ul li:first-child .rec3-top{
   zoom: 1;
}
.wel1-nav-title{
  float:left;
}
.cas-tc-items:after,
.cas-all-tc:after,
.prolb1-all:after,
.dev2-item .dev2-content:after,
.foot-bot:after,
.rec2-item:after,
.rec-list1:after,
.rec-list3 ul li .rec3-top:after,
.rec-list3 ul .rec3-zp.on-rec3 .rec3-top:after,
.rec-list3 ul li:first-child .rec3-top:after,
.con2-list:after,
.wel1-nav:after,
.wel2-all-num:after,
.reg2-lists:after{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.wel2-all-num .wel2-num-list{
  float:left;
}
.reg2-list {
  width: 24%;
  *width: 23.5%;

  background: #fcfcfc;
  transition: all .3s ease;
  display: inline-block;
  float:left;
}
.reg2-list .njbox{
  padding: 88px 35px 40px 35px;
  box-sizing: border-box;

}
.mes-top-content .mes1-fxfd{
  *width: 270px!important;
}

.reg2-txt {
  font-size: 17px;
  line-height: 30px;
  color: #333;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 99;
}

.reg2-btn {
  display: flex;
  text-align: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  line-height: 16.8px;
  margin: 35px 0 0 0;
  position: relative;
  transition: all .3s ease;
  z-index: 99;
  width: 95px;
  border: 1px solid #333;
  padding: 6px 0;
  justify-content: center;
  border-radius: 15px;
}

.reg2-list:hover .reg2-btn {
  background: #fff;
  border: 1px solid transparent;
  color: #005bab !important;
}

.reg2-btn:after {
  content: "";
  width: 7px;
  height: 14px;
  text-align: center;
  background-color: transparent;
  background-image: url(/bocweb/web_ie7/css/../img/jt2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 11px;
  display: inline-block;
  /* border-radius: 50%; */
  vertical-align: middle;
  margin-left: 8px;
  transition: all .3s ease;
}

.reg2-list img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 145px;
}

.reg2-content {
  padding: 8px 10px;
  background: #005bab;
  left: 35px;
  top: -10px;
  text-align: center;
  transition: all .3s ease;
}

.reg2-ctitle {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  transition: all .3s ease;
}

.reg2-content span {
  height: 1px;
  width: 100%;
  display: block;
  background: #fff;
  transition: all .3s ease;
  margin: 6.4px 0 4px 0;
}

.reg2-ctime {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  transition: all .3s ease;
}

.reg2-list:hover {
  background: #005bab;
}

.reg2-list:hover .reg2-content {
  background: #fff;
}

.reg2-list:hover div {
  color: #e50007;
}

.reg2-list:hover span {
  background: #e50007;
}

.reg2-list:hover .reg2-txt, .reg2-list:hover .reg2-btn {
  color: #fff;
}

/* .reg2-list:hover .reg2-btn:after{
    content: "";
    background-color: #f5f5f5;
    
} */
.reg2-list {
  /*margin-right: 19.2px;*/
  margin-right: .5%;
  margin-left: .5%;

  margin-bottom: 45px;
}

.reg2-list:nth-child(4n) {
  /*margin-right: 0;*/
}

.page {
  text-align: center;
  margin: 30px 0 0 0;
  width: 100%;
}

.page a {
  font-size: 12px;
  color: #333;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .4s ease;
}

.page a.active {
  background: #005bab;
  color: #fff;
}

.page a:hover {
  color: #fff;
  background: #005bab;
}

.page .page-d1 {
  color: #333;
  display: inline-block;
  vertical-align: text-bottom;
}

.page .next {
  font-size: 12px;
  color: #333;
  margin-left: 5px;
}

.page .prev {
  font-size: 12px;
  color: #333;
  margin-right: 5px;
  /* transform: rotate(180deg); */
}

.page .page-d2 {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  *display: none;
}

/* chanping */
.pro-title {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
}

.pro-txt {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin: 20px 0 0 0;
}

.pro-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.pro-list1 {
  background: #f2f2f2;
  padding: 80px 0 200px 0;
}

.pro1-all {
  background: #fff;
  padding: 40px 40px 70px 40px;
  box-sizing: border-box;
}

.pro1-all .select {
  box-sizing: border-box;
  width: 22.5%;
  height: 55px;
  font-size: 15.6px;
  background-color: #f0f0f0;
  position: relative;
  border: 1px solid #dbdbdb;
  display: inline-block;
  margin-right: 1.67%;
}

.pro1-all .select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 20px;
  transform-origin: 50% 0;
  /* transition: transfrom .3s ease-in,top .3s  ease-out; */
}

.pro1-all {
  position: relative;
  z-index: 25;
}

.pro1-all .select p {
  font-size: 16px;
  padding: 0 20px;
  line-height: 55px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

.pro1-all .select ul {
  list-style-type: none;
  background-color: #f0f0f0;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 49px;
  left: -1px;
  max-height: 0;
  z-index: 20;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.pro1-all .select ul li {
  padding: 0 20px;
  line-height: 40px;
  cursor: pointer;
  color: #666;
  transition: all .3s ease 0s;
}

.pro1-all .select ul li .pro-tt {
  color: #666;
}

.pro1-all .select ul li:last-child {
  border-bottom: 1px solid #d4d4d4;
}

.pro1-all .select ul li .pro-tt:hover {
  color: #005bab !important;
}

.pro1-all .select ul li .pro1-mulu-add span:hover {
  color: #005bab !important;
}

.pro1-all .select ul
.join-lb {
  margin-top: 10px;
}

.pro1-all .select ul li.selected {
  color: #005bab;
}

@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1.2);
  }
  50% {
    transform: scale(1, 0.85);
  }
  75% {
    transform: scale(1, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.pro1-all .select.open ul {
  max-height: 250px;
  transform-origin: 50% 0;
  /* -webkit-animation:slide-down .5s ease-in; */
  transition: max-height .5s ease-out;
}

.pro1-all .select.open:after {
  transform: rotate(-180deg);
  top: 28px;
  transition: all .3s ease-in;
}

.pro1-input {
  /*width: 34.3%;*/
  width: 30%;
  padding-left: 1%;
  border: 1px solid #dbdbdb;
  background: #fff;
  font-size: 14px;
  color: #333;
  /*padding: 0 0 0 15px;*/
  box-sizing: border-box;
}

.pro1-input::-webkit-input-placeholder {
  color: #444;
}

.recu1-ssk::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.pro1-ss {
  width: 15.1%;
  background-color: #023894;
  font-size: 16px;
  border: none;
  color: #fff;
  margin-left: 2.15%;
  background-image: url(/bocweb/web_ie7/css/../img/ss.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  text-align: left;
}

.pro2-all {
  margin: 60px 0 0 0;
}

.pro1-title {
  font-size: 36px;
  line-height: 38px;
  color: #333;
  text-align: center;
  margin-bottom: 22px;
}

.pro-all-t {
  display: flex;
}

.fg-ld1 {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid #fcfcfc;
  box-sizing: border-box;
}
.fg-ld1 .j-box{
  padding: 110px 0 80px 0;
  *padding-bottom: 0;
  box-sizing: border-box;
}

.de-left {
  height: 100%;
}

.sd2-1 {
  height: auto !important;
  margin-bottom: 36px;
}

.pro2-all-leftm1 .swiper-wrapper {
  height: auto !important;
}

.pro2-all-left {
  /*display: flex;*/
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.fg-ld1 {
  overflow: hidden;
  width: 31%;
}
.pro2-all-right0{
  width: 68%;
}
.pro2-all-right {
  padding: 130px 0 20px 140px;
}

.pro2-left-title {
  font-size: 32px;
  line-height: 1.5;
  /*color: rgba(255, 255, 255, 0.6);*/
  color:#fcfcfc;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}
.pro2-lists .pro2-left-title{
  *float: left;
}

.fg-ld1 .sd2-1 {
  /*display: flex;*/
  cursor: pointer;
  align-items: center;
  margin-bottom: 45px;
  overflow: hidden;
  *width: 375px;
}
.fg-ld1 .sd2-1{
	position: relative;
	*padding-left: 20px;
}
.fg-ld1 .sd2-1 span {
  /*width: 45px;*/
  /*height: 45px;*/
  /*background: url(/bocweb/web_ie7/css/../img/pro3.png) center center no-repeat;*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:1px solid #fff;
  background-size: 45px 45px;
  display: inline-block;
  /**display: inline;*/
  vertical-align: middle;
  margin-right: 35px;
  *zoom:1;
  *margin-right: 10px;
  opacity: 0;
  filter:alpha(opacity=0);
  transition: all .4s ease;
  *position: absolute;
  *top: 50%;
  *margin-top: -5px;
  *left: 0;
}
.fg-ld1 .sd2-1.on-pro .pro2-left-title{
	*color:#023894;
}

.fg-ld1 .sd2-1.on-pro span {
  filter:alpha(opacity=100);
  opacity: 1;
}

.fg-ld1 .sd2-1.on-pro .pro2-left-title {
  color: #fff !important;
}

.fg-ld1 .sd2-1:hover span {
  /* opacity: 1; */
}

.fg-ld1 .sd2-1:hover .pro2-left-title {
  color: #fff !important;
}

.fg-ld1 {
  height: 680px;
  overflow: hidden;
}

.fg-ld1 ul {
  /* height: 12.5*40px; */
  overflow: hidden;
}

.fg-ld1 ul::-webkit-scrollbar {
  /*gundongtiao*/
  width: 10px;
  /**/
  height: 1px;
}

.fg-ld1 ul::-webkit-scrollbar-thumb {
  /**/
  border-radius: 10px;
  background: transparent;
}

.fg-ld1 ul::-webkit-scrollbar-track {
  /**/
  border-radius: 10px;
  background: transparent;
}

.pro2-right-title {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
}

.pro2-right-txt1 a {
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  margin: 56px 0 24px 0;
}

.pro2-right-txt2 a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  transition: all .4s ease;
}

.pro2-right-txt2 a:hover {
  color: #005bab;
}

/* chanpin jiejue fangan */
.prolb1-left-title {
  font-size: 40px;
  line-height: 42px;
  color: #333;
  float: left;
}

.prolb1-left span {
  width: 58px;
  height: 2px;
  background: #333;
  display: block;
  margin: 30px 0 0 0;
  *display: none;
}

.prolb-list1 {
  padding: 100px 0 250px 0;
}

.lists-all-nav .nav-title1 {
  width: 20%;
}

.prolb1-left {
  width: 27.14%;
  line-height: 55px;
}

.prolb1-right {
  width: 72.86%;
  float: right;
}

.prolb1-all {
  /*display: flex;*/
}

.prolb1-right {
  padding: 0 !important;
}

.prolb1-right .select {
  width: 34.5% !important;
}

.prolb1-right .select p, .prolb1-right .select ul li {
  padding: 0 31.2px 0 40px !important;
}

.pro1-all .select ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pro1-all .select ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1573e1;
}

.pro1-all .select ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pro1-input, .pro1-ss {
  height: 55px;
  line-height: 55px;
}

.prolb1-right .pro1-input {
  width: 40%;
  background: #f0f0f0;
}

.prolb1-right .pro1-ss {
  width: 19.5%;
}

.prolb1-img1 {
  width: 100%;
  margin: 58px 0 74px 0;
}

.prolb2-list {
  width: 28%;
  background: #e8ecf5;
}
.prolb2-list .i{
  padding: 32.8px;
  box-sizing: border-box;
}

.prolb2-title {
  font-size: 18px;
  height: 88px;
  overflow: hidden;
  line-height: 30px;
  color: #08417e;
}
.prolb2-txt{
  border-top: 1px solid #bdccdd;
  margin-top: 10px;
  padding-top: 32.8px;

}
.picScroll-top03 .next,.picScroll-top03 .prev{
  display: block;
  width: 45px;
  height: 45px;
  background:#aaaaaa;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;	
  z-index: 15;
}
.picScroll-top03 .next{
	right: 0;
	background:url(/bocweb/web_ie7/css/../img/pr1.png) no-repeat center;
}
.picScroll-top03 .prev{
	left: 0;
	background:url(/bocweb/web_ie7/css/../img/pr0.png) no-repeat center;

}
.picScroll-top .next,.picScroll-top .prev{
  display: block;
  width: 65%;
  height: 45px;
  background:#aaaaaa;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  cursor: pointer;
}
.picScroll-top .next img,.picScroll-top .prev img{
	width: auto;
	height: auto;
}
.picScroll-top .prev{
  top: -55px;
  background:url(/bocweb/web_ie7/css/../img/njs.png) #aaaaaa no-repeat center;
  background-size: 20px 20px;
  *width: 40px;
  *height: 40px;
  *left:20px; 

}
.picScroll-top .next{
  bottom: -55px;
  background:url(/bocweb/web_ie7/css/../img/njx.png) #aaaaaa no-repeat center;
  background-size: 20px 20px;
  *bottom:auto;
  *top: -55px;
  *left: 65px;
  /**right: 5%;*/
  *width: 40px;
  *height: 40px;

  z-index: 4;

}

.prolb2-txt {
  font-size: 14px;
  color: #29588a;
  height: 125px;
  overflow-y: auto;
  line-height: 25px;
}
.de-left{
  position: relative;
}

.prolb2-txt::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}

.prolb2-txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #005bab;
  /* display: none; */
}

.prolb2-txt::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.prolb2-txt:hover::-webkit-scrollbar-thumb {
  display: block;
}

.prolb2-txt2 {
  height: 80px;
  overflow: hidden;
}

.prolb2-lists {
  overflow: hidden;
}

.prolb2-lists a div {
  transition: all .4s ease;
}

.prolb2-lists a {
  float: left;
  margin-right: 2.6%;
  margin-left: 2.6%;
  margin-bottom: 74px;
  transition: all .4s ease;
}

.prolb2-lists a:nth-child(3n) {
  margin-right: 0;
}

.prolb2-lists a:hover {
  background: #08417e;
}

.prolb2-lists a:hover div {
  color: #fff;
}

.page2 {
  margin-top: -12px;
}

/* news */
.news-list {
  background: #f3f4f4;
  padding: 100px 0 240px 0;
}

.news-list1 {
  padding: 48px 40px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.news1-select {
  width: 14.28% !important;
  border: none !important;
}

.news1-ss {
  width: 14.5% !important;
  padding-left: 4.5%;
  background-position: 66% center;
}

.news-list2 {
  margin: 60px 0 100px 0;
}

.news-list2 {
  font-size: 0;
  height: 100%;
}

.news2-left, .news2-right {
  width: 49.5%;
  overflow: hidden;
}
.news2-right{
  position: absolute;
  right: 0;
  height: 100%;
}

.news2-rt-all {
  /*height: 410px;*/
  height: 100%;
  /*overflow-y: auto;*/
  position: relative;
}

.news2-rt-all::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.news2-rt-all::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #005bab;
  display: none;
}

.news2-rt-all::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.news2-rt-all:hover::-webkit-scrollbar-thumb {
  display: block;
}
.news2-rt-list{
  height: 33.33%;
}

.news2-rt-list .news2-rt-title {
  transition: color .4s ease;
}
.news1-add-1{
  margin-top: 20px;
}

.news2-rt-list .news2-rt-btn{
  margin-top: 10px;
}

.news2-rt-list:hover .news2-rt-title {
  color: #005bab;
  font-weight: bold;
}

.news2-rt-list .news2-rt-btn {
  transition: all .4s ease;
}

.news2-rt-list:hover .news2-rt-btn {
  padding-right: 28px;
}

.news2-left:hover img {
  transform: scale(1.05);
}

.news2-lfrq-day {
  font-size: 45px;
  line-height: 46.4px;
  color: #e50007;
  text-align: center;
}

.news2-left-rq {
  padding: 13px 20px 20px 20px;
  right: 45px;
  top: 0;
  background: #fff;
}

.news2-left-rq span {
  width: 100%;
  height: 1px;
  background: #e50007;
  display: block;
  margin: 8px 0;
}

.news2-lfrq-date {
  font-size: 14px;
  line-height: 16px;
  color: #e50007;
}

.news2-left img {
  width: 100%;
  transition: all .5s ease;
}

.news2-left-content {
  width: 100%;
  *width: auto;
  box-sizing: border-box;
  padding:25px 40px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  bottom: 0;
  left: 0;
}

.news2-left-title {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  padding-left: 5px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news2-left-txt {
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}

.news2-right {
  /* background: rgba(0,0,0,.3); */
  /* height: 12*40px; */
  box-sizing: border-box;
  /* overflow-y: scroll; */
}
.news2-right  .news2-rt-all{
  padding: 0 0 0 45px;

}

.news2-rt-list {
  padding: 0 0;
  border-bottom: 1px solid #dedede;
}

.news2-rt-list:last-child {
  border-bottom: none;
}

.news2-rt-title {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news2-rt-txt {
  font-size: 14px;
  line-height: 23.2px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 16px 0 4px 0;
  display: none;
}
.news-list2{
  position: relative;
}

.news2-rt-btn {
  font-size: 12px;
  color: #999;
  background: url(/bocweb/web_ie7/css/../img/jt4.png) right center no-repeat;
  display: inline-block;
  padding-right: 20px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #023894;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.news3-list {
  width: 32%;
  float: left;
  margin-right: .6%;
  margin-left: .6%;
  margin-bottom: 48px;
  display: block;
}
.news3-list .news3-img{
	/*height: 205px;*/
}
.contact1-mid *,
.news3-list *{
  cursor: pointer;
}

/*.news3-list:nth-child(3n) {
  margin-right: 0;
}*/

.new-list3 {
  overflow: hidden;
}

.news3-img {
  width: 100%;
  overflow: hidden;
}

.news3-img img {
  width: 100%;
  transition: all .4s ease;
}

.news3-list:hover img {
  transform: scale(1.05);
}

.news3-content {
  padding: 20px 40px 34px 40px;
  background: #fff;
}

.news3-title {
  font-size: 18px;
  line-height: 26px;
  height: 52px;

  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news3-txt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  margin: 15px 0 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news3-btn {
  width: 120px;
  height: 40px;
  font-size: 15.2px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 20px;
  position: relative;
  text-align: center;
  transition: all .4s ease;
}

.news3-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px 0 0 -3.5px;
}

.news3-list:hover .news3-btn {
  background: #023894;
  color: #fff;
}

.news3-jt1 {
  display: block;
}

.news3-jt2 {
  display: none;
}

.news3-list:hover .news3-jt2 {
  display: block;
}

.news3-list:hover .news3-jt1 {
  display: none;
}

.new-list3 .news3-img .news3-left-rq {
  text-align: center;
  padding: 8px 10px 10px 10px;
}

.new-list3 .news3-img .news3-left-rq .news2-lfrq-day {
  font-size: 36px;
  line-height: 38px;
}

.new-list3 .news3-img .news3-left-rq .news2-lfrq-date {
  font-size: 12px;
  line-height: 13px;
}

.news1-select ul {
  border: none !important;
}

.med-list1 {
  padding: 45px 40px 40px 40px;
  box-sizing: border-box;
  background: #005bab;
}

.med1-title {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.med1-img {
  overflow: hidden;
}

.med1-txt {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news2-left .med1-left-rq {
  background: #005bab;
}

.news2-left .med1-left-rq div {
  color: #fff;
}

.news2-left .med1-left-rq span {
  background: #fff;
}

.news3-list .news3-img .med3-left-rq {
  background: #005bab;
}

.news3-list .news3-img .med3-left-rq div {
  color: #fff;
}

.news3-list .news3-img .med3-left-rq span {
  background: #fff;
}

.news3-list .med3-content {
  background: #e6e6e6;
}

.med3-btn {
  margin-top: 34px;
  background: #fff;
}

.dy3-btn {
  margin-top: 30px;
}

.dy-list3 {
  margin-top: 60px;
}

/* news details */
.nwd-list1 {
  background: #eef0f2;
  padding: 110px 0 222px 0;
}

.nwd1-top-title {
  font-size: 30px;
  color: #005bab;
  line-height: 38px;
}

.nwd1-top {
  text-align: center;
  padding-bottom: 44px;
  border-bottom: 1px solid #c9c9c9;
}

.nwd1-top-time {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 30px;
}

.nwd1-mid {
  padding: 45px 0 60px 0;
}

.nwd1-mid img {
    max-width: 100%;
    display: inline-block;
    /*margin: 0 auto;*/
    vertical-align: middle;
}
.nwd1-mid{
  font-size: 16px;
  
}
.nwd1-mid p {
  font-size: 16px!important;
  line-height: 34px;
    text-indent: 2em;
    margin: 0 0 10px;
  
}
.nwd1-mid p *{
  font-size: 16px!important;
}
.nwd1-bot {
  padding-top: 34px;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  align-items: center;
}

.nwd1-bot-left a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #666666;
}

.nwd1-bot-left span {
  width: 400px;
  display: block;
  border-top: 1px dashed #cdcdcd;
  height: 1px;
  margin: 8px 0;
}

.nwd1-bot-right {
  width: 130px;
  padding: 0 5px;

  height: 45px;
  background: #005bab;
  border-radius: 8px;
}

.nwd1-bot-right div {
  font-size: 14px;
  line-height: 45px;
  background: url(/bocweb/web_ie7/css/../img/fh.png) right center no-repeat;
  display: inline-block;
  padding-right: 24px;
  color: #fff;
  text-align: center;
  width: 85px;
  margin:0 auto;
}

.nwd-tj-title {
  font-size: 24px;
  line-height: 26px;
  color: #005bab;
}

.nwd1-tj {
  margin-top: 100px;
  border-top: 1px solid #9d9d9d;
  padding: 80px 0 0 0;
}
.amap-container{
  *background:#fcf9f2!important;
}

.nwd1-tj-lists {

  overflow: hidden;

  margin-top: 25px;
}

.nwd1-tj-list {
  /* width: 17.85%; */
    width: 90%;
    margin:0 auto;
  /*float: left;*/
  /* margin-right: 2.61%; */
}

.nwd1-tj-list:last-child {
  margin-right: 0;
}

.nwd1-tj-list img {
  width: 100%;
  transition: all .4s ease;
}

.nwd1-tj-list-img {
  width: 100%;
  overflow: hidden;
}

.nwd1-tj-list:hover img {
  transform: scale(1.05);
}

.nwd1-tj-txt {
  font-size: 14px;
  line-height: 16px;
  margin: 18px 0;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ndw-fd {
  display: flex;
  align-items: center;
}

.ndw-fd-big {
  margin-right: 15px;
}

.ndw-fd div {
  cursor: pointer;
  display: flex;
}

.ndw-fxfd {
  right: 0;
  top: 0;
}

.ndw-fxfd {
  display: flex;
  align-items: center;
}

.ndw-fx {
  display: flex;
  align-items: center;
}

.ndw-fx img {
  margin-right: 20px;
}

.ndw-fd div {
  margin-right: 15px;
}

.grow-all {
  padding: 100px 0 230px 0;
  background: #f5f5f5;
}

.grow1-list {
  background: #fff;
  width: 180px;
  height: 50px;
  transition: all .4s ease;
  border-radius: 30px;
}

.grow1-list div {
  font-size: 16px;
  color: #005bab;
  line-height: 50px;
  background: url(/bocweb/web_ie7/css/../img/join1.png) left center no-repeat;
  display: inline-block;
  max-width: 95px;
  margin:0 auto;
  padding-left: 30px;
  position: relative;
  transition: all .4s ease;
}

.grow1-items .grow1-list2 div {
  background: url(/bocweb/web_ie7/css/../img/join2.png) left center no-repeat;
}

.grow1-items .grow1-list3 div {
  background: url(/bocweb/web_ie7/css/../img/join3.png) left center no-repeat;
}

.grow1-list.on-grow1 {
  background: #005bab;
}

.grow1-list.on-grow1 div {
  color: #fff;
}

.grow1-list1.on-grow1 div {
  background: url(/bocweb/web_ie7/css/../img/join12.png) left center no-repeat;
}

.grow1-list2.on-grow1 div {
  background: url(/bocweb/web_ie7/css/../img/join22.png) left center no-repeat;
}

.grow1-list3.on-grow1 div {
  background: url(/bocweb/web_ie7/css/../img/join32.png) left center no-repeat;
}

.grow1-list:hover {
  background: #005bab;
}

.grow1-list:hover div {
  color: #fff;
}

.grow1-list1:hover div {
  background: url(/bocweb/web_ie7/css/../img/join12.png) left center no-repeat;
}

.grow1-list2:hover div {
  background: url(/bocweb/web_ie7/css/../img/join22.png) left center no-repeat;
}

.grow1-list3:hover div {
  background: url(/bocweb/web_ie7/css/../img/join32.png) left center no-repeat;
}

.grow1-items span {
  width: 70px;
  height: 1px;
  background: #c4c4c4;
  display: inline-block;
  vertical-align: middle;
}

.grow1-items a {
  vertical-align: middle;
}

.grow1-items {
  text-align: center;
  justify-content: center;
  font-size: 0;
}

.grow2-items {
  overflow: hidden;
}

.grow2-list {
  width: 32%;
  float: left;
  margin-right: .66%;
  margin-left: .66%;
  margin-bottom: 36px;
  overflow: hidden;
}

/*.grow2-list:nth-child(3n) {
  margin-right: 0;
}*/

.grow2-list img {
  width: 100%;
  transition: all .4s ease;
}

.grow2-txt {
  width: 100%;
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left top;
  z-index: 5;
  cursor: pointer;
}


.grow2-items {
  margin-top: 80px;
}

.grow2-list:hover img {
  transform: scale(1.05);
}
.grow-lb-img{
  width: 100%;
}
.itsbox .its{
  display: none;
  filter:alpha(opacity = 0);
  opacity: 0;
  transition:.5s ease-in-out;
}
.itsbox .its.cur{
  opacity: 1;
  filter:alpha(opacity = 100);
}

.grow-lb-all {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left top;
  top: -50px;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.grow-se {
  width: 800px;
  height: 660px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -330px;
  /*overflow: hidden;*/
  /*transform: translateY(-50%);*/
  /* overflow: hidden; */
}

.grow-lb .swiper-wrapper {
  font-size: 0;
}

.grow-lb {
  overflow: hidden;
}

.grow-lb-img img {
  width: 100%;
}

.grow-lb-txt {
  font-size: 16px;
  padding: 30px 0 20px 0;
  line-height: 26px;
  text-align: center;
  overflow-y: auto;
  max-height: 50px;
}
.grow-sebox{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.owl-prev,.owl-next{
  width: 26px !important;
  height: 44px !important;
  background-size: 26px 44px !important;
  /*margin-top: 0 !important;*/
  outline: none;
  opacity: 1 !important;
  /*transform: translateY(-50%) !important;*/
  position: absolute;
  top: 0;
  bottom: 0;
  *top: 50%;
  *margin-top: -22px;
  margin:auto;
  text-indent: -9999px;
  overflow: hidden;
}
.cha-tc-lb .owl-buttons .owl-prev,
.cha-tc-lb .owl-buttons .owl-next,
.swiper-button-prevgr1, .swiper-button-nextgr1 {
  width: 26px !important;
  height: 44px !important;
  background-size: 26px 44px !important;
  /*margin-top: 0 !important;*/
  outline: none;
  opacity: 1 !important;
  /*transform: translateY(-50%) !important;*/
  position: absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  *top: 50%;
  *margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.owl-buttons .owl-prev{
    background: url(/bocweb/web_ie7/css/../img/jt13.png) no-repeat center !important;
        left: 10px !important;
}


.cha-tc-lb .owl-buttons .owl-prev,
.swiper-button-prevgr1 {
  background: url(/bocweb/web_ie7/css/../img/jt7.png) no-repeat center !important;
  left: 240px !important;
}
.swiper-button-prevgr1.active{
  left: 5% !important;
}
.swiper-button-nextgr1.active{
  right: 5% !important;
}
.owl-buttons .owl-next{
        background: url(/bocweb/web_ie7/css/../img/jt141.png)  no-repeat center !important;
        right: 10px !important;
}
.cha-tc-lb .owl-buttons .owl-next,
.swiper-button-nextgr1 {
  background: url(/bocweb/web_ie7/css/../img/jt8.png) no-repeat center !important;
  right: 240px !important;
}

/* rencai liniancss */
.con-all {
  padding: 112px 0 230px 0;
}

.con-list1 {
  text-align: center;
}

.con1-title {
  font-size: 30px;
  line-height: 32px;
  color: #333333;
}

.con1-txt {
  margin: 30px 0 46px 0;
}

.con1-txt p {
  font-size: 15px;
  line-height: 32.8px;
  color: #666;
}

.con2-left, .con2-right {
  width: 50%;
}

.con2-left img {
  width: 100%;
}

.con2-list {
  font-size: 0;
  height: 100%;
}
.con2-list{
  zoom: 1;
}
.joins-con .con2-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;

}
.joins-con .con2-right.fl{
  left: 0;
}
.joins-con .con2-right.fr{
  right: 0;
}
.con2-right {
  background: #fff;
  
}

.con2-rt-title {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
}

.con2-rt-title span {
  color: #005bab;
  display: inline-block;
}

.con2-rt-content {
  position: relative;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  z-index: 99;
  padding:20px 4%;
}

.con2-right img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.con2-rt-txt {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  /* height: 3*40px;
  overflow-y: scroll; */
}

.con-span1 {
  width: 45px;
  height: 2px;
  display: block;
  background: #959595;
  margin: 28px 0 30px 0;
}

.con2-list:nth-child(2n) {
  flex-flow: row-reverse;
}

.rec-all {
  padding: 100px 0 300px 0;
  background: #f5f5f5;
}

.rec-list1 .rec1-input {
  /*width: 88%;*/
  width: 78%;
  height: 53px;
  line-height: 53px;
  float:left;
  box-sizing:content-box;
}

.rec-list1 .rec1-ss {
  float: left;
  width: 12%;
  margin-left: 0;
  padding-left: 4%;
  background-position: 65% center !important;
}

.rec-list1 {
  margin-bottom: 33px;
}

.rec2-item-title {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  font-weight: bold;
  margin-right: 45px;
  float:left;
}
.rec2-item-lm{
  float:left;
}

.rec2-item-lm ul {
  overflow: hidden;
}

.rec2-item-lm ul li {
  font-size: 16px;
  color: #666;
  line-height: 19.2px;
  float: left;
  font-weight: bold;
  cursor: pointer;
  transition: all .4s ease;
  margin-right: 45px;
}

.rec2-item {
  margin-bottom: 24px;
}

.rec2-item-lm ul li.on-rec2 {
  color: #005bab;
}

.rec2-item-lm ul li:hover {
  color: #005bab;
}

.rec-list3 {
  margin-top: 60px;
  overflow: hidden;
}

.rec-list3 ul li {
  font-size: 16px;
  line-height: 50px;
  background: #fff;
  color: #333;
}
.rec-list3 ul .rec3-zp.on-rec3 .rec3-top{
  height: 51px;
}

.rec-list3 ul li .rec3-top {
  width: 100%;
}

.rec-list3 ul li .rec3-top div, .rec-list3 ul li .rec3-top a {
  width: 15%;
  text-align: center;
  cursor: pointer;
}

.rec-list3 ul li:first-child .rec3-top {
  background: #8f8f8f;
  padding: 12.8px 0;
}

.rec-list3 ul li:first-child .rec3-main-title {
  color: #fff;
}

.rec-list3 ul li:nth-child(n+2) .rec3-top {
  /*padding: 20.8px 0 16.8px 0;*/
}

.rec-list3 ul li .rec3-top a {
  color: #0072d7;
}
.rec-list3 ul li .rec3-top{
  overflow: hidden;
}
.rec-list3 ul li .rec3-top a span {
  width: 30%;
  height: 1px;
  background: #0072d7;
  position: absolute;
  left: 50%;
  display: block;
  /*transform: translateX(-50%);*/
      margin-left: -15%;
  bottom: 15px;
}

.rec3-img1 {
  display: block;
}

.rec3-img2 {
  display: none;
}

.rec3-main-title img {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -9px;
}

.rec-list3 ul .rec3-zp.on-rec3 .rec3-top {
  background: #e6e6e6;
}

.rec-list3 ul .rec3-zp.on-rec3 .rec3-img1 {
  display: none;
}

.rec-list3 ul .rec3-zp.on-rec3 .rec3-img2 {
  display: block;
}

.rec3-bot {
  width: 100%;
  background: #e6e6e6;

  display: none;
}
.rec3-bot .rec3-bot-all{
  padding: 35px 5% 70px 5.5%;
  box-sizing: border-box;
}

.rec3-bot-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 19.2px;
  margin-bottom: 28px;
}

.rec3-zp .rec3-top {
  border-bottom: 1px solid #cfcfcf;
}

.rec3-bot-left, .rec3-bot-right {
  width: 48%;
}

.rec3-bot-right {
  margin-left: 4%;
}

.rec3-bot-all {
}

.rec3-bot-txt p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.rec3-bot-dz {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 19.2px;
  margin: 28px 0 16px 0;
}

.rec3-bot-dz2 {
  font-size: 14px;
  color: #333;
  line-height: 16.8px;
}

.rec4-page {
  margin-top: 100px;
}

/* homecss */
.wel1-lb .swiper-slide,.wel1-lb .jnj {
  width: 100%;
  height: 790px;
}

.header-ny2 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-ny2 .hdPc-nav ul li .hdPc-a1 {
  color: #fff;
  font-weight: bold;
}

.hdPc-nav {
  margin-right: 0;
}

.header-ny .hdPc-logo1 {
  display: none;
}

.header-ny .hdPc-logo2 {
  display: block;
}

.header-ny2 .hdPc-logo1 {
  display: block;
}

.header-ny2 .hdPc-logo2 {
  display: none;
}

.header-ny2 .hdPc-nav li:hover .hdPc-a1 {
  color: #e50007;
}

.wel1-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;

  *background:url(/bocweb/web_ie7/css/../img/lbg.png) repeat left top;
  z-index: 99;
  background-image: linear-gradient(transparent, rgba(5, 94, 171, 0.8));
}
.wel1-nav{
  height: 115px;
}
.wel1-nav .ijbox{
  padding: 44px 0 44px 10%;
  width: 60%;
}

.wel1-nav-title {
  font-size: 17px;
  width: 100px;
  font-weight: bold;
  color: #fff;
  line-height: 19.6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 16px;
  margin-right: 8%;
  cursor: pointer;
}

.wel1-nav-title:last-child {
  margin-right: 0;
}

.wel1-nav {
  /*display: flex;*/
}

.wel1-nav-title span {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: block;
  left: 0;
  transition: all 1.5s ease;
}

.wel1-nav-title.on-wel1 span {
  width: 100%;
}

.wel2-all {
  width: 92%;
  margin: 0 auto;
}

.wel-list2 {
  background: #f0f0f0;
  padding: 84px 0 120px 0;
}

.wel2-top-nav {
  display: flex;
  align-items: center;
}

.wel2-tp-list {
  font-size: 30px;
  line-height: 42px;
  color: #808080;
  cursor: pointer;
  background: url(/bocweb/web_ie7/css/../img/wel4.png) left center no-repeat;
  display: inline-block;
  padding-left: 40px;
  transition: all .4s ease;
}

.wel2-tp-list.on-wel2 {
  color: #055eab;
  font-weight: bold;
}

.wel2-tp-list:hover {
  color: #055eab;
  font-weight: bold;
}

.wel2-tp-list.on-wel2.ij0 {
  background: url(/bocweb/web_ie7/css/../img/wel42.png) left center no-repeat;
}

.wel2-tp-list.ij0:hover {
  background: url(/bocweb/web_ie7/css/../img/wel42.png) left center no-repeat;
}

.wel2-tp-list.ij1 {
  background: url(/bocweb/web_ie7/css/../img/wel3.png) left center no-repeat;
}

.wel2-tp-list.ij1:hover {
  background: url(/bocweb/web_ie7/css/../img/wel32.png) left center no-repeat;
}

.wel2-tp-list.on-wel2:nth-child(3) {
  background: url(/bocweb/web_ie7/css/../img/wel32.png) left center no-repeat;
}

.wel2-top-nav span {
  width: 2px;
  height: 30px;
  background: #808080;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.wel2-btp-left, .wel2-btp-right {
  width: 48.56%;
  *width: 48%;
  overflow: hidden;
}

.wel2-bt-top {
  height: 100%;
  overflow: hidden;
}

.wel2-btp-left img {
  width: 100%;
}

.wel2-bt-top {
  margin: 40px 0;
}

.wel2-bt-top .swiper-wrapper .wel2-left-rq {
  right: 100px;
}

.wel2-bt-top .swiper-wrapper .news2-left-content2 {
  padding: 40px 180px 40px 64px;
}
.news2-left-content .box{
  padding-left: 10px;
}
.wel2-span1 {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  background: url(/bocweb/web_ie7/css/../img/wel5.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.wel2-bt-top .owl-pagination{
  position: absolute;
  line-height: 1;
  bottom: 20px !important;
}
.wel2-bt-top .owl-pagination,
.swiper-paginationwel2 {
  right: 0;
  bottom: 30px !important;
  text-align: right !important;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.wel2-bt-top .owl-pagination .owl-page{
  margin-left: 10px;
}
.owl-pagination{
  text-align: center;
  *overflow: hidden;
}
.owl-page{
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #595555 !important;
  opacity: 1 !important;
	display:inline-block;
		*display:inline;
	*zoom:1;
  margin:0 5px;
}

 .owl-page.active{
  background: #0068b7 !important;
}
.wel2-bt-top .owl-pagination .owl-page{
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #595555 !important;
  opacity: 1 !important;
}
.swiper-paginationwel2 span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #595555 !important;
  opacity: 1 !important;
  display: inline-block;
}

.cha-list5 .owl-pagination .owl-page{
  *float: none;


}
.wel2-bt-top .owl-pagination .owl-page.active,
.swiper-paginationwel2 .swiper-pagination-bullet-active {
  background: #fff !important;
}

.wel2-btp-list {
  width: 48%;
}

.wel2-btp-list img {
  width: 100%;
}

.wel2-btp-right {
  display: flex;
  margin-left: 2.87%;
}

.wel2-btp-right .wel2-btp-list .news3-left-rq {
  text-align: center;
  padding: 8px 10px 10px 10px;
}

.wel2-btp-right .wel2-btp-list .news2-lfrq-day {
  font-size: 35px;
  line-height: 36.8px;
}

.news3-content img {
  max-width: 100%;
  width: unset !important;
}

.wel2-btp-right .wel2-btp-list .wel2-btp2-content {
  height: 54.4%;
  box-sizing: border-box;
  padding: 20px 30px;
}

.wel2-btp-list .wel2-btp-i {
  overflow: hidden;
}

.wel2-btp-list .wel2-btp-i img {
  transition: all .4s ease;
}

.wel2-btp-list:hover .wel2-btp-i img {
  transform: scale(1.05);
}

.wel2-btp-list:hover .news3-btn {
  background: #023894;
  color: #fff;
}

.wel2-btp-list:hover .news3-jt1 {
  display: none;
}

.wel2-btp-list:hover .news3-jt2 {
  display: block;
}

.wel2-btp-list:first-child {
  margin-right: 3.1%;
}

.wel2-bt-bot {
  overflow: hidden;
}

.wel2-btb-list {
  width: 48%;
  *width: 47.85%;
  float: left;
  background: #fff;
  transition: all .4s ease;
  margin:0 1%; height: 90px;
  margin-bottom: 16px;

}
.wel2-btb-list .ijbox{
  padding: 23.2px 40px;

  box-sizing: border-box;

}
#strength3 .con-swiper .owl-prev,#strength3 .con-swiper .owl-next{
	margin-top: -55px;

}

.wel2-btb-list div {
  transition: all .4s ease;
}

.wel2-btb-list:nth-child(2n) {
  /*margin-left: 2.87%;*/
}
.wel2-bt-top .swiper-slide0{
  display: block;
}
body.active_80  .news3-title,
body.active_80 .wel2-btb-txt{
  font-size: 16px;

}
body.active_80 .wel2-btb-list .ijbox{
  padding: 15px 25px;
}
body.active_80 .wel2-btb-list{
  height: 72px;

}
body.active_80  .strength02-swiper .items .span{
  font-size: 16px;
}
body.active_80 .pro2-left-title{
  font-size: 24px;
}
body.active_80 .fg-ld1 .sd2-1{
  margin-bottom: 30px;
}
body.active_80 .wel42-title{
  font-size: 33px;
}
body.active_80 .pro-rtitem-a1{
  font-size: 22px;
}
body.active_80 .pro-rtitem-nr a{
  font-size: 14px;
}
body.active_80 .plat1-rt-title,
body.active_80 .plat1-lf-content div{
  font-size: 25px;
}
body.active_80 .nwd1-top-title,
body.active_80 .inter1-title{
  font-size: 25px;
}
body.active_80 .con2-rt-title{
  font-size: 20px;
}
body.active_80 .con1-title{
  font-size: 25px;
}
body.active_80 .reg2-title,
body.active_80 .reg1-title{
  font-size: 30px;
}
body.active_80  .nv-lists .nav-title1{
  font-size: 23px;
}
body.active_80 .wel41-title{
  font-size: 25px;
}
body.active_80  .wel3-title{
  font-size: 33px;
}
body.active_80 .wel2-bot-btn{
  font-size: 15px;
}
body.active_80  .wel2-tp-list{
  font-size: 25px;
}
body.active_80 .about1-lf1-title{
  font-size: 50px;
    line-height: 55px;
}
body.active_80 .about2-rt-title{
  font-size: 30px;
}
body.active_80  .cha5-title,
body.active_80 .cha42-title,
body.active_80 .cha3-title,
body.active_80 .cha2-rt-title,
body.active_80 .cha1-left-title,
body.active_80 .about1-lf1-title span{
  font-size: 30px;
}
body.active_80   .cul1-title,
body.active_80  .about2Lf-content{
  font-size: 25px;
}
.wel2-btb-time {
  font-size: 30px;
  line-height: 42px;
  color: #666;
  font-weight: normal;
  width: 164px;
}

.wel2-btb-time span {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.wel2-btb-txt {
  font-size: 20px;
  line-height: 42px;
  color: #4c4c4c;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
}
.wel2-btb-time{
  width: 20%;
}

.wel2-btb-list {
  align-items: center;
}

.wel2-btb-list:hover {
  background: #055eab;
}

.wel2-btb-list:hover div {
  color: #fff;
}

.wel2-bot-btn {
  font-size: 17.6px;
  display: block;
  text-align: center;
  width: 160px;
  height: 45px;
  border-radius: 30px;
  background: transparent;
  line-height: 45px;
  color: #023894;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #023894 !important;
}

.wel2-bot-btn:hover {
  background: #023894 !important;
  border: 1px solid #023894 !important;
  color: #fff !important;
}

.wel-list3 {
  width: 100%;
  height: 584px;
  *height: 524px;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}

.wel3-title {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
}

.wel3-list span {
  width: 30px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  margin-top: 33px;
  margin-bottom: 40px;
}

.wel3-txt {
  font-size: 17px;
  line-height: 34px;
  /*color: rgba(255, 255, 255, 0.4);*/
  color:#fff;
  filter:alpha(opacity=40);
}

.wel3-list img {
  max-width: 100%;
  margin-top: 30px;
}

.wel-list3 {
  cursor: pointer;
}

.wel41-list {
  width: 25%;
  *width: 24%;
  overflow: hidden;
  float: left;
}

.wel41-list .wel4-img1 {
  width: 100%;
  transition: all .4s ease;
}

.wel-list4 {
  box-sizing: border-box;
  /* padding: 10*40px 0 2.5*40px 0; */
}

.wel4-list1 {
  top: -105px;
  overflow: hidden;
}

.wel41-title {
  font-size: 30px;
  line-height: 32px;
  /*color: rgba(255, 255, 255, 0.8);*/
  color:#ffffff;

  margin: 40px 0 20px 0;
}

.wel41-txt {
  font-size: 16px;
  color:#ffffff;
  line-height: 22px;
  color:#ffffff;
  /*color: rgba(255, 255, 255, 0.7);*/
}

.wel41-content {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  /*top: 50%;*/
  top: 25%;
  /*transform: translateY(-50%);*/
}

.wel41-title, .wel41-txt {
  transition: all .4s ease;
}

.wel41-list:hover .wel4-img1 {
  transform: scale(1.05);
}

/* .wel41-list:hover .wel41-title{
    font-size: .8*40px;
}
.wel41-list:hover .wel41-txt {
    font-size: .43*40px;
} */
.wel42-title {
  font-size: 38px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
.wel-list4 .wel42-title{
  width: 100%;
}

.wel42-s1 {
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 34px;
}

.wel-list6 {
  background: #fff;
  height: 320px;
}

.wel4-img-all {
  width: 100%;
}

.wel4-all {
  top: 0;
  padding-top: 80px;
  box-sizing: border-box;
  left: 0%;
  /*transform: translateX(-50%);*/
}

.wel4-list2, .wel4-all {
  width: 100%;
  height: 100%;
}

.wel5-list {
  cursor: pointer;
}

.wel5-list1 {
  left: 21%;
  bottom: 61%;
}

.wel5-list2 {
  left: 25.78%;
  bottom: 45.13%;
}

.wel5-list3 {
  left: 34.37%;
  bottom: 49.34%;
}

.wel5-list4 {
  left: 42.7%;
  bottom: 53.289%;
}

.wel5-list5 {
  right: 42.97%;
  bottom: 47.36%;
}

.wel5-list6 {
  right: 50.03%;
  bottom: 49.68%;
}

.wel5-list7 {
  right: 22.2%;
  bottom: 44.737%;
}

.wel5-list8 {
  left: 22.39%;
  bottom: 46.17%;
}

.wel5-list9 {
  right: 34%;
  bottom: 57.5%;
}

.wel5-list .wel5-img1 {
  animation: wel4 2s infinite;
}

.wel5-list2 .wel5-img1, .wel5-list5 .wel5-img1, .wel5-list7 .wel5-img1 {
  animation-delay: .5s;
}

@keyframes wel4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.wel7-time span {
  font-size: 48px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 7px;
}

.wel7-time {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.wel7-all-time {
  width: 100%;
  bottom: 24.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wel7-txt {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 10px 0 0 0;
}

.wel7-list {
  margin-right: 70px;
}

.wel7-list:last-child {
  margin-right: 0;
}

.wel7-btn {
  width: 233px;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  bottom: 14%;
  left: 50%;
  margin-left: -116px;
  /*transform: translateX(-50%);*/
  color: #fff;
  background-image: url(/bocweb/web_ie7/css/../img/jt10.png);
  background-position: 85% center;
  background-repeat: no-repeat;
  padding-right: 20px;
  text-align: center;
  transition: all .4s ease;
}

.wel7-btn:hover {
  background-color: #005bab;
  border: 1px solid #005bab;
  color: #fff;
}

.cha-list1 {
  background: #ffffff;
  padding: 100px 0 61px 0;
}

.cha1-all {
  /*display: flex;*/
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.cha1-left {
  width: 57.14%;
  position: relative;
  z-index: 99;
}

.cha1-left-title {
  font-size: 36px;
  line-height: 36.8px;
  color: #1a1a1a;
}

.cha1-left-txt {
  height: 432px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  margin: 30px 0 0 0;
}

.cha1-left-txt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cha1-left-txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1573e1;
  opacity: 0 !important;
}

.cha1-left-txt::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.cha1-right {
  width: 36.78%;
  margin-top: 100px;
  position: relative;
  z-index: 99;
}

.cha1-img1 {
  width: 100%;
}

.cha1-img2 {
  width: 100%;
  position: absolute;
  left: -35px;
  top: -70px;
}

.cha1-rt-txt {
  font-size: 16px;
  line-height: 18px;
  margin-top: 30px;
  text-align: center;
}

.cha1-img3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.cha-list2 {
  height: 668px;
}

.cha2-right {
  width: 60.2%;
  /*background: rgba(255, 255, 255, 0.4);*/
  background:#fcfcfc;
 
  box-sizing: border-box;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
}
.cha2-right .ijbox{
   padding: 55px 65px 45px 65px;
}

.cha-list2 .w1400 {
  /* overflow: hidden; */
  height: 100%;
}

.cha2-rt-title {
  font-size: 36px;
  line-height: 36.8px;
  color: #1a1a1a;
}

.cha2-rt-txt {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e2e4e6;
  margin: 25px 0 40px 0;
}

.cha2-rt-txt p {
  font-size: 14px;
  line-height: 28px;
  color: #1a1a1a;
}

.cha2-list-title {
  font-size: 24px;
  line-height: 26px;
  color: #0668be;
}
.cha2-content .cha2-list{
  float:left;
}

.cha2-list-txt {
  font-size: 14px;
  line-height: 16px;
  color: #4c4c4c;
  margin-top: 5px;
}

.cha2-content {
  /*display: flex;*/
}

.cha2-list {
  margin-right: 70px;
}

.cha2-list:last-child {
  margin-right: 0;
}

.cha-list3 {
  padding: 100px 0;
}

.cha3-title {
  font-size: 36px;
  line-height: 36.8px;
  color: #1a1a1a;
}


.cha32-lb {
  /*overflow: hidden;*/
  /*padding: 8px 6px;*/
  position: relative;
  z-index: 1;
}

.cha32-all {
  margin-top: 60px;
}

.cha32-lb .swiper-slide ,.cha32-lb .swiper-slide0{
  background: #fff;
  height: 200px;
  /* padding: .25*40px; */
  box-sizing: border-box;
  border-radius: 8px;
  transition: background .4s ease;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}
body.active_80 .cha32-lb .swiper-slide0{
	height: 150px;
}
body.active_80 .cha32-content{
	height: 100px;
	margin-top: -50px;

}

.cha32-content {
  position: absolute;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -23%;
  font-size: 15px;
  line-height: 1.5;
  transition: all .4s ease;
  color: #0668be;
}
.cha32-lb .swiper-slide0:hover {
  background: #023894;
}

.cha32-lb .swiper-slide0:hover .cha32-content {
  color: #fff;
}
.cha32-lb .swiper-slide:hover {
  background: #023894;
}

.cha32-lb .swiper-slide:hover .cha32-content {
  color: #fff;
}

.cha32-all span {
  width: 98%;
  height: 2px;
  background: #d5d5d5;
  display: block;
  position: absolute;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -1px;
  *width: 1210px;
  *top: 100px;
  *margin:0;
}
.cha-list3 .owl-buttons{
  position: absolute;
  right: 0;
  top: -145px;
}

.cha32-lb .swiper-slide0{
	 width: 90%;
}
.cha-list3 .owl-prev,.cha-list3 .owl-next,
.swiper-button-prevcha3, .swiper-button-nextcha3 {
  width: 38px !important;
  height: 38px !important;
  background: unset !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  border: 1px solid #d3d3d3 !important;
  transition: opacity .4s ease;
  outline: none;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cha-list3  .owl-item{
}
.cha-list3 .owl-prev{
  background:url(/bocweb/web_ie7/css/../img/jt11_110.jpg) no-repeat center!important;
  background-size: 5px 9px;
}
.cha-list3 .owl-next{
  background:url(/bocweb/web_ie7/css/../img/images/jt11_11.jpg) no-repeat center!important;
  background-size: 5px 9px;
}

.swiper-button-prevcha3 {
  left: unset !important;
  right: 50px !important;
}

.cha3-an img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4.5px -2.5px 0 0;
}

.swiper-button-prevcha3 img {
  transform: rotate(180deg);
}

.cha3-an {
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-button-prevcha3:hover, .swiper-button-nextcha3:hover {
  opacity: .7 !important;
}

.cha4-all1 {
  width: 100%;
  background-attachment: fixed;
  height: 450px;
}
.cha-list3{
}

.cha4-all2 {
  width: 100%;
  height: 900px;
  margin-top: -100px;
}

.cha-list5 {
	overflow: hidden;
  padding: 8% 0 10% 0;
}
.cha-list5.bac{
  background-position: left top;
  background-color: #f8fcfd;
}

.cha5-title {
  font-size: 36px;
  line-height: 36.8px;
  text-align: center;
}

.cha5-txt {
  margin-top: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
}

.cha5-list2 {
  margin-top: 100px;
}

.cha52-lb {
  padding: 16px 0 0 0;
  position: relative;
  z-index: 8;
}
body.active_80 .cha52-lb .swiper-slide{
	height: 270px;
}

body.active_80 .cha52-title{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}
body.active_80 .cul1-txt{
	font-size: 50px;
}
body.active_80  .cul2-content .cul2-title{
	font-size: 22px;
}
body.active_80  .cul2-all-txt,
body.active_80 .cul2-txt{
	font-size: 16px;
	line-height: 1.5;
}
body.active_80 .pro2-right-title{
  font-size: 40px;
}
body.active_80 .pro1-title,
body.active_80 .pro-title,
body.active_80 .ft36,
body.active_80  .dev2-img-logo,
body.active_80 .cul3-title{
  font-size: 30px;
}
body.active_80 .inter2-title,
body.active_80 .dom4-title,
body.active_80 .dom3-nav{
  font-size: 25px;
}


.cha52-lb .swiper-slide {
  height: 335px;
  background: #005bab;
  border-radius: 10px;
  top: 0;
  transition: top .4s ease;
  display: block;
  width: 90%;
  margin:0 auto;
}

.cha52-lb .swiper-slide:hover {
  top: -16px;
}

.cha52-content {
  width: 100%;
  text-align: center;
  height: 150px;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -75px;
}

.cha52-title {
  font-size: 25px;
  line-height: 35px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.cha52-btn {
  /*color: rgba(255, 255, 255, 0.5);*/
  color:#ffffff;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
  *width: 60px;
  margin: 24px 0 0 0;
}

.cha52-lb {
  overflow: hidden;
}

.cha5-list2 img {
  position: absolute;
  top: 50%;
  /*transform: translateY(-50%);*/
  height: 80px;
  margin-top: -40px;
  width: 100%;
}
.cha-list5 .owl-pagination{
  margin-top: 50px;
}
.cha-list5 .owl-pagination,
.swiper-paginationcha5 {
  width: 100%;
  text-align: center;
  bottom: -50px;
}
.cha-list5 .owl-pagination .owl-page,
.swiper-paginationcha5 span {
  width: 9px !important;
  height: 9px !important;
  border: 1px solid #023894 !important;
  background: transparent !important;
  opacity: 1 !important;
  margin-right: 14px !important;
  outline: none;
  border-radius: 50%;
}
.cha-list5 .owl-pagination .owl-page:last-child,
.swiper-paginationcha5 span:last-child {
  margin-right: 0 !important;
}
.cha-list5 .owl-pagination .owl-page.active,
.swiper-paginationcha5 .swiper-pagination-bullet-active {
  background: #023894 !important;
}

/* pinpai */
.cul-list1 {
  height: 824px;
  box-sizing: border-box;
}
.cul-list1.active_80{
  height: 700px;
}

.cul1-all {
  /*display: flex;*/
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 0;
  z-index: 11;
}

.cul1-img1 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.cul1-left {
  width: 36%;
  display: inline-block;
  vertical-align: bottom;
  *float: left;
}
.animate-right50{

}
.cul1-mid {
  width: 25.54%;
  position: relative;
  z-index: 150;
  display: inline-block;
  vertical-align: bottom;
  *float: left;
  position: relative;

}

.cul1-mid img {
  width: 100%;
}

.cul1-content {
  width: 100%;
  text-align: center;
  top: -180px;
  position: relative;
  *top:0;
}

.cul1-title {
  font-size: 30px;
  line-height: 32px;
  color: #000;
}

.cul1-txt {
  font-size: 60px;
  line-height: 64px;
  *line-height: 1.5;
  color: #005bab;
  margin: 30px 0 0 0;
}

.cul1-s1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #005bab;
  opacity: .7;
  display: block;
  z-index: 99;
}

.cul1-s2 {
  background: #eeeeee;
  opacity: 1 !important;
}

.cul-list2 .swiper-slide {
  border-radius: unset;
  height: 400px;
}

.cul2-content .cul2-title {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}

.cul2-content span {
  width: 35px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 25px;
}

.cul2-txt {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.cul2-all-txt {
  font-size: 20px;
  line-height: 34px;
  color: #005bab;
  text-align: center;
  margin-top: 100px;
}

.cul-list3 {
  width: 100%;
  height: 750px;
  cursor: pointer;
}

.cul3-content {
  width: 1000px;
  left: 50%;
  /*transform: translateX(-50%);*/
  margin-left: -500px;
  top: 110px;
  text-align: center;
}

.cul3-title {
  font-size: 36px;
  line-height: 36.8px;
  color: #fff;
}

.cul3-content span {
  width: 30px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  margin-top: 38px;
  margin-bottom: 40px;
}

.cul3-txt {
  font-size: 17px;
  line-height: 32.8px;
  color: #fff;
  margin-bottom: 80px;
}

.cha42-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 45px;
  overflow: hidden;
}

.cha42-title {
  font-size: 36px;
  line-height: 37.2px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
}

.cha42-left, .cha42-right, .cha43-item {
  width: 49.167%;
}

.cha42-lfet-list1, .cha42-lfet-list2 {
  width: 48.3%;
}

.cha42-items img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}

.cha42-items {
  /*display: flex;*/
}

.cha42-left, .cha42-lflist2-bot, .cha42-tr-top, .cha42-tr-bot {
  /*display: flex;*/
}

.cha42-lflist2-top, .cha42-lflist2-bot {
  width: 100%;
  height: 48.72%;
}

.cha42-lfet-list1, .cha42-trtp-left {
  margin-right: 3.4%;
}

.cha42-lfbt2-left, .cha42-lfbt2-right {
  width: 47.368%;
}

.cha42-lflist2-top {
  margin-bottom: 2.56%;
}

.cha42-tr-top {
  margin-bottom: 1.28%;
}

.cha42-lfbt2-left {
  margin-right: 5.264%;
}

.cha42-tr-top, .cha42-tr-bot {
  width: 100%;
  height: 48.72%;
}

.cha42-trtp-left, .cha42-trtp-right {
  width: 48.3%;
}

.cha42-left, .cha43-item:first-child {
  margin-right: 1.666%;
}

.cha42-items div {
  overflow: hidden;
}

.cha42-items img:hover {
  transform: scale(1.05);
}

.cha-tc-all {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  background:url(/bocweb/web_ie7/css/../img/bghj.png) repeat left top;
  z-index: 999;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.on-all-tc {
  opacity: 1;
  visibility: visible;
}

.cha-tc-list {
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
  height: 420px;
  margin-top: -210px;
  text-align: center;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.cha-tc-lb2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 64px;
  background: #000;
  display: flex;
  align-items: center;
}

.cha-tc-page {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.cha-tc-num1 {
  margin-right: 8px;
}

.cha-tc-num2 {
  margin-left: 8px;
}

.cha-tc-zs ul {
  overflow: hidden;
}

.cha-tc-zs ul li {
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 50px;
  float: left;
  cursor: pointer;
  margin-right: 6px;
}

.cha-tc-zs ul li img {
  height: 100%;
}

.cha-tc-zs {
  margin-left: 30px;
}

.cha-tc-zs ul li.on-cha-zs {
  border: 2px solid #005bab;
}

.cha42-all img {
  cursor: pointer;
}

.cha43-item img {
  width: 100%;
  transition: all .4s ease;
}

.cha43-item {
  overflow: hidden;
}

.cha43-items {
  display: flex;
  margin-top: 14px;
}

.cha43-content {
  width: 100%;
  height: 100%;
  text-align: center;
  /*padding: 20px;*/
  box-sizing: border-box;
  background:url(/bocweb/web_ie7/css/../img/lbg.png) repeat left top;
  background-color: rgba(20, 82, 154, 0.9);
  left: -160px;
  top: 0;
  opacity: 0;
   filter: alpha(opacity=0);
  transition: all .6s ease;
}

.cha43-item:nth-child(2) .cha43-content, .cha42-trtp-left .cha43-content,
.cha42-trtp-right .cha43-content {
  left: 160px;
}

.cha42-lfet-list1 .cha43-content, .cha42-lflist2-top .cha43-content,
.cha42-lfbt2-left .cha43-content, .cha42-lfbt2-right .cha43-content {
  left: -160px;
}

.cha43-content div {
  font-size: 30px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  /*position: relative;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  overflow: hidden;
  margin-top: -16px;
}

.cha43-item:hover .cha43-content, .cha42-lfet-list1:hover .cha43-content,
.cha42-lflist2-top:hover .cha43-content, .cha42-lfbt2-left:hover .cha43-content,
.cha42-lfbt2-right:hover .cha43-content, .cha42-trtp-left:hover .cha43-content,
.cha42-trtp-right:hover .cha43-content {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cha43-item:hover img {
  transform: scale(1.05);
}

.cha-click {
  cursor: pointer;
}

/* xiaoshou pingtaicss */
.plat-list1 {
  width: 100%;
  padding: 100px 0 216px 0;
}

.plat1-all {
  height: 880px;
  margin: 0 auto;
}

.plat1-left, .plat1-right {
  height: 680px;
  position: relative;
  top: 100px;
}

.plat1-left {
  width: 51.78%;

}
.plat1-left .box{
  padding: 0 60px;
  box-sizing: border-box;
}

.plat1-right {
  width: 48.22%;

}
.plat1-right .box{
  padding: 0 126px;
  box-sizing: border-box;
}

.plat1-all {
  /*display: flex;*/
}

.plat1-lf-item {
  width: 100%;
  height: 200px;
  /*background: rgba(153, 153, 153, 0.4);*/
  background:#5a6977;

}

.plat1-lf-item.on-plat1 {
  background: #0072d7;
}

.plat1-lf-content div {
  width: 340px;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-left: 16px;
  background: url(/bocweb/web_ie7/css/../img/jt12.png) right center no-repeat;
}

.plat1-lf-content {
  /*display: flex;*/
  align-items: center;
  position: relative;
  top: 38%;
  padding: 0 40px 0 40px;
  /*transform: translateY(-50%);*/
  overflow: hidden;
}
.plat1-lf-content img{
  width: 20%;
  float: left;
}
.plat1-lf-content div{
  width: 75%;
  line-height: 70px;
  height: 70px;
  float: right;
}

.plat1-lf-item {
  cursor: pointer;
}

.plat1-left span {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.4);
  display: block;
  margin: 20px 0;
}

.plat1-img1 {
  width: 168px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.plat1-rt-item {
  width: 100%;
  height: 450px;
  /*background: rgba(153, 153, 153, 0.4);*/
  background:#5a6977;
  box-sizing: border-box;
  position: relative;
  /*top: 50%;*/
  /*top: 230px;*/
  top: 100px;
  /*transform: translateY(-50%);*/
}
.plat1-rt-content{
  padding: 0 60px;

}

.plat1-rt-title {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}

.plat1-rt-content {
  position: relative;
  top: 20%;
}

.plat1-rt-content span {
  width: 46px;
  height: 2px;
  background: #8f9daa;
  display: block;
  margin: 25px 0 48px 0;
}

.plat1-rt-name {
  font-size: 22px;
  line-height: 23.2px;
  color: #fff;
  margin-bottom: 24px;
}

.plat1-rt-txt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.plat1-rt-hy {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin: 28px 0 0 0;
}

.scroll_cont {
  height: 100%;
  overflow: hidden;
}

.scroll_bar {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #5a7082;
}

.scroll_slider {
  position: absolute;
  left: -4.5px;
  top: 0;
}

.scroll_slider img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* guojimaoyi */
.inter-list1 {
  padding: 120px 0 140px 0;
}

.inter1-left {
  /*width: 1040px;*/
  width: 65%;
}

.inter1-left img {
  width: 100%;
}

.inter1-right {
  /*width: 350px;*/
  max-width: 30%;
  height: 380px;
  background: #005bab;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 40px; padding: 0 45px;
  box-sizing: border-box;
}
.inter1-right .ijbox{
 
}
.inter1-right:before {
  content: "";
  width: 18px;
  height: 28px;
  background: url(/bocweb/web_ie7/css/../img/images/jt13_28.png) center center no-repeat;
  background-size: 18px 28px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.inter1-title {
  font-size: 30px;
  line-height: 28px;
  color: #fff;
}

.inter1-content {
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -40%;
}

.inter1-content span {
  width: 46px;
  height: 2px;
  background: #8f9daa;
  display: block;
  margin: 25px 0 40px 0;
}

.inter1-name {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 18px;
}

.inter1-txt {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.inter-list2 {
  padding: 100px 0 160px 0;
}

.inter2-title {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.inter2-txt {
  font-size: 16px;
  line-height: 26px;
  /*color: rgba(255, 255, 255, 0.5);*/
  color:#f3f3f3;
  text-align: center;
  margin: 30px 0 68px 0;
}

.inter2-lb img {
  width: 100%;
}

.inter2-lb {
  overflow: hidden;
  padding: 10px 0;
}

.inter2-lb .swiper-slide {
  padding: 10px;
  position: relative;
  top: 0;
  transition: top .4s ease;
}

.inter2-lb .swiper-slide:hover {
  top: -8px;
}

.swiper-paginationinter1 {
  width: 100%;
  bottom: -68px;
}
.slick-slide img{
  width: 95%;
  display: block;
  margin:0 auto;
}
.slick-dots li button:before{
  display: none;
}

.slick-dots li.slick-active button{
  border: 1px solid #0068b7 !important;
  background: #0068b7 !important;
}
.slick-dots li button,
.swiper-paginationinter1 span {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  opacity: 1 !important;
  outline: none;
  margin-right: 8px;
}

.swiper-paginationinter1 span:last-child {
  margin-right: 0;
}

.swiper-paginationinter1 .swiper-pagination-bullet-active {
  border: 1px solid #0068b7 !important;
  background: #0068b7 !important;
}

.inter-list3 {
  background: #fff;
  padding: 100px 0 220px 0;
  position: relative;
}
.inter-list3 .owl-wrapper-outer{
  margin-bottom: 50px;
}
.inter-list3 .owl-pagination{
  position: absolute;
  width: 100%;
  bottom: -40px;
}


.inter3-title {
  color: #000;
}


.inter3-lb {
  padding: 8px;
}

.inter3-lb-all {
  margin-top: 48px;
}

.inter3-lb .swiper-slide {
  padding: 40px;
  box-sizing: border-box;
  background: #f5f5f5;
  /*display: flex;*/
  width: 90%;
  display: block;
  margin:0 auto;
  overflow: hidden;
}

.inter3-lb .swiper-slide:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.swiper-img {
  width: 340px;
  height: 200px;
}

.swiper-img img {
  width: 100%;
  height: 100%;
}

.inter3-lb .swiper-content {
  /*flex: 1;*/
  width: 45%;
  float: right;
  padding-bottom: 20px;
  position: relative;

}
.swiper-content .box{
  padding: 25px 0 14px 40px;
  box-sizing: border-box;
}

.swiper-num {
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

.swiper-num span {
  width: 30px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: super;
  margin-right: 14px;
}

.swiper-txt {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 24px 0 0 0;
}
body.active_80 .swiper-txt{
  font-size: 17px;
  line-height: 25px;
}

.swiper-rq {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  position: absolute;
  left: 40px;
  bottom: 5px;
}

.inter3-lb {
  overflow: hidden;
}

.swiper-button-previnter3, .swiper-button-nextinter3 {
  width: 20px !important;
  height: 34px !important;
  background-size: 20px 34px !important;
  opacity: 1 !important;
  outline: none;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

.swiper-button-previnter3 {
  left: -40px !important;
  background-image: url(/bocweb/web_ie7/css/../img/jt13.png) !important;
}

.swiper-button-previnter3:hover {
  background-image: url(/bocweb/web_ie7/css/../img/jt131.png) !important;
}

.swiper-button-nextinter3 {
  right: -40px !important;
  background-image: url(/bocweb/web_ie7/css/../img/jt141.png) !important;
}

.swiper-button-nextinter3:hover {
  background-image: url(/bocweb/web_ie7/css/../img/jt142.png) !important;
}

#map {
  width: 960px;
  height: 700px;
}

.dom-list1 {
  width: 100%;
  background: url(/bocweb/web_ie7/css/../img/images/dom1_02.jpg) center center repeat-y;
  padding-bottom: 100px;
}

.dom-all-dw {
  position: absolute;
  left: 46.5%;
  top: 51%;
}

.dom1-right {
  width: 374px;
  height: 370px;
  top: 50%;
  right: 0;
  max-width: 39%;
  padding: 0 8px 0 40px;
}
.dom1-rightbox.dom1-right{
  top: 20%;
}

.dom-list2 {
  margin-bottom: 48px;
  padding-top: 48px;
}

.dom3-nav {
  display: inline-block;
  font-size: 30px;
  line-height: 32px;
  background: #023894;
  color: #fff;
  padding: 25px 46px;
}

.dom3-items {
  padding: 100px 16px 100px 45px;
  background: #fff;

}

.dom3-items-all {
  padding: 0 29px 0 0;
}
.dom4-items{
  *padding:0 8%;
}
.dom4-items .dom4-input, .dom4-items .dom4-title,.pro1-ss2{
 *max-width:30%;
 *float:left;
}
.dom-list3 {
  position: relative;
  z-index: 99;
}
.dom3-item .njbox{
  padding: 10% 8%;
}
.dom3-item {
  width: 23%;
  background: #eaeef6;  overflow-y:auto;
  cursor: pointer;
  float: left;
  margin-bottom: 40px;
  /*margin-right: 2.9%;*/
  box-sizing: border-box;
  margin-left: 1%;
  margin-right: 1%;
  height:256px;
}

.dom3-item:nth-child(4n) {
  /*margin-right: 0;*/
}

.dom3-items-all {
  height: 600px;
  /*overflow-y: scroll;*/
}

.dom3-name {
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #bdcbdd;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.dom3-name span {
  font-size: 12px;
  color: #e50007;
  background: url(/bocweb/web_ie7/css/../img/dom3.png) left center no-repeat;
  display: inline-block;
  padding-left: 20px;
}

.dom3-txt {
  line-height: 1.8;
  font-size: 14px;
  color: #29588a;
}

.dom3-txt span {
  font-weight: bold;
}

.dom3-txt2 {
  /*height: 54px;*/
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dom-list4 {
  padding: 65px 0;
  margin-top: 45px;
}

.dom4-title {
  font-size: 30px;
  line-height: 58px;
  color: #333333;
  margin-right: 3%;
}

.dom4-input {
  width: 400px;
  box-sizing: border-box;
  padding: 18px 30px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
}

.dom4-input span {
  width: 1px;
  height: 14px;
  background: #b9b9b9;
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

.dom4-input input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}

.dom4-input input::placeholder {
  font-size: 14px;
  color: #999;
}

.dom4-items {
  /*display: flex;*/
  text-align: center;
  font-size: 0;
  align-items: center;
  justify-content: center;
}
.dom4-items .dom4-input,
.dom4-items .dom4-title{
  display: inline-block;
  vertical-align: middle;
}
.dom4-items .dom4-input{
  position: relative;
  text-align: left;
}
.pro1-ss2,
.dom4-input input{
  display: inline-block;
  vertical-align: middle;
}
.dom4-items .dom4-input img{
  display: inline-block;
  vertical-align: middle;
}
.dom-tc {
  position: fixed;
  width: 100%;
  height: 100%;
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left  top;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.dom-tc-list {
  width: 1400px;
  max-width: 90%;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
  height: 600px;
  margin-top: -300px;
}
 .dom-tc-list .ijbox{
  padding: 5% 8% 4%  8%;
  overflow-y:auto;

}
.dom-tc-close img{
  *display: block;
  *width: 80%;
  *margin-left: 10%;
  *margin-top: 10%;
}
.dom-tc-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #023793;
  width: 28px;
  height: 28px;
  text-align: center;
}

.dom-tc-title {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #333;
}

.dom-tc-content {
  padding: 40px 80px 70px 80px;
  background: #e9edf5;
  margin: 60px 0;
}

.dom-tc-name {
  font-size: 28px;
  line-height: 30px;
  color: #08417e;
}

.dom-tc-wz {
  font-size: 14px;
  background: url(/bocweb/web_ie7/css/../img/dom3.png) left center no-repeat;
  padding-left: 30px;
  display: inline-block;
  color: #e50007;
}

.dom-tc-list1 {
  display: flex;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d7d9df;
  justify-content: space-between;
  align-items: center;
}

.dom-tc-lbs {
  overflow: hidden;
}

.dom-tc-lb {
  width: 33.3%;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #29588a;
  float: left;
}

.dom-tc-lb span {
  font-weight: bold;
}

.dom-tc-list a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  /* text-align: center; */
  background: #023793;
  display: block;
  margin: 0 auto;
}

.dom-tc-list a div {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding-right: 40px;
  background: url(/bocweb/web_ie7/css/../img/dom-fh.png) right center no-repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* zhaobiaoxinxi.css */
.mes-list1 {
  padding: 100px 0 200px 0;
  background: #f5f5f5;
}

.mes1-all {
  background: #fff;
  padding: 70px 60px 100px 60px;
  box-sizing: border-box;
}

.mes1-top-title {
  font-size: 24px;
  color: #005bab;
  line-height: 26px;
}


body.active_80 .foot-top {
    padding: 15px 0;
    background: #005bab;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: -60px;
}
body.active_80  .footTop-list img{
	width: 50px;
}
.mes1-fxfd {
  right: unset;
  left: 0;
}

.mes-top-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mes1-btn {
  width: 150px;
  height: 45px;
  text-align: center;
  background: #005bab;
  line-height: 45px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 18px;
}

.mes1-btn:hover {
  color: #fff;
}

.mes1-top {
  padding-bottom: 54px;
}

.mes1-content {
  padding: 30px 0 0 0;
}

.mes1-content p {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
}

.mes2-list {
  /*display: flex;*/
  position: relative;
  margin: 70px 0 60px 0;
}

.mes2-left {
  width: 50%;
  background: #f5f5f5;

  overflow-y:auto;
}
.mes2-left .ijbox{
  padding: 12% 15%;
  box-sizing: border-box;
  height: 100%;
}

.mes2-right {
  width: 50%;
}

.mes2-right img {
  width: 100%;
}

.mes2-title {
  font-size: 20px;
  line-height: 22px;
  color: #005bab;
}

.mes2-content {
  position: relative;
}
.mes2-left{
  position: absolute;
  left: 0;
  height: 100%;
}

.mes2-content span {
  width: 35px;
  background: #9d9d9d;
  height: 1px;
  display: block;
  margin: 30px 0 40px 0;
}

.mes2-txt {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  display: inline-block;
}

.mes2-content {
  font-size: 0;
}

.wel4-all-lb {
  width: 417px;
  position: absolute;
  left: 50%;
  /*transform: translateX(-50%);*/
  margin-left: -208px;
  overflow: hidden;
  padding-bottom: 14px !important;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  z-index: 99;
  height: 280px;
}
.wel4-all .owl-pagination{
  position: absolute;
  width: 100%;
  left:0;
  bottom: 0;
  *bottom: 10px;
}
.owl-pagination{
  margin-top: 25px;
}

.wel4-all-lb.on-wel4lb {
  opacity: 1;
  visibility: visible;
}

.wel4-all-lb .swiper-slide img {
  width: 100%;
}
.wel4-all .owl-page.active{
  background: #e50007!important;
}

.wel4-all-lb:after {
  content: "";
  width: 25px;
  height: 14px;
  background: url(/bocweb/web_ie7/css/../img/images/index-jt_13.png) center center no-repeat;
  background-size: 25px 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wel4-all-lb {
  bottom: 28px;
  *bottom: 0;
  *padding-bottom: 28px !important;
}

.wel42-all-title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  /*left: 50%;*/
  left: 0;
  text-align: center;
  width: 100%;
  /*transform: translateX(-50%);*/
  /*bottom: 50px;*/
  background:#888;
    background:rgba(0,0,0,.2);
  z-index: 100;
    padding: 30px 5px;
    bottom: 0;

}

.wel2-all-num {
  width: 40%;
  padding: 32px 0;
  padding-left: 10px;
  *padding-left: 3%;
  background: #055eab;
  position: absolute;
  right: 0;
  top: -115px;
  z-index: 100;
}

.wel2-nlist-time {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.wel2-nlist-time span {
  font-size: 60px;
  line-height: 64px;
  font-family: "BEBAS__";
  margin-right: 14px;
}

.wel2-num-list {
  width: 33.3%;
  text-align: center;
  position: relative;
}
.prolb1-all,
.rec2-item,
.rec-list1,
.wel2-all-num {
  /*display: flex;*/
  zoom:1;
}

.wel2-nlist-txt {
  font-size: 16px;
  line-height: 18px;
  color: #84baea;
  margin-left: 6px;
  margin-top: 16px;
}

.wel2-nlist-time {
  display: inline-block;
  text-align: left;
}
.wel1-lb .swiper-slide, .wel1-lb .jnj{
	vertical-align: top;
}
body.active_80 .wel2-nlist-time span{
		font-size: 54px;
}

.wel2-num-list .after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /*background: rgba(255, 255, 255, 0.2);*/
  background:#fff;
  opacity: 0.2;
  filter:alpha(opacity = 20);
  display: block;
}

.wel2-num-list:last-child:after {
  display: none;
}

.grow-all-e .swiper-slide {
  overflow: hidden;
}

.grow-all-e {
  overflow: hidden;
}

.cas-all-img {
  width: 100%;
}

.cas-all {
  margin-top: 84px;
}

.cas-item {
  font-size: 16px;
  width: 120px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  background: #005bac;
  text-align: center;
  transform: translateY(0);
}

.cas-item img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.cas-items {
  cursor: pointer;
}

.cas-item {
  letter-spacing: 2px;
}

.cas-list1 {
  left: 7.55%;
  bottom: 40%;
}

.cas-list1 .cas-item {
  /* animation: casdh 2s infinite linear; */
}

.cas-list2 {
  left: 12.5%;
  bottom: 58.3%;
}

/* .cas-list2 .cas-item{
    animation: casdh 2s infinite linear;
    animation-delay: .5s;
} */
.cas-list3 {
  left: 30.46%;
  bottom: 64.9%;
}

.cas-list3 .cas-item {
  /* animation: casdh 2s infinite linear; */
}

.cas-list2 .cas-item-ml {
  top: -208px !important;
}

.cas-list4 {
  bottom: 74.8%;
  left: 47.9%;
}

.cas-list4 .cas-item {
  /* animation: casdh 2s infinite linear;
  animation-delay: .2s; */
}

.cas-list5 {
  bottom: 42.38%;
  left: 53.7%;
}

.cas-list5 .cas-item {
  /* animation: casdh 2s infinite linear; */
}

.cas-list6 {
  bottom: 77.14%;
  right: 27.34%;
}

.cas-list6 .cas-item {
  /* animation: casdh 2s infinite linear; */
}

.cas-list7 {
  bottom: 61.2%;
  right: 23.18%;
}

.cas-list7 .cas-item {
  /* animation: casdh 2s infinite linear; */
  /* animation-delay: .3s; */
}

.cas-list8 {
  bottom: 46%;
  right: 26.56%;
}

.cas-list8 .cas-item {
  /* animation: casdh 2s infinite linear; */
}

.cas-list9 {
  bottom: 70.48%;
  right: 8.59%;
}

.cas-list9 .cas-item {
  /* animation: casdh 2s infinite linear; */
  /* animation-delay: .7s; */
}

@keyframes casdh {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.cas-item-ml {
  position: absolute;
  left: 50%;
  /*transform: translateX(-50%);*/
  margin-left: -128px;
  top: -48px;
  display: none;
  z-index: 99;
  /*max-height: 400px;*/
  /*overflow-y:auto;*/
}

.cas-ml-list {
  width: 255px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.6);*/
  border-bottom: 1px solid #f1f1f1;
}

.cas-ml-list:last-child {
  border-bottom: none;
}

.cas-ml-title {
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  line-height: 40px;
  /*background: rgba(0, 0, 0, 0.7);*/
  /*background:#555;*/
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg01.png) repeat left top;
  text-align: center;
}

.cas-ml-close {
  position: absolute;
  top: 0px;
  right: -40px;
}

.cas-ml-content {
  width: 100%;
  display: none;
  /* margin-top: -1.05*40px; */
}

.cas-ml-content .cas-ml-img2 {
  width: 100%;
}

.cas-ml-zz {
  width: 100%;
  height: 32px;
  line-height: 32px;
  /*background: rgba(0, 91, 172, 0.7);*/
  /*background:#005bac;*/
  background:url(/bocweb/web_ie7/css/../img/i172.png) repeat left top;
  text-align: center;
  left: 0;
  bottom: 0;
  /* padding: .25*40px 0; */
  box-sizing: border-box;
  transition: all .5s ease;
}

.cas-ml-txt {
  font-size: 14px;
  color: #fff;
  /* line-height: .4*40px; */
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 4px;
  left: 0;
  box-sizing: border-box;
  margin-top: 0;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/

}
.cas-ml-content:hover .cas-ml-zz .cas-ml-txt{
  height: 100%;
}
.cas-ml-content:hover .cas-ml-zz .ijb{
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
}

.cas-ml-content:hover .cas-ml-zz {
  height: 100%;
}

.cas-ml-content:hover
.on-animation1 {
  animation: unset;
}

.cas-item-ml .cas-ml-list:first-child .cas-ml-title {
  display: none;
}

.cas-item-ml .cas-ml-list:first-child .cas-ml-content {
  display: block;
}

.cas-list6 {
  z-index: 101;
}

.cas-list2, .cas-list4, .cas-list7 {
  z-index: 99;
}

.cas-all-tc {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
  background:url(/bocweb/web_ie7/css/../img/mj.png) repeat left top;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  zoom:1;
}

.cas-tc-items {
  width: 900px;
  margin: 0 auto;
/*  position: relative;
  top: 50%;
  transform: translateY(-50%);*/
  height: 610px;
  position: absolute;
/*  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;*/
  zoom: 1;
  top: 50%;
  left: 50%;
  margin-top: -305px;
  margin-left: -450px;
}

.cas-tc-left {
  width: 74.44%;
  float: left;
}

.cas-tc-right {
  width: 23.88%;
  overflow: hidden;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 45px 0;
  *padding:0;
  box-sizing: border-box;
  float: right;
}
.cas-tc-right .bd{
  *padding: 45px 0;
}

.cas-tc-left img {
  width: 100%;
}

.cas-tc-items {
  /*display: flex;*/
  /*justify-content: space-between;*/
}

.cas-tc-lb {
  overflow: hidden;
  height: 400px;
  position: relative;
}

.cas-tc-txt {
  padding: 30px 48px;
  background: #fff;
  box-sizing: border-box;
}

.cas-tc-title {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}

.cas-tc-txt2 {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 12px;
  height: 104px;
  overflow-y: scroll;
}

.cas-tc-txt2::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}

.cas-tc-txt2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px transparent !important;
  background: #005bac;
}

.cas-tc-txt2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent !important;
  border-radius: 0;
  background: transparent !important;
}

.cas-tc-txt2:hover::-webkit-scrollbar-thumb {
  background: #005bac;
}

.cas-tc-lb2 img {
  width: 100%;
  height: 100%;
  /* height: 100px; */
}

.cas-tc-lb2 {
  height: 100% !important;
  overflow: hidden;
}

.cas-tc-lb2 .swiper-slide {
  cursor: pointer;
  position: relative;
}

.cas-tc-lb2 .swiper-wrapper {
  height: 100% !important;
}
.picScroll-top .prev.swiper-button-prevcas21{
  left: 0 ;
  top: 0 ;
  width: 100%;
  *width: 100%;
  *height: 40px;

}
.picScroll-top .next.swiper-button-nextcas21{
  left: 0 ;
  width: 100%;
  bottom: 0 ;
  *bottom:0;
  *top: auto;
  *left: auto;
  *right: auto;
  *width:  100%;
  *height: 40px;

}
.swiper-button-prevcas2, .swiper-button-nextcas2 {
  width: 100% !important;
  height: 30px !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  outline: none;
  background-image: unset !important;
  background: #aaaaaa !important;
  text-align: center;
  transition: background .2s ease;
}

.swiper-button-prevcas2 {
  left: 0 !important;
  top: 0 !important;
}

.swiper-button-nextcas2 {
  left: 0 !important;
  right: unset !important;
  top: unset !important;
  bottom: 0 !important;
}

.swiper-button-nextcas2 img {
  transform: rotate(180deg);
}

.swiper-button-prevcas2:hover, .swiper-button-nextcas2:hover {
  background: #005bac !important;
}

.cas-lb2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 4px 4px 4px;
  /*background-image: linear-gradient(transparent, black);*/
  background:url(/bocweb/web_ie7/css/../img/mj.png) repeat left top;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
}

.on-cas2-lb {
  opacity: 1;
  visibility: visible;
}

.cas-tc-close {
  right: -58px;
  top: 0;
  cursor: pointer;
}

.video1-items a {
  background: #f5f5f5;
}

.video-all {
  background: #fff;
}

.video1-list1 div {
  background: url(/bocweb/web_ie7/css/../img/mt22.png) left center no-repeat;
}

.video1-list1:hover div {
  background: url(/bocweb/web_ie7/css/../img/mt2.png) left center no-repeat;
}

.video1-list1.on-grow1 div {
  background: url(/bocweb/web_ie7/css/../img/mt2.png) left center no-repeat;
}

.video1-list3 div {
  background: url(/bocweb/web_ie7/css/../img/mt12.png) left center no-repeat;
}

.video1-list3:hover div {
  background: url(/bocweb/web_ie7/css/../img/mt1.png) left center no-repeat;
}

.video1-list3.on-grow1 div {
  background: url(/bocweb/web_ie7/css/../img/mt1.png) left center no-repeat;
}

.video2-list img {
  width: 100%;
  transition: all .4s ease;
}

.video2-list {
  width: 32%;
  overflow: hidden;
  float: left;
  /*margin-right: 2.84%;*/
  margin:0 .66%;
  margin-bottom: 56px;
}

.video2-list:nth-child(3n) {
  margin-right: 0;
}

.video-list2 {
  margin-top: 84px;
  overflow: hidden;
}

.video2-txt {
  display: flex;
  padding: 24px 0;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  justify-content: space-between;
}

.video2-title {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  color: #333;
  width: 85.22%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.video2-time {
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.video2-list:hover img {
  transform: scale(1.05);
}

.video-all-tc {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left top;
  
  top: -50px;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
}

.video-tc-items {
  position: relative;
  top: 50%;
  /*transform: translateY(-50%);*/
  height: 636px;
  margin-top: -318px;
}

.video-tc-play {
  width: 900px;
  margin: 0 auto;
  font-size: 0;
}

.video-tc-play video {
  width: 100%;
}
.video-tc-play .videos{
  height: 500px;
}

.video-tc-txt {
  font-size: 16px;
  line-height: 22px;
  /* min-height: 1.8*40px; */
  color: #333;
  height: 108px;
  overflow-y: scroll;
}

.video-tc-close {
  cursor: pointer;
  position: absolute;
  right: -38px;
  top: 0;
  padding:5px;
      background-color: #1779ce;
}

.on-video {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.headerm-list2 {
  display: none;
}

.header-1024 {
  display: none;
}

.df-ldc {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 109;
  display: none;
}

.ny-banner img {
  max-width: 100%;
}

.footMid-top ul {
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.footMid-top ul li{
  width: 12.5%;
}

.pro1-ss2 {
  background-position: 63% center;
  padding-left: 4.5%;
}

.cha2-rw-img {
  display: none;
}

.casm-list1 {
  display: none;
}

.about1-lf1-top img {
  width: 400px;
}

.wel-list12 {
  display: none;
}

.foot-top2 {
  display: none;
}

.welm-list4 {
  display: none;
}

.hdPc-nav ul li {
  position: relative;
}

.headerPc-ml {
  position: absolute;
  width: 100%;
  top: 84px;
  left: 0;
  display: none;
}

.headerPc-ml a {
  width: 100%;
  font-size: 15.2px;
  color: #fff;
  line-height: 16.8px;
  padding: 7.2px 4px;
  box-sizing: border-box;
  text-align: center;
}

.headerPc-ml a:hover {
  color: #e50007;
}

.headerPc-ml .headerPc-div1 {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 28px;
  text-align: center;
}

.headerPc-ml span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  padding: 0 28px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  height: 1px;
}

.headerPc-div2 {
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.8);
}

.hdPc-xt {
  display: none;
}

.d1 {
  display: none;
}

.footMid-top .footMT-title:hover {
  color: #fff;
}

/*lianxiwomenmap */
.amap-info-content {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.amap-info-sharp {
  display: none;
}

.con5-list {
  width: 440px;
  /* left: 2*40px;
  top: 2*40px; */
  padding: 20px 16px 26px 16px;
  background: #fff;
}

.con5-title {
  font-size: 18px;
  line-height: 20px;
  color: #005bab;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 12px;
}

.con5-txt {
  font-size: 14px;
  color: #666;
  padding-left: 25px;
  margin-bottom: 12px;
}

.con5-txt:last-child {
  margin-bottom: 0;
}

.con5-txt1 {
  background: url(/bocweb/web_ie7/css/../img/dianhua.png) left top no-repeat;
}

.con5-txt2 {
  background: url(/bocweb/web_ie7/css/../img/chuanzhen.png) left top no-repeat;
}

.con5-txt3 {
  /*text-transform: uppercase;*/
  background: url(/bocweb/web_ie7/css/../img/email.png) left top no-repeat;
}

.con5-txt4 {
  background: url(/bocweb/web_ie7/css/../img/dizhi.png) left top no-repeat;
}

.hdPc-nav ul li:nth-child(n+2) {
  margin-left: 10px;
}

.wel-list3 img {
  transition: all .4s ease;
}

.wel-list3 img:hover {
  transform: scale(1.1);
}

.about1-right img {
  transition: all .4s ease;
}

.about1-right:hover img {
  transform: scale(1.02);
}

.cha2-img-2 {
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: 99;
  width: 728px;
  height: 565px;
}

.cha2-img-2 img {
  width: 100%;
}

.cul1-add-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 90px;
  background: #005bab;
  opacity: .5;
  filter:alpha(opacity = 50);
}

.cul3-content img {
  transition: all .4s ease;
}

.cul3-content img:hover {
  transform: scale(1.05);
}

.video2-img-add {
  overflow: hidden;
  position: relative;
}

.video2-play-img img {
  width: 48px !important;
}

.video2-play-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  z-index: 99;
}

.video2-img-add span {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*transform: scale(0);*/
  /*background: rgba(0, 0, 0, 0.4);*/
  background:url(/bocweb/web_ie7/css/../img/imgbox/lbg0.png) repeat left top;
  transition: transform .4s ease;
  opacity: 0;
   filter:alpha(opacity = 0);
}

.video2-list:hover span {
  /*transform: scale(1);*/
  opacity: 1;
  filter:alpha(opacity = 100);
}

.pro1-mulu-add {
  padding-left: 12px;
  box-sizing: border-box;
}

.pro1-mulu-add span {
  font-size: 12px;
  display: block;
}

.pro2-right-txt1 a {
  color: #fff;
  transition: all .4s ease;
}

.pro2-right-txt1 {
  font-size: 0;
}

.pro2-right-txt1 span {
  width: 2px;
  height: 24px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 28px;
}

.pro2-right-txt1 a:hover {
  color: #005bab;
}

.se-c {
  /* overflow: hidden; */
}

.se-c .select {
  float: right;
}

.cas1-img1 {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}

.cas1-img2 {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.cas-item {
  transition: all .4s ease;
  opacity: 1;
  visibility: visible;
}

.cas-item:hover {
  color: #005bac;
  background: #fff;
}

.cas-item:hover .cas1-img2 {
  opacity: 1;
  visibility: visible;
}

.cas-item:hover .cas1-img1 {
  opacity: 0;
  visibility: hidden;
}

.on-ds {
  opacity: 0;
  visibility: hidden;
}

.cas-tc-lb2 .swiper-slide:hover img {
  transform: scale(1.02);
}

.cas-tc-lb2 .swiper-slide {
  overflow: hidden;
  height: 145px;
  margin-bottom: 28px;
}

.cas-tc-lb2 .swiper-slide img {
  transition: all .4s ease;

}

.inter3-lb .swiper-slide img {
  transition: all .4s ease;
}

.inter3-lb .swiper-slide .swiper-img {
  overflow: hidden;
  width: 55%;
  float: left;

}

.inter3-lb .swiper-slide:hover img {
  transform: scale(1.05);
}

.inter3-lb .swiper-slide .swiper-txt {
  transition: all .4s ease;
}

.inter3-lb .swiper-slide:hover .swiper-txt {
  color: #005bac;
}

.con2-list .con2-left img {
  transition: all .4s ease;
}

.con2-list .con2-left {
  overflow: hidden;
}

.con2-list:hover .con2-left img {
  transform: scale(1.05);
}

.cha2-img-22 {
  display: none;
}

.sds-ldc {
  display: none;
}

.about-img12 {
  display: none;
}

.de-d1 {
  display: none;
}

.law1-txt p {
  font-size: 14px;
  color: #333;
}

.laws-list1 {
  margin-top: 84px;
  padding: 80px 0 160px 0;
}

.laws1-title {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.cha-add-tc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -50px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  background:url(/bocweb/web_ie7/css/../img/bghj.png) repeat left top;
  
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
}

.on-chadd {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.cha-add-close {
  cursor: pointer;
}

.cha-add-content {
  width: 1161px;
  /*height: 680px;*/
  margin: 0 auto;
  top: 50%;
  /*transform: translateY(-50%);*/
  /*margin-top: -340px;*/
  height: 540px;
  margin-top: -270px;
}

.cha-add-pro {
   width: 90%;
  text-align: center;
  left: 5%;
  box-sizing: border-box;
  top: 7%;
}
.cha-add-pro .ijbox{
  /*padding: 10px 100px;*/

}
.cha-add-title {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  color: #005bab;
  margin: 30px 0 28px 0;
}

.cha-add-pro span {
  width: 45px;
  height: 3px;
  background: #005bab;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.cha-add-txt {
  height: 192px;
  width: 100%;
  /*overflow-y: scroll;*/
}

.cha-add-txt::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.cha-add-txt p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
}

.cha-add-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 88;
  background: #005bab;
  width: 30px;
  height: 30px;
  text-align: center;
}

.cha-add-close img {
  margin-top: 2.5px;
}

.video-tc-mtitle {
  font-size: 20px;
  color: #000;
  line-height: 22px;
  margin-bottom: 20px;
}

.video-tc-content {
  background: #fff;
  padding: 18px 18px;
}

.backtop.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: all .5s ease;
}

.backtop {
  position: fixed;
  bottom: 30px;
  right: 3%;
  background-color: rgba(255, 255, 255, 0.9);
  fill: #222;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 46px;
  border-radius: 50%;
  z-index: 9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.backtop svg {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: start 2s infinite ease-in-out;
}

.backtop svg path {
  fill: #0067b1;
}

@keyframes start {
  0%, 30% {
    opacity: 0;
    transform: translate(0, -2px);
  }
  40% {
    opacity: 1;
    transform: translate(0px, -6px);
  }
  100% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
}
.sds-ldc1 {
  display: none;
}

.footMid-top ul {
  align-items: baseline;
}

.cha-add-ldc1 {
  position: relative;
  z-index: 99;
}
.pagination{
  display: inline-block;
      vertical-align: middle;
}

.page {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.inter1-name p {
  font-size: 16px;
}

.pro-rt-item {
  width: 30%;
  /* float: left; */
  display: inline-block;
  *zoom:1;
  *display: inline;
  vertical-align: top;
  margin-bottom: 12px;
  margin-right: 2%;
}

.pro-rt-item:nth-child(3n) {
  margin-right: 0%;
}

.pro2-rt-items {
  margin-top: 56px;
  font-size: 0;
}

.pro-rtitem-a1 {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 16px 0;
}


.pro-rtitem-nr a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  transition: all .4s ease;
}

.pro-rt-item a {
  transition: all .4s ease;
}

.pro-rt-item a:hover {
  color: #005bac;
}

.pro-rtitem-nr {
  /* height: 3*40px;
  overflow-y: scroll; */
}

.pro-rtitem-nr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pro-rtitem-nr::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1573e1;
  opacity: 0 !important;
}

.pro-rtitem-nr::-webkit-scrollbar-track {
  border-radius: 0;
  display: none;
  background: transparent;
}

.pro2-allm2 {
  display: none;
}
.pro2-all{
  position: relative;
  z-index: 1;
  *height: 600px;
}

.headerm-list22 {
  display: none !important;
}

.prolb1-right ul li a {
  color: #666;
  transition: all .5s ease;
}

.prolb1-right ul li a:hover {
  color: #005bac;
}

.headerm-list22 {
  display: none !important;
}

.select {
  z-index: 90;
}

.mes-top-content .mes1-fxfd {
  position: relative;
}

.wel41-add-zzc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.35);*/
  transition: all .4s ease;
  z-index: 9;
}

/* .wel41-list:hover .wel41-add-zzc{
    top:0;
    opacity: 1;
    visibility: visible;
} */
.wel41-content {
  z-index: 20;
}


.wel41-list .wel41-content {
  transition: all .4s ease;
  transition-delay: .3s;
}

.wel41-list:hover .wel41-content {

}

.cha43-content2 div {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: -10px!important;
  color: #fff;
}

.s1 {
  display: none !important;
}

.new-list3 .news3-btn {
  margin-top: 20px;
}

.news2-rt-list .news2-rt-txt {
  transition: all .4s ease;
}

/* .news2-rt-list:hover .news2-rt-txt{
    color:#005bab;
} */
.page .pagination {
}
.news2-left-txt{
  display: none;
}
.pagination a {
  margin-right: 6px;
}

.de-add-1 {
  padding: 0 6px;
  box-sizing: border-box;
  margin-right: 10px;
  background: #005bab;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.news2-rt-title {
  flex: 1;
}

.news1-add-1 {
  /*display: flex;*/
  padding-left: 50px;
  align-items: center;
  position: relative;
}
.news1-add-1 .de-add-1{
  position: absolute;
  left: 0;
  top: 0;
}

.med3-left-rq.on-df {
  background: #fff !important;
}

.med3-left-rq.on-df div {
  color: #e50007 !important;
}

.med3-left-rq.on-df span {
  background: #e50007 !important;
}

.news2-left-rq.on-df2 {
  background: #005bab !important;
}

.news2-left-rq.on-df2 div {
  color: #fff !important;
}

.news2-left-rq.on-df2 span {
  background: #fff !important;
}

/*.wel2-btp-left {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
  transition-delay: 3.5s;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.wel2-btp-right {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
  transition-delay: 3.5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.wel2-btp-left.on-add-left1 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0px) !important;
  -ms-transform: translate(0, 0px) !important;
  transform: translate(0, 0px) !important;
}

.wel2-btp-right.on-add-left2 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0px) !important;
  -ms-transform: translate(0, 0px) !important;
  transform: translate(0, 0px) !important;
}
*/
.ldc-add-line1 {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #005bab;
  display: block;
  margin: 38px 0 0 0;
}

.ldc-add-line12 {
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 38px;
}

.ldc-add-line13 {
  margin: 0 auto;
  margin-top: 38px;
}

.zzz-ds1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
}

.grow2-list:hover .zzz-ds1 {
  top: 0;
  opacity: 1;
}

.about2-rt-title {
  font-size: 36px;
  line-height: 36.8px;
}

.wel41-add-zzc22 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 70%;
  left: 0;
  background: rgba(5, 94, 171, 0.5);
  opacity: 0;
  transition: all .4s ease;
  z-index: 5;
}

.wel41-list:hover .wel41-add-zzc22 {
  opacity: 1;
  top: 0;
}

/* daohang */
.add-ldc-navs {
  width: 100%;
  background:#444;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  left: 0;
  top: 84px;
  padding: 50px 0;
  display: none;
}

.aldc-list {
  /*width: 4*40px;*/
  width: 8%;
  margin: 0 2%;
  float: left;
}

.aldc-etitle {
  font-size: 14px;
  /*color: rgba(255, 255, 255, 0.5);*/
   color:#fcfcfc;
  text-transform: uppercase;
  line-height: 1.3;
}

.aldc-title {
  margin-top: 2px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  width: 100%;
}

.aldc-navs a {
  font-size: 14px;
  color:#fcfcfc;
  /*color: rgba(255, 255, 255, 0.5);*/
  line-height: 1.3;
  display: block;
  margin-top: 10px;
}

.aldc-navs a:hover {
  color: #e50007 !important;
}

.addldc-lists {
  justify-content: space-around;
}

.aldc-title:hover {
  color: #fff;
}

.fg-zzc {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s ease;
}

.fg-zzc.on-op {
  opacity: 1;
}

.pro2-lists {
  position: relative;
  z-index: 55;
}

/*# sourceMappingURL=style.css.map */
