* {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

.location {
  color: #4F6A82 !important;
}

img {
  max-width: 100%;
}

html, body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #333;
}

.bg {
  background-color: #0D2753;
}

.logoSize {
  width: 58%;
}

@media (max-width: 414px) {
  .logoSize {
    width: 90%;
  }
}

.qh-nav div {
  float: left;
  cursor: pointer;
  position: relative;
}

.qh-nav-bar {
  border-top: 1px solid #ccc;
}

.logo_box {
  width: 300px;
  height: 60px;
}

.logo {
  height: 85px;
}

.logoImg {
  height: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.mobile-menu {
  color: #666;
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  background: #f7f7f7;
  border-radius: 3px;
}

.mobile-menu:hover {
  background: #F1F1F1;
  color: #474847;
}

#menuIcon {
  background: #222222;
  color: #fff;
  border-bottom: none;
}

.side-bar {
  height: 100%;
  position: fixed;
  width: 52%;
  z-index: 9999;
  background: #262626;
  top: 0;
  display: none;
}

.side-bar .first-class-mune {
  padding: 10px;
  color: #707070;
}

.side-bar .first-class-mune:hover {
  color: #fff;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8000;
  display: none;
}

.contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  height: 30px;
  color: #fff;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.qh-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 85px;
}

.marginRight {
  margin-right: 50px;
}

#nav-list {
  padding: 10px 0;
}

#nav-list div {
  border-bottom: 1px solid #2E2E2E;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

.lightColor {
  color: #8d949e;
}

.picSize {
  width: 100%;
}

.content {
  line-height: 30px;
  text-align: justify;
  /*  h4{
    margin:0 0 0 10px;
  }*/
}

.content .firstChild {
  margin-top: 0;
}

.marginTop10 {
  margin-top: 10px !important;
}

.marginTop {
  margin-top: 80px !important;
}

.marginTop20 {
  margin-top: 20px !important;
}

.marginTop30 {
  margin-top: 30px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginBottom50 {
  margin-bottom: 50px !important;
}

.paddingLeft {
  padding-left: 0;
}

.paddingRight {
  padding-right: 0;
}

.padding0 {
  padding: 0;
}

.borderBottom {
  border-bottom: 1px solid #E7E7E7;
}

.borderTop {
  border-top: 1px solid #E7E7E7;
}

.justContentCenter {
  justify-content: center;
}

.footer {
  width: 100%;
  padding: 50px 0 20px 0;
  background-color: #0D2753;
  color: #fff;
}

.footer img {
  cursor: pointer;
}

.footer p {
  margin-top: 15px;
}

.fa-paper-plane-o, .fa-phone-square, .fa-map-marker {
  color: #4F6A82;
}

.secondTitle {
  margin: 40px 0 30px 0;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.lineDiv {
  width: 25px;
  height: 3px;
  display: inline-block;
  background: #85C228;
  margin: 0 -10px 0 0;
}

.lineBox {
  width: 80px;
  height: 5px;
  display: inline-block;
  border-top: 1px solid #eee;
  margin: 0 10px;
}

@media (max-width: 414px) {
  .lineBox {
    width: 15px;
    height: 5px;
    display: inline-block;
    border-top: 1px solid #eee;
    margin: 0 10px;
  }
}

.thirdTitle {
  display: flex;
  align-items: center;
  margin: 25px 0 15px 0;
}

.outBox {
  border: 1px solid #eee;
  line-height: 30px;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  margin-top: -2px;
}

.outBox p {
  color: #9C9C9C;
  text-align: center;
}

.invisible {
  visibility: hidden;
}

.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 150px;
  right: 50px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 1000;
}

.actGotop a, .actGotop a:link {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(../images/blog7year_gotop.png) no-repeat;
  background-size: 100%;
}

.actGotop a:hover {
  width: 45px;
  height: 45px;
  background: url(../images/blog7year_gotop1.png) no-repeat;
  outline: none;
  background-size: 100%;
}

/*
.smallLine{
  width: 20px;
  height: 3px;
  background-color:$linkColor ;
}*/
.greenColor {
  color: #B2DD4E;
}

.footer .container .list p {
  cursor: pointer;
}

.footer .container .list p:hover {
  color: #85C228;
  -webkit-transition: color .3s ease-in;
  -moz-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.footer .container .list p a {
  color: #fff;
  text-decoration: none;
}

.footer .container .list p a:hover {
  text-decoration: none;
  color: #85C228;
}

@media (max-width: 414px) {
  .footer .container .list {
    height: auto;
  }
}

.grayBox {
  background: #f7f7f7;
  padding: 50px 0;
}

#footHealth-footer, #gait-footer, #investment-footer {
  cursor: pointer;
}

#footHealth-footer:hover, #gait-footer:hover, #investment-footer:hover {
  color: #FDC800;
}

