@charset "utf-8";

body,div,ol,ul,li,p,input,textarea,form,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,select,table,tr,td,fieldset,legend,table,tr,td,th {margin:0; padding:0;}
body { font-size:12px; font-family:"宋体"; background-color:#fafafa;}
ul { list-style:none;}
a { text-decoration:none;}
img { border:none;}


/*****************滚动条****************************/
::-webkit-scrollbar {
	/*滚动条整体部分*/
	width: 12px;

}
::-webkit-scrollbar-thumb {
	/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
	background-color: #aaa;
}
::-webkit-scrollbar-track {
	/*滚动条的轨道（里面装有Thumb）*/
	background-color: #ccc;
}

::-webkit-scrollbar:horizontal {
	/*滚动条整体部分*/
	height: 12px;
}
::-webkit-scrollbar-thumb:horizontal {
	/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
	background-color: #aaa;
}
::-webkit-scrollbar-track:horizontal {
	/*滚动条的轨道（里面装有Thumb）*/
	background-color: #ccc;
}



/*去掉webkit内核浏览器表单记住密码后的黄色*/
input:-webkit-autofill {
  background-color: #000;
  background-image: none;
  color: #333;
}
input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease- in -out 0s;
}



/*.topWrapper {
	width: 100%;
	background-color: #f1f1f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.topWrapper .top {
	font-family: "宋体";
	font-size: 12px;
	line-height: 32px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	color: #666666;
}
.topWrapper .top a {
	color: #666666;
	text-decoration: none;
}*/

.head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
.headWrapper {
	background-color: #FFFFFF;
}

/*.head .logo {
	margin-top: 20px;
	float: left;
}
.head .tel {
	float: right;
	margin-top: 25px;
}*/
.bannerWrapper {
	width: 100%;
}
.scroll ul {
}
.scroll ul li {
	height: 490px;
	width: 100%;
	position: absolute;
}

.bannerWrapper .banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 490px;
	position: relative;
}
.index_s {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0px;
}

.index_s ul {


}
.index_s ul li {
	height: 8px;
	width: 8px;
	background-color: #1864b1;
	margin-right: 6px;
	border-radius:10px;
	cursor:pointer;
	float: left;
}
.index_s ul li.i_current {
	background-color:#f0ad1c;
}
/*提示样式*/
.login_tips{line-height:22px; background:#FFFFCC; border:#CC3300 2px solid; padding:10px 10px; color:#000000; font-size:14px;}


.loginBox {
	width: 360px;
	background-color: #f8f8f8;
	position: absolute;
	right: 0px;
	top: 60px;
	padding-bottom: 30px;
}

.loginBox h3 {
	font-family: "微软雅黑";
	font-weight: normal;
	color: #333333;
	line-height: 48px;
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	text-indent: 18px;
	font-size: 16px;
}
.loginBox form {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	position: relative;
}
.loginBox form input[type='text'] , .loginBox form input[type='password'] {
	width: 273px;
	height: 34px;
	border: 1px solid #dbdbdb;
	margin-bottom: 12px;
	padding-left:36px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
	outline: none;
}
.loginBox form input[name='domain'] {
	background-image: url(../images/login/domainIcon.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.loginBox form input[name='login_name'] {
	background-image: url(../images/login/userIcon.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.loginBox form input[name='login_pw'] {
	background-image: url(../images/login/passwordIcon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.loginBox form input[name='code'] {
	background-image: url(../images/login/codeIcon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.loginBox .codeImg {
	position: absolute;
	right:-1px;
	top: 145px;
}
/*.loginBox form input[name='send_sms'] {
	position: absolute;
	right: -1px;
	top: 193px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
}
.loginBox form input[name='send_email'] {
	position: absolute;
	right: -1px;
	top: 231px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
}*/
.loginBox .current {
	background-color:#fff8e1;
}

.loginBox form input[type='submit'] {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 44px;
	background-color: #f07e19;
	font-size: 16px;
	line-height: 44px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-weight: bold;
	margin-top: 12px;
	cursor:pointer;
	outline: none;
}
.loginBox form input[type='submit']:hover {
	background-color:#f06f19;
}
.foot {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	color: #999999;
}
.foot p.copyright {
	float: left;
}
.foot p.subFootNav {
	float: right;
}
.foot p.subFootNav a {
	color: #999999;
}
