.a-about-brand{
  font-size: 40px;
}
.a-about-brand2{
  font-size: 24px;
}
.a-about{
  background-image: url(../../images/a-home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.a-about-bg{

}
.a-about-intro{
  font-size: 16px;
  line-height: 24px;
  border-left: 1px solid #fff;
}

.hexIn {
  font-size: 24px;
  font-weight: bold;
  padding-top: 45%;
}

#hexGrid .hex:nth-child(1) .hexIn {
  background: #63c3d3;
}

#hexGrid .hex:nth-child(2) .hexIn {
  background: #f1bb2f;
}

#hexGrid .hex:nth-child(3) .hexIn {
  background: #6eae5d;
}

#hexGrid .hex:nth-child(4) .hexIn {
  background: #55917d;
}

#hexGrid .hex:nth-child(5) .hexIn {
  background: #f0d380;
}

#hexGrid .hex:nth-child(6) .hexIn {
  background: #176c6c;
}

#hexGrid .hex:nth-child(7) .hexIn {
  background: #c81715;
}

#hexGrid .hex:nth-child(8) .hexIn {
  background: #abd3eb;
}

#hexGrid .hex:nth-child(9) .hexIn {
  background: #8d6c1d;
}
.hexIn a{
	display: block;
	margin:auto;
	width: 100%;
	color:#fff;
}
#hexGrid {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding:0.866% 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
#hexGrid:after {
    content: "";
    display: block;
    clear: both;
}
.hex {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
        -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
            transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}
.hex * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexIn {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
        -ms-transform: skewY(-30deg) rotate(60deg);
            transform: skewY(-30deg) rotate(60deg);
}


/*** SPACING AND SIZING *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
    .hex {
        width: 19.2%; /* = (100-4) / 5 */
        padding-bottom: 22.170%; /* =  width / sin(60deg) */
    }
    .hex:nth-child(9n+6),
    .hex:nth-child(9n+7),
    .hex:nth-child(9n+8),
    .hex:nth-child(9n+9) {
        margin-top: -4.676%;
        margin-bottom: -4.676%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(9n+6):last-child,
    .hex:nth-child(9n+7):last-child,
    .hex:nth-child(9n+8):last-child,
    .hex:nth-child(9n+9):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(9n+6) {
        margin-left: 0.5%;
        clear: left;
    }
    .hex:nth-child(9n+10) {
        clear: left;
    }
    .hex:nth-child(9n+2),
    .hex:nth-child(9n+ 7) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(9n+3),
    .hex:nth-child(9n+4),
    .hex:nth-child(9n+8) {
        margin-right: 1%;
    }
}
@media (max-width: 1200px) and (min-width:901px) {/* <- 4-3  hexagons per row */
    .hex {
        width: 24.25%; /* = (100-3) / 4 */
        padding-bottom: 28.001%; /* =  width / sin(60deg) */
    }
    .hex:nth-child(7n+5),
    .hex:nth-child(7n+6),
    .hex:nth-child(7n+7) {
        margin-top: -6.134%;
        margin-bottom: -6.134%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(7n+5):last-child,
    .hex:nth-child(7n+6):last-child,
    .hex:nth-child(7n+7):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(7n+2),
    .hex:nth-child(7n+6) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(7n+3) {
        margin-right: 1%;
    }
    .hex:nth-child(7n+8) {
        clear: left;
    }
    .hex:nth-child(7n+5) {
        clear: left;
        margin-left: 0.5%;
    }
}
@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
    .hex {
        width: 32.666%; /* = (100-2) / 3 */
        padding-bottom: 37.720%; /* =  width / sin(60) */
    }
    .hex:nth-child(5n+4),
    .hex:nth-child(5n+5) {
        margin-top: -8.564%;
        margin-bottom: -8.564%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(5n+4):last-child,
    .hex:nth-child(5n+5):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(5n+4) {
        margin-right: 1%;
        margin-left: 0.5%;
    }
    .hex:nth-child(5n+2) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(5n+6) {
        clear: left;
    }
}
@media (max-width: 600px) { /* <- 2-1  hexagons per row */
    .hex {
        width: 49.5%; /* = (100-1) / 2 */
        padding-bottom: 57.158%; /* =  width / sin(60) */
    }
    .hex:nth-child(3n+3) {
        margin-top: -13.423%;
        margin-bottom: -13.423%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(3n+3):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(3n+3) {
        margin-left: 0.5%;
    }
    .hex:nth-child(3n+2) {
        margin-left: 1%;
    }
    .hex:nth-child(3n+4) {
        clear: left;
    }
}
@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}
.hexIn:hover{
  background-image: url(../../images/icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#flexisel,#flexisel-case {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexisel-img {
  width: 95%;
  display: block;
  margin: auto;
  /* padding: 10px; */
  background-color: #fff;
  /* border:1px solid #ddd; */
  position:relative;
}

.nbs-flexisel-item {
  float: left;
  /*margin-right:15px;*/
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 0;
  background-image: url(../../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 0;
  background-image: url(../../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  /*max-height: 180px;*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.flexisel-li {
  padding-bottom: 15px;
  position:relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.flexisel-name{
  background-color: #1b4e9b;
  line-height: 40px;
  font-size: 16px;
}
.h-pro-bg{
  background-image: url(../../images/home-bg.jpg);
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-right: 50px;
  background-position: bottom right;
  /* background-attachment: fixed; */
}
.h-culture{
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 18px;
  width: 70%;
  float: right;
}
@media(max-width:768px){
	.h-culture,.h-t{
		 width: 100%;
	}
	.a-about-intro{
		border:none;
		padding:0;
	}
}
.h-culture-title{
  font-size: 24px;
  font-weight: bold;
  color: #87bb0a;
  padding-bottom: 15px;
}
.h-t{
	font-size:32px;
	color:#fff;
	font-family: "ËÎÌå";
	width:70%;
	float: right;
	font-weight:bold;
}
.h-line{
	border-bottom:4px double #fff;
	width:70%;
	margin-top:15px;
}
.h-t-a{
	font-size:18px;
	font-weight:400;
}
#logo{
	padding:15px 0;
}
.nav-bg{
	background-color:#1fa88a;
}