/*项目案例*/
.tabs {
  width: 100%;
  height: 90px;
}
.tabs ul {
  width: 100%;
  height: 100%;
}
.tabs ul li {
  float: left;
  width: 25%;
  height: 100%;
  background: #eee;
  border-right: 1px solid #ccc;
}
.tabs ul li:last-child {
  border: none;
}
.tabs ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #111;
  text-align: center;
  line-height: 90px;
}
.tabs ul li.active a {
  background: #fa555b;
  color: #fff;
}
.tab-content {
  width: 100%;
}
.tab-content .space-detail {
  display: none;
}
.tab-content .tab-nav {
  margin: 30px 0;
}
.tab-content .tab-nav ul li {
  float: left;
  width: 100px;
  text-align: center;
  border-right: 1px solid #333;
}
.tab-content .tab-nav ul li a {
  font-size: 18px;
  color: #333;
}
.tab-content .tab-nav ul li.active a {
  color: #fa555b;
}
.tab-content .tab-nav ul li a:hover {
  color: #c21515;
  text-decoration: underline;
}
.tab-content .list-box .b_content {
  width: 31.25%;
  height: 320px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tab-content .list-box .b_content:nth-child(3n+3) {
  margin-right: 0;
}
.tab-content .list-box .b_content a{
	display: block;
	width: 100%;
	height: 100%;
}
.tab-content .list-box .b_content .case-img{
	width: 100%;
	height: 100%;
}
.tab-content .list-box .b_content a::after {
  width: 390px;
  height:260px;
  content: "";
  display: block;
  transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
  -ms-filter: "alpha(opacity=$num)";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0;
  margin: -130px auto 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.tab-content .list-box .b_content a img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tab-content .list-box .b_content a:hover::after {
  -ms-filter: "alpha(opacity=$num)";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
  transform: scale(0.92, 0.9);
  -moz-transform: scale(0.92, 0.9);
  -webkit-transform: scale(0.92, 0.9);
  -ms-transform: scale(0.92, 0.9);
}
.tab-content .list-box .b_content a:hover img {
  transform: scale(1.08, 1.08);
}
.tab-content .list-box .b_content a:hover .case-info {
  background-color: rgba(0, 0, 0, 0.2);
}
.tab-content .list-box .b_content a:hover .case-info p {
  color: #fff;
}
.tab-content .list-box .b_content a:hover .case-info p.teamtitle {
  color: #fa555b;
}
.tab-content .list-box .b_content a:hover .case-info p.title:after {
  width: 50px;
}
.tab-content .list-box .b_content .case-info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-out 0.3s;
}
.tab-content .list-box .b_content .case-info .center-box {
  width: 280px;
  position: relative;
  top: 32%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 999;
}
.tab-content .list-box .b_content .case-info .center-box p {
  color: transparent;
  /*text-align: center;*/
 /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
.tab-content .list-box .b_content .case-info .center-box p.title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  transition: all 0.3s ease-out 0s;
}
.tab-content .list-box .b_content .case-info .center-box p.title::after {
  width: 0%;
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: auto;
}
.tab-content .list-box .b_content .case-info .center-box p.itemtitle {
  font-size: 16px;
	min-width: 200px;
	/*margin-left: 70px;*/
}


/*合作伙伴*/
#hexGrid {
    width: 90%;
    margin: 0 auto;
}
#hexGrid:after {
    content: "";
    display: block;
    clear: both;
}
.hex {
		width: 19.2%; /* = (100-4) / 5 19.2%*/
    padding-bottom: 22.17%; /* =  width / sin(60deg) 22.170%*/
    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(30deg) skewY(30deg) translatez(-1px);
    -ms-transform: rotate(30deg) skewY(30deg) translatez(-1px);
    transform: rotate(30deg) skewY(30deg) translatez(-1px);
	transition: all 300ms ease 0s;
}
.hex:hover{
	transform: scale(2) rotate(30deg) skewY(30deg) translatez(-1px);
	z-index: 100001;
}
.hex:nth-child(6n+1){
    margin-left: 17%;
}
.hex:nth-child(6n+4), .hex:nth-child(6n+5),.hex:nth-child(6n+6){
	margin-top: -11%;
    margin-bottom: -11%;
    -webkit-transform: translateX(50%) rotate(30deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(30deg) skewY(30deg);
    transform: translateX(50%) rotate(30deg) skewY(30deg);
	transition: all 300ms ease 0s;
}
.hex:nth-child(3n+2){
    margin-left: 11%;
    margin-right: 11%;
}
.hex:nth-child(6n+4) {
    clear: left;
    margin-left: -8%;
}
.hex:nth-child(6n+4):hover, 
.hex:nth-child(6n+5):hover, 
.hex:nth-child(6n+6):hover{
	transform: scale(2) translateX(50%) rotate(30deg) skewY(30deg);
}
.hex * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent;
}
.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);
}
.hexIn>img {
    left: 0px;
    right: 0px;
    width: 100%;
    top: 38px;
    height: auto;
    margin: 0 auto;
    transform: rotate(-90deg);
}
.hexIn h1{
	width: 100%;
	height: 100%;
}
.hexIn h1>img{
	  width: 80%;
	  height: auto;
    transform: rotate(-90deg);
    margin-left: -40%;
    margin-top: 31%;
}


