img{
	border: none;
	border: none\0;
	border: none\9;
	border: none !important;
}
/*导航*/
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
#navTop{
	width: 1200px;
	min-width: 1200px;
	height: 54px;
	margin: 0 auto;
	position: relative;
}

#navTop img.nav_logo{
	float: left;
	margin-top: 10px;
}

.navTop_classify{
	display:block;
	float: left;
	position: relative;
	color: #333;
	font-size: 15px;
	margin-right: 31px;
	line-height: 54px;
	height: 54px;
	cursor: pointer;
}
.navTop_classify>.hot-img{
	position: absolute;
	width: 16px;
	transform: rotate(30deg);
	left: 59px;
    top: 4px;
}
.navTop_classify>.new{
	position: absolute;
    left: 33px;
    top: 6px;
    border: 1px solid red;
    height: 16px;
    color: red;
    line-height: 12px;
    border-radius: 4px;
    padding: 0 2px;
    font-size: 12px;
    transform: scale(.8) rotate(20deg);
}
.navTop_classify:hover{
	color: #ff9b31;
}
.nav_change_hide{
	display: inline-block;
	width: auto;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
}

/* 二级分类开始 */
.nav_top_mid{
	display: inline-block;
	margin-left: 34px;
}

.navTop_sub_menu{
	width: 140px;
	height:0;
	position: absolute;
	left: -25px;
	top: 54px;
	border-radius:0 0 4px 4px;
	background: #fff;
	border-top: none;
	list-style: none;
	overflow: hidden;
}
.navTop_sub_menu li{
	color: #444;
	font-size: 14px;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
}
.navTop_sub_menu li:hover{
	color: #FF9B31;
}
.navTop_sub_menu li i{
	margin-right:12px;
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.navTop_sub_menu li i.biaoshi{
	background: url('../img/nav/class_icon_sign_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.biaoshi{
	background: url('../img/nav/class_icon_sign_pre.png') no-repeat center;
}
.navTop_sub_menu li i.jingguan{
	background: url('../img/nav/class_icon_la_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.jingguan{
	background: url('../img/nav/class_icon_la_pre.png') no-repeat center;
}
.navTop_sub_menu li i.meichen{
	background: url('../img/nav/class_icon_decreate_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.meichen{
	background: url('../img/nav/class_icon_decreate_pre.png') no-repeat center;
}
.navTop_sub_menu li i.zhanshi{
	background: url('../img/nav/class_icon_show_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.zhanshi{
	background: url('../img/nav/class_icon_show_pre.png') no-repeat center;
}
.navTop_sub_menu li i.erwei{
	background: url('../img/nav/class_icon_2d_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.erwei{
	background: url('../img/nav/class_icon_2d_pre.png') no-repeat center;
}
.navTop_sub_menu li i.chajian{
	background: url('../img/nav/class_icon_plugin_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.chajian{
	background: url('../img/nav/class_icon_plugin_pre.png') no-repeat center;
}
.navTop_sub_menu li i.cehua{
	background: url('../img/nav/class_icon_layout_nor.png') no-repeat center;
}
.navTop_sub_menu li:hover i.cehua{
	background: url('../img/nav/class_icon_layout_pre.png') no-repeat center;
}
.navTop_sub_menu li:last-child i{
	margin-top: -4px;
}

/* 搜索框部分开始 */
#navTop_searchContanier{
	z-index: 99;
	float: right;
	display: block;
	height: 40px;
	margin-top: 7px;
	position: relative;
	color: #333;
}
.n_s_choose_title{
	float: right;
	border: 1px solid #DEDEDE;
	border-right: none;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
	/* 搜索文本框 */
.btn_classify{
	float: left;
	width: 70px;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	border-right: 1px solid #EFEFEF;
	cursor: pointer;
	position: relative;
}
.btn_classify img{
	margin-left: 8px;
}
.btn_classify .classify_submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 70px;
	background: #fff;
	border: 1px solid #DBDBDB;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.btn_classify .classify_submenu ul li{
	height: 26px;
	height: 26px/9;
	height: 26px/0;
	line-height: 26px;
	line-height: 26px/9;
	line-height: 26px/0;
	width: 100%;
	font-size: 14px;
	color: #666;
}
.btn_classify .classify_submenu ul li:hover{
	background: #F4F4F4;
}
#n_s_input{
	float: left;
	width: 190px;
	height: 38px;
	line-height: 38px;
	line-height: 38px/9;
	line-height: 38px/0;
	padding:0 40px 0 8px;
	font-size: 14px;
	color: #444;
	text-align: left;
	outline: none;
	border: none;
}

	/* 搜索列表 */
#n_s_content{
	display:none;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 42px;
	left: 70px;
	width: 336px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	background: #fff;
	padding: 12px 0;
	overflow: hidden;
}
.n_s_line{
	width: 100%;
	margin: 2px 0;
	border-bottom: 1px solid #F4F4F4;
}
	/*搜索词*/
#tag1_container:after{
	content: "";
	display: block;
	clear: both;
	
}
.n_s_title{
	color: #FF9B31;
	font-size: 14px;
	margin-bottom: 16px;
	padding-left: 10px;
	display: block;
}
.n_s_tag{
	color: 14px;
	color: #666;
	cursor: pointer;
}
#tag1_container{
	padding-left: 10px;
}
.n_s_tag1{
	float: left;
	display: block;
	font-size: 14px;
	color: #999;
	margin-right: 18px;
}
.n_s_tag1:hover{
	color: #FF9B31;
}
.n_s_tag2{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.n_s_tag2:hover{
	background: #F4F4F4;
}
.n_s_tag:last-child{
	margin-bottom: 0px;
}
	/*搜索按钮  */
#n_s_btn{
	border: none;
	outline: none;
	float: right;
	width: 60px;
	height: 40px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #FF9B31;
	background-image: url('../img/nav/nav_icon_search.png');
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: center;
}
#n_s_btn:hover{
	background-color: #ff8800;
	text-decoration:none;
}
#n_s_btn:visited{
	text-decoration:none;
}

