body{
	margin: 0;
	overflow-x: hidden;
	font-family: "microsoft yahei";
}
a{
	cursor: pointer;
	text-decoration: none;
}
select,button,a,input[type=checkbox]{
	cursor: pointer;
}
header{
	background-color: transparent;
	float: left;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 1;
}
.fixed-header{
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}
.header-div{
	width: 100%;
}

.softtwon-h60 {
	height:60px;
}

.header-main{
	margin:0 auto;
	width:1000px;
	position:relative;
	height:60px;
	vertical-align: middle;
}

.logo-div{
	float:left;
	height:60px;
}

.logo-hover:hover {
	text-decoration:none
}

.logo-img{
	float:left;
}



ul.nav-bar {
	list-style:none outside none;
	position:relative;
	padding:0;
	margin: 0;
}

.softtwon-color4d {
	color:#fff;
	text-decoration:none;
	font-size: 16px;
}

ul .softtwon-color4d:hover {
	color:#4d4d4d
}

ul .nav-li{
	float: left;
	height: 60px;
	line-height:60px;
	/*cursor:pointer;*/
	/*background-color:#e6e6e6;*/
	width:84px;
	text-align: center;
	text-decoration: none;
}

.softtwon-hover:hover {
	cursor:pointer;
	background-color:#e6e6e6;
	text-decoration: none;
}

.header-selected {
	line-height:52px;
	border-top:4px solid #ff9800
}

.pull-right {
	float:right !important
}
.pull-left {
	float:left !important
}

.user-login-panel {
	width:100px;
}

.user-info{
	height:60px;
	margin-top:5px;
	line-height:50px;
	vertical-align:middle
}
.user-info img{
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	margin-top: 10px;
	width: 30px ;
	height: 30px;
}
.user-info a{
	color: #fff;
	float: left;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.login-li{
	/*width: 140px;*/
	float: right;
	height: 60px;
	line-height: 60px;
}

.login-a{
	font-size:16px;
	text-decoration:none;
	/*color:white;*/
	cursor: pointer;
	color:#fff;
	text-decoration:none;
	font-size: 16px;
}

ul .reg:hover {
	color:inherit
}

.softtwon-black {
	color:#fff;
	font-weight: 800;
	padding:5px;
	font-style:normal;
}
/*************************banner************************************/
.div-content{
	width: 100%;
}

#home-banner{
	padding-top: 160px;
	width: 100%;
	height: 607px;
	background:url(../img/banner-image2.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
	max-width: 1920px;
	margin: 0 auto;
}

.white{
	font: bolder 36px "microsoft yahei";
	color: #ffffff;
}

.banner-line1{
	width: 100%;
	margin-bottom: 45px;
	font-size: 58px;
}
.banner-line2{
	font-size: 38px;
	margin-bottom: 72px;
	width: 100%;
}
.banner-btn1{
	display: block;
	width: 168px;
	height: 33px;
	border-radius: 5px;
	padding: 6px;
	background-color: #44c8dc;
	font: bolder 24px "microsoft yahei";
	color: #ffffff;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
}
.banner-btn2{
	display: block;
	width: 280px;
	height: 52px;
	line-height: 80px;
	border-radius: 5px;
	padding: 10px;
	background-color: #44c8dc;
	font: bolder 36px "microsoft yahei";
	color: #ffffff;
	text-decoration: none;
	margin: 80px auto 0;
	text-align: center;
}
.bannerBtn:hover{
	background-color: #3fb9cb;
}



/************************adv*****************************/
.adver-back-odd{
	width: 1000px;
	background-color: #ffffff;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.adver-back-eve{
	width: 100%;
	background-color: #3fb2c3;
	height: auto;
	position: relative;
	/*border:1px solid; */
}

.adver-content{
	margin:0 auto;
	width:1000px;
	height: 490px;
	vertical-align: middle;
	/*padding: 100px;*/
}
.adver-bgc{
	background-color: #44c8dc;
}
.aderver-text-content-odd{
	/*margin-top: 100px;*/
	margin-left: 25px;
	width: 480px;
	float: left;
	margin-right: 15px;
	padding-top: 30px;
}
.div-content-ti{
	font:bold 42px "microsoft yahei";
	color: #828282;
}

.div-content-co{
	font-size: 24px;
	word-break:break-all;
	color: #b5b5b5;
	line-height: 40px;
	width: 450px;
}
.mobile-download{
	width: 152px;
	height: 40px;
	background: url("../img/mobile_icons.png") no-repeat 0 0;
	margin-left: 46px;
	display: inline-block;
	position: relative;
}
.app-code {
	display: none;
	background: url("../img/downloadCode.png") #44C8DC no-repeat 0 42px;
	width: 270px;
	height: 240px;
	position: absolute;
	top: -262px;
	left: -59px;
	box-shadow: 0 1px 1px 1px #aaa;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 42px;
}
.app-code::before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	width: 25px;
	height: 25px;
	transform: rotateZ(45deg);
	background-color: #fff;
	margin: 0 auto;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;

}
.mobile-download:hover .app-code{
	display: block;
}

