/* ==================index.html==================*/

/* #top ---------------*/
#top{ background-color: #3e3e3e; font-size: 12px; height: 30px; line-height: 30px;}
#top a{ display: inline-block; color: #fff; padding: 0 8px;}
#top a:hover{ color: #CCC; text-decoration: none; background-color: #6F6F6F;}
.quick-menu{ padding: 0 15px;}
.quick-menu{float:left;}
.quick-menu li{ float:left;}
.quick-menu a:hover {background: none;}
.login-info{float:right; margin-right: 15px;}

/* .header ---------------*/
.header { width: 100%; height: 70px; background: #1465c0;  }
.nav li { float: left; }
.nav li a:link,.nav li a:visited { display: block; padding: 0 14px; color: #fff; font:14px/70px "微软雅黑"; }
.nav li a:hover,.nav li.cur a { background: #1e88e5; }

/* .content ---------------*/
#banner{ position: relative; width: 660px; height: 180px; }
#images_show li{ position: absolute; top:0; left: 0; display: none; }
#images_show li.cur{ display: block; }
#dot{ position: absolute; bottom: 10px; right: 6px; width: 66px; height: 10px; }
#dot li{ float: left; width: 10px; height: 10px; background: #e4e4e4; margin-right: 10px; cursor: pointer; }
#dot li.cur{ background: #1465c0;}
.content,.content1 { margin-bottom: 28px; margin-top: 20px; position: relative; min-height: 400px; }
.content1 { margin-top: 0px; }
/*左侧内容*/
.col_left { width: 660px; }
.left_info li{ width: 310px; height: 334px; margin-top: 16px; }
.left_title { font: bold 16px/28px "微软雅黑"; border-bottom: 3px solid #0a61a4; color: #333; display: inline-block; position: relative; z-index: 2; }
.left_hd { width: 100%; border-bottom: 3px solid #f2f2f2; position: relative; top: -3px; z-index: 1; }
.left_img { width: 160px; height: 100px; margin-bottom: 10px; margin-top: 20px; }
.cont_title:link,.cont_title:visited { display: block; width: 142px; font: bold 14px/22px "微软雅黑"; color: #333; margin-top: 16px; }
.cont_title:hover { color: #1465c0; }
.blue:link,.blue:visited { color: #2170ad; }
/*右侧内容*/
.col_right { width: 300px; }
.scroll { width: 276px; padding: 6px 12px 18px; background: #f7f7f7; margin-bottom: 20px; }
.scroll_title { font: bold 14px/40px "微软雅黑"; }
.rolls { width:100%; display: block; margin-bottom: 20px; }
.rolls:hover { color: #333; }
#roll { position: relative; height:170px; overflow:hidden; }
#roll li { line-height: 20px; margin-bottom: 6px; }
.input_tip { border: 1px solid #ddd; width: 233px; height: 22px; padding: 3px; color: #999; border-right: 0; }
.sea_sub { width: 60px; height: 30px; text-align: center; background: #1465c0; font: 13px/30px "微软雅黑"; color: #fff; cursor: pointer; }
.right_title { width: 100%; height: 30px; margin-top: 20px; border-bottom: 1px solid #1465c0; margin-bottom: 4px; }
.right_title span { padding: 0 12px; height: 30px; background: #1465c0; font: 14px/30px "微软雅黑"; color: #fff; display: inline-block; text-align: center; }
.right_img { width: 58px; height: 58px; border: 1px solid #ddd; margin-right: 15px; }
.right_info p a { width: 260px; display: block; overflow: hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }
.inner h3 { font-size: 14px; font-weight: normal; }
.inner p { color: #666; }
.right_ul li a { display: block; width: 288px; overflow: hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }

/* .footer---------------*/
.footer{ height:115px; width: 100%; color: #fff; padding-top: 45px; font: 12px/26px "宋体"; text-align: center; background: #666; }
.footer a { color: #fff; }
.f_ul { display: inline-block; overflow: hidden; margin-bottom: 0; }
.f_ul li { float: left; }
.pos { position: relative; height: 115px; }
.code { width: 200px; height: 107px; position: absolute; top: -16px; right: -10px; text-align: left; }
/*统计*/
.counts { position: fixed; bottom: 0px; left: 0px; z-index: 66; width: 20px; height: 20px; }

/* ==================news.html==================*/
/* .content ---------------*/
.labview { width: 727px; height: 90px; }
.machine { width: 262px; height: 90px; }
.bread_nav { font: 12px/42px "微软雅黑"; color: #666; margin-top: 4px; }
.bread_nav span { color: #000; font-family: "宋体"; }
.bor_t { border-top: 2px solid #1465c0; }
.news li { padding: 12px 0; border-bottom: 1px solid #eee; }
.news .news_title { color: #1465C0; font: 16px/16px "微软雅黑"; }
.news span,.grey { color: #999; }
.content .blue { color: #1465c0; }
.bar { display: inline-block; margin-right: 20px; }
/*以下是页码的设置*/
.page { display: inline-block; margin: 30px 0 18px; width: 100%; text-align: center; *display:inline; *zoom:1; } 
.page-num,.page-cur { display: inline-block;  margin-right: 9px; width: 20px; height: 20px; color: #666; line-height: 20px; }
.page-num:hover,.page-cur { color: #fff; background: #2196f3; }
.page_input { width: 17px; height: 12px; border: 1px solid #ddd; padding: 3px; float: left; margin-right: 6px; }
.page-prev,.page-next { display: inline-block; text-indent: -9999em; margin-right: 9px; width: 20px; height: 20px; background: #fff url(../images/pre_next.png) no-repeat 0 0; }
.page-next { background-position: -20px 0; }

/* ==================labview.html==================*/
/* .content ---------------*/
.lab img { width: 258px; height: 158px; border: 1px solid #eee; }
.lab a{ color: #1465c0; display: block; }
.lab h3 { font-size: 14px; line-height: 14px; margin-bottom: 10px; }
.news_nav { width: 658px; height: 38px; border: 1px solid #eee; background: #f9f9f9; border-bottom-color: #1465c0; margin-top: 32px; }
.news_nav li { float: left; padding: 0 10px; font: 12px/38px "微软雅黑"; border-right: 1px solid #eee; text-align: center; }
.news_nav li a:link,.news_nav li a:visited { color: #666; }
.news_nav li a:hover { color: #1565c0; }
.news_nav li.cur { background-color: #1465c0; }
.news_nav li.cur a { color: #fff; font-weight: bold; }
.content .download { width: 70px; height: 26px; display: inline-block; text-align: center; color: #fff; font:12px/26px "微软雅黑"; background: #00c853; border-radius: 3px; margin-bottom: 4px; }
.content .download:hover{ background: #30e67b; }
.hot_list { display: block; padding-left: 20px; background: url(../images/list.png) no-repeat 0 7px; font: 14px/26px "微软雅黑"; }
.hot_list:hover { background-position: 0 -20px; }
.red,.err { color: red; }
.cred { color: #c00; margin-left: 62px; }

/* ==================data.html==================*/
/* .content ---------------*/
.datum_img { width: 158px; height: 98px; border: 1px solid #eee; }
.content .datum_title { font: 14px/16px "微软雅黑"; color: #1465C0; margin-bottom: 8px;  }

/* ==================application.html==================*/
/* .content ---------------*/
.left_nav { border: 1px solid #1465c0; border-top: 0; width: 198px; }
.left_nav li { width: 198px; height: 33px; border-top: 1px solid #1465c0; font: bold 13px/33px "微软雅黑"; text-align: center; }
.left_nav li a:link,.left_nav li a:visited { color: #1465c0; display: block; }
.left_nav li a:hover,.left_nav li.cur a { color: #fff; background-color: #1465c0; }
.info_list li { padding: 18px 0; border-bottom: 1px dashed #e4e4e4; }
.content .pad-no { padding:0 0 18px; }
.info_list img { width: 160px; height: 100px; margin-right: 18px; }
.list_title { font: 16px/18px "微软雅黑"; margin-bottom: 14px; display: inline-block; }
.info_list p { font: 12px/18px "微软雅黑"; color: #999; }

/* ==================online_forum.html==================*/
/* .content ---------------*/
.forum li { width: 262px; height: 58px; float: left; padding: 20px 18px; border: 1px solid #eee; color: #666; margin-right: 30px; margin-bottom: 18px; }
.forum_img { border: 1px solid #eee; width: 58px; height: 58px; }
.forum h3 { font-size: 14px; font-weight: normal; color: #333; }
.content .non_pad {padding: 0; width: 298px; height: 98px; }

/* ==================about_ni.html==================*/
/* .content ---------------*/
.ni_cont { width: 770px; }
.ni_cont p { margin: 16px 0 14px; font: 13px/20px "微软雅黑"; }
.em { text-indent: 2em; }
.ni_cont h3 { font-size: 16px; }

/* ==================product_concept.html==================*/
/* .content ---------------*/
.graphical { width: 100%; border-top: 1px solid #eee; padding-top: 24px; }
.graphical img { width: 490px; height: 145px; margin-left: 86px; }
.graphical h3 { font-size: 14px; margin-bottom: 16px; }
.graphical p { font: 12px/22px "微软雅黑"; margin: 0; }

/* ==================details.html==================*/
/* .content ---------------*/
.details_title { font: bold 18px/40px "微软雅黑"; margin-top: 10px; } 
.titBar span{ color: #999; margin-right: 22px; display: inline-block; }
/*以下是订阅 分享 评论内容*/
.do { width: 250px; }
.do i {float: left; margin-right: 4px; width: 22px; height: 22px; background: url("https://skin.elecfans.com/images/icons.png") no-repeat; }
.do a {display: inline-block; line-height: 24px; } 
#go-cmt,.detail-share,.email-subscribe { float: right; }
/*订阅*/
.content .email-subscribe { width: 32px; height: 23px; border: 1px solid #d8d8d8; margin-right: 10px; color: #999; padding-left: 30px; 
	                        line-height: 23px; background: url(../images/detail-ico.png) no-repeat 2px 6px; }
.content .email-subscribe:hover { color: #1465c0; border-color: #1465c0; background-position: 2px -26px; }
/*分享*/
.detail-share {position: relative; padding: 1px 25px 0px 6px; margin-right: 10px; 
	           background: url("https://skin.elecfans.com/images/icons.png") no-repeat 63px -156px;
	           line-height: 22px; border: 1px solid #D8D8D8; color: #999; cursor: pointer; } 
.detail-share.hover { border-color: #1465c0; border-bottom-color: #fff; color: #004276; color: #1465c0; }
.detail-share.hover i{ background-position: 0 -102px; }
.detail-share i {background-position: 0px -129px; } 
.slide-share { display: none; position: absolute; left: -1px; top: 23px; width: 81px;  border: 1px solid #1465c0; border-top: 0; background-color: #fff; } 
.content .bds_tools a { padding-top: 1px; padding-bottom: 5px; }
.content #go-cmt {float: right; background-color: #F1F1F1; color: #0a61a4; font-weight: bold; } 
/*评论*/
#go-cmt i { width: 24px; height: 24px; background: url(../images/detail-ico.png) no-repeat 0 -68px; } 
#go-cmt:hover i { background: url(../images/detail-ico.png) no-repeat 0 -117px; }
#go-cmt em { margin: 0px; padding: 0px 10px 0px 5px; font-size: 14px; } 
#go-cmt:hover em { color: #3aa0b9; }
em {font-style: normal; }
/*资料详细内容*/
.details_cont { width: 634px; border: 1px solid #eee; padding: 18px 12px; margin-top: 14px; font: 14px/20px "微软雅黑"; }
.details_cont p {line-height: 28px;}
.keywords { font-size: 12px; }
.keywords a{ color: #0A61A4; }
/*相关资料*/
.about_data { margin-top: 16px; }
.about_data li { float: left; width: 300px; padding: 14px; border-right: 1px solid #eee; }
.about_data li a { display: block; width: 300px; overflow: hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }
.content .non-bor { border-right: 0; }
.about_data a:link,.about_data a:visited { color: #666; }
.about_data a:hover { color: #0A61A4; }
/*评论*/
#comment { padding-top: 4px; }
.discuss { width: 646px; height: 112px; border: 1px solid #eee; color: #ccc; padding: 6px; margin-bottom: 14px; font-size: 13px; }
.sub_report,.reply-submit { float: right; width: 80px; height: 30px; border-radius: 3px; background: #1465c0; text-align: center; font: 14px/28px "微软雅黑"; color: #fff; cursor: pointer; }
.sub_report:hover,.reply-submit:hover { background: #4288d7; }
/*评论显示*/
.comment{padding:15px 0 15px 48px;*zoom:1;}
.depth-0{border-bottom:1px solid #d8d8d8;}
.c-floor{float:right;color:#ddd;font-size:18px;}
.c-avatar{_display:inline;float:left;width:36px;height:36px;overflow:hidden;margin-left:-48px;border-radius:3px;}
.c-content{margin:-2px 48px 0 0;}
.c-content-bd{margin-bottom:7px;}
.c-time{color:#999;}
.content .c-username { color: #2A78B4; }
.content .c-reply,.content .adjust{margin:0 10px;color:#005ba0;}
/*children*/
.children .comment,
.temp-comment {padding: 10px 10px 10px 52px;margin-top: 10px;}
.children .c-avatar,.temp-comment .c-avatar{margin-left:-42px;width: 32px;height: 32px;}
.depth-2,.depth-4,.depth-6,.depth-8{background:#fff;border-radius:3px;}
.depth-1,.depth-3,.depth-5,.depth-7{background:#f3f3f3;border-radius:3px;}
/*评论表单----------------*/
.commentForm-area{margin-top:18px;}
.commentForm-area h3{font-size:14px;line-height:2.0;color:#2a78b4;}
.msg-area{width:100%;height:100px;}
.msg-area-bor{height:100px;border:1px solid #d8d8d8;}
.comment-btn-area .btn-hasLoading-wrap{float:right;}
.cmt-tip{float:left;padding-left:10px;color:#999;}

/*回复*/
.replyForm-wrap{margin-top:10px;}
.reply-msg { display: block; width: 98%; height: 98px; margin-bottom: 15px; padding: 4px 6px; overflow: auto; background: none repeat scroll 0% 0% #FFF; border: 1px solid #D8D8D8; border-radius: 3px; line-height: 20px; } 
/*用户登记*/
.black,.black_b { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.5; filter:alpha(opacity=50);  z-index: 11; }
.black_b { opacity: 0.1; filter:alpha(opacity=10); }
.regist { display: none; width: 498px; border: 1px solid #eee; background: #f7f7f7; position: fixed; top: 40px; left: 30%; z-index: 22; padding-bottom: 30px; }
.regist h2 { width: 100%; height: 44px; border-bottom: 1px solid #ddd; position: relative; text-align: left; margin-bottom: 10px; }
.reg_title { position: absolute; bottom: -1px; left: 16px; font: 14px/43px "微软雅黑"; border-bottom: 2px solid #1465c0; }
.close { width: 18px; height: 18px; background: url(../images/close.png) no-repeat; position: absolute; top: 12px; right: 12px; cursor: pointer; }
.form_p { margin-top: 15px; margin-left: 80px; }
.reg_lab { width: 68px; display: inline-block; text-align: left; }
.inner_font { width: 232px; height: 16px; border: 1px solid #eee; padding: 3px; color: #666; font: 12px/16px "微软雅黑"; }
#province,#city { width: 110px; height: 22px; padding: 3px; border: 1px solid #eee; color: #999; }
#province { margin-right: 20px; }
.sub_btn { width: 238px; height: 30px; text-align: center; font: 14px/30px "微软雅黑"; color: #fff; background: #1465c0; border-radius: 4px; margin: 26px 0 4px 138px; cursor: pointer; margin-right: 4px; }
.sub_btn:hover { background: #3f8be0; }
.backend-error { text-align: center; }
/*在线观看*/
.play_area { display: none; width: 772px; height: 504px; position: fixed; top:30px; left: 20%; z-index: 23; }
.play_title { font: bold 18px/50px "微软雅黑"; color: #fff; }
#play { width: 718px; height: 448px; border: 1px solid #0d0d0d; background-color: #ccc; }
.p_close { width: 50px; height: 50px; background: #0d0d0d url(../images/p_close.png) no-repeat; position: absolute; top: 50px; right: 2px; cursor: pointer; }

/* ==================downloads.html==================*/
/* .content ---------------*/
.down_area h3 a { color: #1465C0; font: bold 14px/46px "微软雅黑"; }
.down_area img { width: 258px; height: 158px; border: 1px solid #eee; margin-top: 30px; }

.content .watchload,.content .collect { display: block; padding: 0 28px; height: 35px; text-align: center; color: #fff; font: 16px/35px "微软雅黑"; float: left; }
.watchload { background: #df341a; margin-right: 18px; }
.online_watch { background: #039be5; }
.load:hover { background: #ff6048; }
.online_watch:hover { background: #34bdff; }

.collect { background: #999; }
.users li { margin-top: 20px; float: left; margin-right: 58px; }
.users li img { width: 50px; height: 50px; border-radius: 50%; background: #ccc; }
.users li a span { display: block; color: #1465c0; width: 60px; text-align: center; overflow: hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; }
.loading_b { display: none; width: 126px; height: 126px; background: url(../images/loading.gif) no-repeat; position: fixed; top: 40%; left: 44%; z-index: 88; }


/*提示修改邮箱地址 -----------------------------------------------*/
#content { width: 1000px; margin: 0 auto; }
#content p#email_tip,#content p#send,#content p#mod,p.email_notice{width: 970px; height: 50px; font:14px/50px Tahoma,'Microsoft Yahei','Simsun'; color: #333; background: #f3f3f3; margin-bottom: 8px; padding-left: 30px; } 
.blackTip{width: 100%; height: 100%; background: #000; opacity: 0.3; position: fixed; top:0; left: 0; z-index: 111; } 
#email_mod{width: 580px; border-radius: 5px; background: #fff; position: absolute; top:20%; left: 27%; z-index: 999; } 
.emailTip a,.emailTip a:link,.emailTip a:visited,.emailTip a:hover{color: #3d8ec9; cursor: pointer; } 
.mod_title,.suc_title{font:20px/50px Tahoma,'Microsoft Yahei','Simsun'; } 
.mod_title{height: 50px; width: 563px; color: #666; background: #f6f6f6; border-radius: 5px 5px 0 0; padding-left: 17px; } 
.email-input:focus{border: 1px solid #39a3ff; color: #666666; } 
#email-form ul{padding: 30px 20px 20px 18px; font:16px/18px Tahoma,'Microsoft Yahei','Simsun'; color: #666; } 
#email-form ul li{margin-bottom: 22px; } 
.error {background: url('https://skin.elecfans.com/images/login-ico1.png') no-repeat 1px -74px; padding-left: 28px; color: #D02D2D; font-size: 14px; line-height: 24px; }
#email-error{margin-left: 106px; } 
.email-input{width: 412px; height: 18px; border: 1px solid #ddd; border-radius: 3px; color: #ccc; font:16px/18px Tahoma,'Microsoft Yahei','Simsun'; padding: 7px 10px; } 
.sub,.res{float: right; width: 120px; height: 36px; font:18px/36px Tahoma,'Microsoft Yahei','Simsun'; text-align: center; border-radius: 5px; border: 0; color: #fff; cursor: pointer; } 
.res{margin-right: 20px; background: #aaa; } 
.res:hover{background: #ccc; } 
.sub{background: #c80d00; } 
.sub:hover{background: #e1261a; } 
.email_close{width: 15px; height: 15px; position: absolute; top:18px; right: 18px; cursor: pointer; background: url(https://skin.elecfans.com/images/icons.png) no-repeat -147px -337px; }
.suc{text-align: center; padding-bottom: 44px; } 
.suc_title{margin-top: 14px; margin-bottom: 14px; } 
p.suc-tip{font: 14px/32px Tahoma,'Microsoft Yahei','Simsun'; color: #666; }

/* 对话框样式 -----------------------------------------------*/
.dialog{width:100%;height:100%;overflow:hidden;background:#fff; font-family:\5fae\8f6f\96c5\9ed1;}
/*hd*/
.dialog-hd { height:50px; overflow:hidden; border-bottom:1px solid #F1F1F1; background:#F6F6F6;
    color:#555; font-size:20px; line-height:50px; text-indent:15px; }
.dialog-hd span{font-size:12px;color:#eee;font-family:arial;}
.dialog-hd a{color:#eee;}
/*bd*/
.dialog-bd{ padding:10px;}
.dialog-loading{width:140px;margin:0 auto;padding-top:25px;color:#666;}
.dialog-loading img{float:left;margin:2px 5px 0 0;}
/*close*/
.close-dialog{ position:absolute; top:10px; right:10px; width:28px; height:28px; color:#D0CECF; 
	text-align:center; cursor:pointer; font-size: 20px;}
.close-dialog:hover{ color:#444;}

/*对话框表单提交成功提示*/
.success-tip{padding:40px 30px 30px 130px;background:url(https://skin.elecfans.com/images/tip-ok.jpg) no-repeat 50px 22px;}
.tip-title{margin-left:-3px;color:#000;font-size:26px;font-weight:bold;}
.tip-content{color:#666;font-size:12px;}

/*登录窗口 -----------------------------------------------*/
.other-login-link { display: block; width: 270px; margin: 15px auto; height: 36px; line-height: 36px; text-align: center; text-indent: 35px;
	font-size: 16px; border-radius: 3px; background: url(//www.elecfans.com/skin-2014/images/other-login.png) no-repeat; }
.dialog .other-login-link { color: #fff; }
.other-login-link:hover { color: #fff; text-decoration: none;}
.sina-login-link { background-color: #FA8C35; background-position: 45px 3px;}
.qq-login-link { background-color: #0C95D9; background-position: 45px -42px;}

/*表单*/
.login-form{ margin-left: 40px; border-top: 1px dotted #E5E5E5; width: 270px; position: relative; margin-top: 20px; padding-top: 5px;}
.login-line { position: absolute; left: 110px; top: -12px; background-color: #fff; display: inline-block; font-size: 14px; color: #ccc;}
.login-form-item{ margin-top: 15px;}
.login-input,.login-form-tip,.forgetPw,#back-login-link { background: url(https://skin.elecfans.com/images/login-ico1.png) no-repeat;}
.login-input{ width:225px; height:20px; padding:7px 5px 7px 40px; border:1px solid #D0CECF; border-radius:3px;  font-family:\5fae\8f6f\96c5\9ed1; font-size: 16px; line-height: 20px;}
.li .red-bor { border: 1px solid red;}
.login-input:focus{border-color:#4aabff;}
.login-input-username { background-position: 8px 5px;}
#password { background-position: 8px -33px;}

/*loading*/
.loading{display:none;float:left;position:relative;margin:7px 0 0 -25px;}
.loading img{display:block;width:16px;height:16px;}
.login-btn-area { margin-top: 10px; }
.login-btn-area .btn-hasLoading-wrap{float:left;}
.login-submit,.lostpw-submit { padding: 5px 30px; font-size: 16px; margin: 0;}
.dialog .forgetPw { color: #1EA3E4; padding-right: 48px; background-position: right -98px; float: left; margin-top: 6px; margin-left: 20px; }
.forgetPw:hover {  text-decoration: none;}
/*表单提示*/
.login-form-tip { display:none; line-height: 24px; width: 243px; padding-left: 27px; background-position: 0 -73px; font-size: 14px; margin-top: 10px;}
.login-form-tip.tip-show{display:block;}

/*忘记密码*/
.lostpw-form { margin-left: 40px;margin-top: 10px; width: 270px;}
.login-input-email { background-position: 8px -124px;}
a#back-login-link { color: #666; text-decoration: none; padding-left: 52px; background-position: 0 -231px;}

.login-submit { padding: 3px 20px; background-color: #C80C00; border: none; color: #fff; border-radius: 3px; font-family:\5fae\8f6f\96c5\9ed1,\5b8b\4f53; font-size: 14px;}
.loading { margin-left: -10px;}

/*12.13top修改*/
.notice{float:right;padding-left:24px;margin-right:20px;color:#fff;background:url(https://skin.elecfans.com/images/notice.png) no-repeat 0 3px;}
.my-info{float:right;position:relative;z-index:100;}
.u-info{float:left;}
.u-info img{float:left;margin-right:8px;width:20px; height:20px; margin-top: 5px;}
.drop-icon{*float:left;*margin-top:4px;padding-right:16px;background:url(https://skin.elecfans.com/images/arrow.png) no-repeat 5px 1px;}
.top-dropdown:hover .drop-icon{background-position:5px -43px;}
.top-dropdown-menu{position:absolute;right:0;top:-9999px; width:130px;padding:9px 0; background:#111;z-index:100; box-shadow:2px 2px 3px #999; } 
#top .top-dropdown-menu a {font-size:14px; display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #ccc; white-space: nowrap; } 
.top-dropdown-menu a:hover{color:#fff; text-decoration:none; background:#999; }
.icons{display:inline-block;}
#NITopAdLeft {float: left; height: 90px; overflow: hidden; width: 728px; }
#NITopAdRight {float: right; height: 90px; overflow: hidden; width: 260px; }

/*浮窗*/
.float_img { width: 162px; height: 300px; position: fixed; top:30%; right: 0; }
.close_img { position: absolute; top:26px; right: 10px; width: 20px; height: 20px; background: #fff; opacity: 0; filter:alpha(opacity=0); cursor: pointer; }

/*有奖问卷 --begin-----------------*/
.quest_banner { width: 100%; height: 132px; margin-bottom: 10px; }
.quest_title { font-size: 20px; font-weight: bold; margin-bottom: 20px; }
.quest_title span { font-size: 16px; color: #3c7481; font-weight: normal; }
.personal_info { font-size: 18px; margin-top: 22px; color: #000; font-weight: normal; }
.personal_info span { font-size: 14px; color: #ba1825; }
.quest_list li{ padding: 0 20px 18px 0; border-bottom: 1px solid #d7d7d7; }
.borBot { border-bottom: 1px solid #d7d7d7; padding-bottom: 18px; }
.list_topic { font-size: 18px; color: #000; margin: 3px 0 12px; }
.quest_list label { padding-right: 8px; display: inline-block; width: 260px; overflow: hidden; white-space: nowrap; }
.quest_list textarea { width: 400px; height: 80px; border: 1px solid #bbb; margin-top: 13px; padding: 5px; font-size: 12px; }
.checkInput { position: relative; top: 2px; margin-right: 5px; }
.otherInput { width: 78px; height: 18px; line-height: 18px; border: 1px solid #bebebe; margin-left: 14px; position: relative; top: -7px; }
#province,#city { width: 94px; height: 22px; border: 1px solid #bcbcbc; }
#province { margin-right: 6px; }
.questionnaire .labelInput { font-size: 14px; color: #111; padding: 0; width: auto; }
.formInput { width: 187px; height: 17px; padding: 3px; line-height: 16px; border: 1px solid #bcbcbc; }
.frm_btn { width: 138px; height: 38px; text-align: center; margin: 23px 0 34px; border: 1px solid #687182; background: #2d62ca; 
	       color: #fff; font: 16px/34px "微软雅黑"; display: inline-block; cursor: pointer; }
.quest_list .get_color { background: #FBF66F; }
.errortip { margin-left: 6px; color: #ba1825 !important; }

/*提交成功弹窗*/
.c_black{ display: none; position: fixed; background: #000; width: 100%; height: 100%; top:0; opacity: 0.4; filter:alpha(opacity=40); z-index: 999; } 
.confirm{ display: none; position: fixed; left: 35%; bottom: 40%; border-top: 2px solid #ee1c25; z-index: 9998; } 
.bor{ width: 346px; height: 199px; z-index: 9998; border: 1px solid #dcdcdc; background: #fff; text-align: center; color: #333; } 
.wish,.list0{ width: 100%; font: 18px/24px "微软雅黑"; margin-top: 14px; } 
.sure{ width: 128px; height: 35px; color: #fff; background: #ee1c25; font: 18px/34px "微软雅黑"; margin: 30px auto 0; cursor: pointer; } 
.con_close{width: 18px; height: 18px; position: absolute; top: 8px; right: 10px; cursor: pointer; background: url(../images/con_close.png) no-repeat; } 
/*有奖问卷 --end-----------------*/



