/*ä¸»åŒºåŸŸ*/

.yuan {
    width: 185px;
    top: 10px;
    position: relative;
	float: right;
}
.jindu {
	background: url(../images/yuan.png) no-repeat;
	width: 150px;
	position: relative;
	left:10px;
}

.libao{
	left: 210px;
    top: 13px;
    position: relative;
	line-height: 20px;
	width: 220px;
    float: left;
}
.libao p{
	color: #888;
	font-size: 14px;
}

.qianghao{
	background: url(../images/bt01.png) no-repeat;
    width: 84px;
	height: 35px;
	border: none;
	outline: none;
	cursor: pointer;
}
.taohao{
	background: url(../images/bt02.png) no-repeat;
	width: 84px;
	height: 35px;
	border: none;
	outline: none;
	cursor: pointer;
}
.part1 {
    position: relative;
    z-index: 20;
    height: 303px;
    background: url(../images/home_part1.png) no-repeat;
}

.part1 .mbtns {
    position: absolute;
    top: -41px;
    left: 20px;
    width: 254px;
    height: 335px;
    background: url(../images/mbtn_bg.png) no-repeat;
}

.part1 .qlink {
    position: absolute;
    top: 128px;
    left: 24px;
    width: 206px;
}

.part1 .news {
    float: left;
    width: 380px;
    padding: 20px 0 0 294px;
}

.part1 .sliderWrap {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 816px;
    height: 474px;
}

.news-tab {
    position: relative;
    height: 28px;
    border-bottom: solid 2px #adadad;
}

.news-tab ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 376px;
    height: 30px;
}

.news-tab li {
    float: left;
    width: 109px;
    margin-right: 10px;
}

.news-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #8c9ca9;
    font-family: 'Microsoft Yahei';
    background: url(../images/news-tab.png) no-repeat;
}

.news-tab li.now {
    width: 105px;
}

.news-tab li.now a {
    color: #ffd118;
    line-height: 30px;
    background: url(../images/news-tab_hover.png) no-repeat;
}

.news-list {
    position: relative;
    width: 363px;
    height: 230px;
    padding: 10px;
    display: none;
}

.news-list ul {
    zoom: 1;
}

.news-list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news-list li {
    float: left;
    width: 370px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}

.news-list span {
    float: left;
    width: 50px;
    text-align: center;
    color: #ffab00;
}

.news-list em.date {
    float: right;
    width: 80px;
    text-align: right;
    color: #fff;
}

.news-list em.new {
    float: left;
    width: 32px;
    text-indent: -999em;
    height: 13px;
    margin: 5px 0 0 10px;
    background: url(../images/new.png) no-repeat;
    overflow: hidden;
}