.Android-download:hover{
	background-position: 0 -51px;
}
.IOS-download{
	background-position: 0 -102px;
}
.IOS-download:hover{
	background-position: 0 -151px;
}
.pic-odd5{
	/*background: url("../img/image_move.png") no-repeat;*/
}
.pic-odd{
	float: left;
	width: 364px;
	height: 364px;
	margin: 60px 65px 0 50px;
}
.pic-odd1{
	/*background: url("../img/image_data.png") no-repeat;*/
}
.pic-odd3{
	/*background: url("../img/icon_collaboration.png") no-repeat;*/
}
.pic-bgc{
	float: right;
	height: 360px;
	width: 360px;
	margin: 60px;
	/*background: url("../img/iamge_composition.png") no-repeat;*/
}
.back-right{
	right: 0px;
}
.cyclo-pic{
	/*background: url("../img/image_statistics.png") no-repeat;*/
	height: 360px;
	width: 360px;
	float: right;
	margin: 60px;
}
.aderver-text-content-eve{
	width: 450px;
	float: left;
	padding: 30px 0 0 50px ;
}
.aderver-text-content-eve .div-content-ti,.aderver-text-content-eve .div-content-co{
	color: #fff;
}
/*****************案例********************/
.case-div{
	width: 100%;
}
.center-title{
	width: 100%;
	/*font-size: 36px;*/
	text-align:center;
	padding:50px 0 70px 0;
	margin: 0;
}

.content-w1000{
	margin:0 auto;
	width:1000px;
	position:relative;
}
.computer-image{
	float: left;
	margin-left: 21px;
}
.points{
	width: 230px;
	/*height: 396px;*/
	list-style: none;
	margin: 0;
}
.points li{
	height: 80px;
	margin: 10px;
	position: relative;
	left:0;
	transition: .3s linear;
}
.left-points{
	float: left;
	text-align: right;
	padding: 0 56px 0 16px;
}
.left-points li:hover{
	left:30px;
}
.left-points li:hover:after{
	content:"";
	position:absolute;;
	height: 14px;
	width: 8px;
	font-size: 20px;
	font-weight: bolder;
	color: #828282;
	right: -66px;
	top: 11px;
	background: url("../img/icons.png") no-repeat 0 -269px;
}
.right-points{
	float: right;
}
.right-points li:hover{
	left: -30px;
}
.right-points li:hover:after{
	content:"";
	position:absolute;;
	height: 14px;
	width: 8px;
	font-size: 20px;
	font-weight: bolder;
	left: -66px;
	color: #828282;
	top: 12px;
	background: url("../img/icons.png") no-repeat 0 -292px;
}
.point{
	font-size: 14px;
	color: #828282;
	margin-bottom: 5px;
}
.point-disc{
	font:12px/20px "microsoft yahei";
	color: #999;
	margin: 0;
}
.point-disc span{
	display: block;
}
.point-disc a{
	color: #44c8dc;
}
.left-point-icon{
	position: absolute;
	right: -50px;
	top:0;
}
.right-point-icon{
	position: absolute;
	left: -50px;
	top:0;
}
.case-horizen{
	width: 100%;
	height: 350px;
}

