@font-face {
  font-family: 'century';
  src: url("fonts/century.eot");
  src: url("fonts/century.eot") format("embedded-opentype"), url("fonts/century.woff2") format("woff2"), url("fonts/century.woff") format("woff"), url("fonts/century.ttf") format("truetype"), url("fonts/century.svg#century") format("svg");
}
@font-face {
  font-family: 'bebas';
  src: url("fonts/BEBAS__.eot");
  src: url("fonts/BEBAS__.eot") format("embedded-opentype"), url("fonts/BEBAS__.woff2") format("woff2"), url("fonts/BEBAS__.woff") format("woff"), url("fonts/BEBAS__.ttf") format("truetype"), url("fonts/BEBAS__.svg#BEBAS__") format("svg");
}
body {
  min-width: 1200px;
}
html, button, input, select, textarea {
  font-family: "Source Han Sans CN","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
div, ul, li, span, a {
  box-sizing: content-box;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.poa100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.poa50 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.dbl {
  display: block;
}

.dbl2 {
  display: block;
  margin-left: auto;
}

.dbi {
  display: inline-block;
}

.tec {
  text-align: center;
}

.w100 {
  width: 100%;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

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

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.toTop {
  display: none;
  position: fixed;
  z-index: 7;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #0362af url(../img/toTop.png) no-repeat center;
  transition: all .3s linear;
}
.toTop:hover {
  transform: translateY(-4px);
}

.w1188 {
  width: 1188px;
  margin: 0 auto;
}

.pages {
  background: #fafafa;
  padding: 0 42px;
}
.pages .pagination {
  text-align: center;
  position: relative;
  padding: 12px 0;
}
.pages .pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #666;
  line-height: 36px;
  text-align: center;
  margin: 0 8px;
  font-size: 14px;
}
.pages .pagination a.active, .pages .pagination a:hover {
  background: #0362af;
  color: #fff;
}
.pages .pagination a.prev {
  width: 50px;
  text-align: left;
  background: url(../img/p2.png) no-repeat left center;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 24px;
}
.pages .pagination a.prev:hover {
  color: #0362af;
  background: url(../img/p2on.png) no-repeat left center;
}
.pages .pagination a.next {
  width: 50px;
  text-align: left;
  background: url(../img/p3.png) no-repeat right center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-right: 24px;
}
.pages .pagination a.next:hover {
  color: #0362af;
  background: url(../img/p3on.png) no-repeat right center;
}

.pad226 {
  padding-left: 226px;
}

.top-always {
  position: absolute;
  top: 44px;
  right: 50px;
  z-index: 6;
  width: 210px;
  height: 32px;
}
.top-always .top-search-span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 32px;
  cursor: pointer;
  background: url(../img/search.png) no-repeat center;
}
.top-always .search-form {
  display: none;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ccc;
  padding-right: 10px;
}
.top-always .search-input {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  text-indent: 6px;
  background: none;
  width: 160px;
  border: none;
  padding-left: 8px;
}
.top-always .submit0 {
  width: 24px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: url(../img/search.png) no-repeat center;
  background-size: 90%;
  color: transparent;
  font-size: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  width: 226px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.header .nav-li {
  display: block;
}
.header .nav-li:hover {
  background: #eee;
}
.header .nav-li .nav-a {
  display: block;
  position: relative;
  color: #666;
  line-height: 24px;
  padding: 13px 32px;
  margin-bottom: 12px;
}
.header .nav-li .nav-ico {
  float: left;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
}
.header .nav-li .nav-txt {
  float: left;
  width: 110px;
  font-size: 15px;
}
.header .nav-li .hover {
  display: none;
}
.header .nav-li.cur .nav-a, .header .nav-li:hover .nav-a {
  color: #0362af;
}
.header .nav-li.cur .hover, .header .nav-li:hover .hover {
  display: block;
}
.header .nav-li.cur .unhover, .header .nav-li:hover .unhover {
  display: none;
}
.header .h-bot-img {
  display: block;
  width: 82px;
  margin: 16px auto 10px;
}
.header .h-bot-h1 {
  color: #666;
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 24px;
}
.header .boc-a {
  color: #666;
}
.header .boc-a:hover {
  color: #0362af;
}
.header .h-bot-h2 {
  color: #888;
  font-size: 14px;
  line-height: 1;
}

.bocweb-footer {
  background: #3c3f44;
  font-size: 14px;
  line-height: 14px;
  padding-top: 54px;
  padding-bottom: 88px;
  color: #fff;
}
.bocweb-footer .footer-nav-a {
  display: block;
}
.bocweb-footer .footer-nav-a1 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 27px;
}
.bocweb-footer .footer-nav-item {
  margin-right: 70px;
  float: left;
}
.bocweb-footer .footer-nav-a2 {
  line-height: 30px;
  color: #77797d;
  transition: all .3s linear;
}
.bocweb-footer .footer-nav-a2:hover {
  color: #fff;
}
.bocweb-footer .ewm-txt {
  margin-top: 16px;
  text-align: center;
  line-height: 1;
  color: #77797d;
}
.bocweb-footer .footer-ewm-wrap {
  width: 124px;
  margin-left: 30px;
}
.bocweb-footer .tele-title {
  font-size: 18px;
  line-height: 1;
}
.bocweb-footer .tele-num {
  font-size: 30px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 20px;
}
.bocweb-footer .tele-item {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #77797d;
  padding-left: 34px;
}
.bocweb-footer .tele-item1 {
  background: url(../img/i16.png) no-repeat left center;
}
.bocweb-footer .tele-item2 {
  background: url(../img/i17.png) no-repeat left center;
}
.bocweb-footer .tele-item3 {
  background: url(../img/i18.png) no-repeat left center;
}

.bocweb-logo {
  padding: 24px 0;
  background: #0362af;
}
.bocweb-logo .img100 {
  width: 166px;
  margin: 0 auto;
}

.bafter {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
}
.bafter:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 20px;
  height: 40px;
  background: red;
}
.bafter:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 20px;
  height: 40px;
  background: red;
}

