@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 {
	padding: 0;
	margin: 0;
	font-family: 微软雅黑, 宋体, Arial, sans-serif;
}

body {
	background: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	position: absolute
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #e7e7e7;
	position: absolute
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ccc;
	position: absolute
}

.fl {
	float: left
}

.fr {
	float: right
}

/*animate*/

@keyframes arrow {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: 10px
	}
}

@-webkit-keyframes arrow {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: 10px
	}
}

/*h_iconfont*/
@font-face {
	font-family: 'iconfont';
	/* project id 1248274 */
	src: url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.eot');
	src: url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.woff') format('woff'),
		url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1248274_wrsm3agw99p.svg#iconfont') format('svg');
}

.h_iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h_iconfont:before {
	content: attr(icon);
	display: inline-block;
}
.empty{text-align:center;margin:auto;padding:20px;}
.empty img.m_img{width:70%;display: block;margin:20px auto;max-width:300px;}
/*public*/
.wrapper,
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: 100%;
	position: relative;
}

.hide {
	display: none;
}

.blue {
	color: #2671fb !important;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.pages_banenr_box {
	position: relative;
}

.pages_banenr_box .banner {
	width: 100%;
}

.pages_banenr_box .banner_txt {
	color: #fff;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	left:17%;
}

.pages_banenr_box .banner_txt h1 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
}

.pages_banenr_box .banner_txt p {
	font-size: 16px;
	padding-top: 5px;
	font-weight: bold;
}

.module {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px;
}

.module .btn {
	position: relative;
	display: block;
	margin: 40px auto 0;
	width: 180px;
	height: 42px;
	line-height: 40px;
	border: 2px solid #2671fb;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	padding-right: 12px;
	font-weight: normal;
	font-size: 14px;
}
.btn.border_btn{
	border-width:1px;
	color:#2671fb
}
.module .btn.btn_block {
	background: #2c72f7;
	color: #fff;
}

.module .btn .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	display: inline-block;
	margin-left: 26px;
}

.module .btn .arrow:after {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background-image: url(../img/frontend/icon_arrow1.png);
}

.module .btn .arrow.floatAni:after {
	animation: arrow .8s linear infinite alternate;
	-webkit-animation: arrow .8s linear infinite alternate;
}

.module .btn.btn_block .arrow:after {
	background-image: url(../img/frontend/icon_arrow3.png);
}

.module .title_box {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.module .title_box .module_title {
	font-size: 36px;
	line-height: 53px;
	font-weight: 500;
}

.module .title_box .module_sub_title {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 10px;
}

/*header*/
.header_placehode {
	height: 80px;
}

.header_box {
	position: fixed;
	background: #291e88;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;

}

.header_box.no_bg {
	background: transparent;
}

.header_box .header_btn_box {
	line-height: 80px;
	float: right;
	color: #686868;
	font-size: 16px;
}

.header_box .logo_link {
	float: left;
	margin-top: 20px;
	position: relative;
}

.header_box .logo {
	height: 63px;
    margin-top: -10px;
}
/* .header_box .logo_link:before{
	content:'';
	background:url(../img/new/logo_0.png) no-repeat;
	background-size:auto 100%;
	height:45px;
	display: inline-block;
	width:33px;
	animation: logogif 2s;
	-moz-animation: logogif 2s;	
	-webkit-animation: logogif 2s;	
	-o-animation: logogif 2s;	
	animation-iteration-count: infinite;
}
@keyframes logogif{
	5%{
		background-position-x:0;
	}
	10%{
		background-position:-33px center!important;
	}
	15%{
		background-position:-66px center!important;
	}
	20%{
		background-position:-99px center!important;
	}
	25%{
		background-position:-132px center!important;
	}
	30%{
		background-position:-165px center!important;
	}
	35%{
		background-position:-198px center!important;
	}
	40%{
		background-position:-231px center!important;
	}
	45%{
		background-position:-264px center!important;
	}
	50%{
		background-position:-297px center!important;
	}
	100%{
		background-position:-530px center!important;
	}
} */
.header_box .header_btn_box {
	line-height: 78px;
	float: right;
	color: #686868;
	font-size: 16px;
}

.header_box .header_btn_box ul {
	display: inline-block;
	margin: 0;
}

.header_box .header_btn_box li.tab_btn {
	line-height: 78px;
	display: inline-block;
	position: relative;
	display: inline-block;
	height: 80px;
	margin-right: 25px;
	box-sizing: border-box;
}

.header_box .header_btn_box li a {
	display: inline-block;
	padding: 0 10px;
	height: 100%;
	color: #fff;
}

.header_box .header_btn_box .login_btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 16px;
	text-align: center;
	border: 1px solid #2671fb;
	background-color: #2671fb;
	color: #fff;
	border-radius: 2px;
}

.header_box .header_btn_box .login_btn.login-btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 15px;
}

.header_box .header_btn_box .tab_btn .tag_hot {
	position: absolute;
	right: -20px;
	top: 12px;
	width: 35px;
	height: 22px;
}


.header_box .header_btn_box .tab_btn_selected a {
	color: #2588fc;
}

.header_box .header_btn_box .tab_btn .nav_dropdown {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 80px;
	background: rgba(255, 255, 255, 0.98);
	line-height: 1.2;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	cursor: auto;
	height: 0;
	overflow: hidden;
	transition: height .3s ease-in-out;
	-webkit-transition: height .3s ease-in-out;
}

.header_box .header_btn_box .tab_btn:hover .nav_dropdown {
	display: block;
	border-top: 1px solid #e5e5e5;
	height: 200px;
}

.header_box .header_btn_box .tab_btn .nav_dropdown_list {
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 194px;
}

.header_box .header_btn_box .tab_btn .nav_dropdown_item {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	vertical-align: middle;
	width: 195px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	color: #535353;
	transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
}

.header_box .header_btn_box .tab_btn .nav_dropdown_item .nav_dropdown_dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}


/*index banner*/
#banner_swiper_container img {
	width: 100%;
	vertical-align: middle;
}

.banner_new {
	position: relative
}

.banner_new .swiper-pagination-bullet {
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);

}

.banner_new .swiper-pagination-bullet-active {
	background: #fff
}

.banner_new.swiper-container {
	width: 100%;
	background:#130960;
	height:0;
	padding-bottom:28.64566%;
	overflow: hidden;
}





/**/
.module {
	font-weight: normal;
}

.module.bg2 {
	background: #f7faff;
}

/* .module_news {
	padding-bottom: 20px;
}
 */



.module_news .game_type_box {
	justify-content: space-between;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 54px 0;
}

.module_news .game_type_box .game_type_item:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.module_news .game_type_box .game_type_item:first-child {
	border-left: 1px solid #eaebec;
}

.module_news .game_type_box .game_type_item {
	background: #fff;
	position: relative;
	width: 226px;
	border: 1px solid #eaebec;
	border-left: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px;
}

.module_news .game_type_box img {
	width: 80%;
	line-height: 0;
	vertical-align: top;
	margin-top: -34px;
}

.module_news .game_type_box .game_type_title {
	width: 100%;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	line-height: 80px;
}




/*ad*/
.module_gdhdyxpt{}
.module_gdhdyxpt .item{
	overflow: hidden;
	padding: 6% 15%;
	font-size:0;
	/* height:592.91px; */
}
.module_gdhdyxpt .item:nth-child(even){
	background:#f7faff
}
.module_gdhdyxpt .item .side{
	width:50%;
	display: inline-block;
	margin-left:0;
	margin-right:0;
	vertical-align: middle;
}
.module_gdhdyxpt .item .relative{
	position: relative;
}
.module_gdhdyxpt .item .side.right{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.module_gdhdyxpt .item .side.left  .content_box{
	float:right;
	padding-right:16%;
}
.module_gdhdyxpt .item .side.right  .content_box{
	float:left;
	padding-left:16%;
}
.module_gdhdyxpt .item .side .item_img{
	height:363px;
}
.module_gdhdyxpt .item .side .item_title{
	font-size: 30px;
	font-weight: 300;
	padding-bottom:4px;
	color: rgb(102,102,102);
}
.module_gdhdyxpt .item .side .item_sub_title{
	font-size:22px;
	font-weight:300;
	padding-bottom:12px;
	color: rgb(102,102,102);
}
.module_gdhdyxpt .item .side .textBox{
	max-width:395px;
	font-size:16px;
}
.module_gdhdyxpt .item .side .item_text{
	color:rgb(129,129,129);
	line-height:26px;
}
.module em {
	font-weight: bold;
}

/*.module_case*/
.module_case {
	padding-bottom: 50px;
}

.module_case .context_box {
	min-height: 580px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 22px 5px #dae0ea;
	padding: 40px;
	box-sizing: border-box;
}

.module_case .context_top {
	justify-content: space-between;
	border-bottom: 1px solid #e1e4e8;
}

.module_case .context_top .case_type_item {
	width: 10%;
	border-bottom: 3px solid #fff;
	cursor: pointer;
	max-width: 80px;
	min-width: 60px;
}

.module_case .context_top .case_type_item>img {
	background: #fff;
	width: 69%;
	margin: 0 auto;
}

.module_case .context_top .case_type_item .img1 {
	display: none !important;
}

.module_case .context_top .case_type_item .img2 {
	display: block !important;
}

.module_case .context_top p {
	text-align: center;
	margin: 5px 0 20px;
	white-space: nowrap;
}

.module_case .context_top .case_type_item.cur {
	border-bottom-color: #2671fb;
	color: #2671fb;
}

.module_case .context_top .case_type_item.cur .img1 {
	display: block !important;
}

.module_case .context_top .case_type_item.cur .img2 {
	display: none !important;
}

.module_case .context_top .more_case_btn {
	flex-direction: column;
	justify-content: center;

	max-width: 80px;
	width: 10%;
}

.module_case .context_top .more_case_btn a {
	display: block;
	width: 24px;
	height: 32px;
	margin: 0 auto;
	background-image: url(../img/frontend/arrow3.png);
	margin-top: -20px;
}

.module_case .context_body {
	margin: 30px 0;
	justify-content: space-between;
	display: none;
}

.module_case .context_body .right {
	max-width: 350px;
	padding-left: 10px;
	width: 34%;
}

.module_case .context_body .right .info_img {
	width: 100%;
	min-width: 183px;
}

.module_case .context_body .info_box {
	margin-bottom: 40px;
	color: #666;
}

.module_case .context_body .info_box .info_title {
	margin-bottom: 25px;
}

.module_case .context_body .info_box span.p {
	position: relative;
	padding-left: 20px;
	margin-right: 25px;
	white-space: nowrap;
	display: inline-block;
	padding-bottom: 10px;
}

.module_case .context_body .info_box span.p:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2671fb;
	position: absolute;
	left: 5px;
	top: 5px;
}