/*联系我们*/
.ci-box{
	width: 100%;
  height: 390px;
	margin-top: 35px;
  margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b5b5b5;
}
#map {
  width: 800px;
  height: 100%;
  float: left;
}
.anchorBL {
  display: none;
}
.ci-box .ci-text{
	width: 600px;
	height: 100%;
	background: #f9f9f9;
	padding-top: 25px;
	padding-left: 50px;
	float: right;
}
.ci-box .ci-text .name {
  font-size: 32px;
  color: #000;
}
.ci-box .ci-text .name img{
	vertical-align: middle;
	margin-right: 15px;
}
.ci-box .ci-text .text-box {
	  height: 52px;
    margin-top: 30px;
}
.ci-box .ci-text .text-box .icon {
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 2px;
}
.ci-box .ci-text .text-box .icon img {
    width: 100%;
    height: 100%;
}
.ci-box .ci-text .text-box .icon-text {
    float: left;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    margin-left: 15px;
    text-align: justify;
}
.ci-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
	border-bottom: 1px dashed #b5b5b5;
}
.ci-list ul li {
  width: 30%;
  border: 1px solid #ddd;
  float: left;
  margin: 0 20px 20px;
}
.ci-list ul li img.cmpic {
  width: 100%;
  height: auto;
}
.ci-list ul li .info {
  padding: 15px 20px;
}
.ci-list ul li .info h3 {
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}
.ci-list ul li .info p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-bottom: 10px;
}
.ci-list ul li .info p i {
  display: inline-block;
}
.ci-list ul li .info p img {
  margin-right: 10px;
  vertical-align: middle;
}
.ci-list ul li .info p span {
  display: inline-block;
}
.ci-list ul li .info p span.s-info {
  margin-left: 67px;
}
.lyb {
  width: 100%;
  background: #f9f9f9;
  padding: 70px 0;
}
.lyb .dark-matter {
  width: 1400px;
  margin: 0 auto;
}
.lyb .dark-matter h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.lyb .dark-matter h3 span.yingwen {
  display: block;
  font-size: 14px;
  color: #666;
}
.lyb .dark-matter input {
  width: 48%;
  height: 48px;
  font-size: 16px;
  color: #000;
  line-height: 48px;
  margin-right: 40px;
  margin-bottom: 35px;
  outline: 0 none;
  border: none;
  padding-left: 10px;
  background: #fff;
}
.lyb .dark-matter textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  border: none;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.lyb .dark-matter .submit {
  text-align: center;
  margin-top: 50px;
}


/*快速预约*/
.booking{
	background: #fff;
}
.booking .dark-matter input{
	background: #F9F9F9;
}
.booking .dark-matter textarea{
	background: #F9F9F9;
}


/*英才招募*/
.chart {
  margin-top: 60px;
  margin-bottom: 150px;
}
.chart table tr {
  height: 70px;
  background: #fdfdfd;
}
.chart table tr th {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.chart table tr td {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.chart .empty {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin: 200px 0 420px;
}

@media screen and (max-width: 1680px) {
	.tab-content .list-box .b_content a::after{
		width: 360px !important;
	}
	.tab-content .list-box .b_content .case-info .center-box p.itemtitle{
		margin-left: 60px;
	}
	#hexGrid{
		width: 100%;
	}
	#map{
		width: 670px;
	}
	.ci-box .ci-text{
		width: 530px;
	}
	.lyb .dark-matter{
		width: 1200px;
	}
}
@media screen and (max-width: 1400px) {
	.tab-content .tab-nav{
		margin: 20px 0;
	}
	.tab-content .list-box .b_content{
		height: 250px;
		margin: 12px;
	}
	.tab-content .list-box .b_content a::after{
		width: 270px !important;
		height: 230px;
		margin: -115px auto 0;
	}
	.tab-content .list-box .b_content .case-info .center-box{
		width: 210px;
		top: 28%;
	}
	.tab-content .list-box .b_content .case-info .center-box p.itemtitle{
		margin-left: 40px;
	}
	#map{
		width: 470px;
	}
	.ci-box .ci-text{
		width: 510px;
		padding-top: 20px;
    padding-left: 30px;
	}
	.ci-box .ci-text .name{
		font-size: 28px;
	}
	.ci-box .ci-text .text-box .icon-text{
		width: 410px;
	}
	.ci-list ul li{
		margin: 16px;
	}
	.lyb .dark-matter{
		width: 980px;
	}
	.lyb .dark-matter input{
		margin-right: 35px;
	}
	.fillIn-list .form-item.img-upload{
		width: 200px;
		height: 236px;
		margin-right: 120px;
		margin-bottom: 20px;
	}
	.fillIn-list .form-item.w3{
		width:460px;
	}
}