@charset "utf-8";
.create-game,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	font: 14px/1.42858 'microsoft yahei', arial, sans-serif;
	-webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0;
	font-weight: 400
}

body,
dd,
dl,
form,
ol,
p,
ul {
	margin: 0
}

ol,
ul {
	list-style-type: none;
	padding: 0
}

img {
	border: 0;
	vertical-align: bottom
}

button,
input,
select,
textarea {
	font-size: 1em;
	font-family: inherit
}

body{
	min-width: 1200px;
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer
}

.home-index {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	overflow-x: hidden
}

@media screen and (max-width:1200px) {
	.home-index {
		overflow-x: visible
	}
}

.innerwarp{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.clearfix { *zoom:1; }
.clearfix:after {content:'';display:block;clear:both;overflow:hidden;}

.middle {
	width: 1200px;
	margin: auto
}

.create-game {
	color: #fff;
	width: 156px;
	height: 46px;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	margin-top: 30px;
	border: 2px solid #fff;
	border-radius: 4px;
	position: relative;
	z-index: 1
}

.create-game:active,
.create-game:hover,
.nav {
	color: #3AC9F2
}

.create-game:active:after,
.create-game:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-animation: btn-anima .15s cubic-bezier(0, .65, .58, 1);
	border-radius: 2px;
	-webkit-animation-fill-mode: forwards;
	z-index: -1
}

.nav {
	width: 100%;
	height: 600px;
	background-color: #3AC9F2;
	position: relative
}

.nav .top {
	background-color: rgba(0, 0, 0, .15);
	height: 64px;
	position: absolute;
	z-index: 11;
	width: 100%
}

.nav .top .logo {
	width: 170px;
	height: 50px;
	background: url(../../images/20180528/logo.png);
	display: inline-block;
	margin-top: 7px;
	float: left;
}

.nav .top ul.tab {
	display: inline-block;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	margin: auto;
	float: right;
}

.nav .top ul.tab li {
	display: inline-block;
	padding: 0 17px;
	position: relative
}
.nav .top ul.tab li:hover{
	background: rgba(255,255,255,.25);
}
.nav .top ul.tab li.active:after,
.nav .top ul.tab li:hover:after {
	content: "";
	height: 2px;
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff
}

.nav .top ul.tab li.active a,
.nav .top ul.tab li:hover a {
	color: #fff
}

.nav .top ul.tab li a {
	color: rgba(255,255,255,.8);
	display: block;
	width: 100%;
	height: 100%
}

.nav .top .user-center {
	float: right;
}
.nav .top .user-center .loginBtn,.nav .top .user-center .loginBtn1{
	width: 58px;
	height: 28px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin-top: 17px;
	margin-left: 20px;
}
.nav .top .user-center .loginBtn:hover{
	background: rgba(255,255,255,.25);
}

.nav .top .user-center .login {
	width: 100%;
	height: 100%;
	position: relative
}

.nav .top .user-center .login a.user-img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	border: 4px solid rgba(212, 152, 35, .18)
}

.nav .top .user-center .login a.user-img img {
	width: 100%;
	height: 100%
}

.nav .top .user-center .login:hover .login-out {
	display: block
}

.nav .top .user-center .login .login-out {
	background: url(../../images/login-out.png);
	width: 80px;
	height: 48px;
	position: absolute;
	right: -20px;
	top: 39px;
	display: none
}

.nav .top .user-center .login .login-out a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 19px;
	line-height: 53px;
	text-align: center
}

.nav .top .user-center .no-login {
	width: 100%;
	height: 100%;
	position: relative;
	left: -62px
}

.nav .top .user-center .no-login a {
	width: 100px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 17px
}

.nav .top .user-center .no-login a:hover {
	opacity: .5
}

.nav .top .user-center .no-login a .qq-w {
	width: 17px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 3px;
	background: url(../../images/20180528/2/images/20180528/qq-w.png) no-repeat;
	right: 6px
}

.nav .banner {
	height: 600px
}

.nav .banner .middle {
	position: relative;
	z-index: 3;
	height: 100%
}

.nav .banner .middle .slogan {
	color: #fff;
	padding-top: 190px
}

.nav .banner .middle .slogan h3 {
	font-size: 75px;
}

.nav .banner .middle .slogan h4 {
	font-size: 20px;
	letter-spacing: 6px;
	margin-top: 10px
}
.nav .banner .middle .slogan h4.marLeft{
	font-size: 30px;
	margin-left: 65px;
}

.nav .banner .middle .pic1 {
	width: 560px;
	height: 450px;
	background: url(../../images/20180528/p1.png) no-repeat;
	position: absolute;
	top: 180px;
	right: 0px;
	z-index: 1;
	-webkit-animation: Updown 3s linear infinite
}

