body, h1, h2, h3, h4, p, dl, dd, ul, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
}

em, i {
  font-style: normal;
}

li {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.hide {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.b-b {
  border-bottom: 1px solid #eee;
}

.icon {
  display: inline-block;
  margin: 0 auto;
}

.icon-project {
  width: 42px;
  height: 42px;
  background-image: url("../cankao/icon_project.png");
}

.active .icon-project {
  background-image: url("../cankao/icon_project_active.png");
}

.icon-product {
  width: 42px;
  height: 42px;
  background-image: url("../cankao/icon_product.png");
}

.active .icon-product {
  background-image: url("../cankao/icon_product_active.png");
}

.icon-sj-gfp {
  width: 130px;
  height: 130px;
  background-image: url("../cankao/icon_sj_gfp.png");
}

.icon-sj-test {
  width: 130px;
  height: 130px;
  background-image: url("../cankao/icon_sj_test.png");
}

.icon-sj-heart {
  width: 130px;
  height: 130px;
  background-image: url("../cankao/icon_sj_heart.png");
}

.icon-sj-muscle {
  width: 130px;
  height: 130px;
  background-image: url("../cankao/icon_sj_muscle.png");
}

.icon-sj-data {
  width: 130px;
  height: 130px;
  background-image: url("../cankao/icon_sj_data.png");
}

.icon-school-info {
  width: 170px;
  height: 170px;
  background-image: url("../cankao/icon_school_info.png");
}

.icon-school-efficiency {
  width: 170px;
  height: 170px;
  background-image: url("../cankao/icon_school_efficiency.png");
}

.icon-school-risk {
  width: 170px;
  height: 170px;
  background-image: url("../cankao/icon_school_risk.png");
}

.icon-school-mode {
  width: 170px;
  height: 170px;
  background-image: url("../cankao/icon_school_mode.png");
}

.icon-heart-feedback {
  width: 108px;
  height: 108px;
  background-image: url("../cankao/icon_heart_feedback.png");
}

.icon-heart-efficiency {
  width: 108px;
  height: 108px;
  background-image: url("../cankao/icon_heart_efficiency.png");
}

.icon-heart-safe {
  width: 108px;
  height: 108px;
  background-image: url("../cankao/icon_heart_safe.png");
}

.icon-heart-follow {
  width: 108px;
  height: 108px;
  background-image: url("../cankao/icon_heart_follow.png");
}

.icon-team-flow {
  width: 195px;
  height: 195px;
  background-image: url("../cankao/icon_team_flow.png");
}

.icon-team-result {
  width: 195px;
  height: 195px;
  background-image: url("../cankao/icon_team_result.png");
}

.icon-team-intro {
  width: 195px;
  height: 195px;
  background-image: url("../cankao/icon_team_intro.png");
}

html, body {
  height: 100%;
  color: #222;
  font-weight: lighter;
}

.gray-bg {
  background-color: #fafafa;
}

.page1 {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0
}

.container-box {
  margin: 0 auto;
  width: 1200px !important;
}

.img-box img {
  vertical-align: top;
  width: 100%;
}

.intro-box {
  padding: 95px 0;
}

.intro-box .intro-title {
  margin-bottom: 55px;
  padding-left: 20px;
  line-height: 54px;
  font-size: 40px;
}

.intro-box .intro-text {
  padding-left: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #423b40;
}

.m-list {
  font-size: 0;
}

.m-list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.m-list-item-title {
  margin-top: 22px;
  line-height: 54px;
  font-size: 22px;
  font-weight: normal;
  color: #423b40;
}

.m-list-item-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  color: #423b40;
}

.header {
  background: #004684;
  font-size: 22px;
  height:65px;
}

.header-brand {
  float: left;
  margin-left: 20px;
  padding: 16px 0;
  width: 186px;
}

.header-navbar {
  float: right;
  padding: 16px 0;
}

.header-navbar > li {
  position: relative;
  float: left;
}

.header-navbar > li > a {
  position: relative;
  display: block;
  padding: 4px 5px;
  line-height: 20px;
  color: #fff;
}

.header-navbar > li > a.small-b:before {
  margin-left: -50px;
  width: 100px;
}

.header-navbar > li > a:before {
  display: none;
  content: ' ';
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 4px;
  background: #000;
}

.header-navbar > li > a:hover {
  text-decoration: none;
}

.header-navbar > li > a:hover:before {
  display: block;
}

.header-navbar .down-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 99;
  margin-left: -60px;
  width: 120px;
  border-top: 4px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.header-navbar .down-menu a {
  display: block;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}

.header-navbar .down-menu a:hover {
  background: rgba(227, 51, 52, 0.5);
  text-decoration: none;
}

.header-navbar .down-menu.active {
  display: block;
}

.header .menu-toggle:after {
  content: ' ';
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 3px;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.footer-layout {
  height: 500px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 54px;
  font-weight: lighter;
  background-color: #434343;
}

.footer .qr-code-list {
  line-height: 46px;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
}

.footer .qr-code-list li {
  padding: 0 21px;
  display: inline-block;
}

.footer .qr-code-list .qr-code {
  margin-bottom: 22px;
  width: 180px;
}

.footer .footer-nav {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}

.footer .footer-nav li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.footer .footer-nav li:first-child a {
  border-left: 0;
}

.footer .footer-nav a {
  padding: 0 24px;
  border-left: 1px solid #fff;
  color: #fff;
}

.footer .footer-company {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer .footer-company span {
  margin: 0 40px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.banner-item {
  position: relative;
  overflow: hidden;
}

.banner-item-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: lighter;
  color: #fff;
}

.banner-item-info .banner-text-bg {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-item-info .banner-item-title {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
}

.tjx-banner .tjx-info {
  position: absolute;
  left: 0;
}

.tjx-banner .tjx-banner-logo {
  padding-left: 24px;
  top: 28.2%;
}

.tjx-banner .tjx-banner-intro {
  top: 40.4%;
}

.tjx-banner .tjx-banner-intro .banner-text-bg {
  padding: 24px 0;
}

.tjx-banner .tjx-banner-text {
  margin-top: 38px;
  padding: 0 20px;
}

.tjx-banner .banner-item-title {
  padding: 0 20px;
}

.tjx-banner .banner-item-title + .tjx-banner-text {
  margin-top: 62px;
}

.home-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
  z-index: 5;
  width: 85px;
  height: 60px;
  background: url("../cankao/arrow_down_double.png") no-repeat;
  background-size: 100% 100%;
}

.bg-layer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.m-tabs li {
  float: left;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.m-tabs li.active {
  background-color: #e33334;
}

.m-tabs li.active > a {
  color: #fff;
}

.m-tabs a {
  display: block;
  padding: 19px 0;
  line-height: 42px;
  font-size: 18px;
  color: #8e8e8e;
  text-align: center;
}

.m-tabs a > span {
  display: inline-block;
  vertical-align: top;
  width: 38px;
}

.m-tabs .icon {
  margin-right: 14px;
  vertical-align: top;
}

.m-tab-content .m-tab-pane {
  display: none;
}

.m-tab-content .m-tab-pane.active {
  display: block;
}

.project-tabs {
  float: left;
  width: 240px;
  height: 640px;
  background: #fff;
}

.project-tabs li.active a {
  color: #fff;
  background: url("../cankao/project_tab_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.project-tabs li.active + li a:before {
  display: none;
}

.project-tabs li:first-child a:before {
  display: none;
}

.project-tabs a {
  position: relative;
  display: block;
  line-height: 100px;
  font-size: 20px;
  color: #222;
  text-align: center;
}

.project-tabs a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 180px;
  height: 1px;
  background: rgba(34, 34, 34, 0.2);
}

.project-tab-content {
  margin-left: 240px;
}

.project-tab-content .project-tab-pane {
  padding-left: 65px;
  padding-top: 96px;
  font-size: 18px;
  line-height: 32px;
  color: #222;
}

.project-tab-content .project-badge {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url("../cankao/project_badge.png") no-repeat;
  background-position: center center;
}

.project-tab-content .project-title {
  margin: 64px 0;
  line-height: 50px;
  font-size: 48px;
  font-weight: bold;
}

.project-tab-content .project-detail-btn {
  display: block;
  margin-top: 52px;
  width: 166px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #e33334;
}

.product-wrapper {
  padding: 75px 45px 0;
  height: 565px;
}

.product-pane {
  position: relative;
  padding: 94px 28px 0;
  width: 482px;
  height: 380px;
  background: #fff;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.product-pane:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background: #e33334;
}

.product-pane:hover .product-title, .product-pane:hover .product-intro {
  color: #fff;
}

.product-pane:hover .product-btn {
  background: #222;
}

.product-pane .product-info {
  position: relative;
  z-index: 2;
}

.product-pane .product-title {
  line-height: 50px;
  font-size: 42px;
  color: #222;
  font-weight: bold;
}

.product-pane .product-intro {
  margin-top: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #222;
}

.product-pane .product-btn {
  display: block;
  margin-top: 74px;
  width: 166px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #e33334;
}

.product-pane .product-img {
  position: absolute;
  z-index: 1;
  top: 39px;
}

.sj .m-list-item {
  width: 20%;
}

.gait-scenes + .gait-scenes {
  margin-top: 36px;
}

.gait-scenes .gait-scene {
  float: left;
  margin-left: 3px;
  width: 398px;
}

.gait-scenes .gait-scene:first-child {
  margin-left: 0;
}

.gait-scenes .gait-scene-intro {
  line-height: 64px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #e43637;
}

.gait-scenes .gait-scene-intro.black {
  background-color: #323131;
}

.device-list + .device-list {
  margin-top: 8px;
}

.device-list .device {
  float: left;
  width: 596px;
  height: 292px;
  margin-left: 8px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background-color: #e43637;
}

.device-list .device:first-child {
  margin-left: 0;
}

.device-list .device.black {
  background-color: #323131;
}

.device-list .device-info {
  float: left;
  padding-top: 45px;
  padding-left: 52px;
}

.device-list .device-name {
  margin-bottom: 37px;
  line-height: 54px;
  font-size: 24px;
}

.device-list .device-img {
  margin-left: 344px;
}

.train-plan-item {
  float: left;
  margin-left: 5px;
  width: 236px;
}

.train-plan-item:first-child {
  margin-left: 0;
}

.train-plan-item .img-box {
  position: relative;
}

.train-plan-item .train-plan-info {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 24px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.train-plan-name {
  margin-top: 2px;
  line-height: 72px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #e43637;
}

.infant-monitor {
  padding: 75px 0;
  background-image: url("../cankao/bg_infant_1.jpg");
}

.infant-data {
  position: relative;
}

.infant-data .infant-data-intro {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.infant-product {
  background-image: url("../cankao/bg_infant_2.jpg");
}

.infant-product-list {
  margin: 50px auto 0;
  width: 1176px;
  background: url("../cankao/infant_border.png") no-repeat;
  background-size: 100% 100%;
}

.infant-product-list li {
  float: left;
  padding-top: 50px;
  width: 407px;
}

.infant-product-list li:first-child {
  width: 362px;
}

.infant-product-list .infant-product-name {
  line-height: 32px;
  font-size: 26px;
  color: #72777c;
  text-align: center;
}

.infant-product-list .infant-product-img {
  text-align: center;
}

.infant-product-list .infant-product-intro {
  padding: 0 34px;
  line-height: 24px;
  font-size: 18px;
  color: #72777c;
}

.infant-product-list .infant-product-intro p + p {
  margin-top: 20px;
}

.school .m-list {
  margin-top: 75px;
}

.school .m-list-item {
  width: 25%;
}

.school-device {
  padding: 70px 0 45px;
  background-image: url("../cankao/bg_school_1.jpg");
}

.school-device .intro-title {
  color: #fff;
}

.school-device .intro-text {
  margin-bottom: 30px;
  line-height: 54px;
  font-size: 24px;
  color: #fff;
}

.school-admin {
  padding: 103px 0 220px;
  background-image: url("../cankao/bg_school_2.jpg");
}

.school-admin .intro-title, .school-admin .intro-text {
  color: #fff;
}

.heart .m-list-item {
  width: 25%;
}

.heart .m-list-item-info {
  text-align: center;
}

.heart-result {
  padding-top: 0;
  background-image: url("../cankao/bg_heart.jpg");
  color: #fff;
}

.heart-result .intro-text {
  color: #fff;
}

.heart-result .heart-result-value .fr {
  padding-right: 40px;
}

.heart-result .consult-btn {
  display: inline-block;
  margin-top: 67px;
  padding: 7px 25px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 22px;
  background: #e33334;
}

.heart-result .consult-btn span {
  margin-left: 10px;
}

.gait-intro .gait-intro-pane {
  padding: 0 100px;
}

.gait-intro .intro-title {
  margin-bottom: 28px;
  font-size: 32px;
}

.gait-intro .intro-text {
  line-height: 40px;
  font-size: 20px;
  color: #222;
}

.newsTrends {
  padding: 22px 0;
  min-height: 500px;
}

.newsTrends .container-box {
  background: #fff;
}

.newsTrends .intro-title {
  padding: 30px 15px;
  margin-bottom: 0;
  line-height: 54px;
  font-size: 34px;
}

.newsTrends .trends-list li {
  float: left;
  padding: 0 15px 35px;
  width: 270px;
}

.newsTrends .trends-list .trends-item {
  display: block;
  font-weight: normal;
}

.newsTrends .trends-list .trends-item-title {
  font-size: 18px;
  line-height: 50px;
  color: #2b2d44;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsTrends .trends-list .trends-item-intro {
  height: 90px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
  overflow: hidden;
}

.news-wrap {
  padding: 20px 0;
}

.news-wrap .container-box {
  background: #fff;
}

.news-wrap .news-title {
  padding: 30px 0 20px;
  line-height: 52px;
  font-size: 36px;
  color: #2b2d44;
}

.news-wrap .news-content {
  padding: 15px 0;
  line-height: 30px;
  font-size: 16px;
}

.news-wrap img {
  max-width: 100%;
}

.about {
  padding: 15px 0 50px;
}

.about-tab-list {
  float: left;
  width: 180px;
  padding: 40px 0;
  background-color: #fff;
}

.about-tab-list li {
  margin-top: 30px;
}

.about-tab-list li:first-child {
  margin-top: 0;
}

.about-tab-list .active a {
  color: #fff;
  background-color: #9297ab;
}

.about-tab-list a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #2b2d44;
  text-align: center;
}

.about-tab-content {
  padding: 32px;
  margin-left: 195px;
  min-height: 450px;
  background-color: #fff;
  overflow: auto;
}

.about-tab-content .panel-title {
  padding-left: 85px;
  padding-top: 65px;
  margin-bottom: 20px;
  height: 200px;
  font-size: 18px;
  background: url("../cankao/about_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.about-tab-content .panel-content {
  text-indent: 2em;
  text-align: justify;
}

.about-tab-content .panel-text {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.about-tab-content .bT {
  color: #333;
  text-indent: 0;
}

.about-tab-pane {
  display: none;
}

.about-tab-pane.active {
  display: block;
}

.team .m-list {
  text-align: center;
}

.team .m-list-item {
  width: 315px;
}

.team .intro-box {
  padding: 60px 0;
}

.team .title-img-box {
  margin-bottom: 100px;
  padding: 24px 0;
  background: url("../cankao/bg_team.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.team .title-img-box .intro-title {
  margin-bottom: 0;
  color: #fff;
}

.team .title-img-box .intro-title span {
  margin-left: 35px;
  font-size: 24px;
}