.wel-banner {
  position: relative;
  height: 916px;
}
.wel-banner .bd {
  height: 100%;
}
.wel-banner .wel-banner-ul, .wel-banner .wel-banner-li {
  width: 100% !important;
  height: 100% !important;
}
.wel-banner .wel-banner-a {
  display: block;
  position: relative;
  height: 100%;
}

.hd01 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 10px;
  text-align: center;
}
.hd01 li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
}
.hd01 li.on {
  background: #0362af;
  border-color: #0362af;
}
.hd04 {
  width: 100%;
  text-align: center;
  overflow: visible;
}
.hd04 li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0362af;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
}
.hd04 li.on {
  background: #0362af;
  border-color: #0362af;
}

.hd02 {
  text-align: center;
  width: 100%;
  height: 18px;
  text-align: center;
  margin-top: 26px;
}
.hd02 ul {
  display: inline-block;
}
.hd02 .hd02-line {
  height: 2px;
  width: 114px;
  background: #333;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 134px;
  transition: all .3s linear;
}
.hd02 li {
  text-align: left;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0 9px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  font-family: "Arial";
  transition: all .3s linear;
}
.hd02 li.on {
  width: 146px;
  font-size: 18px;
}

.hd03 {
  margin-top: 14px;
  text-align: center;
}
.hd03 li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
  margin: 0 7px;
  cursor: pointer;
  background: #ccc;
}
.hd03 li.on {
  background: #277fe2;
}

.active .wel-banner-txts .wel-banner-en, .active .wel-banner-txts .wel-banner-h1, .active .wel-banner-txts .wel-banner-h2, .active .wel-banner-txts .wel-banner-more {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.wel-banner-txts {
  position: absolute;
  top: 50%;
  left: 12.8%;
  width: 826px;
  color: #fff;
}
.wel-banner-txts .wel-banner-en {
  font-size: 38px;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: all .8s ease;
}
.wel-banner-txts .wel-banner-h1 {
  font-size: 72px;
  line-height: 1.5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: all .8s ease .1s;
}
.wel-banner-txts .wel-banner-h2 {
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 56px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: all .8s ease .2s;
}
.wel-banner-txts .wel-banner-more {
  font-size: 16px;
  line-height: 50px;
  width: 240px;
  background: #fff;
  border-radius: 25px;
  color: #0362af;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: all .8s ease .3s;
}

.wel-about-dl {
  padding-top: 20px;
  width: 460px;
  color: #999;
}
.wel-about-dl:hover {
  color: #999;
}
.wel-about-dl .about-title-cn {
  font-size: 30px;
  line-height: 1;
  color: #262626;
}
.wel-about-dl .about-title-en {
  font-size: 13px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 48px;
}
.wel-about-dl .mains {
  margin-right: 12px;
}
.wel-about-dl .about-dt {
  width: 340px;
  font-size: 16px;
  line-height: 1.88;
}
.wel-about-dl .more2 {
  margin-top: 94px;
}

.slimScrollBar {
  height: 70px !important;
}

.slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}

.wel-about-dr {
  width: 400px;
}

.more2 {
  font-size: 12px;
  line-height: 34px;
  width: 128px;
  border: 1px solid #c3c3c3;
  border-radius: 17px;
  color: #333;
  text-align: center;
}
.more2:hover {
  background: #0362af;
  color: #fff;
}

