﻿.banner_new.swiper-container {
	height: 450px
}

.banner_new .banner_bg>a {
	height: 450px
}

.module {
	font-weight: normal
}

.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: 300
}

.module .title_box .module_sub_title {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 10px
}

.module_news {
	height: 340px
}

.module_news .news_wrap {
	height: 80px;
	justify-content: space-between;
	align-items: center
}

.module_news .news_wrap>div {
	height: 30px;
	line-height: 30px;
	overflow: hidden
}

.module_news .news_wrap .news_list {
	width: 500px
}

.module_news .news_wrap .news_box {
	justify-content: flex-start
}

.module_news .news_wrap .news_title {
	width: 87px;
	height: 16px;
	margin-right: 5px;
	margin-top: 5px
}

.module_news .news_wrap .news_box .news_item a {
	display: inline-block;
	position: relative;
	color: #333
}

.module_news .news_wrap .news_box .news_item.news_new_tag a:after {
	content: "";
	position: absolute;
	right: -35px;
	top: 50%;
	width: 29px;
	height: 14px;
	margin-top: -7px;
	background: url('../images/icon_new.png')
}

.module_news .game_type_box {
	justify-content: center
}

.module_news .game_type_box .game_type_item {
	background: #fff;
	position: relative;
	width: 248px;
	height: 220px;
	border: 1px solid #eaebec;
	border-left: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

.module_news .game_type_box .game_type_item:first-child {
	border-left: 1px solid #eaebec
}

.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 img {
	width: 100%
}

.module_news .game_type_box .game_type_title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	font-size: 18px;
	text-align: center
}

.module_advantage {
	height: 800px;
	font-weight: 300
}

.module_advantage .context_box {
	justify-content: space-between;
	align-items: center;
	height: 500px;
	color: #6b798e
}

.module_advantage .context_box .left,
.module_advantage .context_box .right {
	flex-direction: column;
	height: 100%
}

.module_advantage .context_box .advantage_box {
	width: 270px;
	margin-top: 60px
}

.module_advantage .advantage_box.cur {
	color: #2671fb
}

.module_advantage .advantage_box .advantage_title .icon {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url('../images/index_sprites.png')
}

.module_advantage .left .advantage_title {
	justify-content: flex-end
}

.module_advantage .advantage_context {
	line-height: 26px
}

.module_advantage .left .advantage_context {
	margin-right: 32px;
	text-align: justify
}

.module_advantage .right .advantage_context {
	margin-left: 32px;
	text-align: justify
}

.module_advantage .left .advantage_title>img {
	margin-left: 5px
}

.module_advantage .right .advantage_title>img {
	margin-right: 5px
}

.module_advantage .advantage_box .advantage_title .icon1 {
	display: block !important
}

.module_advantage .advantage_box .advantage_title .icon2 {
	display: none !important
}

.module_advantage .advantage_box.cur .advantage_title .icon1 {
	display: none !important
}

.module_advantage .advantage_box.cur .advantage_title .icon2 {
	display: block !important
}

.module_advantage .advantage_box .advantage_title {
	line-height: 27px;
	font-size: 25px;
	margin-bottom: 5px
}

.module_advantage .mod_decoration {
	position: relative;
	width: 618px;
	height: 100%
}

.module_advantage .mod_decoration>div {
	width: 640px;
	height: 640px;
	background: #e5f4ff;
	position: absolute;
	top: 50%;
	margin-top: -320px;
	left: 50%;
	margin-left: -320px;
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkit-animation: ballCircle 4s 0 linear infinite;
	-moz-animation: ballCircle 4s 0 linear infinite;
	-ms-animation: ballCircle 4s 0 linear infinite;
	animation: ballCircle 4s 0 linear infinite
}

.module_advantage .mod_decoration .mode_inner {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s
}

.module_advantage .mod_decoration .mode_small {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s
}

.module_advantage .center {
	position: relative
}

.module_advantage .center .img_box {
	position: absolute;
	margin-top: -240px;
	margin-left: -240px;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 480px;
	height: 480px
}

.module_advantage .center .img_box img {
	width: 480px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}

.module_advantage .center .img_box img.cur {
	position: absolute;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s
}

.module_case {
	height: 750px
}

