


.mask_pop{ -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode:both; 
	 opacity:0; visibility:hidden;
}

.fadeInUpDown {
  -webkit-animation-name: fadeInUpDown;
  animation-name: fadeInUpDown;
   opacity:1; visibility:visible;
}

@-webkit-keyframes fadeInUpDown{
    0%{ -webkit-transform:translate(0,200px); opacity: 0;}
    100%{ -webkit-transform:translate(0,0px);opacity: 1;}
}

@keyframes fadeInUpDown{
   0%{ -webkit-transform:translate(0,200px); opacity: 0;}
    100%{ -webkit-transform:translate(0,0px); opacity: 1;}
}

.bodyHidden{ overflow:hidden;}

/*寮圭獥opacity*/
.maskLaty{ width:100%; height:100%; background:rgba(16,26,41,0.76); position:fixed; top:0; left:0; z-index:9; opacity:0; visibility:hidden; -webkit-transition:opacity 0.3s 0s, visibility 0s 0.3s; transition:opacity 0.3s 0s, visibility 0s 0.3s;}
.maskLatyShow{ opacity:1; visibility:visible; -webkit-transition:opacity 0.3s 0s, visibility 0s 0s; transition:opacity 0.3s 0s, visibility 0s 0s;}
.mask_pop{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:10;}
.zyk_pop{ width:100%; background-color:#FFFFFF; position:absolute; top:0; bottom:0;}
.zyk_close{ width:18px; height:18px; background:url(../../images/jxzyk/zyk_close.png) no-repeat; position:absolute; right:30px; top:21px; z-index:3; cursor:pointer;}
.zyk_title{ line-height:56px; font-size:18px; text-align:center;}

.zykScroll{ position:absolute; left:2px; top:60px; right:2px; bottom:10px;}
.resultScroll{ position:absolute; left:2px; top:80px; right:2px; bottom:60px;}
.resultMoreScroll{ position:absolute; left:2px; top:147px; right:2px; bottom:0;}
.kcjxScroll{ position:absolute; left:2px; top:100px; right:2px; bottom:60px;}

.zyk_search_top{ margin-top:116px;}
.zyk_search{ width:478px; height:46px; margin:0 auto; position:relative;}
.zyk_search_input{ width:351px; height:20px; line-height:20px; padding:12px 102px 12px 24px; font-size:16px; color:#181E33; border:solid #C8DCFA 1px; border-right:0; border-radius:50px;}
.zyk_search_input:hover{ border:solid #CCDEF3 1px; border-right:0;}
.zyk_search_input:focus { outline:none; border:solid #CCDEF3 1px; border-right:0; box-shadow:0 0 4px 0 #75BAFF;}
.zyk_search_bnt{ width:60px; height:46px; display:block; background:url(../images/zyk_search_bnt.png) no-repeat; position:absolute; top:0; right:0;}
.zyk_search_bnt:hover{ background-position:0 -50px;}
.zyk_search_bnt:active{ background-position:0 -100px;}
.zyk_search_bnt:before{ content:''; display:block; width:18px; height:18px; background:url(../images/zyk_search_ico.png) no-repeat; position:absolute; left:50%; top:50%; margin:-9px 0 0 -9px;}
.zyk_search_bnt:active:before{ opacity:.8;}
.zyk_search_close{ width:14px; height:14px; background:url(../images/zyk_search_close.png) no-repeat; display:block; position:absolute; right:74px; top:50%; margin-top:-7px;}

.relevant{ line-height:17px; margin-top:50px; text-align:center;}

.relevant_list{ width:832px; margin:40px auto 0;}
.relevant_list li{ width:400px; margin:0 8px 20px; float:left; border-radius:6px; overflow:hidden;}
.relevant_list li a{ height:60px; padding:25px 32px; display:block; background:#F7F9FA;}
.relevant_list li img{ width:60px; height:60px; display:block; border-radius:6px; float:left;}
.relevant_list li .relevant_text{ width:256px; height:60px; float:right; display:table;}
.relevant_list li .relevant_text dt{ line-height:22px; font-size:16px; color:#181E33; display:table-cell; vertical-align:middle;}
.relevant_list li .relevant_small{ width:36px; height:20px; line-height:20px; margin-left:6px; font-size:12px; color:#FFFFFF; background:#EDAF69; border-radius:4px; display:inline-block; text-align:center;}
.relevant_list li a:hover{ background:#F7FAFC;}
.relevant_list li a:hover .relevant_text dt{ color:#3A4B87;}

.zyk_zanwu{ margin-top: 66px; line-height:20px; text-align:center;}
.zyk_zanwu img{ display:block; margin:0 auto 20px;}
.zyk_zanwu_text{ line-height:20px; margin-top:250px; text-align:center;}

/*鎼滅储缁撴灉*/
.zyk_search_result{ padding:20px 0; border-top:solid #F2F2F2 1px; background:#FBFBFB;}
.result_box{ width:1200px; min-height:300px; margin:0 auto; position:relative;}
.result_box:before{ content:''; display:block; width:1px; min-height:300px; background:#F2F2F2; position:absolute; right:290px; top:80px; bottom:106px}
.result_left{ width:870px;}
.result_right{ width:250px;}

.type_title{ height:42px; padding-top:18px; border-bottom:solid #F2F4F7 1px;}
.result_tab{ height:42px; line-height:42px;}
.result_tab li{ padding:0 2px; margin-right:38px; float:left; position:relative; cursor:pointer;}
.result_tab li.active{ color:#181E33; font-weight:600;}
.result_tab li.active:after{ content:''; display:block; width:32px; height:4px; background:#3A8BFF; border-radius:2px; position:absolute; bottom:0; left:50%; margin-left:-16px;}
.result_tab li a{ color:#646873;}
.result_tab li.active a{ color:#181E33;}

.result_select{ line-height:42px; position:relative;}
.result_name{ color:#91A0B5; cursor:pointer;}
.result_list{ width:108px; background-color:#FFFFFF; border-radius:6px; box-shadow:0px 2px 12px 0px rgba(175,187,204,0.75); position:absolute; left:50%; top:36px; margin-left:-54px; z-index:6;}
.result_list ul{ padding:6px 0;}
.result_list li{ line-height:40px; padding-left:38px; color:#646873; cursor:pointer;}
.result_list li:hover{ background:#F5F8FB; color:#3A8BFF;}
.result_list li.active{ color:#3A8BFF; background:url(../images/result_select_active.png) no-repeat 14px center; background-color:#F5F8FB;}

.result_con{ margin-top:18px;}
.result_numbar{ line-height:17px; padding-bottom: 10px;}
.zyk_check{ width:18px; height:18px; display:block; background:url(../images/zyk_check.png) no-repeat;}
.zyk_checked{ background:url(../images/zyk_checked.png) no-repeat;}
.zyk_disabled{ width:18px; height:18px; display:block; background:url(../images/zyk_disabled.png) no-repeat;}
.zyk_check input,.zyk_disabled input{ width:18px; height:18px; opacity:0;}

.result_head{ height:40px;}
.result_head ul{ height:40px; line-height:40px; background:#F5F6F7; position:relative;}
/*head*/
.result_head li{ float:left;}
.resultHead_check{ width:18px; height:18px; position:absolute; left:30px; top:50%; margin-top:-9px;}
.resultHead_name{ width:414px; margin-left:62px;}
.resultHead_suoshu{ width:108px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.resultHead_yinyong{ width:156px; margin-left:40px;}
.resultHead_size{ max-width:90px;}

.result_body{ margin-top:10px;}
.result_body ul{ height:54px; line-height:54px; position:relative;}
.result_body ul:hover{ background-color:#F7FAFC;}
.resultBody_active{ background-color:#F0F6FF;}
.resultBody_active,.resultBody_active:hover{ background:#f0f6ff !important;}
.resultBody_active:before{ width:100%; height:1px; content:''; display:block; background:#d6e8ff; position:absolute; top:-1px;}
.resultBody_active:after{ width:100%; height:1px; content:''; display:block; background:#d6e8ff; position:absolute; bottom:0px;}
.result_body li{ float:left;}
.resultBody_check{ width:18px; height:18px; position:absolute; left:30px; top:50%; margin-top:-9px;}
.resultBody_pic{ width:30px; height:30px; position:absolute; left:62px; top:50%; margin-top:-15px;}
.resultBody_pic img{ width:30px; height:30px; display:block;}
.resultBody_cont{ width:370px; margin-left:106px;}
.resultBody_text{}
.resultBody_text .resultBody_href{ display:inline-block; max-width:300px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; vertical-align: middle;}
.resultBody_text em{ font-style:normal;}
.resultBody_text .relevant_small{ width:36px; height:20px; line-height:20px; margin-left:6px; font-size:12px; color:#FFFFFF; background:#EDAF69; border-radius:4px; display:inline-block; text-align:center;}
.resultBody_suoshu{ width:108px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.resultBody_yinyong{ width:156px; margin-left:40px;}
.resultBody_size{ max-width:90px;}
.sort_up,.sort_down{ width:13px; height:13px; margin:0 0 3px 3px; *margin:0 0 0 3px; display:inline-block; overflow:hidden; vertical-align:middle; cursor:pointer;}
.sort_up{ background:url(../../images/data/sort_ico_up.png) no-repeat center/11px 13px;}
.sort_down{ background:url(../../images/data/sort_ico_down.png) no-repeat center/11px 13px;}
.sort_up:hover,.sort_down:hover{ opacity:.7;}

.pageNumber{ padding:30px 0; height:26px;}

.relevant_box{}
.relevant_title{ height:34px; line-height:34px; padding-top:22px;}
.relevant_title .fs12{ font-size:12px;}
.relevant_title small{ margin-left:4px;}
.relevant_con{}
.relevant_con li+li{ margin-top:20px;}
.relevant_con li{ border-radius:6px;}
.relevant_con li a{ height:60px; padding:22px 32px; display:block; background:#FFFFFF;}
.relevant_con li img{ width:60px; height:60px; display:block; border-radius:6px; float:left;}
.relevant_con li .relevant_text{ width:106px; height:60px; float:right; display:table;}
.relevant_con li .relevant_text dt{ line-height:22px; font-size:16px; color:#181E33; display:table-cell; vertical-align:middle;}
.relevant_con li .relevant_small{ width:36px; height:20px; line-height:20px; margin-left:6px; font-size:12px; color:#FFFFFF; background:#EDAF69; border-radius:4px; display:inline-block; text-align:center;}
.relevant_con li em{ font-style:normal;}
.relevant_con li a:hover{ background:#F7FAFC;}
.relevant_con li a:hover .relevant_text dt{ color:#3A4B87;}
.relevant_more{ margin-top:11px; line-height:20px; text-align:right;}
.relevant_more a:hover{ opacity:.7;}

.resultBottom{ height:60px; background:#FFFFFF; position:absolute; left:0; right:0; bottom:0; z-index:6; box-shadow:0px -1px 12px 0px rgba(1,39,78,0.06);}
.resultWrap{ width:1200px; height:60px; margin:0 auto;}
.resultSelected{ line-height:60px;}
.resultBnt,.resultBnt_disabled{ width:122px; height:36px; line-height:36px; margin-top:12px; border-radius:20px; display:block; background: url(../images/resultBnt_bg.png) no-repeat; color:#FFFFFF; text-align:center;}
.resultBnt:hover{ background-position:0 -40px;}
.resultBnt:active{ background-position:0 -80px;}
.resultBnt_disabled{ background-position:0 -120px;}

/*鏇村鐩稿叧璇剧▼*/
.result_content{ width:1200px; min-height:300px; margin:0 auto; position:relative;}
.zyk_return_box{ line-height:20px; overflow:hidden; padding-top:20px;}
.zyk_return_bnt{ padding-left:20px; background:url(../images/return_ico.png) no-repeat left center;}
.zyk_return_bnt:hover{ opacity:.7;}
.zyk_return_title{ margin-left:24px;}
.zyk_return_title small{ font-size:12px; margin-left:4px;}

.relevant_table{ margin-left:-66px; margin-top:15px;}
.relevant_table li{ width:250px; margin:0px 0 24px 66px; float:left; border-radius:6px; overflow:hidden;}
.relevant_table li a{ height:60px; padding:25px 32px; display:block; background:#F7F9FA;}
.relevant_table li img{ width:60px; height:60px; display:block; border-radius:6px; float:left;}
.relevant_table li .relevant_text{ width:106px; height:60px; float:right; display:table;}
.relevant_table li .relevant_text dt{ line-height:22px; font-size:16px; color:#181E33; display:table-cell; vertical-align:middle;}
.relevant_table li .relevant_small{ width:36px; height:20px; line-height:20px; margin-left:6px; font-size:12px; color:#FFFFFF; background:#EDAF69; border-radius:4px; display:inline-block; text-align:center;}
.relevant_table li em{ font-style:normal;}
.relevant_table li a:hover{ background:#F7FAFC;}
.relevant_table li a:hover .relevant_text dt{ color:#3A4B87;}

.kc_return_box{ padding:12px 0;}
.kc_return_wrap{ width:1200px; height:34px; line-height:34px; margin:0 auto;}
.kc_return_pic{ height:34px; margin-left:24px;}
.kc_return_pic img{ width:34px; height:34px; margin-right:14px; float:left;}

.kc_tab{ background:#F2F4F7;}
.kc_tab ul{ width:1200px; height:46px; line-height:46px; margin:0 auto;}
.kc_tab li{ padding:0 2px; margin-right:50px; float:left; position:relative; cursor:pointer;}
.kc_tab li.active{ color:#181E33; font-weight:600;}
.kc_tab li.active:after{ content:''; display:block; width:32px; height:4px; background:#3A8BFF; border-radius:2px; position:absolute; bottom:0; left:50%; margin-left:-16px;}
.kc_tab li a{ color:#646873;}
.kc_tab li.active a{ color:#181E33;}

.kcjx_box{ height:36px; padding-top:14px;}
.kcjx_data,.kcjx_box .breadcrumb{ margin-top:14px; line-height:18px;}

.kcjx_con{ margin-top:12px;}

.kcjx_con .resultHead_name{ width:722px; margin-left:62px;}
.kcjx_con .resultHead_yinyong{ width:212px; margin-left:0;}
.kcjx_con .resultHead_size{ max-width:204px; width:204px;}
.kcjx_con .resultBody_cont{ width:678px; margin-left:106px;}
.kcjx_con .resultBody_text .resultBody_href{ max-width:600px;}
.kcjx_con .resultBody_yinyong{ width:212px; margin-left:0;}
.kcjx_con .resultBody_size{ max-width:204px; width:204px;}


.kcjx_con .tiku_cont{ width:606px; margin-left:14px; margin-left: 62px;}
.kcjx_con .tiku_cont img{ width:30px; height:30px; vertical-align:middle; margin-right:14px; margin-bottom:2px;}
.kcjx_con .tiku_leixing{ width:216px;}
.kcjx_con .tiku_size{ width:192px;}
.kcjx_con .tiku_yinyong{ width:122px;}
.kcjx_con .tiku_cont .resultBody_href{ max-width:500px;}


.study_box{ margin-top:12px;}
.study_head{ height:40px;}
.study_head ul{ height:40px; line-height:40px; background:#F5F6F7; position:relative;}
.study_head li{ float:left;}
.study_check{ width:18px; height:18px; position:absolute; left:20px; top:50%; margin-top:-9px;}
.study_mulu{ width:870px; margin-left:52px;}
.study_renwu{ max-width:278px;}
.study_renwu small{ color:#CCCCD4;}

.mulu{ margin-top:10px;}
.mulu_item{}
.mulu_title{ height:60px; line-height:60px; position:relative;}
.mulu_title .mulu_check{ width:18px; height:18px; position:absolute; left:20px; top:50%; margin-top:-9px;}
.mulu_title .mulu_renwu{ width:278px; color:#646873; position:absolute; top:0; right:0;}
.mulu_title .mulu_name{ margin:0 400px 0 52px; font-size:14px; color:#181E33; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.mulu_title .mulu_name .weight{ font-weight:600;}
.mulu_title .mulu_name a{ color:#181E33;}
.mulu_title .mulu_name a:hover{ color:#3A4B87;}
.mulu_title .mulu_name:after{ content:''; display:block; height:1px; background:#F2F2F2; position:absolute; left:0; right:0; bottom:0;}
.mulu_list .mulu_title{ height:54px; line-height:54px; position:relative;}
.mulu_list li .mulu_check{ left:34px;}
.mulu_list li li .mulu_check{ left:48px;}
.mulu_list li li li .mulu_check{ left:62px;}
.mulu_list li li li li .mulu_check{ left:76px;}
.mulu_list li li li li li .mulu_check{ left:90px;}
.mulu_list li li li li li li .mulu_check{ left:104px;}
.mulu_list li .mulu_name{ margin-left:66px;}
.mulu_list li li .mulu_name{ margin-left:80px;}
.mulu_list li li li .mulu_name{ margin-left:94px;}
.mulu_list li li li li .mulu_name{ margin-left:108px;}
.mulu_list li li li li li .mulu_name{ margin-left:122px;}
.mulu_list li li li li li li .mulu_name{ margin-left:136px;}

.mulu_title:hover{ background-color:#F7FAFC;}
.resultBody_active{ background-color:#F0F6FF;}
.resultBody_active,.resultBody_active:hover{ background:#f0f6ff !important;}
.resultBody_active:before{ width:100%; height:1px; content:''; display:block; background:#d6e8ff; position:absolute; top:-1px;}
.resultBody_active:after{ width:100%; height:1px; content:''; display:block; background:#d6e8ff; position:absolute; bottom:0px;}







































