.wel-about-dm {
  padding-top: 20px;
  width: 250px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.wel-about-dm .wel-about-ico {
  width: 32px;
  margin-bottom: 12px;
}
.wel-about-dm .wel-about-item {
  height: 110px;
}

.img100 {
  display: block;
  width: 100%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.core-banner {
  position: relative;
}
.core-banner .core-cn {
  font-size: 26px;
  line-height: 1.2;
}
.core-banner .core-en {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.core-banner .core-dt {
  font-size: 12px;
  line-height: 1.8;
  max-height: 110px;
  overflow: hidden;
}
.core-banner .core-more {
  margin-top: 62px;
  font-size: 17px;
  line-height: 1;
  padding-right: 34px;
  display: inline-block;
  background: url(../img/i14.png) no-repeat right center;
}
.core-banner .table-cell {
  padding-left: 40px;
  padding-right: 28px;
}
.core-banner .hover-img {
  display: block;
  width: 115px;
  height: 115px;
  position: absolute;
  right: 38px;
  bottom: 24px;
}
.core-banner .hover {
  background: url(../img/bg31.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .8s ease;
}
.core-banner .unhover {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 44px;
  background: url(../img/bg2.png) no-repeat center top;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .8s ease;
  padding-bottom: 24px;
}
.core-banner .core-ico {
  float: left;
  width: 42px;
  margin-right: 14px;
}
.core-banner .core-h1 {
  font-size: 21px;
  line-height: 28px;
}
.core-banner .item-a {
  color: #fff;
  display: block;
  height: 488px;
  position: relative;
  overflow: hidden;
}
.core-banner .item-a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.core-banner .item-a:hover .unhover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.owl-controls {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  position: absolute;
  top: -51px;
  width: 50px;
  height: 102px;
  transition: all .3s linear;
  color: transparent;
}
.owl-controls .owl-prev {
  left: 0;
  background: url(../img/prev1.png) no-repeat center;
}
.owl-controls .owl-prev:hover {
  background: url(../img/prev1on.png) no-repeat center;
}
.owl-controls .owl-next {
  right: 0;
  background: url(../img/next1.png) no-repeat center;
}
.owl-controls .owl-next:hover {
  background: url(../img/next1on.png) no-repeat center;
}

.moudle-titles {
  text-align: center;
  padding-top: 118px;
  padding-bottom: 56px;
}
.moudle-titles .moudle-cn {
  font-size: 48px;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.moudle-titles .moudle-en {
  font-size: 18px;
  line-height: 1;
  color: #0362af;
}

.toCap {
  text-transform: capitalize;
}

.wel-service .ser-banner-a {
  display: block;
  position: relative;
  color: #888;
  height: 506px;
}
.wel-service .ser-banner-a:hover {
  color: #888;
}
.wel-service .ser-banner-img {
  width: 647px;
}

.ser-banner-txts {
  position: absolute;
  top: 34px;
  right: 0;
  width: 574px;
  height: 436px;
  background-color: #f8f8f8;
  box-shadow: 0 0 20px #999;
}
.ser-banner-txts .txt-wrap {
  padding: 78px 50px 0;
}
.ser-banner-txts .ser-cn {
  font-size: 24px;
  line-height: 1.1;
  color: #333;
}
.ser-banner-txts .ser-line {
  display: block;
  width: 40px;
  height: 4px;
  background: #0362af;
  margin: 24px 0 30px;
}
.ser-banner-txts .ser-en {
  font-size: 13px;
  line-height: 2;
  color: #666;
}
.ser-banner-txts .ser-dt {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 52px;
  max-height: 72px;
  overflow: hidden;
}
.ser-banner-txts .ser-more {
  font-size: 14px;
  line-height: 36px;
  width: 140px;
  border-radius: 18px;
  color: #333;
  text-align: center;
  border: 1px solid #c3c3c3;
  transition: all .3s linear;
}
.ser-banner-txts .ser-more:hover {
  background: #0362af;
  border-color: #0362af;
  color: #fff;
}

.wel-news-btns {
  text-align: center;
}
.wel-news-btns .wel-news-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #999;
  vertical-align: top;
  padding-bottom: 20px;
  transition: all .3s linear;
  border-bottom: 3px solid transparent;
}
.wel-news-btns .wel-news-btn.cur, .wel-news-btns .wel-news-btn:hover {
  color: #0362af;
  border-color: #0362af;
}
.wel-news-btns .news-line {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 24px;
  margin: 0 28px;
  background: #e5e5e5;
}

.more1 {
  width: 220px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-radius: 24px;
  margin: 54px auto 0;
  display: block;
  background: #ebebeb;
  transition: all .3s linear;
}
.more1:hover {
  background: #0362af;
  color: #fff;
}

.news-ajax-mains, .baner-ajax-mains, .cell-ajax-mains {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.news-ajax-mains.cur, .baner-ajax-mains.cur, .cell-ajax-mains.cur {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}

.wel-news .news-items-wrap {
  border-bottom: 1px solid #e5e5e5;
}
.wel-news .news-item {
  display: block;
  color: #888;
  padding: 44px 0;
  border-top: 1px solid #e5e5e5;
}
.wel-news .news-item:hover {
  color: #fff;
  background: #0362af;
}
.wel-news .news-item:hover .news-item-mains {
  transform: translateX(-30px);
}
.wel-news .news-item:hover .news-title {
  color: #fff;
}
.wel-news .news-item-mains {
  float: right;
  width: 898px;
  transition: all .5s linear;
  transform: translateX(0);
  background: url(../img/i19.png) no-repeat right center;
}
.wel-news .news-title {
  font-size: 20px;
  line-height: 1;
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  transition: all .5s linear;
}
.wel-news .news-dt {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.wel-news .news-txts {
  float: left;
  width: 586px;
}
.wel-news .news-dates {
  float: left;
  text-align: right;
  font-family: "century";
  line-height: 1;
  margin-right: 36px;
}
.wel-news .news-month {
  display: block;
  font-size: 55px;
  margin-bottom: 10px;
}
.wel-news .news-year {
  display: block;
  font-size: 18px;
}

.wel-coop {
  padding-bottom: 90px;
}

.inner-banner {
  height: 700px;
  font-size: 72px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  padding-left: 12.8%;
}
.inner-banner .inner-banner-line {
  display: block;
  width: 70px;
  height: 5px;
  background: #fff;
  margin-top: 54px;
}

.disease-nav-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  padding-top: 58px;
}
.disease-nav-wrap .dis-nav-a {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #666;
  float: left;
  transition: all .3s linear;
}
.disease-nav-wrap .dis-nav-a:hover, .disease-nav-wrap .dis-nav-a.cur {
  color: #0362af;
}
.disease-nav-wrap .dis-nav-line {
  float: left;
  width: 1px;
  height: 28px;
  background: #ccc;
  margin: 0 40px;
}

.discovery-mains .dis-a {
  display: block;
  background: #fafafa;
  margin-bottom: 38px;
  box-shadow: 0 0 10px #ccc;
}
.discovery-mains .dis-img {
  width: 600px;
}
.discovery-mains .dis-txt {
  width: 500px;
  padding: 40px 20px 0 44px;
}
.discovery-mains .dis-cn {
  font-size: 24px;
  line-height: 1.1;
  color: #333;
}
.discovery-mains .dis-en {
  font-size: 13px;
  line-height: 2;
  color: #666;
}
.discovery-mains .dis-dt {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 40px;
  height: 156px;
  overflow: hidden;
  color: #666;
  margin-top: 20px;
  width: 530px;
}
.discovery-mains .mains {
  margin-right: 22px;
}
.discovery-mains .dis-more {
  font-size: 14px;
  line-height: 36px;
  width: 140px;
  border-radius: 18px;
  color: #333;
  text-align: center;
  border: 1px solid #c3c3c3;
  transition: all .3s linear;
}
.discovery-mains .dis-more:hover {
  background: #0362af;
  border-color: #0362af;
  color: #fff;
}

.discovery-nav-wrap {
  text-align: center;
  padding-top: 52px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 54px;
}
.discovery-nav-wrap .dis-nav-a {
  float: left;
  width: 49%;
}
.discovery-nav-wrap .dis-nav-a:hover .nav-cn, .discovery-nav-wrap .dis-nav-a:hover .nav-en, .discovery-nav-wrap .dis-nav-a.cur .nav-cn, .discovery-nav-wrap .dis-nav-a.cur .nav-en {
  color: #0362af;
}
.discovery-nav-wrap .dis-nav-a:hover .unhover, .discovery-nav-wrap .dis-nav-a.cur .unhover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.discovery-nav-wrap .dis-nav-a:hover .hover, .discovery-nav-wrap .dis-nav-a.cur .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.discovery-nav-wrap .dis-nav-a:hover .nav-a-sline, .discovery-nav-wrap .dis-nav-a.cur .nav-a-sline {
  width: 100%;
  background: #0362af;
  opacity: 1;
  filter: alpha(opacity=100);
}
.discovery-nav-wrap .dis-nav-line {
  float: left;
  width: 1px;
  height: 54px;
  background: #ccc;
}
.discovery-nav-wrap .nav-a-sline {
  position: relative;
  top: 1px;
  display: block;
  width: 1px;
  height: 3px;
  background: transparent;
  margin: 20px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s linear;
}
.discovery-nav-wrap .nav-cn {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-bottom: 4px;
}
.discovery-nav-wrap .nav-en {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #666;
}
.discovery-nav-wrap .dis-nav-txt {
  display: inline-block;
}
.discovery-nav-wrap .dis-nav-ico {
  top: 10px;
  margin-right: 18px;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  position: relative;
}
.discovery-nav-wrap .hover {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .5s ease;
}
.discovery-nav-wrap .unhover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .5s ease;
}

.know-mains {
  text-align: center;
}
.know-mains .know-title {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.know-mains .know-items {
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.know-mains .know-items.know-items2 {
  border-bottom-color: transparent;
}
.know-mains .know-th {
  background: #f5f5f5;
  color: #333;
  font-size: 24px;
}
.know-mains .know-td {
  font-size: 16px;
  color: #666;
}
.know-mains .know-th, .know-mains .know-td {
  padding: 17px;
  border-right: 1px solid #ccc;
}
.know-mains .know-table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 32px;
}
.know-mains .know-tr {
  border-bottom: 1px solid #ccc;
}

.bgf5 {
  background: #f5f5f5;
}

.disease-mains {
  padding-top: 74px;
  padding-bottom: 150px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.disease-mains img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.disease-mains .disease-h1 {
  font-size: 36px;
  font-weight: bold;
  color: #0362af;
  line-height: 60px;
}
.disease-mains .disease-dt1 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding-top: 6px;
  padding-bottom: 36px;
}
.disease-mains .cell-txts-slimScroll {
  height: 192px;
}
.disease-mains .cell-txts {
  float: left;
  width: 648px;
}
.disease-mains .cell-txts.w50 {
  width: 50%;
}
.disease-mains .mains {
  margin-right: 12px;
}
.disease-mains .dl-txts {
  width: 48.6%;
}
.disease-mains .cell-imgs {
  float: left;
  width: 502px;
  padding-left: 38px;
}
.disease-mains .cell-imgs img {
  display: inline-block;
  float: right;
  max-width: 100%;
}
.disease-mains .cell-imgs.w50 {
  padding-left: 0;
  width: 50%;
}
.disease-mains .disease-h2, .disease-mains .disease-h2-cn {
  font-size: 26px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.disease-mains .disease-h2 {
  margin-bottom: 34px;
}
.disease-mains .disease-h2-en {
  margin-top: 14px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}

.cell-items3 {
  box-shadow: 0 0 10px #ccc;
  margin: 56px 0;
}
.cell-items3 .disease-dt1 {
  padding: 0;
}
.cell-items3 .cell-txts-wrap {
  padding: 36px 36px 0;
}

.cell-items2 .cell-imgs {
  padding-top: 82px;
}

.disease-items2 .disease-img {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 17px;
}
.disease-items2 .disease-img:nth-child(4n) {
  margin-right: 0;
}

.disease-items3 {
  margin-top: 45px;
  background: #fafafa;
  box-shadow: 0 0 10px #ccc;
}
.disease-items3 .items3-dt {
  font-size: 18px;
  line-height: 28px;
  color: #777;
  width: 490px;
  height: 270px;
}
.disease-items3 .items3-dt p {
  margin-bottom: 10px;
}
.disease-items3 .mains {
  margin-right: 12px;
}
.disease-items3 .slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}
.disease-items3 .items3-img {
  float: left;
  width: 50%;
}
.disease-items3 .items3-txts {
  float: left;
  width: 50%;
}
.disease-items3 .items3-txts-wrap {
  padding: 42px 34px;
}

.process-wrap .process-item {
  position: relative;
  width: 270px;
  height: 150px;
  padding: 30px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 8px;
}
.process-wrap .process-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #50a3e0;
  margin: 15px 0 12px;
}
.process-wrap .process-next1 {
  float: left;
  width: 100px;
  height: 210px;
  background: url(../img/next2.png) no-repeat center;
}
.process-wrap .process-next2 {
  float: right;
  width: 100%;
  height: 92px;
  background: url(../img/next22.png) no-repeat 1040px center;
}
.process-wrap .process-next3 {
  float: right;
  width: 100px;
  height: 210px;
  background: url(../img/next23.png) no-repeat center;
}
.process-wrap .process-next4 {
  float: right;
  width: 100%;
  height: 92px;
  background: url(../img/next22.png) no-repeat 146px center;
}
.process-wrap .process-h1 {
  font-size: 22px;
  line-height: 1;
  color: #333;
}
.process-wrap .process-dt {
  font-size: 16px;
  line-height: 30px;
  color: #888;
  max-height: 90px;
  overflow: hidden;
}
.process-wrap .process-num {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: inline-block;
  text-align: right;
  font-size: 50px;
  line-height: 44px;
  overflow: hidden;
  height: 34px;
  color: #50a3e0;
  font-family: "bebas";
}

.banker-ajax-btns {
  border-bottom: 1px solid #ccc;
  padding-top: 18px;
}
.banker-ajax-btns .banker-ajax-btn {
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 1px;
  transition: all .3s linear;
  cursor: pointer;
}
.banker-ajax-btns .banker-ajax-btn:hover, .banker-ajax-btns .banker-ajax-btn.cur {
  border-bottom-color: #0362af;
  color: #0362af;
}
.banker-ajax-btns .banker-ajax-cir {
  display: inline-block;
  float: left;
  margin: 6px 18px 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #999;
}

.team-mains {
  padding-top: 30px;
  padding-bottom: 110px;
}
.team-mains .team-a {
  display: block;
  padding: 50px 50px 20px 0;
  border-bottom: 1px solid #ccc;
  background: url(../img/p1.png) no-repeat center right;
}
.team-mains .team-a:hover .team-name {
  color: #0362af;
}
.team-mains .team-dt {
  max-width: 800px;
  max-height: 60px;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 16px;
  padding-top: 20px;
}
.team-mains .team-name {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.team-mains .team-img {
  margin-right: 50px;
  width: 153px;
  height: 153px;
  overflow: hidden;
}

.research-mains {
  padding-top: 100px;
  padding-bottom: 120px;
}
.research-mains .slimScrollBar {
  height: 100px;
}
.research-mains .slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}
.research-mains .research-a {
  display: block;
}
.research-mains .research-img {
  float: left;
  width: 678px;
}
.research-mains .research-txt {
  position: relative;
  top: 70px;
  float: right;
  width: 480px;
  color: #fff;
}
.research-mains .research-dt {
  padding-right: 12px;
  font-size: 16px;
  line-height: 30px;
}
.research-mains .research-dt-wrap {
  float: right;
  width: 554px;
  height: 234px;
  padding: 52px 32px 74px;
  background: url(../img/bg4.png) no-repeat center;
  background-size: cover;
}
.research-mains .mains {
  margin-right: 12px;
}
.research-mains .research-h2-cn {
  float: left;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.research-mains .research-h2-en {
  float: left;
  font-size: 13px;
  line-height: 1;
  color: #666;
  margin: 10px 0 44px;
}
.research-mains .research-more {
  display: block;
  font-size: 12px;
  line-height: 34px;
  width: 128px;
  border: 1px solid #c3c3c3;
  border-radius: 17px;
  color: #fff;
  margin-top: 46px;
  text-align: center;
}
.research-mains .research-more:hover {
  background: #fff;
  color: #0362af;
}

.news {
  padding-bottom: 70px;
}
.news .news-img {
  float: left;
  width: 382px;
}
.news .news-txt {
  float: right;
  width: 750px;
}
.news .news-title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin: 14px 0 16px;
  transition: all .3s linear;
}
.news .news-dt {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 34px;
  max-height: 78px;
  overflow: hidden;
}
.news .news-a {
  display: block;
  color: #888;
  border-bottom: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 1;
  transform: translate(0, 0);
}
.coop-mains .coop-item {
  opacity: 1;
  transform: translate(0, 0);
}
.news .news-a:hover .news-title {
  color: #0362af;
}
.news .news-time {
  padding-left: 30px;
  background: url(../img/time.png) no-repeat left center;
  line-height: 22px;
  font-size: 16px;
}

.news-more {
  cursor: pointer;
  margin-top: 42px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #888;
}
.news-more .more-txts, .news-more .more-num-cur {
  display: inline-block;
}
.news-more .more-num-cur {
  margin-right: 6px;
}
.news-more .more-num-cur {
  color: #0362af;
}
.news-more .more-nums {
  display: inline-block;
  margin: 0 10px;
}
.news-more .more-ico1 {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url(../img/next3.png) no-repeat center;
}

.disease-mains.culture-mains .disease-dt1 {
  font-size: 24px;
  line-height: 34px;
}

.benefits-mains .benefits-items2 {
  margin-top: 30px;
}
.benefits-mains .benefits-items1 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
}
.benefits-mains .benefits-img {
  float: left;
  width: 600px;
}
.benefits-mains .benefits-img.even {
  float: right;
  margin-left: 20px;
}
.benefits-mains .mains {
  margin-right: 12px;
}
.benefits-mains .benefits-txt {
  padding-top: 46px;
  width: 560px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.benefits-mains .slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}
.benefits-mains .benefits-items1 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
}
.benefits-mains .benefits-num {
  font-size: 44px;
  color: #0362af;
  font-family: "bebas";
  line-height: 1;
  margin-bottom: 10px;
}

.recruit {
  padding-bottom: 80px;
}

.recruit-list2 {
  margin-top: 28px;
}
.recruit-list2 .recruit-items {
  background: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
.recruit-list2 .recruit-items.cur {
  border-bottom-color: transparent;
}
.recruit-list2 .recruit-items000 {
  padding-top: 26px;
  padding-bottom: 28px;
  width: 25%;
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.recruit-list2 .dt001 {
  color: #333;
}
.recruit-list2 .recruit-mains {
  padding: 50px 0 120px;
}
.recruit-list2 .recruit-td {
  float: left;
  width: 21%;
  box-sizing: border-box;
  padding-left: 42px;
  *width: 16%;
}
.recruit-list2 .recruit-td2 {
  width: 15%;
  text-align: right;
  padding-right: 42px;
  padding-left: 0;
  *width: 12%;
}
.recruit-list2 .recruit-title1 {
  color: #fff;
  font-size: 16px;
  background: #0362af;
  line-height: 60px;
}
.recruit-list2 .recruit-top {
  font-size: 14px;
  color: #727171;
  line-height: 60px;
  cursor: pointer;
  transition: all .3s linear;
}
.recruit-list2 .recruit-top .recruit-td2 {
  color: #0362af;
}
.recruit-list2 .recruit-dt001 {
  padding-top: 24px;
  padding-bottom: 50px;
  margin-bottom: 38px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.recruit-list2 .recruit-bot {
  display: none;
  padding: 0 34px 20px;
  margin: 0 42px;
  background: #fff;
}
.recruit-list2 .recruit-bot-h5 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
}
.recruit-list2 .recruit-bot-dt {
  font-size: 14px;
  line-height: 26px;
  color: #727171;
  padding-top: 16px;
}
.recruit-list2 .bot-dl {
  float: left;
  width: 440px;
}
.recruit-list2 .bot-dl1 {
  margin-right: 100px;
}
.recruit-list2 .recruit-bot-a {
  width: 174px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0362af;
  border-radius: 24px;
  transition: all .3s ease;
}

.coop-mains .coop-item {
  float: left;
  width: 33%;
  border-top: 1px solid #e5e5e5;
  padding: 49px 0;
  border-right: 1px solid #e5e5e5;
}
.coop-mains .coop-item:nth-child(3n) {
  border-right-color: transparent;
}
.coop-mains .coop-item:first-child, .coop-mains .coop-item:nth-child(2), .coop-mains .coop-item:nth-child(3) {
  border-top-color: transparent;
}
.coop-mains .img100 {
  width: 245px;
  height: 77px;
  margin: 0 auto;
}

.coop {
  padding: 72px 0;
}

.about-list1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-list1 .slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}
.about-list1 .slimScrollBar {
  height: 70px !important;
}
.about-list1 .mains {
  margin-right: 12px;
}
.about-list1 .about-intro {
  float: right;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  top: -100px;
  width: 564px;
  height: 370px;
  padding: 74px 18px 32px 70px;
}
.about-list1 .about-nums-wrap {
  position: relative;
  top: -40px;
}
.about-list1 .intro-cn {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.about-list1 .intro-en {
  font-size: 28px;
  line-height: 1;
  color: #666;
  margin-top: 16px;
  margin-bottom: 28px;
}
.about-list1 .intro-dt {
  font-size: 14px;
  line-height: 26px;
  color: #888;
}
.about-list1 .about-num {
  color: #0362af;
  font-size: 26px;
  margin-bottom: 20px;
}
.about-list1 .about-num .num {
  font-size: 114px;
}
.about-list1 .middle .about-num, .about-list1 .fr .about-num {
  font-size: 52px;
}
.about-list1 .about-nums-item, .about-list1 .middle .about-nums-item, .about-list1 .fr .about-nums-item {
  line-height: 90px;
  font-family: "bebas";
}
.about-list1 .about-nums-item.middle, .about-list1 .middle .about-nums-item.middle, .about-list1 .fr .about-nums-item.middle {
  display: inline-block;
  margin: 0 auto;
}
.about-list1 .about-nums-item.fl, .about-list1 .middle .about-nums-item.fl, .about-list1 .fr .about-nums-item.fl {
  width: 253px;
}
.about-list1 .about-nums-wrap {
  height: 180px;
  text-align: center;
}
.about-list1 .about-num-txt {
  font-size: 18px;
  line-height: 1;
  color: #666;
}

.about-list2 .culture-ico {
  margin: 0 auto 48px;
  width: 72px;
}
.about-list2-mains {
  text-align: center;
}
.about-list2 .about-list2-item {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  width: 198px;
  margin-left: 50px;
  text-align: center;
}
.about-list2 .about-list2-item:first-child {
  margin-left: 0;
}
.about-list2 .about-list2-item:nth-child(5n) {
  margin-right: 0;
}
.about-list2 .culture-cn {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
.about-list2 .culture-en {
  font-size: 15px;
  line-height: 1;
  color: #666;
  margin: 6px 0 16px;
}
.about-list2 .culture-dt {
  font-size: 15px;
  line-height: 24px;
  color: #888;
}

.bgf8 {
  background: #f8f8f8;
}

.about-list3 {
  padding-top: 20px;
  margin-top: 70px;
  background-image: url(../img/bg32.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-list3 .mains {
  margin-right: 12px;
}
.about-list3 .moudle-titles {
  padding-top: 40px;
  padding-bottom: 36px;
  padding-left: 276px;
}
.about-list3 .man-occupation {
  font-size: 24px;
  line-height: 42px;
  color: #666;
  text-align: right;
  margin-top: 54px;
}
.about-list3 .about-list3-imgs {
  float: right;
  width: 318px;
}
.about-list3 .about-list3-txts {
  float: left;
  width: 800px;
  margin-left: 65px;
}
.about-list3 .list3-dt-wrap {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

.about-list4 {
  padding-bottom: 120px;
}

.about-list4-banner {
  overflow: hidden;
}
.about-list4-banner .about-banner-li {
  width: 213px !important;
  margin-right: 32px !important;
  float: left;
  background: #e6e6e6;
}
.about-list4-banner .about-banner-li:hover .about-cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-list4-banner .about-banner-a {
  display: block;
  position: relative;
}
.about-list4-banner .about-cover {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s linear;
  background: url(../img/cover1.png) no-repeat center;
  background-size: cover;
}

.wel-core {
  position: relative;
  overflow: visible;
}
.wel-core .wel-core-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: -136px;
  height: 554px;
  background: url(../img/bg01.png) no-repeat top right;
  background-size: cover !important;
}

.wel-banner, .wel-about, .wel-core-mains, .wel-service, .wel-news, .wel-coop {
  overflow: hidden;
}

.discovery-mains {
  padding-bottom: 60px;
}

.know-mains .know-th1, .know-mains .know-td1 {
  width: 85px !important;
}

.know-mains .know-th2, .know-mains .know-td2 {
  width: 188px !important;
}

.know-mains .know-th3, .know-mains .know-td3 {
  width: 633px !important;
}

.know-mains .know-th4, .know-mains .know-td4 {
  width: 157px !important;
}

.newsInfo {
  padding: 60px 30px;
  background: #fff;
}
.newsInfo img {
  margin: 0 auto;
  /* 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: 40px 0;
  margin-bottom: 40px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.newsInfo .info-bot-dl {
  width: 70%;
  color: #666;
  font-size: 14px;
  line-height: 36px;
}
.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: #0362af;
  color: #fff;
  font-size: 14px;
  transition: all .3s linear;
}
.newsInfo .news-return-a:hover {
  transform: translate(0, -5px);
}

.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0, 0.35, 0.14, 1.1);
}

.header .js-m {
  transform: translate(-30px, 0);
}

.js-m.animate, .header .js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.delay1 {
  transition-delay: .1s;
}

.delay2 {
  transition-delay: .2s;
}

.delay3 {
  transition-delay: .3s;
}

.about-s2 {
  display: inline-block;
  position: relative;
  top: 12px;
}

@media (max-width: 1900px) {
  .header .nav-li .nav-a {
    padding: 8px 32px;
  }

  .wel-banner {
    height: 800px;
  }
}
@media (min-width: 1701px) {
  .owl-controls.none {
    display: none !important;
  }
}
@media (max-width: 1700px) {
  .header .nav-li .nav-a {
    padding: 4px 32px;
  }

  .inner-banner {
    height: 600px;
  }

  .wel-banner {
    height: 700px;
  }

  .disease-mains.culture-mains .disease-dt1, .benefits-mains .benefits-items1 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .header .h-bot-h1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wel-banner-txts .wel-banner-h1 {
    font-size: 60px;
  }

  .wel-banner-txts .wel-banner-en {
    font-size: 40px;
  }

  .wel-banner-txts .wel-banner-more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  .wel-banner {
    height: 600px;
  }

  .pad226 {
    padding-left: 180px;
  }

  .header .nav-li .nav-a {
    padding: 4px 16px;
  }

  .inner-banner {
    height: 500px;
  }

  .header {
    width: 180px;
  }

  .bocweb-logo .img100 {
    width: 140px;
  }

  .bocweb-logo {
    padding: 12px 0;
  }

  .header .h-bot-img {
    display: none;
  }

  .header .h-bot-h2 {
    display: none;
  }
}
@media (min-width: 1500px) {
  .wel-about-dm {
    margin-left: 40px;
  }
}
@media (max-width: 1500px) {
  .bocweb-footer .footer-nav-item {
    margin-right: 0;
  }

  .bocweb-footer .footer-ewm-wrap {
    margin-left: 0;
  }

  .about-list3 .moudle-titles {
    padding-left: 370px;
  }

  .process-wrap .process-item {
    width: 226px;
    height: 130px;
    padding: 20px 20px 30px;
  }

  .process-wrap .process-next1, .process-wrap .process-next3 {
    width: 80px;
    height: 178px;
  }

  .process-wrap .process-next2 {
    height: 80px;
    background: url(../img/next22.png) no-repeat 814px center;
  }

  .process-wrap .process-next4 {
    height: 80px;
    background: url(../img/next22.png) no-repeat 116px center;
  }

  .process-wrap .process-dt {
    font-size: 14px;
    line-height: 24px;
    max-height: 72px;
  }

  .process-wrap .process-num {
    font-size: 44px;
  }

  .news .news-txt {
    width: 530px;
  }

  .disease-mains .cell-txts-slimScroll {
    height: 168px;
  }

  .disease-nav-wrap {
    padding-top: 18px;
  }

  .about-list3 .man-occupation {
    font-size: 22px;
  }

  .about-list2 .culture-dt {
    font-size: 13px;
  }

  .recruit-list2 .bot-dl {
    width: 380px;
  }

  .recruit-list2 .recruit-bot-a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  .recruit-list2 .bot-dl1 {
    margin-right: 40px;
  }

  .benefits-mains .benefits-txt {
    padding-top: 20px;
    width: 440px;
    font-size: 14px;
  }

  .benefits-mains .benefits-img {
    width: 480px;
  }

  .research-mains .research-h2-cn {
    font-size: 26px;
  }

  .research-mains .research-txt {
    top: 30px;
    width: 380px;
  }

  .research-mains .research-img {
    width: 540px;
  }

  .team-mains .team-dt {
    max-width: 600px;
  }

  .disease-mains .cell-txts {
    width: 528px;
  }

  .disease-mains .cell-imgs {
    width: 378px;
  }

  .cell-items4 .cell-imgs {
    padding-top: 50px;
  }

  .disease-items3 .items3-dt {
    width: 412px;
    height: 220px;
    font-size: 16px;
  }

  .disease-nav-wrap .dis-nav-line {
    margin: 0 36px;
  }

  .disease-nav-wrap .dis-nav-a {
    font-size: 16px;
  }

  .disease-mains .disease-h1 {
    font-size: 32px;
  }

  .disease-mains .dl-txts {
    width: 100%;
  }

  .disease-mains .disease-h2 {
    font-size: 28px;
  }

  .discovery-nav-wrap {
    padding-top: 20px;
  }

  .discovery-mains {
    padding-bottom: 60px;
  }

  .know-mains .know-th, .know-mains .know-td {
    padding: 17px 7px;
  }

  .know-mains .know-th1, .know-mains .know-td1 {
    width: 65px !important;
  }

  .know-mains .know-th2, .know-mains .know-td2 {
    width: 158px !important;
  }

  .know-mains .know-th3, .know-mains .know-td3 {
    width: 500px !important;
  }

  .know-mains .know-th4, .know-mains .know-td4 {
    width: 150px !important;
  }

  .wel-core .wel-core-bg {
    top: -80px;
  }

  .discovery-mains .dis-img {
    width: 480px;
  }

  .discovery-mains .dis-dt {
    width: 425px;
    height: 130px;
    margin-bottom: 30px;
  }

  .discovery-mains .dis-txt {
    width: 426px;
    padding: 30px 20px 0 34px;
  }

  .inner-banner {
    font-size: 60px;
  }

  .moudle-titles {
    padding-top: 80px;
  }

  .about-list3 .about-list3-txts {
    width: 556px;
    margin-left: 20px;
  }

  .about-list2 .about-list2-item {
    width: 168px;
    margin-right: 30px;
  }

  .about-list1 .about-num .num {
    font-size: 94px;
  }

  .bocweb-footer .footer-nav-item {
    width: 25%;
  }

  .footnav-wrap {
    width: 100%;
  }

  .bocweb-footer .footer-ewm-wrap, .footer-tele-wrap {
    margin-top: 30px;
  }

  .footer-tele-wrap {
    margin-left: 116px;
    float: left;
  }

  .wel-news .news-txts {
    width: 580px;
  }

  .more1 {
    width: 180px;
  }

  .wel-news .news-month {
    font-size: 46px;
  }

  .wel-news .news-item-mains {
    width: 880px;
  }

  .moudle-titles .moudle-cn {
    font-size: 42px;
  }

  .w1188, .w1200 {
    width: 960px;
  }

  .wel-about-dl .more2 {
    margin-top: 30px;
  }

  .wel-about-dl .about-title-en {
    margin-bottom: 30px;
  }

  .wel-about-dm {
    width: 230px;
  }

  .wel-about-dl {
    width: 400px;
  }

  .wel-about-dr {
    width: 330px;
  }

  .wel-about-dl .about-title-en {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .wel-banner-txts .wel-banner-h1 {
    font-size: 48px;
  }

  .wel-banner-txts .wel-banner-en {
    font-size: 36px;
  }

  .wel-banner-txts {
    left: 9%;
  }

  .core-banner .core-cn {
    font-size: 22px;
  }

  .core-banner .hover-img {
    width: 80px;
    height: 80px;
  }

  .core-banner .core-h1 {
    font-size: 18px;
    line-height: 43px;
  }
}
@media (max-width: 1300px) {
  .header-bot {
    display: none;
  }

  .header .nav-li .nav-txt {
    font-size: 14px;
  }
}

/*20180525begin*/
.news-banner-wrap01 {
  display: block;
}
.news-banner-wrap01 {
  display: none;
}
.ewm-wrap02 {
  text-align: center;
  padding: 0 20px;
}
.ewm-wrap02 .ewm-item {
  display: inline-block;
  width: 82px;
}
.bocweb-footer .footer-ewm-wrap {
  width: 220px;
  margin-left: 0;
}
.bocweb-footer .ewm-item {
  width: 100px;
}
@media (max-width: 1560px) {
  .ewm-wrap02 {
    display: none;
  }
}
.vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -1.3em;
}
.video-js {
  margin: 0 auto;
}
.bgblue {
  padding: 10px 0;
  background: #3581bf;
  box-shadow: 0 0 10px #ddd;
}
.marquee {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  animation: marquee 20s linear infinite;
  position: relative;
}

.marquee:hover {
  animation-play-state: paused
}
@keyframes marquee {
    0%   { text-indent: 600px; }
    100% { text-indent: -1210px; }
}
