/* * reset */ body{font:12px/1.5 'Microsoft Yahei', sans-serif; overflow-x:hidden; background-color:#f2f2f2; cursor:default;color:#313131; min-width:1300px; margin:auto;} input,textarea,button,select,legend,fieldset{font-size:100%;border:0;vertical-align:middle;outline:none;margin:0;padding:0;} body,h1,h2,h3,h4,p,ul,ol,dd,dl,form,button{margin:0;} img { max-width:100%; border:0;vertical-align:top; width:auto\9;} ul,ol,li{padding-left:0;list-style-type:none;} a{text-decoration:none;outline:none;color:#241e0e;transition:all .2s ease;} i,b{font-style:normal;} a u{ text-decoration:none;} /*html5 ele*/ article, aside, dialog, footer, header, section, nav, figure, menu { display:block; } /*webkit scroll*/ ::-webkit-scrollbar-track-piece {background-color:#f5f5f5;border-left:1px solid #d2d2d2;} ::-webkit-scrollbar {width:12px;height:13px;} ::-webkit-scrollbar-thumb {background-color:#c2c2c2;background-clip:padding-box;border:1px solid #979797;min-height:28px ;} ::-webkit-scrollbar-thumb:hover {border:1px solid #636363;background-color:#929292;} /*ie scroll*/ @-ms-viewport { width:device-width; } ::selection{background:#1EACDF;color:#fff} img{border:0} ::-moz-selection{background:#1EACDF;color:#fff} ::-webkit-selection{background:#1EACDF;color:#fff} .autoWidth{margin:0 auto;min-width:1000px;max-width:1080px} .auto{margin:0 auto;min-width:1000px;max-width:1080px} @media screen and (max-width:1233px){.auto{padding-left:10px} } .clearfix:after,.clearfix:before{display:table;line-height:0;content:""} .clearfix:after{clear:both} .clear-float{clear:both} .opc0{opacity:0;*filter:alpha(opacity=0);} .wrap{max-width:1080px; width:1080px; min-width:1080px;margin-left:auto;margin-right:auto; *width:1080px;} .wrap2{ width:1200px; margin:auto;} .fix{*zoom:1;*clear:both;}.fix:before,.fix:after{content:"";display:table;clear:both;} .clear{*zoom:1;*clear:both;}.clear:before,.clear:after{content:"";display:table;clear:both;} .oh{overflow:hidden;*zoom:1;} .l{float:left;}.r{float:right;} .dib{display:inline-block;*display:inline;*zoom:1;} .pr{position:relative;}.pa{position:absolute;} .tc{text-align:center;}.tr{text-align:right;} .el{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;} .hidetext { font:0/0 a; letter-spacing:-9px; } .btn{cursor:pointer;} .hide{display:none;} .arr{display:inline-block; width:0; height:0; overflow:hidden; } .pb30{ padding-bottom:30px;} /*ico*/ .ico { display:inline-block; overflow:hidden; width:20px; height:20px; vertical-align:middle; background:url(../images/ico.png); } .ico1_2 { background-position:-20px 0; } .ico1_3 { background-position:-40px 0; } .ico1_4 { background-position:-60px 0; } .ico1_5 { background-position:-80px 0; } .ico2_1 { background-position:0 -20px; } .ico2_2 { background-position:-20px -20px; } .ico2_3 { background-position:-40px -20px; } .ico2_4 { background-position:-60px -20px; } .ico2_5 { background-position:-80px -20px; } .ico3_1 { background-position:0 -40px; } .ico3_2 { background-position:-20px -40px; } .ico3_3 { background-position:-40px -40px; } .ico3_4 { background-position:-60px -40px; } .ico3_5 { background-position:-80px -40px; } .ico4_1 { background-position:0 -60px; } .ico4_2 { background-position:-20px -60px; } .ico4_3 { background-position:-40px -60px; } .ico4_4 { background-position:-60px -60px; } .ico4_5 { background-position:-80px -60px; } .ico5_1 { background-position:0 -80px; } .ico5_2 { background-position:-20px -80px; } .ico5_3 { background-position:-40px -80px; } .ico5_4 { background-position:-60px -80px; } .ico5_5 { background-position:-80px -80px; } .ico6_1 { background-position:0 -100px; } .ico6_2 { background-position:-20px -100px; } .ico6_3 { background-position:-40px -100px; } .ico6_4 { background-position:-60px -100px; } .ico6_5 { background-position:-80px -100px; } .ico7_1 { background-position:0 -120px; } .ico7_2 { background-position:-20px -120px; } .ico7_3 { background-position:-40px -120px; } .ico7_4 { background-position:-60px -120px; } .ico7_5 { background-position:-80px -120px; } .ico8_1 { background-position:0 -140px; } .ico8_2 { background-position:-20px -140px; } .ico8_3 { background-position:-40px -140px; } .ico8_4 { background-position:-60px -140px; } .ico8_5 { background-position:-80px -140px; } .play { display:block; width:40px; height:40px; position:absolute; left:50%; top:50%; margin:-20px 0px 0px -20px; background:url(../images/play.png) no-repeat; overflow:hidden;} .ptb30{ padding:30px 0;} .mt20{ margin-top:20px;} .pb30{ padding-bottom:30px;} .pt15{ padding-top:15px;} /* flex鏍呮牸 */ .flex-col { display:-webkit-box; display:-webkit-flex; display:flex; -webkit-box-orient:vertical; -webkit-flex-direction:column; flex-direction:column; } .flex-row { display:-webkit-box; display:-webkit-flex; display:flex; -webkit-box-orient:horizontal; } .flex-1 { -webkit-box-flex:1; -webkit-flex:1; flex:1; } .flex-2 { -webkit-box-flex:2; -webkit-flex:2; flex:2; } .flex-3 { -webkit-box-flex:3; -webkit-flex:3; flex:3; } .flex-4 { -webkit-box-flex:4; -webkit-flex:4; flex:4; } .align-stretch { -webkit-box-align:stretch; -webkit-align-items:stretch; align-items:stretch; } .align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; } .justify-center { -webkit-box-pack:center; justify-content:center; } .flex-wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap;} /*header*/ header { background:#fff; clear:both; position:relative; z-index:100;} .naver{ width:100%; height:60px; background:url(../images/nav_bt.gif) repeat-x;} .naver .nav{} .naver li{ float:left; padding-right:15px; padding-top:10px;} .naver li a{ display:inline-block; color:#FFF; font-size:14px; height:38px; line-height:38px; padding-left:35px; padding-right:35px; border:#444444 solid 1px; background:url(../images/nav_li_bg.gif) repeat-x;} .naver li a:hover{ border:#414141 solid 1px;background:url(../images/nav_lia_bg.gif) repeat-x;} .naver .se_head{ float:right;border:#444444 solid 1px; background:url(../images/nav_li_bg.gif) repeat-x;height:38px; line-height:38px; margin-top:10px; padding-left:10px; padding-right:10px;} .naver .se_head .sea_tex_h{ width:165px; color:#a7a5a5; background:none; padding-left:10px;} .naver .se_head .search_submit_h{ background:url(../images/sear_ico.png) 0px 10px no-repeat; width:25px; height:38px; cursor:pointer;} .topBar { background:#0377c2; position:relative; clear:both; z-index:101;} .topBar .language { width:100px; height:32px; background:#f8862f; float:right; position:relative;} .topBar .language .val_ { padding:6px 12px; height:20px; line-height:20px; color:#fff;} .topBar .language a{ color:#FFF;} .topSearch { width:auto; height:32px; float:right; z-index:20; margin-right:0px; line-height:0; font-size:0;} .topSearch .inp { width:0px; height:20px; line-height:20px; background:url(../images/top_search.png) no-repeat; float:left; color:#333; font-size:12px; font-family:Arial; color:#333;} .topSearch .focus_input { color:#333;} .topSearch .btn { width:113px; height:32px; background:url(../images/top_search.png) -230px 0px no-repeat; float:left;} .topSearch .btn input { width:113px; height:32px; cursor:pointer;} .topLinks { width:auto; height:32px; float:right; background:#238ed5;} .topLinks a { display:inline-block; width:auto; height:20px; line-height:20px; padding:6px 18px; color:#fff;} .topLinks .ico { margin-right:3px; vertical-align:-5px;} .phone_sele { width:auto; height:32px !important; float:right; background:#238ed5;} .phone_sele .val_{ padding:5px 18px; color:#fff;} .phone_sele .sele_{ top:32px; text-align:center; padding:10px 0;} .nav_con { height:86px; position:relative; z-index:100;} .top_head .logo { padding:8px 285px 8px 8px; float:left; background:url(../images/top_z.png) center right no-repeat;} .top_head p{ float:right; padding-top:50px; color:#2a2929;} .top_head p b{ color:#ea0e0e; font-size:16px;} .mobile_top { display:none;} .mobile_top .menu { display:none;} /*header end*/ .foot1 { padding:15px 0px;} .foot1 .hd { font-size:18px; font-weight:normal; padding-bottom:15px; line-height:1.5;} .foot1 .hd .ico { margin-right:2px;} .foot1 .contact,.foot1 .product,.foot1 .job,.foot1 .media { height:210px;} .foot1 .contact{ float:left; margin-right:60px;} .foot1 .contact .bd table { width:230px;} .foot1 .contact .bd td,.foot1 .contact .bd th { vertical-align:top; font-weight:normal; text-align:left; color:#333; line-height:1.5; padding-bottom:8px; font-size:12px;} .foot1 .contact .bd th { width:85px;} .foot1 .contact .bd td { width:auto;} .foot1 .contact .bd .ico { margin-right:2px;} .foot1 .product{ float:left; margin-right:60px;} .foot1 .job{ float:left; margin-right:60px;} .foot1 .links li { line-height:1.8;} .foot1 .media .bd { overflow:hidden;} .foot1 .ewm { font:0/0 a; width:330px;} .foot1 .ewm img { display:inline-block; margin-right:20px; width:90px;} .foot1 .share { width:340px; padding-top:10px;} .foot1 .media .bd .intxt{ height:26px; line-height:26px; padding-left:3px;} .foot1 .media .bd table td{ padding-bottom:7px;} .foot1 .media .bd table td span{ width:80px; display:inline-block; text-align:right;} .foot1 .media .bd table td textarea{padding-left:3px;line-height:26px} .foot1 .media .bd .coolbg{ display:inline-block; cursor:pointer; width:80px; text-align:center; height:28px; line-height:28px; background:#0790e8; color:#FFF;} .foot2 { background:#0377c2; height:52px; line-height:52px; clear:both; color:#fff;} .foot2 a { color:#fff;} .foot2 a:hover { color:#fff; text-decoration:underline;} .foot2 a img{ margin-top:21px; margin-left:10px; margin-right:5px;} .foot2 .links { padding-left:10px;} .foot2 .links em { font-style:normal; margin:0px 10px;} .foot2 .gotop { width:68px; height:52px; float:right; font:0/0 a; background:url(../images/gotop.png) no-repeat;} .foot2 .friendLinks { width:110px; height:52px; line-height:52px; float:right;} .foot2 .friendLinks span { display:block; text-align:right; padding-right:10px;} .foot2 .friendLinks .sele_ { top:auto; bottom:52px; width:160px; left:auto; right:-1px; background:#f7f7f7; border-top:none; border-color:#e6e6e6; border-top:#0377c2 2px solid; padding:5px 0px;} .foot2 .friendLinks .sele_ a { padding:5px 12px; line-height:1.5; color:#333;} .foot2 .friendLinks select{ color:#FFF;} .foot2 .friendLinks select option{ color:#000;} /*footer end*/ /*index*/ .ibanner { height:450px; position:relative; z-index:10; margin-top:-3px; clear:both;} .comBox .hd { border-bottom:#e4e4e4 1px solid; height:40px; line-height:40px; margin-bottom:15px; overflow:hidden; clear:both;} .comBox .hd .t { width:auto; display:inline-block; font-size:20px; background:url(../images/hr_l.gif) 0px 38px no-repeat; color:#333;} .comBox .hd .t a{ text-indent:500px; display:inline-block; float:left;width:110px; height:38px; overflow:hidden;} .comBox .hd .t em{ display:inline-block; float:left; color:#9b9797; font-size:13px; font-style:normal; font-weight:normal; margin-left:20px;} .comBox .hd .t em i{ color:#3fb8e4; } .comBox .hd .more { width:auto; float:right; background:url(../images/b.png) right 1px no-repeat; padding-right:20px;} .comBox .hd .more a { color:#0377c2;} .comBox .bd { overflow:hidden; clear:both;} a.in_t1{ background:url(../images/wz_01.gif) no-repeat;} a.in_t2{ background:url(../images/wz_02.gif) no-repeat;} a.in_t3{ background:url(../images/wz_03.gif) no-repeat;} a.in_t4{ background:url(../images/wz_04.gif) no-repeat;} a.in_t5{ background:url(../images/wz_05.gif) no-repeat;} a.in_t6{ background:url(../images/wz_06.gif) no-repeat;} a.in_t7{ background:url(../images/wz_07.gif) no-repeat;} .imain { background:#fff; padding:25px 0px; overflow:hidden; clear:both;} .inews { width:650px; float:left; padding-right:50px; background:url(../images/in_c_bg.gif) no-repeat right 10px;} .inews .topNews{ width:580px; margin-right:10px; float:left;} .inews .topNews .img { width:100%; height:195px; } .inews .topNews .intro { width:100%; padding-top:5px; position:relative;} .inews .topNews .intro .index_nnews_d{ width:auto; position:absolute; right:0px; top:15px; } .inews .topNews time { margin-right:15px;} .inews .topNews .intro .share { display:inline-block; overflow:hidden; vertical-align:-5px;} .inews .topNews .intro .share strong { font-weight:normal;} .inews .topNews .intro .share .bds_more { float:none; margin:0; padding-left:20px; height:20px; line-height:20px; display:inline-block; overflow:hidden; background:url(../images/ico.png) -60px -40px no-repeat; vertical-align:-5px;} .inews .topNews .intro .t { width:65%; height:32px; line-height:32px; font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; padding-top:5px;} .inews .topNews .intro .text { line-height:22px; max-height:110px; overflow:hidden; font-size:13px; margin-top:10px;} .more01 { display:inline-block; width:auto; height:26px; line-height:26px; background:#ffbc1c url(../images/imore_ico.png) left no-repeat; color:#fff; padding:0px 10px 0px 32px;} .inews .newsList{ clear:none;} .inews .newsList ul { padding-left:2px;} .inews .newsList li { overflow:hidden; clear:both; margin-bottom:0px; padding-bottom:0; border-bottom:none;} .inews .newsList time { width:130px; height:44px; float:left; background:#979797 no-repeat; line-height:44px; text-align:center; overflow:hidden; font-size:14px; color:#fff; margin-right:8px;} .inews .newsList h2 { height:24px; line-height:24px; font-size:14px; color:#333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .inews .newsList .text { line-height:20px; height:30px; overflow:hidden; padding-top:5px; color:#999; font-size:12px; margin:0;} .inews .newsList .hover time { background-color:#238fd9;} .inews .newsList .hover h2 { color:#238fd9;} .inews .newsList .firsthover time { background-color:#238fd9;} .inews .newsList .firsthover h2 { color:#238fd9;} .inews .newsList li:hover time { background-color:#238fd9;} .inews .newsList li:hover h2 { color:#238fd9;} .imain .comBox { margin-bottom:20px;} .iProduct .proTabs { width:auto; float:left; padding-left:25px; line-height:20px;} .iProduct .proTabs li { width:auto; float:left; font-size:16px; padding-left:10px;} .iProduct .proTabs a { color:#6e6f70; display:inline-block; padding:7px 5px;} .iProduct .proTabs li.hover a { color:#2770bc;} .iProduct .proTabs li.hover a .ico4_4 { background-position:-60px -80px;} .iProduct .proTabs li.hover a .ico4_5 { background-position:-80px -80px;} .iproList { display:none; width:1180px;} .iproList li{ margin-right:20px; width:255px; float:left;} .iproList a.con { display:block; border:#e3e3e3 1px solid;} .iproList img { display:block; width:235 margin-bottom:8px; height:175px; margin-left:10px; margin-top:10px;} .iproList h3 { margin:0px 10px; font-size:15px; height:30px; line-height:30px; font-weight:normal; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .iproList .text { margin:10px 10px; line-height:20px; height:40px; color:#999; overflow:hidden;} .iproList .tool { background:#e1e1e1; height:33px; line-height:33px; text-align:center; overflow:hidden;} .iproList .tool .ico { margin-right:2px;} .iproList .tool .order { width:auto;} .iproList .tool .view { width:auto; float:right;} .iproList li.ipro_hover h3{ color:#ffbc1c;} .iproList li.ipro_hover .tool{ background:#ffbc1c;} .iabout .intro { font-size:14px; line-height:24px; } .iabout .more { color:#f69e00; display:inline-block; white-space:nowrap;} .iabout .it { width:242px;} .iabout .it a { display:block; background:#ececec; padding:24px 20px; height:82px;} .iabout .it h3 { font-size:20px; font-weight:normal; padding-bottom:8px; color:#333;} .iabout .it .ico { margin-left:5px;} .iabout .it .text { line-height:22px; height:44px; overflow:hidden;} .iabout .it a:hover { background-color:#ffbc1c; color:#fff;} .iabout .it a:hover h3 { color:#fff;} .iabout .it a:hover .ico6_1 { background-position:-20px -100px;} .iabout .video { position:relative;} .iabout .video img { display:block; width:100%; height:260px;} .iabout .video h3 { width:100%; line-height:1.8; text-align:center; font-size:14px; color:#fff; font-weight:normal; position:absolute; left:0px; bottom:0px; padding:5px 0px; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);} /*鍐呴〉缁撴瀯*/ .channel_mainbg{ background:#f2f2f2 url(../images/menu_bga.jpg) repeat-x 0 42px ; position:relative; z-index:10;} .channel_ffbg{ background:#fff; box-shadow:0 0 10px #eaeaea; -webkit-box-shadow:0 0 10px #eaeaea;-moz-box-shadow:0 0 10px #eaeaea; border:1px solid #eaeaea;} .channel_ffbg2{ border-top:none;} .channel_lan{ margin-bottom:10px; padding-top:60px;} .channel_name{ font-size:20px; font-weight:bold; color:#000000; line-height:36px;} .channel_qq{ padding-top:5px;} .channel_qq a{ font-size:14px; color:#e4151b; background:url(../images/qq_top.gif) no-repeat; padding-left:25px; display:inline-block; font-weight:normal; padding-right:10px;} .channel_posi{ line-height:36px; background:url(../images/posi.png) 5px 12px no-repeat; padding-left:20px; font-size:14px;} .channel_posi,.channel_posi a{ color:#6e6e6e;} .channel_content{ font-size:13px;} /*鍏充簬缁煎悎*/ .about-box-1{ padding:25px;} .about-box-1 .about_video{ width:49%; float:left;} .about-box-1 .about_us{ width:49%; float:right;} .about_us .us_title{ font-size:18px; font-weight:bold; margin-bottom:10px; } .about_us .us_title a{ color:#333;} .about_us .us_sum{ font-size:13px; height:176px; overflow:hidden; margin-bottom:10px; line-height:24px;} .more-sl-01{ display:block; color:#fff; background:url(../images/more_01.gif) no-repeat 0 0; width:114px; height:34px; line-height:34px; text-indent:20px; font-size:14px;} .more-ls-02{ display:inline-block; font-size:14px; font-weight:bold; color:#238ed5; background:url(../images/more_02.gif) no-repeat right; padding-right:15px;} .about-box-2{ padding:20px 15px;} .about-box-2 .lay_title{ font-size:18px; font-weight:bold; background:url(../images/about_lanxian.gif) no-repeat left bottom; padding-bottom:5px; margin-bottom:10px;} .about-box-2 .lay_title a{ color:#4e4e4e;} .about-box-2 .lay_sum{ margin:10px 0; font-size:13px; line-height:22px; height:44px; overflow:hidden;} .about-box-2 .lay_img{ text-align:center;} .about_lay ul li{ margin-top:20px;} .bottom_lm{ margin-top:20px;} .bottom_lmval{ padding:20px 0;} .bottom_lmval li{ float:left; border-right:1px solid #c9c9c9;} .bottom_lmval li .bimg{ float:left; margin-right:3%;} .bottom_lmval li .bnr{ float:left; font-size:16px; *font-size:14px;} .bottom_lmval li .bnr span{ display:block;} .bottom_lmval li.bottom_ico1 {width:28%; padding-left:8%; *width:30%; *padding-left:6%;} .bottom_lmval li.bottom_ico2{ width:28%; padding-left:5%;} .bottom_lmval li.bottom_ico3{ width:22%; padding-left:6%; border:none; *padding-left:4%;} .bottom_lmval li.bottom_ico1 .tt1{ padding-top:3px;} .bottom_lmval li.bottom_ico1 .tt2{ font-size:24px; *font-size:20px; font-weight:bold; color:#238ed5; line-height:20px;} .bottom_lmval li.bottom_ico1 .bimg img{ margin-top:5px;} .bottom_lmval li.bottom_ico2 .bnr{font-weight:bold; font-size:14px; _font-size:12px; line-height:24px;} .bottom_lmval li.bottom_ico3 .tt1{ font-size:18px; _font-size:14px; font-weight:bold; line-height:48px;} .bottom_lmval li.bottom_ico3 .tt1 a{ color:#333;} .bottom_lmval li.bottom_ico2 .bnr_sev .tt1{ font-size:16px; padding-top:3px;_font-size:14px;} .bottom_lmval li.bottom_ico2 .bnr_sev .tt2{ font-size:15px; font-weight:normal;_font-size:12px;} .bottom_lmval li.bottom_ico3 .bnr_sev .tt1{ font-size:16px; line-height:24px; padding-top:3px;_font-size:14px;} .bottom_lmval li.bottom_ico3 .bnr_sev .tt2{ font-size:15px; font-weight:normal;_font-size:12px;} /*鍏充簬*/ .leve2_menu{ padding-bottom:5px; position:absolute;z-index: 2000;left: 50%; margin-left: -540px;width:1080px;} .leve2_menu ul { height:50px;overflow:hidden; display:block; float:left; padding-left:2px;} .leve2_menu ul li{ height:50px; display:inline-block; line-height:48px; font-size:13px; cursor:pointer;} .leve2_menu ul li a{ display:block; padding-left:15px; padding-right:16px;} .leve2_menu ul li a:hover,.leve2_menu ul li a.on{background:#666666; color:#fff;} .leve2_menu ul li:hover a{background: #666666;color: #fff;} .leve2_menu ul li:hover dd a{ background:none; color:#333;} .leve2_menu ul li:hover dd a:hover{ color:#f2111f;} .leve2_menu .all-pro{border:1px solid #F3F3F3;box-shadow:0 2px 1px #ddd;border-top: 3px solid #666666 ;padding:30px 20px;} .leve2_menu .all-pro dt{line-height: 24px;padding:0px 15px 10px 15px;color:#333; font-size:16px;} .leve2_menu .all-pro a{line-height: 24px;color:#777777;} .leve2_menu .all-pro{position: absolute;left:0;width:1058px;background: #fff;padding:0 12px;display: none;overflow: hidden;z-index:3000;margin: 0px auto; padding-top:20px; padding-bottom:20px;} .leve2_menu .all-pro dd{float: left; line-height:28px;padding:0px;font-size:14px; width:33.33333%;} .leve2_menu .searchs{ float:right; height:50px;width: 310px;background: url(../images/nei_search.gif) -3px 5px no-repeat;} .leve2_menu .searchs .sea_las{ width:224px; padding-top:5px; padding-left:4px; line-height:36px;height:50px; float:left;} .leve2_menu .searchs .sea_text { width:180px;} .leve2_menu .searchs .sea_ras { width:70px; height:50px; float:right; padding-top:40px;} .leve2_menu .searchs .search-submit{ float:right; margin-top:-40px; width:78px; height:50px; cursor:pointer; background: none; border:none; } .about_linian .about_us .us_sum{ height:auto; line-height:32px; _line-height:28px;} .linian_btn a{ display:inline-block; height:30px; line-height:30px; color:#fff; font-size:16px; padding:0 10px 0 40px;} .linian_btn .email_ico{ background:#ffbc1c url(../images/email_ico.gif) no-repeat left;} .linian_btn .tel_ico{ background:#aeaeae url(../images/tel_ico.gif) no-repeat left;} /*浜у搧*/ .probanner{height:420px;overflow:hidden; margin-top:-3px; clear:both;} .probanner img{position:absolute;width:1920px;height:420px;left:50%;margin-left:-960px;} .probanner .ban_nav{ display:none;} .probanner .arrs{ display:block; width:42px; height:42px; position:absolute; background:url(../images/banner_btn.png) no-repeat 0 0;_background:url(../images/banner_btn.gif) no-repeat 0 0; top:45%;} .probanner .arr_prev{ background-position:0 0; left:50%; margin-left:-550px;} .probanner .arr_next{ background-position:-45px 0; right:50%; margin-right:-550px;} .pro_lay{ padding:20px 15px;} .pro-box-1 li{ position:relative; margin-bottom:5px;} .pro-box-1 li .box1-name{ position:absolute; left:0px; bottom:0px; line-height:24px; width:100%; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); color:#fff; text-indent:6%;} .pro-box-2{ margin:15px 0;} .pro-cat-val{ line-height:24px; } .pro-cat-val .pro-cat-name{ float:left; width:17%; font-size:14px; padding:10px 0;} .pro-cat-val .pro-cat-list{ float:right; width:80%; font-size:13px; border-bottom:1px solid #e4e4e4; padding:10px 0;} .pro-cat-val .pro-cat-name a{ display:block; background:#cbcbcb; color:#fff; padding-left:8%; width:92%;} .pro-cat-val .pro-cat-name a.cur,.pro-cat-val .pro-cat-name a:hover{ background:#238ed5;} .pro-cat-o{ float:left; width:90%;} .pro-cat-more{ float:right; width:8%; text-align:right;} .pro-cat-o a{ padding-right:7%; white-space:nowrap; display:block; float:left;} .pro-box-3{ margin-top:30px;} .pro-cat-tab .protab_t{float:right; width:16%;} .pro-cat-tab .tab_t{ position:relative; width:100%; text-align:center; height:42px; line-height:42px; background:#ebebeb; color:#858585; font-size:13px; border-bottom:1px solid #fff; float:left;} .pro-cat-tab .tab_t span{ display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .pro-cat-tab .tab_t_cur { height:86px; line-height:86px; background:#238ed5; color:#fff;} .pro-cat-tab .tab_t_cur i{ display:block; position:absolute; top:50%; left:-16px; margin-top:-8px; width:0px; height:0px; overflow:hidden; border-color:transparent #238ed5 transparent transparent; border-style:dashed solid dashed dashed; border-width:8px;} .pro-cat-tab .tab_c{ float:left; width:84%;_width:83%; height:258px; overflow:hidden;} .pro-cat-tab .tab_c img{ width:100%; height:100%;} .tab_c{ display:none;} .pro-news .pro-news-bd{ border:1px solid #ddd; padding:15px;height:226px;} .pro-news a{ color:#333;} .pnews-t .pnews-tname{ float:left; font-size:16px;} .pnews-t .pnews-more{ float:right; color:#666; line-height:24px;} .pnews-list li { float:left; margin-top:12px;} .pnews-list li img{ width:43%; float:left; } .pnews-list li .pnews-nr{ width:52%; float:right;} .pnews-list li .pnews-title{ font-size:13px; font-weight:bold; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; } .pnews-list li .pnews-sum{ margin-top:4px;} .pro-box-4{ margin-top:30px;} .pro-lay-t { height:44px; line-height:44px; border-top:3px solid #ffbc1c; background:#f5f5f5; margin-bottom:15px;} .pro-lay-t .pro-lay-floor{ width:5%; float:left; font-size:20px; font-weight:bold; background:#ffbc1c; color:#fff; text-align:center; margin-right:10px;_display:inline;} .pro-lay-t .pro-lay-name{ float:left;_display:inline;} .pro-lay-t .pro-lay-cat{ float:right; margin-right:5px; _display:inline; color:#333; font-size:12px;} .pro-lay-t .pro-lay-cat a{ color:#333; display:inline-block; background:url(../images/xian_01.gif) no-repeat right; padding:0 10px 0 0; margin:0 5px 0;} .pro-pay-plist .pro-lay-pname{ font-size:13px; font-weight:bold; margin:15px 0 20px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .pro-pay-plist .pro-lay-img{ text-align:center;} .pro-pay-plist .pro-lay-img img{ width:100%;} .pro-pay-plist .pro-lay-gn{ line-height:24px; background:#eee;} .pro-pay-plist .pro-lay-gn a{ display:inline-block; padding-left:4px;} /*浜у搧鍒楄〃*/ .channel_banner {width:100%;height:auto;text-align:center;overflow:hidden; position:relative; margin-top:-3px;} .plist-news{ background:#ededed;} .plist-news .plist-news-val{ padding:10px;} .plist-news-val .pn-name{ font-size:14px; font-weight:bold; color:#3d3d3d; margin-bottom:10px;} .plist-news-val .pn-img{ margin:10px 0;} .plist-news-val .pn-title{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; font-size:14px; font-weight:bold; margin-bottom:5px;} .plist-news-val .pn-title a{ color:#333;} .plist-news-val .pn-sum{ margin-bottom:15px; color:#919191; font-size:12px; font-weight:normal;} .plist-news-val .pn-date{ color:#ccc; margin-bottom:10px; font-weight:normal;} .plist-news-val .pn-tel{ border-top:1px solid #ddd; padding-top:15px;color:#7c7c7c; background:url(../images/tel_ico01.gif) no-repeat 10px 18px; padding-left:70px;} .plist-news-val .pn-tel .tel1{ font-size:15px; font-weight:bold; } .plist-news-val .pn-tel .tel2{ font-size:22px; font-weight:bold;} .plist-xh-val{ margin-bottom:20px;} .plist-xh-val .plist-cat-one{ height:32px; line-height:32px; background:#f2f2f2; font-size:13px; font-weight:bold; text-indent:10px;} .plist-cat-two li{ line-height:28px; border-bottom:1px solid #ddd; float:left; width:100%;} .plist-cat-two .cat-two-name{ width:44%; float:left; font-size:12px; text-indent:10px; font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .plist-cat-two .cat-two-gn{ float:right;} .plist-cat-two .cat-two-gn a{ padding-right:20px;} .plist-cat-two li.plist-hover{ background:#ffbc1c; } .plist-cat-two li.plist-hover a{ color:#fff;} .plist-cat-two li.plist-hover .cat-two-gn .ico3_1{ background-position:0 -60px;} .plist-cat-two li.plist-hover .cat-two-gn .ico3_2{ background-position:-20px -60px;} .plist-cat-two li.plist-hover .cat-two-gn .ico3_3{ background-position:-40px -60px;} .tjpro-box{ border:1px solid #ddd; margin-top:20px;} .tjpro-t{ line-height:34px; background:#e7e7e7; font-size:14px; color:#3d3d3d; font-weight:bold; text-indent:15px;} .tjpro-valpd{ padding:10px;} .tjpro-valpd li{ margin-bottom:5px;} .tjpro-valpd li img{ width:100%;} .tjpro-valpd li .tjpro-name{ font-size:13px; margin-top:8px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} /*浜у搧璇︾粏*/ .prodet-left{ float:left; border:1px solid #ddd; width:51%;} .prodet-left img{ width:100%; height:100%;} .prodet-right{ float:right; width:47%;} .prodet-t1{ font-size:15px; font-weight:bold; margin-bottom:5px;} .prodet-t2{ font-size:15px; font-weight:bold; color:#238ed5; margin-bottom:10px;} .prodet-t3{margin-bottom:15px;} .prodet-t3 a{ padding:0 10px 0 3px; } .prodet-t4 a{ display:inline-block; width:35%; height:30px; line-height:30px; font-size:13px; border:1px solid #ddd; text-align:center; margin-right:2%;} .prodet-t4 a:hover{ background:#238ed5; color:#fff; border-color:#bacedb;} .prodet-t5{ margin-top:25px;} .prodet-t5 .prodet-tjt{ font-size:14px; font-weight:bold; margin-bottom:10px;} .prodet-t5 .prodet-tjlist li img{ border:1px solid #ddd;} .prodet-t5 .prodet-tjlist li{ width:25%; float:left; margin-right:3%;} .prodet-t5 .prodet-tjlist li .prodet-tjname{ width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; margin-top:5px;} .prodet-box-2{ margin-top:20px;} .scroll_link{ background:#fafafa; border-bottom:2px solid #b5b5b5;} .scroll_link li{ float:left; width:16%;} .scroll_link li a{ display:block; text-align:center; line-height:34px; font-size:13px; color:#555555;} .scroll_link li.active{ background:#f0f0f0;} #prodet_main .section{ margin-top:20px;} #prodet_main .section .prodet-tname{ font-size:13px; font-weight:bold; margin-bottom:10px;} #prodet_main .section .proder-sum{ font-size:13px; line-height:28px;} .tabbar-fix {position:fixed;top:0; z-index:10;} /*鎷涜仒*/ .job-box-1{ line-height:44px;} .jobtop-1{ width:13%; float:left; background:#fcba0e; color:#fff; text-align:center; font-size:16px;} .jobtop-1 a{ color:#fff;} .jobtop-2{ width:80%; float:left; height:44px; overflow:hidden;} .jobtop-3{ width:7%; float:left; background:#fcba0e; text-align:center;} .jobtop-3 a{ display:block; color:#333; font-size:14px;} .job-top-gd .bd li a{ color:#808080;} .job-top-gd .bd li span{ display:inline-block; font-size:13px;} .job-top-gd .bd li .jb-1{ margin-left:4%;} .job-top-gd .bd li .jb-3{ margin-left:6%;} .job-box-2{ margin-top:20px;} .bottom_lmval-2{padding:20px;} .job-dey-1{ text-align:center; width:12%; border-right:1px solid #ddd; float:left;} .job-dey-1 .dey-t{ font-size:15px; font-weight:bold; color:#4e4e4e;} .job-dey-2{ float:right; width:84%;} .job-dey-2 .dey-wz-t{ font-size:15px; font-weight:bold; color:#ffbc1c; margin-bottom:5px;} .job-dey-2 .dey-wz span{ display:inline-block; line-height:22px;} .job-dey-2 .dey-wz .jd-1{ width:30%;} .job-dey-2 .dey-wz .jd-2{ width:70%;} /*joblist*/ .job-search{ background:#f9f9f9; padding:2%; margin-top:20px;} .job-sele{ float:left; width:24%; height:32px; line-height:32px; border:1px solid #ddd; position:relative; text-indent:10px; margin-right:2%;} .job-sele .val_{ background:#fff url(../images/jiantou_02.gif) no-repeat right;} .job-sele .sele_{ top:32px;} .job-inp{ width:24%; height:32px; line-height:32px; border:1px solid #ddd; float:left; background:#fff;margin-right:2%;} .job-inp input{ width:100%; height:32px; padding:0; margin:0; text-indent:10px; font-family:寰蒋闆呴粦; float:left; line-height:32px;} .job-btn{ width:10%; background:#fcba0e; float:left; height:32px; line-height:32px; text-align:center; color:#fff;} .job-btn input{ font-family:寰蒋闆呴粦; color:#fff; font-size:14px; width:100%; height:32px; padding:0; margin:0; float:left; cursor:pointer; line-height:32px;} .job-search .job-sele-gw{ z-index:4 !important;} .job-list-val{ margin-top:20px;} .job_list li{margin-bottom:10px;} .job_list h3{height:34px;line-height:34px;padding-left:15px;cursor:pointer;font-size:14px; border:1px solid #ddd; position:relative;} .job_list h3 .ico{ position:absolute; top:8px; right:10px;} .job_list .c_{display:none;padding:20px 0;} .job_list .btn{background:#fcba0e;color:#fff;padding:5px 10px;width:80px;margin-top:20px;font-size:14px; text-align:center; margin-left:2%;} .job_list .btn a{ color:#fff;} .job_list li.active h3{ background:#fcba0e; color:#fff; border:none;} .job_list .active h3 .ico{ background:none;} .job_list .job-cs-list { border-bottom:1px solid #ddd; font-size:13px; padding:0 2% 10px; margin-bottom:10px;} .job_list .job-cs-list span{ display:inline-block; width:23%;} .job_list .job-c-yq{ padding:10px 2%; font-size:13px;} .job_list .job-c-yq .c-yq-t{ margin-bottom:5px;} /*news*/ .news-lay-t{background: url(../images/about_lanxian.gif) no-repeat left bottom;padding-bottom: 5px;} .news-lay-t .n-tname{font-size: 18px;font-weight: bold; float:left;} .news-lay-t h2{font-size: 18px;font-weight: bold;} .news-lay-t .news-lay-more{ display:block; float:right; margin:10px 2px 0 0;} .newsLeft,.newsRight { height:800px; padding:20px 25px; background-color:#fff; overflow:hidden;} .hotRec { clear:both; position:relative; margin-top:20px;} .hotRec .bd { position:relative; overflow:hidden; margin-bottom:5px;} .hotRec .bd .video { position:relative;} .hotRec .bd .video img{width:100%;} .hotRec .hd { width:100%; height:65px; overflow:hidden;} .hotRec .hd ul { overflow:hidden;*zoom:1;} .hotRec .hd ul li { float:left;width:32.3%; height:45px; margin-right:1%; background:#f6f6f6;padding:1em 0; } .hotRec .hd ul li.act { background:#e7e7e7;} .hotRec .hd ul li h2 {padding:0 1em;height:44px; line-height:22px; font-size:14px; color:#333;font-weight:bold; cursor:pointer;overflow:hidden; word-break:break-all;} .hotRec .hd ul li p { padding:0 1em;font-size:11px;height:20px;overflow:hidden;cursor:pointer;} .news-listo{ margin-top:15px;} .news-listo li{ float:left; width:100%; margin:9px 0;} .news-listo li img{ float:left; margin-right:2%;} .news-listo li .nlisto-title{ font-size:15px; font-weight:bold; height:22px; overflow:hidden;} .news-listo li .nlisto-date{ color:#ffbc1c; margin:2px 0;} .news-listo li .nlisto-sum{ font-size:13px; height:36px; overflow:hidden;} .newsRight .Tit3 { border-bottom:#eee 1px solid;font-size: 18px;font-weight: bold; padding-bottom:5px;} .newsSearch { height:24px; padding:12px 0px;} .newsSearch .select { float:left;margin-right:10px;width:36%;} .newsSearch .select select { width:99%; border:#eeeeee 1px solid; padding:2px;margin:0;} .newsSearch .searchBtn { width:55px; float:right; border-left:#eeeeee 1px solid; position:relative;} .newsSearch .searchBtn b { display:inline-block; height:20px; line-height:20px; padding:0px 2px 0px 8px; color:#fc0000; font-weight:normal;} .newsSearch .searchBtn b,.newsSearch .searchBtn i { cursor:pointer;} .newsSearch a.allNews { width:auto; float:right; height:20px; line-height:20px; margin-right:15px; _display:inline; font-weight:bold;} .newsSearch .searchForm {width:128px; background:url(../images/nsearch_btn.gif) no-repeat right #f6f6f6;border:1px solid #eee; overflow:hidden;} .newsSearch .searchForm .inp { width:104px;} .newsSearch .searchForm .btn { width:20px;} .newsSearch .searchForm .focous { background-position:98% -33px; background-color:#fff;} .sub_rss {margin-top: 10px;} .sub_block {padding: 10px;margin-bottom: 10px;} .sub_order {position: relative;margin-top: 10px;} .sub_rss .t2 {width: 130px;margin-right: 10px;font-size: 16px;color: #000;} .actgrey {position: absolute;right: 10px;top: 0;width: 60px;text-align: center;border-top: 1px solid #8e8e8e;border-bottom: 1px solid #8e8e8e;} .actgrey a {display: block;font-size: 14px;color: #fff;background: #8e8e8e;margin: 0 -1px;} .weibo .c { clear:both; padding-top:5px;} .news-box-2{ margin-top:20px;} .news-listt{ padding:20px 25px;} .otherList_list {width: 100%;border-top: #eeeeee 1px solid;padding-top: 15px;} .otherList_list li{ float:left; width:100%; margin-bottom:5px;} .otherList_list li span.time {color: #858585;} .otherList_list li h3 {width: 100%;height: 20px; line-height:20px;font-size: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; font-weight:normal;} .otherList_list li h3 a{ color:#303030;} .news-box-3{ margin-top:20px;} .serviceVideo{ padding:25px;} .n_v_item li{height:38px;line-height:38px;position:relative;background:#dbdbdb;text-align:center;font-size:14px;margin:0 0 6px;cursor:pointer;} .n_v_item .cir{position:absolute;border-width:4px;right:-8px;top:-999em;border-color:transparent transparent transparent #238ed5;border-style:dashed dashed dashed solid; *border-style:none;} .n_v_item .cur{background:#238ed5;color:#fff;} .n_v_item .cur .cir{top:15px;} .n_v_list{ display:none;} .n_v_list li{float:left;width:50%;height:93px;margin-bottom:10px;} .n_v_list img{width:100%;height:100%;} .n_v_list .pic{float:left;width:30%;height:92px;} .n_v_list .pic a{display:block;height:100%;position:relative;} .n_v_list .pic s{position:absolute;width:22px;height:22px;overflow:hidden;background:url(../images/bofang_s.png);left:50%;top:50%;margin:-11px 0 0 -11px;} .n_v_list .detail{float:right;width:68%;} .n_v_list .detail .t{font-size:14px;font-weight:bold;color:#333;height:30px;line-height:30px;overflow:hidden;} .n_v_list .detail .p{height:30px;line-height:30px;overflow:hidden;} .n_v_list .first{width:45%;height:300px;margin-right:10px;} .n_v_list .first a{display:block;height:100%;position:relative;} .n_v_list .first .mask{position:absolute;left:0;bottom:0;width:100%;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);padding:10px 0;} .n_v_list .first .t{padding:0 10px;font-size:14px;color:#fff;} .n_v_list .first .p{padding:0 10px;color:#fff;} .n_v_list .first s{position:absolute;width:41px;height:41px;left:50%;top:50%;margin:-25px 0 0 -20px; background:url(../images/bofang.png) no-repeat 0 0;} /*鏂伴椈鍒楄〃*/ .vt { vertical-align:top;} .sear { line-height:20px;} .sear .t { font-size:16px; float:left; font-weight:normal; margin-right:15px; color:#333;} .sear .dp { width:15%; height:20px; line-height:20px; border:#ddd 1px solid; background:url(../images/date.gif) 98% 50% no-repeat; vertical-align:top;} .sear_f { background:#fff url(../images/fangdj.gif) 96% -32px no-repeat; border:#ccc 1px solid; overflow:hidden;} .sear_f .inp { padding-left:3px; margin-top:-3px;} .sear_f .btn { width:25px;} .orderby { font-size:13px; height:32px; line-height:32px; padding:15px 0px;} .orderby .selected { color:#ffbc1c; font-weight:bold;} .newsList { clear:both; overflow:hidden;} .newsList li { clear:both; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-bottom:#dcdcdc 1px solid;} .newsList a { display:block; overflow:hidden;} .newsList .img { width:180px; height:115px; float:left; margin-right:15px; padding:5px; border:#cccaca 1px solid;} .newsList h2 { font-size:15px; font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; cursor:pointer;} .newsList time { color:#666666;} .newsList .text { font-size:13px; line-height:22px; height:44px; overflow:hidden; margin:5px 0px 10px;} .newsList .more { display:inline-block; width:59px; height:20px; color:#fff; text-align:right; padding-right:25px; background:#ee3342; cursor:pointer;} /*鏂伴椈璇︾粏*/ .ndetbox-l{ padding:20px; } .newsdet-ico .ndet-ico{ float:left; margin-right:5px;} .newsdet-ico .ndet-ico1,.newsdet-ico .ndet-ico2{ background:#ccc; color:#fff; text-align:center; padding:0 3px; } .newsdet-ico .ndet-ico2{ margin-right:10px;} .newsdet-ico .bdshare-button-style0-24 a, .newsdet-ico .bdshare-button-style0-24 .bds_more{ margin:0px;padding-left: 20px;line-height: 20px;height: 20px; background:url(../images/ico.png) no-repeat -60px -100px;} .newsdet_title{ font-size:20px; font-weight:bold; color:#238ed5; margin:10px 0 15px;} .newsdet_nr{ line-height:2; font-size:13px; min-height:300px; height:auto !important;overflow:visible;} .news-next{ border-bottom:1px solid #ddd; padding:10px 0;} .news-next .next-news{ display:block; float:left; width:60%; padding-left:3%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .news-next .next-date{ display:block; float:right; width:15%; text-align:right;} .rdtj-t{ font-size:16px; font-weight:bold; color:#4e4e4e; padding:10px 20px;} .news-right-1{ border-bottom:1px solid #ddd; padding:0 20px 15px;} .news-right-2{ padding:0 20px;} .tdtj-list{ margin-top:10px;} .tdtj-list li{ float:left; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; padding:3px 0; font-size:13px;} .tdtj-list li a{ color:#777;} .news-right-2 .sub_rss{ margin-top:0;} /*page*/ .page { clear:both; padding:25px 0px; } .page .page-con { width:100%; height:auto; text-align:center; white-space:nowrap; line-height:0; font-size:0; _padding-bottom:1px;} .page .page-con a, .page .page-con strong, .page .page-con .total { display:inline-block; width:auto; height:28px; line-height:28px; font-size:12px; padding:0px 10px; border:#dddddd 1px solid; overflow:hidden; margin-left:-1px; *margin-left:-2px; color:#333!important; vertical-align:middle; white-space:nowrap; } .page .page-con a:hover,.page .page-con strong.cur { background-color:#ffbc1c ; color:#fff!important; } .page .page-con a.prev,.page .page-con a.next { margin:0px 10px; } .page .page-con .total { border:0; } /*page end*/ /*鍦ㄧ嚎鎶曠form*/ .formText {font-size:14px; padding:0 20px 20px 0;} .formList dl {clear:both; line-height:24px; padding:0 0 6px 65px; position:relative;} .formList dt {left:0; position:absolute; text-align:left; top:0; width:60px;} .formList dd .input {background:url(../images/inputbg.gif) repeat-x center bottom #FFFFFF; border:1px solid #CCCCCC; height:25px; line-height:24px; width:50%;} .formList dd .textarea {background:url(../images/inputbg.gif) repeat-x center bottom #FFFFFF; border:1px solid #CCCCCC; height:105px; line-height:24px; resize:none; width:70%;} .formList dd em {color:#FF0000; font-style:normal; padding-left:5px;} .formList .yzm {vertical-align:middle;} .formList .btn input {border:0 none; color:#FFFFFF; cursor:pointer; height:32px; margin-right:5px; overflow:hidden; width:90px; font-size:14px; font-family:寰蒋闆呴粦; font-size:14px; margin-top:10px;} .formList .btn .mess_btn{ background:#ffbc1c;} .formList .btn .reset_btn{ background:#999;} .tougao_form{ padding:20px;} /*瑙嗛*/ .video_main{ padding:20px;} .dl_head_tab {border: 1px solid #ddd;background: #f2f2f2;padding: 15px 15px 0 15px;font-size: 14px;} .dl_head_tab li{float:left;position:relative;bottom:-1px;} .dl_head_tab li a{float:left;border:1px solid #f2f2f2;padding:0 15px;border-bottom-color:#ddd;line-height:36px;} .dl_head_tab .cur a,.dl_head_tab li a:hover{border-color:#ddd;border-bottom-color:#fff;background:#fff;color:#ffbc1c;} .video_list li{ margin-bottom:10px;height: 224px;} .video_list p{ padding:0 4%;} .video_list .vt {font-size: 14px;line-height: 20px;margin: 10px 0 5px;height: 40px;overflow: hidden;} .video_list li .ico7_2{ margin-left:3%;} .video_list a {display: block;position: relative;overflow: hidden;background: #ededed; padding-bottom:10px;} .video_list a:hover{background: #fff;box-shadow: 0 0 3px rgba(0,0,0,.2);} .video_list a:hover .ico7_2{ background-position:-40px -120px; } /*绀句細璐d换*/ .shzr_banner{ text-align:center; padding:10px;} .channel_pd{ padding:25px;} .channel_text{ font-size:13px; line-height:2;height: auto !important; height: 200px; min-height: 200px;} /*鏈嶅姟*/ .service-box-1{ margin-top:20px; padding:0 10px;} .parts-box-2{ width:33%; float:right; _width:32%;} .parts-box-2 .fw_linian{ text-align:right; border-left:1px solid #f6f6f6; padding:10px 0;} .parts-box-1{ padding:10px 0; width:66%; float:left;} .parts-box-1 .pbox-left{ width:48%; float:left;} .parts-box-1 .pbox-right{ width:50%; float:right;} .pbox-right p{ font-size:13px; line-height:24px;} .pbox-right .st1{ margin-top:20px;} .pbox-right .st2{ margin-top:15px;} .pbox-right .st2 a{ font-size:17px; color:#238ed5;} .service-box-2{ margin-top:20px;} .fwgs-box{ padding:15px 10px; position:relative; height:215px; overflow:hidden;} .fujs-box{ padding:15px 10px; height:215px; overflow:hidden;} .fujs-box .fwjs_img{ margin-top:15px; text-align:center;} .fujs-box .fwjs_sum{ line-height:22px; margin-top:10px; font-size:13px; height:44px; overflow:hidden;} .fwgs-box .fwgs_t{ margin-bottom:10px;} .fwgs-box .fwgs_t h2{ float:left; font-size:18px; font-weight:bold;} .fwgs-box .fwgs_t .fwgs_up{ float:left; font-size:16px; margin-left:10px; padding-top:2px;} .fwgs-box .fwgs_t .fwgs_up a{ color:#c8c8c8;} .fuwg_slide li{ width:100%; height:176px;} .fuwg_slide li .fwslide_img{ float:left; width:49%; height:176px; overflow:hidden;} .fuwg_slide li .fwslide_nr{ float:right; width:48%; color:#333;} .fwslide_nr .fwgs_title{ font-size:14px; font-weight:bold; margin-bottom:3px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .fwslide_nr .fwgs_title a{ color:#333;} .fwslide_nr .fwgs_date{ margin-bottom:3px;} .fwslide_nr .fwgs_sum{ line-height:24px; height:96px; overflow:hidden;} .fwgs-box .arrows span{ display:block; width:22px; height:22px; position:absolute; background:url(../images/fwgs_btn_03.gif) no-repeat 0 0; font-size:0; line-height:0;top:20px; cursor:pointer;} .fwgs-box .arrows .prev{ right:48px; } .fwgs-box .arrows .next{ right:20px; background-position:right;} /*琛ㄦ牸*/ .datalist{ border:1px solid #cccccc; /* 琛ㄦ牸杈规 */ font-family:Arial; border-collapse:collapse; /* 杈规閲嶅彔 */ background-color:#ffffff; /* 琛ㄦ牸鑳屾櫙鑹� */ font-size:12px; font-family:寰蒋闆呴粦;} .datalist caption{ padding-bottom:5px; font:bold 12px; text-align:left;} .datalist th{ border:1px solid #cccccc; /* 琛屽悕绉拌竟妗� */ background-color:#eeeeee; /* 琛屽悕绉拌儗鏅壊 */ color:#000000; /* 琛屽悕绉伴鑹� */ font-weight:bold; padding-top:4px; padding-bottom:4px; padding-left:15px; text-align:center;} .datalist td{ border:1px solid #cccccc; /* 鍗曞厓鏍艰竟妗� */ text-align:center; padding-top:4px; padding-bottom:4px; padding-left:15px; } .datalist tr.altrow{ background-color:#c7e5ff; /* 闅旇鍙樿壊 */} /*1207 add 缃戠珯鍦板浘*/ .map_line{overflow:hidden;line-height:30px;padding:8px 10px;border-bottom:1px solid #ddd;*zoom:1;} .map_line h4{float:left;width:104px;margin-right:10px;} .map_line h4 a{display:block;text-align:center;background:#ececec;font-size:14px;} .map_line h4 a:hover{background:#f69e00;color:#fff;} .site_cell{ clear:both;} .site_cell a{float:left;color:#333;padding-left:35px;transition:none;} .site_cell a:hover{background-position:18px -31px;color:#f69e00;} /*Search*/ .news_list_c .Tit2,.news_list_c .Tit2 a{height:56px;font:bold 24px/56px 'microsoft yahei';color:#333;}.Tit2 a:hover{color:#333;} .news_list_c .sear{padding:0 25px 10px;background:#eee;} .news_list_c .sear .t{font-size:15px;font-weight:bold;line-height:2.4;} .news_list_c .serv_select li{float:left;width:36px;border:1px solid #ccc;background:#fff;padding:0 5px;margin-right:5px;cursor:pointer;} .news_list_c .rect{display:inline-block;width:2px;height:3px;overflow:hidden;border-left:2px solid #fff;border-bottom:2px solid #fff;margin-top:9px;} .news_list_c .on .rect{border-color:#e60013;} .news_list_c .sear_f{border:1px solid #ccc;background:url(../images/fangdj.gif) 96% -32px no-repeat #fff;} .news_list_c .sear_f .btn{width:25px;} .news_list_c .result{border-top:1px solid #ddd;padding:10px 10px 0;margin-top:20px;} .news_list_c .sear_result li{margin-bottom:10px;} .news_list_c .sear_result a{color:#333;} .news_list_c .sear_result a:hover{text-decoration:underline;} .news_list_c .sear_result .el{font-size:14px;_width:100%;} .news_list_c .sear_result .p{padding:10px 20px;border-top:1px solid #ddd;margin-top:10px;} .news_list_c .sear_result em{color:#e60013;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;} .news_list_c .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1;} /*涓嬭浇*/ .down_list{ margin-top:20px;} /*瑙嗛璇︾粏*/ .videodet_nr{ margin:10px 0 30px;} .xgvideo_list{padding: 0 20px 15px;} .xgvideo_list li{ margin-bottom:10px;} .xgvideo_list .xgv_name{ font-size:13px; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; margin-top:8px;} /*璁㈤槄*/ .rss_val .rss_t{ font-size:14px; font-weight:bold; padding:5px 0;} .rss_val .rss_list{ margin-bottom:20px;} .rss_val .rss_list li{ float:left; line-height:22px; margin:0 20px 0 0;} .rss_val .rss_list li a{ text-decoration:underline;} .rss_val .rss_list li a:hover{ color:#fdd102;} /*鍏徃鑽h獕*/ .honorimg_list li{margin-bottom:2em;} .honorimg_list li a{display:block;padding:12px;} .honorimg_list ._pic img{width:100%;} .honorimg_list ._t{line-height:2.5em;text-align:center;} #CB_All #CB_Thumbs{ display:none !important;} #CB_All #CB_ShowTh{ display:none !important;} /*鑱旂郴鎴戜滑*/ .contact_nr .contnr_left{ width:35%; float:left;background: #ffb301;height: 300px;color: #fff;} .contact_nr .contnr_right{ width:63%; float:right; height:300px;} .contact_nr .contnr_left .conl_nrxx{ padding:20px 10px; color:#fff; font-size:13px;} .contact_nr .contnr_left .conl_nrxx a{ color:#fff;} /*浜烘墠*/ .culture {overflow:hidden;font-size:14px;} .culture p{padding:0 10px;} .culture p strong{color:#008080;} .culture ._line{border-bottom:1px solid #ddd;line-height:28px;padding:10px 0;margin-bottom:-1px;} .culture ._title{color:#fff;text-align:center;} .bg_sky{background:#0377c2;} .bg_green{background:#0377c2;} .bg_gold{background:#0377c2;} .channelnr_banner{ margin-bottom:20px;} .contnr_right img{max-width: none;} .con_wzjsnr{margin-bottom: 20px;} /*鏂囧寲璇荤墿*/ .pdfwz{ font-size:13px; margin-bottom:15px;} .whdw_val{ width:100%; overflow:hidden; } .hod_list li{ float:left; _display:inline; margin-bottom:15px; } .hod_list li .hod_tltle{ font-weight:bold; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; padding:5px 0;} .hod_list li .hod_ico{ height:28px; width:100%; line-height:28px; background:#f4f4f4; _height:auto; _padding: 3px 0;} /*閿€鍞綉缁�*/ .net_mobilese{ display:none;} .net_map{ height:auto;} .net_mobilewz{ display:none;} .net_pcradlist{ margin-bottom:10px;} .net_pcradlist span{ white-space:normal; margin-right:10px;} .net_pcradlist span input{ cursor:pointer;} /*閰嶄欢*/ .part_list li{ float:left;} .part_list li .part_border{ border:1px solid #ddd; margin-bottom:15px;} .part_list li .part_img{ padding:3%; text-align:center; position:relative;} .part_list li .part_img img{ width:100%;} .part_list li .part_img i{ position:absolute; right:4%; bottom:4%;} .part_list li .part_n{ background:#f4f4f4; padding:5px 3% 2px;} .part_list li .part_n p{ line-height:30px; border-bottom:1px solid #ddd; text-indent:3%; width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; color:#404040; font-size:13px;} .part_list li .part_n p span{ color:#238ed5;} .part_list li .part_n .t3{ border-bottom:none;} /*鑽h獕鏂�*/ .History-H3{background:#fff;cursor: default;} .History-H3-T{height: 48px;line-height:40px; border-bottom: 1px dotted #cdcdcd;margin-bottom: 15px;overflow: hidden; margin-bottom:30px;} .History-H3-T ul{ height:26px; line-height:26px; } .History-H3-tab .tab_t{position: static;font-size: 14px;font-weight: bold;color: #989898; text-align:center; width:160px;} .History-H3-tab .tab_t_cur{color: #fff; background:#ffb300;} .History-H3-tab .tab_t_cur i{} .History-H3-tab .tab_c{} .History-H3-tab .arrs{position: absolute;width: 13px;height: 19px;background:url(../images/arr.png) no-repeat;top:37px;cursor: pointer;transition:none;} .History-H3-tab .arr_prev{left:-5px;} .History-H3-tab .arr_next{right:-5px;background-position: right 0;} .History-H3-tab .arr_prev:hover{background-position: 0 bottom;} .History-H3-tab .arr_next:hover{background-position: right bottom;} .n_v_list img { height:auto;} .n_v_list li { height:auto; width:45%;} .n_v_list .first { width:50%; height:auto;} .n_v_list .pic { height:auto;} .n_v_list .detail .p { display:none;} .about_add .channel_ffbg { padding:25px;} .about_add img { display:block; width:100%; height:auto;} .about_add .n { font-size:18px; font-weight:bold; height:40px; line-height:40px; color:#333;} .about_add .text { color:#333; font-size: 13px;line-height: 22px; height:66px; overflow:hidden;} /*鍙戝睍鍘嗙▼*/ .History-H4{} .History-H4-T{height: 50px;} .History-H4 .tab_t{background: url(../images/dot_normal.png) center bottom no-repeat;font-size:14px; *width:180px;} .History-H4 .tab_t_cur{background-image: url(dot_cur.png);color:#004fa0;font-weight: bold;font-size: 18px;} .History-H4 .tab_c{margin-top:-7px;border-top: 1px solid #dbdfe1;} .History-H4 .tab_c ul{background: url(../images/line.png) center 0 repeat-y;padding-top:30px;} .History-H4 .tab_c li{background: url(../images/dot.png) center 25px no-repeat;padding-bottom: 20px;} .History-H4 .tab_c ._img{float: right;width: 47%;} .History-H4 .tab_c ._img img{height: 104px;margin: 0 15px 15px 0;} .History-H4 .tab_c ._text{float: left;width: 47%;text-align: right;} .History-H4 .tab_c ._title{font-size:24px;color: #004fa0;line-height: 1.8em;} .History-H4 .tab_c ._p{font-size:13px;line-height: 1.75;} .History-H4 ._even ._img{float: left;text-align: right;} .History-H4 ._even ._img img{margin:0 0 15px 15px;} .History-H4 ._even ._text{float: right;text-align: left;} .pn_morebtn a{ font-size:12px; color:#888; font-weight:normal;} .zy_about .zy_about_video{ float:left; margin:0 20px 10px 0; width:48%;} /*绉戠爺鎴愭灉*/ .History-H5{background:#fff;} .History-H5 ._year{position: relative;} .History-H5 ._year span{position: absolute;left: 0;top:0;width:100px; text-align: center; font-size:28px;color:#f69e00;} .History-H5 ._list {margin-left: 110px;margin-bottom:35px; padding-left:20px; border-left:1px solid #ddd;line-height: 2em; } .History-H5 ._list li{font-size:13px; line-height:2;} /*1104 change 鏃ュ巻鎸夐挳*/ .newsRight .Calendar .ui-datepicker-inline{border-radius:0;border-color:#ddd;} .newsRight .Calendar .ui-state-default{background:none;} .newsRight .Calendar a.ui-state-default{border-top-color: #eee;border-bottom: 2px solid #f69e00;border-left-color: #eee;border-right-color: #eee;} .ui-datepicker .ui-datepicker-header{border:none;background:none;} .ui-widget-content{color:inherit;} .ui-datepicker th{padding:0 .3em;} .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{background:none;width:0;height:0;overflow:hidden;border-width:8px; cursor:pointer;} .ui-datepicker .ui-datepicker-prev span{border-color:transparent #333 transparent transparent;border-style:dashed solid dashed dashed;} .ui-datepicker .ui-datepicker-next span{border-color:transparent transparent transparent #333;border-style:dashed dashed dashed solid;} .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{background:none !important; border-bottom-color:#238ed5 !important;} .ui-datepicker .ui-datepicker-header{_width:100%;} .fwli_nrlist li{ float:left; width:100%;} .fwli_nrlist li span{ display:block; width:30%; float:left;} .pohon_proimg{ display:none;} /*鏂扮増鑱旂郴鎴戜滑*/ .con_new_val{ margin-top:20px;} .con_new_val .section{ margin-bottom:10px;} .con_scroll_link{ background:#f3f3f3; border-bottom:1px solid #dddddd;} .con_scroll_link li{ float:left; width:auto; padding:0 4%;} .con_scroll_link li a{ display:block; text-align:center; line-height:36px; font-size:14px; color:#5c5c5c;} .con_scroll_link li.active a{ color:#ffb301;} .con_new_list{ margin-top:20px;} .con_new_list li{ background:url(../images/con_new_xian.gif) no-repeat right 20px;margin-bottom:20px; min-height:145px;} .con_new_list li .con_new_title{ font-size:16px; color:#ffb301; margin-bottom:10px; padding-left:5px;} .con_new_list li .con_new_nr{ font-size:13px; color:#555; width:95%; line-height:22px; padding-left:5px;} .con_new_lant{ line-height:32px; background:#f3f3f3; color:#666; font-size:14px; text-indent:10px;} .section_short .con_new_list li{ min-height:80px;} /*骞荤伅*/ .flexslider { position: relative; height: 450px; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat;clear:both} .slides { position: relative; z-index: 1; width:100%; height:450px; overflow:hidden;} .slides li { height: 460px;} .slides a{ display:block;height:450px;width:100%;} .flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center;} .flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1;} .flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer;} .flex-control-nav .flex-active { background-position: 0 0;} .in_about{ width:800px; float:left; height:300px; background:url(../images/in_a_bg.gif) right 10px no-repeat; padding-right:40px;} .in_about .imp{ float:left; margin-right:15px;} .in_about p{ text-indent:28px; font-size:14px; line-height:28px;} .in_about .tell{ font-size:12px; color:#797979; height:60px;} .in_about .tell b{ color:#e30011; font-size:18px; background:url(../images/tel1.gif) 5px 11px no-repeat; padding-left:42px; line-height:60px; display:inline-block; padding-right:20px;} .in_contact{ float:right; height:270px; width:320px;} .in_contact .contact_con{ font-size:14px; height:170px; padding:5px 30px;} .in_contact .contact_con p{ line-height:26px;} .in_contact .contact_con p.css{ line-height:18px; padding-top:4px; padding-bottom:3px;} .in_contact img{ float:left;} .in_search{ background: url(../images/search.gif) no-repeat; background-size:cover; width:1080px; height:120px; margin-top:12px; margin-bottom:20px;} .in_search ul li{width:268px;height:120px; float:left;} .in_search ul li a{ width:100%; display:block;height:110px;} .posiz{ border-top:#dedede solid 1px; padding-bottom:15px;} .nei_naves {text-align:center;} .nei_naves a {padding:0px 15px;margin:0 2px;border:1px solid #cccccc;border-radius:14px;line-height:28px;height:28px;font-size:14px;display:inline-block} .nei_naves a.on {border:1px solid #e5000c;background:#e5000c;color:#fff;} .nei_naves a.more_btn {background:#ddd;border:0;border:1px solid #ddd;} .nei_naves a:hover {border:1px solid #e5000c;background:#e5000c;color:#fff;} .nei_naves .more {margin-top:15px;} .sea_l{ padding-top:66px; padding-left:42px; width:145px; height:35px;float:left;} .sea_l .sea_text{ height:33px; margin-top:1px; line-height:34px; width:155px; padding-left:2px;} .sea_r {padding-top:60px; float:left; width:58px; height:34px;} .sea_r .search_submit{ width:58px; height:34px; float:left; cursor:pointer; background:none;} .left_neibox{ width:750px; float:left; height:auto; overflow:hidden;} .left_pneibox{ width:750px; float:left;} .right_neibox{ width:300px; float:right;height:auto; overflow:hidden;} .right_pneibox{ width:295px; float:right;} .list-img{ padding-top:20px;} .list-img dt { display:block; float:left; height:270px; width:310px; margin-left:25px; margin-bottom:20px; text-align:center; } .list-img dt img { display:block; margin-bottom:5px; height:254px; width:380px; } .dede_pages { }.dede_pages ul { float:right; padding-top:12px; padding-right:0px; padding-bottom:12px; padding-left:16px; } .dede_pages ul li { float:left; font-family:Tahoma; line-height:17px; margin-right:6px;padding:2px 4px 2px; border:1px solid #E9E9E9; } .dede_pages ul li a { float:left; color:#555; display:block; } .dede_pages ul li a:hover { color:#690; text-decoration:none; } .dede_pages ul li.thisclass,.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover { background-color:#F8F8F8; font-weight:bold; } .dede_pages .pageinfo { line-height:21px; padding:12px 10px 12px 16px; color:#999; } .dede_pages .pageinfo strong { color:#555; font-weight:normal; margin:0px 2px; } .kva_message ul font,.kva_message ul span { float:left; font-size:12px; } .kva_message ul font { width:85px; text-align:right; color:#606060; font-weight:bold; } .kva_message ul span { padding-top:12px; border:0; margin-left:10px; } .kva_message input { font-family:Arial; border:#CCC solid 1px; color:#006600; font-size:12px; height:20px; line-height:20px; } .kva_message textarea { font-family:Arial;border:#CCC solid 1px; color:#006600; font-size:12px; } .kva_message .input1 { width:168px; height:30px; padding-left:8px; background:url(../images/ico-29.jpg) no-repeat; border:0; font-size:14px; line-height:30px; } .kva_message .input2 { width:264px; height:30px; padding-left:8px; background:url(../images/ico-30.jpg) no-repeat; border:0; line-height:30px; } .kva_message .input3 { width:366px; height:30px; padding-left:8px; background:url(../images/ico-31.jpg) no-repeat; border:0; line-height:30px; } .kva_message .input4 { width:358px; height:135px; padding-top:5px!important; padding:5px 5px 10px 8px; background:url(../images/ico-32.jpg) no-repeat left top; border:0; overflow:hidden; } .kva_message .input5 { width:120px; height:31px; background:url(../images/ico-33.jpg); border:0; color:#fff; font-size:16px; font-weight:bold; font-family:Arial; cursor:pointer; } .kva_message .coolbg{ cursor:pointer; padding-left:10px; padding-right:10px;} .frame_product { padding:0 5px; } .frame_product h3 { width:280px; height:34px; line-height:34px; border-bottom:1px solid #dcdcdc; font-size:14px; font-family:Arial; font-weight:bold; color:#4d4c4c; clear:left; margin-right:0; margin-bottom:7px; margin-left:0; background:url(../images/ico-47.jpg) no-repeat 5px 10px; } .frame_product h3 a { padding-left:35px; } .frame_product ul { padding:0 0 10px 0; margin:0; } .frame_product ul li { line-height:25px; float:left; height:25px; margin:1px 0; font-size:14px; } .frame_product ul a:hover,.frame_product ul a:active { width:311px; height:25px; margin-right:15px; border-left:2px solid #0552d4; display:block; color:#0552d4; background:#f5f5f7; padding-left:5px; } .frame_product ul a { width:318px; height:20px; margin-right:15px; display:block; color:#363636; } frame_left_a { width:220px; height:190px; background:#f5f5f7; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; } .frame_left_b { width:295px; margin:0px 0 40px 0; padding-bottom:30px; } .frame_left_b ul { margin:0; padding:0; padding-left:20px; } .frame_left_b li { margin:0; padding:0; list-style-type:none; font-size:12px; } .frame_left_b .f_b_li { padding-left:0px; } .frame_left_b .f_b_a { font-size:12px; margin:1px 0; } .frame_left_b .class_2 { display:none; } .f_b_a a { width:215px; height:30px; line-height:30px; display:block; padding-left:35px; color:#303030; border-top:1px solid #e7e7e7; background:url(../images/ico-47.jpg) no-repeat 5px 8px; } .f_b_a a:hover,.f_b_a a:active { color:#0552d4; background:#f0f0f1; background:url(../images/ico-47.jpg) no-repeat 5px 8px; } .f_b_li a { width:215px; line-height:20px; padding-bottom:5px; display:block; padding-left:35px; color:#2f2f2f; } .f_b_li a:hover,.f_b_li a:active { color:blue; background:url(../images/ico-47.jpg) no-repeat 5px 3px; } #LM1,#LM2,#LM3,#LM3,#LM4,#LM5,#LM6,#LM7,#LM8 { padding-bottom:10px; background:url(../images/xx.jpg) no-repeat 26px 0; } .frame_product_fl { padding:20px 0 0 5px; } .frame_product_fl ul { margin:0; padding:0; } .frame_product_fl ul li { width:210px; height:185px; line-height:15px; color:#b90f2a; float:left; background:#fbfbfb; border:1px solid #f3f3f3; margin-top:0; margin-right:12px; margin-bottom:15px; margin-left:0; padding-top:8px; padding-right:4px; padding-bottom:8px; padding-left:4px;text-align:center; } .frame_product_fl ul li:hover{ border:1px solid #607edc;} .frame_product_fl ul li img { width:200px; margin-left:5px; height:152px; display:block; margin-bottom:5px; } .frame_product_fl ul li font { width:152px; height:30px; text-align:center; font-size:12px; display:block; margin-top:3px; color:#606060; } .lm_title{border-bottom:dashed 1.5px #bfbfbf; line-height:50px; height:54px;} .lm_title span{ font-size:16px; font-weight:700; padding-left:0px; font-family:'寰蒋闆呴粦'; padding-right:10px; color:#0177c1;} .lm_title em{ font-style:normal; padding-left:8px; font-size:25px; font-weight:bold; color:#0177c1;} .lm_title b img{} .lm_title .sear_a img{ position:relative; float:right;} .lm_title .searchs{ background:url(../images/nei_search.gif) no-repeat; width:314px; height:47px; overflow:hidden; float:right; padding-right:10px; margin-top:0px;} .lm_title .searchs .sea_text{ width:225px; height:38px; margin-left:2px; margin-top:0px;background:none; border:none; padding-left:6px;} .lm_title .searchs .search-submit{ float:right; margin-top:-40px; width:78px; height:50px; cursor:pointer; background:none; border:none; } .sea_ls{ float:left; margin-top:-4px;} .sea_rs{ padding-top:33px;} .kva_product_ml{} .kva_product_ml .kva_img{ width:570px; height:420px; float:left;background:#fff; box-shadow:0 0 10px #eaeaea; -webkit-box-shadow:0 0 10px #eaeaea;-moz-box-shadow:0 0 10px #eaeaea; border:1px solid #eaeaea;} .kva_product_ml .kva_feature{ width:470px; height:400px; float:right;} .kva_product_ml .kva_feature .pro_des_cotat{} .kva_product_ml .kva_feature .pro_des_cotat ul { border-bottom:#c2c2c2 solid 1px; padding-bottom:12px;} .kva_product_ml .kva_feature .pro_des_cotat ul a { display:inline-block; background:url(../images/jjs.png) no-repeat right; padding-right:18px; color:#151515; font-size:14px; margin-right:30px;} .kva_product_ml .kva_feature .pro_des_cotat p { display:block; padding-top:15px; color:#827f7e; font-size:12px; height:50px;} .kva_product_ml .kva_feature .pro_des_cotat p a{ display:inline-block; float:right; width:96px; height:33px; margin-right:10px; background:#e6131a; color:#FFF; line-height:33px; text-align:center; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;} .kva_product_ml .kva_feature .pro_des_cotat p a:hover{background:#c70b21;} .kva_product_ml .kva_feature .pro_des_cotat span{ display:block; background:url(../images/tell_li.gif) no-repeat 0px 2px; padding-left:40px; height:28px; line-height:26px; font-size:14px; color:#1a5ea7;} .des_tit_pro{ height:45px; border-bottom:#2770bc solid 3px; padding-top:35px;} .des_tit_pro ul li{ float:left; width:105px; margin-right:6px;background:#ebecec; height:45px;line-height:45px; display:block; text-align:center; cursor:pointer; border-radius: 4px 4px 0px 0px;-moz-border-radius: 4px 4px 0px 0px;-webkit-border-radius: 4px 4px 0px 0px; color:#575757; font-size:13px; font-weight:bold;} .des_tit_pro ul li.hover{ background:#2770bc; color:#fff;} .kva_product_ml .kva_feature .slcti{ height:300px; overflow:hidden;} .kva_product_ml .kva_feature .slcti .pro_title{ font-size:24px; height:40px; line-height:20px; display:block; overflow:hidden; font-weight:normal; padding-bottom:2px;} .kva_product_ml .kva_feature .slc{ width:370px; height:190px; background:url(../images/dis2.gif) no-repeat; padding-top:10px;} .kva_product_ml .kva_feature .slc a{ width:145px; height:40px; float:left; display:block;} .kva_product_ml .kva_feature .zzhi{ padding-top:95px;} .slcti li{ padding-left:5px; line-height:20px; font-size:13px;} .slcti li strong{ font-size:14px; line-height:30px;} .kva_frame .Content{ width:1080px; overflow:hidden; height:auto;line-height:28px;} .kva_frame .Content h3{ border-bottom: rgb(229,232,238) 1px solid; margin: 0px; width: 200px; font-family: Arial, 宋体; height: 35px; font-size: 18px;color: #151515; margin-bottom:10px; margin-top:20px;} .kva_frame .Content p{ padding-bottom:15px; font-size:14px; line-height:28px;} .sitemap dt { font-size:12px; font-weight:bold; line-height:25px; clear:both; float:left; text-align:right; width:100px; padding-right:10px; } .sitemap dd { float:left; width:600px; line-height:25px; } .sitemap dd a { margin-right:10px; } .downl ul{} .downl ul li a{ padding-left:10px; font-size:14px; float:right; font-weight:bold; padding-right:10px;} .downl ul li{ line-height:38px;border-bottom: dashed 1px #bfbfbf; padding-right:30px; } .downl ul li span{ width:60px; text-align:center; padding-left:20px; float:left; display:block;} .relpro-box{ padding-top:10px; clear:both; width:1080px; margin:auto; height:210px; overflow: hidden;} .relpro-box li { width:210px; height:190px; line-height:15px; color:#b90f2a; float:left; background:#fbfbfb; border:1px solid #f3f3f3; margin-top:0; margin-right:15px; margin-left:15px; margin-bottom:15px; padding-top:8px; padding-right:14px; padding-bottom:8px; padding-left:14px; } .relpro-box li:hover{ background:#bbeafb;} .relpro-box li img { width:207px; height:153px; border:1px solid #f2f2f2; display:block; margin-bottom:5px; } .relpro-box li font { width:152px; height:30px; font-size:12px; display:block; margin-top:3px; color:#606060; } .relpro-box li a{ text-align:center; height:30px; line-height:18px; display:block;} .lipros2 ul{clear:both;} .lipros2 ul li{ clear:both;} .lipros2 ul li a{ padding-left:10px; font-size:14px; padding-right:10px;} .lipros2 ul li{ line-height:38px;border-bottom: dashed 1px #bfbfbf; padding-right:30px; } .lipros2 ul li time{ float:right;} .lipros2 ul li span{ width:60px; text-align:center; padding-left:20px; float:left; display:block;} .xxtable table{ border-bottom:#CCC solid 1px; border-left:#CCC solid 1px; margin:auto;border-collapse:collapse;border-spacing:0;} .xxtable table td{ border-right:#CCC solid 1px; border-top:#CCC solid 1px;} .about_zc p{ color:#999; padding-bottom:10px;} .about_zc span{ line-height:21px;} .lx_aa{ padding-top:15px; line-height:30px;} .pro_deco_bottom{ border-top:#cccccc solid 1px; padding-top:20px; margin-top:20px;} .pro_deco_bottom .jszl{ width:380px; float:left;} .pro_deco_bottom .jszl dt{ font-size: 17px;font-weight: bold; color: #333333; padding-bottom:10px;} .pro_deco_bottom .jszl dd{ background:url(../images/dsepa_img2.gif) no-repeat 5px 9px; padding-left:15px;} .pro_deco_bottom .jszl dd a{ line-height:23px; display:block; height:23px; font-size:14px; width:270px; overflow:hidden;} .pro_deco_bottom .jszl dd a:hover{ color:#ee3342;} .pro_deco_bottom .cjdh{ width:280px; float:left;} .pro_deco_bottom .cjdh dt{ font-size: 17px;font-weight: bold; color: #333333; padding-bottom:10px;} .pro_deco_bottom .cjdh .tell{ background:url(../images/tell_0.gif) no-repeat 0px 6px; height:55px; padding-left:50px; font-size:14px;} .pro_deco_bottom .cjdh .tell b{ display:block; font-size:23px;color: #393939;} .pro_deco_bottom .cjdh .tell span{ display:block; font-size:12px;color: #838383;} .pro_deco_bottom .cjdh p{ display:block; padding-top:8px; padding-bottom:6px; font-size:14px;} .pro_deco_bottom .cjdh em{ display:block; font-style:normal; padding-bottom:4px; font-size:14px;} .pro_deco_bottom .cjdh a{ display:inline-block; width:70px; height:20px; text-align:center; margin-right:20px; background:#ee3342; color:#FFF; line-height:20px; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; font-size:14px;} .pro_deco_bottom .shms{width:350px; float:right;} .pro_deco_bottom .shms dt{ font-size: 17px;font-weight: bold; color: #333333; padding-bottom:10px;} .pro_deco_bottom .shms dd{ background:url(../images/ss_t.gif) no-repeat; height:70px; padding-left:75px; font-size:14px; line-height:22px;} .pro_deco_bottom .shms dd em a{ color:#ee3342; font-style:normal;} .pro_deco_bottom .shms ul{ padding-top:5px;} .pro_deco_bottom .shms ul li{line-height:23px; display:block; height:23px; font-size:14px;} .pro_deco_bottom .shms ul li a:hover{ color:#ee3342;} #featured {width: 570px; height: 420px; background: #009cff url('orbit/loading.gif') no-repeat center center; overflow: hidden; } .canshu_box{ background:#fff;} .canshu_box{ margin:0 0 20px 0;border-top:#dfdfdf solid 1px;} .canshu_box th{ font-weight:normal; text-align:center;} .canshu_box th,.canshu_box td{ border-bottom:#dfdfdf solid 1px; padding:5px 0 3px 31px;font-size:13px; color:#4c4c4c;} .canshu_box td{ background:#f7f6f6;} #con_two_5{ font-size:14px;} .des_tit_pro ul li.search_n{ background:url(../images/search_bg_n.jpg) no-repeat; width:265px; height:36px; float:right;} .seae_l{height:36px; width:203px; float:left;} .seae_l .sea_text { margin-left:30px; width:158px; height:30px; line-height:28px; margin-top:-12px; color:#999999;} .seae_r{height:36px; width:52px; float:right;} .seae_r .search_submit{height:36px; width:52px; background:none; cursor:pointer;} .picbox{ margin-left:18px; padding-top:20px;} .picbox li{ float:left; width:230px; padding-right:15px;} .picbox li span{ text-align:center; display:block; line-height:21px;} .picbox li span a{ line-height:30px;} .pps_list{ border-top: #cccccc solid 1px; } .pps_list h3{ padding-top:20px;} .pps_list h3 span{ padding-left:20px; color: #e4151b;} .footer{background-color:#009fd9;font-family:"Microsoft Yahei"} .footer-floor1{width:100%;padding:36px 0 60px} .footer-list{width:69%;height:100%;float:left} .footer-list ul{float:left;margin-right:13%} .footer-list .flist-4{margin-right:0} .footer-list li{line-height:32px} .footer-list li a{color:#b6e2f2;font-size:12px;text-decoration:none} .footer-list li a:hover{text-decoration:underline;color:#fff} .footer-list .flist-title{font-size:16px;color:#fff;margin-bottom:15px} .footer-floor2{width:100%;border-top:1px solid #4cc3ed;padding:20px 0;text-align:center} .footer-floor2 p{text-align:center;color:#b6e2f2;font-size:12px;line-height:30px} .footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif} .footer-floor2 p span.a51{ margin-left:60px;} .footer-floor2 p img{ position:absolute; margin-left:10px; margin-top:8px;} .footer-floor2 a{color:#b6e2f2} .footer-floor2 a:hover{color:#a8d0e0;text-decoration:underline} .foot-link{margin:0 15px;text-decoration:none;color:#b6e2f2} .foot-link:hover{text-decoration:underline} .footer-right{width:300px;float:right} .telephone{width:100%;height:32px;line-height:32px;color:#fff} .telephone span{display:inline-block;width:32px;height:32px;float:left;background:url(../images/phone_32px.png);margin-left:16%} .telephone .tel-number{font-size:30px;font-weight:400;text-align:right} .official-plat{width:100%;height:100%;margin-top:20px;position:relative} .official-plat ul{float:right;margin-top:7px} .official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(../images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px} .official-plat ul li .weibo-logo{background:url(../images/plat_icon.png) no-repeat -32px 0} .official-plat ul li .qq-logo{background:url(../images/plat_icon.png) no-repeat -64px 0} .official-plat ul li{height:45px} .official-plat ul a{display:inline-block;height:32px;width:100%;line-height:32px;color:#fff;text-decoration:none;font-size:12px} .official-plat>p{display:inline-block;width:132px;height:132px;border:1px solid #ddd;background-color:#fff} .official-plat .weixin{position:absolute;top:0;left:10px;background:url(../images/weixin.jpg) 11px 0px no-repeat #FFFFFF;} .official-plat .weibo{position:absolute;top:0;left:10px;background:url(../images/xlwb.jpg) 11px 0px no-repeat #FFFFFF;display:none} #wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10} #wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10} .five-superiority{width:100%;border-bottom:1px solid #27aede;padding:10px 0 20px} .five-superiority-list li{float:left;width:19.9%;height:36px;text-align:center;border-left:1px solid #27aede} .five-superiority-list li:first-child{border-left:none} .five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px} .five-superiority-list li a:hover{color:#bfe7f5} .five-superiority-list li a.superiority-text{text-indent:4em} .superiority-icon{position:absolute;width:40px;height:40px;left:10%;background-repeat:no-repeat;background-image:url(../images/footer_youshi.png)} .compensate_ico .superiority-icon{background-position:0 0} .compensate_ico:hover .superiority-icon{background-position:0 -50px} .retreat_ico .superiority-icon{background-position:0 -100px} .retreat_ico:hover .superiority-icon{background-position:0 -150px} .technology_ico .superiority-icon{background-position:0 -200px} .technology_ico:hover .superiority-icon{background-position:0 -250px} .prepare_ico .superiority-icon{background-position:0 -300px} .prepare_ico:hover .superiority-icon{background-position:0 -350px} .service_ico .superiority-icon{background-position:0 -400px} .service_ico:hover .superiority-icon{background-position:0 -450px} .marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0} .marquee{width:8000%;height:60px} .wave-list-box{float:left} .wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1} .wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none} .wave-box{position:relative;height:60px;} /*banner*/ #banner-box{margin:0px auto;height:500px;overflow:hidden;position:relative;padding-top:-40px;} .banner-inner{height:65px;margin:0px auto} .banner-nav-abs{position:absolute;left:0px;bottom:0px;z-index:3;min-width:1200px;} .banner-nav-abs-opac{position:absolute;width:100%;height:78px;left:0px;bottom:-22px;z-index:2} .banner-nav-fix{position:fixed;left:0px;top:82px;z-index:3} .banner-nav{width:100%} .banner-nav ul {width:1200px;margin:0px auto} .banner-nav li {float:left;display:inline;width:112px;height:65px;font-size:14px;padding:5px 43px 0px 43px;cursor:pointer;position:relative;margin:0px 1px} .banner-nav li div{width:110px;height:65px;padding:5px 43px 0px 43px;position:absolute;left:0px;top:0px;z-index:5;background:#fff;filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity:0.2;opacity:0.2} .banner-nav li a span{display:block;height:36px;width:60px;margin:3px auto 0px auto;background:url(../images/icon-banner.png) no-repeat;} .banner-nav li a.bg1 span{background-position:15px 2px} .banner-nav li a.bg2 span{background-position:-53px 2px} .banner-nav li a.bg3 span{background-position:-110px 2px} .banner-nav li a.bg4 span{background-position:-174px 2px} .banner-nav li a.bg5 span{background-position:-235px 2px} .banner-nav li a.bg6 span{background-position:-297px 2px} .banner-nav li a{display:block;float:left;position:absolute;left:0px;top:0px;color:#fff;z-index:6;padding:5px 43px 0px 43px;display:inline;width:110px;height:65px;padding-top:5px;text-align:center} .banner-nav li.current{cursor:default} .banner-nav li.current div{width:95px;height:95px;background:none;} .banner-nav li.current a{color:#333;cursor:default;background:#eee;} .banner-nav li.current a.bg1 span{background-position:15px -32px} .banner-nav li.current a.bg2 span{background-position:-53px -32px} .banner-nav li.current a.bg3 span{background-position:-110px -32px} .banner-nav li.current a.bg4 span{background-position:-174px -32px} .banner-nav li.current a.bg5 span{background-position:-235px -32px} .banner-nav li.current a.bg6 span{background-position:-297px -32px} .banner-list{position:absolute;height:500px;position:absolute;z-index:2;overflow:hidden;width:100%} .banner-list li{width:100%;height:500px;text-align:center;float:left;display:inline-block} .banner-list li .animate-box {width:1200px;margin:0px auto;position:relative} .banner-list li .animate-box .t-d{position:absolute;width:600px;left:40px;top:80px} .banner-list li .animate-box .t-d h2 {display:block;margin:0px;padding:0px;font-size:30px;text-align:left;color:#fff} .banner-list li .animate-box .t-d p{color:#fff;padding:10px 0px 0 0;line-height:32px;left:20px;text-align:left} .banner-list li .animate-box .animate-img{position:absolute;top:80px;right:10px} .slider-btn{width:100px;height:30px;background:#fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#444;display:block ;font-family:"宋体";} .slider-btn:hover{color:#fff;background:#c80106;} .in_xuanx{ width:350px; padding-right:55px; float:left; background:url(../images/in_b_bg.gif) no-repeat right;} .in_xuanx_ul { padding-left:30px;} .in_xuanx_ul li{ height:18px; padding-bottom:14px;} .in_xuanx_ul li a{ display:block; border-left:#8b8c8d solid 4px; padding-left:16px; height:18px; line-height:18px; font-size:14px;} .in_xuanx_ul li a:hover{ display:block; border-left:#3fb8e4 solid 4px; padding-left:16px; color:#3fb8e4;} .in_xuanx2{width:350px; padding-right:75px; float:left; } .in_xuanx3{width:350px; float:left; } .in_sheb{ width:755px; float:right;} .in_sheb_ul { padding-top:10px;} .in_sheb_ul li{ width:155px; height:54px; float:left; margin-bottom:25px; margin-left:25px;} .in_sheb_ul li a{ display:inline-block; border:#dddddd solid 1px; width:153px; text-align:center; height:52px; line-height:52px; font-size:18px;} .in_sheb_ul li a:hover{ display:inline-block; border:#169ed8 solid 2px; width:151px; text-align:center; height:50px;line-height:50px;} .in_sheb_ul li i{ color:#fd0707;} .in_sheb_ul p{ color:#a5a3a3; display:block; padding-top:10px; font-size:14px;} .in_sheb_ul p span{ color:#11a3df;} .dl_gc{ width:460px; float:right;} .in_guic_ul{ padding-left:20px; padding-top:5px;} .in_guic_ul li{ height:18px; padding-bottom:15px; width:430px;} .in_guic_ul li a{ display:block; border-left:#8b8c8d solid 4px; padding-left:16px; height:18px; line-height:18px; font-size:14px; background:url(../images/xz_i.png) no-repeat right;} .in_guic_ul li a:hover{ display:block; border-left:#3fb8e4 solid 4px; padding-left:16px; color:#3fb8e4;background:url(../images/xz_i_a.png) no-repeat right;} #index_pro{ padding: 20px 0; } #index_pro .special-box{ width: 370px;margin-left: 42px; height: 500px; float: left; border: 1px solid #cccccc; box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5); position: relative; } #index_pro .special-box img{ width: 100%; } #index_pro .special-box .s-tag{ display: inline-block; text-align: center; background-color: #118df0; color: #f0f0f0; position: relative; left: 270px;top: -32px; width: 100px; height: 30px;line-height: 30px; } #index_pro .special-box .s-tit{ font-size: 20px; color: #118df0; letter-spacing: 1px; text-indent: 30px; } #index_pro .special-box .s-desc{ padding: 0 30px; margin-top: 15px; } #index_pro .special-box .s-desc p{ text-indent: 2em; line-height: 22px; letter-spacing: 0.5px; color: #333; font-size: 14px; } #index_pro .special-box .s-other a{ padding: 0 0 0 30px; height: 30px; width: 100%; position: absolute; left: 0;bottom: 5px; color: #96a0ae; font-size: 14px; -moz-transition: 0.5s color ease; -webkit-transition: 0.5s color ease; -o-transition: 0.5s color ease; transition: 0.5s color ease; } #index_pro .special-box .s-other a:hover{ color: #ff3333; } #rollAD{height:230px; overflow:Hidden;position:relative; } #rollText li{ width:640px;} .comBoxs .hd { border-bottom:#e4e4e4 1px solid; height:40px; line-height:40px; margin-bottom:15px; overflow:hidden; clear:both;} .comBoxs .hd .t { width:auto; display:inline-block; font-size:20px; color:#333;} .comBoxs .hd .t a{ text-indent:500px; display:inline-block; float:left; height:38px; overflow:hidden;} .comBoxs .hd .t em{ display:inline-block; float:left; color:#9b9797; font-size:13px; font-style:normal; font-weight:normal; margin-left:20px;} .comBoxs .hd .t em i{ color:#3fb8e4; } .comBoxs .hd .bg2{background:url(../images/hr_l3.gif) -300px 38px no-repeat;} .comBoxs .hd .bg3{background:url(../images/hr_l3.gif) -250px 38px no-repeat;} .comBoxs .hd .bg4{background:url(../images/hr_l3.gif) -305px 38px no-repeat;} a.in_t8{ background:url(../images/wz_08.gif) no-repeat;width:205px;} a.in_t9{ background:url(../images/wz_09.gif) no-repeat; width:260px;} a.in_t10{ background:url(../images/wz_10.gif) no-repeat;} a.in_t11{ background:url(../images/wz_11.gif) no-repeat;} a.in_t12{ background:url(../images/wz_12.gif) no-repeat; width:203px;} a.in_t19{ background:url(../images/wz_19.gif) no-repeat; width:260px;} a.in_t20{ background:url(../images/wz_20.gif) no-repeat; width:260px;} .in_zt_001 h5{ display:block; text-align:center; font-size:24px;color:#595454; } .in_zt_001 h6{ display:block; text-align:center; font-size:24px;color:#595454; } .in_zt_001 p{ color:#595454; font-size:18px; text-indent:40px; line-height:32px; display:block; width:1100px; margin:auto;} .in_zt_001 .img{ text-align:center; color:#595454;} .in_zt_001 ul { text-align:center; height:120px;} .in_zt_001 ul li{ display:inline-block; margin-left:25px; margin-right:25px;text-align:left;} .in_zt_001 ul li i{float:left; margin-right:10px; display:inline-block; width:61px; height:61px;} .in_zt_001 ul li i.a1{ background: url(../images/zt_i1.gif) no-repeat;} .in_zt_001 ul li a:hover i.a1{ background: url(../images/zt_i1_a.gif) no-repeat;} .in_zt_001 ul li i.a2{ background: url(../images/zt_i2.gif) no-repeat;} .in_zt_001 ul li a:hover i.a2{ background: url(../images/zt_i2_a.gif) no-repeat;} .in_zt_001 ul li i.a3{ background: url(../images/zt_i3.gif) no-repeat;} .in_zt_001 ul li a:hover i.a3{ background: url(../images/zt_i3_a.gif) no-repeat;} .in_zt_001 ul li a:hover{ color:#3fb8e4;} .in_zt_001 ul li a{ line-height:30px; font-size:14px; color:#535353; } .in_zt_001 .pro_list_cl { width:800px; padding-left:200px; padding-right:200px; height:80px;} .in_zt_001 .pro_list_cl a{ display:inline-block; font-size:18px; color:#595454; width:400px; float:left; line-height:40px;} .in_zt_001 .pro_list_cl a:hover{color:#3fb8e4;}