.module_case .context_body .info_box:last-child {
	margin-bottom: 0;
}

.module_case .context_body .info_box p {
	position: relative;
	padding-left: 20px;
	margin-top: 20px;
}

.module_case .context_body .info_box p:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	left: 5px;
	top: 5px;
}

.classic-case{
	overflow: hidden;
	padding-top:3%;
}
.classic-case .item{
	width:49%;
	float:left;
	margin-bottom:2%;
	border-radius:18px;
	overflow: hidden;
	box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	position: relative;
}
.classic-case .item:nth-child(even){
	float:right;
}
.classic-case .item .item_img{
	width:100%;
	vertical-align: middle;
}
.classic-case .item .hover_box{
	position: absolute;
	/* background:rgba(0,0,0,.5); */
	color:#fff;
	padding:20px;
	text-align:center;
	left:0;
	right:0;
	bottom:0;
	top:0;
	display: none;
	opacity: 0;
}
.classic-case .item .relative{
	position: relative;
	z-index:5;
}
.classic-case .item:before{
	content:'';
	background:rgba(0,0,0,.5);
	transform: translateX(-100%);
	position: absolute;
	right:50%;
	top:0;
	bottom:0;
	width:50%;
	transition: all .3s;
}
.classic-case .item:after{
	content:'';
	background:rgba(0,0,0,.5);
	transform: translateX(200%);
	position: absolute;
	left:50%;
	top:0;
	bottom:0;
	width:50%;
	transition: all .3s;
}
.classic-case .item:hover:before,.classic-case .item:hover:after{
	transform: translateX(0);
}
.classic-case .item .iconplay{
	display: block;
	width:59px;
	height:59px;
	margin:10px auto;
	background:url(../img/new/icon_play.png) no-repeat center;
	background-size:100% 100%;
}
.classic-case .item .case_logo{
	max-width:243px;
	max-width:49%;
}
.classic-case .item .item_tit{
	font-size:26px;
	margin-top:6%
}
.classic-case .item .text{
	display: block;
	margin:3% auto 0;
	width:80%;
	text-align:left;
}
.classic-case .item:hover .hover_box{
	display: block;
	transition: all .3s;
	opacity: 1;
}
/* module_adBg */
.module_adBg {
	width: 100%;
	height: 240px;
	background: url(../img/frontend/bg1.png) center center no-repeat;
}

.module_adBg .context_box {
	width: 800px;
	height: 240px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	text-align: center;
}

.module_adBg .context_box .left {
	width: 490px;
}

.module_adBg .context_box .context_title {
	font-weight: bold;
	font-size: 20px;
}

.module_adBg .context_box .context_tips {
	margin-top: 10px;
	align-items: center;
	justify-content: space-between;
}

.module_adBg .context_box .context_tips .line {
	width: 90px;
	height: 1px;
	background: url(../img/frontend/line.png);
}

.module_adBg .context_box .btn2 {
	display: block;
	font-size: 16px;
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	background: #fff;
}


/* module_hy */
.module_hy {}