.news-list li p {
    float: left;
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li p a {
    float: left;
    color: #fff;
}

.news-list li p.hot a {
    float: left;
    color: #ff0000;
    font-weight: bold;
}

.news-list .news-more {
    position: absolute;
    top: -27px;
    right: 9px;
    display: block;
    text-indent: -99em;
    width: 20px;
    height: 20px;
    background: url(../images/news_more.png) no-repeat;
    overflow: hidden;
}

.news-list li p a:hover {
    text-decoration: underline;
}

/*ç„¦ç‚¹å›¾*/

.slider_box {
    float: left;
    width: 452px;
    height: 263px;
    margin: 20px 0 0 20px;
    overflow: hidden;
    position: relative;
}

.slider_box img {
    display: block;
    width: 452px;
    height: 263px;
}

.slider_box .prev,
.slider_box .next {
    display: block;
    width: 36px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: 110px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/slider-arrow.png) no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.slider_box .prev {
    left: -100%;
    background-position: 0 0;
}

.slider_box .next {
    right: -100%;
    background-position: -36px 0;
}

.slider_box a.prev:hover,
.slider_box a.next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider_box:hover .prev {
    left: 10px;
}

.slider_box:hover .next {
    right: 10px;
}

/*å¤§å—*/

.part2 {
    padding-top: 20px;
}

.part2 .m-left {
    float: left;
    width: 254px;
    margin-right: 20px;
}

.part2 .m-mid {
    float: left;
    width: 613px;
}

.part2 .m-right {
    float: right;
    width: 254px;
}

.history {
    height: 214px;
    margin-bottom: 20px;
    background: url(../images/history_bg.png) no-repeat;
}

.gameService {
    height: 503px;
    margin-bottom: 20px;
    background: url(../images/gameservice_bg.png) no-repeat;
}

.weixin {
    height: 220px;
    background: url(../images/weixin_bg.png) no-repeat;
}

.shopping {
    height: 214px;
    margin-bottom: 20px;
    background: url(../images/shopping_bg.png) no-repeat;
}

.banner {
    position: relative;
    width: 612px;
    height: 274px;
    margin-bottom: 20px;
    overflow: hidden;
}

.playWorld {
    height: 213px;
    margin-bottom: 15px;
    background: url(../images/playworld_bg.png) no-repeat;
}

.media {
    height: 220px;
    background: url(../images/media_bg.png) no-repeat;
}

.master {
    height: 280px;
    margin-bottom: 20px;
    background: url(../images/master_bg.png) no-repeat;
}

.cooperation {
    height: 220px;
    background: url(../images/cooperation_bg.png) no-repeat;
}

/*å·¦*/

/*åŽ†å²ç‰ˆæœ¬*/

.history .showPic {
    overflow: hidden;
}

.history .sel {
    padding: 9px 0 0 34px;
}

.history .sel select {
    width: 186px;
    height: 26px;
    line-height: 26px;
    color: #666;
    border: solid 1px #e2e2e2;
}

/*å½©è™¹å®¢æœ*/

.gameService .hd {
    height: 41px;
    text-indent: -999em;
    padding: 8px 0;
    margin: 0 10px;
    background: url(../images/gameservice-hd.jpg) no-repeat 0 50%;
}

.gameService p.desc {
    line-height: 22px;
    color: #696969;
    padding: 6px 0 7px 32px;
}

.gameService p.desc a {
    color: #696969;
}

.gameService p.desc a:hover {
    text-decoration: underline;
    color: #ff6600;
}

.gameService ul {
    width: 211px;
    margin: 0 auto;
}

.gameService li {
    width: 211px;
    height: 25px;
    margin-bottom: 5px;
}

.gameService li a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/gameservicelink.png) no-repeat;
}

