﻿/*
* @Author: Administrator
* @Date:   2017-08-18 14:13:01
* @Last Modified by:   Administrator
* @Last Modified time: 2017-08-18 16:18:18
*/

.headerBox {
	padding: 15px 0 0;
}
.headerBox .logo {
	width: 360px;
	height: 75px;
	background: url('../images/logo.png') no-repeat;
}
.headerBox .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.headerBox .pinfo {
	margin-top: 26px;
	font-size: 16px;
	color: #727272;
}
/* banner */
.slideBox {
	position: relative;
	max-width: 100%;
	max-height: 500px;
	overflow: hidden;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 38px;
	bottom: 8px;
	right: 0;
	z-index: 1;
	text-align: center;
	left: 0;
	display: none;
}
.slideBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	vertical-align: top;
	width: 100%;
	max-height: 500px;
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 1.5%;
	padding: 1.5% 0;
	line-height: 28px;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
}
/* banner end */


.wp_main {
	padding-top: 14px;
}
.wp_main .bl_t {
	border-left: 6px #e86239 solid;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	padding-left: 16px;
	color: #333;
	margin-bottom: 14px;
	float: left;
	width: 83%
}
.game_list li {
	float: left;
	margin: 0 30px 28px 0;
}
.game_list li a.g_pic {
	display: block;
	height: 180px;
	width: 270px;
}
.game_list li .g_info {
	margin-top: 20px;
	height: 52px;
	overflow: hidden;
}
.game_list li .g_info h2 {
	font-size: 18px;
	color: #333;
}
.game_list li .g_info em {
	font-size: 14px;
	color: #8a8a8a;
}
.game_list li .g_info .g_btn {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #f03d3d;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline-block;
*display:inline;
*zoom:1;
}
.game_list li .g_info .g_btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.game_list li.mright0 {
	margin-right: 0;
}
/* .friend_link */
.friend_link {
}
.friend_link .friend_hd {
	border-bottom: 1px #e1e1e1 solid;
}
.friend_link h2 {
	font-size: 24px;
	color: #333;
	display: inline-block;
	border-bottom: 1px #ff6666 solid;
	padding: 0 36px 10px 0;
	margin-bottom: -1px;
}
.friend_link .fl_box {
	margin-top: 14px;
}
.friend_link .fl_box a {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
/* footer */
.footer {
	background: #323232;
	height: 180px;
	margin-top: 56px;
}
.footer .copyright {
	margin: 0 auto;
	width: 1200px;
	padding: 50px 10px 0;
}
.footer .copyright p {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
.footer .copyright p a {
	color: #999;
}
.footer .copyright .bottom_footer {
	margin-top: 20px;
}
/*浮动条*/
#Floatingbar {
	width: 118px;
	position: fixed;
	top: 30%;
	right: 1%;
	margin-right: 0px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	z-index: 1500;
}
#Floatingbar .kefu_link {
	margin-bottom: 2px;
}
#Floatingbar .kefu_link .btn_kefu {
	width: 116px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: -1px;
	background: #0d0d0d url(../images/line_x.jpg) repeat-x left top;
	border: 1px solid #aeaba6;
	display: block;
	transition: font-size 0.2s ease-in;
}
#Floatingbar .kefu_link .btn_kefu:hover {
	font-size: 16px;
	background: #5a5a5a;
	text-decoration: none;
}
#Floatingbar .kefu_link .btn_kefu .icon {
	width: 35px;
	height: 34px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../images/icon_zx.png) no-repeat left top;
}
#Floatingbar .kefu_link .btn_js {
	width: 116px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: -1px;
	background: #5a5a5a url(../images/line_x.jpg) repeat-x left top;
	border: 1px solid #aeaba6;
	display: block;
	transition: font-size 0.2s ease-in;
}
#Floatingbar .kefu_link .btn_js:hover {
	font-size: 16px;
	background: #0d0d0d;
	text-decoration: none;
}
#Floatingbar .kefu_link .btn_video {
	float: left;
	width: 58px;
	height: 58px;
	text-align: center;
	position: relative;
	font-size: 14px;
	margin-right: -1px;
	background: #cdb167 url(../images/line_x.jpg) repeat-x left top;
	border: 1px solid #b98935;
	display: inline;
}
#Floatingbar .kefu_link .btn_video:hover {
	background: #c19d51;
	text-decoration: none;
}
#Floatingbar .kefu_link .btn_video span {
	width: 0;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}