.module_hy .context_box {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 22px 5px #dae0ea;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

.module_hy .context_top {
	justify-content: space-between;
	border-bottom: 1px solid #e1e4e8;
}

.module_hy .context_top .case_type_item {
	width: 140px;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}

.module_hy .context_top .case_type_item .btn1 {
	display: none !important;
}

.module_hy .context_top .case_type_item .btn2 {
	display: block !important;
}

.module_hy .context_top .case_type_item.cur {
	border-bottom-color: #2671fb;
	color: #2671fb;
}

.module_hy .context_top .case_type_item.cur .btn1 {
	display: block !important;
}

.module_hy .context_top .case_type_item.cur .btn2 {
	display: none !important;
}

.module_hy .context_body {
	margin-top: 30px;
	justify-content: space-between;
	color: #666;
}

.module_hy .context_body .img_box {
	width: 450px;
	height: 385px;
	justify-content: space-between;
	margin-right: 30px;
}

.module_hy .context_body .img_box img {
	height: 385px;
	width: 216px;
}

.module_hy .context_body .info_main {
	overflow: hidden;

}

.module_hy .context_body .info_main .logo_img {
	display: block;
	margin-bottom: 20px;
}

.module_hy .context_body .info_main p {
	line-height: 18px;
	margin-bottom: 10px;
}

.module_hy .context_body .info_main p.title {
	color: #2671fb;
	margin: 23px 0 10px;
}

.module_hy .context_body .info_main p.p {
	line-height: 30px;
	text-align: justify;
	margin-bottom: 10px;
}

.module_hy .context_body .info_main .btn {}

/* 经典案例 */

.jdal_swiper{
	padding-bottom:42px;
}
.jdal_swiper .item_img{
	width:100%;
	vertical-align: middle;
}
.jdal_swiper .swiper-pagination-bullet-active{
	background:#8e8e8e;
}
.jdal_swiper .swiper-pagination-bullet{
	    margin: 0 10px!important;
}
.jdal_swiper .swiper-slide{
	width: 1576px;
	    height: 0;
	    overflow: hidden;
	    padding-bottom: 31.40545685279188%;
}
.jdal_swiper .swiper-pagination-bullet{
	width:11px;
	height:11px;
}

.jdal_swiper .text_box{
	position: absolute;
	right: 13%;
	    bottom: 17%;
	width: 372px;
	text-align: center;
}
.jdal_swiper .text_box .item_title{
	font-size: 27px;
	color: #000; 
	padding-bottom:20px;
}
.jdal_swiper .text_box .item_sub_txt{
	color: #000;
	font-size: 16px;
	text-align: left;
	line-height:25px;
}
/*index 服务保障*/
.module_fwbz .table_layout{
	overflow: hidden;
}
.module_fwbz .table_layout .item{
	float:left;
	width:33.3333%;
	text-align:center;
	padding-bottom:5%;
}
.module_fwbz .table_layout .item .img_box img{
	width:54%;
	margin-bottom:5px;
}
.module_fwbz .table_layout .item .text_box{
		color: rgb(103,117,138);
}
.module_fwbz .table_layout .item .item_title{
	font-size:26px;
	padding-bottom:3%;
	white-space: nowrap;
}
.module_fwbz .table_layout .item .sub_text{
	font-size:13px;
	white-space: nowrap;
}
.module_fwbz .sub_title{
	text-align: center;
	line-height: 40px;
	padding: 5% 0;
	font-size: 29px;
	font-weight: 400;
	color:#000;
}
.bz_list{
	overflow:hidden;
	font-size:0;
	text-align: center;
	padding-bottom:2%
}
.bz_list .bz_item{
	display: inline-block;
	list-style:none;
	text-align: center;
	max-width:25%;
}
.bz_list .bz_item img{
	width:80%;
	max-width:236px;
}
/*价格与服务*/
.jg_module{overflow:hidden;}
.jg_module .item{position:relative;float:left;width:26%;margin-top:5%;margin-bottom:5%;box-shadow: 0 0 3px rgba(238,238,238,1);border-radius: 9px;border: 1px solid #eeeeee;}
.jg_module .item:nth-child(1){
	margin-left:5%;
}
.jg_module .item:nth-child(2){
	margin-left:6%;
	margin-right:6%;
}
.jg_module .item .icon_hot{position: absolute;z-index: 3;right: -19px;width: 53px;top: -37px;}
.jg_module .price_top{position: relative;overflow:hidden;height:0;padding-bottom:68.4848%;color:#fff}
.jg_module .price_top .bg{position: absolute;left:0;right:0;bottom:0;top:0;width:100%}
.jg_module .price_top .txt_box{position: relative;width:80%;margin:auto;text-align: center;padding:18% 0;}
.jg_module .price_top .old_price{position: absolute;
    top: 16%;
    font-weight: bold;
    left: 12%;
    font-size: 21px;}
.jg_module .price_top .old_price:after{content: '';
    background: url(../img/new/function/icon_shandian.png) no-repeat center;
    background-size: 80%;
    width: 85%;
    position: absolute;
    height: 125%;
    left: 109%;
    top: 18%;}
.jg_module .price_top .price h1{display: inline-block;font-size:62px;min-width:94px;margin-left: 14%;}
.jg_module .price_top .price .item_t{font-size:45px;padding-bottom:7%;padding-top:2%}
.jg_module .price_top .price .text_y{padding-left:6%;}
.jg_module .deploy_detail{padding: 8% 11%;list-style: none;color:rgb(139,139,139); }
.jg_module .deploy_detail .list_item{padding-left:6%;padding-bottom:6%}
.jg_module .deploy_detail .list_item .item_dg{padding-right:5%;width:13px}
.jg_module .item .btn{position:relative;border-radius:2em;overflow:hidden;display: block;width:75%;line-height:45px;color:#fff;text-align:center;margin:2% auto 12%;font-size:16px;transition: all .2s;}
.jg_module .item .btn.mk_1{background-image: linear-gradient(to right, #5fbeb6 , #44aab8);}
.jg_module .item .btn.mk_2{background-image: linear-gradient(to right, #67b2ff , #6788ff);}
.jg_module .item .btn.mk_3{background-image: linear-gradient(to right, #fecd57 , #ffa958);}
.jg_module .item .btn:before{
	content:'';
	width:300px;
	height:300px;
	background:rgba(255,255,255,.3);
	transform: translate(-50% ,100%) rotate(-45deg);
	transition: all .3s;
	position: absolute;
	top:0;
	left:50%;
}
.jg_module .item .btn:hover:before{
	transform: translate(-50% ,-50%) rotate(-45deg);
	transition: all .3s;
}
.contact_container{background:rgb(247,251,253);padding: 5% 0 10%;}
.contact_box{
	overflow:hidden;
}
.contact_form{
	float:left;
	width:50%;
	text-align:center;
}
.contact_form .title{
	font-weight: 400;
    padding-bottom:3%;
	color:rgb(66,66,66)
}
.contact_form .sub_title{
	font-size: 16px;
	    color: rgb(141,141,141);
}
.contact_form .form_box{
	background: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	margin-top: 4%;
	margin-bottom: 4%;
	box-shadow: 0 0 24px #c9dbff;
	padding: 7% 5% 5%;
}
.contact_form .form_box .item_line{
	border-bottom: 2px solid #d5d5d5;
	text-align: left;
	padding: 2% 2% 2% 4%;
	color: rgb(158,158,158);
	display: flex;
	font-size:18px;
	margin-top:3%;
	line-height:35px;
}
.contact_form .form_box .item_line .input{
	border:none;
	display: block;
	outline: none;
	padding-left:15px;
	flex-grow:5;
	color:rgb(158,158,158);
	font-size:18px;
}
.contact_form .form_box .item_line .item_icon{
	height: 20px;
	vertical-align:bottom;
	
}
.contact_form .submit_btn{
	margin-top: 10%;
	display: block;
	color: #fff;
	background: #1db494;
	line-height: 45px;
	border-radius: 2em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	max-width:170px;
}
.contact_img{
	width:50%;
	float:left;
	text-align: center;
}
.contact_img img{
	width:80%;
	margin-top:5%
}
/* module_act */
.module_act .context_box {
	justify-content: space-between;
	flex-wrap: wrap;
}

.module_act .context_box .act_item {
	max-width: 580px;
	width: 47%;
	height: 234px;
	box-sizing: border-box;
	padding: 30px 10px 30px 30px;
	background-color: #fff;
	border: 1px solid #f0f0f2;
	border-bottom: 2px solid #f0f0f2;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-bottom: 35px;
}

.module_act .context_box .act_item .top {
	color: #999;
	border-bottom: 1px solid #f0f0f2;
}

.module_act .context_box .act_item .top .date_box {
	justify-content: space-between;
}

.module_act .context_box .act_item .top em {
	font-size: 24px;
	margin-right: 15px;
}

.module_act .context_box .act_name {
	margin: 12px 0;
	color: #333;
	font-weight: bold;
}

.module_act .context_box .bottom {
	margin-top: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
}

.module_act .context_box .act_item .top .go_btn {
	display: block;
	width: 24px;
	height: 24px;
}

.module_act .context_box .act_item .top .go_btn>img {
	width: 100%;
	height: 100%;
}

.module_hy .context_body .info_main .logo_img {
	display: block;
	margin-bottom: 20px;
}

.module_act .context_box .act_item:hover .top .go_btn .icon1 {
	display: none !important;
}

.module_act .context_box .act_item .top .go_btn .icon1 {
	display: block !important;
}

.module_act .context_box .act_item .top .go_btn .icon2 {
	display: none !important;
}

.module_act .context_box .act_item:hover .top .go_btn .icon2 {
	display: block !important;
}

.module_act .context_box .act_item:hover {
	-webkit-box-shadow: 0 0 10px 0 #d0d0d0;
	box-shadow: 0 0 10px 0 #d0d0d0;
	border-bottom: 2px solid #2671fb;
}

/*module_xyx*/
.module_xyx {
	padding-bottom: 2.9%;
}

.module_xyx_list_margin {
	m/* argin-left: -4%; */
}

.module_xyx_list .item {
	padding-bottom: 7.1%;
	padding-top: 2%;
    width:25%;
}

.module_xyx .xyxpagintion {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.module_xyx_list .item {}

.module_xyx_list .item .phone_bg {
	display: block;
	margin:auto;
	box-sizing: border-box;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	border: 1px solid #ddd;
	width: 252px;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	border-radius: 14px;
	overflow: hidden;
}

.module_xyx_list .item .phone_bg .hover_box {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	display: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 444px;
	top: 0;
	left: 0;
}

.module_xyx_list .item .phone_bg .hover_box .middle_box {
	margin-top: 50%;
}

.module_xyx_list .item .phone_bg .hover_box .code {
	width: 70%;
	max-width: 108px;
	margin: 15% auto 12%;
	border: 2px solid #0073fb;
	border-radius:8px;
}
.module_xyx_list .item .phone_bg:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.module_xyx_list .item .phone_bg:hover .hover_box {
	display: block;
}

.module_xyx_list .item .phone_bg .bg {
	width: 100%;
	vertical-align: top;
	border-radius: 35px;
	box-shadow: 4px 5px 3px rgba(148, 148, 148, .5) inset, -6px 5px 6px rgba(148, 148, 148, .4), -12px 13px 15px rgba(148, 148, 148, .38), -31px 10px 21px rgba(148, 148, 148, .25);
}

.module_xyx_list .item.swiper-slide-active .phone_bg .bg {
	box-shadow: none;
}

.module_xyx_list .item .game_pic {
	width: 250px;
	height: 444.4px;
}

.module_xyx_list .item .phone_top_bar {
	position: absolute;
	left: 50%;
	top: 2.8%;
	z-index: 2;
	transform: translateX(-50%);
	width: 49%;
}

.module_xyx_list .item .game_title {
	line-height: 32px;
	height: 34px;
}

/*footer*/

footer {
	overflow: hidden;
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #161d25;
	color: #cfcfcf;
}

footer .fl_title {
	float: left;
	width: 1em;
	font-size: 21px;
	margin-top: 50px;
	margin-right: 30px;
	color: #3f91c1;
}

footer .list {
	width: 16.666%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}

footer .q-code {
	position: relative;
	top: 46px;
	text-align: right;
	float: right;
}

footer .q-code img {
	height: 120px;
	width: 120px;
}

footer .foot-up a {
	text-decoration: none;
	color: #cfcfcf;
	font-size: 14px;
	white-space: nowrap;
}

footer .foot-up a .h_iconfont {
	font-size: 16px;
}

footer .foot-up a:hover {
	color: #337ab7;
}

footer h3 {
	color: #5a60df;
	margin-top: 50px;
	font-size: 18px;
	line-height: 46px;
	font-weight: normal;
	margin-bottom: 10px;
}

footer p {
	padding-bottom: 10px;
}

footer h3 span {
	border-bottom: 1px solid #5a60df;
	display: inline-block;
}

footer .footer-bottom {
	height: 60px;
	text-align: center;
	border-top: 1px solid #31323d;
	line-height: 46px;
	margin-top: 15px;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}



.main-time {
	border-bottom: 1px dashed #e2e2e2;
	padding-top: 35px;
	background-color: #333;
	margin-top: 8px;
}

.main-time-content {
	position: relative;
	height: 85px;
	width: 960px;
	margin: auto;
}

.main-time-content li {
	min-width: 178px;
	float: left;
}

.main-time-content li a {
	display: block;
	color: #fff;
	margin-left: 20px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

.main-time-num {
	float: left;
	line-height: 43px;
	font-size: 43px;
	margin-right: 5px;
}

.main-time-what {
	float: left;
	font-size: 15px;
	line-height: 20px;
}

.main-time-what {
	float: left;
	font-size: 15px;
	line-height: 20px;
}






.line {
	border-bottom: 1px solid #484848;
	height: 1px;
	overflow: hidden;
}

#friendsUrl {
	text-align: left;
	color: #666;
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 50px;
}

#friendsUrl {
	text-align: left;
	color: #666;
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 50px;
}

#friendsUrl .splitUrl {
	margin: 0 5px;
}

.serve_ct {
	box-sizing: border-box;
	width: 110px;
	height: 343px;
	background: #329fd7;
	border-radius: 55px 55px 5px 5px;
	position: absolute;
	box-shadow: 0 5px 12px #329fd7;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999
}

.close_btn {
	position: absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
	z-index: 99999;
}

.close_btn {
	position: absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
	z-index: 99999;
}

.avatar {
	padding-top: 10px;
	width: 110px;
	height: 100px;
	margin-bottom: 10px;
}

.para {
	margin: 0;
	color: #eee;
	font-size: 14px;
	text-align: center;
}

.serve_tel {
	position: relative;
	top: -2px;
}

.consult_btn {
	width: 80px;
	height: 30px;
	margin: 10px auto;
	position: relative;
	top: 4px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	transition: all .1s;
	border: 2px solid transparent;
}

.consult_btn a {
	color: #3098ff;
	text-decoration: none;
	box-sizing: border-box;
	padding: 5px 10px;
}

.red_dot {
	position: absolute;
	background: red;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	top: -10px;
	right: -10px;
}

.we_code {
	left: 10px;
	width: 110px;
	position: absolute;
	bottom: 10px;
}

.we_code img {
	width: 90px;
	border-radius: 5px;
}

.para {
	margin: 0;
	color: #eee;
	font-size: 14px;
	text-align: center;
}

.hover_img img {
	max-width: 140px;
	position: absolute;
	left: -150px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	margin-top: 8px;
}

.consult_ct {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 30%;
	right: 16px;
	z-index: 99999;
	display: none
}

.move_dot {
	position: absolute;
	top: 20px;
	left: 50px;
	width: auto;
	transform-origin: 0 30px;
	animation: dotmove 2.5s infinite linear;
	z-index: 99999
}

.small_cir {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.big_cir {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.staff_avt {
	z-index: 99999;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

@keyframes dotmove {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#scroll {
	display: none;
	background-image: url(../img/frontend/scrollUp1.png);
	width: 44px;
	height: 44px;
	background-size: 100% 100%;
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 10000;
}





/*publis*/
.fkw-hd-topbar-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999 !important;
}

.content {
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

/*head*/
.f-topBar {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	z-index: 10;
	background-color: #fff;
	font-family: "微软雅黑";
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

div.hd-header {
	border-bottom: 1px solid #e5e5e5;
	box-shadow: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
}

.f-topBar.f-fkw-topBar .fkw-topbar-box {
	max-width: 1380px;
	min-width: 1140px;
	margin: 0 auto;
	font-size: 12px;
	width: 100%;
}

div.hd-header #hd-logo {
	cursor: pointer;
}

.f-topBar .fkw-topbar-box .fkw-hd-newLogo {
	width: 137px;
	background: url(../../image/logo_2018_07_30.png) center center no-repeat;
	position: relative;
}

.f-topBar .fkw-logo {
	width: 330px;
	height: 70px;
	background: url(../image/header_icon.png) 0 -348px;
	float: left;
	margin-left: 18px;
}

.f-topBar .fkw-topbar-box .fkw-hd-newLogo .fkwProduct {
	display: block;
	position: absolute;
	top: 28px;
	right: -122px;
	width: 102px;
	width: 102px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #333;
	font-size: 12px;
	text-align: center;
}

.f-topBar .fkw-topbar-box .fkw-hd-newLogo .fkwProduct:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -10px;
	width: 1px;
	height: 16px;
	background-color: #cfcfcf;
}

.f-topBar .f-topbar-right {
	float: right;
	width: auto;
	*width: 430px;
	height: 70px;
	vertical-align: top;
}

div.hd-header .nav-item {
	margin: 0;
	padding: 0 15px;
	cursor: auto;
	user-select: none;
}

.f-topBar .topbar-item {
	width: auto;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	z-index: 10;
	position: relative;
	margin-right: 31px;
	*float: left;
}

div.hd-header .nav-item .nav-link {
	display: inline;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	position: relative
}

div.hd-header .nav-item .nav-icon {
	background: url(../img/frontend/icon_sprites.png?) no-repeat -10px -94px;
	width: 7px;
	height: 4px;
	display: inline-block;
	vertical-align: 4px;
}

.f-topBar .opPanel {
	display: inline-block;
	position: relative;
	z-index: 9999;
	margin-left: 15px;
}

div.hd-header .f-topbar-right .opPanel {
	margin-left: 30px;
}

.f-topBar .topbar-item.topbar-item-registerCenter {
	width: 135px;
	margin-right: 0;
}

.f-fkw-topBar .topbar-item-manageCenter .topbar_btn_text,
.f-fkw-topBar .topbar_btn_registerCenter .topbar_btn_text {
	display: inline-block;
	width: 118px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #0076fe;
	text-align: center;
	background-color: #0076fe;
	font-size: 14px;
	font-family: "微软雅黑";
	border-radius: 28px;
	color: #fff;
	margin-right: 10px;
	vertical-align: middle;
}

.f-topBar .topbar-item.topbar-item-loginCenter {
	width: 80px;
	margin-right: 0;
	*width: 85px;
}

.topbar_btn .topbar_btn_text {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.f-topBar .topbar_btn_loginCenter .topbar_btn_text {
	display: inline-block;
	width: 80px;
	height: 34px;
	border: 1px solid #dcdcdc;
	border-radius: 28px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	background: #fff;
}


div.hd-header .nav-item .nav-dropdown {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 70px;
	background: #fff;
	line-height: 1.2;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	cursor: auto;
	height: 0;
	overflow: hidden;
	transition: height .3s ease-in-out;
	-webkit-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-ms-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-list {
	width: 930px;
	padding: 38px 0 52px;
}

div.hd-header .nav-item .nav-dropdown-list {
	margin: 0 auto;
	overflow: hidden;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-item {
	margin: 9px 35px 0;
	width: 240px;
	height: 90px;
	padding: 24px 30px;
	transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-ms-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
}

div.hd-header .nav-item .nav-dropdown-item {
	display: block;
	overflow: hidden;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing: border-box;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-text {
	margin-left: 31px;
	display: block;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-title {
	display: block;
	font-size: 18px;
	color: #535353;
	margin-bottom: 7px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-desc {
	display: block;
	font-size: 14px;
	color: #898989;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon {
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background-image: url(../img/frontend/icon_sprites.png);
	background-repeat: no-repeat;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_gzhzf {
	background-position: -52px -10px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_mdyl {
	background-position: -52px -52px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_ppcb {
	background-position: -10px -52px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_dsyl {
	background-position: -10px -10px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_zhxc {
	background-position: -94px -52px;
}

div.hd-header .nav-item .nav-dropdown.soluction .nav-dropdown-icon.topbar_icon_hyfs {
	background-position: -94px -10px;
}

div.hd-header .nav-item:hover .nav-dropdown.soluction {
	height: 294px;
}

div.hd-header .nav-item:hover .nav-dropdown {
	display: block;
	border-top: 1px solid #e5e5e5;
}

.f-topBar .topbar-item.topbar-item-manageCenter {
	width: 193px;
	margin-right: 0;
}

/*banner*/
.fk_banner {
	line-height: 1;
	color: #fff;
	height: 200px;
	background: url(../img/frontend/game_banner.jpg) no-repeat 50% 50%;
}

.fk_banner .content {
	overflow: hidden;
}

.fk_banner .content .title {
	margin-top: 67px;
	font-size: 28px;
	font-weight: normal;
}

.fk_banner .content .desc {
	margin-top: 14px;
	font-size: 18px;
}

.f-topBar .f-topbar-right .topbar_btn_manageCenter .topbar_btn_text,
.f-topBar .f-topbar-right .topbar-item-manageCenter.topbar-item-active-true .topbar_btn_text {
	color: #fff;
}

.topbar-item .f-portrait {
	width: 37px;
	height: 37px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background: #ddd;
	overflow: hidden;
}

.topbar-item .f-portrait .f-portrait-bg {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.topbar-manage {
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	height: 0;
}

.topbar-manage-panel {
	width: 208px;
	height: 0;
	transition: height .2s;
	transition: height .5s, ;
	transform-origin: 0 0;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(152, 181, 229, 0.37);
	border-radius: 5px;
}

.topbar-comm-panel::before {
	display: block;
	position: absolute;
	width: 48px;
	right: 0;
	top: -18px;
	height: 18px;
	content: '';
}

.topbar_panel_active .topbar-manage-panel {
	position: absolute;
	left: -38px;
	transform-origin: 0 0;
	height: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	opacity: 0;
}

.topbar-comm-panel .topbar-panel-triangle-tips {
	position: absolute;
	border-width: 7px;
	top: -14px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 1);
	font-size: 0;
	line-height: 0;
	display: block;
	right: 0;
	margin-right: 12px;
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
	z-index: 0;
}

.topbar-manage-list {
	width: 100%;
	overflow: hidden;
	transition: height .2s;
	font-size: 14px;
}

.topbar-manage-items {
	height: 43px;
	line-height: 43px;
	box-sizing: border-box;
	cursor: pointer;
}

.topbar-manage-items:first-child,
.topbar-manage-items:last-child {
	height: 48px;
	line-height: 48px;
	color: #8a9baf;
}

.topbar-manage-items:first-child {
	border-bottom: 1px solid #ecf2f8;
}

.topbar-manage-items .topbar-manage-cor.topbar-manage-cor-edit {
	cursor: pointer;
}

.topbar-manage-items .topbar-manage-cor {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	cursor: default;
}

.topbar-manage-items .topbar-manage-cor-name {
	width: 100%;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size: 12px;
	text-indent: 19px;
	padding: 0 4px 0 0;
}

.topbar-manage-items .topbar-manage-cor.topbar-manage-cor-edit .topbar-manage-cor-name {
	width: 165px;
	text-indent: 19px;
	text-align: left;
	color: #4e4e4e;
}

.topbar-manage-items .topbar-manage-cor .topbar-manage-icon {
	display: none;
	vertical-align: middle;
	background-position: -443px -119px;
	margin: 0;
}

.topbar-manage-items .topbar-manage-cor.topbar-manage-cor-edit:hover .topbar-manage-icon {
	display: inline-block;
	background-position: -443px -119px;
}

.topbar-manage-icon {
	display: inline-table;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 37px;
	vertical-align: middle;
}

.topbar-manage-icon {
	background-image: url(../img/frontend/header_icon.png);
	background-repeat: no-repeat;
}

.topbar-manage-items:nth-child(2) {
	border: 0;
}

.topbar-manage-items-manage .topbar-manage-icon {
	background-position: -443px 0;
}

.topbar-manage-items .topbar_text {
	display: inline-block;
	min-width: 72px;
}

.topbar-manage-items-loginout .topbar-manage-items-left {
	color: #4e4e4e;
	border-right: 1px solid #ecf2f8;
	width: calc(100% - 80px);
}

.topbar-manage-items-loginout .topbar-manage-items-left,
.topbar-manage-items-loginout .topbar-manage-items-right {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.topbar-manage-items .topbar-manage-cor-staff {
	width: 100%;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.topbar-manage-items-loginout .topbar-manage-items-right {
	width: 80px;
	color: #8a9baf;
}

.f-manage-hover .topbar-manage-panel {
	transition: all .3s;
	-webkit-transition: all .3s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity: 1;
}

/*子导航*/
.new_game_nav {
	padding: 7px 0;
	font-size: 14px;
	display: inline-block;
}

.new_game_nav .item {
	line-height: 29px;
	padding: 0 15px;
	border: 1px solid #e8e8e8;
	color: #999999;
	position: relative;
	float: left;
	margin: 9px 0 0 0;
	background: #fff;
	border-right:none;
}
.new_game_nav .item:nth-child(1){
	border-radius:6px 0 0 6px;
}
.new_game_nav .item:last-child{
	border-radius:0 6px 6px 0;
	border-right:1px solid #e8e8e8;
}
.new_game_nav .item.active {
	background: #4381fd
}

.new_game_nav .has_childer {
	padding-right: 27px;
}

.new_game_nav .item .icon_d {
	position: absolute;
	font-size: 27px;

}

.new_game_nav .item.active .name {
	color: #fff;
}

.new_game_nav .item .childer_box {
	position: absolute;
	left: 0;
	display: none;
	z-index: 10;
}

.new_game_nav .item .childer {

	background: #fff;
	position: relative;
	white-space: nowrap;
	font-size: 12px;
	border: 1px solid #e8e8e8;
	margin-top: 14px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

.new_game_nav .item .childer:before {
	content: '';
	width: 12px;
	height: 9px;
	left: 10px;
	position: absolute;
	top: -9px;
	background: url(../img/new/icon_sj.png) no-repeat center bottom;
	background-size: 100%;
}

.new_game_nav .childer ul {
	display: inline-block;
	min-width: 76px;
	width: auto;
	position: relative;
	vertical-align: top;
}

.new_game_nav .childer ul:after {
	content: '';
	width: 0;
	border-right: 1px solid #e8e8e8;
	height: 95%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.new_game_nav .childer ul li {
	list-style: none;
	margin: 0 8px;
}

.new_game_nav .childer .sub_item {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	min-width: 76px;
}

.new_game_nav .childer .sub_item:hover,
.new_game_nav .childer .sub_item.active {
	color: #4381fd
}

.new_game_nav .childer ul li:last-child .sub_item {
	border: none;
}






.screen-box .placeholder {
	background: #f6f6f6;
	height: 60px;
	display: none;
}

.screen-box .screen-wrap {
	background: #fff;
	font-size: 14px;
	color: #535353;
}

.screen-box .screen-wrap .content .item {
	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 60px;
}

.screen-box .screen-wrap .item.active {
	color: #4381fd;
}

.screen-box .screen-wrap .content .item.active.item.has-children {
	background-color: #fdfdfd;
	border-color: #e2e2e2;
}

.screen-box .screen-wrap .content .item.has-children:before {
	content: " ";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 0;
	display: block;
	background: #fdfdfd;
}

.screen-box .screen-wrap .content .item.active.has-children:before {
	height: 1px;
}

.screen-box .screen-wrap .children {
	border: 1px solid #dcdcdc;
	background: #fdfdfd;
	color: #949494;
}

.screen-box .screen-wrap .children .more-festival {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 5;
	display: block;
}

.screen-box .screen-wrap .children .more-festival:after,
.screen-box .screen-wrap .content .item.has-children:after {
	content: " ";
	width: 10px;
	height: 5px;
	display: inline-block;
	vertical-align: 2px;
	margin-left: 5px;
	background: url(../img/frontend/game_sprites.png) no-repeat -10px -10px;
}

.screen-box .screen-wrap .children .more-festival.show-dropdown:after,
.screen-box .screen-wrap .content .item.active.item.has-children:after {
	vertical-align: 3px;
	background-position: -40px -10px;
}

.screen-box .screen-wrap .children .more-festival .more-festival-dropdown {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	max-height: 230px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

.screen-box .screen-wrap .children .more-festival .more-festival-dropdown .dropdown-item {
	height: 32px;
	line-height: 32px;
}


.game_page {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.game_page .item {
	float: left;
	width: 25%;
}

.game_page .item .phone_bg {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


.load-finish-text {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #979ba0;
	font-size: 16px;
	padding-bottom: 25px;
	overflow: hidden;
}

.load-finish-text .before,
.load-finish-text .after {
	content: '';
	background: #d0d2d5;
	height: 1px;
	max-width: 448px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.load-finish-text .after {
	margin-right: 0;
	margin-left: 20px;
}

/*侧边悬浮*/

.fk_service {
	max-height: 232px;
	position: fixed;
	right: 10px;
	top: 30%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #243558;
	z-index: 10000
}

.fk_service ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0
}

.fk_service li {
	list-style-type: none
}

.fk_service li>div {
	box-sizing: border-box;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
}

.fk_service_box {
	width: 40px;
	height: 40px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
}

.fk_service_triangle {
	top: 12px;
	right: -11px;
	position: absolute;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #e1e6ec;
	z-index: 1010
}

.fk_service_triangle:after {
	content: "\20";
	top: -6px;
	right: 1px;
	position: absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	z-index: 1000
}

.fk_service_triangle:before {
	content: "\20";
	width: 80px;
	height: 45px;
	top: -20px;
	right: -52px;
	position: absolute;
	background: rgba(0, 0, 0, 0)
}

@keyframes fade-in {
	0% {
		opacity: .4;
		right: 82px
	}

	100% {
		opacity: 1;
		right: 62px
	}
}

.fk_service_consult {
	background: url(../img/frontend/fk_service.png) no-repeat -366px -16px #fff
}

.fk_service_consult:hover {
	border: 0;
	background: url(../img/frontend/fk_service.png) no-repeat -410px -16px #4f7cfc
}

.fk_service_consult:hover .fk_service_consult_cont {
	display: block;
	opacity: 1;
	transition: linear .2s;
	animation-name: fade-in;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-delay: 0s
}

.fk_service_consult_cont {
	width: 200px;
	min-height: 210px;
	max-height: 268px;
	border-radius: 3px;
	background: #fff;
	right: 62px;
	position: absolute;
	text-align: center;
	border: 1px solid #e1e6ec;
	display: none;
	opacity: 0
}

.fk_service_consult_cont1 {
	width: 70px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	right: 62px;
	text-align: center;
	position: absolute;
	display: none;
	border: 1px solid #e1e6ec
}

.fk_service_consult_cont1 .fk_service_triangle:before {
	width: 0 !important
}

.fk_service_consult_cont>.fk_service_triangle:after {
	border-left: 10px solid #f6f8fb !important
}

.fk_service_consult_cont span {
	float: left
}

.fk_service_consult_cont_top {
	width: 100%;
	height: 157px;
	background: #f6f8fb;
	border-radius: 3px;
	border-bottom: 1px solid #eef2f8
}

.fk_service_hint {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #9aa8c2;
	text-align: center
}

.fk_service_hint>.fk_service_icon {
	background: url(../img/frontend/fk_service.png) no-repeat -460px -25px;
	width: 15px;
	height: 15px;
	margin: 13px 2px 0 18px
}

.fk_service_button {
	width: 160px;
	height: 38px;
	line-height: 38px;
	background: #4f7cfc;
	border-radius: 18px;
	text-align: center;
	color: #fff;
	margin: 5px 0 10px 20px;
	cursor: pointer
}

.fk_service_button:hover {
	background: #618aff
}

.fk_service_phone {
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	text-align: center
}

.fk_service_check_site {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #3b6bf4;
	border-top: 1px solid #eaeef5;
	cursor: pointer
}

.fk_service_check_site>.fk_service_icon {
	background: url(../img/frontend/fk_service.png) no-repeat -461px -75px;
	width: 20px;
	height: 20px;
	margin: 15px 2px 0 45px
}

.fk_service_feedback {
	background: url(../img/frontend/fk_service.png) no-repeat -363px -64px #fff
}

.fk_service_feedback:hover {
	border: 0;
	background: url(../img/frontend/fk_service.png) no-repeat -407px -64px #4f7cfc;
	cursor: pointer
}

.fk_service_feedback:hover .fk_service_feedback_cont {
	display: block;
	opacity: 1;
	transition: linear .2s;
	animation-name: fade-in;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-delay: 0s
}

.fk_service_feedback_cont {
	width: 264px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	right: 62px;
	text-align: center;
	position: absolute;
	display: none;
	border: 1px solid #e1e6ec
}

.fk_service_qr {
	background: url(../img/frontend/fk_service.png) no-repeat -365px -113px #fff
}

.fk_service_qr:hover {
	border: 0;
	background: url(../img/frontend/fk_service.png) no-repeat -409px -113px #4f7cfc
}

.fk_service_qr:hover .fk_service_qr_cont {
	display: block;
	opacity: 1;
	transition: linear .2s;
	animation-name: fade-in;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-delay: 0s
}

.fk_service_qr_cont {
	width: 143px;
	height: 202px;
	border-radius: 3px;
	background: #fff;
	right: 62px;
	position: absolute;
	text-align: center;
	border: 1px solid #e1e6ec;
	background-color: #f6f8fb;
	display: none;
	opacity: 0
}

.fk_service_qr_cont>.fk_service_triangle:after {
	border-left: 10px solid #f6f8fb !important
}

.fk_service_qr_cont>.fk_service_qrimg {
	width: 100%;
	height: 164px;
	float: left
}

.fk_service_qrimg_site {
	width: 119px;
	height: 119px;
	float: left;
	margin: 12px 12px 5px 12px;
	background: url(../img/frontend/fk_service.png) no-repeat -41px -26px
}

.fk_service_qrimg_hd {
	width: 119px;
	height: 119px;
	float: left;
	margin: 12px 12px 5px 12px;
	background: url(../img/frontend/fk_service.png) no-repeat -198px -26px
}

.fk_service_qrimg_flyer {
	width: 119px;
	height: 119px;
	float: left;
	margin: 12px 12px 5px 12px;
	background: url(../img/frontend/fk_service.png) no-repeat -41px -177px
}

.fk_service_qrimg_wxapp {
	width: 119px;
	height: 119px;
	float: left;
	margin: 12px 12px 5px 12px;
	background: url(../img/frontend/fk_service.png) no-repeat -198px -177px
}

.fk_service_qrimg_fkmall {
	width: 119px;
	height: 119px;
	float: left;
	margin: 12px 12px 5px 12px;
	background: url(../img/frontend/fk_service.png) no-repeat -41px -326px
}

.fk_service_qr_cont>.fk_service_qrtext {
	width: 100%;
	height: 35px;
	font-size: 12px;
	color: #7b89a6;
	background-color: #fff;
	float: left;
	bottom: 0;
	display: table
}

.fk_service_qr_cont>.fk_service_qrtext>span {
	display: table-cell;
	vertical-align: middle
}

.fk_service_upward {
	display: none;
	background: url(../img/frontend/fk_service.png) no-repeat -363px -159px #fff
}

.fk_service_upward:hover {
	border: 0;
	background: url(../img/frontend/fk_service.png) no-repeat -407px -159px #4f7cfc;
	cursor: pointer
}

.fk_service_upward:hover .fk_service_upward_cont {
	display: block;
	opacity: 1;
	transition: linear .2s;
	animation-name: fade-in;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-delay: 0s
}

.fk_service_upward_cont {
	width: 84px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background: #fff;
	right: 62px;
	position: absolute;
	text-align: center;
	border: 1px solid #e1e6ec;
	display: none;
	opacity: 0
}

.fk_service_upward_cont span {
	font-size: 14px
}


/*功能列表页*/
/* banner */

.promImg .buyBut {
	margin: 0 auto;
	position: relative;
	height: 280px;
	width: 1200px;
}

.product-table {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 1200px;
	margin: 60px auto 100px;
	text-align: center
}

.product-table .strong {
	color: #ff4d4d;
	font-size: 20px;
	font-weight: 400
}

.product-table .text-gray {
	color: #b2b2b2
}

.product-table .card {
	border-radius: 4px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	color: #535353;
	font-size: 14px;
	position: relative
}

.product-table .card+.card {
	margin-top: 5px
}

.product-table .button {
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 110px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	background: #12cd80;
	display: inline-block;
	transition: background .2s
}

.product-table .button:hover {
	background: #00b86c
}

.product-table .button.is-primary {
	background: #448fff
}

.product-table .button.is-primary:hover {
	background: #2678f3
}

.product-table .button.is-warning {
	background: #ffaa30
}

.product-table .button.is-warning:hover {
	background: #f49917
}

.product-table .button.is-danger {
	background: #ff4d4d
}

.product-table .button.is-danger:hover {
	background: #e83737
}

.product-table .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse
}

.product-table .table td {
	margin: 0;
	padding: 0
}

.product-table .table-cell {
	displaY: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 42px;
	border: 1px solid #eee;
	border-top: 0;
	border-left: none;
	font-size: 14px;
	box-sizing: content-box
}

.product-table .table-header-wrap .table-header {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	background: #fff;
	border-collapse: separate
}

.product-table .table-header-wrap .table-header .service-list {
	font-size: 22px;
	height: 87px
}

.product-table .table-header-wrap .table-header .service-type {
	font-size: 16px;
	height: 60px;
	vertical-align: middle !important
}

.product-table .table-header-wrap .table-header .service-content {
	font-size: 16px;
	height: 60px;
	border-bottom: 0;
	border-right: 0;
	vertical-align: middle !important
}

.product-table .table-header-wrap .table-header .topLine {
	width: 100%;
	height: 6px;
	display: block;
	margin-bottom: 42px
}

.product-table .table-header-wrap .table-header .topLine.is-desc {
	background-color: #dcdcdc
}

.product-table .table-header-wrap .table-header .topLine.is-free {
	background-color: #99ebbe
}

.product-table .table-header-wrap .table-header .topLine.is-by {
	background-color: #fed696
}

.product-table .table-header-wrap .table-header .topLine.is-bj {
	background-color: #fcb6b4
}

.product-table .table-header-wrap .table-header .topLine.is-zs {
	background-color: #a1c8fe
}

.product-table .table-header-wrap .table-header-placeholder {
	display: none
}

.product-table .table-header-wrap .table-header .table-cell {
	vertical-align: top
}

.product-table .table-header-wrap.table-header-fixed .table-header-placeholder {
	height: 209px;
	display: block
}

.product-table .table-header-wrap.table-header-fixed .table-header {
	position: fixed;
	top: 70px;

	width: 1200px;
	margin: auto;
	z-index: 900
}

.product-table .table-header-wrap .table-header .table-header-title {
	line-height: 1;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal
}

.product-table .table-header-wrap .table-header .table-header-price {
	line-height: 1;
	color: #898989;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px
}

.product-table .table-header-wrap .table-header .table-header-price .free {
	font-size: 16px
}

.product-table .table-header-wrap .table-header .table-header-link {
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px
}

.product-table .table-header-wrap .table-header .table-header-hot-icon {
	vertical-align: top;
	margin-left: 5px
}

.product-table .first-col {
	width: 356px
}

.product-table .table-header .first-col .topLine {
	margin-bottom: 54px
}

.product-table .service-type {
	width: 117px;
	border-bottom: 0
}

.product-table .service-content {
	width: 238px
}

.product-table .table tr .table-cell:last-child {
	border-right: 0
}

.product-table .table tr:last-child .table-cell {
	border-bottom: 0
}

.product-table .table-header.table tr:last-child .table-cell {
	border-bottom: 1px solid #eee
}

.product-table .table-header-wrap+.table .table-cell,
.product-table .table+.table .table-cell {
	border-top: 0
}

.product-table .highlight-text.is-zs {
	color: #3f8bff
}

.product-table .highlight-text.is-bj {
	color: #fe4e4b
}

.product-table .card .advertisePic {
	position: absolute;
	right: -58px;
	top: 15px
}




/*case*/
.case_banner {
	height: 200px;
	color: #fff;
	overflow: hidden;
}

.case_banner .title {
	margin-top: 66px;
	font-size: 28px;
}

.case_banner .desc {
	margin-top: 15px;
	font-size: 18px;
}

.case-wrap {
	font-family: "微软雅黑";
	overflow: hidden;
}

.case-wrap .content {
	overflow: hidden;
	padding: 60px 0 15px;
}

.case-wrap .content .list {
	margin: 0 -14px;
	min-height: 400px;
}

.case-wrap .content .list>.item {
	position: relative;
	margin: 0 20px;
	background: #fff;
	width: 277px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 45px;
	padding: 42px 14px 44px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: default;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.case-wrap .content .list>.item:before {
	content: '';
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	width: 0;
	background: #0071ff;
	transition: .5s;
}

.case-wrap .content .list>.item:hover {
	border-color: #fff;
	box-shadow: 4px 4px 13px rgba(38, 113, 251, 0.08);
}

.case-wrap .content .list>.item:hover:before {
	width: 100%;
	transition: .5s;
}

.case-wrap .content .list>.item:hover .industry {
	color: #0071ff;
	border-color: 0071ff;
}

.case-wrap .content .list>.item .logo {
	width: 120px;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	z-index: 1;
	margin: 10px auto 0;
}

.case-wrap .content .list>.item .logo img {
	width: 119px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 50%;
	border: 1px solid #efefef;
}

.case-wrap .content .list>.item .title {
	margin-top: 29px;
	font-size: 20px;
	height: 22px;
	color: #333;
	font-weight: 500;
}

.case-wrap .content .list>.item .desc {
	margin-top: 24px;
	font-size: 13px;
	color: #898989;
	line-height: 22px;
	height: 66px;
}

.case-wrap .content .list>.item .industry {
	font-size: 14px;
	color: #898989;
	background-color: #f6f6f6;
	padding: 9px 15px;
	margin: 28px auto 0;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	max-width: 260px;
	border: 1px solid transparent;
}

.case-wrap .content .list>.item .mask {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	filter: alpha(opacity=0);
	opacity: 0;
}

.case-wrap .content .list>.item .mask .qrcode {
	width: 164px;
	height: 164px;
	margin: 65px auto 0;
	display: block;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #dadada;
}

.case-wrap .content .list>.item .mask .qrcode img {
	width: 140px;
	height: 140px;
	display: block;
}

.case-wrap .content .list>.item .mask .qrcode-text {
	text-align: center;
	display: block;
	width: 100%;
	color: #535353;
	font-size: 18px;
	margin-top: 12px;
}

.case-wrap .content .list>.item .mask .data-wrap {
	margin-top: 40px;
}

.case-wrap .content .list>.item .mask .data-wrap>.item {
	text-align: center;
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 2px 0;
}

.case-wrap .content .list>.item .mask .data-wrap>.item .label,
.case-wrap .content .list>.item .mask .data-wrap>.item .value {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "微软雅黑";
}

.case-wrap .content .list>.item .mask .data-wrap>.item .value {
	color: #535353;
	font-size: 18px;
}

.case-wrap .content .list>.item .mask .data-wrap>.item.spacer {
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
}

.case-wrap .content .list>.item:hover .mask {
	filter: alpha(opacity=100);
	opacity: 1;
}

.case-wrap .content .list>.item .mask .data-wrap>.item .label {
	color: #b2b2b2;
	font-size: 14px;
	margin-top: 10px;
}

.case-wrap>#pagination-wrap {
	margin-bottom: 80px;
}

.case2-list-wrap {
	overflow: hidden;
	width: 105%;
	margin-left: -2.5%;
	padding-bottom: 40px;
}

.case2-list-wrap .case2-item {
	float: left;
	position: relative;
	width: 21%;
	/* max-width: 277px; */
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 3px rgba(0, 0, 0, .2);
	margin: 2%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	overflow: hidden;
	padding-bottom: 20px;
	transition: all .2s;
}

.case2-list-wrap .case2-item:hover {
	box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
	transform: translateY(5px);
}

.case2-list-wrap .case2-item .banner {
	height: 127px;
	width: 100%;
}

.case2-list-wrap .case2-item .case-logo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: block;
	margin: -55px auto 0;
}

.case2-list-wrap .case2-item p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.case2-list-wrap .case2-item .case-code {
	width: 110px;
	height: 110px;
	display: block;
	margin: 10px auto;
}

.case2-list-wrap .case2-item .case-company-name {
	font-size: 18px;
	height: 24px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.case2-list-wrap .case2-item .case-company-des-box {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.case2-list-wrap .case2-item .case-company-des {
	font-size: 14px;
	height: 76px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.videos{
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -136px;
	margin-top: -264px;
	z-index: 100;
	max-width: 290px;
	/* max-height: 528px; */
	background:#010001;
	display: none;
	border-radius:10px;
	overflow:hidden;
}
.videos:before{
	content:'';
	background:rgba(0,0,0,.7);
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.videos video{
	position: relative;
	outline: none;
}
.videos .video_close{
	color:#fff;display:block;text-align:right;line-height:30px;position:relative;padding-right:4px;font-size:26px;
	cursor: pointer;
}
.pagination {
	display: block;
	width: 100%;
	text-align: center;
}

.pagination__item {
	padding: 8px 10.5px;
	margin: 0 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 12px;
	color: #535353;
	background: #fff;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination__item.is-active {
	background-color: #4381fd;
	border-color: #4381fd;
	color: #fff;
}

.pagination__item.is-active {
	cursor: default;
}



/****************
   join
*****************/
/* .join_bt .banner_txt h1{font-size:40px;padding-bottom:0} */
/* .pages_banenr_box .banner_txt p{font-size:25px;} */
.f-topBar {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	z-index: 10;
	background-color: #fff;
	font-family: "微软雅黑";
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.f-fkw-topBar.f-topBar {
	position: fixed;
	top: 0;
}

.f-topBar.f-fkw-topBar .fkw-topbar-box {
	max-width: 1380px;
	min-width: 1140px;
	margin: 0 auto;
	font-size: 12px;
	width: 100%;
}

#jzAllianceBox {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.web_alliance {
	position: relative;
	margin: 0 auto;
}

#webAgency .webAgency_1 {
	width: 100%;
}

.hd-join-banner {
	position: relative;
}

#webAgency .webAgency_ban1 {
	width: 100%;
	overflow: hidden;
}

#webAgency .webAgency_ban1 img {
	width: 100%;
}

#webAgency .hd-join-banner .btnContainer {
	position: relative;
	z-index: 333;
	width: 1200px;
	height: 860px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

#webAgency .webAgency_ban1 .banHeadLine {
	padding-top: 304px;
	font-size: 48px;
	color: #fff;
}

#webAgency .webAgency_ban1 .banSubHeadLine {
	padding-top: 50px;
	font-size: 36px;
	color: #fff;
}

#webAgency .joinBtn {
	display: block;
	border: 0;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

#webAgency .webAgency_ban1 .joinBtn {
	width: 200px;
	height: 56px;
	line-height: 56px;
	background: #3fd7c4;
	border-radius: 3px;
	background: #00d983;
	margin-top: 56px;
}

.btnContainer .banIcon {
	position: absolute;
	bottom: -10px;
	right: -172px;
	width: 863px;
	height: 718px;
	background: url(../img/frontend/join/agentBan_icon.png) center center no-repeat;
}

#webAgency .webAgency_2 {
	width: 100%;
	background: #f7fafc;
}

#webAgency .webAgency_box {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.webAgency_box .headline {
	font-size: 48px;
	color: #333;
	text-align: center;
}

.webAgency_2 .headline {
	padding-top: 88px;
}

.webAgency_box .content {
	font-size: 18px;
	color: #888;
	text-align: center;
}

.webAgency_2 .content {
	padding-top: 30px;
	padding-bottom: 187px;
}

.webAgency_2 .faisco_product {
	width: 90%;

	margin-top: 80px;
}

#webAgency .webAgency_3 {
	width: 100%;
	padding-bottom: 78px;
	background: #fff;
}

#webAgency .webAgency_3 .flex_box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.webAgency_3 .webAgency_box .headline {
	padding: 88px 0 60px 0;
}

.fkInfoBox {
	width: 300px;
	text-align: center;
	display: inline-block;
	box-shadow: 0 8px 15px rgba(117, 146, 170, 0.2);
	-webkit-box-shadow: 0 8px 15px rgba(117, 146, 170, 0.2);
	-moz-box-shadow: 0 8px 15px rgba(117, 146, 170, 0.2);
	-ms-box-shadow: 0 8px 15px rgba(117, 146, 170, 0.2);
	-o-box-shadow: 0 8px 15px rgba(117, 146, 170, 0.2);
	vertical-align: middle;
	padding-bottom: 9%;
}

.brandBox .headColor {
	background: #0072fb;
}

.productBox .headColor {
	background: #fa8c16;
}

.serveBox .headColor {
	background: #3cb624;
}

.fkInfoBox img.itemLogo {
	max-width: 115px;
	margin: 26px auto 25px auto;
	display: block;
	width: 53%;
}

.fkInfoBox .fk_icon,
.fkIncomeBox .fk_icon {
	width: 150px;
	height: 150px;
	margin: 26px auto 25px auto;
}

.fkInfoBox .boxHeadline,
.fkIncomeBox .boxHeadline {
	font-size: 24px;
	color: #333;
	text-align: center;
}

.fkInfoBox .boxContent,
.fkIncomeBox .boxContent {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	line-height: 25px;
}

#webAgency .webAgency_4 {
	width: 100%;
	background: #f7fafc;
}

.webAgency_4 .fle_box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.webAgency_4 .webAgency_box .headline {
	padding: 88px 0 40px 0;
}

.webAgency_4 .fkIncomeBox {
	width: 270px;
	padding-bottom: 6%;
	display: inline-block;
	vertical-align: top;
}

.webAgency_4 .itemLogo {
	max-width: 118px;
	margin: 26px auto 25px auto;
	display: block;
	width: 53%;
}

.fkIncomeBox .boxHeadline {
	font-size: 24px;
	color: #333;
	text-align: center;
}

#webAgency .webAgency_5 {
	width: 100%;
	padding-bottom: 100px;
	background: #fff;
}

.webAgency_5 .webAgency_box .headline {
	padding: 88px 0 17px 0;
}

.webAgency_5 .subHeadLine {
	font-size: 18px;
	color: #888;
	text-align: center;
	margin-bottom: 60px;
}

.webAgency_5 .applyFK,
.webAgency_5 .iconArrow {
	display: inline-block;
	width: 14.285%;
	vertical-align: top;
	font-size: 24px;
	color: #333;
	text-align: center;
	white-space: nowrap;
}

.webAgency_5 .applyFK img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 120px;
}


#webAgency .webAgency_6 {
	width: 100%;
	background: url(../img/new/join//brandBan2.png) center 0 no-repeat;
	padding-top: 100px;
	padding-bottom: 120px;
}

.webAgency_box .formJoin .title {
	color: #333;
	font-size: 36px;
	text-align: center;
}

.webAgency_box .formJoin {
	max-width: 530px;
	width: 80%;
	padding-bottom: 5.2%;
	height: auto;
	background: rgba(255, 255, 255, 0.95);
	border: 0;
	border-radius: 5px;
	margin: 0 auto 0 auto;
}

.formJoin .title {
	font-size: 36px;
	color: #ccc;
	line-height: 1em;
	padding: 8% 0 6% 0;
}

.formJoin .formLine {
	position: relative;
	width: 80%;
	height: 3.4em;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	line-height: 3.4em;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	display: table;
}

.formLine .formLeft {
	font-size: 15px;

	color: #666;
	text-indent: 16px;
	text-align: left;
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	width: 60px;
	box-sizing: border-box;
}

#name,
#mobile,
#qq,
#trade,
.select-component .select-input,
#validateCode {
	border: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
	color: #999;
	outline: 0;
	float: left;
}

.formJoin .formLine.formLineValidateCode {
	width: 70%;
	*width: 280px;
	margin-right: 10px;
	float: left;
}

#validateCodeImg {
	cursor: pointer;
	*width: 121px;
	height: 3.4em;
	margin-top: 6px;
	vertical-align: middle;
	display: table-cell;
	*display: inline-block;
}

.formJoin .formBoxValidateCode {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.webAgency_box .submit {
	width: 80%;
	height: 3.4em;
	line-height: 3.4em;
	color: #fff;
	font-size: 16px;
	background: #0084ff;
	border: 0;
	border-radius: 5px;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
}

.showMsg {
	height: 4px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #f00;
	line-height: 20px;
	text-indent: 0;
}

@keyframes loading {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: .3;
	}
}

/*资讯列表页*/
.news_page_list {
	overflow: hidden;
}

.news_page_list .item {
	overflow: hidden;
	padding: 2.5% 0;
	border-bottom: 1px solid #dedede;
}

.news_page_list .pic_box {
	display: inline-block;
	margin-right: 2%;
	width: 22.08%;
	overflow: hidden;
	vertical-align: middle;

}

.news_page_list .pic_box img {
	width: 100%;
	max-withd: 265px;
	max-height: 160px;
}

.news_page_list .txt_box {
	display: inline-block;
	margin-right: 0;
	width: 74.833%;
	position: relative;
	height: 100%;
	vertical-align: middle;
}

.news_page_list .txt_box .tit {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: normal;
	padding: 1% 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_page_list .txt_box .text_des {
	font-size: 14px;
	color: #828a92;
	height: 41px;
	margin-bottom: 3%;
	overflow: hidden;
}

.news_page_list .txt_box .v_box {
	color: ##828a92;
	font-size: 14px;

}

.news_page_list .txt_box .v_box .h_iconfont {
	margin-right: 5px;
	vertical-align: middle;
}

.news_page_list .txt_box .v_box span {
	margin-right: 14px;
}

.news_page_list .txt_box .v_label {
	border: 1px solid #2671fb;
	color: #2671fb;
	padding: 1px 5px;
}

/*资讯详情*/
.detail_container {
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 45px;
}

.detail_container .detail_main {
	width: 73%;
}

.detail_container .detail_side {
	width: 22%;
}

.detail_main .detail_title h1 {
	font-size: 28px;
	font-weight: 600;
}

.detail_main .detail_content {
	margin-top: 1.2%;
}

.detail_main .detail_t {
	font-size: 14px;
	color: #999;
}

.detail_main .detail_t span {
	margin-right: 2.5%;

}

.detail_main .detail_t span:last-child {
	margin-right: 0;
}

.detail_main .full_content p {
	text-align: center;
	margin-top: 1%;
	line-height: 2em;
	font-size: 14px;
}

.detail_main .full_content img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3%;
	margin-bottom: 1.3%;
}

.side_news_list {
	list-style: none;
}

.side_news_list .side_tit {
	font-size: 20px;
	color: #2671fb;
	line-height: 30px;
	border-bottom: 2px solid #2671fb;
	margin-bottom: 10px;
}

.side_news_list .item {
	position: relative;
}

.side_news_list .item .pic {
	display: block;
	width: 100%;
}

.side_news_list .item .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	line-height: 25px;
}

/*关于我们*/
.about_content_box {
	padding: 63px 0;
}

.about_content_box .f_box {
	max-width: 470px;
	width: 39.333%;
	display: inline-block;
	margin-right: 0;
}

.about_content_box .f_box img {
	width: 100%;
}

.about_content_box .m_box {
	width: 58%;
	display: inline-block;
	margin-right: 0;
}

.about_content_box .about_module_title {
	margin-bottom: 34px;
}

.about_content_box .about_module_title .tit {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.about_content_box .about_module_title img {
	vertical-align: middle;
	width: 22px;
	margin-right: 14px;
}

.about_content_box .about_module_txt_box {
	margin-bottom: 34px;
	font-size: 14px;
	line-height: 20px;
}

.about_content_box .about_module_txt_box p {
	padding-bottom: 10px;
}

.about_content_box .about_module_txt_box .h_iconfont {
	margin-right: 4px;
}

.about_content_box.join_us {
	width: 77%;
	margin: auto;
}

.about_content_box.join_us .table_box {
	display: table;
	width: 100%;
}

.about_content_box.join_us .table_box .table_cell {
	display: table-cell;
}

.about_content_box .about_emaill_bt {
	background: #007bff;
	display: inline-block;
	border-radius: 4px;
	font-size: 20px;
	width: 154px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	box-shadow: 5px 4px 1px rgba(218, 221, 250);
	margin-left: 50px;
	transition: all .3s;
}

.about_content_box .about_emaill_bt:hover {
	transform: translate(5px, 4px);
	box-shadow: 0 0 0 transparent
}

.wap_show {
	display: none;
}

.pop-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.pop-container .pop-bg {
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pop-container .pop-content {
	position: absolute;
	width: 190px;
	height: 230px;
	left: 50%;
	top: 50%;
	margin-left: -95px;
	margin-top: -115px;
	text-align: center;
	color: #fff;
}
.pop-container .pop-content_img {
	width: 160px;
	height: 160px;
	display: block;
	margin: 10px auto;
}

@media(max-width:1240px) {

	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.module_xyx_list {
		width: 90%;
	}

	.game_page.module_xyx_list {
		width: 100%;
	}
	.game_page .item {
		width: 33.3%;
	}

	.pages_banenr_box .join_bt .banner_txt {
		left: 14%;
	}

}

@media(max-width:1000px) {

	.wrapper{
		flex-direction: column;
		align-items: start;
		height: auto;
	}


	.module_case .context_box,
	.module_hy .context_box {
		padding: 10px;
	}

	#webAgency .webAgency_box {
		padding: 0 2%;
		box-sizing: border-box;
	}

	.fkInfoBox,
	.webAgency_4 .fkIncomeBox {
		width: 32%;
	}

	.case2-list-wrap {
		width: 100%;
		margin-left: 0;
	}

	.case2-list-wrap .case2-item {
		width: 29%;
		margin: 3% 2%;
	}
	.jdal_swiper .text_box{
		right: 3%;
		bottom: 2%;
	}
	.jdal_swiper .text_box .item_title{
		font-size:23px;
		padding-bottom:10px;
	}
	.jdal_swiper .text_box .item_sub_txt{
		font-size:14px;
		line-height:21px;
	}
}

@media(max-width:800px) {
	.wap_hide {
		display: none !important;
	}

	.wap_show {
		display: block;
	}
    
	.wap_block {
		display: block !important;
	}

	body {
		padding-bottom: 55px;
	}

	.pages_banenr_box .banner {
		height: 120px;
	}

	.pages_banenr_box .banner_txt {
		top: 50%;
	}

	.pages_banenr_box .banner_txt h1 {
		font-size: 20px;
		padding-bottom: 7px;
	}

	.pages_banenr_box .banner_txt p {
		font-size: 13px;
	}

	.wap-l-10 {
		padding-left: 10px
	}

	.wap-r-10 {
		padding-right: 10px;
	}

	.header_placehode {
		height: 101px;
	}

	.header_box .logo_link {
		margin-top: 10px;
	}

	.header_box .logo {
		height: 52px;
		top:-34px;
		left:-33px;
	}
 
	.header_box .header_btn_box {
		line-height: 45px;
		width:100%;
		height:45px;
	}
	.header_box .header_btn_box ul{
		width:100%;
		overflow: hidden;
	}
	.header_box .header_btn_box li.tab_btn {
		line-height: 45px;
		height: 45px;
		width:25%;
		margin:0;
		text-align: center;
		box-sizing:border-box;
		float:left;
	}
    .banner_new .swiper-pagination-bullet{
		width:27px;
	}
	.module .title_box .module_title {
		font-size: 26px;
	}

	.module .title_box {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.banner_new .swiper-pagination-bullet {
		height: 4px;
	}

    .module_news .game_type_box{
		padding:20px 0
	}
	/*首页*/
	.module_news .news_wrap {
		padding: 10px;
		height: auto;
	}

	.module_case .context_top p {
		margin: 5px 0 5px;
	}

	.module_act .context_box .act_item {
		max-width: 1000px;
		width: 100%;
	}

	
    .module_gdhdyxpt .item{
		padding:6%;
	}
	.module_gdhdyxpt .item .side .item_img{
		height:auto;
		width:100%;
	}
	.module_gdhdyxpt .item .side.right .content_box{
		padding-left:0;
		float:none;
		max-width:100%;
		width:100%
	}
	.module_gdhdyxpt .item .side.left .content_box{
		max-width:100%;
	}
	.module_fwbz .table_layout .item .item_title{
		font-size:21px
	}
	.module_fwbz .table_layout .item .img_box img{
		width:49%;
	}
	.jdal_swiper .swiper-slide{
		padding-bottom:0;
		padding-top:31.40545685279188%;
		height:auto;
	}
	.jdal_swiper .text_box .item_title{
		text-align: left;
		font-size:20px;
		padding-bottom:4px;
		
	}
	.jdal_swiper .text_box .item_sub_txt{
		font-size:12px;
	}
	.jdal_swiper .item_img{
		position: absolute;
		left:0;
		right:0;
		top:0;
	}
	.jdal_swiper .text_box{
		width:100%;
		box-sizing:border-box;
		left:0;
		right:0;
		padding:10px;
		position: relative;
	}
	/*游戏页*/
	.screen-box .screen-wrap .content .item {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 10px;
		line-height: 40px;
		height: 40px;
		width: 60px;
	}

	.screen-box .screen-wrap .children .content .item {
		width: auto;
	}

	.game_page .item {
		width: 50%;
	}

	.module_xyx_list .item .phone_bg {
		width: 162px;
	}
	.module_xyx_list .item .game_pic {
			width: 160px;
			height: 284.4px;
	}
	.module_xyx_list .item .phone_bg .hover_box {
		height: 284.4px;
	}

	/*案例*/
	.case-wrap .content .list {
		margin: 0;
	}

	.case-wrap .content .list>.item {
		margin: 0;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 47%;
		box-sizing: border-box;
	}
	.classic-case .item .iconplay{width:12%;height:0;overflow: hidden;padding-bottom:12%}
	.classic-case .item .hover_box{padding:10px;}
	.classic-case .item .item_tit{font-size: 16px;margin-top: 3%;}
	.classic-case .item .text{font-size:12px;}
    .case-wrap .content{padding-top:30px;}
	/*招商*/
	.webAgency_2 .headline {
		padding-top: 10%;
		font-size: 6vw;
	}

	.webAgency_box .content {
		font-size: 2vw;
	}

	.webAgency_2 .content {
		padding-bottom: 10vw;
		padding-top: 4vw;
	}

	.webAgency_3 .webAgency_box .headline,
	.webAgency_4 .webAgency_box .headline,
	.webAgency_5 .webAgency_box .headline {
		padding: 6vw 0 5vw 0;
		font-size: 6vw;
	}

	.fkInfoBox .boxHeadline,
	.fkIncomeBox .boxHeadline {
		font-size: 3vw;
	}

	.fkInfoBox .boxContent,
	.fkIncomeBox .boxContent {
		font-size: 12px;
		margin-top: 1vw;
		line-height: 5vw
	}

	.webAgency_5 .applyFK {
		font-size: 2vw;
	}

	.webAgency_box .formJoin .title {
		font-size: 5vw;
	}

	.formJoin .formLine,
	#validateCodeImg,
	.webAgency_box .submit {
		line-height: 7vw;
		height: 7vw;
	}

	/*资讯列表页*/
	.news_page_list .txt_box .tit {
		font-size: 17px;
	}

	.news_page_list .txt_box .text_des {
		font-size: 12px;
		margin-bottom: 1%;
		height: 35px;
	}

	.news_page_list .txt_box .v_box span {
		margin-right: 6px;
		font-size: 10px;
		white-space: nowrap;
	}

	.news_page_list .txt_box .v_box {
		font-size: 10px;
	}

	.detail_container .detail_main {
		width: 100%;
	}

	.detail_main .detail_title h1 {
		font-size: 23px;
	}

	.module_xyx_list .item .phone_bg .bg {}

	/*关于我们*/
	.about_content_box {
		padding: 44px 0;
	}

	.about_content_box .f_box {
		width: 58%;
		display: block;
		margin: 0 auto 20px;
	}

	.about_content_box .m_box {
		width: 100%;
		display: block;
		margin: 0 auto 20px !important;
	}

	.about_content_box.join_us {
		width: 100%;
	}

	.about_content_box.join_us .table_box {
		display: block;
		margin-bottom: 30px;
	}

	.about_content_box.join_us .table_box .table_cell {
		display: block;
		margin-left: 0 !important
	}

	.about_content_box .about_emaill_bt {
		float: right;
		width: 130px;
		line-height: 36px;
		font-size: 15px;
	}

	.about_content_box .about_module_title,
	.about_content_box .about_module_txt_box {
		margin-bottom: 18px;
	}

	.about_content_box .about_module_title .tit {
		font-size: 24px;
	}



	/*价格套餐*/
	.jg_module .item{
		width:90%;
		margin-left:5%!important;
		margin-right:5%!important;
	}
	.contact_form,.contact_img{
		width:100%;
	}
	.jdal_swiper .swiper-button-next,.jdal_swiper  .swiper-button-prev{display: none;}
}

@media(max-width:780px) {
	.module_news .game_type_box .game_type_item {
		width: 30%;
		margin: 10px;
		border: 1px solid #eaebec;
	}
}

@media(max-width:620px) {
	.module_news .game_type_box .game_type_item {
		width: 46%;
		margin: 2%;
	}

	.module_case .context_body .right {
		display: none;
	}

	.module_case .context_top .more_case_btn {
		display: none;
	}

	.module_case .context_top {
		flex-wrap: wrap;
	}

	#webAgency .webAgency_3 .flex_box {
		width: 96%;
	}

	#webAgency .webAgency_3 .flex_box .fkInfoBox,
	.webAgency_4 .fkIncomeBox {
		width: 100%;
		margin-bottom: 4%;
	}
	.module_gdhdyxpt .item .side{
		width:100%;
		text-align: center;
	}
	.module_gdhdyxpt .item .side.left .content_box{
		float:none;
		padding-right:0;
		width:100%;
		margin:auto;
		padding-bottom:20px;
		max-width:auto;
	}
	.case2-list-wrap .case2-item {
		width: 46%;
		margin: 4% 2%;
		padding-bottom:10px;
	}
	.case2-list-wrap .case2-item .banner{
		height:88px;
	}
	.case2-list-wrap .case2-item .case-logo{
		width:77px;
		height:77px;
		margin-top:-45px;
	}
	.case2-list-wrap .case2-item .case-code{
		width:98px;
		height:98px;
	}
   .module_fwbz .table_layout .item .item_title{
   	font-size:17px
   }
   .module_fwbz .table_layout .item .sub_text{
	   font-size:12px;
   }
   .module_gdhdyxpt .item .side .item_img{
	   width:60%;
   }
   .module_gdhdyxpt .item .side.right{
	   position: relative;
	   top:0;
	   transform: translateY(0);
   }
   .classic-case .item .text{display: none;}
   .classic-case .item .iconplay{margin:8px auto;}
}
@media(max-width:550px){
	.case2-list-wrap .case2-item {
		width: 48%;
		margin: 4% 3px;
		padding-bottom:10px;
	}
	.case2-list-wrap .case2-item:nth-child(even){
		float:right;
	}
	.case2-list-wrap .case2-item .banner{
		height:88px;
	}
	.case2-list-wrap .case2-item .case-logo{
		width:63px;
		height:63px;
		margin-top:-45px;
	}
	.case2-list-wrap .case2-item .case-code{
		width:78px;
		height:78px;
	}
	.case2-list-wrap .case2-item .case-company-name{
		font-size:15px;
		height:17px;
	}
	.case2-list-wrap .case2-item .case-company-des{
		font-size:12px;
		height:50px;
	}
	.module_fwbz .table_layout .item{
		width:50%;
	}
	.module_gdhdyxpt .item .side .item_title{
		font-size:24px;
	}
	.module_gdhdyxpt .item .side .item_text{
		font-size:14px;
	}
	.module_gdhdyxpt .item .side .item_sub_title{
		font-size:18px;
	}
	.module_fwbz .sub_title{
		font-size:21px;
	}
}
@media(max-width:500px) {
	/* .header_box .header_btn_box li.tab_btn {
		margin-right: 8px;
	} */
   
	.case-wrap .content .list>.item {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 3%;
	}

	

	/*资讯列表*/
	.news_page_list .pic_box,
	.news_page_list .txt_box {
		width: 100%;
		margin-right: 0;
	}

	.detail_main .detail_title h1 {
		font-size: 17px;
	}

	.detail_main .detail_t,
	.detail_main .full_content p {
		font-size: 12px;
	}

	.detail_container {
		margin-top: 25px;
	}
}

@media(max-width:400px) {

}

@media(max-width:375px) {
	/* .header_placehode {
		height: 30px;
	} */

/* 	.header_box .logo {
		height: 20px;
	} */

	.header_box .header_btn_box {
		line-height: 30px;
	}

	.header_box .header_btn_box li a {
		padding: 0 5px;
		font-size: 14px
	}
}
