body {
    -webkit-text-size-adjust: 100% !important;
}
#MedicalSolutions{
        padding-bottom: 4.8rem;
}
.row{
    margin:0;
}
.seeMore {
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
  border-top: 1.5px solid #007db3;
  border-right: 1.5px solid #007db3;
}
hr {
  border-top-color: #c3c7ca;
}
hr.bsc-hr-grey-dark-dotted {
  border-top-color: #6a737b;
  border-style: dotted;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
main,
section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2 {
  margin-top: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}
h1,
h2 {
  font-weight: 500;
}
hr {
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container-fluid {
  width: 100%;
  padding-right: 14px;
  padding-right: 1.4rem;
  padding-left: 14px;
  padding-left: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col,
.col-12,
.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.border-0 {
  border: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.w-100 {
  width: 100% !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}

.bsc-text-color-bsc-blue {
  color: #003c71 !important;
}

.bsc-text-color-white {
  color: #fff !important;
}

.bsc-text-color-bsc-blue:hover {
  color: #003c71;
}

.bsc-text-color-white:hover {
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0 !important;
  color: #6a737b;
  position: relative;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}

/*.container-fluid {*/
/*  padding: 0 !important;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .container {*/
/*    max-width: 580px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    max-width: 940px;*/
/*  }*/
/*}*/
@media screen and (max-width: 940px){
.container {
    padding: 0 20px;
}
}
@media (max-width: 575.98px) {
  .container-fluid .row.bsc-subTitle,.container-fluid .row.bsc-text-block,.container-fluid div.container .row.bsc-subTitle,.container-fluid div.container .row.bsc-text-block
  {
    padding-left: 14px;
    padding-left: 14px;
    padding-left: 1.4rem;
    padding-right: 14px;
    padding-right: 14px;
    padding-right: 1.4rem;
  }
}
main .row .row .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body {
  font-family: Arial, "Microsoft YaHei", PingFangSC-Regular, "Hiragino Sans GB",
    "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
}

.h1,
.h2,
h1,
h2 {
  color: #003c71;
}
.h1,
h1 {
  line-height: 1.2;
}
.h2,
h2 {
  line-height: 1.3;
}
@media (min-width: 576px) {
  .h2,
  h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.h2,
h2 {
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
  margin-bottom: 0;
}
p {
  line-height: 1.7;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
p {
  margin-top: 0;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
}

a {
  color: #007db3;
}
a:hover {
  color: #007db3;
  text-decoration: underline;
}
a h2 {
  color: #007db3;
}
:focus {
  outline: 2px solid #007db3;
  outline-offset: 2px;
}

.bsc-text-block {
  margin-top: 24px !important;
  margin-top: 2.4rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 2.4rem !important;
  width: 100%;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.bsc-subTitle {
  padding: 0.7rem 0;
}

@media (min-width: 992px) {
  .bsc-subTitle h2 {
    font-size: 2.2rem;
  }
}
.bsc-subTitle h2 {
  border-bottom: 0.1rem dotted;
}

.bsc-sectionLandingCarousel {
  margin-top: 1.4rem;
}
.bsc-sectionLandingCarousel .bsc-carousel-item {
  padding: 0;
}
.bsc-sectionLandingCarousel .bsc-carousel-item:first-child {
  display: block;
}

.bsc-sectionLandingCarousel .bsc-carousel-item .bsc-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.4rem 0;
  background: #003c71;
  opacity: 0.85;
}
@media (max-width: 767.98px) {
  .bsc-sectionLandingCarousel .bsc-carousel-item .bsc-banner-content {
    position: relative;
  }
}
.bsc-sectionLandingCarousel .bsc-carousel-item .bsc-banner-content h1 {
  font-size: 2.6rem;
  margin-bottom: 0.7rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  z-index: 101;
}
.bsc-sectionLandingCarousel .bsc-carousel-item .bsc-banner-content p {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  z-index: 101;
      float: inherit;
}

@media (max-width: 767.98px) {
  /*.bsc-sectionLandingCarousel {*/
  /*  margin-left: -14px !important;*/
  /*  margin-left: -1.4rem !important;*/
  /*  margin-right: -14px !important;*/
  /*  margin-right: -1.4rem !important;*/
  /*}*/
}

.cq-colctrl-3d3t1m:after,
.cq-colctrl-3d3t1m:before {
  content: " ";
  display: block;
}
.cq-colctrl-3d3t1m:after {
  clear: both;
}
.cq-colctrl-3d3t1m:after:after,
.cq-colctrl-3d3t1m:after:before,
.cq-colctrl-3d3t1m:before:after,
.cq-colctrl-3d3t1m:before:before {
  content: " ";
  display: block;
}
.cq-colctrl-3d3t1m:after:after,
.cq-colctrl-3d3t1m:before:after {
  clear: both;
}

.cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c0,
.cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c1,
.cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c2 {
  float: left;
  width: 100%;
  position: relative;
}

.parsys_column {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

@media (min-width: 992px){
       .container-fluid{
            padding-top: 0;
    }
}
@media screen and (min-width: 601px) and (max-width: 992px){
    #MedicalSolutions{
            margin-top: 6.9rem;
    }
}

@media screen and (min-width: 650px){
  .seeMore {
    width: 9px;
    height: 9px;
  }
  .cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c0,
  .cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c1,
  .cq-colctrl-3d3t1m .cq-colctrl-3d3t1m-c2 {
    float: left;
    width: 33.33333333333333%;
  }
    .parsys_columnPC{
        display:block;
    }
    .parsys_columnPhone{
        display:none;
    }
}
@media screen and (max-width: 650px){
    /*    p{*/
    /*    font-size:14px;*/
    /*}*/
    /*h2{*/
    /*    font-size: 16px;*/
    /*}*/
 #MedicalSolutions .seeMore {
    width: 7px;
    height: 7px;
  }
  .bsc-text-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cq-colctrl-3d3t1m {
    margin: 1.4rem auto;
  }
  .container [class*="col-"] > .parsys_column {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
           .parsys_columnPC{
        display:none;
    }
        .parsys_columnPhone{
        display:block;
    }
}
@media screen and (max-width: 601px){

    .bsc-subTitle h2{
        font-size:2.3rem!important;
    }
    p{
      font-size:1.6rem!important;  
    }
    .bsc-banner-content h1{
        font-size: 2.3rem !important;
            margin-bottom: 0 !important;
    padding-bottom: 0;
    }
    #MedicalSolutions{
        margin-top:-34px;
    }
       .container-fluid{
            padding-top: 0;
    }
}
