@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img, input, button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
ul, ol {
	list-style: none;
}
li {
	display: list-item;
}
input {
	padding-top: 0;
	padding-bottom: 0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
textarea {
	resize: none;
}
/*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
	border-collapse: collapse;
	border: 0px;
	padding: 0;
	margin: 0;
}
body {
	color: #000;
	font-family: "微软雅黑", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: #fff;
}
body.evonyPage {
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /*IE/7/6*/
}
a {
	color: #666;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
}
a:hover {
	color: #C81623;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
}
s, i, em {
	font-style: normal;
	text-decoration: none;
}
.col-red {
	color: #C81623 !important;
}
/*公共类*/
.w {
	/*版心 提取 */
	width: 1280px;
	margin: 0 auto;
}
.fl {
	float: left
}
.fr {
	float: right
}
.al {
	text-align: left
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
.hide {
	display: none
}
.none {
	display: none;
}
/*页面通用类*/
.shadowBox {
	text-align: center;
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
/* header */
.header {
	height: 90px;
	background-color: #fff;
}
.header .logo {
	float: left;
}
.header .nav {
	float: right;
}
.header .nav li {
	float: left;
	text-align: center;
}
.header ul {
	padding-top: 38px;
}
.header li a {
	display: block;
	width: 7em;
	border-right: 1px solid #999;
	font-size: 16px;
}
.header li.active a {
	color: #d93d1e;
}
.header li a:hover {
	color: #d93d1e;
	text-decoration: none;
}
.header li:last-child a {
	border-right: 0;
}
/* footer */
.footer, .footer a {
	color: #888;
}
.footer {
	padding: 20px 0;
	background-image: url(../images/bg.png);
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.footer a {
	display: inline-block;
	margin: 0 4px;
}
.footer em {
	color: #d93d1e;
}
/* subBanner */
.subBanner {
	background-color: #000;
	max-width: 1920px;
	width: 100%;
	height: 400px;
	background-image: url(../images/sub_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.newsPage .subBanner {
	background-color: #f6f6f6;
	background-image: url(../images/sub_banner_news.jpg);
}
.contactPage .subBanner {
	background-color: #fdf6ee;
	background-image: url(../images/sub_banner_contact.jpg);
}
.childrenPage .subBanner {
	background-color: #e5d0b8;
	background-image: url(../images/sub_banner_children.jpg);
}
/* 导航列表 */
.rightContent {
	margin-left: 280px;
	font-size: 14px;
}
.mainContent h1 {
	font-size: 26px;
	margin: 20px 0;
	color: #555;
	font-weight: normal;
}
.mainContent h2 {
	font-size: 16px;
	margin: 16px 0;
	font-weight: normal;
}
.leftBar {
	width: 220px;
	float: left;
	position: absolute;
	bottom: 0;
	top: 0;
	border-right: 1px solid #ddd;
}
.subActive, .subNav a.here {
	color: #d93d1e;
	background-position: 0px -22px;
}
.subNav a {
	display: block;
	padding: 12px 22px;
	font-size: 14px;
}
.subName {
	MAX-WIDTH: 1200PX;
	margin: 0 auto;
	font-size: 51px;
	line-height: 120px;
	color: #fff;
	padding-left: 57px;
	font-family: Arial bold, Verdana, sans-serif;
	display: none;
}
/* font */
h1 {
	font-size: 300%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
.text_light {
	color: #fff;
}
.text_dark {
	color: #000;
}
.text_gray {
	color: rgba(0, 0, 0, .5);
}
/*--nav-slide--*/
.nav-slide {
	min-width: 100px;
	background: rgba(0,0,0,.3);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -128px;
	border-radius: 10px 0 0 10px;
	z-index: 1000;
}
.nav-slide div {
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	cursor: pointer;
	font-family: "微软雅黑";
	transition: color .4s;
}
.nav-slide div:hover {
	color: #d93d1e;
}
.nav-slide .active {
	color: #d93d1e;
}
/*--slider--*/

.newsTitle {
	padding-bottom:20px;
	font-size: 2em;
	text-align:left;
	line-height: 32px;
}
.news_timeline-content .newsTitle {
	padding-bottom:10px;
}
.newsInfo {
	line-height: 22px;
	color: #888;
	overflow: hidden;
}
.news_container .newsInfo {
	height: 300px;
}
.news_container .all .newsInfo {
	height: auto;
}
.more {
	color: #d93d1e;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.all .more {
	display: none;
}
/*--products--*/

.products {
	background: #ddd;
	position: relative;
}
.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after, .ch-item:before {
	content: '';
	display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	display: inline-block;
	behavior: url(ie-css3.htc);
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
	cursor: pointer;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	behavior: url(ie-css3.htc);
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 8px rgba(0,0,0,0.2);
	background-color: #fff;
	border: 2px solid rgba(255,255,255,0.6);
}
.select .ch-info .ch-info-front {
	box-shadow: inset 0 0 0 8px rgba(167,0,20,0.7);
	background-color: #fff;
}
.ch-info .ch-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	background: #d01f27;
	opacity: 0;
}
.ch-img-1 {
	background-image: url(../images/t1.jpg);
	z-index: 12;
}
.ch-img-2 {
	background-image: url(../images/t2.jpg);
	z-index: 11;
}
.ch-img-3 {
	background-image: url(../images/t3.jpg);
	z-index: 10;
}
.ch-img-4 {
	background-image: url(../images/t4.jpg);
	z-index: 10;
}
.ch-info h3 {
	color: #fff;
	font-size: 30px;
	margin: 0 15px;
	padding: 16px 0 10px 0;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.5);
	font-weight: 300;
	letter-spacing: 5px;
}
li:last-child .ch-info h3 {
	padding: 61px 0 0 0;
	height: 50px;
	border-top: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
li:last-child .ch-info p {
	padding-top: 8px;
}
.ch-info p {
	color: #fff;
	font-style: italic;
	font-size: 12px;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.ch-info p a:hover {
	color: #fff;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}
.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1;
}
i.logo {
	width: 180px;
	height: 90px;
	display: inline-block;
	background-size: 100%;
	background-image: url(../images/evony/logo.png);
	background-position: center;
	margin-top: 16px;
}
i.logo.hb {
	background-image: url(../images/hb/logo.png)
}
i.logo.rpg {
	background-image: url(../images/rpg/logo.png)
}
.linkIndex {
	width: 80px;
	height: 80px;
	/*vertical-align: top;*/
    /*margin: 9px 0 0 20px;*/
	position: absolute;
	top: 0;
	left: 10%;
	/*transition:all .4s ease;*/
	z-index: 999;
}
.playbtn {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	background: url(../images/play.png) center center no-repeat;
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.playbtn.s {
	background: url(../images/play_s.png) center center no-repeat;
}
.playbtn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
