body {
  min-width: 1200px;
}

div, ul, li, span, a {
  box-sizing: border-box;
}

.bebas {
  font-family: "bebas";
}

.century {
  font-family: "century";
}

.BoxSha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}

.por {
  position: relative;
}

.slimScrollBar {
  height: 30px !important;
}

.poa {
  position: absolute;
}

.dbl {
  display: block;
}

.dbi {
  display: inline-block;
}

.tec {
  text-align: center;
}

.w100 {
  width: 100%;
}

.w1050 {
  width: 1050px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.w1206 {
  width: 1206px;
  margin: 0 auto;
}

.w1326 {
  width: 69%;
  min-width: 1200px;
  margin: 0 auto;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.nowrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opa15 {
  opacity: .15;
  filter: alpha(opacity=15);
}

.opa55 {
  opacity: .55;
  filter: alpha(opacity=55);
}

.opa6 {
  opacity: .6;
  filter: alpha(opacity=60);
}

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.w50 {
  width: 50%;
}

.h100 {
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.fixed {
  position: fixed;
}

.fcmc {
  color: #585453;
}

.radius5 {
  border-radius: 5px;
}

.pages {
  text-align: center;
  box-sizing: border-box;
  height: 188px;
  padding: 72px 0 84px;
}
.pages .pagination {
  position: relative;
}
.pages a {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #585453;
  font-size: 14px;
  font-family: "Arial";
  text-align: center;
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  transition: all .3s linear;
  border-radius: 15px;
}
.pages a:hover, .pages a.active {
  color: #fff;
  background-color: #585453;
}
.pages .prev {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/page_prev.png) center center no-repeat;
  background-size: 22px !important;
}
.pages .prev:hover {
  background: #585453 url(../img/page_prevon.png) center center no-repeat;
}
.pages .next {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/page_next.png) center center no-repeat;
  background-size: 22px !important;
}
.pages .next:hover {
  background: #585453 url(../img/page_nexton.png) center center no-repeat;
}

.bgf5 {
  background: #f5f5f5;
}

.intro-titles {
  padding-top: 100px;
  margin-bottom: 80px;
  color: #333;
}
.intro-titles .intro-title-cn {
  width: 428px;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.intro-titles .intro-title-en {
  width: 428px;
  font-size: 18px;
  line-height: 30px;
}
.intro-titles .intro-title-en:after {
  display: block;
  width: 116px;
  height: 2px;
  content: "";
  background: #585453;
  margin-top: 54px;
}

.tra3s {
  transition: all .3s linear;
}

.moudle-titles {
  text-align: center;
  height: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 80px);
  transition: all .8s ease-in-out;
}
.moudle-titles.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.moudle-titles .moudle-en {
  font-size: 60px;
  line-height: 72px;
}
.moudle-titles .moudle-cn {
  font-size: 30px;
  line-height: 72px;
}

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -100px);
  transition: all .8s ease-in-out;
  padding-top: 36px;
}
.header.fixed {
  position: fixed;
}
.header .bocweb-logo {
  padding-top: 10px;
}
.header .bocweb-logo-img {
  width: 118px;
  height: 30px;
  position: relative;
  top: 2px;
}
.header .bocweb-nav {
  width: 1190px;
}
.header .control-en {
  display: inline-block;
  float: left;
  height: 50px;
  width: 110px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header .control-lines {
  float: left;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  background: url(../img/line.png) no-repeat center;
}
.header .nav-controls {
  cursor: pointer;
}
.header .nav-controls:hover .control-en, .header .nav-controls:hover .control-lines {
  border-color: rgba(255, 255, 255, 0.2);
}
.header .nav-controls.cur .control-lines {
  background: url(../img/lineon.png) no-repeat center;
}
.header.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.header .bocweb-logo {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
}
.header .nav-ul {
  text-align: center;
  display: none;
  height: 40px;
  padding-left: 28px;
  margin-left: 28px;
}
.header .nav-a {
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  z-index: 7;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 36px;
  transition: all .3s linear;
}
.header .nav-li {
  position: relative;
  font-size: 18px;
  transition: all .3s linear;
}
.header .nav-li.cur .nav-a, .header .nav-li:hover .nav-a {
  color: #cf271e;
}

.wel-footer {
  padding: 0 60px;
  height: 64px;
  width: 100%;
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1s ease-out;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 12px;
}
.wel-footer.none {
  display: none;
}
.wel-footer.in {
  opacity: 1;
  transform: translate(0, 0);
}
.wel-footer.fixed00 {
  position: fixed;
  z-index: 7;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
.wel-footer .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  vertical-align: top;
  height: 26px;
  margin-top: 19px;
}
.wel-footer .boc0 {
  margin-left: 12px;
  margin-top: 42px;
}
.wel-footer .boc-a {
  color: #fff;
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  height: 26px;
}

.inner-footer {
  display: none;
  background: #585453;
}
.inner-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.inner-footer .nav-a {
  display: block;
  font-size: 16px;
  line-height: 100px;
  padding-right: 70px;
  color: #fff;
  transition: all .3s linear;
}
.inner-footer .nav-a:hover {
  color: #cf271e;
}
.inner-footer .shares-wrap {
  padding-top: 30px;
}
.inner-footer .shares-wrap .qq0 {
  top: 30px;
  border: none !important;
}
.inner-footer .shares-wrap .wechats {
  top: 30px;
  border: none !important;
}
.inner-footer .shares-wrap .jiathis_button_tsina {
  border: none !important;
  margin-top: 0;
}
.inner-footer .shares-wrap .jiathis_style_32x32 .jtico {
  border: none !important;
}
.inner-footer .footer-dl {
  opacity: .3;
  filter: alpha(opacity=30);
  line-height: 60px;
  color: #fff;
}
.inner-footer .boc-a {
  color: #fff;
}

.shares-wrap {
  width: 140px;
  position: relative;
}
.shares-wrap .shares0 {
  position: relative;
}
.shares-wrap .jiathis_style_32x32 {
  float: left;
}
.shares-wrap .jiathis_button_tsina {
  position: absolute;
  left: 92px;
  top: -11px;
  width: 46px;
  height: 46px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shares-wrap .qq0 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shares-wrap .wechats {
  display: inline-block;
  position: absolute;
  left: 46px;
  top: 9px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shares-wrap .jiathis_style_32x32 {
  padding-top: 6px;
}
.shares-wrap .jiathis_style_32x32 .jtico {
  background: none;
  width: 44px !important;
  padding-left: 0 !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shares-wrap .wechats {
  display: inline-block;
  transition: all .3s linear;
  background: url(../img/wechat.png) no-repeat center center !important;
}
.shares-wrap .wechats:hover {
  background: url(../img/wechaton.png) no-repeat center center !important;
  border-color: #fff;
}
.shares-wrap .qq0 {
  transition: all .3s linear;
  background: url(../img/qq.png) no-repeat center center !important;
  background-size: 14px 16px !important;
}
.shares-wrap .qq0:hover {
  background: url(../img/qqon.png) no-repeat center center !important;
  background-size: 14px 16px !important;
  border-color: #fff;
}
.shares-wrap .jiathis_button_tsina {
  margin-top: 9px;
  width: 46px;
  height: 46px;
  transition: all .3s linear;
  background: url(../img/sina.png) no-repeat center center !important;
}
.shares-wrap .jiathis_button_tsina:hover {
  background: url(../img/sinaon.png) no-repeat center center !important;
  border-color: #fff;
}
.shares-wrap .wechat-hides {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 44px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shares-wrap .wechat-hides img {
  display: block;
  width: 100%;
  height: 100%;
}

.wel-banner-a {
  z-index: 2;
  width: 320px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  right: 360px;
  bottom: 230px;
  background: #585453 url(../img/png11.png) no-repeat center center;
}
.wel-banner-a:hover {
  color: #fff;
}

.view-more1 {
  display: block;
  margin: 60px auto 0;
  background: #585453;
  color: #fff;
  width: 190px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  border-radius: 24px;
  transition: all .3s ease-in-out;
}
.view-more1:hover {
  color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.welcome .wel-banner {
  position: relative;
}
.welcome .wel-banner .hd {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  height: 10px;
  text-align: center;
}
.welcome .wel-banner .hd li {
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  border: 1px solid #cf271e;
  font-size: 0;
  margin: 0 9px;
  cursor: pointer;
}
.welcome .wel-banner .hd li.on {
  background: #cf271e;
}

.scroll-down {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 100px;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  padding-left: 66px;
  width: 38px;
  height: 68px;
  margin-left: -19px;
  background: url(../img/png2.png) no-repeat center 10px;
  animation: scroll 1.5s infinite ease-in-out;
}
.wel-parts {
  position: relative;
  transition: all .8s ease-in-out;
  background: none !important;
}
.wel-parts .wel-mains000 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  overflow: visible;
}

.wel-parts2 .wel-mains000 {
  height: 530px;
  margin-top: -265px;
}

.wel-parts3 .wel-mains000 {
  height: 530px;
  margin-top: -265px;
}

.wel-parts4 .wel-mains000 {
  height: 650px;
  margin-top: -325px;
}

.wel-news-ul1 {
  padding-top: 100px !important;
}

.wel-nav-wrap {
  padding-top: 100px;
  position: relative;
}
.wel-nav-wrap .nav-items-wrap {
  padding: 40px 30px 20px;
}
.wel-nav-wrap .nav-items-wrap:hover {
  color: #fff;
  background-color: #585453;
}
.wel-nav-wrap .nav-items-wrap:hover .wel-nav-more1 {
  color: #fff;
}
.wel-nav-wrap .nav-items-wrap:hover .wel-nav-h4 {
  color: #fff;
  border-bottom-color: #fff;
}
.wel-nav-wrap .nav-items-wrap:hover .wel-nav-h6, .wel-nav-wrap .nav-items-wrap:hover .wel-nav-dt {
  color: #fff;
}
.wel-nav-wrap .wel-nav-items {
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.8);
  transition: all 1s ease-in-out;
  background: #fff;
  width: 270px;
  margin-right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 80px);
}
.wel-nav-wrap .wel-nav-items.in {
  opacity: 100;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-nav-wrap .wel-nav-items:nth-child(1) {
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 0.7s;
}
.wel-nav-wrap .wel-nav-items:nth-child(2) {
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 0.9s;
}
.wel-nav-wrap .wel-nav-items:nth-child(3) {
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 1.1s;
}
.wel-nav-wrap .wel-nav-items:nth-child(4) {
  margin-right: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 1.3s;
}
.wel-nav-wrap .wel-nav-items.wel-nav-items4 {
  margin-right: 0;
}
.wel-nav-wrap .wel-nav-items.in {
  opacity: 100;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.wel-nav-wrap .wel-nav-h4 {
  width: 100px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  color: #333;
}
.wel-nav-wrap .wel-nav-h5 {
  font-size: 22px;
  line-height: 22px;
}
.wel-nav-wrap .wel-nav-h6 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.wel-nav-wrap .wel-nav-dt {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color: #000;
  margin: 8px 0 40px;
}
.wel-nav-wrap .wel-nav-more1 {
  display: block;
  width: 100px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin: 0 auto;
  color: #000;
}
.wel-nav-wrap .wel-nav-img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 30px auto;
}

.wel-pro-wrap .pro-img1 {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}
.wel-pro-wrap .wel-pro-a {
  display: block;
}
.wel-pro-wrap .wel-mains000:hover .pro-img1 {
  transform: scale(0.9);
}
.wel-pro-wrap .wel-pro-img {
  width: 460px;
  height: 508px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 80px);
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 0.4s;
}
.wel-pro-wrap .wel-pro-img.in {
  opacity: 100;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-pro-wrap .wel-pro-txts {
  padding-top: 144px;
  width: 520px;
  color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 80px);
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79);
}
.wel-pro-wrap .wel-pro-txts.in {
  opacity: 100;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-pro-wrap .wel-pro-title {
  font-size: 42px;
  line-height: 42px;
  padding-bottom: 20px;
}
.wel-pro-wrap .wel-pro-dt {
  font-size: 16px;
  line-height: 32px;
  max-height: 64px;
  overflow: hidden;
}

.wel-news-mains {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 80px);
  transition: all 0.8s cubic-bezier(0.18, 0.32, 0.13, 0.79) 0.5s;
}
.wel-news-mains.in {
  opacity: 100;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.wel-pro-controls {
  height: 1px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s cubic-bezier(0.18, 0.32, 0.13, 0.79) 0.5s;
}
.wel-pro-controls.in {
  opacity: 100;
  filter: alpha(opacity=100);
}
.wel-pro-controls .wel-pro-btns {
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 660px;
  right: -86px;
  height: 36px;
}
.wel-pro-controls .wel-pro-btn {
  width: 70px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  background-size: 16px !important;
  transition: all .3s linear;
}
.wel-pro-controls .prev {
  left: 0;
  background: url(../img/prev1.png) center no-repeat;
}
.wel-pro-controls .prev:hover {
  transform: translate(0, -4px);
}
.wel-pro-controls .next {
  right: 0;
  background: url(../img/next1.png) center no-repeat;
}
.wel-pro-controls .next:hover {
  transform: translate(0, -4px);
}
.wel-pro-controls .wel-pro-pages {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
.wel-pro-controls .zero {
  position: absolute;
  left: 0;
  top: 44px;
  height: 48px;
  width: 100%;
}
.wel-pro-controls .zero .s01 {
  color: #333;
  line-height: 44px;
  position: absolute;
  bottom: 0;
  font-size: 60px;
}
.wel-pro-controls .pageState {
  width: 110%;
  height: 48px;
  font-size: 0;
  color: #333;
  line-height: 48px;
  position: absolute;
  text-indent: 0;
  top: 44px;
  right: -32px;
  letter-spacing: 22px;
  text-align: right;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.wel-pro-controls .pageState span {
  font-size: 60px;
}

.wel-news-wrap .hd {
  margin-top: 64px;
  width: 1200px;
  height: 10px;
  text-align: center;
}
.wel-news-wrap .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  margin: 0 9px;
  cursor: pointer;
}
.wel-news-wrap .hd li.on {
  background: #fff;
}
.wel-news-wrap .wel-news-title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.wel-news-wrap .wel-news-dt {
  height: 96px;
  margin: 22px 0 32px;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
}
.wel-news-wrap .dates-wrap {
  color: #fff;
  padding-top: 26px;
  padding-left: 36px;
  height: 100%;
  background: #afafaf url(../img/prev2.png) no-repeat right 40px center;
  transition: all .3s linear;
}
.wel-news-wrap .movth0 {
  font-size: 48px;
  line-height: 48px;
}
.wel-news-wrap .year0 {
  font-size: 14px;
  line-height: 30px;
}
.wel-news-wrap .wel-news-a {
  display: block;
  color: #585453;
}
.wel-news-wrap .news-txts0 {
  padding: 42px 36px 0;
}
.wel-news-wrap .wel-news-li {
  float: left;
  background: #fcfbfb;
  width: 360px !important;
  margin-right: 60px !important;
  transition: all .3s linear;
}
.wel-news-wrap .wel-news-li:hover {
  margin-top: -30px;
  padding-top: 30px;
  background-color: #fff;
}
.wel-news-wrap .wel-news-li:hover .wel-news-a {
  color: #000;
}
.wel-news-wrap .wel-news-li:hover .dates-wrap {
  background: #a3a3a3 url(../img/prev2.png) no-repeat right 26px center;
}

.banner-a0 {
  position: relative;
  display: block;
  background-size: cover !important;
}
.banner-a0 .banner-img {
  display: block;
  width: 100%;
}

.recruit .recruit-items-wrap {
  padding: 0 30px;
  background: #fff;
  padding-bottom: 36px;
  margin-bottom: 120px;
}
.recruit .bot-dl {
  width: 50%;
}
.recruit .recruit-mains {
  padding: 50px 0 120px;
}
.recruit .recruit-td {
  float: left;
  width: 264px;
  box-sizing: border-box;
}
.recruit .recruit-td:last-child {
  width: auto;
  display: inline-block;
}
.recruit .recruit-title1 {
  color: #fff;
  font-size: 16px;
  background: #5f5b5a;
  padding: 0 30px;
  line-height: 60px;
}
.recruit .bot-tele {
  padding: 40px 0;
  font-size: 14px;
  line-height: 24px;
  color: #ff4e00;
  border-top: 1px solid #eee;
}
.recruit .recruit-top {
  font-size: 14px;
  color: #727171;
  line-height: 60px;
  cursor: pointer;
  transition: all .3s linear;
  border-bottom: 1px solid #eee;
  background: url(../img/j.png) no-repeat right center;
}
.recruit .recruit-top.cur {
  border-bottom: none;
  background: url(../img/j2.png) no-repeat right center;
}
.recruit .recruit-top:hover {
  background: url(../img/j2.png) no-repeat right center;
}
.recruit .recruit-items:first-child {
  border-top: 1px solid #eee;
}
.recruit .recruit-items:first-child .recruit-bot {
  display: block;
}
.recruit .recruit-bot {
  display: none;
  padding: 28px 30px 0;
  background: #fbfbfb;
}
.recruit .recruit-bot-h5 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
}
.recruit .recruit-bot-dt {
  font-size: 14px;
  line-height: 26px;
  color: #727171;
  margin: 14px 0 28px;
}
.recruit .recruit-bot-a {
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #585453;
}

@keyframes scroll {
  0% {
    background-position: center 10px;
  }
  50% {
    background-position: center 26px;
  }
  100% {
    background-position: center 10px;
  }
}
.index-page {
  z-index: 6;
  margin-top: -108px;
  width: 4px;
  top: 50%;
  right: 74px;
  transition: all .3s linear;
}
.index-page .dbi {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-bottom: 16px;
  border: 1px solid #585453;
  border-radius: 50%;
}
.index-page .dbi.cur {
  background-color: #585453;
}

.inner-ban {
  height: 400px;
  box-sizing: border-box;
  width: 100%;
}
.inner-ban .inner-ban-title {
  text-align: center;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  margin-top: -24px;
  color: #fff;
  padding-bottom: 10px;
}
.inner-ban .tobot {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: 130px;
}

.inner-nav-wrap {
  padding-top: 70px;
}
.inner-nav-wrap .inner-nav-a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  padding: 0 1px 10px;
  margin-right: 64px;
}
.inner-nav-wrap .inner-nav-a:after {
  display: block;
  background: #585453;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all .5s linear;
}
.inner-nav-wrap .inner-nav-a:hover:after, .inner-nav-wrap .inner-nav-a.cur:after {
  width: 100%;
}
.inner-nav-wrap .inner-nav-img {
  vertical-align: middle;
  width: 21px;
  margin-right: 6px;
}
.inner-nav-wrap .inner-nav-txt {
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

.intro .intro-mains {
  padding-bottom: 170px;
}
.intro .intro-txts-wrap {
  width: 720px;
}
.intro .intro-h5 {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  padding-bottom: 32px;
  padding-right: 20px;
}
.intro .intro-title {
  font-size: 36px;
  line-height: 36px;
  color: #222;
  padding-bottom: 40px;
}
.intro .intro-txts {
  padding-top: 6px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding-right: 20px;
}
.intro .fcmc {
  font-size: 16px;
  line-height: 60px;
}
.intro .img-txts {
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-top: 26px;
  color: #666;
}
.intro .intro-img-wrap {
  width: 364px;
}
.intro .intro-img-wrap:hover .img-txts {
  color: #585453;
}
.intro .intro-img-wrap:hover img {
  transform: translate(0, -10px);
}

.pro-side-wrap {
  width: 260px;
}
.pro-side-wrap .pro-nav-wrap {
  margin-bottom: 94px;
}
.pro-side-wrap .pro-nav-items {
  background: #fff;
  margin-bottom: 5px;
}
.pro-side-wrap .pro-nav-title {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #333;
  width: 260px;
  cursor: pointer;
  padding: 0 46px 0 30px;
  background: url(../img/png18.png) no-repeat center right 30px;
}
.pro-side-wrap .pro-nav-title.cur, .pro-side-wrap .pro-nav-title:hover {
  color: #fff;
  background: #585453 url(../img/png18on.png) no-repeat center right 30px;
}
.pro-side-wrap .pro-nav-sub {
  padding: 0 34px;
  display: none;
}
.pro-side-wrap .pro-sub-name {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #666;
  padding: 0 22px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #dfdfdf;
  transition: all .3s linear;
}
.pro-side-wrap .pro-sub-name:last-child {
  border-bottom: none;
}
.pro-side-wrap .pro-sub-name:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dfdfdf;
}
.pro-side-wrap .pro-sub-name.cur, .pro-side-wrap .pro-sub-name:hover {
  color: #cf271e;
}
.pro-side-wrap .pro-sub-name.cur:after, .pro-side-wrap .pro-sub-name:hover:after {
  background-color: #cf271e;
}

.pro-content-wrap {
  width: 910px;
}
.pro-content-wrap .pro-lists {
  margin-bottom: 120px;
}
.pro-content-wrap .pro-img {
  display: block;
  width: 100%;
  transition: all .3s linear;
}
.pro-content-wrap .pro-name0 {
  border-top: 1px solid #dfdfdf;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: all .3s linear;
}
.pro-content-wrap .pro-items {
  border: 1px solid #dfdfdf;
  background: #fff;
  display: inline-block;
  width: 290px;
  margin-right: 20px;
  margin-bottom: 30px;
  transition: all .3s linear;
}
.pro-content-wrap .pro-items:nth-child(3n) {
  margin-right: 0;
}
.pro-content-wrap .pro-items.pro-items3 {
  margin-right: 0;
}
.pro-content-wrap .pro-items:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro-content-wrap .pro-items:hover .pro-img {
  transform: translate(0, -6px);
}
.pro-content-wrap .pro-items:hover .pro-name0 {
  color: #cf271e;
}

.pro-mains {
  padding: 50px 0 124px;
}

.view-more2 {
  display: block;
  margin-top: 70px;
  background: #fff;
  color: #333;
  width: 240px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.view-more2:hover {
  padding-left: 6px;
  background: #585453;
  color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.view-more3 {
  margin: 0 auto;
  display: block;
  background: #fff;
  color: #333;
  width: 240px;
  height: 64px;
  text-align: center;
  font-size: 16px;
  line-height: 64px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.view-more3:hover {
  background: #585453;
  color: #fff;
  padding-left: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.newsInfo {
  padding-bottom: 60px;
}
.newsInfo .newsInfo-wrap {
  padding: 60px 30px;
  background: #fff;
  margin-top: 60px;
}
.newsInfo .newsInfo-wrap img {
  /*display: block;*/
  max-width: 100%;
}
.newsInfo .info-title {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.newsInfo .info-dates {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: center;
  margin: 20px auto;
}
.newsInfo .info-dt-wrap {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.newsInfo .info-bot-dl {
  width: 70%;
  color: #666;
  line-height: 36px;
  font-size: 14px;
}
.newsInfo .info-bot-dl a {
  color: #333;
}
.newsInfo .info-bot-dr {
  padding-top: 16px;
}
.newsInfo .news-return-a {
  display: block;
  width: 110px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #585453;
  color: #fff;
  font-size: 14px;
}

.pro {
  padding-bottom: 74px;
}

.pro-content-wrap {
  box-sizing: border-box;
}
.pro-content-wrap img {
  display: block;
  max-width: 100%;
}
.pro-content-wrap .pro-h4 {
  line-height: 168px;
  font-size: 36px;
  line-height: #333;
}
.pro-content-wrap .pro-dt {
  padding: 40px 66px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.pro-content-wrap .toVideo {
  display: block;
  background: #585453;
  text-align: center;
  width: 140px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  margin: 32px auto 0;
  transition: all .3s linear;
}
.pro-content-wrap .toVideo:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.proInfo-wrap {
  background: #fff;
  padding: 60px 60px 0;
  margin-bottom: 30px;
}
.proInfo-wrap .pro-cn {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 12px;
}
.proInfo-wrap .pro-en {
  font-size: 30px;
  line-height: 30px;
  color: #999;
  padding-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
}
.proInfo-wrap .proInfo-items {
  padding-top: 44px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}
.proInfo-wrap .proInfo-items3 img {
  display: block;
  max-width: 100%;
}
.proInfo-wrap .proInfo-items3 {
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.proInfo-wrap .proInfo-items3 table {
  display: block;
  width: 100%;
  border-left: 1px solid #666;
  box-sizing: border-box;
  word-break: break-all;
}
.proInfo-wrap .proInfo-items3 tbody {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.proInfo-wrap .proInfo-items3 tr  {
  color: #333;
  width: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
}
.proInfo-wrap .proInfo-items3 td  {
  border-right: 1px solid #666;
  padding: 0 3px;
  box-sizing: border-box;
  font-size: 12px;
}
.proInfo-wrap .proInfo-items3 th  {
  border-right: 1px solid #666;
  padding: 0 10px;
  box-sizing: border-box;
}
.proInfo-wrap .proInfo-items4 {
  border-bottom: none;
}
.proInfo-wrap .proInfo-title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 24px;
}
.proInfo-wrap .proInfo-imgs {
  width: 330px;
  border: 1px solid #dfdfdf;
}
.proInfo-wrap .proInfo-dt {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 190px;
}
.proInfo-wrap .p0 {
  padding-right: 10px;
}
.proInfo-wrap .pro-items-mains {
  display: block;
  position: relative;
}
.proInfo-wrap .pro-items-mains1 {
  display: inline-block;
  max-width: 50%;
}
.proInfo-wrap .pro-items-mains .sss {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
.proInfo-wrap .proInfo-items2 img {
  display: block;
  width: 100%;
}
.proInfo-wrap .pro-down {
  display: block;
  width: 168px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  margin: 88px auto;
  color: #fff;
  padding-left: 32px;
  background: #cf271e url(../img/png13.png) no-repeat right 24px center;
  transition: all .3s linear;
}
.proInfo-wrap .pro-down:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#lightbox-container-image-data-box {
  box-sizing: content-box;
}

.news-mains {
  overflow: visible;
  padding: 50px 0 124px;
}
.news-mains .news-wrap {
  overflow: visible;
  margin-bottom: 120px;
}
.news-mains .news-txts {
  padding: 26px 30px;
}
.news-mains .news-h5 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 14px;
}
.news-mains .news-dt {
  font-size: 14px;
  line-height: 24px;
  opacity: .8;
  filter: alpha(opacity=80);
}
.news-mains .news-items {
  width: 380px;
  margin-right: 30px;
  color: #000;
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s linear;
}
.news-mains .news-items:nth-child(3n) {
  margin-right: 0;
}
.news-mains .news-items:hover {
  transform: translate(0, -6px);
  background: #585453;
  color: #fff;
}
.news-mains .news-items:hover .news-dates {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.news-mains .news-dates {
  opacity: .8;
  filter: alpha(opacity=80);
  padding: 0 30px;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: url(../img/ico5.png) no-repeat right 30px center;
}

.coop-mains {
  overflow: visible;
  padding: 50px 0 124px;
}
.coop-mains .coop-wrap {
  margin-bottom: 120px;
}
.coop-mains .coop-img-wrap {
  overflow: hidden;
  border: 1px solid #dfdfdf;
  width: 214px;
  height: 68px;
  margin: 0 auto;
}
.coop-mains .coop-img-wrap img {
  display: block;
  width: 100%;
  height: 68px;
}
.coop-mains .coop-h5 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.coop-mains .coop-items {
  width: 580px;
  margin-right: 30px;
  color: #000;
  margin-bottom: 28px;
  background: #fff;
  padding: 60px 20px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s linear;
}
.coop-mains .coop-items:nth-child(2n) {
  margin-right: 0;
}
.coop-mains .coop-items:hover {
  transform: translate(0, -6px);
}
.coop-mains .coop-items:hover .coop-dates {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact .map-wrap {
  margin-top: 50px;
}
.contact .contact-pro-wrap {
  margin-bottom: 120px;
  background: url(../img/l.png) repeat-y center;
}
.contact .contact-pro-items {
  width: 600px;
}
.contact .contact-pro-items.items1 {
  padding: 50px 120px 10px 24px;
}
.contact .contact-pro-items.items2 {
  padding: 50px 24px 10px 120px;
}
.contact .contact-h6 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact .contact-dt {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

.interflow .inter-items-wrap {
  background: #fff;
  padding: 0 52px;
  margin-top: 50px;
}
.interflow .inter-items {
  display: block;
  padding: 44px 4px;
  border-bottom: 1px solid #eee;
}
.interflow .inter-h6 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.interflow .inter-dt {
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  background: url(../img/x.png) no-repeat left top 4px;
}
.interflow .inter-time {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.interflow .day0 {
  display: inline-block;
  margin-right: 24px;
}

.inter-forms {
  padding-bottom: 150px;
}
.inter-forms .inter-title2 {
  padding-top: 134px;
  padding-bottom: 100px;
  font-size: 42px;
  line-height: 42px;
  color: #333;
  text-align: center;
}
.inter-forms .inter-form0 {
  background: #fff;
  padding: 80px 124px;
}
.inter-forms .form-txts {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.inter-forms .tr {
  margin-bottom: 22px;
}
.inter-forms input, .inter-forms textarea {
  box-sizing: border-box;
}
.inter-forms .input0 {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.inter-forms .input1 {
  float: left;
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.inter-forms .tr3 img {
  float: left;
  display: inline-block;
  margin-left: 20px;
  width: 118px;
}
.inter-forms .input2 {
  display: block;
  width: 148px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: #585453;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.inter-forms .textarea0 {
  display: block;
  width: 100%;
  height: 210px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}

.mess-forms {
  padding: 50px 0 150px;
}
.mess-forms .td {
  width: 438px;
}
.mess-forms .td1 {
  float: left;
}
.mess-forms .td2 {
  float: right;
}
.mess-forms .mess-form0 {
  background: #fff;
  padding: 80px 124px;
}
.mess-forms .form-txts {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.mess-forms .tr {
  margin-bottom: 22px;
}
.mess-forms input, .mess-forms textarea {
  box-sizing: border-box;
}
.mess-forms .input0 {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.mess-forms .input1 {
  float: left;
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.mess-forms .tr3 img {
  float: left;
  display: inline-block;
  margin-left: 20px;
  width: 118px;
}
.mess-forms .input2 {
  display: block;
  width: 148px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  background: #585453;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.mess-forms .textarea0 {
  display: block;
  width: 100%;
  height: 210px;
  line-height: 50px;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}

.BMapLabel {
  top: -86px !important;
  left: -115px !important;
  width: 270px !important;
  height: 54px !important;
  line-height: 54px !important;
  border: none !important;
  text-align: center !important;
  font-size: 18px !important;
  color: #333 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 1660px) {
  .intro-titles {
    background-size: 700px auto !important;
  }
  .header .control-en {
    width: 90px;
  }
  .header .nav-a {
    padding: 0 20px;
  }

  .header .bocweb-nav {
    width: 1000px;
  }
}
@media (max-width: 1400px) {
  .wel-banner-a {
    z-index: 2;
    width: 280px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    right: 260px;
    bottom: 120px;
    background: #585453 url(../img/png11.png) no-repeat center center;
    background-size: 80% !important;
  }
  .wel-banner-a:hover {
    color: #fff;
  }

  .index-page {
    right: 34px;
  }

  .header {
    padding-top: 20px;
  }

  .moudle-titles .moudle-en {
    font-size: 56px;
    line-height: 56px;
  }

  .moudle-titles .moudle-cn {
    line-height: 60px;
  }

  .wel-nav-wrap {
    padding-top: 60px;
  }

  .wel-news-ul1 {
    padding-top: 60px !important;
  }

  .wel-news-wrap .hd {
    margin-top: 26px;
  }

  .wel-news-wrap .news-txts0 {
    padding: 24px 24px 0;
  }

  .wel-news-wrap .dates-wrap {
    padding-top: 12px;
    padding-left: 24px;
  }

  .wel-news-wrap .movth0 {
    font-size: 40px;
    line-height: 40px;
  }

  .wel-news-wrap .wel-news-li:hover {
    padding-top: 20px;
    margin-top: -20px;
  }

  .wel-news-wrap .wel-news-dt {
    height: 68px;
  }

  .wel-parts4 .wel-mains000 {
    height: 510px;
    margin-top: -265px;
  }

  .wel-pro-wrap .wel-pro-title {
    font-size: 38px;
    line-height: 38px;
  }

  .wel-pro-controls .pageState span {
    font-size: 50px;
  }

  .wel-pro-controls .zero .s01 {
    font-size: 50px;
  }

  .wel-pro-wrap .wel-pro-txts {
    padding-top: 110px;
  }

  .wel-pro-wrap .wel-pro-img {
    margin-right: 100px;
  }

  .wel-pro-wrap .pro-img1 {
    width: 400px;
    height: auto;
  }

  .wel-pro-controls .wel-pro-btns {
    right: 56px;
    width: 600px;
  }

  .view-more2 {
    width: 180px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }

  .wel-parts3 .wel-mains000 {
    height: 450px;
    margin-top: -225px;
  }
}
@media (max-width: 1360px) {
  .header {
    padding: 20px;
  }
  .header .bocweb-logo {
    font-size: 16px;
  }

  .intro-titles {
    background-size: 600px auto !important;
  }
}
 .recruit-dt000{
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
 }
.recruit-items000 {
  width: 300px;
  font-size: 14px;
  line-height: 36px;
  color: #999;
}
.recruit-items000 .dt001 {
  color: #333;
}
.recruit-items0002 {
  width: 170px;
}

/*# sourceMappingURL=style.css.map */
