@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Microsoft YaHei',Arial,Helvetica,sans-serif,'宋体'; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: 0; }

p {
  margin: 0; }

.container-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative; }

.row-group {
  height: inherit;
  display: inline-block;
  vertical-align: middle; }
  .row-group + .row-group {
    margin-left: 20px; }

.row {
  display: inline-block;
  vertical-align: middle; }
  .row > * {
    display: inline-block;
    vertical-align: middle; }
  .row + .row {
    margin-left: 10px; }

.line {
  width: 1px;
  height: 19px;
  background: #8c8c8c;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle; }

/*@font-face {*/
  /*font-family: 'mnjcy';*/
  /*src: url("../fonts/mnjcy.ttf") ; }*/

.header {
  position: relative;
  width: 100%;
  height: 310px;
  text-align: center; }
  .header .background {
    width: 100%;
    height: 310px;
    background: url(../image/product/bg-header.png) top center no-repeat; }
  .header .logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 118px;
    line-height: 118px;
    margin-left: -300px;
    margin-top: -59px;
    white-space: nowrap; }
    .header .logo-wrap .name {
      font-size: 44px;
      margin-left: 35px;
      color: #fff;
      font-family: 'mnjcy'; }
    .header .logo-wrap .logo, .header .logo-wrap .name {
      display: inline-block;
      vertical-align: middle; }
  .header .logo {
    width: 104px;
    height: 118px; }
  .header .img1 {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -580.5px; }

.footer {
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px; }
  .footer p {
    font-size: 14px;
    color: #666; }
  .footer label {
    font-size: 18px;
    color: #60c8bd;
    font-style: italic; }

.content {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding-top: 16px; }
  .content .bg-repeat {
    position: absolute;
    width: 100%;
    top: 156px;
    left: 0;
    z-index: -1; }

.tabs-wrap {
  margin: auto; }

.tabs {
  text-align: left; }
  .tabs .tab {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    height: 158px;
    border-radius: 10px;
    background: #fff;
    padding: 40px;
    padding-top: 0;
    padding-bottom: 38px;
    margin: 20px; }
    .tabs .tab:before {
      content: '';
      height: 100%;
      width: 0;
      display: inline-block;
      vertical-align: middle; }
    .tabs .tab:hover .hover {
      display: block; }
    .tabs .tab .hover {
      width: 100%;
      height: 100%;
      background: #60c8bd;
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      border-radius: 10px; }
      .tabs .tab .hover:before {
        content: '';
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle; }
      .tabs .tab .hover .button {
        width: 168px;
        height: 44px;
        line-height: 42px;
        border-radius: 22px;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer; }
        .tabs .tab .hover .button:hover {
          color: #60c8bd;
          background: #fff; }
    .tabs .tab .icon-re {
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -14px; }
    .tabs .tab.new .newtip {
      display: block; }
    .tabs .tab .boxshadow {
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: -1; }
  .tabs .title {
    font-size: 20px;
    color: #495654;
    display: inline-block;
    vertical-align: middle;
    max-height: 78px;
    overflow: hidden;
    line-height: 1.5; }
  .tabs .newtip {
    display: none;
    width: 43px;
    height: 43px;
    background: url(../image/product/newtip.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0; }

.icon-nin {
  width: 32px;
  height: 17px;
  background: url(../image/product/icon-nin.png) no-repeat; }

.icon-zhn {
  width: 24px;
  height: 20px;
  background: url(../image/product/icon-zhn.png) no-repeat; }

.icon-re {
  width: 28px;
  height: 18px;
  background: url(../image/product/icon-re.png) no-repeat; }

@media screen and (max-width: 1280px) {
  .tabs .tab {
    margin: 10px; }
  .content {
    max-width: 1200px; } }
