@charset "utf-8";
/* CSS Document*/
	
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.both {
	clear: both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
select, input, textarea {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
@font-face {
	font-family: "microsoft Yahei";
	src: url('../js/georgia.ttf');
}
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
	color: #fff;
}
.container {
	margin: 0 auto;
	/* #min-width: 1280px; */
	/* #max-width: 1920px; */
	width: 1435px;
	overflow: hidden;
}
.nav {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1280px;
	height: 100px;
	background: url(../images/rep.png?ver=1.1) repeat;
	font-family: "Arial";
}
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1280px;
}
.header {
	width: 2268px;
	height: 1144px;
	background: url(../images/header_slg.jpg?ver=1.1) no-repeat center top;
	background-size: 84.7% 70%;
}
.logo {
	float: left;
	margin-top: 14px;
	margin-left: 38px;
	display: inline;
	width: 144px;
	height: 69px;
	background: url(../images/logo.png?ver=1.1) no-repeat;
}
.right-nav {
	float: right;
	margin-right: 38px;
	display: inline;
	width: 790px;
}
.menu {
	/* width: 700px; */
	font-size: 15px;
	color: #3a3a3a;
	text-wrap: nowrap;
}
.menu a {
	float: left;
	position: relative;
	margin-left: 50px;
	display: inline;
	/* width: 100px; */
	line-height: 100px;
	text-align: center;
	color: #3a3a3a;
}
.menu a:hover {
	color: #0095f9
}
.menu a:hover i {
	position: absolute;
	width: 100%
}
.menu .cur {
	color: #0095f9
}
.menu .cur i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: #0095f9;
}
.menu a i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 6px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background: #0095f9;
}
.language {
	float: right;
	margin-top: 34px;
	width: 90px;
	text-align: center;
	font-family: "microsoft Yahei";
	font-family: "Arial";
	color: #a3a3a3;
}
.selectlist {
	float: left;
	position: relative;
	border-radius: 4px;
	border: 1px solid #bfc8cf;
	width: 88px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	cursor: pointer;
	color: #3a3a3a;
}
.dot {
	position: absolute;
	right: 6px;
	top: 12px;
	width: 8px;
	height: 4px;
	background: url(../images/dot.png?ver=1.1) no-repeat;
}
.s-text {
	float: left;
	width: 88px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s-list {
	position: absolute;
	top: 29px;
	left: -1px;
	z-index: 99;
	display: none;
	width: 88px;
	border: 1px solid #bfc8cf;
}
.s-list a {
	display: block;
	border-bottom: 1px solid #bfc8cf;
	width: 88px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #3a3a3a;
}
.s-list a:hover {
	background: #3389ff;
	color: #fff;
}
.s-list a:last-child {
	border-bottom: none;
}
.games-list {
	float: left;
	margin-top: 170px;
	margin-bottom: 28px;
	margin-left: 1px;
	display: inline;
	width: 1150px;
}
.games-list li {
	float: left;
	position: relative;
	margin-left: 20px;
	display: inline;
	width: 204px;
	height: 210px;
	background: url(../images/li_bg.png?ver=1.1) no-repeat;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.games-list li img {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	display: inline-block;
	border-radius: 10px;
	width: 196px;
	height: 196px;
}
.games-list li:hover {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.more-game {
	margin: 0 auto;
	/* display: block; */
	overflow: hidden;
	/* border: 1px solid #dfe6eb; */
	border-radius: 6px;
	width: 138px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	font-family: "georgia";
	color: #3a3a3a;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.introduction {
	height: 950px;
	background: url(../images/introduction.jpg?ver=1.1) no-repeat center top;
}
.introduction-details {
	float: left;
	margin-top: 150px;
	margin-left: -150px;
	display: inline;
	width: 730px;
	font-size: 24px;
	font-family: "georgia";
}
.introduction-details p {
	line-height: 40px;
}
.btn-about {
	float: left;
	margin-top: 80px;
}
.btn-news {
	float: left;
	margin-top: 50px;
}
.btn-contact {
	float: left;
	margin-left: 50px;
	margin-top: 80px;
	display: inline;
}
.btn-join {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	display: inline;
}
.vertical {
	border: 2px solid #fff;
	border-radius: 6px;
	width: 296px;
	height: 72px;
	line-height: 72px;
	font-size: 18px;
	text-align: center;
	font-family: "georgia";
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #fff;
}
.vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.vertical:hover {
	color: #25508a;
}
.vertical:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.banner {
	height: 950px;
}
.img-show {
	width: 100%;
	height: 950px;
}
.img-show a {
	display: block;
	width: 100%;
	height: 950px;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	outline: none;
}
.slick-slide {
	float: left;
	height: 100%;
	display: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.single-item .slick-dots {
	position: absolute;
	display: block;
	padding: 0px;
	margin: 0;
	right: 0;
	top: 180px;
	z-index: 9999;
	width: 980px;
	text-align: center;
}
.single-item .slick-dots li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
}
.single-item .slick-dots .on {
	overflow: hidden;
	text-indent: 999999px;
}
.single-item .slick-dots .slick-active {
	background: #0095f9;
}
.single-item .slick-prev, .single-item .slick-next {
	position: absolute;
	top: 430px;
	z-index: 9999;
	text-indent: 999999px;
	outline: none;
	border: none;
	width: 44px;
	height: 84px;
	cursor: pointer;
}
.single-item .slick-prev {
	left: 0;
	background: url(../images/prev.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-item .slick-next {
	right: 0;
	background: url(../images/next.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-item .slick-prev:hover {
	background: url(../images/prev_h.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-item .slick-next:hover {
	background: url(../images/next_h.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.game-box {
	overflow: hidden;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	background: #1b1b1b url(../images/game_bg.jpg?ver=1.1) no-repeat center top;
}
.game-list {
	float: left;
	position: relative;
	margin-left: 50px;
	margin-top: 146px;
	display: inline;
	width: 1180px;
}
.game-list li {
	float: left;
	position: relative;
	margin-bottom: 90px;
	margin-left: 40px;
	width: 340px;
	overflow: hidden;
	display: inline;
	background: #232429;
	display: none;
}
.game-list .game-pic img {
	width: 340px;
	height: 340px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.game-list .game-pic {
	float: left;
	overflow: hidden;
	width: 340px;
	height: 208px;
}
.game-p {
	float: left;
	padding: 15px 20px 15px 20px;
	width: 300px;
	height: 50px;
	font-size: 20px;
	background: #232429;
}
.game-p p {
	line-height: 28px;
}
.link-bg {
	float: left;
	position: relative;
	border: 1px solid #32343a;
	width: 338px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #2b2d33;
}
.btn-index {
	display: block;
	font-size: 16px;
	width: 96%;
	text-align: right;
	padding-right: 2%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.game-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-index:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #ff0;
}
.dot-t {
	position: absolute;
	left: 141px;
	top: -18px;
	width: 59px;
	height: 18px;
	background: url(../images/dot_t.png?ver=1.1) no-repeat
}
.top {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 200px;
	z-index: 9999;
	width: 64px;
	height: 64px;
	background: url(../images/top.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top:hover {
	background: url(../images/top_h.jpg?ver=1.1) no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.more-list {
	display: none;
	margin: 0 auto;
	margin-bottom: 150px;
	overflow: hidden;
	border: 1px solid #dfe6eb;
	border-radius: 6px;
	width: 222px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	font-family: "georgia";
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}
.more-list:hover {
	background: #dddfe1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3a3a3a;
}
.news {
	height: 340px;
	background: url(../images/news.jpg?ver=1.1) no-repeat center top;
}
.news-list {
	float: left;
	position: relative;
	margin-left: 50px;
	margin-top: 80px;
	display: inline;
	width: 1180px;
}
.news-list li {
	height: 290px;
	float: left;
	margin-left: 40px;
	margin-bottom: 60px;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 340px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	font-family: "georgia";
	color: #1e1e1e;
}
.news-list .news-pic img {
	width: 340px;
	height: 214px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.news-pic {
	float: left;
	overflow: hidden;
	width: 340px;
	height: 214px;
}
.news-title {
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	color: #1e1e1e;
}
.news-list li:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #0095f9;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.news-list li:hover:before {
	left: 0;
	right: 0;
}
.news-list li:hover .news-title {
	color: #000;
}
.news-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.more-news {
	margin: 0 auto;
	margin-bottom: 120px;
	display: block;
	overflow: hidden;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	width: 222px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	font-family: "georgia";
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3a3a3a;
}
.more-news:hover {
	background: #dddfe1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3a3a3a;
}
.details-div {
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
	display: block;
	width: 1100px;
}
.btn-back {
	float: right;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	width: 168px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	font-family: "georgia";
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3a3a3a;
}
.btn-back:hover {
	background: #dddfe1;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #3a3a3a;
}
.details-div h3 {
	float: left;
	border-bottom: 2px solid #f2f5f8;
	margin-top: 40px;
	padding-bottom: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #0095f9;
}
.date {
	float: left;
	padding-top: 20px;
	border-bottom: 2px solid #f2f5f8;
	padding-bottom: 20px;
	width: 100%;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #a3a3a3;
}
.detail-p {
	float: left;
	border-bottom: 2px solid #f2f5f8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #5a5a5a;
	font-family:"Microsoft YaHei" !important ;
}
.detail-p p {
	margin: 5px 0;
	text-indent: 2em;
	word-wrap: break-word;
	word-break: normal;
	color: #5a5a5a;
}
.detail-p p a {
	color: #2f8adf;
}
.detail-p img {
	max-width: 90%;
}
.share {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f2f5f8;
	width: 100%;
	font-size: 16px;
	color: #a3a3a3;
}
.share span {
	float: right;
	padding-right: 10px;
	line-height: 30px;
}
.weinxin {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/weixin.png?ver=1.1) no-repeat;
}
.sina {
	float: right;
	margin-right: 10px;
	display: inline;
	width: 30px;
	height: 30px;
	background: url(../images/sina.png?ver=1.1) no-repeat;
}
.share a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.weinxin:hover {
	background: url(../images/weixin_h.png?ver=1.1) no-repeat;
}
.sina:hover {
	background: url(../images/sina_h.png?ver=1.1) no-repeat;
}
.about {
	height: 950px;
	background: url(../images/about.jpg?ver=1.1) no-repeat center top;
}
.about-info {
	float: left;
	margin-top: 450px;
	margin-left: 70px;
	padding: 20px;
	display: inline;
	width: 1100px;
	font-size: 20px;
	font-family: "georgia";
	background: url(../images/about_rep.png?ver=1.1) repeat;
}
.about-info p {
	text-indent: 2em;
	line-height: 50px;
}
.value {
	width: 100%;
	height: 764px;
	background: url(../images/value.jpg?ver=1.1) no-repeat center top;
}
.culture-box {
	float: left;
	margin-top: 167px;
	width: 100%;
	font-family: "georgia";
}
.culture-box dl {
	float: left;
	margin-left: 73px;
	display: inline;
	width: 230px;
	height: 430px;
}
.culture-box dt {
	float: left;
	margin-top: 20px;
	width: 230px;
}
.culture-box dt span {
	margin: 0 auto;
	display: block;
	width: 96px;
	height: 136px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.simplicity {
	background: url(../images/simplicity.png?ver=1.1) no-repeat;
}
.concentration {
	background: url(../images/concentration.png?ver=1.1) no-repeat;
}
.sharing {
	background: url(../images/sharing.png?ver=1.1) no-repeat;
}
.trust {
	background: url(../images/trust.png?ver=1.1) no-repeat;
}
.culture-box dl:hover span {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.culture-box dd {
	float: left;
	margin-top: 25px;
	width: 230px;
	text-align: center;
	font-size: 18px;
	color: #666;
}
.culture-box dd h3 {
	padding-bottom: 10px;
	font-size: 30px;
	color: #0855b1;
}
.culture-box dd p {
	line-height: 26px;
}
.photo {
	height: 778px;
	background: url(../images/photo.png?ver=1.1) no-repeat center top;
}
.contact {
	height: 1040px;
	background: url(../images/contact.jpg?ver=1.1) no-repeat center top;
}
.contact-tit {
	float: left;
	margin-top: 170px;
	width: 100%;
	line-height: 48px;
	text-align: center;
	font-size: 32px;
	font-family: "georgia";
}
.contact-area {
	margin: 0 auto;
	/* width: 900px; */
	font-family: "georgia";
}
.btn-area1, .area-cur1 {
	float: left;
	margin-top: 60px;
	margin-left: 360px;
	position: relative;
	border: 2px solid #fff;
	width: 180px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}
.btn-area2, .area-cur2 {
	float: left;
	margin-top: 60px;
	margin-left: 176px;
	display: inline;
	border: 2px solid #fff;
	padding-top: 50px;
	width: 180px;
	height: 130px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}
.btn-area3, .area-cur3 {
	
	float: left;
	margin-top: 60px;
	margin-left: 176px;
	display: inline;
	border: 2px solid #fff;
	padding-top: 50px;
	width: 180px;
	height: 130px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}
.btn-area4, .area-cur4 {
	float: right;
	margin-top: 60px;
	border: 2px solid #fff;
	padding-top: 50px;
	width: 180px;
	height: 130px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
}
.area-cur1, .area-cur2, .area-cur3,.area-cur4 {
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fecb00;
}
.dot-hr {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 76px;
	background: url(../images/dot_hr.png?ver=1.1) no-repeat;
}
.info-area {
	float: left;
	margin-left: 190px;
	position: relative;
	margin-top: 80px;
	width: 900px;
	text-align: center;
	font-size: 20px;
	font-family: "Arial";
}
.info-details {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.info-details p {
	line-height: 36px;
}
.mail-box {
	float: left;
	margin-top: 120px;
	margin-left: 30px;
	display: inline;
	width: 1220px;
}
.mail-box li {
	float: left;
	position: relative;
	margin-bottom: 30px;
	margin-left: 200px;
	display: inline;
	border: 2px solid #c6cdd6;
	border-radius: 6px;
	width: 314px;
	height: 100px;
	font-size: 20px;
	text-align: center;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.mail-box li h3 {
	padding-top: 10px;
	line-height: 42px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.mail-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: url(../images/mail_rep.png?ver=1.1) repeat;
	font-size: 16px;
	text-align: center;
	color: #bec7cf;
}
.dot-m {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	display: inline;
	width: 21px;
	height: 19px;
	background: url(../images/dot_m.png?ver=1.1) no-repeat;
}
.mail {
	float: left;
	margin-left: 15px;
	display: inline;
}
.mail-box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mail-box li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	background: #fecb00;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.mail-box li:hover .mail-link {
	color: #fff;
}
.mail-box li:hover .dot-m {
	background: url(../images/dot_m_h.png?ver=1.1) no-repeat;
}
.mail-box li:hover {
	border: 2px solid #fff;
}
.mail-box li:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.recruit {
	height: 1200px;
	background: url(../images/recruit.jpg?ver=1.1) no-repeat center top;
}
.tips {
	float: left;
	margin-top: 960px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #8288a3;
}
.tips a {
	color: #8288a3;
}
.c1 {
	font-size: 32px;
}
.c2 {
	font-size: 18px;
	font-family: "georgia";
	color: #747474;
}
.footer {
	overflow: hidden;
	width: 100%;
	min-width: 1280px;
	height: 140px;
	background: url(../images/footer.jpg?ver=1.1) no-repeat center top;
}
.foot {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1280px;
	font-size: 14px;
	font-family: "Arial";
}
.imba-logo {
	float: left;
	margin-top: 38px;
	margin-left: 40px;
	display: inline;
	width: 90px;
}
.foot-left {
	float: left;
	margin-left: 10px;
	margin-top: 55px;
	display: inline;
	color: #ececec;
}
.foot-left p {
	line-height: 24px;
}
.foot-left a {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	color: #ececec;
}
.foot-left a:hover {
	color: #c1e1ff;
}
.foot-right {
	float: right;
	margin-right: 40px;
	margin-top: 55px;
	display: inline;
	color: #ececec;
}
.imba-family {
    width: 100%;
    background: url(../images/photo.png?ver=1.1) center 0 no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.imba-family .imba-family-title {
    width: 100%;
    height: 138px;
}

.imba-family .imba-family-title h4 {
    line-height: 138px;
    text-align: center;
    color: #3a3a3a;
    font-size: 40px;
}

.imba-family .imba-family-pic {
    width: 1100px;
    height: 600px;
    margin: 150px auto 0;
}

.imba-family .imba-family-pic .imba-family-pic-items {
    width: 100%;
    height: 100%;
}

.imba-family .imba-family-pic .imba-family-pic-items div {
    overflow: hidden;
    float: left;
}

.imba-family .imba-family-pic .imba-family-pic-items div img {
    display: block;
    /* height: 100%; */
    transition: all 0.6s;
}

.imba-family .imba-family-pic .imba-family-pic-items .imba-family-pic-item-left {
    height: 100%;
    width: 420px;
    float: left;
}

.imba-family .imba-family-pic .imba-family-pic-items .imba-family-pic-item-center {
    height: 100%;
    width: 303px;
    float: left;
}

.imba-family .imba-family-pic .imba-family-pic-items .imba-family-pic-item-right {
    height: 100%;
    width: 376px;
    float: left;
}

.imba-family .imba-family-icon {
    width: 1080px;
    height: 150px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    margin-left: -540px;
}

.imba-family .imba-family-icon ul li {
    width: 136px;
    height: 136px;
    margin-right: 16px;
    display: inline-block;
    position: relative;
}

.imba-family .imba-family-icon ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 100px;
    cursor: pointer;
}

.imba-family .imba-family-icon ul li p {
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 160px;
}

.imba-family .imba-family-icon ul li.icon7:hover p,
.imba-family .imba-family-icon ul li.icon8:hover p,
.imba-family .imba-family-icon ul li.icon9:hover p,
.imba-family .imba-family-icon ul li.icon10:hover p,
.imba-family .imba-family-icon ul li.icon11:hover p,
.imba-family .imba-family-icon ul li.icon12:hover p,
.imba-family .imba-family-icon ul li.icon13:hover p {
    font-size: 28px;
}
/* .imba-family img{ 
	width: 100%;
} */
