﻿/* CSS Document */
*{ margin:0px; padding:0px; }
body{ font-family:"微软雅黑"; font-size:14px; line-height:22px; color:#333;height:100%; background: url(20181020qxj_fj_qxj_bgm.jpg) top center no-repeat fixed #d4eff6;}
div,img,ul,ol,li,dl,dt,dd,p{ border:none; padding:0; margin:0;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-size:14px;font-weight:normal;}
em,i{ font-style:normal;}
.clear{ clear:both;}
.fl{float:left;} 
.fr{float:right;}
.clearflx:after { 
visibility: hidden; 
display: block; 
font-size: 0; 
content: " "; 
clear: both; 
height: 0; 
}
html{height:100%;}
*html .clearflx { zoom: 1; } /* IE6 */ 
*:first-child+html .clearflx { zoom: 1; } /* IE7 */ 

/*text-align*/
.l-txt{text-align:left}
.c-txt{text-align:center}
.r-txt{text-align:right}

/*position*/
.rel{position:relative}
.abs{position:absolute}
.fix{position:fixed}
.hide{display:none}
.block{ display:block;}

/*vertical-align*/
.veralign-mid{ vertical-align:middle;}

/*img*/
img{border:none;vertical-align:bottom}

/*link-color*/
a:link,a:visited,a:active {color:#333; text-decoration:none;}
a:hover {text-decoration: underline; color:#1a9ae3;}

/*line-height*/
.h15{ line-height:15px;}
.h18{ line-height:18px;}
.h20{ line-height:20px;}
.h21{ line-height:21px;}
.h22{ line-height:22px;}
.h23{ line-height:23px;}
.h24{ line-height:24px;}
.h25{ line-height:25px;}
.h26{ line-height:26px;}
.h27{ line-height:27px;}
.h28{ line-height:28px;}
.h30{ line-height:30px;}

/*font-size*/
.tb{ font-weight:bold}
.t12{ font-size:12px;}
.t14{ font-size:14px;}
.t16{ font-size:16px;}
.t18{ font-size:18px;}
.t20{ font-size:20px;}

/*padding*/
.pad-T5{ padding-top:5px}
.pad-T8{ padding-top:8px;}
.pad-T10{ padding-top:10px;}
.pad-T15{ padding-top:15px;}
.pad-T20{ padding-top:20px;}
.pad-T25{ padding-top:25px;}
.pad-T30{ padding-top:30px;}
.pad-T40{ padding-top:40px;}

.pad-L5{ padding-left:5px;}
.pad-L7{ padding-left:7px;}
.pad-L10{ padding-left:10px;}
.pad-L15{ padding-left:15px;}
.pad-L20{ padding-left:20px;}
.pad-L25{ padding-left:25px;}
.pad-L30{ padding-left:30px;}
.pad-L35{ padding-left:35px;}
.pad-L40{ padding-left:40px;}

.pad-R5{ padding-right:5px}
.pad-R10{ padding-right:10px}
.pad-R15{ padding-right:15px}
.pad-R20{ padding-right:20px}
.pad-R25{ padding-right:20px}

.pad-B5{ padding-bottom:5px}
.pad-B10{ padding-bottom:10px}
.pad-B15{ padding-bottom:15px}
.pad-B20{ padding-bottom:20px}
.pad-B25{ padding-bottom:20px}

.padNo{ padding:0 !important;}

.padTB5{ padding:5px 0;}
.padTB10{ padding:10px 0;}
.padTB15{ padding:15px 0;}
.padTB20{ padding:20px 0;}

/*margin*/
.mar-T2{ margin-top:2px;}
.mar-T3{ margin-top:3px;}
.mar-T4{ margin-top:5px;}
.mar-T5{ margin-top:5px;}
.mar-T6{ margin-top:6px;}
.mar-T7{ margin-top:7px;}
.mar-T8{ margin-top:8px;}
.mar-T9{ margin-top:9px;}
.mar-T10{ margin-top:10px;}
.mar-T14{ margin-top:14px;}
.mar-T15{ margin-top:15px;}
.mar-T18{ margin-top:18px;}
.mar-T20{ margin-top:20px;}
.mar-T25{ margin-top:25px;}
.mar-T30{ margin-top:30px;}
.mar-T35{ margin-top:35px;}
.mar-T40{ margin-top:40px;}
.mar-T45{ margin-top:45px;}
.mar-T50{ margin-top:50px;}

.mar-B5{ margin-bottom:5px;}
.mar-B10{ margin-bottom:10px;}
.mar-B15{ margin-bottom:15px;}
.mar-B20{ margin-bottom:20px;}

.mar-L5{ margin-left:5px;}
.mar-L6{ margin-left:6px;}
.mar-L7{ margin-left:7px;}
.mar-L8{ margin-left:8px;}
.mar-L10{ margin-left:10px;}
.mar-L12{ margin-left:12px;}
.mar-L15{ margin-left:15px;}
.mar-L20{ margin-left:20px;}
.mar-L22{ margin-left:22px;}
.mar-L25{ margin-left:25px;}
.mar-L30{ margin-left:30px;}
.mar-L35{ margin-left:35px;}
.mar-L40{ margin-left:40px;}

.mar-R5{ margin-right:5px;}
.mar-R9{ margin-right:9px;}
.mar-R10{ margin-right:10px;}
.mar-R14{ margin-right:14px;}
.mar-R15{ margin-right:15px;}
.mar-R20{ margin-right:20px;}
.mar-R25{ margin-right:25px;}

.margin-auto{margin:0 auto}
.marNo{ margin:0 !important;}

.marTB5{ margin:5px 0;}
.marTB10{ margin:10px 0;}
.marTB15{ margin:15px 0;}
.marTB20{ margin:20px 0;}
.mar-trbl10{ margin:10px;}
.mar-trbl15{ margin:15px;}

/*--zoom/z-index--*/
.zoom{zoom:1;}
.z-index{ z-index:100;}

/*--radius--*/
.radius3{
	border-radius:3px; 
	-moz-border-radius:3px; 
	-ms-border-radius:3px; 
	-o-border-radius:3px; 
	-webkit-border-radius:3px; 

	}
.radius5{
	border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;

	}

/*---------------------------------------segmentation------------------------------------------*/
.wrap{width:100%}

.list li{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:32px;   padding-left:13px;}
.list li span{ float:right; color:#999;}
.list li a span{
	width:0; height:0; overflow:hidden;  float:left; 
	margin:13px 7px 0 5px;
	border-width:2px;
	line-height:28px;
	border-color:transparent  transparent  transparent red;
	border-style:dashed dashed dashed solid;
	}


.more{ padding-right:10px; float:right; font-size:12px; font-family:" 宋体";}
.more:link,.more:visited{ color:#999;}

.borSB1{ border-bottom:1px solid #CCC;}
.borDB1{ border-bottom:1px dashed #CCC;}
.borDR1{ border-right:1px dashed #CCC;}
.borDL1{ border-left:1px dashed #CCC;}
 
/*color*/
.co-white{ color:#FFF}
.co-black{ color:#000}
.co-gray{ color:#9b9b9b}
.co-green{ color:#29b409}
.co-blue{ color:#3b9df1}
.co-orange{ color:#e55100}
.co-red{ color:#ed3403}

/*a-color*/
.a-red:link,.a-red:visited{ color:#C00;}/*--红--*/
.a-blue:link,.a-blue:visited{ color:#03F;}/*--蓝--*/
.a-white:link,.a-white:visited{ color:#fff;}/*--白--*/
.a-orange:link,.a-orange:visited{ color:orange}/*--橙--*/
.a-gran:link,.a-gran:visited{ color:#e5e5e5;}/*--灰--*/
.a-green:link,.a-green:visited{ color:green}/*--绿--*/
.a-dive:link,.a-dive:visited{ color:#FF3;}/*--黄--*/
.a-teal:link,.a-teal:visited{ color:#88eee2;}/*--青--*/


/*------------通用--------------*/
.qxnr_box {background-color:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);  	border-radius:8px 0 0 8px; 
	-moz-border-radius:8px 0 0 8px; 
	-ms-border-radius:8px 0 0 8px; 
	-o-border-radius:8px 0 0 8px; 
	-webkit-border-radius:8px 0 0 8px; }
.logo { margin-top:10px;}
.w-1140 { width:1140px; margin:0 auto;}
.banner { height:134px; padding-top:45px;}
.search { width:440px; margin-left:40px; margin-top:15px;}
.search span { width:249px; height:32px; background:#FFF; display:block;	border-radius:30px; 
	-moz-border-radius:30px; 
	-ms-border-radius:30px; 
	-o-border-radius:30px; 
	-webkit-border-radius:30px; padding:1px;}
.bs_text { width:185px; height:32px; border:none; margin-left:15px; line-height:32px; color:#666;}
.bs_inp_btn { width:44px; height:32px; background:url(20181020qxj_fj_qxj_ss.png) center no-repeat #ffa201; border-radius:30px; 
	-moz-border-radius:30px; 
	-ms-border-radius:30px; 
	-o-border-radius:30px; 
	-webkit-border-radius:30px;border:none; cursor:pointer;}
.bs_inp_btn02 { width:82px; height:32px; background:#0199e6; color:#FFF;border-radius:30px; 
	-moz-border-radius:30px; 
	-ms-border-radius:30px; 
	-o-border-radius:30px; 
	-webkit-border-radius:30px;border:none; cursor:pointer;} 
.xl_list { padding-top:20px; padding-bottom:10px;background-color:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);  position:absolute; width:92px; left:0px; top:15px; z-index:-1; 	border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	-ms-border-radius:0 0 5px 5px; 
	-o-border-radius:0 0 5px 5px; 
	-webkit-border-radius:0 0 5px 5px;} 
.xl_list ul li { border-bottom:1px dashed # 000;}
.xl_list ul li a {text-decoration:none; padding:5px 0 5px 18px; display:block; color:#FFF; }
.xl_list ul li a:hover,.xl_list ul li.curr a {background-color:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);  }
.xs_xx_list { z-index:10; }
.xs_xx_list a.ds_list { z-index:10; width:74px; text-decoration:none; height:32px; background: url(201801_fjqx_qxff_icon03.png) 67px center no-repeat #e53725; color:#FFF;border-radius:30px; 
	-moz-border-radius:30px; 
	-ms-border-radius:30px; 
	-o-border-radius:30px; 
	-webkit-border-radius:30px;border:none; display:block; line-height:32px; padding-left:18px; position:relative; z-index:9999 !important; }
	
.nav_l { height:515px; width:96px;}
.nav_l ul li { background:url(20181020qxj_fj_qxj_nav_03.jpg) left bottom no-repeat;}
.nav_l ul li.nosx { background:none;}
.nav_l ul li a.menu { font-size:16px; text-align:center; color:#FFF; display:block; text-decoration:none; padding-top:24px; padding-bottom:
24px; }
.nav_l ul li.curr a.icon01 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav01.png) 32px 21px  no-repeat #ffa201;border-radius:8px 0 0 0px; 
	-moz-border-radius:8px 0 0 0px; 
	-ms-border-radius:8px 0 0 0px; 
	-o-border-radius:8px 0 0 0px; 
	-webkit-border-radius:8px 0 0 0px;}
.nav_l ul li.curr a.icon02 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav02.png) 33px 18px  no-repeat #ffa201;}
.nav_l ul li.curr a.icon03 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav04.png) 37px 18px  no-repeat #ffa201;}
.nav_l ul li.curr a.icon04 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav05.png) 32px 21px  no-repeat #ffa201;}
.nav_l ul li.curr a.icon05 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav06.png) 32px 18px  no-repeat #ffa201;}
.nav_l ul li.curr a.icon06 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav07.png) 31px 17px  no-repeat #ffa201;border-radius:0px 0 0 8px; 
	-moz-border-radius:0px 0 0 8px; 
	-ms-border-radius:0px 0 0 8px; 
	-o-border-radius:0px 0 0 8px; 
	-webkit-border-radius:0px 0 0 8px;}
.nav_l ul li.curr a.icon07 { padding-top:56px; padding-bottom:
17px; display:block; background: url(20181020qxj_sqxj_index_nav03.png) 35px 19px  no-repeat #ffa201;}


.footer { height:165px; padding-top:30px;}
.footer p { text-align:center; line-height:30px;}
.footer p a { margin-left:8px; margin-right:8px;}
.footer p a:hover{ color:#fff;}
.turn_l { position:absolute; left:110px; top:60px;}
.turn_r { position:absolute; right:90px; top:68px;}

.top_qx { background:url(qx.png) left top no-repeat; width:89px; height:29px; line-height:29px; }
.top_qx a.fzs { display:block; color:#666 !important; padding-left:39px; text-decoration:none !important;width:50px; height:29px; font-family:"SimSun";}
.qx_xl_list { width:200px; position:absolute; padding:15px; background:#FFF; left:-67px; top:57px; z-index:99; }
.qx_xl_list span { background:url(qx_sjx.png) left top no-repeat; width:22px; height:10px; position:absolute; top:-10px; left:104px; }
.qx_xl_list  ul li { float:left; width:80px; line-height:30px; padding-left:15px;}
.top_word { margin-top:10px; width:320px; float:left; margin-left:35px; padding-top:22px;}

.sy_subnav {  position: absolute; z-index:99; right:-90px;top:180px;}
.sy_subnav ul{width:58px; background:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); }
.sy_subnav ul li{ border-bottom:1px solid #282828;}
.sy_subnav ul li a{ height:58px; display:block; color:#fff; text-align:center; text-decoration:none; font-size:12px;}
.sy_subnav ul li a span{ padding-top:32px; display:block;}
.sy_subnav ul li a:hover,.sy_subnav ul li.curr a{ background:#0199e6;}
.sy_subnav_icon{ background:url(20181020qxj_qxj_right_nav01.png) center 10px no-repeat;}
.sy_subnav_icon2{ background:url(20181020qxj_qxj_right_nav02.png) center 10px no-repeat;}
.sy_subnav_icon3{ background:url(20181020qxj_qxj_right_nav03.png) center 8px no-repeat;}



.jjjg_box_fd{ width: 263px; height: 243px; background: #ebf5fe; overflow:hidden;	border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;
	position: fixed; right: 10px; top: 370px; z-index: 999;
 }

.jjjg_box_fd_tit{ height: 38px; background: #0199e6;}
.jjjg_box_fd_tit h4{ font-size: 16px; text-align: center; line-height: 36px; color:#fff;}
.jjjg_box_fd_tit span{ float: right; padding-right: 10px; line-height: 38px;}
.jjjg_box_fd_tit span a{ color:#fff;}

.jjjg_news_dl{ padding: 15px;}
.jjjg_news_dl img{ display: block; margin: 0 auto;}
.jjjg_news_dl p{ padding-top: 25px;}
.jjjg_news_dl p a{color:#e53725;}