.module_case .context_box {
	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 p {
	text-align: center;
	margin: 5px 0 20px
}

.module_case .context_top .more_case_btn {
	flex-direction: column;
	justify-content: center;
	margin-top: -20px;
	width: 80px
}

.module_case .context_top .more_case_btn a {
	display: block;
	width: 24px;
	height: 32px;
	margin: 0 auto;
	background-image: url(../images/arrow3.png)
}

.module_case .context_top .more_case_btn a:hover {
	background-image: url(../images/arrow3_cur.png)
}

.module_case .context_top .case_type_item {
	width: 90px;
	border-bottom: 3px solid #fff;
	cursor: pointer
}

.module_case .context_top .case_type_item.cur {
	border-bottom-color: #2671fb;
	color: #2671fb
}

.module_case .context_top .case_type_item>img {
	background: #fff;
	width: 80px;
	height: 80px;
	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 .case_type_item.cur .img1 {
	display: block !important
}

.module_case .context_top .case_type_item.cur .img2 {
	display: none !important
}

.module_case .context_body {
	margin: 30px 0;
	justify-content: space-between
}

.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:last-child {
	margin-bottom: 0
}

.module_case .context_body .info_box span.p {
	position: relative;
	padding-left: 20px;
	margin-right: 25px
}

.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 span.p:last-child {
	margin-right: 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
}

.module_adBg {
	width: 100%;
	height: 240px;
	background: url(../images/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(../images/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 {
	height: 800px
}

.module_hy .context_box {
	height: 580px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 22px 5px #dae0ea;
	padding: 40px;
	box-sizing: border-box
}

.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.cur {
	border-bottom-color: #2671fb;
	color: #2671fb
}

.module_hy .context_top .case_type_item>img {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px
}

.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 .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
}

.module_hy .context_body .img_box img {
	height: 385px;
	width: 216px
}

.module_hy .context_body .info_main {
	position: relative;
	width: 580px;
	height: 400px;
	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
}

.module_hy .context_body .info_main .btn {
	position: absolute;
	right: 0;
	bottom: 0
}

.module_hy .context_body .info_main .qrcode_box {
	position: absolute;
	right: 0;
	top: 20px;
	width: 130px;
	display: none
}

.module_hy .context_body .info_main .qrcode_box img {
	width: 120px;
	height: 120px;
	margin: 0 auto
}

.module_hy .context_body .info_main .qrcode_box p {
	margin-top: 5px;
	border-top: 1px solid #d6e1fe;
	line-height: 30px;
	color: #999;
	text-align: center
}

.module_company {
	height: 720px
}

.module_company .context_box {
	justify-content: center;
	flex-wrap: wrap
}

.module_company .context_box>img {
	display: block !important;
	background: #fff;
	width: 206px;
	height: 105px
}

.module_act .wrapper {
	width: 1200px;
	padding-bottom: 70px
}

.module_act .context_box {
	justify-content: space-between;
	flex-wrap: wrap
}

.module_act .context_box .act_item {
	width: 580px;
	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:nth-child(3),
.module_act .context_box .act_item:nth-child(4) {
	margin-bottom: 0
}

.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_act .context_box .act_item .top {
	color: #999;
	border-bottom: 1px solid #f0f0f2
}

.module_act .context_box .act_item .top em {
	font-size: 24px;
	margin-right: 15px
}

.module_act .context_box .act_item .top .date_box {
	justify-content: space-between
}

.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_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 .icon1 {
	display: none !important
}

.module_act .context_box .act_item:hover .top .go_btn .icon2 {
	display: block !important
}

.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
}


.feedback {
	width: 340px;
	position: fixed;
	right: 30px;
	bottom: -9999px;
	box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	border-radius: 10px 10px 0 0;
}

.feedback .feedbackHeader {
	height: 40px;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	text-indent: 50px;
	font-weight: normal;
	cursor: pointer;
}

.feedback .eMailIco {
	background: url("../images/emailIco.png") 16px center no-repeat #252c33;
	background-size: 21px auto;
}

.feedbackForm {
	padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
	color: #222d38;
	padding-bottom: 20px;
}

.feedbackForm .line {
	margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
	width: 100%;
	box-sizing: border-box;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: solid 1px #ccc;
	color: #222d38;
	display: block;
}

.feedbackForm textarea {
	resize: none;
	height: 78px;
	padding: 11px;
	line-height: 20px;
}

.feedbackForm .line input {
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
}

.feedbackForm .btn {
	background: #18c139;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
}

.feedback .closeBtn {
	background: url("../images/closeBtn.png") no-repeat;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	position: absolute;
	left: -36px;
	top: 6px;
	cursor: pointer;
	display: none;
}