@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
ul,
li {
	list-style-type: none;
}
form {
	margin: 0;
	padding: 0;
}
body {
	/* position: relative; */
	font-size: 14px;
	font-family: '微软雅黑', Arial, Verdana, Helvetica, sans-serif;
	color: #461e05;
	line-height: 18px;
	background: #fdf3d6 url(../images/bgwrapbot.jpg) no-repeat center bottom;
}
input {
	font-size: 12px;
	font-family: '宋体', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 17px;
}
select {
	border: 1px solid #744219;
	font-size: 12px;
	color: #333;
}
.clearboth {
	line-height: 0px;
	height: 0px;
	clear: both;
	*display: inline;
	font-size: 0px;
}
area {
	outline: none;
}
a:visited,
a:link {
	color: #461e05;
	text-decoration: none;
	border-style: none;
}
a:hover {
	color: #ff0000;
	border-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.margin_auto {
	margin-right: auto;
	margin-left: auto;
}
.mgT10 {
	margin-top: 12px;
}
.mgT5 {
	margin-top: 5px;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
i {
	font-style: normal;
}
.wrapout {
	background: url(../images/传奇头部.png) no-repeat center top;
	padding-bottom: 100px;
	min-height: 500px;
	_height: 500px;
}
.wrapinner {
	background: url(../images/传奇头部.png) no-repeat center top;
	width: 1080px;
	min-height: 500px;
	_height: 500px;
}

.header h1,
.erwmType a,
.function dd,
.function dd a,
.down a,
.btnActiv a,
.btnHot,
.btnHot i,
.btnHot span,
.hotShowBg,
.hotShowTit,
.playerSelf h3 span {
	background: url(../images/png.png) no-repeat;
}

.header {
	height: 870px;
	position: relative;
}
.header h1 {
	width: 280px;
	height: 155px;
	position: absolute;
	top: 30px;
	left: 51%;
	margin-left: -140px;
	z-index: 10;
	/* background-position: 0 0; */
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
}

.header h1 a {
	height: 135px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
.mainNav {
	width: 100%;
	height: 51px;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 20;
}
.mainNav::before,
.mainNav::after {
	width: 37%;
	height: 2px;
	background: #fee887;
	position: absolute;
	content: ' ';
	left: 0;
	top: 90px;
	z-index: 0;
}
.mainNav::after {
	left: auto;
	right: 0;
}
.mainNav > ul > li {
	float: left;
	width: 115px;
	position: relative;
	padding-top: 25px;
	margin-left: 50px;
}
.mainNav > ul > li.n2 {
	margin-right: 365px;
}
.mainNav > ul > li > a {
	width: 115px;
	height: 65px;
	display: block;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	z-index: 12;
}
.mainNav > ul > li > a:link,
.mainNav > ul > li > a:visited {
	color: #fefefe;
	/* color: #461e05; */
	font-weight: 700;
}
.mainNav > ul > li > a:hover,
.mainNav > ul > li.active > a {
	color: #ffc;
}
.mainNav > ul > li > a > i {
	height: 5px;
	display: inline-block;
	opacity: 0;
	border: 1px solid #fee887;
	background: #fff45c;
	margin-bottom: -2px;
}
.mainNav li > a:hover i,
.mainNav li.active > a i {
	animation: eWidth 0.3s ease-out both;
}
.mainNav li > a > span {
	font-size: 12px;
	line-height: 12px;
	display: block;
	cursor: pointer;
	position: relative;
}
.mainNav li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 2px;
	width: 110px;
	padding-top: 110px;
	background: url(../images/bgmenusec.png) no-repeat left 93px;
	z-index: 11;
}
.mainNav li > ul > li > a {
	width: 88%;
	line-height: 41px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dashed #737373;
	letter-spacing: 0px;
	transition: all 0.5s ease-out;
}
.mainNav li.active > ul > li > a:hover {
	color: #ffc;
	letter-spacing: 5px;
}
.erwm {
	padding: 10px;
	background: url(../images/blank.png) repeat;
	position: absolute;
	bottom: 22px;
	right: 0;
	overflow: hidden;
}
.erwmShow {
	position: relative;
	width: 158px;
	height: 158px;
	margin-right: 15px;
}
.erwmShow img {
	width: 158px;
}
.erwmShow:after {
	position: absolute;
	top: 0;
	left: 0px;
	width: 158px;
	height: 2px;
	background: #0f0;
	content: ' ';
	animation: erwmLine 2.5s linear infinite alternate;
}
@keyframes erwmLine {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 158px);
	}
}
.erwmType dd {
	width: 210px;
	height: 50px;
	margin-bottom: 5px;
}
.erwmType dd a {
	height: 50px;
	display: block;
	text-indent: -9999px;
	outline: none;
	transform: scale(1);
	transition: transform ease 0.2s;
}
.erwmType dd a:hover {
	transform: scale(1.02);
}
.erwmType dd.n1 a {
	background-position: 0 -1194px;
	opacity: 0.5;
	transition: none;
	cursor: default;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}