#Floatingbar .kefu_link .btn_yy {
	float: right;
	width: 58px;
	height: 58px;
	text-align: center;
	position: relative;
	margin-left: -1px;
	background: #cdaf67 url(../images/line_x.jpg) repeat-x left top;
	border: 1px solid #b98935;
	display: inline;
}
#Floatingbar .kefu_link .btn_yy:hover {
	background: #c19d51;
	text-decoration: none;
}
#Floatingbar .kefu_link .btn_yy span {
	width: 0;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}
#Floatingbar .erweima {
	text-align: center;
	color: #fff;
	padding-top: 10px;
	background-color: #b90f0f;
}
#Floatingbar .erweima img {
	width: 102px;
	height: 102px;
	margin: 0 auto;
	background: #fff;
	display: block;
}
#Floatingbar .erweima span {
	height: 27px;
	line-height: 27px;
	display: block;
}
#Floatingbar ul li a {
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #2d2c31 url(../images/heibg.jpg) repeat-x left top;
	display: block;
	transition: font-size 0.2s ease-in;
}
#Floatingbar ul li a:hover {
	font-size: 16px;
	color: #c9a75d;
	text-decoration: none;
}
#Floatingbar .btn_backtop {
	width: 120px;
	height: 60px;
	text-align: center;
	text-indent: -99em;
	overflow: hidden;
	margin-top: 1px;
	background: #ccae65 url(../images/backtop.png) no-repeat left top;
	display: block;
}
#Floatingbar .btn_backtop:hover {
	background-position: left bottom;
}
#Floatingbar .kefu_link .btn_wx {
	width: 116px;
	height: 116px;
	position: relative;
	margin-bottom: -1px;
}
#Floatingbar .kefu_link .btn_wx img {
	width: 116px;
	height: 116px;
}
#Floatingbar .kefu_link .btn_wx img:hover {
	width: 118px;
	height: 118px;
}
.center {
	margin: 0 auto;
	width: 1240px;
}
#rua {
	height: 130px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 3500;
}
/* #rua */
			/*顶部*/
#top {
	width: 100%;
	height: 5px;
	line-height: 32px;
	margin: 0 auto;
	background: url(../images/line.jpg) #c7c5c6 repeat-x left top;
}
/*欢迎*/
#welcome {
	float: left;
	width: 660px;
	height: 32px;
	overflow: hidden;
}
#welcome strong {
	font-weight: normal;
	color: #0248c4;
}
#welcome time {
	color: #0248c4;
}
/*快捷链接*/
#quicklink {
	float: right;
	height: 32px;
}
#quicklink ul {
	float: right;
	margin-right: -8px;
}
#quicklink ul li {
	float: left;
	color: #333333;
}
#quicklink ul li [class^='icon'] {
	margin-right: 3px;
}
#quicklink ul li a {
	color: #6f7f8e;
	padding-right: 12px;
	padding-left: 6px;
	text-decoration: none;
	display: inline-block;
}
#quicklink ul li:hover a {
	color: #0248c4;
}
.icon_function {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
}
.icon_function.icon_function1x1 {
	background-position: 0 0;
}
.icon_function.icon_function2x1 {
	background-position: -25px 0;
}
.icon_function.icon_function3x1 {
	background-position: -50px 0;
}
.icon_function.icon_function4x1 {
	background-position: -75px 0;
}
#quicklink li:hover .icon_function.icon_function1x1 {
	background-position: 0 -25px;
}
#quicklink li:hover .icon_function.icon_function2x1 {
	background-position: -25px -25px;
}
#quicklink li:hover .icon_function.icon_function3x1 {
	background-position: -50px -25px;
}
#quicklink li:hover .icon_function.icon_function4x1 {
	background-position: -75px -25px;
}
/*网站标志*/
#logo {
	float: left;
	width: 417px;
	height: 90px;
	margin-top: 0px;
}
#logo img {
	max-width: 100%;
	max-height: 100%;
}
/*菜单*/
#menu {
	float: center;
	width: 1200px;
	margin-top: 33px;
}
#menu ul {
	float: center;
	margin-right: -16px;
}
#menu ul li {
	float: left;
	margin-left: 10px;
}
#menu ul li a {
	height: 32px;
	line-height: 30px;
	font-size: 30px;
	color: #0a5acd;
	padding-right: 26px;
	padding-left: 16px;
	text-decoration: none;
	border-radius: 30px;
	display: block;
}
#menu ul li:hover a {
	color: #fff;
	background-color: #0248c4;
}
#menu ul li.change a {
	color: #fff;
	background-color: #0248c4;
}
/*广告*/
	/* 	#igs {
		  margin: 10px auto;
		  width: 700px;
		  height: 320px;
		  position: relative;
		}

		.ig {
		  position: absolute;
		} */
		/* #banner{width: 1920px; height:650px;text-align:center;position:relative;margin: 0px auto; border: 1px solid green;} */
		/*图片轮播样式*/
		/* #banner .conbox{width:1920px;height:650px;position:relative;margin: 0px auto;} */
		/* #banner .conbox .ig{width:1920px;height:650px;text-align:center;position:relative;overflow:hidden;background-repeat:no-repeat} */
