/*@charset "utf-8";*/
/* CSS Document */
.banner {
	width: 100%;
	height: 480px;
	/* 	min-width: 990px; */
	background: url(../images/banner.jpg) no-repeat top center;
	background-position: 40%;
	background-size: cover;
}

/*--------登陆框---------*/
.login_op {
	width: 300px;
	height: 375px;
	background: #fff;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	top: 80px;
	right: 0;
	display: inline-block;
}

.login {
	width: 240px;
	padding: 5px 30px;
	height: 270px;
	top: 80px;
	right: 0;
	z-index: 2;
}

@media ( max-width : 990px) {
	.banner {
		height: 340px;
		background-position: 47%;
	}
	.login_op {
		height: 340px;
	}
	.login, .login_op {
		top: 0px;
	}
	
	.login h3 {
    padding-top: 0px !important;
}
}

@media ( max-width : 768px) {
	.banner {
		margin-bottom: 22rem;
		height: auto; /* Remove the fixed height */
		padding-top: 56.25%; /* 16:9 aspect ratio */
		background-size: contain; /* Change to 'contain' to preserve aspect ratio */
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/banner.png);
	}
	.login, .login_op {
		top: 80px;
		width: 90%;
		top: 10px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.login li input[type="text"], .login li input[type="password"] {
		width: calc(100% - 37px) !important;
	}	
	#csiFundingBtn, #filmFundingBtn {
		display: none !important;
	}
	#csiFundingContentBox, #filmFundingContentBox{
		display: unset !important;
	}
}

.login h3 {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px #d0d1d1 solid;
	padding-top: 13px;
}

.login ul {
	padding: 15px 0 6px 0;
	display: inline-block;
	width: 100%;
}

.login li {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}

.login li a {
	text-decoration: underline;
}

.login li input[type="text"], .login li input[type="password"] {
	width: 204px;
	height: 23px;
	border: 1px #d0d1d1 solid;
	padding: 5px;
	padding-left: 30px;
	line-height: 23px;
	font-size: 14px;
	color: #aaaaaa;
}

.login_btn {
	width: 100%;
	border: none;
	height: 35px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../images/lgbtbg.gif);
	cursor: pointer;
	text-align: center;
	margin-top: 3px;
	outline: none;
}

.login img {
	margin-right: 6px;
	vertical-align: bottom;
}

.login_ky {
	height: 20px;
	display: block;
	width: 100%;
}

.login_ky a {
	color: #226fbe;
}

.login li input, .login li span {
	vertical-align: middle;
}

.login li .password_bg {
	background: url(../images/password_bg.png) no-repeat 7px center #fff;
	vertical-align: middle;
}

.login li .admin_bg {
	background: url(../images/admin_bg.png) no-repeat 7px center #fff;
	vertical-align: middle;
}

.login li input.yzm_input {
	width: 110px;
	padding-left: 10px;
	float: left;
}

.error_tip {
	color: #F00;
}

.yzm_pic {
	width: 100px;
	display: inline-block;
	height: 35px;
	float: right;
}

.yzm_pic  img {
	width: 100px;
	height: 35px;
	float: right;
	margin: 0px;
}

/*-----------资助计划-------------*/
.f_type {
	width: 100%;
	height: auto;
	margin-top: 40px;
	position: relative;
}

.f_type h2 {
	display: inline-block;
	padding: 0 20px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: 2px solid #2265b8;
	border-bottom: none;
	position: relative;
	z-index: 2;
}

.f_type_off {
	background: none !important;
	border-top: 1px solid #e1e1e1 !important;
}

.f_type_cont {
	width: 99%;
	border: 1px solid #e1e1e1;
	padding: 25px 20px;
	margin-top: -1px;
}

@media ( max-width : 990px) {
	.f_type_cont {
	padding: unset;
}
}

.sch_tab {
	font-size: 14px;
}

.sch_tab th {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	background: #f3f3f3;
	color: #666666;
	padding: 0px 20px;
}

.sch_tab td {
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #cccccc;
	padding: 10px 15px;
}

.sch_tab .t_tr td {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	background: #f3f3f3;
	border-bottom: none;
	color: #666666;
	padding: 0px 20px;
}

.sch_tab tr {
	height: 0px;
}