.case-numx{
	width: 50%;
	float: left;
	position: relative;
}

.case-p{
	/*width: 100%;*/
	text-align: center;
	word-wrap: break-word;
	width: 465px;
}

.user-img-div{
	width: 100%;
	text-align: center;
}
.join-us{
	font:bold 42px "microsoft yahei";
	text-align: center;
	color: #828282;
	margin-top: 47px;
}
footer{
	width: 100%;
	margin-top: 15px;
	height: 550px;
	background-color: #333330;
}
.cute-footer{
	width: 880px;
	/*background-color: teal;*/
	margin: 0 auto;
	height: 405px;
	/*padding-top: 45px;*/
	padding:40px 60px 0;
}
.softtwon{
	font-size: inherit;
	color: inherit;
}
.softtwonxw-title{
	margin: 0;
	color: #fff;
	font-size: 18px;
}
.softtwonxw-disc{
	padding: 23px 0 40px;
	margin: 0;
	color: #fff;
	font: 14px/24px "microsoft yahei";
}
.input-box{
	float: left;
	width: 300px;
	font-size: 14px;
	/*padding-left: 29px;*/
}
.contact-way{
	width: 280px;
	background: #000;
	border: 1px solid #474743;
	height: 40px;
	padding: 0 20px 0;
	/*display: block;*/
	margin-top: 10px;
	color: #a9a9a9;
	outline: none;
}
.user-suggest{
	width: 280px;
	background: #000;
	height: 126px;
	padding: 0 20px 0;
	border: 1px solid #474743;
	resize: none;
	line-height: 35px;
	color: #a9a9a9;
	outline: none;
}
.empty-send{
	border-color: #f00;
}
.company-info{
	/*float: left;*/
	/*width: 470px;*/
	color: #a9a9a9;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 0;
	line-height: 18px;
}
.company-address{
	display: block;
}
.submit-btn{
	float: right;
	margin-top: 20px;
	background-color: #000;
	border:none;
	padding: 0;
	color: #fff;
	width: 65px;
	height: 40px;
}

.two-dimension-code{
	float: left;
	width: 180px;
	height: 250px;
	margin-left: 55px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.two-dimension-code img{
	width: 180px;
	margin-bottom: 30px;
}

.mask-wrapper{
	height: 100%;
	width:100%;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	z-index:1;
	top:0;
	left:0;
	display: none;
}
/****************登录******************/
#login_win {
	border-radius: 4px;
	padding: 25px 58px 25px;
	width: 315px;
	height: 300px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	display: none;
	z-index: 1;
	background: #fff;
	margin: auto;
}
.close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -16px;
	background: url("../img/fancybox_sprite-26707107eef9cfd0359da033862dd53d.png") no-repeat -3px -3px;
}
#login_win h2 {
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	/*background:url(images/login_header.png) repeat-x; */
	margin:0;
	padding:0;
	/*border-bottom:1px solid #ccc; */
	/*cursor:move; */
}
#login_win h2 img {
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}

#login_win .login-reg-header{
	width:100%;
	height:60px;
}