#shuffling {
	width: 1920px;
	height: 650px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
}
.rua {
	position: absolute;
}
#tabs2 {
	position: absolute;
	list-style: none;
	background-color: rgba(255,255,255,.5);
	left: 865px;
	bottom: 10px;
	border-radius: 15px;
	padding: 5px 0 5px 5px;
}
.tabs_1 {
	float: left;
	margin-left: 15px;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 4px;
	border-radius: 100%;
	background-color: #0080c6;
	color: white;
}
.tabs_1:nth-child(1) {
	margin-left: 0px;
}
.xiu {
	position: absolute;
	color: #fff;
	top: 110px;
	width: 40px;
	height: 100px;
	background-color: rgba(255,255,255,.3);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	border-radius: 5px;
	margin: 0 5px;
}
.rua2 {
	position: absolute;
	right: 0px;
}
.xiu:hover {
	background-color: rgba(0,0,0,.7);
}
/* 招聘栏目样式 */
.left_col {
	position: relative;
	width: 840px;
	height: auto;
	min-height: 640px;
	float: left;
	margin: 20px 0;
	padding-right: 40px;
	padding-bottom: 100px;
	border-right: 1px solid #f2f2f2;
	color: #656565;
	line-height: 24px;
	left:50%;
	margin-left:-420px;
	
}

.left_col1 {
	position: relative;
	width: 850px;
	height: auto;
	min-height: 640px;
	float: right;
	margin: 20px 0;
	padding-right: 40px;
	padding-bottom: 100px;
	border-right: 1px solid #f2f2f2;
	color: #656565;
	line-height: 24px;
}
.left_colL {
	float: left;
	margin: 20px 0;
}
.left_col1 h2 {
	margin: 25px 0;
	line-height: 34px;
	font-size: 36px;
	font-family: "黑体"
}
.left_col1 h2 span {
	float: left;
	display: block;
	margin-right: 8px;
	width: 4px;
	height: 24px;
	margin-top: 7px;
*margin-top:4px;
	background-color: #c20813;
}
.left_col1 p {
	line-height: 30px;
	font-size: 20px;
	font-family: "微软雅黑"
}
.left_col h1 {
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.left_col h1 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.left_col h2 {
	margin: 25px 0;
	line-height: 34px;
	font-size: 24px;
	font-family: "黑体"
}
.left_col h2 span {
	float: left;
	display: block;
	margin-right: 8px;
	width: 4px;
	height: 24px;
	margin-top: 6px;
*margin-top:4px;
	background-color: #c20813;
}
.left_col h5 {
	overflow: hidden;
}
.left_col h5 span {
	float: left;
	margin: 10px 7px 0 0;
	width: 4px;
	height: 4px;
	background-color: #c20813;
}
.left_col h5 button {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.left_col h4 {
	padding-left: 14px;
}
.left_col h3 {
	padding-bottom: 30px;
	overflow: hidden;
}
.left_col h3 img.imgl {
	float: left;
	margin: 0 12px 12px 0;
	clear: both
}
.left_col h3 img.imgr {
	float: right;
	margin: 0 0 12px 12px;
	clear: both
}
.left_col h3 p {
	text-indent: 2em;
	color: #666;
	line-height: 1.8em;
	padding-bottom: 10px;
	margin: 0;
}
.left_col h3 p.title {
	font-size: 18px;
	color: #333;
	height: 1.8em;
	text-indent: 0
}
.left_col .img img {
	float: left
}
.left_col table {
	margin: 40px 0;
	width: 100%;
}
.left_col table th {
	width: 160px;
}
.left_col table th {
	width: 120px;
}
.left_col .frame th {
	width: 190px;
}
.left_col table th h2 {
	font-size: 36px;
	text-align: left;
}
.left_col table td {
	padding: 15px 0;
}
.left_col table td h5 p {
	text-indent: 0;
	margin: 0;
	font-size: 18px;
	color: #c20813;
	line-height: 28px;
}
.left_col .imgcenter {
	text-align: center;
	padding: 20px 0;
	text-indent: 0;
}
.line {
	width: 90%;
	margin: 30px auto;
	height: 1px;
	background-color: #f2f2f2;
	text-indent: 0;
}
.left_col .month {
	display: none;
	text-indent: 0;
}