.erwmType dd.n2 a {
	background-position: 0 -1248px;
}
.erwmType dd.n3 a {
	background-position: 0 -1303px;
	opacity: 0.5;
	transition: none;
	cursor: default;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}
.moduleOne {
	padding: 45px 0;
}

.news {
	width: 500px;
}
.newsTit {
	height: 28px;
	line-height: 27px;
	color: #fff;
	background: #000;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.tabNav {
	position: relative;
	padding: 15px 0 0 15px;
}
.tabNav li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
.tabNav li{
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 90px;
	height: 30px;
	line-height: 30px;
	display: block;
	outline: none;
	background: #ffb540;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all 0.5s ease;
}
.tabNav li:hover,
.tabNav li .current {
	background: #ac6a00;
}
.modMore {
	height: 20px;
	position: absolute;
	top: -22px;
	right: 10px;
}
.modMore i {
	width: 16px;
	height: 16px;
	background: #ffb540;
	color: #000;
	display: inline-block;
	font-size: 20px;
	line-height: 13px;
	text-align: center;
	margin-right: 5px;
	transform: rotate(45deg);
	transition: all ease 0.6s;
}
.modMore a:link,
.modMore a:visited {
	color: #ffb540;
}
.modMore a:hover {
	color: #fc0;
}
.modMore a:hover i {
	transform: rotate(360deg);
}
.news_con {
	/* padding: 10px 27px 0; */
}
.tabCon {
	display: none;
}
.tabCon li {
	line-height: 30px;
	height: 30px;
	position: relative;
}
.tabCon a:link,
.tabCon a:visited {
	color: #838383;
}
.tabCon a:hover {
	color: #d01a14;
}
#news .tabCon li a {
	display: block;
	width: 360px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabCon li span {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #838383;
}
.tabCon li em {
	font-style: normal;
	margin-right: 30px;
}
.tabCon li b {
	padding-right: 10px;
}
.tabCon li a.hot {
	padding-right: 40px;
	background: url(../images/hot.gif) 100% 50% no-repeat;
}
.tabCon li.red a {
	color: #f00;
}
.tabCon li.redstrong a {
	color: #f00;
	font-weight: bold;
}
.tabCon li.yellow a {
	color: #ef9911;
}
.tabCon li.yellowstrong a {
	color: #ef9911;
	font-weight: bold;
}
.tabCon li.blue a {
	color: #00f;
}
.tabCon li.bluestrong a {
	color: #00f;
	font-weight: bold;
}
.tabCon li.bold a {
	font-weight: bold;
}
.function {
	height: 145px;
	margin: 140px 0 110px;
	background: url(../images/blank1.png) repeat;
}
.function dd {
	width: 253px;
	height: 253px;
	float: left;
	background-position: 0 -159px;
	margin: -51px 0 0 10px;
}
.function dd a {
	width: 189px;
	height: 189px;
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
	top: 31px;
	left: 31px;
}
.function dd a div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 35px;
	left: 6px;
	z-index: 5;
	transition: all ease 0.3s;
}
.function dd a em {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	z-index: 4;
	transition: all ease 0.5s;
}
.function dd a i {
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 0px;
	overflow: hidden;
	opacity: 0;
	letter-spacing: 1px;
	transition: all ease 0.3s;
}

