html {
	font: 15px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
input {
	outline: none;
	padding: 0;
	margin: 0;
}
button {
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}
p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

::-webkit-input-placeholder {

  /* WebKit browsers */

  color: #cccccc;
 font-size: 18px;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */

  color: #cccccc;
 font-size: 18px;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */

  color: #cccccc;
 font-size: 18px;
}

:-ms-input-placeholder {

  /* Internet Explorer 10+ */

  color: #cccccc;
 font-size: 18px;
}
ul li {
	list-style: none;
}
.hide {
	display: none !important;
}
.right {
	float: right;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px #0CC;
	-moz-box-shadow: 0 0 10px #0CC;
	box-shadow: 0 0 10px #0CC;
}
/* .main { */
/* 	min-width: 1200px; */
/* 	margin-top: 100px; */
/* } */

.web_bg{background-image:url(../img/loginimg.jpg); 
 position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;}

.web_bg2{background-image:url(../img/loginimg2.png);
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	min-width: 1000px;
	z-index:-10;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;}

.web_bg3{background-image:url(../img/loginimg3.png);
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	min-width: 1000px;
	z-index:-10;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;}

.box .content {
	width: 100%;
	height:100%;
   position:relative;
	margin: 0 auto;
}
.box .content h2{color:#fff;text-align:center;font-style:normal;margin-top: 8%;letter-spacing:6px;font-size:36px;}
.box .content h2 i{display:inline-block;*display:lnline;width:4%;height:1px;background:#fff;vertical-align:middle;margin-left:5px;margin-right:10px;}
.header-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	background: #ffffff;
	z-index: 20;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
header {
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background: #ffffff;
}
header a {
	font-size: 18px;
	color: #666666;
	height: 100px;
	line-height: 100px;
	padding: 0 17px;
	text-decoration: none;
}
header ul{
	width:1300px;
	margin:0 auto;
}
header .logo {
	padding-right: 10px;
	    float: left;
}
header .xcy {
	float:right
}
header ul {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	height: 100px;
	line-height: 100px;
}
header ul li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
}
header ul li.active a {
	color: #FE7C31;
}
header ul li a:hover {
	color: #FE7C31;
}
header ul li img {
	vertical-align: middle;
}
header .login {
	width: 66px;
	height: 25px;
	line-height: 25px;
	border-radius: 12px;
	color: #666666;
	background: #f8f8f8;
	border: none;
	margin-right: 20px;
}
header .try {
	width: 130px;
	height: 30px;
	line-height: 30px;
	border: none;
	border-radius: 15px;
	text-align: center;
	background: linear-gradient(to right, #ff902c, #ff611f);
	color: #ffffff;
	font-size: 16px;
}

.footer{
	width:100%;
	margin:0 auto;
	display:none
}
.footer .footer_view{
	width:1200px;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
	font-size:16px;
	letter-spacing:2px
}