/********登录页**********/

#login-header {
	height: 80px;
	line-height: 80px;
	position: absolute;
	top: 20px;
	z-index: 10;
	left: 30px;
}

#login-header span {
	font-size: 30px;
	color: #348ed6;
}

#login-header img {
	/* margin-top: 28px; */
	float: left;
	/* margin-right: 3px; */
}

.login-wrap {
	width: 100%;
	position: relative;
}

.login-bg {
	background: url(../../images/userlogin/OA_login_bg.jpg) no-repeat center;
	background-color: #143e5f;
	background-size: cover;
	height: 700px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#login-content-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 700px;
	z-index: 9;
}

#login-content {
	position: absolute;
	top: 150px;
	right: 70px;
	background: #f5f6f8;
}

.content {
	width: 300px;
	height: 330px;
	/*background: #fff;*/
	/*overflow: hidden;*/
	padding: 0 30px;
	opacity: 0.95;
    position:relative;
}

.header {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.header h3 {
	color: #666;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 12px;
}

.headTxt {
	position: absolute;
	right: 50px;
	top: 16px;
	background: url(../../images/userlogin/slicing_web_medical_supplies_login_tip.png) no-repeat;
	width: 90px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	color: #ff8400;
}

.header img {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.header a {
	position: absolute;
	right: -12px;
	top: -2px;
}

.input {
	height: 36px;
	border: 1px solid #DADBDF;
	line-height: 38px;
	margin-top: 16px;
	position: relative;
	background: #fff;
}

.input img {
	margin: 10px 9px 9px 9px;
}

.input input {
	width: 265px;
	height: 36px;
	line-height: 36px;
	font-family: "微软雅黑";
	border: 0 none;
	outline: none;
	font-size: 14px;
	background-color: #FFFFFF;
}

.input .test {
	width: 175px;
	height: 36px;
	position: absolute;
	top: 0px;
}

#testCode {
	height: 36px;
	line-height: 38px;
	text-align: center;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

#testCode a {
	display: block;
	height: 36px;
}

#testCode a img {
	margin: 0px !important;
	height: 36px;
}


/*.psw {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
.psw label {
	color: #999;
	position: relative;
}

.psw label input {
	position: absolute;
	top: 12px;
	left: 2px;
	*top: 8px;
}

.psw label span {
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	color: #333333;
}*/

.login-btn {
	overflow: hidden;
	margin-top: 25px;
}

.login-btn input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.login-btn .login-btn-reset {
	background: #14d2ae;
}

.login-btn .login-btn-enter {
	background: #1C83D2;
	font-family: "微软雅黑";
	cursor: pointer;
}

.register {
	margin-top: 15px;
	clear: both;
}

.register a.reg {
	display: inline-block;
	color: #0091FF;
	float: left;
}

.register a.search {
	display: inline-block;
	color: #0091FF;
	float: right;
}

.sidecode {
	position: fixed;
	top: 50%;
	margin-top: -53px;
	right: 10px;
}

.qrcode .header h3 {}

.qrcode .register .findpwd {
	color: #333333;
}


/*.qcode {
	height: 247px;
	margin-top: 15px;
}

.qcode img.qr {
	margin: 0px auto;
	display: block;
	padding-top: 35px;
}

.qcode div {
	width: 135px;
	margin: 0px auto;
	padding-top: 15px;
}

.hzapp {
	color: #FD5821;
	font-size: 15px;
}

.qcode div img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}*/

.foot p {
	color: #A5A5A5;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	padding-bottom: 10px;
}

#login-content .input select {
	width: 265px;
	height: 35px;
	line-height: 35px;
	border: 0 none;
	outline: none;
	font-size: 14px;
	background-color: #FFFFFF;
}

.select {
	position: relative;
	width: 296px;
	min-width: 290px;
	height: 36px;
	border: 1px solid #eee;
	cursor: pointer;
}

.select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.select .select_text {
	padding: 0 20px 0 10px;
	height: 36px;
	line-height: 35px;
	color: #707579;
}

.select_ul {
	display: none;
	position: absolute;
	top: 34px;
	left: -1px;
	width: 296px;
	min-width: 290px;
	border: 1px solid #D4D4D4;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #707579;
	overflow-y: auto;
	max-height: 200px;
}

.select_ul li {
	line-height: 36px;
	text-indent: 10px;
}

.select_ul li:hover {
	color: #fff;
	background: #6AA7EA;
}

.select_ul li.cur {
	color: #fff;
	background: #195DA3;
}

.wpwd {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.wpwd a {
	color: #0091FF;
	float: right;
}


/*首页*/

html {
	/*overflow: hidden;*/
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0
}

.indexHeader {
	height: 200px;
	overflow: hidden;
	background: url(../../images/userlogin/home_top_bg.jpg) no-repeat;
}

.indexBox {
	width: 1000px;
	margin: 0px auto;
	height: 200px;
	overflow: hidden;
}

.indexBox ul li {
	float: left;
	color: #FFFFFF;
}

.indexBox div.leftLogo {
	float: left;
	margin-top: 20px;
}

.indexBox ul {
	float: right;
	margin-top: 20px;
}

.indexBox ul li img {
	vertical-align: sub;
	margin-right: 5px;
}

.indexBox ul li {
	margin-right: 15px;
}

.searchDiv {
	width: 502px;
	background-color: #FFFFFF;
	height: 41px;
	line-height: 41px;
	border-radius: 45px;
	margin: 85px auto 0px auto;
}

.searchDiv input {
	width: 435px;
	border: 0px;
	margin-left: 18px;
	height: 34px;
	outline: none
}

.searchDiv a img {
	vertical-align: middle;
}

.indexBox p {
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	padding-top: 18px;
}

.indexFoot {
	background-color: #333333;
	text-align: center;
	padding: 22px 0px 20px 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.indexFoot p {
	color: #9A9A9A;
	font-size: 12px;
	line-height: 25px;
}

.indexMain {
	width: 660px;
	margin: 0px auto 0px auto;
}

.indexMain ul {
	overflow: hidden;
}

.indexMain ul li {
	float: left;
	width: 220px;
}

.indexMain ul li a p {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

.indexMain ul li a div {
	border-radius: 66px;
	width: 115px;
	height: 115px;
	overflow: hidden;
	margin: 0px auto;
}

.cgxmgl {
	background-color: #DAF1FF;
}

.tjjhb {
	background-color: #FFF6C5;
}

.yysqgl {
	background-color: #DAF1FF;
}

.xxgl {
	background-color: #F5DAFD;
}

.bbhz {
	background-color: #B8FEBF;
}

.zyyjgl {
	background-color: #F9E7D3;
}

.indexMain ul li a div img {
	display: block;
	margin: 0px auto;
	padding-top: 28px;
}

.lim {
	margin-bottom: 50px;
}

.client {
	margin: 0px auto;
	width: 460px;
	overflow: hidden;
	padding: 30px 0px 20px 0px;
}

.client li {
	float: left;
	margin-right: 120px;
}

.qrbox {
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	width: 120px;
	padding-top: 20px;
}

.qrbox img{
	float: left;
	margin-top: 5px;
	margin-right: 8px;
}

.qrbox div {
	width: 120px;
	text-align: left;
}

.qrbox div span{
	color:#FF4204;
}