.function dd.n1 a {
	background-position: 0 -429px;
}
.function dd.n2 a {
	background-position: 0 -616px;
}
.function dd.n3 a {
	background-position: 0 -805px;
}
.function dd.n4 a {
	background-position: 0 -997px;
}
.function dd a:hover div {
	top: 15px;
}
.function dd a:hover em {
	opacity: 0;
}
.function dd a:hover i {
	line-height: 30px;
	opacity: 1;
}
.modCon {
	width: 617px;
	height: 233px;
	background: #382b24;
	color: #fff;
}
.modConImg {
	padding: 10px;
}
.modConBox {
	width: 353px;
	background: #59493f;
	height: 100%;
	font-size: 14px;
}
.playTips {
	height: 126px;
	margin: 10px 10px 0 10px;
	border: 1px solid #a7a072;
	background: #4a3c34;
	text-align: center;
	padding-top: 25px;
	line-height: 25px;
}
.fcmList {
	padding: 30px 0 0 10px;
}
.fcmList dd {
	width: 200px;
	margin: 1px 5px 20px;
	box-shadow: 0px 1px 3px #000;
	float: left;
}
.fcmList dd a {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	display: block;
	text-align: center;
	color: #ffb540;
	background: #41352d;
	border: 1px solid #6b5e59;
}
.fcmList dd a:hover {
	background: #352b25;
}

/*==========innerContent==============*/
.innerWrap .wrapout {
	background: url(../images/bgwrapinner.jpg) no-repeat center top;
}
.innerWrap .wrapinner {
	background: url(../images/bgwrapinner.jpg) no-repeat center top;
}
.innerWrap .header {
	height: 373px;
}
.content {
	/* min-height: 1000px; */
	/* _height: 1000px; */
}
.pageTit {
	padding: 30px 0 0 34px;
	position: relative;
	text-align: center;
}
.pageTit h2 {
	line-height: 50px;
	color: #3d3629;
	font-size: 36px;
}
.pageTit h2 span {
	padding-left: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.where {
	color: #3e3629;
	font-size: 14px;
	padding: 20px 0;
}
.where a {
	color: #d79921;
}
.where a:hover {
	color: #f30;
}

.conBase {
	padding: 22px 34px;
}
.subTit {
	border-bottom: 1px dashed #dda076;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.subTit h4 {
	border-bottom: 4px solid #ba2312;
	font-weight: normal;
}
.subTit h4 span {
	width: 210px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fbeeb4;
	display: block;
	text-indent: 46px;
	background: #ba2312 url(../images/ico2.png) no-repeat 15px center;
}

.pageNav {
	width: 460px;
	margin: 0 auto;
	padding: 0;
}

.search {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
}
.search label {
	vertical-align: middle;
}
.search input.text {
	background-color: #fff;
	height: 31px;
	line-height: 31px;
	border: 1px solid #bababa;
	width: 200px;
	padding: 0 16px 0 17px;
	vertical-align: middle;
}
.search input.submit {
	height: 33px;
	width: 48px;
	vertical-align: middle;
	cursor: pointer;
	background: url(../images/ser.png) no-repeat;
	border: none;
}
.search .add {
	background-color: #845c30;
	color: #f5e8a8;
	height: 30px;
	padding: 0 10px;
	cursor: pointer;
	border: 1px solid #d5c78c;
	vertical-align: middle;
}

.pager {
	display: none;
	margin: 0 auto;
	padding-top: 40px;
	height: 50px;
	text-align: center;
}
.pager span,
.pager a {
	display: inline-block;
	margin-right: 4px;
	height: 26px;
	padding: 0 9px;
	text-align: center;
	line-height: 26px;
	background: #efdbb7;
	color: #fff;
	border: 1px solid #d0b481;
}
.pager span {
	cursor: default;
	color: #777;
}
.pager a {
	min-width: 10px;
	color: #775839;
}
.pager a:hover {
	background-color: #b8a964;
}
.pager a.current {
	border: 1px solid #b9aa6d;
	background-color: #b8a964;
	color: #000;
}

.newsList {
	display: block;
	padding: 50px 0;
}
.newsList li {
	height: 34px;
	line-height: 34px;
	padding-left: 150px;
	border-top: 1px solid #fff;
}
.newsList li span {
	right: 150px;
}
.newsList h3 {
	text-align: center;
	color: #333;
	padding-top: 50px;
}
.articleTitle {
	text-align: center;
	color: #792614;
	padding: 50px 0;
	border-top: 1px solid #362e2b;
	border-bottom: 1px dashed #9e9e9d;
}
.articleTitle h1 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #3e3629;
}
.articleTitle p {
	color: #9e9e9d;
}
.articleText {
	padding: 15px 0;
	color: #480f08;
	line-height: 24px;
	font-size: 14px;
}
.articleText p {
	margin-bottom: 10px;
}
.articleText img {
	max-width: 700px;
}
.articleText table td {
	padding: 5px;
}