.gameService li a em {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.gameService li a em {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gameService li a:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gameService li.q1 a {
    background-position: 0 0;
}

.gameService li.q2 a {
    background-position: 0 -33px;
}

.gameService li.q3 a {
    background-position: 0 -66px;
}

.gameService li.q4 a {
    background: url(../images/jiazhang.png) no-repeat;
}

.gameService li.q5 a {
    background-position: 0 -132px;
}

.gameService li.q4 {
    height: 50px;
}

.gameService li.q5 {
    margin-bottom: 3px;
}

.gameService li.q1 a:hover em {
    background: url(../images/gameservicelink1_hover.png) no-repeat;
}

.gameService li.q2 a:hover em {
    background: url(../images/gameservicelink2_hover.png) no-repeat;
}

.gameService li.q3 a:hover em {
    background: url(../images/gameservicelink3_hover.png) no-repeat;
}

/*.gameService li.q4 a:hover em{ background:url(../images/gameservicelink4_hover.png) no-repeat;}*/

.gameService li.q5 a:hover em {
    background: url(../images/gameservicelink5_hover.png) no-repeat;
}

/*å¾®ä¿¡å¾®åš*/

.weixin .hd {
    height: 48px;
}

.weixin .hd li {
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.weixin .hd li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #a4a4a4;
    background: url(../images/weixin-hd.png) no-repeat;
}

.weixin .hd li.w1 a {
    background-position: 0 -48px;
}

.weixin .hd li.w2 a {
    background-position: -127px 0;
}

.weixin .hd li.w1.now a {
    background-position: 0 0;
    color: #fff;
}

.weixin .hd li.w2.now a {
    background-position: -127px -48px;
    color: #fff;
}

.weixin .bd {
    margin-top: 8px;
}

.weixin .bd .ewm {
    width: 254px;
    text-align: center;
    display: none;
}

/*ä¸­*/

/*æ–°å“å±•ç¤º*/

.shopping .hd {
    position: relative;
    height: 40px;
}

.shopping .hd h3 {
    display: none;
}

.shopping .hd a {
    position: absolute;
    display: block;
    text-indent: -999em;
}

.shopping .hd a.pay-btn {
    top: 9px;
    right: 54px;
    width: 83px;
    height: 23px;
    background: url(../images/pay_btn.png) no-repeat;
}

.shopping .hd a.more {
    top: 12px;
    right: 17px;
    width: 18px;
    height: 18px;
    background: url(../images/more2.png) no-repeat;
}

.shopping-list {
    position: relative;
    width: 100%;
    height: 160px;
    padding-top: 10px;
}

.shopping-list .prev,
.shopping-list .next {
    position: absolute;
    z-index: 10;
    top: 56px;
    width: 27px;
    height: 27px;
    display: block;
    background: url(../images/arrow2.png) no-repeat;
}

.shopping-list .prev {
    left: 8px;
    background-position: 0 0;
}

.shopping-list .next {
    right: 8px;
    background-position: -27px 0;
}

.shopping-list .bd {
    padding: 0 44px;
    overflow: hidden
}

.shopping-list .bd ul {
    zoom: 1;
    overflow: hidden;
}

.shopping-list li {
    width: 110px;
    height: 160px;
    margin-right: 28px;
}

.shopping-list .pic {
    width: 95px;
    height: 84px;
    padding: 13px 7px 13px 8px;
    background: url(../images/pic1_bg.png) no-repeat;
    overflow: hidden;
}

.shopping-list p {
    width: 76px;
    height: 18px;
    line-height: 18px;
    color: #000;
    padding-left: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shopping-list p.dec1 {
    padding-top: 7px;
    background: url(../images/pic1-item1.png) no-repeat 17px 50%;
}

.shopping-list p.dec2 {
    background: url(../images/pic1-item2.png) no-repeat 17px 50%;
}

.shopping-list p a {
    color: #000;
}

.shopping-list p a:hover {
    text-decoration: underline;
    color: #ff6600;
}

/*banner*/

.slider_headwear img {
	width: 229px;
	height: 188px;
}

.banner img {
    display: block;
    width: 612px;
    height: 274px;
}

.banner .prev,
.banner .next {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    top: 53px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/arrow3.png) no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    url(../img/slider-arrow.png) no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.banner .prev {
    left: -100%;
    background-position: 0 0;
}

.banner .next {
    right: -100%;
    background-position: -40px 0;
}

.banner a.prev:hover,
.banner a.next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner:hover .prev {
    left: 10px;
}

.banner:hover .next {
    right: 10px;
}

/*çŽ©å®¶å¤©åœ°*/

.playWorld .hd {
    position: relative;
    height: 40px;
}

.playWorld .hd h3 {
    display: none;
}

.playWorld .hd a {
    position: absolute;
    display: block;
    text-indent: -999em;
}

.playWorld .hd a.more {
    top: 12px;
    right: 17px;
    width: 18px;
    height: 18px;
    background: url(../images/more2.png) no-repeat;
}

.playWorld .bd {
    padding: 6px 25px 0 30px;
}

.playWorld ul {
    zoom: 1;
}

.playWorld ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.playWorld li {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.playWorld span {
    float: left;
    width: 64px;
    text-align: center;
    color: #ff6600;
}

.playWorld em.date {
    float: right;
    width: 74px;
    text-align: right;
    color: #646464;
}

.playWorld em.new {
    float: left;
    width: 32px;
    text-indent: -999em;
    height: 13px;
    margin: 3px 0 0 10px;
    background: url(../images/new.png) no-repeat;
    overflow: hidden;
}

.playWorld li p {
    float: left;
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.playWorld li p a {
    color: #646464;
}

.playWorld li p a {
    float: left;
}

.playWorld li p a:hover {
    text-decoration: underline;
}

/*å†’é™©å½±éŸ³*/

.media .hd {
    position: relative;
    height: 40px;
}

.media .hd h3 {
    display: none;
}

.media-list {
    position: relative;
    width: 100%;
    height: 140px;
    padding-top: 20px;
}

.media-list .prev,
.media-list .next {
    position: absolute;
    z-index: 10;
    top: 77px;
    width: 27px;
    height: 27px;
    display: block;
    background: url(../images/arrow2.png) no-repeat;
}

.media-list .prev {
    left: 8px;
    background-position: 0 0;
}

.media-list .next {
    right: 8px;
    background-position: -27px 0;
}

.media-list .bd {
    padding: 0 42px 0 41px;
    overflow: hidden
}

.media-list .bd ul {
    zoom: 1;
    overflow: hidden;
}

/*å³*/

.rlink {
    width: 254px;
}

.rlink li {
    width: 100%px;
    height: 92px;
    margin-bottom: 19px;
}

.rlink li.r3 {
    margin-bottom: 20px;
}

.rlink li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/rlink.png) no-repeat;
}

.rlink li a em {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.rlink li a em {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    text-indent: -999em;
    background: url(../images/rlink_hover.png) no-repeat 0% 0%;
}

.rlink li a:hover em {
    width: 76px;
    height: 76px;
}

.rlink li.r1 a {
    background-position: 0 0;
}

.rlink li.r2 a {
    background-position: 0 -92px;
}

.rlink li.r3 a {
    background-position: 0 -184px;
}

/*å†’é™©è¾¾äºº*/

.master .hd {
    position: relative;
    height: 80px;
}

.master .hd h3 {
    display: none;
}

.master .bd {
    width: 229px;
    margin: 0 auto;
}

.master .bd .pic {
    width: 229px;
    height: 130px;
}

.master .bd .pic a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.master .bd .pic img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 212px;
    height: 125px;
}

.master .bd .pic .bor {
    position: absolute;
    top: 0;
    left: 0;
    width: 229px;
    height: 130px;
    background: url(../images/master-pic-bg.png) no-repeat;
    cursor: pointer;
}

.master .bd .dec {
    padding: 3px 0;
    color: #000;
    line-height: 20px;
}

.master .bd .dec p {
    padding-left: 50px;
    background: url(../images/master-icon.png) no-repeat 30px 50%;
}

.master .bd .btns {
    padding-top: 7px;
}

.master .bd .btns a {
    width: 211px;
    height: 25px;
    display: block;
    margin: 0 auto;
    background: url(../images/master-btn.png) no-repeat;
}

.master .bd .btns a em {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.master .bd .btns a em {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
    opacity: 0;
    filter: alpha(opacity=0);
}

.master .bd .btns a:hover em {
    background: url(../images/master-btn-hover.png) no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*åª’ä½“ä¸“åŒº*/

.cooperation .hd {
    position: relative;
    height: 52px;
}

.cooperation .hd h3 {
    display: none;
}

.cooperation .bd {
    position: relative;
    width: 234px;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
}

.cooperation .icon {
    position: absolute;
    top: 3px;
    left: -77px;
    width: 174px;
    height: 148px;
    background: url(../images/cooperation_icon.png) no-repeat;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.cooperation:hover .icon {
    left: -17px;
}

.cooperation ul {
    position: absolute;
    left: 100px;
    top: 0;
    width: 126px;
}

.cooperation li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    margin-bottom: 9px;
}

.cooperation li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background: url(../images/cooperation_btn.png) no-repeat;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.cooperation li a:hover {
    background-position: 0 -30px;
}

.m-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 1000;
	overflow: auto;
	background-color: rgba(0, 0, 0, .2);
}

.m-modal-dialog {
	font-family: "microsoft yahei", "瀹嬩綋";
	position: relative;
	margin: 0 auto;
	margin-top: -100%;
	width: 600px;
	background-color: #ffffff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.m-top {
	background-color: #30A9DE;
}

.m-modal-title {
	margin: 0;
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.m-modal-close {
	position: absolute;
	right: 3px;
	top: 3px;
	display: inline-block;
	font-size: 35px;
	line-height: 20px;
	color: #555;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}

.m-modal-close:hover {
	color: #555;
}

.m-middle {
	padding: 10px 20px 10px 20px;
}

.m-bottom {
	padding: 0 6px 6px;
	overflow: hidden;
}

.m-bottom button {
	font-family: "microsoft yahei", "瀹嬩綋";
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 15px;
	float: right;
	margin: 0 0 0 10px;
	outline: none;
	font-size: 14px;
	color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.m-bottom button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.m-bottom button:active {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8
}

.m-bottom .m-btn-sure {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.m-bottom .m-btn-sure:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.m-bottom .m-btn-sure:active {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}