/* 登录注册   */
.n_options{
	width: 358px;
	text-align: right;
	float: right;
	height: 100%;
}
.n_options>*{
	float: left;
}
.n_head_upload{
	margin-left: 30px;
}
.n_options .n_head_member,.n_options .n_head_upload{
	width: 60px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.n_options .n_head_member:hover,.n_options .n_head_upload:hover{
	background: #DEDEDE;
}
.n_options .n_head_upload{
	position: relative;
}
.n_head_upload .n_head_upload_lists{
	display: none;
	position: absolute;
	right: 0;
	top: 54px;
	background: #fff;
	width: 136px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.n_options .n_head_upload:hover .n_head_upload_lists{
	display: block;
}
.n_head_upload .n_head_upload_lists ul li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.n_head_upload .n_head_upload_lists ul li:hover{
	color: #ff9900;
}
.n_head_upload .n_head_upload_lists ul li i.icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin:0 12px 0 20px;
}
.n_head_upload_lists ul li .icon_work_upload{
	background: url(../img/nav/upload_icon_file_nor.png) no-repeat center;
}
.n_head_upload_lists ul li:hover .icon_work_upload{
	background: url(../img/nav/upload_icon_file_pre.png) no-repeat center;
}
.n_head_upload_lists ul li .icon_share_inspiration{
	background: url(../img/nav/upload_icon_article_nor.png) no-repeat center;
}
.n_head_upload_lists ul li:hover .icon_share_inspiration{
	background: url(../img/nav/upload_icon_article_pre.png) no-repeat center;
}

	/*未登录*/
.n_option_btn{
	cursor: pointer;
	font-size: 16px;
	padding: 0 10px;
	line-height: 54px;
	display: inline-block;
}
.n_option_btn_login{
	color: #ff9b31;
}
.n_option_btn_login:hover{
	color: #FFAA51;
}
.n_option_btn_reg{
	color: #666;
}
.n_option_btn_reg:hover{
	color: #FF9B31;
}
	/*已登录*/
#n_head_img{
	text-align: left;
	display: inline-block;
	height: 100%;
}
.n_head_msg_tip{
	display: inline-block;
	width: 60px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.n_head_msg_tip .msg_tip{
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 1;
	width: 12px;
	height: 12px;
	padding: 2;
	border-radius: 50%;
	color: #fff;
	background: #FF9402;
	font-size: 14px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.n_head_msg_tip .msg_tip.slideIn{
	animation: slideIn 0.5s infinite;
	-webkit-animation: slideIn 0.5s infinite;
	-moz-animation: slideIn 0.5s infinite;
	-o-animation: slideIn 0.5s infinite;
	-ms-animation: slideIn 0.5s infinite;
}
@-moz-keyframes slideIn{
	0%{opacity: 0;filter:alpha(opacity=0);}
	25%{opacity: 0.5;filter:alpha(opacity=50);}
	50%{opacity: 1;filter:alpha(opacity=100);}
	75%{opacity: 0.5;filter:alpha(opacity=50);}
	100%{opacity: 0;filter:alpha(opacity=100);}
}
@-webkit-keyframes slideIn{
	0%{opacity: 0;filter:alpha(opacity=0);}
	25%{opacity: 0.5;filter:alpha(opacity=50);}
	50%{opacity: 1;filter:alpha(opacity=100);}
	75%{opacity: 0.5;filter:alpha(opacity=50);}
	100%{opacity: 0;filter:alpha(opacity=100);}
}
@-ms-keyframes slideIn{
	0%{opacity: 0;filter:alpha(opacity=0);}
	25%{opacity: 0.5;filter:alpha(opacity=50);}
	50%{opacity: 1;filter:alpha(opacity=100);}
	75%{opacity: 0.5;filter:alpha(opacity=50);}
	100%{opacity: 0;filter:alpha(opacity=100);}
}
@-o-keyframes slideIn{
	0%{opacity: 0;filter:alpha(opacity=0);}
	25%{opacity: 0.5;filter:alpha(opacity=50);}
	50%{opacity: 1;filter:alpha(opacity=100);}
	75%{opacity: 0.5;filter:alpha(opacity=50);}
	100%{opacity: 0;filter:alpha(opacity=100);}
}
.n_head_msg_tip:hover{
	background: #DEDEDE;
}

#n_head_img .n_head_portrait_box{
	display: inline-block;
	width: 140px;
	float: right;
	font-size: 14px;
	color: #A3A3A3;
	height: 54px;
	line-height: 54px;
	position: relative;
}
.n_head_portrait_box a{
	display: inline-block;
}

#n_head_img .n_head_grade{
	position: absolute;
	bottom: 5px;
	left: 25px;
	z-index: 99;
	width: 20px;
	height: 23px;
}