.dot4 {
	width: 4px;
	height: 4px;
	background: #226fbe;
	display: inline-block;
	margin: 0 8px 0 5px;
	vertical-align: middle;
}

/*服务推荐*/
.re_service {
	
}

.re_service li {
	float: left;
	width: 175px;
	margin-left: 19px;
	position: relative;
	height: 230px;
	overflow: hidden;
}

.re_service li h3 {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.re_service li .ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 175px;
}

.re_service li p {
	line-height: 18px;
}

.re_service li .price {
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: #ff6633;
	font-weight: bold;
}

.content_left {
	border-right: 1px solid #e6e6e6;
	width: 360px;
	padding: 15px 0px 15px 20px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
} /*内容left*/
.content_left h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.content_middle {
	float: left;
	padding-top: 15px;
	width: 340px;
	overflow: hidden;
}

.news_box h3, .newb3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.news_box .none_list, .new3b .none_list {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news_box ul {
	height: 145px;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.news_box ul li, .newb3 li {
	line-height: 24px;
}

.news_box ul li span, .newb3 li span {
	float: right;
	color: #999999;
}

.news_box ul li a, .newb3 li a {
	width: 290px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	color: #333
}

.news_box ul li a:hover, .newb3 li a:hover {
	color: #005bac;
}

.newb3 {
	margin-left: 20px;
}

.newb3 ul {
	border-bottom: none;
}

.newb3 a {
	font-size: 12px;
}

.newb3 h3 {
	line-height: 30px;
}

.newb3 h3 a {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-right: 10px;
}

.content_right {
	float: right;
	width: 227px;
	overflow: hidden;
	border-left: 1px #e6e6e6 solid;
}

.zwjd_list01 {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	float: left;
	width: 150px;
	height: 150px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.zwjd_list02 {
	padding-left: 20px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	float: left;
	width: 150px;
	height: 150px;
}

.zwjd_list03 {
	padding-top: 20px;
	border-right: 1px solid #f5f5f5;
	padding-right: 20px;
	float: left;
	width: 150px;
	height: 150px;
}

.zwjd_list04 {
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	width: 150px;
	height: 150px;
}

.zwjd_list05 {
	float: left;
	width: 150px;
	height: 155px;
	padding-right: 20px;
	overflow: hidden;
}

.zwjd_list06 {
	float: left;
	width: 150px;
	height: 155px;
	margin-left: 20px;
	overflow: hidden;
}

.zwjd_list01 p, .zwjd_list02 p, .zwjd_list03 p, .zwjd_list04 p, .zwjd_list05 p, .zwjd_list06 p {
	line-height: 19px;
	padding-top: 5px;
	height: 35px;
	overflow: hidden;
}

.xmsb_box h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.xmsb_box ul li {
	line-height: 25px;
	width: 340px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/**/
.height01 {
	height: 370px;
}

.height02 {
	height: 182px;
}

/*内容框架*/
.home_con {
	width: 990px;
	margin: 0 auto;
}

.home_con h1, .w990 h1 {
	color: #333;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-bottom: 5px;
}

.home_con h1 span, .w990 h1 span {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #666;
}

.home_con .h_c_box {
	border-top: 2px solid #226fbe;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0 0 0;
	margin-top: 5px;
	overflow: hidden;
}

.home_lst li {
	margin-bottom: 0px;
}

/*0521 home add*/
.home_cenl {
	width: 214px;
	overflow: hidden;
	border-right: 1px #e6e6e6 solid;
}

.home_cenl .yun {
	width: 100%;
	overflow: hidden;
}

.home_cenl .yun img {
	width: 100%;
	height: 188px;
}

.home_cenr {
	width: 733px;
}

.home_lst th {
	font-size: 12px;
	color: #999;
	border-bottom: 1px #ccc solid;
	padding: 7px 0;
}

.home_lst td {
	font-size: 14px;
	border-bottom: 1px #ccc dotted;
	padding: 10px 0;
/*	*padding: 9px 0 10px;*/
	line-height: 100%;
}

.dot4 {
	width: 4px;
	height: 4px;
	background: #226fbe;
	display: inline-block;
	margin: 0 8px 0 5px;
	vertical-align: middle;
}

/*承担单位*/
.corp_ban1 {
	width: 100%;
	height: 280px;
	background: url(../images/corp_ban1.jpg) no-repeat top center #cbdfee;
}

.corp_ban1w {
	width: 990px;
	margin: 0 auto;
	padding-top: 182px;
}

.corp_ban1 .but {
	height: 48px;
	font: 22px/40px "微软雅黑";
	min-width: 210px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border: 1px #578925 solid;
	border-radius: 5px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#669933, endColorStr=#5f902f); /*IE 6 7 8*/
	background: linear-gradient(top, #669933, #5f902f);
	/*background: -ms-linear-gradient(top, #669933, #5f902f); !* IE 10 *!
	background: -moz-linear-gradient(top, #669933, #5f902f); !*火狐*!
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#669933), to(#5f902f)); !*谷歌*!
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#669933), to(#5f902f)); !* Safari 4-5, Chrome 1-9*!
	background: -webkit-linear-gradient(top, #669933, #5f902f); !*Safari5.1 Chrome 10+*!
	background: -o-linear-gradient(top, #669933, #5f902f); *//*Opera 11.10+*/
}

*html .corp_ban1 .but {
	background: #669933;
}

*+html .corp_ban1 .but {
	border: 1px #578925 solid;
	background: #669933;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#669933, endColorStr=#5f902f); /*IE 6 7 8*/
}

.corp_ban1 .but:hover {
	transition: border-color 0.2s;
	transition: background-color 1s;
	border: 1px #3f6619 solid;
	border: 1px #3f6619 solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#5b8b2b, endColorStr=#4d7a20); /*IE 6 7 8*/
	background: linear-gradient(top, #5b8b2b, #4d7a20);
	/*background: -ms-linear-gradient(top, #5b8b2b, #4d7a20); !* IE 10 *!
	background: -moz-linear-gradient(top, #5b8b2b, #4d7a20); !*火狐*!
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b8b2b), to(#4d7a20)); !*谷歌*!
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b8b2b), to(#4d7a20)); !* Safari 4-5, Chrome 1-9*!
	background: -webkit-linear-gradient(top, #5b8b2b, #4d7a20); !*Safari5.1 Chrome 10+*!
	background: -o-linear-gradient(top, #5b8b2b, #4d7a20); *//*Opera 11.10+*/
}

*+html .corp_ban1 .but:hover {
	border: 1px #3f6619 solid;
	background: #5f902f;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#669933, endColorStr=#5f902f); /*IE 6 7 8*/
}
/*资助机构*/
.corp_ban2 {
	width: 100%;
	height: 280px;
	background: url(../images/corp_ban2.jpg) no-repeat top center #d5dcf6;
}

.corp_sech {
	width: auto;
	float: right;
}

.crop_sech_cont {
	width: 300px;
	border: 1px #e2e2e2 solid;
	background: #fff;
	display: inline-block;
	float: left;
}

.corp_sech input[type="text"] {
	font-size: 12px;
	border: none;
	color: #999;
	width: 274px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	float: left;
}

.corp_sech input[type="button"] {
	float: left;
}

.crop_sech_cont .s_i_img {
	background: url(../images/top_ico.png) no-repeat -258px -16px;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

/*云平台-项目负责人-个人信息*/
.mycloud {
	width: 100%
}

.mycloud .pic {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	padding-top: 20px;
}

.mycloud .pic h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #666;
}

.mycloud .pic img {
	width: 120px;
	height: 120px;
}

.mycloud .pic input {
	width: 120px;
}

.mycloud .lst {
	margin-left: 40px;
}

.mycloud .reg_lst label {
	width: 120px;
}

.mycloud .explain {
	padding-left: 120px;
}

.mycloud .tabbut {
	text-align: left;
}

/*云平台-承担单位-待审核的人员*/
.rog_hpic {
	padding: 10px 36px;
	overflow: hidden;
}

.rog_hpic li {
	width: 100px;
	height: auto;
	font-size: 14px;
	color: #333;
	float: left;
	display: inline;
}

.rog_hpic li+li {
	margin-left: 36px;
}

.rog_hpic li img {
	width: 100px;
	height: 100px;
}

.rog_hpic p {
	display: block;
	text-align: center;
}

.member_pic {
	width: 100px;
	height: 100px;
	position: relative;
}

.member_pic .lucency {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity = 18);
	-moz-opacity: 0.18;
	opacity: 0.18;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.rog_hpic a:hover .lucency {
	background: #000;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	display: inline-block;
}

.rog_hpic a p.member_name {
	width: 100%;
	height: 32px;
	color: #333333;
	text-decoration: none;
	margin-top: 8px;
	line-height: 16px;
	overflow: hidden;
}

.rog_hpic a:hover p.member_name {
	color: #005BAC;
	text-decoration: none;
}
/*内容区标题*/
.rol_maintitle {
	font-weight: bold;
	font-size: 14px;
}

/*单位列表2*/
.cen_lst2 {
	width: 990px;
	overflow: hidden;
}

.cen_lst2 ul {
	width: 1103px;
	margin-left: -23px;
}

.cen_lst2 li {
	width: 230px;
	float: left;
	margin: 20px 0 0px 23px;
	border-bottom: 1px #e9e9e9 solid;
}

.cen_lst2 li .gray_unit {
	display: none;
}

.cen_lst2 li:hover .gray_unit {
	display: inline-block;
}

.cen_lst2 a {
	width: 100%;
	height: 100%;
}

.cen_lst2 .pic {
	width: 230px;
	height: 120px;
	position: relative;
}

.cen_lst2 .lucency {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity = 18);
	-moz-opacity: 0.18;
	opacity: 0.18;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.cen_lst2 a:hover .lucency {
	background: #000;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	display: inline-block;
}

.cen_lst2 .pic img {
	width: 230px;
	height: 120px;
}

.cen_lst2 .logo {
	width: 50px;
	height: 50px;
	font: 20px/50px "微软雅黑";
	z-index: 9;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll !important; /*实现FF背景透明，文字不透明*/
	background: #fff;
	filter: Alpha(opacity = 90); /*实现IE背景透明*/
}

.cen_lst2 .logo p {
	position: relative;
}

.cen_lst2 .logo img {
	width: 50px;
	height: 50px;
}

.cen_lst2 dl, .cen_lst2 .join {
	width: 208px;
	padding: 10px;
	border: 1px #e9e9e9 solid;
	border-top: none;
	border-bottom: none;
}

.cen_lst2 dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cen_lst2 dd {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #999;
}

.cen_lst2 a:hover {
	text-decoration: none;
}

.cen_lst2 a:hover dt {
	text-decoration: none;
}

.cen_lst2 .join {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: #999;
	background: #f3f3f3;
	display: block;
}

.cen_lst2 .join:hover {
	background: #edecec;
	color: #666;
}

.cen_lst2 .line {
	width: 1px;
	border-left: 1px #E9E9E9 solid;
	height: 14px;
	margin: 0 5px;
	overflow: hidden;
}
/*选项卡 单位列表*/
.home_con .lstnav {
	width: 100%;
}

.home_con .lstnav li {
	padding-bottom: 5px;
	float: left;
	margin-right: 25px;
}

.home_con .lstnav li a {
	font: normal 20px/30px "Microsoft YaHei", "微软雅黑";
	color: #333;
	text-decoration: none;
	margin-right: 28px;
}

.home_con .lstnav .on a {
	color: #005BAC;
}

.home_con .lstnav .line {
	width: 1px;
	height: 16px;
	display: inline-block;
	background: #e6e6e6;
}

.home_con .right-wrap {
	width: 730px;
	padding: 0 17px;
}

.home_con .rpt_tabbut {
	width: auto;
}

.home_con .left-wrap {
	width: 190px;
	margin-left: 16px;
}

.home_con .sidebar-nav, .home_con .sidebar-nav li {
	width: 190px;
}

.home_con .sidebar-nav li .Fleft {
	width: 130px;
}

.hanggao24 {
	line-height: 24px;
}

.mana_tit {
	line-height: 28px;
}

/*========注册结果========*/
.succ_tip {
	width: 41px;
	height: 41px;
	background: url(../images/org_hint.png) no-repeat;
	display: inline-block;
	margin: 10px 20px 0 20px;
}

.corp_reg p.succ_tz {
	height: 32px;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	margin-left: 80px;
}

.fg_line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #b8b8b8;
	padding: 20px 0;
	overflow: hidden;
}

.sycc_cont p.succ_font {
	font-size: 14px;
	color: #666666;
}

.sycc_cont p a {
	color: #226fbe;
	text-decoration: underline;
	font-size: 14px;
}

.qq_talk {
	width: 92px;
	height: 22px;
	background: url(../images/qq_talk.jpg) no-repeat;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle
}

.sycc_cont p.succ_p1 {
	color: #999999;
	font-size: 12px;
}

.sycc_cont p.succ_p2 {
	color: #666666;
	font-size: 14px;
}

.sycc_cont p {
	font-size: 14px;
	margin: 10px 0;
}

/*======是否加入承担单位图标======*/
.blue_tag, .orange_tag {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #fff;
	text-align: center;
}

.blue_tag .bg, .orange_tag .bg {
	width: 50px;
	height: 24px;
	line-height: 20px;
	padding-top: 4px;
	top: 0;
	right: 0;
	position: absolute;
}

.blue_tag .bg {
	background: #00ccff;
}

.orange_tag .bg {
	background: #fcaa14;
}

.blue_tag .lt, .orange_tag .lt {
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
}

.blue_tag .lt {
	border-top: 6px solid #00ccff;
}

.orange_tag .lt {
	border-top: 6px solid #fcaa14;
}

.blue_tag .rt, .orange_tag .rt {
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
	display: block;
	position: absolute;
	top: 28px;
	right: 0px;
}

.blue_tag .rt {
	border-top: 6px solid #00ccff;
}

.orange_tag .rt {
	border-top: 6px solid #fcaa14;
}

/*======设为首要单位=====*/
.gray_unit, .green_unit {
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) no-repeat;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 3px;
}

.gray_unit {
	background-position: -5px -6px;
}

.gray_unit:hover {
	background-position: -28px -6px;
}

.green_unit {
	background-position: -28px -6px;
}

/*======找回密码=======*/
.find_tit {
	padding: 0 30px;
	border-bottom: 1px solid #e4e2dc;
	height: 148px;
}

.find_tit li {
	width: 120px;
	height: 148px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0 35px;
}

.find_tit li a span {
	color: #666666;
	width: 100%;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	float: left;
}

.find_tit li.cur span, .find_tit li:hover span {
	color: #1b60b7;
	border-bottom: 2px solid #1b60b7;
}

.find_email, .find_phone, .find_company, .find_fdx {
	width: 100px;
	height: 100px;
	background: url(../images/find_mm.png) no-repeat;
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.find_email {
	background-position: -18px -18px;
}

.find_phone {
	background-position: -135px -18px;
}

.find_company {
	background-position: -252px -18px;
}

.find_fdx {
	background-position: -369px -18px;
}

li:hover .find_email, li.cur .find_email {
	background-position: -18px -134px;
}

li:hover .find_phone, li.cur .find_phone {
	background-position: -135px -134px;
}

li:hover .find_company, li.cur .find_company {
	background-position: -252px -134px;
}

li:hover .find_fdx, li.cur .find_fdx {
	background-position: -369px -134px;
}

.forget_mm {
	height: auto;
	line-height: 24px;
}

.forget_mm p {
	padding-bottom: 15px;
	color: #666666;
}

.forget_mm p * {
	vertical-align: middle;
}

.index_notice {
	z-index: 999;
/* 	display: none; */
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	position: absolute;
/* 	width: 450px; */
/* 	top: 150px; */
/* 	left: 358px; */
	padding: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 8px #ccc;
}

.index_notice .notice_title {
	font-weight: bold;
	font-size: 18px;
	color: #0066cc;
}

.index_notice .notice_content {
	font-weight: normal;
	font-size: 15px;
	white-space: normal;
	margin: 15px 0px;
}

.helps {
	
}

/*.helps p {*/
/*	margin: 15px 0px;*/
/*}*/

/*.helps a {*/
/*	color: #0066cc;*/
/*	text-decoration: underline;*/
/*}*/

/*.helps ul {*/
/*	list-style: disc;*/
/*	margin: 5px 0px 5px 35px;*/
/*}*/

/*.helps li {*/
/*	padding-left: 5px;*/
/*}*/

/*.helps .title {*/
/*	font-weight: bold;*/
/*}*/