body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-family: 'Microsoft YaHei',微软雅黑,'PingFangSC-Medium','Helvetica Neue','Hiragino Sans GB','Helvetica Neue','WenQuanYi Micro Hei',SimSun,sans-serif,'Lantinghei SC',STHeiti,'Open Sans',Arial;
	outline: none;
}

input {
	font-family: 'Microsoft YaHei',微软雅黑,'PingFangSC-Medium','Helvetica Neue','Hiragino Sans GB','Helvetica Neue','WenQuanYi Micro Hei',SimSun,sans-serif,'Lantinghei SC',STHeiti,'Open Sans',Arial;
	cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #333;
}

header,
nav,
section,
article,
footer,
figure,
figcaption {
	display: block;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

i,
em,
u,
b {
	font-style: normal;
	font-weight: normal;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.hide {
	display: none;
}

.hid {
	display: none !important;
}

.por {
	position: relative;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.disable {
	cursor: not-allowed !important;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
div {
	box-sizing: border-box;
}
select {
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;
}
select::-ms-expand { display: none; }
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;
	font: normal 100%/1.4 sans-serif;
}

@media screen and (max-width: 700px) {
	.nav-tip {
		display: none;
	}
}

.appup {
	-webkit-animation: appdown 1s linear;
}

@keyframes appdown {
	from {
		margin-top: 400px;
	}

	to {
		margin-top: 84px;
	}
}
/* 关于我们页面 */
/* nav */
.about-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background:transparent;
	z-index: 9999;
}
.nav-bg {
	background:rgba(24,24,24,1);
}
.about-nav-box {
	width: 75%;
	margin: 0 auto;
}
.about-nav a {
	display: inline-block;
	float: left;
}
.about-nav img {
	height: 32px;
	margin-top: 15px;
}
.about-nav-list {
	float: right;
	margin-top: 23px;
}
.about-nav-list a{ 
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:14px;
	margin-left: 60px;
	cursor: pointer;
}
/* banner */
.about-header {
	width: 100%;
	height: 360px;
	background: url(https://static.wanplus.cn/images/business/top_banner_pc.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 170px;
	box-sizing: border-box;
}
.header-title {
	font-size:40px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:40px;
	text-shadow:0px 2px 4px rgba(0,0,0,0.5);
	margin-bottom: 22px;
}
.header-text {
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:20px;
	text-shadow:0px 2px 4px rgba(0,0,0,0.5);
}
/*成长里程碑 */
.group {
	margin-top: 108px;
}
.group-title {
	position: relative;
	margin-bottom: 100px;
}
.group .numone-icon {
	width: 70px;
	height: 88px;
	background: url(https://static.wanplus.cn/images/business/num01.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.group .numone-text {
	position: absolute;
	font-size:30px;
	
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:30px;
	top:29px;
	left: 50%;
	margin-left:-74px;
} 
.group-box {
	position: relative;
	width: 40%;
	margin: 0 auto;
}
.col-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height:100%;
	background:rgba(223,69,51,1);
}
.group-list {
	overflow: hidden;
	margin-bottom: 60px;
}
.group-list .group-list-le i {
	display: inline-block;
	width: 22px;
	height: 6px;
	background: url(https://static.wanplus.cn/images/business/line.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.group-list .group-list-le p {
	display: inline-block;
	font-size:14px;
	
	font-weight:400;
	color:rgba(223,69,51,1);
	line-height:20px;
	vertical-align: middle;
}
.group-list-le {
	float: left;
	width: 25%;
}
.group-list-ri {
	float: left;
	width: 75%;
}
.group-list-ri .group-list-title {
	font-size:16px;
	
	font-weight:500;
	color:rgba(51,51,51,1);
	margin-bottom: 15px;
}
.group-list-ri .group-list-text {
	font-size:14px;
	
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
}
/* 公司动态 */
.state {
	margin-top: 190px;
	margin-bottom: 200px;
}
.state-title {
	position: relative;
	margin-bottom: 100px;
}
.state .numtwo-icon {
	width: 80px;
	height: 88px;
	background: url(https://static.wanplus.cn/images/business/num02.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.state .numtwo-text {
	position: absolute;
	font-size:30px;
	
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:30px;
	top:29px;
	left: 50%;
	margin-left:-59px;
} 
.state-box {
	width: 75%;
	margin: 0 auto;
}
.state-box-con {
	overflow: hidden;
	/* margin-bottom: 30px; */
}
.state-box .state-list {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
	margin-bottom: 25px;
}
.state-box .state-list img {
	max-width: 100%;
}
.state-box .state-list:nth-child(4n){
	margin-right:0;
}
.state-box .state-list-text {
	font-size:16px;
	
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:16px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}
.state-more {
	width:120px;
	height:30px;
	border:1px solid rgba(0,0,0,1);
	font-size:14px;
	
	color:rgba(0,0,0,1);
	text-align: center;
	line-height:30px;
	background: #fff;
	margin: 0 auto;
	margin-top: 55px;
	cursor: pointer;
}
.state-more::after {
	content:'';
	width: 12px;
	height: 10px;
	display: inline-block;
	background: url(https://static.wanplus.cn/images/business/doubledown.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
}
/* 玩加智库 */
.think {
	width: 75%;
	height: 120px;
	background: url(https://static.wanplus.cn/images/business/bot_banner_pc.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding:0 50px;
	margin-bottom: 200px;
}
.think-le {
	width: 65%;
	float: left;
	margin-top: 45px;
}
.think-le .think-le-title {
	font-size:30px;
	
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:30px;
	display: inline-block;
	vertical-align: middle;
}
.think-le .think-le-line {
	width: 2px;
	height: 24px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.think-le .think-le-text {
	font-size:16px;
	
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:22px;
	display: inline-block;
	vertical-align: middle;
}
.think-ri {
	width: 35%;
	float: left;
	margin-top: 20px;
}
.think-ri img{
	width: 80px;
	height: 80px;
	vertical-align: bottom;
	margin-right:10px;
}
.think-ri-text {
	display: inline-block;
}
.think-ri-text .think-ri-text-top {
	font-size:12px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:17px;
	margin-top: 5px;
}
/*  公共footer */ 
.footer {
	height:242px;
	background:rgba(24,24,24,1);
}
.footer .box {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	padding:35px 0 10px; 
}
.footer-text {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-top: solid 1px rgba(136,136,136,.8);
	font-size:12px;
	
	color:rgba(136,136,136,1);
}
.footer .box .footer-list:nth-child(1){
	float: left;
	width:25%;
}
.footer .box .footer-list:nth-child(2){
	float: left;
	width: 20%;
}
.footer .box .footer-list:nth-child(3){
	float: left;
	width:22%;
}
.footer .box .footer-list:nth-child(4){
	float: left;
	width:15%;
}
.footer .box .footer-list:nth-child(5){
	float: left;
	width:18%;
}
.footer-list-logo {
	/* width: 180px; */
	margin-bottom: 20px;
}
.footer-list .footer-list-num {
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	margin-bottom: 20px;
}
.footer-list-title {
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:16px;
	margin-bottom: 30px;
}
.footer-list-con {
	float: left;
	width: 50%;
}
.footer-list-con a {
	display: block;
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-list .footer-list-qrbox {
	float: left;
	width: 50%;
	text-align: center;
}
.footer-list .footer-list-qr {
	width: 88px;
	height: 88px;
	margin-bottom: 22px;
}

.footer-list .footer-list-qrtext {
	width: 100%;
	font-size:12px;
	
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1360px) {
	.footer-list .footer-list-qr {
		width: 70px;
		height: 70px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 1100px) {
	.footer-list .footer-list-qr {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.footer .box .footer-list:nth-child(4){
		width:13%;
	}
	.footer .box .footer-list:nth-child(5){
		width:20%;
	}
}
/* 联系我们弹框 */
.contact {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.3);
	padding-top: 50px;
	z-index: 999999;
}
.form-horizontal {
	position: relative;
	width: 440px;
	background: #fff;
	margin: 0 auto;
	padding: 35px 30px;
}
.contact select{
	background: url("https://static.wanplus.cn/images/business/Down.png") no-repeat right center transparent;
	background-size: 8%;
  padding-right: 20px;
}
.contact .form-group .col-sm-10{
	padding-left: 0;
}
/* 信息填写 */
.close-contact {
	position: absolute;
	top:30px;
	right: 30px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(https://static.wanplus.cn/images/business/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.contact-title {
	width: 100%;
	font-size:20px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:28px;
	text-align: center;
	margin-bottom: 10px;
}
.contact-text {
	width: 100%;
	font-size:12px;
	
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:17px;
	text-align: center;
	margin-bottom: 40px;
}
.form-horizontal .form-group {
	margin-left: unset;
	margin-right: unset;
}
.form-horizontal .control-label {
	padding-left:0; 
	padding-right:0; 
	text-align: left;
	color:rgba(51,51,51,0.85);
	font-size: 14px;
}
.control-label i{
	font-size:12px;
	
	font-weight:400;
	color:#FF0A0A;
}
.textbox {
	margin-top: 14px;
}
.form-horizontal .nextbtn {
	width: 100%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;	
}
.tip {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.tip span {
	display: block;
	width: 100%;
	height: 22px;
	color:rgba(204,43,43,1);
	line-height:22px;
	text-align: center;
	background:rgba(255,57,57,0.4);
	font-size:12px;
	
}
/* 手机号验证码验证 */
.textcode {
	margin-top: 130px;
}
.textcode .contact-title {
	margin-bottom: 35px;
}
.textcode .getbtn {
	width: 90%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;	
	margin:0 auto;
	margin-top: 40px;
	display: block;
}
.textcode .control-label {
	color:rgba(56,129,233,1);
	cursor: pointer;
	background: rgba(255,255,255,1);
	font-size: 15px;
}
/* 紧急联系人 */
.eminfo {
	width: 690px;
	margin-top: 130px;
}
.infobox {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 60px;
}
.info-list{
	float: left;
	width: 30%;
	text-align: center;
	margin-right: 5%;
	cursor: pointer;
}
.info-list:last-child{
	margin-right: 0;
}
.info-list img {
	width: 40px;
	height: 36px;
	margin-bottom: 18px;
}
.info-list .info-list-title {
	font-size:14px;
	
	font-weight:600;
	color:rgba(203,34,34,1);
	line-height:23px;
	margin-bottom: 18px;
}
.info-list .info-list-text p{
	font-size:14px;
	
	font-weight:400;
	color:rgba(0,0,0,0.88);
	line-height:23px;
	text-align: left;
}	
.form-horizontal .getsure {
	display: block;
	width: 60%;
	height: 32px;
	background:rgba(203,34,34,1);
	border-radius:4px;
	font-size:14px;
	
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 0 auto;
}
input[type="button"]:disabled{
	color: #ccc;
	width: 90px;
}

/* 联系我们悬浮按钮 */
.btn-tip {
	position: fixed;
	bottom:2%;
	right:2%;
	width: 80px;
	height: 80px;
	background: url(https://static.wanplus.cn/images/business/btn-tip-light.png) no-repeat;
	background-size:100% 100%; 
	text-align: center;
	z-index:100000;
	cursor: pointer;
}
.btn-tip:hover {
	background: url(https://static.wanplus.cn/images/business/btn-tip.png) no-repeat;
	background-size:100% 100%; 
}
.btn-tip .btn-tip-icon {
	display: inline-block;
	width: 30px;
	height: 32px;
	background: url(https://static.wanplus.cn/images/business/btn-tip-icon.png) no-repeat;
	background-size:100% 100%; 
	margin: 10px 0 4px;
}
.btn-tip p {
	font-size:14px;
	;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.bot252 {
	bottom:252px;
}