@import url(news.css); @import url(feedback.css); @import url(products.css); @import url(download.css); .inline-nav { width: 100%; border-bottom: 1px solid #e5e5e5; height: 79px; background: #fff; z-index: 10; position: relative; } .inline-nav.pof { position: fixed; top: 0; left: 0; } .inline-nav .now { padding-left: 24px; background: url(../img/now01.png) no-repeat left center; height: 79px; line-height: 79px; font-size: 13px; color: #666; } .inline-nav .now font { color: #D02127; } .inline-nav .w1200 { z-index: 5; } .inline-nav li { float: left; padding: 0 5px; margin: 0 18px; min-width: 60px; position: relative; text-align: center; line-height: 79px; } .inline-nav li a { display: block; width: 100%; font-size: 14px; color: #666666; transition: color 0.3s; } .inline-nav li .line { height: 2px; background: #D02127; width: 0; position: absolute; bottom: 0; left: 50%; transition: all 0.3s; } .inline-nav li:hover a, .inline-nav li.cur a { color: #D02127; } .inline-nav li:hover .line, .inline-nav li.cur .line { width: 100%; left: 0; } .inline-nav .inline-bg { position: absolute; top: 80px; left: 0; background: #fff; height: 50px; width: 100%; z-index: 2; display: none; } .inline-nav li .con { position: absolute; top: 80px; left: -333px; height: 50px; width: 505px; display: none; line-height: 50px; } .inline-nav li .con.cons { left: -125px; } .inline-nav li .con.n { left: -212px; } .inline-nav li .con a { display: block; float: left; width: 100px; font-size: 14px; color: #666666; transition: color 0.3s; } .inline-nav li .con a:hover, .inline-nav li .con a.on { color: #D02127; } /*内页排版*/ .sub_wrap { padding-bottom: 60px; z-index: 2; padding-top: 20px; background: #fff; } .sub_wrap .anmin_cen { width: 931px; height: auto; top: 100px; opacity: 0; float: right; position: relative; } .sub_wrap .anmin_cen .top { width: 100%; height: auto; } .sub_wrap .anmin_cen .top .tits { font-size: 30px; line-height: 51px; color: #D02127; } .sub_wrap .anmin_cen .line { width: 100%; height: 5px; background: #ececec; } .wrap-left { float: left; width: 248px; height: auto; z-index: 2; opacity: 0; position: relative; top: -180px; } .product-side { width: 248px; float: left; } .product-side .title { background: #D02127; height: 56px; line-height: 56px; } .product-side .title h3 { float: left; font-size: 18px; color: #ffffff; margin-left: 29px; font-weight: normal; line-height: 56px; } .product-side .list { margin-top: 2px; /*padding-bottom: 50px;*/ background: #fff; } .product-side .list ul { width: 248px; overflow: hidden; } .product-side .list li { width: 248px; /*background: #fff;*/ background: url(../img/pro_title_bg.jpg) repeat-x; } .product-side .list li > a { display: block; width: 240px; height: 46px; padding-right: 17px; padding-left: 6px; margin: 0 11px; line-height: 46px; font-size: 14px; color: #fff; position: relative; border-bottom: 1px solid #e5e5e5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .product-side .list li a:hover { color: #D02127; } .product-side .list li > a > i { position: absolute; width: 13px; height: 13px; background: url(../img/pro_side_ico.png) no-repeat 0 0; right: 0px; top: 18px; } /*.product-side .list li:hover,.product-side .list li.on { background: #D02127; }*/ .product-side .list li.on > a, .product-side .list li.nbb > a { color: #fff; border-bottom: 0 none; } .product-side .list li.on > a > i { background-position: 0 -13px; } .product-side .list li dl { display: none; } .product-side .list li.on dl { display: block; } .product-side .list li dt { background: #ebebeb; height: 45px; line-height: 45px; position: relative; border-bottom: 1px solid #ddd; } .product-side .list li dt a { display: block; font-size: 14px; color: #333333; padding:0 30px 0px 15px; border: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .product-side .list li dt a.cur { color: #D02127; } .product-side .list li dt a i { position: absolute; width: 12px; height: 6px; background: url(../img/pro_side_ico.png) no-repeat 0 -26px; right: 12px; top: 18px; } .product-side .list li dd { height: 28px; line-height: 28px; background: #fff; } .product-side .list li dd a { padding: 0 33px; font-size: 12px; color: #666666; display: block; } .product-side .list li dt.on a { color: #D02127; } .product-side .list li dd a.s-on { color: #D02127; } /*.wrap-left .subnavbar { background: #efefef; } .subnavbar .title-h1 { font-size: 15px; } .subnavbar .title-h1 .all, .subnavbar .nav-list .afrist { font-size: 15px; display: block; color: #000000; line-height: 15px; padding-top: 10px; padding-bottom: 10px; padding-left: 1.777777778em; font-weight: bold; } .subnavbar .nav-list .afrist span:before { content: '+'; padding-right: 4px; font-size: 15px; display: inline-block; vertical-align: middle; margin-top: -6px; } .subnavbar .nav-list li.active .afrist { background: #ffffff; } .subnavbar .nav-list li.active .afrist span:before { content: '-'; padding-right: 6px; } .subnavbar .nav-list li .sub-list { display: none; } .subnavbar .nav-list li.active .sub-list { display: block; } .subnavbar .nav-list .sub-list a { padding-left: 2.8em; display: block; color: #000000; line-height: 14px; padding-top: 8px; padding-bottom: 8px; } .subnavbar .nav-list .sub-list a span:before { content: '*'; padding-right: 4px; font-size: 15px; display: inline-block; vertical-align: middle; margin-top: 6px; } .subnavbar .nav-list .sub-list a.active { color: #005c9f; }*/ .sub_content { /*padding: 16px; overflow: hidden; position: relative; line-height: 25px; word-break: break-all;*/margin-top:20px; } .sub_info { line-height: 30px; } .sub_info img { line-height: 0px; max-width: 100%; } .sub_news { } .sub_network { } faq-list .sub_download { } .sub_hr { } .sub_service { } .sub_honor { } .sub_product { position: relative; } /*内页排版*/ .weiz { font: 14px "Microsoft Yahei"; height: 56px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; background: #f4f4f4; line-height: 56px; overflow: hidden; } .weiz .path { height: 56px; background: url(../Img/weizhi.png) no-repeat left center; padding-left: 35px; width: 1165px; margin: 0px auto; } .weiz a { color: #666; padding: 0 5px; } .weiz .path font { color: #cf2929; } /*.path { width: 100%; height: 40px; border-bottom: 1px solid #dbdbdb; margin-bottom: 20px; } .path h3 { float: left; background: #ca0000; padding: 0 20px; color: #fff; font: 18px/40px "Microsoft YaHei"; } .path p { line-height: 37px; float: right; } .path a { display: inline-block; line-height: 37px; } .path a:hover, .path font { display: inline-block; line-height: 37px; color: #ca0000; }*/ .input_button { margin-right: 20px; width: auto; height: 27px; line-height: 27px; border: none; color: white; padding: 0 10px; cursor: pointer; font-weight: bold; background: url(../images/bg_2.png) repeat-x 0 -390px; } .clearFix:after { content: " "; display: block; clear: both; height: 0; overflow: hidden; } .clearFix { *zoom: 1; } .fl { float: left; } .fr { float: right; } .dis { display: block; } .undis { display: none; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } #backtop { display: none; bottom: 150px; cursor: pointer; left: 50%; margin-left: 620px; position: fixed; width: 52px; _position: absolute; _bottom: 100px; z-index: 999; } #screenshot { position: absolute; border: 5px solid #e6e6e6; z-index: 9999999; background: #F6F6F6; padding: 5px; display: none; color: #333; width: 160px; text-align: left; } #screenshot img { width: 160px; } /*.sear1 { width: 160px; border: 0px none; background: none; padding: 5px 5px 6px 7px; vertical-align: middle; } .sear2 { width: 28px; height: 28px; background: url(../images/search_btn.gif); border: 0px none; vertical-align: middle; } .inp_srh { width: 180px; height: 24px; margin-left: 10px; margin-top: 2px; border: 0px none; background: none; vertical-align: middle; } .btn_srh { width: 32px; height: 28px; background: none; border: none; vertical-align: middle; margin-top: 3px; margin-left: 8px; }*/ #rbt { float: left; padding-top: 2px; height: 26px; border-bottom: 1px solid #004c99; width: 100%; background: url(../images/arr_c.gif) 5px center no-repeat; padding-left: 25px; line-height: 26px; } #rbt strong { float: left; font-size: 15px; font-weight: bold; color: #004c99; } .more { float: right; } #rnr { float: left; width: 732px; padding: 10px; line-height: 24px; } #example2 { height: 120px; width: 210px; position: relative; } #slides3 { position: absolute; top: 0; left: 13px; z-index: 100; height: 120px; border: solid 1px #E1E1E1; width: 184px; } #slides3 a img { max-width: 160px; max-height: 120px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); } #slides3 .slides_container { width: 184px; position: relative; overflow: hidden; float: left; } #slides3 .slides_container div.slide { width: 184px; height: 120px; overflow: hidden; display: block; background-color: #FFF; text-align: center; } #slides3 .next, #slides3 .prev { position: absolute; top: 40px; left: -19px; width: 10px; height: 0; padding-top: 40px; overflow: hidden; display: block; z-index: 101; background: url(../images/arrow.png) no-repeat 0 0; } #slides3 .next { left: auto; right: -18px; background-position: -10px 0; } #slides3 .prev:hover { background-position: 0 -40px; } #slides3 .next:hover { background-position: -10px -40px; } /*百度地图*/ .iw_poi_title { color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap; } .iw_poi_content { font: 12px arial,sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word; } /*百度地图*/ /*二级菜单*/ div.menuTree { width: 195px; margin-left: 17px; } div.menuTree ul { padding: 0px; margin: 0px; } div.menuTree ul li { padding: 5px 0; } div.menuTree ul li span { display: block; padding-left: 8px; background: url(../images/dot2.png) no-repeat 0 7px; } div.menuTree ul li a { display: block; font-size: 13px; color: #004B99; } div.menuTree ul li.open a.hover { font-weight: bold; } div.menuTree li ul { padding: 5px 0 0 0; } div.menuTree li li { padding-left: 6px; background: url(../images/line6.png) bottom repeat-x; } div.menuTree li li a { display: block; width: 100%; font-size: 12px; -webkit-text-size-adjust: none; color: #8D8D8D; } div.menuTree li .active a { color: #4DA9FF; } div.menuTree li .active li a { color: #8D8D8D; } div.menuTree li .active li.active a { color: #4DA9FF; } div.menuTree ul li.parent { background:; } div.menuTree ul li.expanded { background:; } /* JQ左侧菜单 */ div.menuTree ul li.active ul { display: block; } div.menuTree ul li.closed ul { display: none; } div.menuTree ul li span.parent { position: absolute; margin-left: -15px; margin-top: 3px; width: 9px; height: 9px; display: block; } div.menuTree ul li.parent span.closed { background: url(../images/plus.png) no-repeat left top; } div.menuTree ul li.parent span.open { background: url(../images/minus.png) no-repeat left top; } div.menuTree ul li.parent span.parent { cursor: pointer; } div.menuTree ul li a:hover, div.menuTree ul li.parent ul li a:hover { color: #2B6CC5; } /* End */ /* link start */ /*#link { margin: 0 auto 10px; width: 980px; height: auto; zoom: 1; } .link_l { float: left; width: 70px; line-height: 20px; color: #06C; font-weight: bold; } .link_r { float: right; margin-left: 10px; width: 900px; line-height: 20px; } .link_r a { margin-right: 15px; color: #025ea7; } .link_r a:hover { color: #F90; text-decoration: underline; }*/ /* link end */ /*图片列表*/ .vLi { width: 100%; overflow: hidden; position: relative; } .vLi ul { width: 100%; } .vLi li { float: left; text-align: center; width: 25%; } .vLi li a { width: 80%; display: block; margin: 0px auto; padding: 4px; border: 1px solid #eaeaea; } .vLi li a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; } .vLi li a img { max-width: 100%; vertical-align: middle; max-height: 100%; _width: 100%; _height: 100%; } .vLi li p { height: 40px; line-height: 40px; } .workshop_pic { width: 100%; overflow: hidden; position: relative; } .workshop_pic ul { width: 100%; } .workshop_pic li { float: left; text-align: center; width: 25%; } .workshop_pic li a { height: 150px; width: 200px; display: block; margin: 0px auto; padding: 4px; border: 1px solid #eaeaea; } .workshop_pic li a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; } .workshop_pic li a img { max-width: 100%; vertical-align: middle; max-height: 100%; _width: 100%; _height: 100%; } .workshop_pic li p { height: 40px; line-height: 40px; } .sub_case_list ul li { float: left; width: 24.9%; text-align: center; } .sub_case_list ul li .casepic { width: 240px; height: 240px; display: block; padding: 4px; border: 1px solid #eaeaea; background: #fff; margin: 0px auto; } .sub_case_list ul li .casepic i { display: inline-block; height: 100%; width: 0; vertical-align: middle; } .sub_case_list ul li .casepic img { vertical-align: middle; max-width: 240px; max-height: 240px; _width: expression((this.offsetWidth > 240) ? "240px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 240) ? "240px" : this.offsetHeight + "px" ); } .sub_case_list ul li .casename { width: 240px; display: block; margin: 5px auto; line-height: 30px; text-align: center; } .picshow-list { overflow: hidden; margin: 0px auto; } .picshow-list ul { width: 110%; } .picshow-list ul li { float: left; display: inline-block; _display: inline; width: 252px; height: 189px; margin: 0 36px 22px 0px; padding: 5px 10px 12px 7px; background: url(../img/about_bg01.jpg) no-repeat; } .picshow-list .picshow-img-box { width: 252px; height: 189px; position: relative; overflow: hidden; cursor: pointer; text-align: center; } .picshow-list .picshow-ab { position: absolute; width: 100%; height: 36px; left: -289px; bottom: 0; overflow: hidden; } .picshow-list .picshow-font { text-align: center; font-size: 14px; line-height: 36px; color: #f8f8f8; z-index: 1; } .picshow-list .picshow-fontbg { background: url(../img/device_bg.png) repeat; z-index: 0; } .honor-top { width: 826px; height: 161px; padding: 20px 27px 0 20px; background: url(../img/honor_bg01.gif) no-repeat; overflow: hidden; } .honor-top img { float: left; margin-right: 20px; } .honor-top p { line-height: 24px; } .honor-list { margin-top: 25px; } .honor-list h2 { margin: 28px 0 20px; border-bottom: 1px solid #cccccc; } .honor-list h2 span { font-size: 14px; line-height: 30px; font-weight: bold; color: #fff; background: #C00; padding: 0 16px; float: left; display: block; } .honor-list h2 a { float: right; padding-right: 5px; line-height: 36px; line-height: 30px; } .sub_gallery .gallery { width: 100%; height: auto; } .sub_gallery .gallery .show { width: 525px; height: 700px; position: relative; margin: 0 auto; text-align: center; border: 1px solid #eee; } .sub_gallery .gallery .show img { max-width: 100%; max-height: 100%; vertical-align: middle; } .sub_gallery .gallery .show i { display: inline-block; height: 100%; width: 0; vertical-align: middle; } .sub_gallery .gallery .show p { width: 495px; height: 55px; background: rgba(0,0,0,0.3); line-height: 55px; position: absolute; bottom: 0; left: 0; font-size: 16px; color: #fff; padding-left: 30px; } .sub_gallery .gallery .thumb { width: 750px; height: auto; padding-bottom: 15px; margin: 25px auto 0; } .sub_gallery .gallery .thumb .prev { display: block; width: 18px; height: 31px; background: url(../img/prev.png) no-repeat; float: left; margin-right: 22px; margin-top: 25px; } .sub_gallery .gallery .thumb .next { display: block; width: 18px; height: 31px; background: url(../img/next1.png) no-repeat; float: right; margin-left: 22px; margin-top: 25px; } .sub_gallery .gallery .thumb li { width: 123px; height: 82px; margin-right: 12px; opacity: 0.5; float: left; } .sub_gallery .gallery .thumb li.cur { opacity: 1; } .video_pic ul li { width: 33.3%; margin-bottom: 18px; float: left; display: inline; position: relative; } .video_pic ul li a { width: 180px; display: block; margin: 0px auto; } .video_pic ul li span { display: none; width: 180px; height: 135px; position: absolute; background: url(../images/sp_topn.png) no-repeat center; } .video_pic ul li:hover span { display: block; } .video_pic ul li img { width: 180px; height: 135px; border: 1px solid #1378d8; padding: 3px; } .video_pic ul li p { text-align: center; line-height: 20px; } .videoLi { width: 100%; } .videoLi .videolist { width: 50%; text-align: center; } .videoLi .videolist .sub_biaoti { height: 30px; color: #333; font-size: 16px; line-height: 30px; font-weight: bold; } .videoLi .videolist .sub_shijian { height: 20px; color: #999; font-size: 12px; line-height: 20px; } .videoLi .videolist .sub_tupian { width: 100%; height: 272px; overflow: hidden; } /*faq*/ /*.st-accordion { width: 100%; height: 100%; } .st-accordion ul { padding: 0px 15px; } .st-accordion ul li { overflow: hidden; margin-top: 0px; } .st-accordion ul li:first-child { border-top: none; } .st-accordion ul li a { line-height: 36px; padding: 0 10px; background: #F0F0F0; border-bottom: 1px solid #F0F0F0; height: 36px; font-weight: 500; display: block; margin-bottom: 10px; font-size: 12px; } .st-accordion ul li a:hover { color: #fff; background: #ba000d; } .st-accordion ul li.st-open a { color: #fff; background: #ba000d; } .st-content { position: relative; top: 5px; } .st-content p { background-color: #f0f4f4; border: 2px dashed #cecece; color: #777; margin: 10px 0px 0px 10px; padding: 15px; font-size: 12px; line-height: 24px; text-align: left; } st-content p a { color: #87c23a; }*/ .faq-search { width: 100%; min-width: 100%; background: #fff; padding-bottom: 75px; border-bottom: 1px solid #f3f3f3; margin-bottom: 51px; } .faq-search form { width: 898px; height: 62px; margin: 0 auto; border: 1px solid #e6e6e6; position: relative; } .faq-search #load-txt { height: 62px; width: 836px; padding-right: 62px; display: block; line-height: 62px; text-align: center; font-size: 14px; color: #888888; border: none; } .faq-search #load-submit { position: absolute; right: 0; top: 0; width: 62px; height: 62px; border: none; background: url(../img/load_found_ico.png) no-repeat center center; } .faq-list { width: 100%; margin: 0 auto; } .faq-list li { border-bottom: 1px solid #f5f5f5; width: 100%; } .faq-list li .title { height: 59px; line-height: 59px; position: relative; } .faq-list .q { position: absolute; top: 10px; left: 0; width: 38px; height: 38px; background: url(../img/faq.png) no-repeat; font: 20px/38px Arial; color: #fff; text-align: center; } .faq-list li .title a { display: block; font-size: 14px; color: #666666; background: url(../img/faq_ico.png) no-repeat right 25px; padding-left: 50px; } .faq-list li .title a.on { background: url(../img/faq_ico.png) no-repeat right -33px; color: #000; font-weight: bold; } .faq-list li .title a:hover { color: #000; font-weight: bold; } .faq-list li .con { font-size: 14px; color: #666666; line-height: 24px; padding: 10px 0 24px; display: none; } /*faq*/ .brand-pic { width: 1200px; overflow: hidden; border-top: 1px solid #EEEEEE; border-left: 1px solid #EEEEEE; margin: 15px; } .brand-pic li { float: left; border-width: 0 1px 1px 0; border-style: dotted; border-color: #E8E8E8; width: 199px; height: 59px; } .brand-pic a { display: block; width: 176px; height: 60px; } .brand-pic a.no_ad { cursor: default; } .brand-pic a img { display: block; margin: 4px auto 0; } .news_slider { padding: .2em 0 .6em 0; } .news_slider a.news_slider_img { float: left; margin-right: 15px; width: 133px; height: 100px; display: block; } .news_slider a.news_slider_img img { max-width: 133px; max-height: 100px; _width: expression((this.offsetWidth > 133) ? "133px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 100) ? "100px" : this.offsetHeight + "px" ); } .news_slider h3 { font-size: 16px; line-height: 26px; font-weight: bold; color: #06B; } .news_slider pre { height: 80px; line-height: 20px; overflow: hidden; } .nLi .ntitle { height: 26px; border: 1px solid #ccc; margin-bottom: 5px; } .nLi .ntitle div { border: 1px solid #FFF; height: 24px; line-height: 24px; background: #999999; } .nLi .ntitle em, .nLi .ntitle span, .nLi .ntitle b { font-size: 13px; color: #ffffff; font-weight: normal; } .nLi .ntitle b { padding-left: 120px; } .nLi li { height: 31px; line-height: 30px; background: url(../images/line6.png) bottom repeat-x; } .nLi li em { float: right; width: 120px; text-align: center; } .nLi li span { float: right; width: 90px; text-align: center; } .nLi li a { display: block; padding-left: 10px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .videolist li a { padding-left: 30px; background: url(../images/sub.png) no-repeat 7px center; } .download_list { width: 100%; } .download_list ul { width: 100%; } .download_list ul li { width: 100%; height: 60px; border-bottom: 1px solid #ebecec; line-height: 60px; } .download_list ul li p { background: url(../img/download_pic1.png) 0 23px no-repeat; font-size: 16px; float: left; color: #666666; padding-left: 24px; margin-left: 10px; } .download_list ul li a { width: 93px; height: 29px; border-radius: 3px; background: #c3c3c3; float: right; line-height: 29px; margin-top: 17px; display: block; text-align: center; color: #fff; } .download_list ul li a:hover { background: #D02127; } .news_keysword { line-height: 24px; } .news_keysword a { padding: 0px 5px; } /*人才招聘样式(addhr.ascx)开始*/ .irow { background: #fafafa; } .hrdetailborder { border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; width: 100%; line-height: 30px; } .hrdetailborder input, .hrdetailborder textarea { border: 1px solid #ccc; } .hrdetailborder td { border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; line-height: 30px; } .hrdetailtitle { height: 30px; background: url(../images/sbg.jpg); padding-left: 10px; font-weight: bold; width: 100%; line-height: 35px; } .focusinput { border: 1px solid #cc0000; } .focusoutput { border: 1px solid #dddddd; } .jobdetailborder { border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; width: 100%; line-height: 25px; } .jobdetailborder td { border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; line-height: 25px; } .jobdetailtitle { height: 30px; background: url(../images/sbg.jpg); padding-left: 10px; font-weight: bold; width: 100%; line-height: 30px; } .jobtitle { height: 30px; background: url(../images/sbg.jpg); padding-left: 10px; font-weight: bold; width: 100%; line-height: 30px; } .jobborder { border: 1px solid #eeeeee; } .jobarea { line-height: 32px; border-top: 1px solid #eeeeee; width: 100%; padding-left: 10px; } .jobarea img { border: none; } .jobarea1 { line-height: 32px; border-top: 1px solid #eeeeee; width: 100%; padding-left: 10px; background: #fdfdfd; } .jobarea1 img { border: none; } .rightborder { border-right: 1px solid #eeeeee; } /*.join-title { width: 100%; height: 40px; border-bottom: 2px solid #f2f2f2; margin-top: 30px; } .join-title span { height: 40px; width: 80px; margin-right: 130px; float: left; line-height: 40px; color: #666666; font-size: 18px; } .join-title a { width: 35px; height: 35px; float: right; background-repeat: no-repeat; background-position: center; } .father .info { width: 100%; background: #fafafa; clear: both; display: none; padding: 20px 0; } .father .info p { display: block; font-size: 14px; line-height: 25px; margin-left: 40px; color: #666666; }*/ .con-box { margin-top: 5px; padding-top: 20px; border-top: 1px dashed #ccc; } .con-box .item-b li { float: left; display: inline; border: 1px solid #e5e5e5; margin: 0px 5px 5px 0px; text-transform: uppercase; } .con-box .item-b a { display: block; height: 32px; line-height: 32px; padding: 0px 15px; font-size: 12px; color: #666; text-decoration: none; font-family: "微软雅黑",Arial, Helvetica, sans-serif; } .con-box .item-b a:hover { color: #fff; background-color: #23acec; } .con-box .item-b .now-it { color: #fff; background-color: #23acec; } .con-box .career-if { padding: 0px 10px; } .con-box .career .career-ti { color: #666; font-size: 20px; line-height: 22px; padding: 15px 0px 0px 0px; display: block; font-family: "微软雅黑",Arial, Helvetica, sans-serif; } .career-if .c-ti { font-size: 16px; padding-top: 10px; text-transform: uppercase; font-family: "微软雅黑",Arial, Helvetica, sans-serif; } /*人才招聘样式(addhr.ascx)结束*/ /*信息反馈样式(feedback.ascx)开始*/ .bordertable { border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; } .bordertable td { border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; line-height: 32px; } .order_title { height: 32px; text-indent: 10px; font-weight: bold; } .ordertext { width: 120px; text-align: right; } .ordertext1 { padding-left: 5px; } #ordernav { margin: 0px; padding: 0px; } #ordernav input { border: 1px solid #cccccc; background: #ffffff; } #ordernav textarea { border: 1px solid #cccccc; background: #ffffff; } /*信息反馈样式(feedback.ascx)结束*/ /*营销网络样式(network.ascx)开始*/ #thecity { list-style: none; width: 95%; margin: auto; } #thecity li { margin: 0px; padding: 0px; list-style: none; line-height: 22px; float: left; text-align: left; width: 32%; } #thecity li span { color: #ff9900; margin-right: 5px; } .networktitle { height: 40px; text-indent: 10px; font-weight: bold; width: 100%; line-height: 40px; font-size: 16px; background: #eee; } .networkborder { border: 1px solid #eee; margin-bottom: 10px; } .networkborder td { border-top: 1px solid #eee; border-right: 1px solid #eee; vertical-align: top; width: 33.3%; } .networkarea { width: 100%; } .networkarea td { padding: 5px; border: 0px; width: auto; } /*营销网络样式(network.ascx)结束*/ /*回复列表样式(repinfolist.ascx)开始*/ .repinfotitle { height: 32px; text-indent: 10px; font-weight: bold; width: 100%; border-bottom: 1px solid #cccccc; } .repinfotitle td { text-indent: 10px; } .repinfotitle1 { height: 25px; background: #fdfdfd; text-indent: 10px; font-weight: bold; width: 100%; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; } .repinfotitle1 td { text-indent: 10px; } .repinfoarea { padding: 10px; line-height: 20px; } .repinfonav { width: 100%; margin: auto; border: 1px solid #cccccc; margin-bottom: 10px; } /*回复列表样式(repinfolist.ascx)结束*/ /*会员中心*/ .member_tb { border: 1px solid #ecebeb; border-width: 1px 1px 0 0; } .member_tb td { border: 1px solid #ecebeb; border-width: 0 0 1px 1px; } .member_tb .lefttext { height: 32px; text-align: center; } .member_tb th { height: 33px; background: #ecebeb; text-align: left; padding-left: 20px; font-weight: bold; } .member_tb td.tdbg { background: #f8f7f7; } .member_tb td.tdbgtwo { padding-left: 16px; } .member_tb td.tdleft { padding-left: 6px; } .member_tb td .inpu { width: 130px; height: 20px; border: 1px solid #ecebeb; background: #fff; line-height: 20px; color: #666; padding-left: 6px; } .member_tb td textarea { border: 1px solid #ecebeb; background: #fff; margin-top: 4px; } .member_tb td .submit { width: 68px; height: 24px; border: 1px solid #ecebeb; background: #fff; text-align: center; } /*会员中心*/ /* 分页控件样式开始*/ /*绿*/ /*.paginator { font: 12px Arial, Helvetica, sans-serif; padding: 30px 0px 10px 0; margin: 0px; } .paginator a { text-decoration: none; color: #90CB1D; background: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; } .paginator a:visited { padding: 1px 6px; border: solid 1px #ddd; text-decoration: none; } .paginator .cpb { background: #00A659; border: 1px solid #00A659; color: #fff; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; } .paginator a:hover { background: #00A659; border: 1px solid #00A659; color: #fff; }*/ /*绿*/ /*蓝*/ .paginator { font: 16px Arial, Helvetica, sans-serif; padding: 30px 0px 10px 0; margin: 0px; } .paginator a { text-decoration: none; color: #666; background: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; padding: 10px 13px; margin-right: 3px; } .paginator a:visited { padding: 1px 6px; border: solid 1px #ddd; text-decoration: none; } .paginator .cpb { background: #D02127; border: 1px solid #D02127; color: #fff; border-radius: 50%; padding: 10px 13px; margin-right: 3px; } .paginator a:hover { background: #D02127; border: 1px solid #D02127; color: #fff; } /*蓝*/ /*红*/ /*.paginator { font: 12px Arial, Helvetica, sans-serif; padding: 30px 0px 10px 0; margin: 0px; } .paginator a { text-decoration: none; color: #8698b6; background: #fff; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; } .paginator a:visited { padding: 1px 6px; border: solid 1px #cccccc; text-decoration: none; } .paginator .cpb { background: #D00; border: 1px solid #D00; color: #fff; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; } .paginator a:hover { background: #D00; border: 1px solid #D00; color: #fff; }*/ /*红*/ /* 分页控件样式结束*/ #commentform input.error { background: #f8dbdb; border-color: #e77776; } #commentform textarea.error { background: #f8dbdb; border-color: #e77776; } #example2 { height: 120px; width: 210px; position: relative; } #slides2 { position: absolute; top: 0; left: 13px; z-index: 100; height: 120px; border: solid 1px #E1E1E1; width: 184px; } #slides2 a img { max-width: 160px; max-height: 120px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); } #slides2 .slides_container { width: 184px; position: relative; overflow: hidden; float: left; } #slides2 .slides_container div.slide { width: 184px; height: 120px; overflow: hidden; display: block; background-color: #FFF; text-align: center; } #slides2 .next, #slides2 .prev { position: absolute; top: 40px; left: -19px; width: 10px; height: 0; padding-top: 40px; overflow: hidden; display: block; z-index: 101; background: url(../images/arrow.png) no-repeat 0 0; } #slides2 .next { left: auto; right: -18px; background-position: -10px 0; } #slides2 .prev:hover { background-position: 0 -40px; } #slides2 .next:hover { background-position: -10px -40px; } .mTbg { height: 27px; width: 210px; margin: 30px 0px 10px; } .mTbg b { padding: 7px 0px 0px 16px; color: #888fa9; font-size: 16px; line-height: 30px; font-weight: bold; } .lPro { width: 210px; } *html { background-image: url(about:blank); background-attachment: fixed; } /*解决IE6下滚动抖动的问题*/ /*解决IE6下不兼容 position:fixed 的问题*/ /*#gotop { width: 36px; height: 48px; background: url(../images/icon.png) no-repeat; position: fixed; right: 50px; cursor: pointer; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); } #code, #code_hover { width: 80px; height: 70px; background: url(../images/icon.png) no-repeat; position: fixed; right: 50px; cursor: pointer; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); } #code { background-position: -274px -236px; bottom: 120px; _margin-bottom: 120px; } #code_hover { background-position: -274px -236px; bottom: 120px; _margin-bottom: 120px; } #gotop { background-position: -276px -310px; bottom: 67px; _margin-bottom: 67px; } #code_img { width: 270px; height: 355px; background: url(../images/icon.png) -4px -3px no-repeat; position: fixed; right: 130px; bottom: 67px; cursor: pointer; display: none; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom: 67px; }*/ /*contact*/ .contactcon { font-size: 14px; } .contactcon p { font-size: 14px; color: #303030; } .contactcon span { color: #de002e; } .contactcon h3 { padding-bottom: 10px; border-bottom: #cbcbcb 1px dotted; color: #9f9f9f; font-style: italic; } .contactcon ul { padding: 15px 10px; border-bottom: #cbcbcb 1px dotted; color: #5a5a5a; } .contactcon ul li { padding-left: 25px; line-height: 30px; } .contactcon ul li.add { background: url(../img/contact_img01.jpg) no-repeat 0 3px; } .contactcon ul li.tel { background: url(../img/contact_img01.jpg) no-repeat 0 -20px; } .contactcon ul li.fax { background: url(../img/contact_img01.jpg) no-repeat 0 -42px; } .contactcon ul li.mail { background: url(../img/contact_img01.jpg) no-repeat 0 -68px; } /*.contact-map { padding: 15px 10px 30px; }*/ .contactcon1 { width: 35%; float: left; } .contact-map { /*width: 64%; float: right;*/ } .add-map { margin-top: 20px; padding-bottom: 20px; } .add-map li { width: 100%; height: auto; overflow: hidden; margin-bottom: 15px; } .add-map .add-box { width: 400px; padding: 0px 2px; margin-right: 26px; float: left; display: inline; } .add-map .add-box .sub-add { height: 40px; background-color: #23adeb; padding: 0px 5px; line-height: 40px; font-family: "微软雅黑",Arial, Helvetica, sans-serif; color: #fff; } .add-map .add-box .add-top { height: 80px; padding: 5px 0px; padding-left: 5px; } .contact-right h4 { font-size: 16px; line-height: 30px; } .contact-right h3 { float: right; } .contact-right ul { padding-top: 6px; } .contact-right li { padding-left: 40px; line-height: 27px; font-size: 13px; margin-bottom: 12px; background: url(../img/con02.png) no-repeat center; } .contact-right li.one { background-position: 0 0; } .contact-right li.two { background-position: 0 -39px; } .contact-right li.three { background-position: 0 -77px; } .contact-right li.four { background-position: 0 -116px; } .contact-right li.five { background-position: 0 -1160px; line-height: 20px; } .confeedback { margin: 0px auto; } .confeedback h3 { font-size: 16px; font-weight: bold; margin: 30px 0px; text-align: center; } .main-act { width: 100%; margin: 200px auto 50px; } .contact-box { position: relative; z-index: 2; top: -148px; left: 50%; margin-left: -590px; padding-left: 80px; width: 480px; height: 354px; box-shadow: 0 0 2px #CCC; background-color: #FFF; } #map { margin-top: -400px; height: 600px; background-color: #e3e3e3; width: 100%; overflow: hidden; } .contact-box .img-contact-h1 { position: relative; top: 68px; width: 313px; height: 72px; } .contact-box table { position: relative; top: 120px; font-size: 14px; color: #777; } .contact-box tbody { } .contact-box tr { height: 32px; } .contact-box td { } .contact-box .img-code { position: absolute; right: 33px; bottom: 13px; width: 115px; height: 115px; } /*contact*/ .comTab { width: 100%; background: #fff; border-left: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; margin: 0 0 15px 0; } .comTab th, .comTab td { font-size: 14px; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; } .comTab th { font-weight: bold; text-align: center; } .comTab td { padding: 8px; line-height: 2.0em; } .cityList li { background: url(../img/honor01.jpg) no-repeat 0 center; border-bottom: 1px solid #e2e2e2; height: 31px; line-height: 31px; color: #6b6b6b; padding-left: 10px; } .cityList li span { color: #8c8c8c; float: right; } .pageback { position: absolute; height: 24px; font-size: 12px; line-height: 24px; background: url(../img/back.png) left no-repeat; z-index: 2; bottom: -48px; right: 10px; padding-left: 20px; } .race-form { width: 540px; margin: 0px auto; } .race-form .tt { text-align: right; padding-right: 18px; font-size: 14px; } .race-form .tt em { color: #ff5a00; } .race-form .select_box { float: left; height: 45px; line-height: 45px; font-size: 14px; border: 1px solid #e4e4e4; width: 360px; } .race-form .tex { font-size: 14px; height: 15px; line-height: 14px; color: #666; border: 1px solid #e6e6e6; padding: 12px 5px 11px 5px; width: 345px; } .race-form .tex.error { border: 1px solid #D70128; /* display: block; */ } .race-form .code { width: 148px; float: left; } .race-form .code-img { border: 1px solid #e6e6e6; margin-left: -1px; cursor: pointer; float: left; } .race-form .sub-btn { border: none; width: 260px; height: 48px; line-height: 48px; text-align: center; font-size: 18px; background-color: #333; color: #fff; }