﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1, h2, h3, h4 {
  margin: 0;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;margin: 0;}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, dt, dd{margin: 0;}




label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.ipt {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 2px;*/
}
.ipt:focus {
  border-color: #aaa;
  outline: 0;
}
.ipt::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ipt:-ms-input-placeholder {
  color: #999;
}
.ipt::-webkit-input-placeholder {
  color: #999;
}
.ipt[disabled],
.ipt[readonly],
fieldset[disabled] .ipt {
  background-color: #eee;
  opacity: 1;
}
.ipt[disabled],
fieldset[disabled] .ipt {
  cursor: not-allowed;
}
textarea.ipt {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].ipt-sm,
  input[type="time"].ipt-sm,
  input[type="datetime-local"].ipt-sm,
  input[type="month"].ipt-sm,
  .ipt-group-sm input[type="date"],
  .ipt-group-sm input[type="time"],
  .ipt-group-sm input[type="datetime-local"],
  .ipt-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].ipt-lg,
  input[type="time"].ipt-lg,
  input[type="datetime-local"].ipt-lg,
  input[type="month"].ipt-lg,
  .ipt-group-lg input[type="date"],
  .ipt-group-lg input[type="time"],
  .ipt-group-lg input[type="datetime-local"],
  .ipt-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.ipt-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.ipt-static.ipt-lg,