.nav .banner .middle .pic2 {
	width: 141px;
	height: 141px;
	background: url(../../images/20180528/p2.png);
	position: absolute;
	top: -44px;
	left: 104px
}

@media screen and (max-width:1279px) {
	.nav .banner .middle .pic1 {
		right: 0
	}
	.nav .banner .middle .pic2 {
		left: 0
	}
}

.nav .banner .pic3 {
	width: 588px;
	height: 277px;
	background: url(../../images/20180528/p3.png);
	position: absolute;
	bottom: 0;
	left: -544px
}

.nav .banner .pic4 {
	width: 200px;
	height: 200px;
	background: url(../../images/20180528/p4.png);
	position: absolute;
	bottom: -130px;
	right: -60px
}

.flow .learn-detail,
.flow ul li {
	position: relative;
	text-align: center
}

@media screen and (max-width:1279px) {
	.nav .banner .pic3 {
		left: -450px
	}
	.nav .banner .pic4 {
		right: 0;
		width: 100px;
		height: 100px;
		background: url(../../images/20180528/p4.png);
		bottom: 0
	}
}

.case,
.flow,
.function {
	width: 100%
}

.case .content,
.flow .content,
.function .content {
	width: 1200px;
	margin: auto;
	overflow: hidden
}

.case .content h4,
.flow .content h4,
.function .content h4 {
	font-weight: 700;
	height: 94px;
	margin: 80px auto;
	text-align: center
}

.case .content h4.block1-title,
.flow .content h4.block1-title,
.function .content h4.block1-title {
	width: 171px;
	height: 89px;
	background: url(../../images/20180528/block1-title.png)
}

.case .content h4.block2-title,
.flow .content h4.block2-title,
.function .content h4.block2-title {
	width: 243px;
	background: url(../../images/20180528/block2-title.png)
}

.case .content h4.block3-title,
.flow .content h4.block3-title,
.function .content h4.block3-title {
	width: 203px;
	background: url(../../images/20180528/block3-title.png)
}

.function ul.function-list {
	text-align: center
}

.function ul.function-list li {
	display: inline-block;
	margin: 0 90px 90px
}

.function ul.function-list li .function-name {
	font-size: 28px;
	margin: 50px 0 15px
}

.function ul.function-list li .function-detail {
	font-size: 16px;
	color: #999
}

.function ul.function-list li .function-detail p {
	line-height: 25px
}

.flow ul {
	color: #777;
	font-size: 26px;
	width: 1200px;
	overflow: hidden;
	/* background: url(../../images/20180528/line.png) 0 43px no-repeat */
}

.flow ul li {
	
	width: 25%;
    float: left;
    text-align: center;
    position: relative;	
	
	float: left;
	margin-bottom: 120px
}
.flow ul li .item .icon {
    max-width: 140px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.flow ul li .contitle {
    font-size: 16px;
    color: #454545;
    font-weight: normal;
    margin-bottom: 0;
}
.flow ul li .context span {
    font-size: 16px;
    color: #454545;
    font-weight: normal;
    color: #7A7A7A;	
}

.flow ul li .angle {
    position: absolute;
    top: 0;
    right: -12px;
}

.flow ul li .angle .iconangle {
    width: 16px;
    height: 28px;
    margin-top: 57px;
    display: block;
    background: url(../../images/20170913/arrow.png);
}

.flow ul li .img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 38px
}

.flow ul li .w {
	height: 50px;
	float: left;
	margin-top: 35px
}

.flow ul li .kfzrz {
	background: url(../../images/20180528/kfzrz.png)
}

.flow ul li .kfzrz-w {
	width: 140px;
	background: url(../../images/20180528/kfzrz-w.png)
}

.flow ul li .cjyx {
	background: url(../../images/20180528/cjyx.png)
}

.flow ul li .cjyx-w {
	width: 113px;
	background: url(../../images/20180528/cjyx-w.png)
}

.flow ul li .nbsh {
	background: url(../../images/20180528/nbsh.png)
}

.flow ul li .nbsh-w {
	width: 111px;
	background: url(../../images/20180528/nbsh-w.png)
}

.flow ul li .yxsj {
	background: url(../../images/20180528/yxsj.png)
}

.flow ul li .yxsj-w {
	width: 112px;
	background: url(../../images/20180528/yxsj-w.png)
}

.flow ul li .yyhd {
	background: url(../../images/20180528/yyhd.png)
}

.flow ul li .yyhd-w {
	width: 111px;
	background: url(../../images/20180528/yyhd-w.png)
}