#login_win .login-reg-header span {
	height:60px;
	vertical-align: bottom;
	margin-left: 10px;
	font-size: 16px;
	color: #222;
	border:1px solid;

}
#login_win .login-reg-header .text {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:15px 0;
	outline: none;
}
#login_win div.info {
	padding:10px 0 5px 0;
	text-align:center;
	color:#c94841;
}
#login_win div.user, #login_win div.pass {
	font-size: 14px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 300px;
	margin: 0 auto 14px;
}
.username-icon,.password-icon{
	float: left;
	width: 36px;
	height: 38px;
	background: url("../img/btn_and_icon-5cdb69570e8770f77196ec82d668e098.png") no-repeat -43px -18px;
}
#loginForm .password-icon{
	background-position: -43px -68px;
}
#login_win input.text {
	width: 240px;
	height: 36px;
	border: none;
	background-color: #fff;
	font-size: 14px;
	outline: none;
}
input:-webkit-autofill{
	background-color: #fff;
}
#login_win .button {
	text-align:center;
}

#login_win input.submit {
	width: 300px;
	height: 38px;
	background-color: #fa6161;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	outline: none;
	color: #fff;
	font-size: 14px;
}

#login_win input.submit:hover{
	background-color: #c94841;
}

#login_win .other {
	text-align:center;
	padding:15px 10px;
	color:#666;
}

.login-footer {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: #999;
	/*width: ;*/
	text-decoration:none;
}

.login-footer div.other-login {
	margin-top: 24px;
	min-height: 50px
}

.login-footer div.other-login a{
	margin-left: 15px;
	margin-right: 15px;
	text-decoration:none;
}


/****************注册******************/
#reg_win {
	padding: 25px 58px 25px;
	width:345px;
	height:400px;
	border-radius: 4px;
	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	display:none;
	z-index:1;
	background:#fff;
	margin: auto
}
#reg_win h2 {
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	/*background:url(images/login_header.png) repeat-x; */
	margin:0;
	padding:0;
	/*border-bottom:1px solid #ccc; */
	/*cursor:move; */
}
#reg_win h2 img {
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}

#reg_win .login-reg-header{
	width:100%;
	height:60px;
}

#reg_win .login-reg-header span {
	height:60px;
	vertical-align: bottom;
	margin-left: 10px;
	font-size: 16px;
	color: #222;
	border:1px solid;

}
#reg_win .login-reg-header .text {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:15px 0;
}
#reg_win div.info {
	padding:10px 0 5px 0;
	text-align:center;
	color: #c94841;
}
/*#regForm{
	margin:0 auto;
}*/
#reg_win div.inputInfo {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#reg_win div.pic-check {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#reg_win input.text {
	width:233px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
}

#reg_win input.half-text{
	width:80px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	padding: 0 10px;
	outline: none;
	border-radius: 4px;
}
.check-info{
	float: right;
	width: 150px;
	text-align: center;
	cursor: pointer;
	line-height: 28px;
}

#reg_win div.inputInfo a{
	color: rgb(172,149,202);
	cursor: pointer;
}

#reg_win .button {
	padding: 15px 90px;
}

#reg_win input.submit {
	width:107px;
	height:30px;
	background-color: #5cb85c;
	border-radius: 6px;
	border:none;
	cursor:pointer;
	outline: none;
	color: #fff;
	font-size: 14px;
}

#reg_win input.submit:hover{
	background-color:#449d44;
}
#reg_win .softtwon-login {
	text-align:center;
	padding:15px 10px;
	color:#666;
}
.redEn{
	color:red !important;
	padding: 3px;
}
.login-reg-a{
	color: rgb(172,149,202);
	cursor: pointer;
}
.login-reg-a:hover{
	color: rgb(0,85,128);
}

.redborder{
	border-color: red;
}

.disabledA{
	color: gray;
	opacity: 0.5;
}

/****************找回密码******************/
#fpass_win {
	width:350px;
	height:320px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	display: none;
	z-index: 1;
	background: #fff;
	margin: auto;
	border-radius: 4px;
	padding: 25px 58px 25px;
}
#fpass_win h2 {
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	/*background:url(images/login_header.png) repeat-x; */
	margin:0;
	padding:0;
	/*border-bottom:1px solid #ccc; */
	/*cursor:move; */
}
#fpass_win h2 img {
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}

