﻿@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea, pre {
	font-size: 12px;
	font-family: "微软雅黑", Tahoma, Helvetica, "Microsoft Yahei", Arial, STHeiti,SimSun;
	_font-family: Tahoma, Arial, Helvetica, STHeiti,SimSun;
}
html body {
	font-family:  "微软雅黑",Tahoma, Helvetica, "Microsoft Yahei", Arial, STHeiti,SimSun;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
	font-size: 100%;

}
html {
	color: #000;
	background: #fff;
	overflow-x: hidden;
}

fieldset, img {
	border: none;
}
input, button, select, textarea {
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;

}
textarea {
	resize: none
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
q:before, q:after {
	content: '';
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
body {
	color: #222;
	background: #fff;
}
a {

	text-decoration: none;
	outline: none;
}
*:focus {
	outline: 0;
}
*{
	box-sizing: content-box;
}
a:hover {
	color: #ff9000;
	-webkit-transition: color .15s linear, background-color .3s linear;
	-moz-transition: color .15s linear, background-color .3s linear;
	-o-transition: color .15s linear, background-color .3s linear;
	-ms-transition: color .15s linear, background-color .3s linear;
	transition: color .15s linear, background-color .3s linear;
	cursor: pointer;
	text-decoration:none;
}
img {
	-ms-interpolation-mode: bicubic;
}

.none{ display:none;}


.div,p{white-space:normal;word-break:break-all;word-wrap: break-word; }


.clearfix:after{ content:"."; clear:both; display:block; height:0; visibility:hidden; }
.clearfix{ display:block;*zoom:1;}

.clear{clear:both}

/*************************************************************************************************************************************/
.fl{ float:left}
.fr{ float:right}
table{border-collapse:collapse;border-spacing:0;}

.ml-15{margin-left:15px !important;}
.ml-25{margin-left:25px !important;}
.ml-30{margin-left:30px !important;}
.ml-40{margin-left:40px !important;}
.ml-45{margin-left:45px !important;}
.ml-55{margin-left:55px !important;}
.ml-120{margin-left:120px !important;}

.mr-15{margin-right:15px !important;}
.mr-20{margin-right:20px !important;}
.mr-25{margin-right:25px !important;}
.mr-40{margin-right:40px !important;}
.mr-45{margin-right:45px !important;}
.mr-60{margin-right:60px !important;}
.mr-65{margin-right:65px !important;}


.c-red{ color:red;}


.gray-bg{ width:100%; background:#f5f5f5;}







/*------------foot------------*/
.w-foot1{width:100%; height:310px; background:#383838;}
.w-foot1>.nr{width:1200px; height:270px; padding:20px 0; margin:0 auto;}
.w-foot1>.nr>.left{ float:left; width:879px; height:270px; border-right:1px solid #454545;}
.w-foot1>.nr>.left ul{ width:145px; float:left}
.w-foot1>.nr>.left li>a>h1{ font-size:16px; font-weight:normal; color:#aaa; margin-bottom:27px; display:inline-block}
.w-foot1>.nr>.left li>a>p{ font-size:14px; color:#888; margin-bottom:12px; display:inline-block}
.w-foot1>.nr>.left li>a>h1:hover,.w-foot1>.nr>.left li>a>p:hover{ color:#497be9;}
.w-foot1>.nr>.left>a>i{ float:left; width:97px; height:28px; background:url(../images/main_tu1.png) 0 -329px no-repeat;}
.w-foot1>.nr>.left>a>i:hover{ background:url(../images/main_tu1.png) 0 -357px no-repeat;}
.w-foot1>.nr>.right{ float:left; width:255px; height:270px; padding-left:65px}
.w-foot1>.nr>.right>h1{ font-size:16px; font-weight:normal; color:#aaa; margin-bottom:20px;}
.w-foot1>.nr>.right .nr{ width:96px; margin-right:30px; float:left; margin-bottom:11px}
.w-foot1>.nr>.right .nr img{ width:92px; height:92px; margin-bottom:5px;}
.w-foot1>.nr>.right .nr p{ color:#aaa; text-align:center}
.w-foot1>.nr>.right>p{ font-size:14px; color:#777; margin-top:11px;}





/*------------right------------*/
.m-right{ width:47px; position:fixed; right:20px; top:222px; z-index:50}
.m-right li{ border-radius:5px; margin-bottom:1px; position:relative}
.m-right li a{ width:47px; height:58px; display:block; background-color:#3754ac;}
.m-right li a:hover{ background-color:#5ec400;}
.right-tu1{ background:url(../images/main_tu1.png) no-repeat 12px -27px; }
.right-tu2{ background:url(../images/main_tu1.png) no-repeat 12px -84px; }
.right-tu3{ background:url(../images/main_tu1.png) no-repeat 12px -144px; }
.right-tu4{ background:url(../images/main_tu1.png) no-repeat 12px -204px; }
.right-tu5{ background:url(../images/main_tu1.png) no-repeat 12px -263px; }




/*------------弹窗------------*/
.mask{ width:100%;height:100%;position:fixed;background:#000; opacity:0.7; filter:alpha(opacity=70); left:0;right:0;top:0;bottom:0; z-index:10;}
.m-tc{ position:fixed; top:50%; left:50%; margin-top:0px; margin-left:-400px; background:#fff; z-index:20; color:#818181;}
.m-tc>.tc-bt-gray{ width:100%; height:40px; background:#ececec;}
.m-tc>.tc-bt-red{ width:100%; height:40px; background:#d71518;}
.m-tc>.tc-bt-gray p{ margin-left:15px; font-size:14px; color:#373945; font-weight:bold; line-height:40px; font-family:"宋体"; float:left;}
.m-tc>.tc-bt-red p{ margin-left:15px; font-size:14px; color:#fff; font-weight:bold; line-height:40px; font-family:"宋体"; float:left;}
.m-tc>.tc-bt-gray i{ float:right; background:url(../images/tc-close1.png) no-repeat; width:12px; height:12px; cursor:pointer; margin:14px 10px 0 0;}
.m-tc>.tc-bt-red i{ float:right; background:url(../images/tc-close2.png) no-repeat; width:12px; height:12px; cursor:pointer; margin:14px 10px 0 0;}

.m-tc>.tc-nr{ padding:15px; overflow-x:hidden}
.form{ width:100%; min-height:34px; display:inline-block;}
.tc-fon1{ width:38%; height:32px; line-height:32px; font-size:14px; margin:7px 0; color:#666; font-family:"宋体"; text-align:right; letter-spacing:1px; float:left}
.tc-inptext{ width:58%; padding:5px; height:22px; margin-top:7px; font-size:14px; border:1px solid #e6e6e6; background:#fff;}
.tc-textarea{ width:86%; padding:5px; height:170px; margin-top:7px; font-size:14px; border:1px solid #e6e6e6; background:#fff;}
.tc-sel{ height:34px; color:#666; font-family:"宋体"; margin-top:7px; border:1px solid #e6e6e6;}
.tc-img{ height:101px;}
.pala-fon{ font-size:14px; line-height:26px;}
.warn-fon1{ font-size:20px; margin-top:20px;}
.warn-fon1 i{ background:url(../images/close.png) no-repeat; width:33px; height:33px; display:block; float:left; margin-right:10px;}
.search_div{width:262px}
.m-tc>.form-foot{ width:100%; min-height:34px; text-align:center; background:#fff; border-top:1px solid #e6e6e6;}
.m-tc>.form-foot>.foot-btn{ width:90px; height:35px; background:#d71518; color:#fff; line-height:35px; text-align:center; margin:10px auto; display:inline-block;}
.m-tc>.form-foot>.foot-btn:hover{ background:#e62f32; color:#fff; }
.m-tc>.form-foot>.foot-btn.close{ background:#fff; color:#333; border:1px solid #dadada;}
.m-tc>.form-foot>.foot-btn.close:hover{ background:#fdfdfd;}


/*------------ 面包屑------------*/
.position{width:1200px;height:24px;line-height:24px;margin:0 auto;color:#666;font-size:14px;padding:14px 0;overflow:hidden}
.position i{width:16px;height:19px;float:left;background:url(../images/zhengw-tu1.png) -109px 1px no-repeat; margin:2px 5px 0 0;}
.position span{ margin:0 3px;}
.position a{color:#666;font-size:14px}
.position a:hover{color:#ff9000}

/*------------页码------------*/
.page{margin:31px 0;height:auto;overflow:hidden;text-align:center}
.page a{display:inline-block;padding:0 10px;height:30px;line-height:30px;font-size:14px;color:#666;border:solid 1px #ebebeb;background:#fff;border-radius: 4px;}
.page a.on,.page a:hover{text-decoration:none;background-color:#3891f5;color:#fff;border-color:#3891f5}
.page li{display:inline-block;margin-left: 2px;margin-right: 2px;}
.page li span{color:#666;font-size:14px;padding-left:4px}
.page .fye{display:inline-block;width:165px;height:31px;color:#666;line-height:30px;font-size:14px;padding-left:20px;position:relative}
.page .btn.num{background:#3891f5;color:#fff;font-size:14px;text-align:center;line-height:30px;cursor:pointer;border:0;padding:0 10px;margin-left:5px;border-radius: 4px;}
input.yema{border:solid 1px #ebebeb;height:28px;line-height:28px;font-size:13px;text-align:center;width:40px;margin:0 5px;border-radius: 4px;}
.page ul{display:inline-block}
p.form_wrap{position:absolute;top:11px;left:15px}



/*------------首页------------*/
.m_wrap{background: url(../images/mwrap_bg.jpg) top center no-repeat #f5f6fa; width: 100%;}
.m-search{ width:1200px; height:245px; margin:0 auto;}
.m-search .tab{ height:37px; margin-left:150px; padding-top:83px;}
.m-search .tab li{ width:96px; height:37px; display:inline-block; cursor:pointer; background:#4e86d9; color:#fff; line-height:37px; text-align:center; font-size:16px; position:relative; border-radius:8px 8px 0 0;}
.m-search .tab li.on{ background:#7fc63e;}
.m-search .inp{ height:52px; text-align:center;}
.m-search .inp input{ display:inline-block; width:747px; height:42px; line-height:42px; border:none; padding:5px 20px; font-size:16px; color:#666; margin-right:-3px; float:left; margin-left:150px;}
.m-search .inp a{ width:120px; height:52px; background:#7fc63e; color:#fff; line-height:52px; font-size:18px; display:inline-block; border-radius: 0 5px 5px 0; float: left}

.m_wrap>.nr{ width:1200px; margin:0 auto;}
.m_wrap1{ background:#fff; padding:20px; box-shadow: 0px 1px 5px #ddd;}
.m_wrap1>.right{ float:right; width:576px; height:305px;}
.m_wrap1>.right dl{ border-bottom:1px solid #eee;}
.m_wrap1>.right dl dd{ padding:9px 13px; float:left; color:#999; cursor:pointer; font-size:15px;  margin-right:4px}
.m_wrap1>.right dl dd.on{ color:#fff; background:#497be9; cursor:default;}
.m_wrap1>.right dl dd:hover{ color:#fff; background:#497be9;}
.m_wrap1>.right dl a{ float:right; font-size:14px; color:#999; margin-top:9px; margin-right:5px;}
.m_wrap1>.right dl a:hover{ color:#4e86d9;}
.m_wrap1 ul.t-nr{ width:576px; margin-top:6px;}
.m_wrap1 ul.t-nr>a{ font-size:14px; color:#666;}
.m_wrap1 ul.t-nr>a:hover{ color:#4e86d9;}
.m_wrap1 ul.t-nr li{ height:19px; margin:13px 0;}
.m_wrap1 ul.t-nr li p{ float:left; width:486px; margin-right:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.m_wrap1 ul.t-nr li span{ float:left;}
.m_wrap1>.bottom{ margin:22px 0 0; border-top:1px solid #eee; padding-top:13px}
.m_wrap1>.bottom li{ float:left; width:157px; height:93px; border-radius:4px; margin-right:24px; padding-left:115px;}
.m_wrap1>.bottom li>h1{ font-size:18px; color:#666; font-weight:normal; margin-top:25px}
.m_wrap1>.bottom li>p{ font-size:12px; color:#999; margin-top:2px}
.m_wrap1>.bottom li:hover{ opacity:0.85; filter:alpha(opacity=85);}
.m_wrap1>.bottom li.n1{ background:url(../images/main_tu1.png)  -148px 9px no-repeat;}
.m_wrap1>.bottom li.n2{ background:url(../images/main_tu1.png)  -148px -91px no-repeat;}
.m_wrap1>.bottom li.n3{ background:url(../images/main_tu1.png)  -148px -191px no-repeat;}
.m_wrap1>.bottom li.n4{ background:url(../images/main_tu1.png)  -148px -291px no-repeat; margin-right:0;}

.m_wrap2{ padding-bottom:20px}
.m_wrap2>.bt{ padding:6px 0 0 0; background:#fff; box-shadow: 0px 0px 5px #ddd; margin-top:20px }
.m_wrap2>.bt p.fon1{ float:left; font-size:16px; color:#333; margin-top:2px}
.m_wrap2>.bt>ul{ float:left; width:1160px; margin-left:18px; height:40px; overflow:hidden; position:relative}
.m_wrap2>.bt>ul>.nrr{ width:3000px; position:absolute;top:0;left:0}
.m_wrap2>.bt>ul li{ float:left; font-size:15px; color:#333; height:37px; line-height:37px; padding:0 3px; cursor:pointer; margin-right:18px;}
.m_wrap2>.bt>ul li.on{ color:#497be9; cursor:default; border-bottom:2px solid #497be9 }
.m_wrap2>.bt>ul li:hover{ color:#497be9; }
.m_wrap2>.bt>i{ float:left; display:block; width:6px; height:12px; margin:7px 11px 0; cursor:pointer}
.m_wrap2>.bt>i.m_prev{ background:url(../images/main_tu1.png) -91px 0 no-repeat;}
.m_wrap2>.bt>i.m_next{ background:url(../images/main_tu1.png) -107px 0 no-repeat;}
.m_wrap2>.nr{ background:#fff; box-shadow: 0px 1px 5px #ddd;}
.m_wrap2>.nr>.t-nr{}
.m_wrap2>.nr>.t-nr ul{ padding:16px 0; max-height:172px; overflow-x:hidden}
.m_wrap2>.nr>.t-nr ul li{ width:132px; height:72px; float:left; text-align:center; margin:7px 18px; position:relative; top:5px}
.m_wrap2>.nr>.t-nr ul li p{ font-size:14px; color:#333; margin-top:6px; height:19px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.m_wrap3{ background:#fff; padding:20px; box-shadow: 0px 1px 5px #ddd; margin-bottom:20px;}
.m_wrap3>.bt p{ font-size:16px; color:#333; float:left}
.m_wrap3>.bt a{ font-size:14px; color:#666; float:right}
.m_wrap3>.bt a:hover{ color:#497be9 }
/*滚动样式*/
.logo_wrap{position:relative;height:89px; margin-top:5px;}
.logo_wrap .next{position:absolute;top:35px;right:-2px;width:22px;height:22px;background:url(../images/main_tu1.png) -67px -36px no-repeat;cursor:pointer}
.logo_wrap .prev{position:absolute;top:35px;left:-2px;width:22px;height:22px;background:url(../images/main_tu1.png) -44px -36px no-repeat;cursor:pointer}
.logo_wrap .next:hover{background-position:-67px -59px;}
.logo_wrap .prev:hover{background-position:-44px -59px;}
.logo_list{margin:0px auto;width:1097px;overflow:hidden;height:101px;}
.logo_list dl{width:1300px;}
.logo_list dl dd{width:183px;height:73px;overflow:hidden;float:left; padding:10px 0; position:relative;}
.logo_list dl dd img{width:143px;height:53px;overflow:hidden;float:left;padding:10px 20px;}
.logo_list dl dd:hover img{ margin:1px 0 0 1px;width:141px;height:51px;overflow:hidden;}
.logo_list dl dd>i{width:1px;height:61px; background:#f1f1f1; position:absolute; top:13px; right:0;}




/*------------搜索2------------*/
.m_search2{ padding-top:96px;}
.m_search2>.nr1{ width:686px; height:50px; background:#fff; margin:0 auto; border-radius:50px; position:relative}
.m_search2>.nr1>select{width:146px;height:22px; line-height:22px;float:left;margin-top:15px;border:none; border-right:1px solid #ccc;font-size:16px;border-radius:50px 0 0 50px;padding-left:25px;padding:8px 0 10px 25px\9;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;background: url(../images/sear_sj1.png)  89% 50%  no-repeat scroll transparent;background-color:#fff;color:#555;}
.m_search2>.nr1>input{width:408px;height:50px;float:left;border:none;font-size:16px;padding: 0 20px;color:#555}
.m_search2>.nr1>.se_btn{ float:left; width:56px; height:50px; background:url(../images/sear_btn1.png) 12px 14px no-repeat;}

.m_search2>.nr2{ text-align:center; padding:10px 0 70px; height:19px;}
.m_search2>.nr2>span{ display:inline-block; font-size:14px; color:#799eee;}
.m_search2>.nr2>a{ display:inline-block; font-size:14px; color:#799eee; margin-right:10px;}
.m_search2>.nr2>a:hover{ text-decoration:underline;}





/*------------搜索页------------*/
.search_wrap{ width:100%; background:url(../images/search_bg.jpg) top center no-repeat;}
.search_wrap>.nr{ width:1200px; margin:0 auto;}
.search_wrap>.nr>.nnr{ background:#fff; padding:12px; margin-bottom:20px;}
.search_wrap>.nr>.nnr>.bt{ color:#666; font-size:16px; border-bottom:1px solid #eee; height:42px; line-height:34px; padding:0 10px}
.search_wrap>.nr>.nnr>.bt>span{ color:#e93042; margin:0 10px;}




/*------------步骤条------------*/
.step_progress{ position:relative}
.step_progress>li{ float:left; position:relative}
.step_progress>li>h2{ background:#fff; width:70px; height:60px; position:absolute; top:-7px; left:50%; z-index:1; margin-left:-35px;}
.step_progress>li>h1{ width:44px; height:44px; line-height:44px; font-weight:normal; font-family:arial; font-size:20px; border-radius:50%; background:#fff; border:1px solid #e5e5e5; color:#dadada; text-align:center; display:inline-block; position:relative; overflow:hidden; z-index:2}
.step_progress>li>h1>i{ width:44px; height:44px; background:url(../images/step_gou.png) 13px 16px #5a94f4 no-repeat; display:none; position: absolute; top:0; left:0;}
.step_progress>li.pass>h1>i{ display:block}
.step_progress>li>h1>b{ width:44px; height:44px; background:url(../images/step_cha.png) 15px 15px #e86946 no-repeat; display:none; position: absolute; top:0; left:0;}
.step_progress>li.error>h1>b{ display:block}
.step_progress>li>p{color:#333; margin-top:10px; font-size:16px;}
.step_progress>li>h3{color:#333; font-weight:normal; margin-top:5px}
.step_progress>li.on>h3{color:#5a94f4; font-weight:normal; margin-top:5px}
.step_progress>li.on>h1{ background:#5a94f4; border:1px solid #5a94f4; color:#fff; }
.step_progress>li.on>p,.step_progress>li.pass>p,.step_progress>li.pass>h3{ color:#5a94f4; }
.step_progress>li.error>h1{ background:#e86946; border:1px solid #e86946; color:#fff; }
.step_progress>li.error>p,.step_progress>li.error>h3{ color:#e86946;}
.step_progress>li{  text-align:center; padding:0 1%;}
.step_progress>p.line{ border-bottom:1px solid #ddd; position:absolute; top:24px; left:50%; }
.step_progress.n2>li{ width:48%;}
.step_progress.n3>li{ width:31%;}
.step_progress.n4>li{ width:23%;}
.step_progress.n5>li{ width:18%;}
.step_progress.n2>p.line{ width:50%; margin-left:-25%;}
.step_progress.n3>p.line{ width:66%; margin-left:-33%;}
.step_progress.n4>p.line{ width:75%; margin-left:-37%;}
.step_progress.n5>p.line{ width:80%; margin-left:-40%;}


/*------------按钮居中------------*/
.middle_btn{ text-align:center; margin:15px 0;}
.middle_btn>a{ text-align:center; display:inline-block; margin:0 1px; padding:8px 17px; color:#fff; border-radius:4px; font-size:14px}
.middle_btn>a.save{ background:#72dd0f;}
.middle_btn>a.submit{ background:#4676e8;}
.middle_btn>a.cancel{ background: #f2f6ff;  border: 1px solid #3c84e8; color: #488ae7 !important; padding:7px 16px;}
.middle_btn>a:hover{ opacity:0.8; filter:alpha(opacity=80);}
.middle_btn.big>a{ margin:0 4px; font-size:16px; width:65px; height:28px; line-height:28px;}



/*------------弹窗------------*/
.hb_contc{ width: 800px; height: 480px; background: #fff; position: fixed; top: 50%; margin-top: -240px; left: 50%; margin-left: -400px; z-index: 102; border-radius:5px}
.hb_contc>.bt{ margin: 6px 0 0 0; height: 42px;}
.hb_contc>.bt>.fon1{ float: left; padding-left: 20px;line-height: 40px; font-size: 16px; color:#333; }
.hb_contc>.bt>.close{ width: 11px; height: 11px; cursor: pointer; float: right; background: url(../images/hb_tclose.png) no-repeat; padding-right: 19px; margin-top: 15px }
.hb_contc>.nr{ padding: 10px 80px;}
.hb_contc>.nr>i.icon{ width:48px; height:48px; display:block; margin:0 auto}
.hb_contc>.nr>i.icon.warn{ background:url(../images/tc_warn.png) no-repeat;}
.hb_contc>.nr>i.icon.success{ background:url(../images/tc_success.png) no-repeat;}
.hb_contc>.nr>.notice{text-align:center;font-size: 18px;margin: 20px 0;font-weight: bold;color: #444;}
.hb_contc>.nr>.line{ padding: 10px 0;}
.hb_contc>.nr>.line input{ width:300px; color: #333; font-size:14px; height: 36px; line-height: 36px; padding:0 10px; border-radius: 4px; border: 1px solid #dcdcdc; float: left;}
.hb_contc>.nr>.line textarea{ color: #333; font-size:14px; height: 180px; padding:10px; border-radius: 4px; border: 1px solid #dcdcdc}
.hb_contc>.nr .front{ color: #333; float: left; width:90px; font-size:14px; line-height: 38px; text-align:right}
.hb_contc>.nr .front>span{ color: #ff0000; margin-right: 5px}
.hb_contc>.foot{ text-align: center;}
.hb_contc>.foot p{ display: inline-block; margin: 0 3px; text-align: center; padding:0 20px; height: 36px; line-height: 36px; font-size: 14px; border-radius: 4px; cursor: pointer;}
.hb_contc>.foot p.tcbtn1{ background: #4b80fd; color: #fff; }
.hb_contc>.foot p.tcbtn2{ background: #f2f6ff;  border: 1px solid #3c84e8; color: #488ae7; }
.hb_contc>.foot p.tcbtn3{ background: #72dd0f; color: #fff; }
.hb_contc>.foot p:hover{opacity:0.87;filter:alpha(opacity=87);}

.hb_contc>.nr>.search{ width:100%;}
.hb_contc>.nr>.search>input{ width:calc(100% - 108px); float:left; color:#333; font-size:14px; height:36px; line-height:36px; border-radius:4px; border: 1px solid #dcdcdc;padding:0 10px; margin-right:8px;}
.hb_contc>.nr>.search>.btn{ float:left; margin:0 3px; text-align:center; padding:0 12px; height:36px; line-height:36px; font-size:14px; border-radius: 4px; cursor:pointer; background:#4b80fd; color:#fff;}
.hb_contc>.nr>.search>.btn>i{ display:inline-block; margin-right:5px; width:15px; height:13px; background:url(../images/tc_sear1.png) no-repeat; position:relative; top:1px;}

.hb_contc>.nr>.intro{ margin-top:20px;}
.hb_contc>.nr>.intro>p{ font-size:14px; color:#333; margin:4px 0;}



/*------------忘记密码------------*/
.regist_wrap>.nr .t-nr>.forget{ width:1000px; border:1px solid #eee; background:#fafbfc; margin:0 auto; position:relative; border-radius:4px; padding-bottom:60px}
.regist_wrap>.nr .t-nr>.forget>.bt{ border-bottom:1px solid #eee; text-align:left; color:#537ed9; font-size:16px; padding:15px; margin-bottom:50px; }







.top_mask{ width:100%;height:100%;position:fixed;background:#fff; opacity:0; filter:alpha(opacity=0); left:0;right:0;top:0;bottom:0; z-index:10;}
.m-logo-nr ul{ z-index:11;}