.top_header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.main_header {
  position: fixed;
  top: 30px;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 23px;
}

.qh-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.qh_mune {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 74%;
  padding-top: 50px;
}

.qh_mune div {
  margin-left: 30px;
  color: #01358d;
  font-weight: bold;
}

.navi_list {
  padding-bottom: 50px;
}

.menu-item-has-children img {
  padding-left: 10px;
}

.sub_menu {
  display: none;
  z-index: 9999;
  width: 240px;
  border-top: 3px solid #000A73;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 70px;
  padding: 20px 0;
}

.sub_menu li {
  list-style: none;
  width: 200px;
  padding: 6px 20px;
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 3px;
}

.sub_menu li:hover {
  background: #eee;
}

.sub_menu_show {
  visibility: visible;
}

.topHight {
  margin-top: 147px;
}

@media (max-width: 414px) {
  .topHight {
    margin-top: 0;
  }
}

.copy-right-box {
  background: #0A1F45;
  padding: 26px 0;
  color: #fff;
}

.marginTop40 {
  margin-top: 40px;
}

.sub_menu_phone {
  display: none;
}

.sub_menu_phone div {
  color: #707070;
  padding: 10px 25px;
}

.sub_menu_phone div:hover {
  color: #fff;
}

.side_bar .menu-item-has-children {
  padding: 0;
}

.about-qh {
  display: inline-block;
  border-bottom: 2px solid #85C228;
  background: none;
  margin-top: -2px;
}

.about-qh a {
  color: #01358d !important;
}

@media (max-width: 768px) {
  .news-qh {
    background: none;
    color: #fff !important;
    border-top: none;
  }
}

.titleBox {
  border: 1px solid #eee;
  line-height: 30px;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08);
  padding: 0 20px;
}

.titleBox h3 {
  color: #002140;
}

.titleBox .picSize {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.readMore {
  padding: 3px 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 10px 0 15px 0;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  background: #85C228;
  cursor: pointer;
}

.readMore a {
  color: #fff;
}

.readMore a:hover {
  text-decoration: none;
  background: #01358d;
  color: #fff;
}

.readMore:hover {
  background: #01358d;
  color: #fff;
}

.moreContent {
  display: none;
}

.long-title {
  line-height: 35px;
}

.page_bar {
  text-align: center;
  margin-top: 40px;
}

.page_bar a {
  display: inline-block;
  margin: 0 5px;
}

.page_bar a:hover {
  color: #85C228;
  text-decoration: none;
}

.current {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #85C228;
  color: #fff;
}

.current:hover {
  color: #fff !important;
}

.greenColor {
  color: #666;
}

.fa-clock-o {
  color: #85C228;
  margin-right: 5px;
  font-size: 16px;
}

.publish_time {
  margin-bottom: 10px;
  color: #8d949e;
}

#box h3, .abstract {
  display: -webkit-box;
}

@media (max-width: 414px) {
  .titleBox .picSize {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topHight {
    margin-top: 0;
  }
}
