* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  	min-width: 1060px;
  	margin: 0;
  	padding: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #37b0e9;*/
  color: #63c3eb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #37b0e9;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.index-bg{
	height: 100%;
	width: 100%;
	background: url(../img/index-bg.jpg) center no-repeat;
	background-size: cover;
}
.box-top{
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
}
.top-layer{
		width: 100%;
		height: 100%;
		background: #000;
	opacity: .61;
	position: absolute;
	left: 0;
	top: 0;
}
.top-ct-box{
	position:relative;
	width: 100%;
	height: 40px;
}
.top-ct-box .left-ct{
	width: 100%;
	color: #dad3d9;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 360px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.top-ct-box .right-ct{
	width: 400px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
}
.index-icon{
	background:url(../img/index-icon.png) no-repeat;
	display: inline-block;
}
.top-icon{
	width: 28px;
	height: 28px;
	background-position: -82px -145px;
	position: relative;
	top: 7px;
	position: absolute;
	left: 25px;
}
.right-ct a{
	border: 2px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;
	padding: 2px 10px;
	margin-right: 5px;
}
.box-btm{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: #fff;
	font-size: 14px;
}
.btm-layer{
		width: 100%;
		height: 100%;
		background: #000;
	opacity: .61;
	position: absolute;
	left: 0;
	top: 0;
}
.btm-ct-box{
	position:relative;
}
.btm-ct-box span{
	margin: 0 15px 0 30px;
	position: relative;
	top: -7px;
}
.btm-ct-box a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: -20px -210px;
}
.box-ct{
		width: 1060px;
		height: 460px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
.box-ct h1{
	width: 350px;
	height: 70px;
	margin: 0 auto 25px;
	background-position: -65px -192px;
	display: block;
}
.input-box-top{
	width: 708px;
	height: 48px;
	margin: auto;
	position: relative;
}
.input-box-top input{
	float: left;
	width: 598px;
		height: 48px;
	outline: none;
	border: 0;
	padding-left: 15px;
	color: #010101;
	font-size: 20px;
}
.btn-box{
	float: left;
	width: 110px;
		height: 48px;
		position: relative;
}
.btn-box div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .3;

}
.btn-box button{
	position: relative;
	width: 100%;
	height: 100%;
	outline: none;
	border: 0;
	background: transparent;
	font-size: 18px;
	color: #fffbfe;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}
.btn-box-btm{
	text-align: center;
	height: 105px;
	width: 100%;
	padding-top: 25px;
}
.visibility{
	visibility: hidden;
}
.btn-box-btm .btn-box{
	width: 126px;
	height: 35px;
	border-radius: 8px;
	overflow: hidden;
	float: initial;
	display: inline-block;
	margin: 0 15px;
}
.btn-box-btm .btn-box div{
	opacity: 0;
}
.btn-box-btm .btn-box:hover div{
	opacity: .4;
}
.btn-box-btm .btn-box button{
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
}
.ct-btm-box{
	width: 1060px;
	height: 220px;
	margin: auto;
	position:relative;
}
.layer-box{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .16;
}
.nav-box{
	width: 330px;
	height: 42px;
	position: relative;
}
.nav-box ul{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 10px;
}
.nav-box ul li{
	float: left;
	width: 110px;
	text-align: center;
	height: 22px;
	border-right: 1px solid #dadce3;
	font-size: 16px;
	color: #545557;
	font-weight: bold;
	cursor: pointer;
}
.nav-box ul li.active{
	color: #0c483f;
}
.nav-box ul li:nth-child(3){
	border: 0;
}
.box-ct1{
	padding: 45px 0 0 0;
	text-align: center;
}
.box-ct1 a{
	width: 96px;
	height: 40px;
	display: inline-block;
	background: url(../img/index-icon.png) no-repeat;
	margin-right: 15px;
}
.box-ct1 a:nth-child(1){background-position: -257px -1px;}
.box-ct1 a:nth-child(2){background-position: -134px -138px;}
.box-ct1 a:nth-child(3){background-position: -257px -145px;}
.box-ct1 a:nth-child(4){background-position: -134px -78px;}
.box-ct1 a:nth-child(5){background-position: -2px -78px;}
.box-ct1 a:nth-child(6){background-position: -257px -78px;}
.box-ct1 a:nth-child(7){background-position: -2px -1px;}
.box-ct1 a:nth-child(8){background-position: -134px -1px;}
.box-ct1 a:nth-child(9){background-position: -376px -79px;}


.display-none{
	display: none;
}
.box-ct2{
	position: relative;
	padding: 25px 30px;
}
.box-ct2 a{
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}
.box-ct3{
	padding: 25px 30px;
}
.box-ct3 p{
	color: black;
	line-height: 32px;
	margin: 0;
	font-size: 16px;
}

.out-alert{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.out-alert .layer-box{
	background: #000;
	opacity: .85;
}
.in-alert{
	width: 558px;
	height: 320px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.in-alert-small{
	height: 220px;
}
.in-alert .layer-box{
	opacity: .41;
	background: #fff;
	border-radius: 5px;
}
.alert-ct{
	/*height: 336px;*/
	width: 100%;
}
.alert-close{
	width: 30px;
	height: 30px;
	background-position: -380px -3px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.alert-ct{
	padding-top: 30px;
	width: 100%;
}
.alert-ct h2{
	font-size:30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.input-box{
	width:500px;
	height: 124px;
	background: #fff;
	border-radius: 5px;
	margin: 20px auto 0;
	position: relative;
}
.input-box div{
	height: 62px;
	width: 100%;
}
.input-box div:nth-child(1){
	border-bottom: 1px solid #bfbfbf;
}
.input-box label{
	width: 120px;
	display: inline-block;
	text-align: center;
	line-height: 62px;
	font-size: 20px;
	color: #010101;
	font-weight: bold;
}
.input-box input{
	width: 350px;
	height: 30px;
	color: #010101;
	border: 0;
	outline: none;
	font-size: 20px;
}
.alert-ct button{
	width: 116px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border: 2px solid #fff;
	float: right;
	position: relative;
	margin: 30px 0 30px 15px ;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	margin-left: 15px;
}

.text-right{
	text-align: right;
	padding-right: 30px;
}
.text-right p{
	float: left;
	font-size: 16px;
	color: #fefefe;
	padding-left: 35px;
	padding-top: 15px;
}
.text-right i{
	width: 30px;
	height: 25px;
	background-position: -15px -145px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.alert-ct3 .text-right p{
	margin:0 0 60px;
}
.login-icon{
	
}
.error{
	position: absolute;
	bottom: -23px;
	color: #ff6138;
	left: 14px;
	margin: 0;
	padding-left: 22px;
	background-position: -8px -54px;
}
button[disabled]{
	opacity: .5;
	cursor: not-allowed;
}
