@charset "utf-8"; /* CSS Document */ /*img { -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1); } html { -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1); } */ html{ color:#000;background:#f7f8fa; } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td { margin:0;padding:0 } table{border-collapse:collapse;border-spacing:0} fieldset,img{border:0} address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit} del,ins{text-decoration:none} li{list-style:none} caption,th{text-align:left} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal} q:before,q:after{content:''} abbr,acronym{border:0;font-variant:normal} sup{vertical-align:baseline} sub{vertical-align:baseline} legend{color:#000} body { margin: 0px; padding: 0px; background-color: #f7f8fa; font-family: "微软雅黑"; font-size: 16px; font-weight: normal; width: 100%; color: #454545; } ul{ margin:0px; padding:0px; list-style:none; } ul li,ul ol{ display:block; } a{ cursor: pointer; color: #454545; font-family: "微软雅黑"; text-decoration: none; } dl{ margin:0px; padding:0px; } dt,dd{ margin:0px; padding:0px; } img{ border:none; margin:0px; padding:0px; } pre { white-space: pre-wrap; word-wrap: break-word; } .left{ float:left; } .right{ float:right; } .nobackground{ background:none; } .clear{ clear:both; } .hidden{ display:none; } .col-1{ width:10%; } .col-2{ width:20%; } .col-3{ width:30%; } .col-4{ width:40%; } .col-5{ width:50%; } .col-6{ width:60%; } .col-7{ width:70%; } .col-8{ width:80%; } .col-9{ width:90%; } .col-10{ width:100%; } .mtop-5{ margin-top:5px; } .mtop-10{ margin-top:10px; } .mtop-15{ margin-top:15px; } .mtop-20{ margin-top:20px; } .mtop-25{ margin-top:25px; } .mtop-30{ margin-top:30px; } .mleft-5{ margin-left:5px; } .mleft-15{ margin-left:15px; } .mleft-20{ margin-left:20px; } .mleft-25{ margin-left:25px; } .mleft-30{ margin-left:30px; } .fonsize-12{ font-size:12px; } .fonsize-14{ font-size:14px; } .fonsize-16{ font-size:16px; } .fonsize-18{ font-size:18px; } .fonsize-20{ font-size:20px; } .border{ font-weight:bolder; } .text_left{ text-align:left; } .text_right{ text-align:right; } .text_center{ text-align:center; } .ml-5{ margin-left:5px; } .ml-6{ margin-left:6px; } .ml-7{ margin-left:7px; } .ml-8{ margin-left:8px; } .ml-9{ margin-left:9px; } .ml-10{ margin-left:10px; } .header { padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height:auto; width:1349px; background:#f7f8fa; } .header_main{ width:1185px; height:80px; margin:30px auto 15px auto; } .head_nav{ width:1100px; height:80px; float:left; } .twoCode{ width:80px; height:80px; float:left; margin-left:5px; } .logo { width:376px; height:70px; float:left; } .logo img{ } .list_header{ padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height:auto; width:1349px; } .search { height: 36px; width: 206px; float: right; margin:5px; } .search div form span { font-style: oblique; font-variant: normal; text-transform: capitalize; font-size: 18px; border:1px solid #c6c6c6; } .txt_search{ width:200px; height:36px; border:1px solid #c6c6c6; float:left; font-size: 14px; line-height:30px; background:#f0f0f0; color:#999; padding-left:5px; } .btn_search{ width:26px; height:26px; background:url(../images/btn_search_new.jpg); display:block; float:right; position:relative; z-index:88px; left:-5px; top:-30px; } .login{ width:100%; margin-top:10px; } .login ul{ width:240px; float:right; margin-right:30px; } .login ul li{ float:left; display:block; width:80px; text-align:center; } .login ul li a{ font-size:14px; line-height:16px; } .nav { width:720px; height:33px; font-weight:bold; color:#010101; background:#f7f8fa; float:left; margin-top:16px; } .nav ul{ width:1005px; margin-left:auto; margin-right:auto; } .nav ul li { float:left; } .nav ul li:first-child{ margin-left:50px; } .nav ul li a{ color: #333; display: block; font-size:16px; margin-left: auto; width:84px; text-align: center; } .nav ul li ul{ margin:0px; padding:0px; text-align:center; position:absolute; z-index:100; display:none; min-width:90px; filter:alpha(opacity=90); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*IE滤镜,透明度70%*/ -moz-opacity:0.9; /*Firefox私有,透明度50%*/ opacity:0.9;/*其他,透明度50%*/ margin:0px 3px 0px 0px; } .nav ul li ul li{ width:auto; float:none; display:block; margin-left:0px; padding:0px; background:none; } .nav ul li ul li a{ display:block; width:100%; color:#FFF; min-width:86px; line-height:21px; font-size:21px; text-align:center; } .nav ul li ul li:hover a{ background:#47588c; filter:alpha(opacity=90); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*IE滤镜,透明度70%*/ -moz-opacity:0.9; /*Firefox私有,透明度50%*/ opacity:0.9;/*其他,透明度50%*/ } .nav ul li:hover a{ /* background:#CCC; filter:alpha(opacity=90); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; */ color:#014995; } .nav ul li:hover ul{ display: block; } .ad{ text-align:center; } .ad ul{ width:100%} .ad ul p {margin:0px; padding:0px;} .ad ul p img{ height:200px;width:100%; margin:0px; padding:0px; border:none;} .main { clear: both; height: 100%; background:#f7f8fa; width:1349px; margin:0px auto; } h1 a{font-size:18px;/*font-weight:bold;*/color:#1E2382;} .contain { clear: both; height: auto; width: 1200px; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; background: } .tpxw{ width:766px; height:221px; background:url(../images/bg_tpxw.jpg) no-repeat; padding:4px 10px; } .tpxw .tpxw_image{ float:left; width:352px; height:210px; } .tpxw_image .ImageTitle{ color:#FFF; font-family:'微软雅黑'; position:relative; left:0px; float:left;z-index:999;height:36px;top:-36px; ; } .tpxw_image .ImageTitle .newstitle{ font-size:15px; line-height:36px; height:36px;text-align:center; width:352px; overflow:hidden;padding-left:5px; } .tpxw_image .ImageTitle .newstitle a{ color:#FFF; } .tpxw_image .background{ filter:alpha(opacity=50); /*IE滤镜,透明度70%*/ -moz-opacity:0.5; /*Firefox私有,透明度50%*/ opacity:0.5; width:100%; height:36px; background:#000;z-index:888; } .tpxw .tpxw_lists{ float:left; width:398px; } .tpxw_lists h1{width: 390px; height: 35px; margin-left: 14px; padding-top: 5px; border-bottom: 1px solid #DDD; line-height: 35px; font-size: 18px; font-weight: bold; color: #1E2382; float: left;} .tpxw_lists ul{width: 390px; margin-left: 14px; float: left;} .tpxw_lists ul li{width: 390px; line-height: 40px;} .tpxw_lists ul li a{width: 340px; font-size: 15px; color: #000; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float: left;} .tpxw_lists ul li a:hover{text-decoration:none;} .tpxw_lists ul li span{font-size: 15px; color: #999; float: right;} .dts{ width:766px; height:220px; background:url(../images/bg_xwdt.jpg) no-repeat; padding:10px; } .jl_tab_news{background:#fff;} .jl_tab_nav{float:left; width:135px;} .jl_tab_nav li{line-height:55px; width: 104px; border-bottom:1px solid #ddd; padding-left:20px; border-right:1px solid #ddd; color:#999; font-weight:bold; cursor:pointer;} .jl_tab_nav li a{color:#999; font-size:16px;} .jl_tab_nav li.jl_hover{color:#1e2382; border-right:#fff;} .jl_tab_nav li.jl_hover a{color:#1e2382;} .jl_tab_nr{width:608px; float:right; padding:10px; line-height:40px;} .jl_tab_nr a{color:#333; font-size:15px; } .jl_tab_nr a:hover{text-decoration:none;} .jl_tab_nr .jl_time{color:#999; font-size:13px; text-align:right} .dts_nav { background:#e1c154; width:100%; height:41px; } .dts_nav ul{ width:100%; background:#e1c154; } .dts_nav li{ float:left; margin-left:2px; } .dts_nav li a{ background:url(../images/dts_nav.jpg); display:block; height:41px; width:197px; text-align:center; font-size:18px; line-height:40px; color:#FFF; } .dts_nav li a:hover{ background:url(../images/dts_nav_h.jpg); } .dts_nav .active a{ background:url(../images/dts_nav_h.jpg); } .dts_infos ul{ margin:2px auto 10px auto; width:541px; } .dts_infos ul li{ height:32px; border-bottom:1px solid #dcdadb; width:100%; clear:both; } .dts_infos ul li:last-child{ border:none; } .dts_infos ul li a{ height:32px; line-height:32px; font-size:12px; background-image:url(../images/arrow.jpg) ; background-repeat:no-repeat; background-position:3px 7px; padding:0px 20px 0px 20px; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:400px; float:left; } .dts_infos ul li:hover{ filter:alpha(opacity=50); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/*IE滤镜,透明度70%*/ -moz-opacity:0.5; /*Firefox私有,透明度50%*/ opacity:0.5;/*其他,透明度50%*/ } .dts_infos ul li label{ float:right; margin-right:5px; line-height:32px; font-size:12px; } .unactivated{ border:1px solid #7e9500; background:#859b0a; } .activate{ border:1px solid #b5c654; background:#c0d065; } .lists{ clear:both; } .list{ float:left; } .list .title{ width: 200px; height: 20px; text-align: left; float:left; color:#454545; font-size:16px; line-height:20px; float:left; margin-bottom:3px; min-width:310px; } .list .title a{ color:#4662c3; } .list .more a{ width: 20px; height:20px; vertical-align: bottom; display: block; float:left; color:#3a3756; font-size:12px; font-weight:bolder; background:url(../images/more.jpg) no-repeat; background-position:left; } .list .hr { clear:both; width: 100%; height:1px; } .list .infos{ width: 100%; height: 158px; border:1px solid #757575; } .list .infos ul a{ width:265px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; padding-left:10px; padding-bottom:2px; background:url(../images/circle.jpg) no-repeat; background-position:0px 5px; margin-top:3px; border-bottom:1px solid #dcdadb; margin-left:auto; margin-right:auto; font-size:12px; line-height:12px; height:12px; } .list .infos ul a:hover { background:url(../images/circle1.jpg) no-repeat; color:#e4b91d; background-position:0px 5px; } .list .infos dl{ width:100%; } .list .infos dl dt{ float:left; } .list .infos dl dd{ } .list .infos dl dd ul{ margin-left:30px; padding-top:5px; } .list .infos dl dd a{ display:block; float:left; margin-top:1px; margin-left:30px; height:15px; width:260px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:16px; } .list .infos dl dd a:hover{ color:#e4b91d; } .tzgg{ width: 364px; height: 201px; background:url(../images/bg_ztbd.jpg) no-repeat; padding:10px; } .tzgg h1{padding:0 15px; height:45px;} .tzgg h1 span a{font-size: 18px; color: #1E2382; line-height: 45px; font-weight: bold; float: left;} .tzgg h1 a{ font-size: 15px; color: #2286CD; line-height: 45px; float: right;} .tzgg ul { margin-bottom:5px; } .tzgg ul li{ margin-left:-4px; margin-top:5px; } .tzgg ul li:first-child{ margin-top:0px; } .tzgg ul li a:hover{ filter:alpha(opacity=50); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/*IE滤镜,透明度70%*/ -moz-opacity:0.5; /*Firefox私有,透明度50%*/ opacity:0.5;/*其他,透明度50%*/ } .zdxm{ width: 360px; height:240px; background:url(../images/bg_gcdt.jpg) no-repeat; padding:10px; overflow:hidden; } .zdxm h1{padding:0 15px; height:45px;} .zdxm h1 span a{font-size: 18px; color: #1E2382; line-height: 45px; font-weight: bold; float: left;} .zdxm h1 a{ font-size: 15px; color: #2286CD; line-height: 45px; float: right;} .jl_indexMainSecBottomBox{height: 165px; overflow-x: hidden; float: left;} .jl_indexMainSecBottomBoxMargin{margin-left: 4px;} .jl_indexMainSecBottom{width: 365px; height: 165px; background: #FFF;} .jl_indexMainSecBottom:first-child{ margin-left:0px;} .jl_indexMainSecBottom img{width: 154px; height: 165px; float: left; } .jl_indexMainSecBottom h2{width: 180px; margin-left: 15px; font-size: 18px; font-weight: bold; color: #000; float: left;} .jl_indexMainSecBottom span{width: 180px; margin-left: 15px; margin-top: 10px; float: left;} .jl_indexMainSecBottom span a{font-size: 14px; color: #333; line-height: 20px;} #jl_indexMainSecPrev{position:relative; background: url(../images/jl_indexMain2Left.png);} #jl_indexMainSecNext{position:relative; background: url(../images/jl_indexMain2Right.png);} .scy_xj_syshzr{position:relative; left:180px; top:130px; width:180px; height:40px;} .scy_xj_syshzr .h4{position:relative; font-size:30px; font-weight:bold;color:#0273c3; font-family:Arial, Helvetica, sans-serif; top:-160px;} .scy_xj_syshzr .h5{position:relative; margin-top:14px; font-size:16px; color:#999999; font-family:Arial, Helvetica, sans-serif; top:-160px;} .scy_xj_syshzr .h3{width: 36px; height: 36px; display:inline-block; top:-160px; right:-60px;} .scy_xj_syshzr .h3:hover{cursor: pointer;} .xxxhide{ display:none;} .list .ygfc dl{ margin-top:10px; } .list .ygfc dl dt{ width:140px; float:left; } .list .ygfc dl dt ul a{ width:120px; margin-left:auto; margin-right:auto; } .list .ygfc dl dd{ width:160px; height:140px; float:left; } .list .ygfc dl dd a{ width:160px; height:140px; margin-left:2px; } .list .ztlj div{ width:116px; height:50px; float:left; margin-left:30px; margin-top:20px; } .list .lxwm{ font-size:14px; color:#45598c; font-weight:bolder; } .list .lxwm li{ width:255px; margin:10px auto; } .list .lxwm .phone{ font-size:20px; color:#45598c; font-weight:bolder; } .hrefs{ width:210px; height:185px; float:left; margin-top:20px; margin-left:10px; } .hrefs .title{ width: 120px; background: #8f8b8a; height: 25px; text-align: center; float:left; color:#FFF; font-weight:bolder; line-height:25px; border-bottom:#706f52 1px solid; border-top:#ededed 1px solid; } .hrefs .infos{ width: 165px; height: 110px; margin:20px auto; } .hrefs .infos ul li{ padding:0xp 5px; display:inline-block; font-size:12px; } .hrefs .more a{ width: 50px; height:15px; vertical-align: bottom; display: block; float:right; text-align:center; margin-top:10px; color:#e0b614; } .hrefs .hr { clear:both; width: 100%; height:2px; background-image:url(../images/list_hr.jpg); } .hrefs ul{ margin:0px auto; width:95%; } .hrefs ul li{ margin-top:2px; margin-bottom:0px; clear:both; font-size:14px; width:100%; height:16px; background-image:url(../images/disc.jpg); background-repeat:no-repeat ; background-position:5px 6px; } .hrefs ul li a{ overflow:hidden; display:block; color:#666; font-size:10px; margin-left:10px; } .hrefs ul li a:hover{ color:#bd8552; } .hrefs .tzgg li{ margin-top:10px; height:30px; } .hrefs .tzgg li a{ display:block; } .detial_left { width: 233px; float: left; margin-left:0px; margin-top:0px; } .detial_left_title { font-size: 22px; line-height: 22px; font-weight:bolder; font-family:"黑体"; color:#FFF; height: 73px; width: 200px; text-align: left; margin-right: auto; padding-top:33px; clear: both; background:url(../images/detial_title_bg.jpg); padding-left:30px; } .detial_left_list { background-color: #FFF; height: auto; width: 230px; margin-left: 0px; margin-right: auto; border:0px solid #e5e5e5; } .detial_left_list li{ background-color:#e5e6e8; } .detial_link { height: 30px; width:100% } .detial_left_list a { height: auto; width: 185px; font-size: 16px; line-height: 45px; padding-left:45px; display:block; cursor: pointer; color:#555555; background-color:#e5e6e8; background:url(../images/left_list_bg.jpg) no-repeat; } .detial_left_list a.child { padding-left:65px; background:url(../images/left_list_bg_child.jpg) no-repeat; } .detial_left_list a.nolink { cursor:default; } .detial_left_list a:hover { background:url(../images/left_list_bg1.jpg) no-repeat; background-color:#f39801; color:#FFF; } .detial_left_list .child:hover { background:url(../images/left_list_bg_child1.jpg) no-repeat; color:#FFF; } .detial_left_list .nolink:hover{ color:#555555; background:url(../images/left_list_bg.jpg) no-repeat; } .detial_left_list a.cb { background:url(../images/left_list_bg1.jpg) no-repeat; color:#FFF; } .detial_left_list a.ccb { background:url(../images/left_list_bg_child1.jpg) no-repeat; color:#FFF; } .detial_hr { background-image: url(../images/detial_hr.jpg); height: 3px; background-repeat: no-repeat; } .detial_right { height: auto; width: 750px; margin-left: 20px; margin-right: auto; margin-top:0px; float: left; color:#4d4d4b; border:0px solid #e5e5e5; background:##f7f5f4; } .dao { padding: 10px; } .detial_info { margin: auto; height: auto; width: 736px; } .list_nav{ width:100%; height:56px; /*background:url(../images/list_nav.jpg);*/ } .list_nav .title{ color:#2a75cd; height:50px; float:left; width:auto; border-bottom:3px solid #2a75cd; margin-left:35px; line-height:50px; font-size:18px; font-weight:bolder; } .list_nav .infos{ line-height:43px; font-size:14px; float:right; margin-right:20px; } .fa-home{ background:url(../images/home.jpg) no-repeat; width:24px; height:22px; display:block; float:left; margin-top:15px; } .list_info .news_list{ margin-top:20px; } .list_info .news_list li{ height:40px; width:713px; margin-left:auto; margin-right:auto; line-height:40px; font-size:14px; display:block; background:url(../images/lists.jpg) no-repeat; background-position:15px 18px; } .list_info li{ background-color:#e5e6e8; } .list_info .news_list li a{ background:url(../images/lists.jpg) no-repeat; background-position:15px 18px; line-height:40px; display:block; width:604px; padding-left:30px; float:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .list_info li a{ background-color:#5f5950; } .list_info li a:hover{ background-color:#f39801; color:#e5e6e8; } .news_list li a:hover{ color:#ffffff; } .news_list li:hover{ background-color:#f39801; color:#ffffff; } .news_list li:hover a{ background-color:#f39801; color:#ffffff; } .list_info .news_list li label{ float:left; } .left_nav{ width:100%; margin:0px auto; } .left_img{ margin:10px 0px; } .noborder{ border:none; } .info_title { font-size: 24px; line-height: 34px; text-align: center; vertical-align: middle; color:#f39800; margin-top:40px; margin-bottom:20px; } .info_auter{ height: 20px; margin-top: 5px; padding-left: 10px; font-size: 13px; line-height: 20px; float:left; color:#c6c6c6; } .info_creater{ width:100%; clear:both; margin:10px 0px 10px 0px; text-align: center; vertical-align: middle; color:#c6c6c6; } .info_creater ul{ width:735px; display:inline; } .info_creater ul li{ display:inline-block; margin-left:15px; } .info_time { height: 20px; margin-top: 5px; padding-left: 10px; font-size: 13px; line-height: 20px; float:left; color:#c6c6c6; } .info_time label{ padding:5px; } .info_content { height: auto; margin-right: auto; margin-left: auto; overflow: visible; visibility: visible; font-size: 16px; line-height: 30px; color:#454545; margin-top:10px; word-wrap:break-word; } .info_content p span{ white-space:pre-wrap !important; /* css3.0 */ white-space:-moz-pre-wrap !important; /* Firefox */ white-space:-o-pre-wrap !important; /* Opera 7 */ word-wrap:break-word !important; /* Internet Explorer 5.5+ */ text-wrap:warp !important; } .list_cur{ color: #bed673; font-family: "微软雅黑"; font-size: 16px; text-align: left; line-height:16px; } .list_title{ font-family: "微软雅黑"; font-size: 20px; text-align: left; line-height: 24px; margin-top: 10px; } .list_table{ width:606px; margin:0px auto; } .list_table td{ border-collapse:0px; border:none; border-spacing:0px; } .list_table thead{ background:url(../images/table_head.jpg) no-repeat; width:100%; height:22px; } .list_table thead th{ font-family: "微软雅黑"; font-size: 14px; border:none; } .list_table tbody td{ text-align:left; font-family: "微软雅黑"; font-size: 12px; border:none; line-height:65px; border-bottom:2px solid #a9aba8; } .list_table tbody td a{ color:#4d4d4b; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center; padding:0px 20px; max-width:316px; background:url(../images/circle.jpg) no-repeat; background-position:5px 30px; } .list_table tbody td a:hover { color:#8896d6; } .orow{ background:#d9e1d6; } #page { font-size: 12px; line-height: 20px; text-align: center; vertical-align: middle; color:#4e4e4c; margin-top:20px; } #page ul{ display:inline-block; width:100%; text-align:center; vertical-align: middle; } #page ul li { display:inline-block; margin: 5px; min-width:20px; min-height:30px; border:1px solid #c8c8c8; line-height:30px; width:auto; height:auto; background:rgba(247, 245, 244, 1); padding:5px; border-bottom:1px solid #dcdcdc; } #page ul li a{ padding:0px; background-image:none; display:inline; background-position:0px 0px;; float:none; line-height:30px; min-width:20px; width:auto; height:auto; clear:both; } #page ul li:hover { color:#fff; background:#2a75cd; cursor:pointer; } .mbPage_cuta{ color:#fff; background:#2a75cd; cursor:pointer; } .ser_content{ background:url(../images/lists.jpg) no-repeat; background-position:15px 18px; line-height:40px; display:block; padding-left:30px; border-bottom:1px solid #dcdcdc; font-size:14px; } .ser_content a:hover{ color:#8896d6; } .hover{ color:#f38624; } .footer{ width:100%; height:135px; background:#f1f0ee; margin:0px 0px 0px 0px; clear:both; } .footer .footer_infos{ width:1075px; margin:0px auto; color:#999999; font-size:14px; text-align:center; text-decoration:none; font-weight:400; } .footer .footer_infos h4{ margin:0px; padding:0px; font-weight:400; } .footer .footer_infos h4 a{ color:#999999; font-size:14px; font-weight:400; } .style_select { width:138px; height:26px; overflow: hidden; background: url(../images/select_arrow.jpg) no-repeat #e1e1e1; background-position:120px 10px; float:left; margin-left:10px; text-align:left; margin-top:5px; border:1px solid #c2c2c2; } .style_select select{ background: transparent; width:165px; height:26px; padding: 5px; font-size: 12px; border: none; -webkit-appearance: none; /*for chrome*/ color:#636363; } .list_content{ width:100%; height:auto; background:#f7f5f4; padding-top:15px; } .list_content .content_cen{ width:1011px; margin:0px auto 0px auto; height:auto; background:#f7f5f4; } .images_list{ height:auto; } .images_list ul li{ float:left; display:block; width:220px; height:200px; border:1px solid #dddddd; margin:14px; } .images_list ul li dl{ margin:8px; display:inline; width:100%; height:100%; text-align:center; vertical-align:middle; } .images_list ul li dl dd a{ background-color: #ffffff; display: block; width:100%; height:100%; } .images_list ul li dl dd a img{ display:inline-block; margin:5px; width:200px; height:140px; } .images_list ul li dl dt{ max-width:200px; margin:5px auto; font-size:14px; line-height:18px; } .images_list ul li dl dt a{ background-color: #5f5950; color: #ffffff; display: block; width: 200px } .ztbd_list{ height:auto; } .ztbd_list ul li{ float:left; display:block; width:205px; height:auto; border:1px solid #dddddd; margin:10px; padding:10px; } .ztbd_list ul li dl{ margin:0px; display:inline; width:100%; height:100%; text-align:left; vertical-align:middle; } .ztbd_list ul li dl dd img{ display:inline-block; } .ztbd_list ul li dl dt{ width:209px; height:24px; margin:0px auto; font-size:16px; line-height:24px; background:#5f5950; color:#FFF; border:1px solid #5f5950; overflow:hidden; } .ztbd_list ul li dl dt a{ color:#FFF; padding-left:5px; line-height:24px; } .zdxm_list{} .zdxm_list dl{ width:100%; margin-top:10px; margin-left:5px; } .zdxm_list dl dt{ float:left; } .zdxm_list dl dd{ height:320px; overflow:hidden; } .zdxm_list dl dd a{ display:block; float:left; width:160px; height:87px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:16px; margin:5px; padding-left:10px; } .zdxm_list dl dd a:first{ margin-top:0px; } .zdxm_list dl dd a img{ border:1px solid #e4e8e7; } .zdxm_list dl dd ul li{ height:97px; } .zdxm_list dl dd ul .active a{ background:url(../images/zdxm_ls_bg.jpg) no-repeat; } .zdxm_list dl dd ul .active a img{ filter:alpha(opacity=90); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*IE滤镜,透明度70%*/ -moz-opacity:0.9; /*Firefox私有,透明度50%*/ opacity:0.9;/*其他,透明度50%*/ width:90%; height:90%; margin-top:3px; } .zdxm_list dl dd a:hover img{ filter:alpha(opacity=90); /*IE滤镜,透明度70%*/ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*IE滤镜,透明度70%*/ -moz-opacity:0.9; /*Firefox私有,透明度50%*/ opacity:0.9;/*其他,透明度50%*/ width:90%; height:90%; margin-top:3px; } .zdxm_list dl dd a:hover{ background:url(../images/zdxm_ls_bg.jpg) no-repeat; } .zdxm_list #zdxm_imgs{ height:320px; } .zdxm_list .img_title{ background:#000; color:#FFF; position:relative; top:-30px; height:30px; line-height:30px; padding-left:10px; filter:alpha(opacity=70); /*IE滤镜,透明度70%*/ -moz-opacity:0.7; /*Firefox私有,透明度50%*/ opacity:0.7; z-index:9; } #imglist{ } #zdxm_imgs .imageslist{ height:290px; overflow:hidden; } #zdxm_imgs .arrow_up,.arrow_down{ text-align:center; margin-top: 0px; background: #47a3da; color: #fff; width:50px; height:15px; font-size: 15px; line-height:15px; margin-left:30%; cursor:pointer; } #zdxm_imgs .arrow_down{ position:relative; bottom:0px; } #zdxm_imgs .arrow_up:hover,.arrow_down:hover{ background: #378fc3; } .zdxm_context{ padding:5px; font-size:16px; line-height:30px; clear:both; } /*9-24日大图轮播*/ #cbp-fwslider { position: relative; overflow: hidden; width:100%; height:304px; } #cbp-fwslider ul { margin: 0; padding: 0; white-space: nowrap; list-style-type: none; } #cbp-fwslider ul li { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); float: left; display: block; margin: 0; padding: 0; } #cbp-fwslider ul li > a, #cbp-fwslider ul li > div { display: block; text-align: center; outline: none; } #cbp-fwslider ul li > a img { border: none; display: block; margin: 0 auto; width:100%; max-width: 100%; } #cbp-fwslider nav span { position: absolute; top: 50%; width: 30px; height: 40px; background: #47a3da; color: #fff; font-size: 40px; text-align: center; margin-top: -50px; line-height: 40px; cursor: pointer; font-weight: normal; } #cbp-fwslider nav span:hover { background: #378fc3; } #cbp-fwslider nav span.cbp-fwnext { right: 0px; } #cbp-fwslider nav span.cbp-fwprev { left: 0px; } .cbp-fwdots { position: absolute; bottom: 10px; white-space: nowrap; text-align: center; width: 100%; } .cbp-fwdots span { display: inline-block; width: 14px; height: 14px; background: #ddd; margin: 4px 6px; border-radius: 50%; cursor: pointer; } .cbp-fwdots span:hover { background: #47a3da; } .cbp-fwdots span.cbp-fwcurrent { background: #47a3da; /*box-shadow: 0 0 0 2px #47a3da;*/ -webkit-transition: box-shadow 0.2s ease-in-out; -moz-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; } .twoCode1{ position:absolute; z-index:100; top:155px; left:1065px; display:none; }