@charset "utf-8";

html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;word-wrap:break-word;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,Arial,sans-serif;color:#313131;}
.pad_body{background-color:#3b3b3b;}
ol,ul,li{list-style:none;}
button{border:none;background:none;}
a{text-decoration:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
figure{margin:0;}
img,object,embed,video{max-width:100%;_width:100%;}
input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);-o-tap-highlight-color:rgba(0,0,0,0);-ms-tap-highlight-color:rgba(0,0,0,0);outline:0;}
img{height:auto;border:0;vertical-align:top;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}
.blod{font-weight:bold}
.hide{display:none;}
.show{display:block;}
.hidden{visibility:hidden;}
.visible{visibility:visible;}
.tc{text-align:center;}
.clear{clear:both;}
.clearfix {zoom: 1;}
.fl{float:left;}
.fr {float: right}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/* 不透明蒙层 */
.overlay{display: none;position: fixed;_position:absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 100%;
background-color: #000;filter: alpha(opacity=80);-moz-opacity: .8;-khtml-opacity: 0.8;opacity: .8!important;}
/* 文字溢出隐藏 */
.text-overflow{
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}
.blank30 {width: 100%;height: 30px;clear: both;}

body {
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	position: relative;
	margin: 0 auto;
}

/**通用页面及主页面**/
.index_top {
	width: 100%;
	min-width: 1280px;
	height: 80px;
	position: relative;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	text-align: center;
	z-index: 100;
}
.logo {
	width: 150px;
	margin-top: 15px;
	margin-right: 5%;
}
.index_top p, .top_title {
	font-size: 16px;
	line-height: 80px;
	width: 200px;
	color: #222;
	display: inline-block;
	cursor: pointer;
}
.index_top p:hover, .top_title:hover {
	color: #e7141a;
}
.top {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	text-align: center;
	z-index: 100;
}
.index_top .top_hover {
	color: #e7141a;
	background: url(../images/top_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.sub_top {
	position: absolute;	
	background-color: #fff;
	z-index: 20;
	width: 200px;
	line-height: 40px;
	left: 0;
	display: none;
}
.sub_top_list {
	width: 100%;
	height: 40px;
	display: inline-block;
	cursor: pointer;
}
.sub_top_list_title {
	font-size: 16px;
	color: #222;
	text-align: center;
	line-height: 40px;
}
.sub_top_list_title:hover {
	color: #e7141a;
}
.p_red {
	color: #e7141a;
}
.sub_top_list_txt {
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	text-align: left;
}
.sub_top_list img{
	width: 75%;
}

.banner_img {
	width: 100%;
	min-width: 1280px;
}
.banner_img_wap {
	display: none;
}
.main {
	width: 100%;
	min-width: 1280px;
	text-align: center;
	font-size: 30px;
	color: #222;
	line-height: 1.2em;
}
.main_title {
	padding-top: 75px;
	font-size: 28px;
	padding-bottom: 6px;
}
.main_title i {
	font-size: 24px;
}
.blue_bar {
	width: 504px;
	height: 23px;
	display: inline-block;
}
.main_content {
	margin: 0 auto;
	padding-top: 64px;
	padding-bottom: 80px;
	width: 100%;
	text-align: center;
}
.content_box {
	width: 1200px;
	margin: 0 auto;	
	position: relative;
	text-align: left;
}
.product_list {
	margin-top: 0px;
	height: 600px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.product_list_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.product_img {
	width: 700px;
}
.product_txt {
	width: 400px;
	margin-top: 75px;
	border: 0;
}
.p_txt_title {
	margin-top: 40px;
	font-size: 20px;
	line-height: 60px;
	background: url(../images/p_bg01.png) top left no-repeat;
	background-size: auto 100%;
	text-align: left;
	text-indent: 1em;
	color: #e7141a;
}
.p_txt_main {
	font-size: 16px;
	line-height: 28px;
	margin: 30px auto 60px;
	text-align: left;
	color: #222;
}
.p_txt_btn {
	font-size: 16px;
	line-height: 40px;
	color: #3d3d3d;
	background: url(../images/p_bg02.png) top left no-repeat;
	background-size: auto 100%;
	width: 120px;
	text-align: left;
	padding: 0 20px;
	cursor: pointer;
}

.product_list:nth-of-type(odd) .product_img , .product_list:nth-of-type(odd) .product_txt{float: right;} 
.product_list:nth-of-type(odd) .product_txt{margin-right: 75px;} 
.product_list:nth-of-type(even) .product_img , .product_list:nth-of-type(even) .product_txt{float: left;}  
.product_list:nth-of-type(even) .product_txt{margin-left: 75px;} 
.product_list:nth-of-type(2) {background: url(../images/home_bg2.png) top center no-repeat;}
.product_list:nth-of-type(2) .product_img{}
.product_list:nth-of-type(4) {background: url(../images/home_bg4.png) top center no-repeat;}
.product_list:nth-of-type(6) {background: url(../images/home_bg6.png) top center no-repeat;}


.footer {
	width: 100%;
	min-width: 1280px;
	height: 170px;
	padding-top: 45px;
	background-color: #252525;
	text-align: left;
	clear: both;
}
.footer_box {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.footer_logo {
	margin-top: 13px;
	float: left;
}
.footer_right {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.footer_right p{
	color: #bcbcbc;
	font-size: 12px;
}
.footer_right a {
	color: #fff;
}


/****产品页面****/
.article {
	width: 100%;
	padding: 75px 0;
	line-height: 1.7em;
}
.article:nth-of-type(even){
	background-color: #f3f3f3;
}
.article_title {
	width: 1200px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.article_box {
	width: 1280px;
	margin: 0 auto;
	text-align: left;
}
.article_txt {
	width: 480px;
	line-height: 1.4em;
	display: inline-block;
	margin-top: 120px;
}
.article h3 {
	font-size: 28px;
	color: #222;
	margin-bottom: 20px;
}
.article h4 {
	font-size: 24px;
	color: #222;
	text-indent: 2em;
	margin-bottom: 20px;
}
.article p {
	font-size: 20px;
	color: #a1a1a1;
}
.article_img {
	margin: 70px auto;
}
.gray_bar {
	width: 1280px;
}
.article h5 {
	width: 470px;
	height: 70px;
	font-size: 28px;
	line-height: 70px;
	color: #fff;
	background-color: #83a3fc;
	margin-bottom: 60px;
	text-align: center;
}
.quarter {
	width: 24%;
	height: 100%;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: text-top;
}
.quarter img {
	margin: 30px auto;
}
.quarter p {
	padding: 0 30px;
}
.trisection {
	width: 32.5%;
	height: 100%;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: text-top;
}
.main .bg_white {background: #fff;}
.p04bg {
	background: url(../images/p04_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.p06bg {
	background: url(../images/p06_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.p08bg {
	background: url(../images/p08_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.p14bg {
	background: url(../images/tp_02_bg.png) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 25px;
}

.line01 {
	height: 1px;
	width: 100%;
	background-color: #999;
	margin: 25px auto;
}

/***********游戏页面***********/
.type_table {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto;
}
.item_title {
	width: 16.6%;
	line-height: 60px;
	font-size: 26px;
	display: inline-block;
	background-color: #f3f3f3;
	cursor: pointer;
}
.item_select {
	color: #fff;
	background-color: #e7141a;
}
.item_title:hover {
	color: #fff;
	background-color: #e7141a;
}
.item_list {
    clear: both;
    width: 1220px;
    left: 50%;
    margin-left: -610px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.item_list_ul {
	width: 100%;
	display: none;
}
.item_list li {
	width: 285px;
	font-size: 26px;
	float: left;
	margin: 10px;
	padding-bottom: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
}
.item_list img {
	width: 100%;
}
.game_name {
	color: #222;
	line-height: 2.3em;
}
.item_btn {
	font-size: 16px;
	line-height: 40px;
	color: #3d3d3d;
	background: url(../images/p_bg02.png) top left no-repeat;
	background-size: auto 100%;
	width: 120px;
	text-align: left;
	padding: 0 20px;
	margin: 0 auto;
	cursor: pointer;
}

/******游戏详情******/
.product_info {
    min-width: 1024px;
    width: 100%;
    border: 0px;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    text-align: center;
}
.skill_box {
    width: 1280px;
    position: relative;
    left: 50%;
    padding-bottom: 20px;
    margin-left: -640px;
    top: 10px;
    padding-top: 0;
    background: #fff;
    margin-top: 10px;
}
.skill_title {
    padding: 10px 0 13px 0;
    float: left;
    width: 1280px;
}
.skill_title p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #444;
    padding-left: 30px;
}
.skill_main table {
    width: 1250px;
}
.skill_main td {
    height: 50px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}
.skill_main .tds {
    color: #454848;
    font-size: 16px;
}
.skill_main .tds span {
    color: #4277d0;
    font-size: 16px;
}
.b_line {
    height: 2px;
    border-bottom: 1px solid #e2e2e2;
    margin: 40px auto 0px auto;
    width: 1230px;
}
.skill_img {
    padding: 30px 0 10px 0;
    float: left;
    width: 1280px;
}
.skill_img p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #444;
    padding-left: 30px;
}
.hl_main5_content {
    width: 1120px;
    border-top: none;
    margin: 20px auto;
}
.hl_scrool_leftbtn {
    width: 20px;
    height: 42px;
    background: url(../images/left.png) no-repeat;
    float: left;
    margin-top: 180px;
    cursor: pointer;
}
.hl_scrool_rightbtn {
    width: 20px;
    height: 42px;
    background: url(../images/right.png) no-repeat;
    float: right;
    margin-top: 180px;
    cursor: pointer;
}
.hl_main5_content1 {
    width: 1038px;
    margin-top: 5px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.hl_main5_content1 ul {
    width: 1600px;
    overflow: hidden;
    color: #fff;
}
.hl_main5_content1 ul li {
    float: left;
    width: 250px;
    height: 380px;
    display: inline;
    border: 1px #eee solid;
    margin-right: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.hl_main5_content1 ul li a {
    width: 250px;
    height: 380px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.hl_main5_content1 ul li img {
    width: 250px;
    vertical-align: middle;
}
.skill_title {
    padding: 10px 0 13px 0;
    float: left;
    width: 1280px;
}
.skill_title p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #444;
    padding-left: 30px;
}
.desc_content {
    padding: 10px 20px;
}
.desc_content p {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}
.overlay_img {
    display: block;
    text-align: center;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.overlay_img img {
    margin-top: 50px;
    max-width: 600px;
    max-height: 600px;
}
/*****其他页面*****/
.img_jianjie {
	margin-bottom: 33px;
}
.jianjie_txt {
	width: 880px;
	padding: 30px 40px;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 0;
	background-color: rgba(243,243,243,0.8);
}
.jianjie_txt h4 {
	font-size: 24px;
	padding-bottom:  20px;
}
.wenhua {
	background: url(../images/wenhua_bg.png) center top no-repeat;
	background-size: 100% 100%;
	margin-bottom: 70px;
}
.wenhua_txt {
	width: 700px;
	margin-left: 60px;
	display: inline-block;
	font-size: 20px;
}
.img_wenhua {
	margin-top: 60px;
}
.img_contact {
	margin-bottom: 70px;
}
.contact_bg {
	background: url(../images/contact_bg.png) center top no-repeat;
	background-size: 100% 100%;
}
.contact {
	margin: 100px auto 140px;
	width: 1200px;
}
.contact_us {
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	margin-left: 50px;
}
.contact_us h4 {
	font-size: 24px;
}
.info {
	width: 100%;
	margin: 30px auto;
	text-align: left;
}
.info img {
	width: 60px;
}
.info p {
	width: 330px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
	display: inline-block;
}



/**********************************************************************************/
/**********************************************************************************/

