﻿@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
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hei {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

a {
	color: #666;
	text-decoration: none
}

body {
	background: #Fff;
}

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

.topBar {
	height: 17px;
	line-height: 14px;
	background: #f0f0f0;
	padding: 9px 0;
	color: #ddd
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.fn-clear {
	zoom: 1
}

.green {
	color: #2671fb !important
}

.tLeft {
	float: left
}

.tRight {
	float: right
}

.hide {
	display: none !important
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.setNow {
	display: inline-block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #2c72f7;
	color: #fff;
	border-radius: 1px;
	font-size: 14px;
	float: right;
	margin-top: 10px;
	transition: all .4s ease 0
}

.setNow:hover {
	background: rgba(44, 114, 247, 0.87)
}

.gamelist li .setNow {
	display: block;
	float: none;
	margin: 10px auto 0
}

.gamelist li .downCaseBtn {
	width: 120px
}

.header_box {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	z-index: 100000;
	border-bottom: 1px solid #ededed;
}

.header_box .header_wrapper {
	height: 100%;
	min-width:1240px;
	width: 92%;
	margin: 0 auto;
	display: flex;
	align-items:center;
	justify-content:space-between;
}

/* logo图容器 */
.header_wrapper .logo_link {
	/*margin-top: 20px;*/
	width:327px;
}
/* 登录和导航的总容器 */
.header_wrapper .header_btn_box {
	width: calc(100% - 327px);
	line-height: 78px;
	color: #686868;
	font-size: 16px;
	display: flex;
	align-items:center;
}
/*导航容器 */
.header_wrapper .header_btn_box ul {
	width: calc(100% - 230px);
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin: 0
}
/* 登录和注册的容器 */
.header_btn_box_div{
	width: 230px;
	display: flex;
	align-items:center;
	justify-content:space-between;
}
.header_wrapper .header_btn_box li.tab_btn {
	width: calc(100% / 6);
	line-height: 80px;
	text-align: center;
	position: relative;
	height: 80px;
	box-sizing: border-box;
}

.header_wrapper .header_btn_box li a {
	display: inline-block;
	padding: 0 10px;
	height: 100%;
	color: #333
}

.header_wrapper .header_btn_box li.tab_btn_serve>a:after,
.header_wrapper .header_btn_box li.tab_btn_prod>a:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	vertical-align: 2px;
	width: 10px;
	height: 6px;
	background: url(../images/arrow_5.png);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.header_wrapper .header_btn_box li.tab_btn:hover>a {
	color: #2588fc
}

.header_wrapper .header_btn_box li.tab_btn_serve:hover>a:after,
.header_wrapper .header_btn_box li.tab_btn_prod:hover>a:after {
	transform: rotate(180deg);
	background: url(../images/arrow_6.png)
}

.header_wrapper .header_btn_box .tab_btn .tag_hot {
	position: absolute;
	right: -20px;
	top: 12px;
	width: 35px;
	height: 22px
}

.header_wrapper .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_wrapper .header_btn_box .tab_btn:hover .nav_dropdown {
	display: block;
	border-top: 1px solid #e5e5e5;
	height: 200px
}

.header_wrapper .header_btn_box .tab_btn .nav_dropdown_list {
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 194px
}

.header_wrapper .header_btn_box .tab_btn .nav_dropdown_item {
	position: relative;
	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_wrapper .header_btn_box .tab_btn .nav_dropdown_item .hot {
	position: absolute;
	right: 25px;
	top: 23px;
	width: 16px;
	height: 19px;
	background-image: url(../images/icon_hot.png)
}

.header_wrapper .header_btn_box .tab_btn .spacer {
	height: 6px;
	display: block;
	width: 100%;
	background: #57fff9;
	background: -webkit-linear-gradient(to left, #a661ff, #57fff9);
	background: linear-gradient(to left, #a661ff, #57fff9)
}

.header_wrapper .header_btn_box .tab_btn .nav_dropdown_item:hover {
	background-color: #f8f8f8
}

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

.header_wrapper .header_btn_box .login_btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0;
	text-align: center;
	border: 1px solid #2671fb;
	background-color: #2671fb;
	color: #fff;
	border-radius: 20px
}

.header_wrapper .header_btn_box .login_btn.login-btn {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	color: #7d7d7d;
	margin-left: 15px
}

.header_wrapper .header_btn_box .login_btn.login-btn:hover {
	border: 1px solid #999;
	background: #f5f5f5;
	color: #333
}

.header_wrapper .header_btn_box .meeting_intro_nav {
	position: absolute;
	left: -30px;
	top: 90px;
	width: 610px;
	height: 190px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	padding: 20px 0;
	box-sizing: border-box;
	display: none;
	-webkit-animation: shownav .5s forwards
}

.header_wrapper .header_btn_box .tab_btn_intro:hover .meeting_intro_nav {
	display: block
}

.header_wrapper .header_btn_box .meeting_intro_nav:before {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	left: 50px;
	top: -8px;
	z-index: 99
}

.header_wrapper .header_btn_box .meeting_intro_nav:after {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 30px;
	top: -30px;
	left: 0
}

.header_wrapper .header_btn_box .meeting_intro_nav dl {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
	width: 150px;
	line-height: 30px;
	border-right: 1px solid #e1e1e1
}

.header_wrapper .header_btn_box .meeting_intro_nav dl:last-child {
	border: 0
}

.header_wrapper .header_btn_box .meeting_intro_nav dl dt {
	font-weight: bold;
	height: 30px;
	text-align: left;
	padding-left: 30px;
	cursor: default;
	font-size: 16px
}

.header_wrapper .header_btn_box .meeting_intro_nav dl dt img {
	vertical-align: text-top;
	margin-right: 2px;
	margin-top: 1px
}

.header_wrapper .header_btn_box .meeting_intro_nav dl a {
	color: #666
}

.header_wrapper .header_btn_box .meeting_intro_nav dl dd {
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	text-align: left
}

.header_wrapper .header_btn_box .meeting_intro_nav dl dd a {
	position: relative;
	color: #666;
	padding-left: 30px
}

.header_wrapper .header_btn_box .meeting_intro_nav dl dd a:hover {
	color: #ff6f69
}

.header_wrapper .header_btn_box .meeting_intro_nav dl a.new:after {
	content: '';
	display: block;
	width: 28px;
	height: 15px;
	position: absolute;
	right: -32px;
	top: -8px
}

.header_wrapper .header_btn_box .meeting_intro_nav dl a.hot:after {
	content: '';
	display: block;
	width: 28px;
	height: 15px;
	position: absolute;
	right: -32px;
	top: -8px
}

.user_info {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
	height: 60px
}

.user_info .user_info_btn {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.user_info .user_info_box {
	display: none;
	top: 50px;
	left: -52px;
	background: #fff;
	position: absolute;
	width: 140px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 10000;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.user_info:hover .user_info_box {
	display: block
}

.user_info .user_info_box:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 64px;
	border: 6px solid #fff;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	top: -12px
}

.user_info .user_info_box:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 66px;
	border: 4px solid #fff;
	border-color: transparent transparent #fff transparent;
	top: -8px
}

.user_info .user_info_box .nick_name {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.user_info .user_info_box .new_logout {
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 70px
}

.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%;
	height: 450px
}

.banner_new .banner_bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.banner_new .banner_bg>a {
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000
}

@-webkit-keyframes shownav {
	from {
		top: 50px;
		opacity: 0
	}
	to {
		top: 90px;
		opacity: 1
	}
}

@keyframes shownav {
	from {
		top: 50px;
		opacity: 0
	}
	to {
		top: 90px;
		opacity: 1
	}
}

.wrap {
	position: relative;
	width: 1200px;
	margin: 0 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
}

.footer {
	position: relative;
	margin-top: 0;
	background-color: #333;
	text-align: center;
	font-family: "Microsoft YaHei";
	width: 100%;
	min-height: 300px
}

.ftNav {
	display: inline-block;
	width: 910px;
	margin-left: -400px;
	margin-top: 30px
}

.ftNav dl {
	float: left;
	margin: 0 25px;
	text-align: left;
	padding-left: 30px
}

.ftNav dl dt {
	position: relative;
	height: 16px;
	padding: 13px 0;
	font-size: 14px;
	color: #FFF;
	line-height: 16px
}

.ftNav dd a {
	color: #8d8d8d;
	font-size: 13px
}

.line {
	border-bottom: 1px solid #484848;
	height: 1px;
	overflow: hidden
}

.copyRight {
	margin: 0 auto;
	padding: 40px 0;
	color: #7e7e7e
}

.weibo {
	position: absolute;
	display: none;
	width: 92px;
	height: 92px;
	right: 605px;
	top: 66px;
	padding: 4px;
	background: #fff
}

.weibo img {
	width: 100%;
	height: auto
}

.flowerwx {
	position: absolute;
	display: none;
	width: 100px;
	height: 100px;
	right: 605px;
	top: 66px
}

.flowerwx img {
	width: 100%;
	height: auto
}

.consult {
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ef8720;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 94px;
	border: 1px solid #915e29
}

.consult:hover {
	background: #ff912e;
	transition: all .4s ease 0
}

.footerInfo {
	text-align: right;
	position: absolute;
	width: 300px;
	height: 260px;
	right: 0;
	top: 10px
}

.footer .phone {
	width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #e84e47;
	position: relative;
	text-align: right;
	margin-left: 39px;
	margin-top: 15px;
}

.footerInfo p {
	color: #9b9b9b;
	font-size: 13px
}

.footerInfo p.stock_info {
	color: #ff1244;
	font-size: 14px;
	margin-top: 42px
}

.footer .mt30 {
	margin-top: 10px;
	color: #8a8a8a;
	text-align: left;
	height: 80px;
	line-height: 30px;
	font-size: 13px
}

.footer dd {
	height: 27px;
	line-height: 27px
}

.mark {
	display: inline-block;
	padding: 0 13px
}

.mark1 {
	display: inline-block;
	padding: 0 5px
}

.copyRight a {
	color: #8a8a8a;
	font-size: 15px
}

.new_footer {
	background-color: #3c3c3c;
	height: 37px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	color: #fff
}

.new_footer_main {
	color: #e9e9e9;
	font-size: 14px;
	width: 1210px;
	margin: 0 auto
}

.new_footer_left {
	margin: 9px 0 9px 22px;
	float: left
}

.new_footer_left span {
	margin-right: 10px
}

.new_footer_right {
	padding: 9px 20px;
	text-align: center;
	float: right;
	position: relative
}

.para {
	margin: 0;
	color: #eee;
	font-size: 14px;
	text-align: center
}

.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;*/
}

.we_code {
	left: 10px;
	width: 110px;
	position: absolute;
	bottom: 10px
}

.we_code img {
	width: 90px;
	border-radius: 5px
}

.avatar {
	padding-top: 10px;
	width: 110px;
	height: 100px;
	margin-bottom: 10px
}

.serve_tel {
	position: relative;
	top: -2px
}

.bold_tel {
	font-weight: bold
}

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

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

.consult_btn:hover {
	background: #329fd7;
	border: 2px solid #eee
}

.consult_btn:hover a {
	color: #fff
}

.consult_btn a:hover {
	color: #fff
}

.consult_btn a {
	color: #3098ff;
	text-decoration: none;
	box-sizing: border-box;
	padding: 5px 10px
}

.close_btn {
	position: absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
	z-index: 99999
}

.hover_img {
	display: none
}

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

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

.move_dot {
	position: absolute;
	top: 20px;
	left: 50px;
	width: auto;
	transform-origin: 0 30px;
	animation: dotmove 2.5s infinite linear;
	z-index: 99999
}

#scroll {
	display: none;
	background-image: url(../images/scrollup1.png);
	width: 44px;
	height: 44px;
	background-size: 100% 100%;
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 10000
}

#scroll:hover {
	background-image: url(../images/scrollup2.png)
}

.module {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px
}

.module em {
	font-weight: bold
}

.module .wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto
}

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

.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(../images/icon_arrow1.png)
}

.module .btn.btn_block .arrow:after {
	background-image: url(../images/icon_arrow3.png)
}

.module .btn .arrow.floatAni:after {
	animation: arrow .8s linear infinite alternate;
	-webkit-animation: arrow .8s linear infinite alternate
}

.module.bg2 {
	background: #fafafa
}

@-webkit-keyframes ballCircle {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes ballCircle {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes arrow {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 10px
	}
}

@-webkit-keyframes arrow {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 10px
	}
}