#fpass_win .login-reg-header{
	width:100%;
	height:60px;
}

#fpass_win .login-reg-header span {
	height:60px;
	vertical-align: bottom;
	margin-left: 10px;
	font-size: 16px;
	color: #222;
	border:1px solid;

}
#fpass_win .login-reg-header .text {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:15px 0;
}
#fpass_win div.info {
	padding:10px 0 5px 0;
	text-align:center;
	color:#c94841;
}

#fpass_win div.inputInfo {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#fpass_win div.pic-check {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#fpass_win input.text {
	width:230px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	outline: none;
	border-radius: 4px;
	padding: 0 10px;
}

#fpass_win input.half-text{
	width:80px;
	padding: 0 10px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	outline: none;
	border-radius: 4px;
}

#fpass_win div.inputInfo a{
	color: rgb(172,149,202);

}
.disc-title{
	display: inline-block;
	width: 73px;
}
#fpass_win .button {
	padding: 15px 0 15px 90px;
}

#fpass_win input.submit {
	width:100px;
	height:30px;
	background-color: #5cb85c;
	border-radius: 6px;
	border:none;
	cursor:pointer;
	outline: none;
	color: #fff;
	font-size: 15px;
}

#fpass_win input.submit:hover{
	background-color: #449d44;
}
/****************绑定手机******************/
#bindPhone_win {
	width:350px;
	height:250px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	display: none;
	z-index: 1;
	background: #fff;
	margin: auto;
	border-radius: 4px;
	padding: 25px 58px 25px;
}
#bindPhone_win h2 {
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	/*background:url(images/login_header.png) repeat-x; */
	margin:0;
	padding:0;
	/*border-bottom:1px solid #ccc; */
	/*cursor:move; */
}
#bindPhone_win h2 img {
	float:right;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}

#bindPhone_win .login-reg-header{
	width:100%;
	height:60px;
}

#bindPhone_win .login-reg-header span {
	height:60px;
	vertical-align: bottom;
	margin-left: 10px;
	font-size: 16px;
	color: #222;
	border:1px solid;

}
#bindPhone_win .login-reg-header .text {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:15px 0;
}
#bindPhone_win div.info {
	padding:10px 0 5px 0;
	text-align:center;
	color:#c94841;
}

#bindPhone_win div.inputInfo {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#bindPhone_win div.pic-check {
	font-size:14px;
	color:#666;
	padding:5px 0;
}

#bindPhone_win input.text {
	width:230px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	outline: none;
	border-radius: 4px;
	padding: 0 10px;
}

#bindPhone_win input.half-text{
	width:80px;
	padding: 0 10px;
	height:25px;
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	outline: none;
	border-radius: 4px;
}

#bindPhone_win div.inputInfo a{
	color: rgb(172,149,202);

}
.disc-title{
	display: inline-block;
	width: 73px;
}
#bindPhone_win .button {
	padding: 15px 0 15px 90px;
}

#bindPhone_win input.submit {
	width:100px;
	height:30px;
	background-color: #5cb85c;
	border-radius: 6px;
	border:none;
	cursor:pointer;
	outline: none;
	color: #fff;
	font-size: 15px;
}

#bindPhone_win input.submit:hover{
	background-color: #449d44;
}

@media (max-width: 1920px) {
	header .nav-div{
		float: left;
		height: 60px;
		width: 500px;
		margin-top:0px;
		margin-bottom: 0px;
		top: 0;
		margin-left: 50px;
	}
}

@media (max-width: 767px) {
	header .nav-div {
		width: auto;
		margin-right: 50px;
	}
}
@media (max-width: 500px) {
	header .nav-div{
		width: auto;
		margin-right: 50px;
	}
}
@media (max-width: 400px) {
	header .nav-div{
		width: auto;
		margin-right: 50px;
	}
}