#n_head_img .n_head_portrait{
	width: 40px;
	border-radius: 50%;
	cursor: pointer;
	height:40px;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
	display: inline-block;
	margin-top: 10px;
}
#n_head_img .n_head_icon_tip{
	margin-left: 10px;
	float: left;
	margin-top: 25px;
	transition: all 1s; 
}
.n_head_portrait_box a .n_head_user{
	float: left;
	display: inline-block;
	color: #A3A3A3;
	font-size: 14px;
	height: 60px;
}
.n_head_portrait_box a .n_head_user p{
	line-height: 1;
	font-size: 12px;
}
.n_head_portrait_box a .n_head_user .n_head_username{
	display: block;
	width: 84px;
	color: #333;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px 0 8px 0;
}
.n_head_portrait_box a .n_head_user .n_head_userid{
	color: #666;
	width: 84px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #999;
}
.n_head_portrait_box:hover .n_head_icon_tip{
	transform: rotate(180deg)
}
	/*个人中心*/
.n_head_content{
	position: absolute;
	display: none;
	top: 60px;
	width: 200px;
	padding-bottom: 5px;
	line-height: 0;
	border-radius: 4px;
	background-color: #fff;
	right: 0;
	color: #999;
	font-size: 14px;
	box-shadow: 0 0 5px #E5E5E5;
}
.n_head_con_vip{
	cursor: pointer;	
}
.n_head_content_item{
	cursor: pointer;
	padding-left: 30px;
	height: 40px;
	color: #333;
	line-height: 40px;
}
.n_head_content_item:hover{
	color: #FF9900;
}
.n_head_content_item .iconfont{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 14px;
	vertical-align: middle;
}
.n_head_content_item .icon_home{
	background: url("../img/nav/subnav_icon_person_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_home{
	background: url("../img/nav/subnav_icon_person_pre.png") no-repeat center;
}
.n_head_content_item .icon_collect{
	background: url("../img/nav/subnav_icon_collect_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_collect{
	background: url("../img/nav/subnav_icon_collect_pre.png") no-repeat center;
}
.n_head_content_item .icon_download{
	background: url("../img/nav/subnav_icon_download_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_download{
	background: url("../img/nav/subnav_icon_download_pre.png") no-repeat center;
}
.n_head_content_item .icon_history{
	background: url("../img/nav/subnav_icon_history_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_history{
	background: url("../img/nav/subnav_icon_history_pre.png") no-repeat center;
}
.n_head_content_item .icon_income{
	background: url("../img/nav/subnav_icon_incom_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_income{
	background: url("../img/nav/subnav_icon_incom_pre.png") no-repeat center;
}
.n_head_content_item .icon_member{
	background: url("../img/nav/subnav_icon_vip_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_member{
	background: url("../img/nav/subnav_icon_vip_pre.png") no-repeat center;
}
.n_head_content_item .icon_profile{
	background: url("../img/nav/subnav_icon_profile_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_profile{
	background: url("../img/nav/subnav_icon_profile_pre.png") no-repeat center;
}
.n_head_content_item .icon_exit{
	background: url("../img/nav/subnav_icon_exit_nor.png") no-repeat center;
}
.n_head_content_item:hover .icon_exit{
	background: url("../img/nav/subnav_icon_exit_pre.png") no-repeat center;
}

/*是否 签约弹窗 */
.upload_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;		
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.upload_mask .mask{
	width: 100%;
	height: 100%;
	background: rgba(240,240,240,.9);
	position: absolute;
	left: 0;
	top: 0;
}
.upload_mask .upload_mask_con{
	width: 330px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -160px;
	background: #fff;
}
.upload_mask p{
	font-size: 14px;
	color: #444;
	text-align: center;
	margin: 34px 26px;
}
.fr{float: right;}
.upload_mask .tip_title{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	background: #F4F4F4;
}
.upload_mask .tip_title .close_tip{
	padding: 0 10px;
	cursor: pointer;
}
.upload_mask button{
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	outline: none;
}
.upload_mask button.liji_sign_confirm{
	border: 1px solid #FFAA51;
	color: #fff;
	background: #FFAA51;
	margin: 0 20px 33px 65px;
}

.upload_mask button.liji_sign_cancle{
	border: 1px solid #999;
	color: #999;
	background: #fff;
}
.upload_mask button:hover{
	background: #FF9B31;
	color: #fff;
	border-color: #FF9B31;
}