.flow ul li .sjzz {
	background: url(../../images/20180528/sjzz.png)
}

.flow ul li .sjzz-w {
	width: 113px;
	background: url(../../images/20180528/sjzz-w.png)
}

.flow .learn-detail {
	display: block;
	width: 200px;
	height: 70px;
	border: 2px solid #3AC9F2;
	color: #3AC9F2;
	font-size: 26px;
	line-height: 70px;
	border-radius: 2px;
	margin: -20px auto 120px;
	z-index: 1
}

.flow .learn-detail:active,
.flow .learn-detail:hover {
	color: #000
}

.footer,
.footer a {
	color: #fff
}

.flow .learn-detail:active:after,
.flow .learn-detail:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #3AC9F2;
	-webkit-animation: btn-anima .15s cubic-bezier(0, .65, .58, 1);
	border-radius: 2px;
	-webkit-animation-fill-mode: forwards;
	z-index: -1;
}

.case {
	background-color: #f7f7f7
}

.case ul.case-item {
	text-align: center;
	margin-bottom: 100px
}

.case ul.case-item li {
	display: inline-block;
	width: 390px;
	height: 580px;
	margin: 0 3px;
	position: relative
}

.case ul.case-item li:hover .QRCode {
/* 	-webkit-animation: QRCode-anima .25s cubic-bezier(0, .65, .58, 1);
	-webkit-transform-origin: bottom;
	display: block */
}

.case.active .block2-title,
.case.active .case1,
.case.active .case2,
.case.active .case3,xxx
.function.active .block1-title,
.function.active .function-list li .function-detail,
.function.active .function-list li .function-name,
.nav.active .create-game,
.nav.active .pic1,
.nav.active h3,
.nav.active h4 {
	-webkit-animation: slideInBottom 1s ease-in-out both
}

.case ul.case-item li .QRCode {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none
}

.case ul.case-item li .QRCode img {
	margin-top: 188px
}

.case ul.case-item li .QRCode p {
	color: #fff;
	font-size: 16px;
	margin-top: 18px
}

.case ul.case-item li.case1 {
	/* background: url(../../images/20180528/case1.png) */
	background-size: contain !important;
    background-repeat: no-repeat !important;	
}

.case ul.case-item li.case1 .case1-hreo {
	width: 256px;
	height: 357px;
	/* background: url(../../images/20180528/case1-hreo.png); */
	margin: 66% auto auto
}

.case ul.case-item li.case2 {
	background-size: contain !important;
    background-repeat: no-repeat !important;	
	/* background: url(../../images/20180528/case2.png) */
}

.case ul.case-item li.case2 .case2-hreo {
	width: 292px;
	height: 299px;
	/* background: url(../../images/20180528/case2-hreo.png); */
	margin: 66% auto auto
}

.case ul.case-item li.case3 {
	background-size: contain !important;
    background-repeat: no-repeat !important;	
	/* background: url(../../images/20180528/case3.png) */
}

.case ul.case-item li.case3 .case3-hreo {
	width: 229px;
	height: 341px;
	/* background: url(../../images/20180528/case3-hreo.png); */
	margin: 67% auto auto
}

.nav.active h3 {
	animation-delay: 0s
}

.nav.active h4 {
	animation-delay: .1s
}

.nav.active .create-game {
	animation-delay: .2s
}

.nav.active .pic1 {
	animation-delay: .3s
}

.function.active .block1-title {
	animation-delay: 0s
}

.function.active .function-list li img {
	-webkit-animation: slideInBottom 1s ease-in-out both;
	animation-delay: .1s
}

.function.active .function-list li .function-name {
	animation-delay: .2s
}

.function.active .function-list li .function-detail {
	animation-delay: .3s
}

.case.active .block2-title {
	animation-delay: 0s
}

.case.active .case1 {
	animation-delay: .1s
}

.case.active .case2 {
	animation-delay: .2s
}

.case.active .case3 {
	animation-delay: .3s
}

.flow.active .img:nth-child(even),
.flow.active .img:nth-child(odd) {
	-webkit-animation: flip 1s ease-in-out both
}

.flow.active .img:nth-child(even) {
	animation-delay: .1s
}