#hideTop {
	width: 30px;
	height: 120px;
	background: #572b08;
	position: fixed;
	bottom: 232px;
	right: 50%;
	margin-right: -560px;
	left: auto;
	top: auto;
	display: none;
	color: #ece1ad;
}
#hideTop span {
	display: block;
	padding: 8px;
	background-color: #744c2b;
	width: 14px;
	text-align: center;
	line-height: 18px;
}
#hideTop:hover {
	background-color: #900;
	color: #fff;
}
a.ts:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
a.ts:link {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*---page_turn--*/
.page_turn {
	color: #3d3c38;
	height: 33px;
	width: 635px;
	padding: 12px 0 0 0;
}
.share {
	padding-left: 125px;
	width: 510px;
}
.page_turn a:link,
.page_turn a:visited {
	color: #3d3c38;
}
.page_turn a:hover {
	color: #e71f00;
}
.page_turn a {
	margin: 0 2px;
}
.page_turn span {
	margin: 0 5px 0 0;
}

@keyframes eWidth {
	from {
		opacity: 0;
		width: 0px;
	}
	to {
		opacity: 1;
		width: 71px;
	}
}

/*=====轮播====*/
.shadowScroll {
	height: 232px;
	position: relative;
}
.shadowScroll_photo {
	width: 540px;
	height: 232px;
	position: relative;
	overflow: hidden;
}
.shadowScroll_photo img {
	width: 540px;
	height: 232px;
}
.shadowScroll_photo a.ch_adG {
	position: absolute;
}
.shadowScroll_control {
	width: 100%;
	height: 25px;
	line-height: 15px;
	text-align: center;
	padding: 5px 0 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.shadowScroll_control a {
	margin: 0 8px 0 0;
	width: 125px;
	height: 8px;
	display: inline-block;
	background: #fff;
	opacity: 0.5;
	transition: all 0.3s ease;
	line-height: 50px;
	overflow: hidden;
}
.shadowScroll_control a:link,
.shadowScroll_control a:visited {
}
.shadowScroll_control a.on,
.shadowScroll_control a.current {
	opacity: 1;
}
.shadowScroll_control a span {
	position: absolute;
	display: none;
	z-index: 22;
	bottom: 0;
	left: 0;
	color: #e4d3a4;
}
.shadowScroll_control a.on span {
	display: block;
	width: 100%;
}

.shadowScroll_over {
	width: 100%;
	height: 30px;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.shadowScroll_control_left a,
.shadowScroll_control_right a {
	width: 30px;
	height: 100px;
	text-indent: -9999px;
	outline: none;
	display: block;
	position: absolute;
	top: 100px;
	background: url(../images/arrowl.png) no-repeat;
	z-index: 30;
	opacity: 0.4;
	transition: all 0.5s;
}
.shadowScroll_control_left a:hover,
.shadowScroll_control_right a:hover {
	opacity: 1;
}
.shadowScroll_control_left a {
	left: 10px;
}
.shadowScroll_control_right a {
	background: url(../images/arrowr.png) no-repeat;
	right: 10px;
}

#Scroll02 .shadowScroll_control {
	display: none;
}
#Scroll02 .shadowScroll_photo,
#Scroll02 .shadowScroll_photo img {
	width: 1080px;
	height: 288px;
}

/*====适龄提示 start==*/
.ageTips {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
}
.ageTips a {
	height: 145px;
	display: block;
	outline: none;
}
.ageTipsPop {
	width: 1099px;
	height: 744px;
	background: url(../images/agetipspop.png) no-repeat;
	position: fixed;
	z-index: 1000;
	display: none;
	opacity: 0;
	top: -50%;
	left: 50%;
	margin: -372px 0 0 -549px;
	color: #4b1616;
}
.ageTipsPopTit {
	height: 100px;
	padding-top: 92px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.ageTipsPopList {
	padding: 0 130px;
}
.ageTipsPopList ul li {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 26px;
	margin-bottom: 10px;
	font-size: 14px;
}
.ageTipsPopClose {
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: #4b1616;
	color: #ccb38d;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -30px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.5s ease;
}
.ageTipsPopClose:hover {
	background: #900;
}
#dialog-overlay {
	width: 0;
	height: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
/*====适龄提示 end==*/
.swiper-container {
	width: 1080px;
	height: 537px;
	/* position: absolute;
	top: 0;
	left: 385px; */
}
.swiper-container img {
	width: 100%;
	height: 100%;
}

/* 最新动态 */
.news_con {
	width: 490px;
	height: 150px;
	padding: 10px 5px 0;
	position: relative;
}
.news_con .content {
	width: 480px;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.news_con .content ul {
	width: 480px;
	height: 150px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.news_con .content ul li {
	padding-left: 10px;
	height: 29px;
	border-bottom: solid 1px #bebdbd;
	text-align: start;
	color: #85440b;
	line-height: 29px;
	font-size: 18px;
}
.news_con .content ul li a{
  color: #85440b;
}
/* 底部 */
.footer {
	width: 100%;
	height: 150px;
	background-color: black;
	position: relative;
}
.footer .footerBox {
	width: 900px;
	/* background-color: cadetblue; */
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer .Logo {
	width: 250px;
	position: absolute;
	bottom: 0px;
	left: 0px;

}
.footer .Logo img {
	width: 100%;
}
.footer i {
	display: block;
	width: 2px;
	border: solid 1px #ccc;
	border-radius: 2px;
	height: 140px;
	background-color: #ccc;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);

}
 .about {
	margin-top: 350px;
	width: 420px;
	height: 153px;
	padding: 10px;

background-color: #59493f;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
 .about a{
	color: #fff;
}
.aboutBox {
	background-color: #4a3c34;
	width: 418px;
	height: 121px;
	border: 1px solid #a7a072;
	text-align: center;
	padding-top: 30px;
}

.modCon2 {
	margin-top: 350px;
	width: 617px;
	height: 173px;
	background: #382b24;
	color: #fff;
}
.modConImg2 {
	padding: 10px;
}
.modConBox2 {
	width: 353px;
	background: #59493f;
	height: 100%;
	font-size: 14px;
}
.playTips2 {
	height: 126px;
	margin: 10px 10px 0 10px;
	border: 1px solid #a7a072;
	background: #4a3c34;
	text-align: center;
	padding-top: 25px;
	line-height: 25px;
}
.qq {
	background: #41352d;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid #6b5e59;
	/* display: flex;
	justify-content: space-around; */
}
.qq p {
	color:#ffb540 ;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
}