.ipt-static.ipt-sm {
  padding-right: 0;
  padding-left: 0;
}
.ipt-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.ipt-sm {
  height: 30px;
  line-height: 30px;
}
textarea.ipt-sm,
select[multiple].ipt-sm {
  height: auto;
}
.form-group-sm .ipt {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .ipt {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .ipt,
select[multiple].form-group-sm .ipt {
  height: auto;
}
.form-group-sm .ipt-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.ipt-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
select.ipt-lg {
  height: 46px;
  line-height: 46px;
}
textarea.ipt-lg,
select[multiple].ipt-lg {
  height: auto;
}
.form-group-lg .ipt {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .ipt {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .ipt,
select[multiple].form-group-lg .ipt {
  height: auto;
}
.form-group-lg .ipt-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.btn {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /*border-radius: 2px;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .40;
}
.btn-default {
  color: #1e1e1e;
  background-color: transparent;
  border-color: #1e1e1e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}


.btn-primary {
    color: #999; 
    background-color: #fff; 
    /* border-color: #1e1e1e; */
    position: relative;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #999;
    border-radius: 20px;
    outline: 0;
    padding: 8px 32px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #ff3000;
  border-color: #ff3000;
}

.btn-link:hover,
.btn-link:focus {
  color: #1e1e1e;
  text-decoration: underline;
  background-color: transparent;
}

.btn-lg {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  letter-spacing: 5px;
  /*border-radius: 2px;*/
}
.btn-lgs {
  padding: 10px 80px;
  font-size: 18px;
  line-height: 1.3333333;
  letter-spacing: 5px;
  /*border-radius: 2px;*/
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  /*border-radius: 3px;*/
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}




.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:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .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-control {position: absolute;top: 50%;bottom: 0;left: 0;width: 15%;font-size: 70px;line-height: 120px;height: 120px;margin-top: -80px;color: #000;text-align: center;filter: alpha(opacity=20);opacity: .20;}
.carousel-control:hover,.carousel-control:focus{filter: alpha(opacity=90);outline: 0;opacity: .9;}
.carousel-control.right{right: 0;left: auto;}

.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%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 5px;
}
.carousel-indicators li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  border-radius: 10px;
  opacity: 0.20;
  filter:alpha(opacity=20);
}
.carousel-indicators .active {
  opacity: 0.60;
  filter:alpha(opacity=60);
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}



.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}




@font-face {
  font-family: 'iconfont';
  src: url('../../shubo/font/font_1434164347_793055.eot'); /* IE9*/
  src: url('../../shubo/font/../../shubo/font/font_1434164347_793055.eot?') format('embedded-opentype'), /* IE6-IE8 */
  url('../../shubo/font/font_1434164347_793055.woff') format('woff'), /* chrome、firefox */
  url('../../shubo/font/font_1434164347_793055.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../../shubo/images/font_1434164347_793055.svg') format('svg'); /* iOS 4.1- */
}
     
   
   
         

.fa{position: relative;display:inline-block;font:normal normal normal 14px/1 iconfont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}



.container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.header{
  padding: 25px 0;
}
.logo{
  float: left;
  height: 46px;
  overflow: hidden;
  font-size: 18px;
    width: 46px;
}
.logo a{
  display: block;
}
.logo img{
  display: block;
}


.navbar{float: right;margin-right: 0px;line-height: 39px;font-size: 18px;}
.navbar li{float: left;margin-left: 50px;}

.title{text-align: center;margin-bottom: 50px;}
.title h3{font-size: 36px;font-weight: normal;}

#carousel-focus{margin-bottom: 60px;}

.focusbox {
	text-align: center;
	background-color: #FD5D5D;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	color: #FBD1D1;
	padding: 45px 0;
	margin-bottom: 25px;
	transition: all .3s ease-in-out
}

.focusbox .container {
	text-align: center
}

.focusbox .focusbox-title {
	font-weight: bold;
	font-size: 22px;
        color: #ffffff;
	margin: 0
}

.focusbox .focusbox-title+.focusbox-text {
	margin-top: 4.5px
}

.focusbox .focusbox-text {
	color: #FBD1D1
}

.focusbox .focusbox-counts {
	margin-top: 5px;
	font-size: 12px;
        margin-bottom: 20px;
	color: #FBD1D1
}

.darking .focusbox {
	color: var(--tb--base);
	background-color: var(--tb--bdbg);
	border-bottom-color: var(--tb--line)
}

@media(max-width: 544px) {
	.focusbox {
		margin-bottom: 15px
	}
}


.whats{margin-bottom: 80px;}

.whats .item{
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #eaeaea;
  padding: 20px;
}
.whats .item-04{border-right: 1px solid #eaeaea;}
.whats .item h2{
  font-size: 20px;
  font-weight: normal;
}
.whats .fa{font-size: 100px;color: #444;margin-bottom: 20px;}


.products{background-color: #eee;padding: 50px 0;margin-bottom: 80px;overflow: hidden;}
.products ul{margin-right: -5%;}
.products li{float: left;width: 28.3333333%;margin-right: 5%;margin-bottom: 30px;background-color: #fff;}
.products h2{font-size: 24px;font-weight: normal;padding: 15px 30px;color: #fff;}
.products .desc{padding: 15px 30px 0;line-height: 25px;color: #505050;min-height: 193px;}
.products .link{margin: 30px;padding: 10px;text-align: center;display: block;color: #999;background-color: #eee;}
.products .item:hover .link{color: #fff;}

.products .item-01 h2, .products .item-01:hover .link{background-color: #FF7E74;}
.products .item-02 h2, .products .item-02:hover .link{background-color: #FF7E74;}
.products .item-03 h2, .products .item-03:hover .link{background-color: #FF7E74;}
.products .item-04 h2, .products .item-04:hover .link{background-color: #FF7E74;}
.products .item-05 h2, .products .item-05:hover .link{background-color: #FF7E74;}
.products .item-06 h2, .products .item-06:hover .link{background-color: #FF7E74;}
.products .item-07 h2, .products .item-07:hover .link{background-color: #FF7E74;}
.products .item-08 h2, .products .item-08:hover .link{background-color: #FF7E74;}
.products .item-09 h2, .products .item-09:hover .link{background-color: #FF7E74;}
.products .item-10 h2, .products .item-10:hover .link{background-color: #FF7E74;}
.products .item-11 h2, .products .item-11:hover .link{background-color: #FF7E74;}
.products .item-12 h2, .products .item-12:hover .link{background-color: #FF7E74;}

.teams{margin-bottom: 80px;}

.teams .item{
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #eaeaea;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.teams .item-05, .teams .item-10{border-right: 1px solid #eaeaea;}
.teams .item h2{
  font-size: 18px;
  font-weight: normal;
}
.teams .fa{font-size: 50px;color: #444;margin-bottom: 20px;}
.teams .desc{position: absolute;top: -100%;left: 0;right: 0;background-color: rgba(255,255,255,.8);color: #666;font-size: 12px;line-height: 20px;padding: 10px 15px;vertical-align: middle;text-align: left;transition: .3s all ease-in;opacity: 0}
.teams .item:hover .desc{top: 0;bottom: 0;opacity: 1}


.help{margin-bottom: 80px;}

.help .item{
  float: left;
  width: 25%;
  text-align: center;
  border-left: 0px solid #eaeaea;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.help .item-05, .teams .item-10{border-right: 0px solid #eaeaea;}
.help .item h2{
  font-size: 18px;
  font-weight: normal;
}
.help .item a{
  color: #ffffff;
}
.help .fa{font-size: 50px;color: #ffffff;margin-bottom: 20px;}


.congtact{margin-bottom: 80px;}
.contact .img{display: block;margin-top:15px;vertical-align: middle;max-width: 100%;}
.contact .a{text-align: center;margin-top:15px;}

.footer{text-align: center;color: #999;padding: 40px;border-top: 1px solid #EAEAEA;}

@media(max-width:768px){
  .products ul{margin-right:0;}
  .products li{width:49%;margin-right:0;margin-bottom:15px;}
  .products li:nth-child(2){margin-left: 2%}
  /*.products li.item-03{display:none;}*/
  .teams .desc{display: none;}
}
@media(max-width:640px){
  .header{padding: 13px 0;}
  .header .container{text-align: center;}
  .logo{float: none;display: inline-block;width: 30px;height: 31px;vertical-align: bottom;}
  .navbar{font-size:18px;display:none;}
  #carousel-focus{margin-bottom:30px;}
  .carousel-indicators{bottom: 0;}
  .carousel-inner > .item,
  .carousel-inner > .item.next.left{margin-right: -50%;}
  .carousel-inner > .item,
  .carousel-inner > .item.active,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.next.left{left:-25%;}
  .carousel-inner > .item.next{width: 150%}
  .title{margin-bottom:20px;}
  .title h3{font-size:20px;}
  #whats{padding: 0}
  .whats{margin-bottom: 20px;}
  .whats .item{width:50%;margin-bottom:0;border-top: 1px solid #eaeaea;border-right: 0;}
  .whats .item:nth-child(1),.whats .item:nth-child(3){border-left: 0;border-right: 0;}
  .whats .item:nth-child(1),.whats .item:nth-child(2){border-bottom: 0;}
  .whats .item:nth-child(3),.whats .item:nth-child(4){border-bottom: 1px solid #eaeaea;}
  .whats .fa{font-size:50px;color: #FF7E74;}
  .whats .item h2{font-size:16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

  .products{background-color: #fff; padding:20px 0 0;margin-bottom:20px}
  .products li{position: relative;width: 50%;}
  .products li:nth-child(odd){padding-right: 7.5px;}
  .products li:nth-child(even){padding-left: 7.5px;  margin-left: 0;}
  /*.products li.item-03{display:none;}*/
  .products h2{width:100%;font-size:20px;padding: 15px;min-height: 50px;line-height: 50px;text-align: center;border-radius: 3px;}
  .products .desc{padding:10px 15px 0;display: none;}
  .products .link{margin:0;position: absolute;top:0;left:0;width: 100%;min-height: 80px;text-indent: -999px;}
  .products li.item .link,.products li.item .link:hover{background: none;}

  #teams{padding: 0;}
  .teams{margin-bottom:20px;}
  .teams .item{width:25%;margin-bottom:0;border-top: 1px solid #eaeaea;padding: 10px;}
  .teams .fa{font-size:32px;margin-bottom: 10px;color: #999;}
  .teams .item h2{font-size:14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  .teams .item{border-top: 1px solid #eaeaea;}
  .teams .item:nth-child(1),
  .teams .item:nth-child(5){border-left: 0;}
  .teams .item:nth-child(5){border-right: 0;}
  .teams .item:nth-child(5),
  .teams .item:nth-child(6),
  .teams .item:nth-child(7),
  .teams .item:nth-child(8){border-bottom:1px solid #eaeaea;}

  .help .item{width:25%;margin-bottom:0;padding: 10px;}
  .help .fa{font-size:32px;margin-bottom: 10px;color: #fff;}
  .help .item h2{font-size:14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  .help .item a{font-size:14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

  .footer{padding:0 0 15px;border-top: 0;}
}