.footer {
    background: #113545;
    width: 100%;
    text-align: center;
    padding: 1px 0;
    z-index: 1;
    position: relative;
    bottom: 0;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .footer_text {
    color: #E2E2E2;
    margin: 10px auto 20px auto;
}
.footer p span {
    margin: 0 15px;
}

@media screen and (max-width:1250px) {
	.nav .banner .middle .slogan {
		padding-left: 50px
	}
	
}

@-webkit-keyframes btn-anima {
	0% {
		width: 0
	}
	100% {
		width: 100%
	}
}

@-webkit-keyframes QRCode-anima {
	0% {
		-webkit-transform: scale3d(1, 0, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes Updown {
	0%,
	to {
		-webkit-transform: translateZ(0)
	}
	50% {
		-webkit-transform: translate3d(0, 8px, 0)
	}
}

@-webkit-keyframes slideInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0)
	}
}

@-webkit-keyframes flip {
	0% {
		transform: rotateY(0)
	}
	to {
		transform: rotateY(360deg)
	}
}

/*登录弹框样式*/
.lrpane {
    z-index: 9;
    width: 300px;
    position: absolute;
    right: 0;
    padding: 35px 35px 30px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    top: 115px;
    color: #333;
    display: none;
}

.lrpane .title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}
.lrpane .title .titletext {
    font-size: 20px;
    color: #333;
}
.lrpane .title .titlebtn {
    font-size: 12px;
    color: #6D6D6D;
    float: right;
    margin-top: 7px;
}
.lrpane .title .titlebtn a {
    color: #DF4938;
}
.tab-pane .form-group {
    margin-bottom: 20px;
}
.tab-pane .input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}
.tab-pane .input-status {
    position: absolute;
    padding: 0 0 2px 15px;
    padding-top: 0;
}
.tab-pane .input-group-addon, .tab-pane .input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}
.tab-pane .input-group-addon {
    position: absolute;
    top: 14px;
    left: 1px;
    z-index: 5;
    width: 20px;
    height: 20px;
    color: #6c6c6c;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    background: white;
}
.tab-pane .input-group .form-control, .tab-pane .input-group-btn {
    display: table-cell;
}
.tab-pane .form-control {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #6c6c6c;
    text-indent: 44px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tab-pane .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.tab-pane .input-group-addon .input_icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/20180528/login.png);
    background-repeat: no-repeat;
}
.tab-pane .input-group-addon .input_icon_user {
    background-position: 0 0;
}
.tab-pane .input-group-addon .input_icon_lock {
    background-position: 0 -26px;
}

.tab-pane .captchabox {
    position: relative;
    float: left;
    width: 48%;
    min-height: 1px;
}
.tab-pane .input-group-addon .input_icon_barcode {
    background-position: 0 -52px;
}
.tab-pane .f-wsn {
    white-space: nowrap;
    word-wrap: normal;
    line-height: 34px;
    text-align: right;
}
.tab-pane .f-wsn img {
    margin-left: 10px;
    height: 48px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
.tab-pane .ff {
    margin-bottom: 12px;
    font-size: 13px;
}
.tab-pane .ff label {
    cursor: pointer;
    position: relative;
}
.tab-pane .ff label input {
    margin-right: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}
.tab-pane .ff label i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../images/20180528/check.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.tab-pane .ff label i.on {
    background-position: -20px 0;
}
.tab-pane .btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 9pt;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-pane .btn_primary {
    padding: 0 15px;
    width: 100%;
    height: 44px;
    border-color: #26C7DB;
    background-color: #26C7DB;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}
.error {
    background: url(../../images/20180528/error.png) left center no-repeat;
    background-size: auto 85%;
    color: #f11;
	display: inline-block;
    text-indent: 2em;
}
label.error, label.success, label.warn {
    padding-left: 20px;
}
.closeBtn{
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../../images/20180528/close.png);
}
.safety{margin-top:5px;height:50px;line-height:60px;border-top:1px solid #2c2c2c;text-align:center}
.safety a{display:inline-block;padding:0 15px;color:#4f4f4f}
.safety a:hover{display:inline-block;padding:0 15px;color:#C2C2C2}
.safety i{display:inline-block;width:26px;height:26px;vertical-align:middle;margin-right:5px;margin-bottom:2px}
.safety  .icon_safe1{background:url("../images/newIcon/ico_china2.png") no-repeat;background-size:100% 100%}
.safety  .icon_safe2{background:url("../images/newIcon/ico_weifa2.png") no-repeat;background-size:100% 100%}
.safety  .icon_safe3{background:url("../images/newIcon/ico_wh2.png") no-repeat;background-size:100% 100%}
.safety  .icon_safe6{background:url("../images/newIcon/ts.png") no-repeat;background-size:100% 100%}
.safety  .icon_lj{background:url("../images/newIcon/ico_lese.png") no-repeat;background-size:100% 100%}
.safety  .icon_police{background:url("../images/newIcon/ico_police.png") no-repeat;background-size:100% 100%}