@charset "utf-8"; /*css初始化开始*/ *{ box-sizing:border-box; -webkit-box-sizing:border-box; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { border-radius: 0; background-color: #CCC; /*背景底色-*/ } ::-webkit-scrollbar-thumb { border-radius: 0; /*background-color: rgba(181, 152, 90, .7);*/ background-color: #666; /*默认底色-*/ -webkit-transition: background-color .3s ease-in 0s; } ::-webkit-scrollbar-thumb:hover { border-radius: 0; /*background-color: rgba(181, 152, 90, 1);*/ background-color: #333;/*滑过底色-*/ } a{ text-decoration:none; } body { color: #4B5773; font-family:"微软雅黑","黑体","宋体"; font-size: 13px; margin: 0; padding: 0; cursor: default; } /* 页面宽度 */ .pageWidth { width: 1200px; height: auto; margin: 0 auto; } .hidden { display: none; } .visible { display: block; } /*布局样式开始*/ #top_all { height: 120px; width: 100%; background-image: url(/images/daohangbeijing.jpg); } #main_all { width: 100%; } #main_bg_1 { width: 100%; } #main_bg_2 { width: 100%; } #top_all #top_1 { height: 50px; overflow: hidden; background: Purple; } #top_all #top_2 { height: 50px; overflow: hidden; background: Fuchsia; } #top_all #top_3 { height: 50px; overflow: hidden; background: Maroon; } #top_all #top_4 { height: 50px; overflow: hidden; background: yellow; } /*左右列布局样式*/ #main_all #index_left { width: 250px; overflow: hidden; float: left; } #main_all #index_right { width: 750px; overflow: hidden; float: left; } #main_all #left { width: 250px; overflow: hidden; float: left; } #main_all #right { width: 750px; overflow: hidden; float: left; } /*页码*/ #page_width { width: 80%; margin: 0 auto; clear: both; padding-top: 0px; } #page_width2 { clear: both; padding-top: 20px; height: 40px; } ul#page li { display: inline; } ul li#pagelist { width: 50%; float: left; color: #979797; font-family: "Microsoft YaHei", "微软雅黑"; height: 25px; line-height: 25px; } ul li#Pagination { float: right; text-align: right; margin-right: 0px; } /* 重置 */ div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input { margin: 0; padding: 0; } .clearleft { clear: left; } .clearleft_ie6 { clear: left; height: 0; overflow: hidden; display: none; } .clear { clear: both; } /* 标题样式 */ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 12px; font-weight: normal; } h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* 列表样式 */ ul, ol, li, dl, dt, dd { list-style: none; } /* 图片样式 */ img, a img { border: 0; padding: 0; margin: 0; /* vertical-align:middle;*/ font-size: 0;/*display:block;*/ } /*自定义调用样式*/ .red { color: red; } .green { color: green; } .table1 { width: 400px; border-collapse: collapse; } .table1 td { background: #FFF2EC; border: 1px solid #FF8040; } .biaoti1 { font-size: 13px; color: #FF3300; text-decoration: none; filter: DropShadow(Color=#EAEAEA, OffX=1, OffY=1, Positive=3); } .tablelf { background: #d9d9d9; width: 100%; } .td2 { height: 28px; line-height: 28px; background: #f8f8f8; padding-left: 8px; color: #4B5773; font-family: "Microsoft YaHei", "微软雅黑"; border-top: 1px solid #fff; border-left: 1px solid #fff; } .td1 { height: 28px; line-height: 28px; background: #f1f1f1; color: #228BCD; font-weight: bold; text-align: center; font-family: "Microsoft YaHei", "微软雅黑"; text-transform: uppercase; border-top: 1px solid #fff; border-left: 1px solid #fff; } .td3 { height: 28px; line-height: 28px; background: #958C7E; padding-left: 8px; color: #E1E1E1; font-family: "Microsoft YaHei", "微软雅黑"; border: 1px solid #958C7E; font-weight: bold; font-size: 11px; } .tablelf td span { color: #706A62; } .btn_lf { border-right: #787878 1px solid; padding-right: 6px; border-top: #787878 1px solid; padding-left: 6px; font-size: 12px; filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#e1e1e1); border-left: #787878 1px solid; cursor: hand; color: #545454; padding-top: 2px; border-bottom: #787878 1px solid; height: 24px; } /*css初始化结束*/ #index_keywords h1, #index_keywords h2, #index_keywords h3, #index_keywords strong { text-indent: -999em; height: 0; overflow: hidden; } /*首页布局样式开始*/ #main_all #index_left #left_1x { height: 100px; overflow: hidden; background: Olive; } #main_all #index_left #left_2x { height: 100px; overflow: hidden; background: Navy; } #main_all #index_left #left_3x { height: 100px; overflow: hidden; background: Teal; } #main_all #index_left #left_4x { height: 100px; overflow: hidden; background: Aqua; } #main_all #index_left #left_5x { height: 100px; overflow: hidden; background: purple; } #main_all #index_right #right_1x { height: 100px; overflow: hidden; background: blueviolet; } #main_all #index_right #right_2x { height: 100px; overflow: hidden; background: Pink; } #main_all #index_right #right_3x { height: 100px; overflow: hidden; background: powderblue; } #main_all #index_right #right_4x { height: 100px; overflow: hidden; background: Gray; } #main_all #index_right #right_5x { height: 100px; overflow: hidden; background: coral; } /*底部样式*/ #bottom_all { width: 100%; background: midnightblue; } #bottom_all #bottom_1 { height: 50px; overflow: hidden; background: crimson; } #bottom_all #bottom_1 p { } #bottom_all #bottom_1 a { color: #fff; } #bottom_all #bottom_1 a:hover { color:; } #bottom_all #bottom_1 strong { color:; } #bottom_all #bottom_2 { height: 50px; overflow: hidden; background: wheat; } /*标题背景图片*/ .title_01 { } .title_02 { } .title_03 { } .title_04 { } .title_05 { } .title_06 { } .title_07 { } .title_08 { } .title_09 { } .title_10 { } .title_11 { } .title_12 { } /*新闻列表样式_1*/ ul.news_list_1 { } .newsttle { background: url(/imagescn/z03.jpg) repeat-x; height: 35px; clear: right; } .newsttle ul li { float: left; font: bold 12px/35px 宋体; color: #4B4B4B; text-align: left; } .newsttle ul li.sub1 { width: 80%; text-indent: 40px; } .newsttle ul li.sub2 { width: 20%; text-indent: 26px; } ul.news_list_1 li { _float: left;/*控制6里的行高问题*/ clear: left; _clear: none; } ul.news_list_1 li h3.title { text-align: left; width: 100%; position: absolute; z-index: 11; left: 0px; top: 0px; width: 750px; height: 34px; text-align: left; } ul.textlist li span.names { float: right; width: 115px; font: 11px tahoma; color: #9C9C9C; text-align: right; line-height: 34px; height: 34px; text-align: left; } ul.news_list_1 li div.date { width: 16.5%; height: 34px; font: 11px/34px tahoma; text-align: left; float: right; } ul.news_list_1 li div.newpic { float: right; width: 100px; padding-top: 13px; } ul.textlist li { background: none; } ul.news_list_1 li h3.title a, ul.textlist li a { color: #696969; display: block; font: 12px/34px verdana; height: 34px; padding-left: 40px; background: url(/imagescn/news_list.gif) no-repeat 15px center; } ul.news_list_1 li h3.title a:hover, ul.textlist li a:hover { color: #EF2B75; text-decoration: none; background: url(/imagescn/news_list.gif) no-repeat 17px center; } ul.textlist li a:hover { text-decoration: underline; } ul.news_list_1 li.search { border-bottom: 1px dashed #5E3F30; clear: left; height: 28px; } ul.news_list_1 li.search h3.title a { font-size: 13px; line-height: 28px; height: 28px; } ul.padding_1 { padding: 8px 0 0 29px; } ul.padding_2 { padding: 8px 0 0 29px; } .frameleft li.center a { color: #0A61C4; margin-top: 5px; display: inline-block; } .frameleft li.center a:hover { color: #000; } a.morn { width: 45px; height: 18px; background: url(/imagescn/more.gif) no-repeat 0 0; text-indent: -999em; font-size: 0; display: block; margin-top: 10px; } a.morn:hover { background: url(/imagescn/more.gif) no-repeat -45px 0; } ul.news_list_1 li { height: 34px; line-height: 34px; overflow: hidden; border-bottom: 1px solid #EDEDED; position: relative; color: #9c9c9c; width: 100%; } ul.news_list_1 li:hover { background: #ededed; color: #EF2B75; } /*主导航样式*/ ul.topnav { list-style: none; margin: 0 auto; padding: 0px; height: 40px; line-height: 40px; overflow: hidden; } ul.topnav li { text-decoration: none; float: left; cursor: pointer; *position: relative; z-index: 999; background: url(/imagescn/x36.jpg) no-repeat 0 5px;/*一级菜单背景*/ width: 106px; margin: 0 auto; text-align: center; } ul.topnav li.hover { background: none;/*让一级菜单第一个按钮没有背景*/ } ul.topnav li ul.subnav li { background: none;/*让二级菜单没有背景*/ } ul.topnav li span { height: 40px; line-height: 40px; display: block; *display: inline-block; } ul.topnav li span.bgmenuhove2 { height: 40px; line-height: 40px; } /*一级菜单按钮样式*/ ul.topnav li span a.toplink, ul.topnav li span a.toplink2 { color: #000; font-size: 12px; display: block; } ul.topnav li span a.toplink:hover, ul.topnav li span a.toplink2:hover { text-decoration: none; font-size: 12px; } ul.topnav li span.bgmenuhove2 a.mygod { color: #FFE400; } /*二级菜单内容样式*/ ul.topnav li ul.subnav { list-style: none; position: absolute; top: 40px; *left:0px; margin: 0; padding: 0; z-index: 999; display: none; background: #062256; width: 149px; } ul.topnav li ul.subnav li { margin: 0; clear: both; text-align: left; cursor: pointer; padding-left: 4px; margin-bottom: 1px; } ul.subnav li a { padding-left: 10px; width: 132px; height: 28px; line-height: 28px; text-align: left; display: block; float: left; text-align: left; color: #CED9EC; font-size: 12px; background: url(/imagescn/menu_bg.png) no-repeat 0px 0px; } ul.subnav li a:hover { background: url(/imagescn/menu_bg.png) no-repeat 0px -47px; text-decoration: none; color: #FFE400; } /*副导航样式*/ ul#fu_btn { text-align: center; } ul#fu_btn li { display: inline; margin: 0 auto; } ul#fu_btn li a { color: #7F7F7F; padding: 0 8px; background: url(/imagescn/x20.jpg) no-repeat 0 2px; } ul#fu_btn li a:hover { color: #D91314; text-decoration: none; } /*产品列表*/ ul.products_list { margin: 10px 0 0 0px; width: 100%; } ul.products_list li { text-align: center; float: left; display: inline; padding: 0; width: 30%; } #index ul.products_list li { margin: 0px 5px 0; width: 184px; } #goods_list ul.products_list li { margin: 0px; width: 184px; height: 243px; text-align: center; } #goods_list .products_list { margin-top: 30px; } #goods_list a.infolist { margin: 0; display: inline-block; color: #4C4C4C; } #goods_list a.infolist:hover { color: #2088B3; } span.rong { font-family: tahoma; margin-left: 8px; color: #8C8D93; } #top_10 .summary { text-align: left; font-family: verdana, 宋体; line-height: 16px; margin-left: 17px; } ul.products_list li.clear_img { clear: left; background: none; height: 0px; overflow: hidden; display: none; visibility: hidden; } ul.products_list li a.pic { display: inline-block; text-align: center; border: 1px solid #E2E2E2; transition: all 0.2s ease-in-out, color 0.2s ease-in-out; } ul.products_list li a.pic:hover { border: 1px solid #EF2B75; } ul.products_list li a.pic img { border: none; vertical-align: top; font-size: 0; width: 182px; height: 182px; } ul.products_list li a.pic img:hover { } ul.products_list li a.infolist { display: block; color: #2088B3; margin-top: 5px; margin-top: 10px\9; *margin-top:5px; margin-bottom: 4px; font-family: 宋体; padding-top: 12px; } ul.products_list li a.infolist:hover { color: #D47A3E; text-decoration: none; } #pro_title { clear: left; padding: 30px 0 0 13px; color: #97866C; font-size: 13px; } /*内页右侧样式*/ .right_title_img span { } .right_title_img img { } #right_tittle { } #right_tittle span { color: #f60; font: bold 14px/40px verdana; } #content { font: 14px/180% verdana; } .main_font { width: 90%; margin: 20px auto; font: 12px/180% verdana; color: #665E5C; } .main_font p { font: 12px/180% verdana; color: #665E5C; } .main_font strong, .main_font2 strong, .main_font3 strong { color: #C06800; font-family: "Microsoft YaHei", "微软雅黑"; } .main_font2 { } .main_font3 { } /*所有左侧列表*/ .left_title { } .left_title img { } .left_title span { font: bold 14px/34px verdana; color: #f60; } #left #left_profile_list li { border-bottom: 1px dotted #B9B9B9; height: 30px; line-height: 30px; text-align: left; list-style: none; overflow: hidden; } #left #left_profile_list li a { color: #145684; padding-left: 25px; height: 30px; line-height: 30px; font-family: "Microsoft YaHei", "微软雅黑"; background: url(/imagescn/products_list_bg.png) no-repeat 0 0; font-size: 12px; display: block; } #left #left_profile_list li a:hover { padding-left: 26px; background: url(/imagescn/products_list_bg.png) no-repeat 0 -30px; color: #fff; text-decoration: none; } #left #left_profile_list li, #left #left_news_list li, #left_job_list li, #left_products_list ul.three li, #download_cate li { height: 30px; line-height: 30px; text-align: left; list-style: none; overflow: hidden; border-bottom: 1px solid #d9d9d9; } #left #left_profile_list li a, #left_news_list li a.typelink, #left_job_list li a, #left_products_list ul li a, #download_cate li a { color: #333; height: 30px; font: 12px/30px "Microsoft YaHei", "微软雅黑"; display: block; text-indent: 24px; } #left #left_profile_list li a:hover, #left_news_list li a.typelink:hover, #left_job_list li a:hover, #left_products_list ul li a:hover, #download_cate li a:hover { color: #AF4B01; background: #f1f1f1; text-decoration: none; } .left_bg_top { /*padding-top:15px;*/ /*background:url(/imagescn/x05.jpg) no-repeat left top;*/ } .left_bg_bottom { /*padding-bottom:15px;*/ /*background:url(/imagescn/x06.jpg) no-repeat left bottom;*/ } /*公司简介页的面包屑*/ #profile_bread { color: #666; font-family: "Microsoft YaHei", "微软雅黑"; text-align: left; margin-bottom: 30px; } #profile_bread a { color: #0066CC; font-family: "Microsoft YaHei", "微软雅黑"; } #profile_bread a:hover { color: #b45406; } .pro_title3 { font-size: 13px; color: #A75112; margin: 22px 0 10px 45px; width: 87%; line-height: 25px; border-bottom: 1px dashed #d9d9d9; clear: left; } /*产品搜索*/ #left_products_search { margin: 6px 0 0 12px; } #left_products_search ul li { height: 28px; overflow: hidden; } #left_products_search span.text { color: #959595; font-family: "Microsoft YaHei", "微软雅黑"; float: left; } #left_products_search input.infoInput { width: 166px; height: 21px; line-height: 21px; background: #959595; color: #fff; font-family: "Microsoft YaHei", "微软雅黑"; border: none; padding: 0; } #left_products_search select { width: 166px; height: 21px; line-height: 21px; background: #959595; color: #fff; font-family: "Microsoft YaHei", "微软雅黑"; border: none; padding: 0; font-size: 12px; } #left_products_search input.buttonface { margin: 0; padding: 0; width: 71px; height: 20px; line-height: 21px; background: url(/imagescn/btn_bg.gif) no-repeat 0 0; color: #6B6B6B; text-decoration: none; font-size: 12px; font-family: "Microsoft YaHei", "微软雅黑"; font-weight: normal; text-align: left; padding-left: 18px; margin-left: 147px; } #left_products_search input.buttonface:hover { color: #B86020; } /*推荐新闻*/ #news_tj ul.textlist li { background: none; height: 23px; overflow: hidden; } #news_tj ul.textlist li a { background: url(/imagescn/huang.gif) no-repeat left center; padding: 0 0 0 10px; color: #727272; display: inline-block; } #news_tj ul.textlist li a:hover { color: #B77125; text-decoration: underline; } /*产品详细*/ #pro_ms_right { background: url(/imagescn/pro_bg_right.jpg) no-repeat right top; } #pro_ms_left { background: url(/imagescn/pro_bg_left.jpg) no-repeat left top; height: 39px; width: 100%; text-indent: -999em; } #pro_ms_left2 { background: url(/imagescn/pro_bg_left2.jpg) no-repeat left top; height: 39px; width: 100%; text-indent: -999em; } #pro_ms_left3 { background: url(/imagescn/pro_bg_left3.jpg) no-repeat left top; height: 39px; width: 100%; text-indent: -999em; } #readpic { width: 408px;/*左侧图片盒子的宽度*/ float: left; height: 558px; overflow: hidden; margin-top: 20px; } #readtitle { width: 327px;/*右侧内容盒子的宽度*/ float: left; margin-top: 10px; font-family: verdana, 宋体; } #readtitle ul li { line-height: 24px; height: 24px; overflow: hidden; color: #838383; } #readtitle ul li.class_1 span { color: #D47A3E; } #readtitle ul li.class_3 span { color: #2088B3; } #readtitle ul li.class_5 { color: #7F7F7F; } #readtitle ul li.t1 { height: 54px; border-bottom: 1px solid #C7C7C7; margin-top: 20px; margin-bottom: 20px; } #readtitle ul li.t2 { padding-top: 15px; height: 40px; } #readtitle h4 { font-size: 16px; color: #676767; font-family: tahoma; background: url(/imagescn/x75.jpg) no-repeat 0 0; font-weight: bold; padding-top: 17px; } .readlist { clear: left; } #pro_ms_left5 { background: url(/imagescn/pro_bg_left5.jpg) no-repeat left top; height: 39px; width: 100%; text-indent: -999em; } /*留言板样式*/ .pro_title { font-family: verdana, 宋体; text-align: center; line-height: 36px; font: 12px/36px Verdana; color: #5A5A5A; background: url(/imagescn/z02.gif) no-repeat 0 0; text-align: left; } .pro_title2 { background: url(/imagescn/z08.gif) no-repeat 0 0; } .pad1 { padding-left: 29px; } .pad2 { padding-left: 35px; } .pad3 { padding-left: 23px; } #bbsajaxlist { margin-bottom: 110px; margin-top: 10px; color: #666; } .message_board { width: 100%; padding-top: 15px; } .message_board ul { clear: left; overflow: hidden; } .message_board ul.liu { height: 35px; overflow: hidden; } .message_board ul li { float: left; margin-top: 4px; } .message_board ul li.text { width: 88px; text-align: right; color: #5F627C; } .message_board ul li.star { width: 17px; color: #3EA27C; font-family: "verdana"; text-align: center; } .message_board ul li.right { width: auto; float: left; } .message_board ul li span { color: #A8A8A8; margin-left: 6px; } .message_board ul li.text_2 { margin-left: 5px; line-height: 24px; color: #9FA0A0; } .message_board ul li.right input.infoInput { background: #fff url(/imagescn/input_bg.jpg) repeat-x; border: 1px solid #D4D4D4; height: 20px; line-height: 20px; width: 170px; font-family: "Microsoft YaHei", "微软雅黑"; color: #6B6B6B; } .message_board ul li.right input.buttonface { background: url(/imagescn/mess_bg.jpg) no-repeat 0 0; width: 74px; height: 36px; padding: 0; padding-bottom: 10px; text-align: center; margin: 0; vertical-align: top; color: #fff; font-weight: normal; font-family: "Microsoft YaHei", "微软雅黑"; } .message_board ul li.right input.buttonface2 { background: url(/imagescn/mess_bg.jpg) no-repeat 0 0; width: 74px; height: 36px; padding: 0; padding-bottom: 10px; text-align: center; margin: 0; vertical-align: top; color: #fff; font-weight: normal; font-family: "Microsoft YaHei", "微软雅黑"; margin-top: 10px; } .message_board ul li.right input.buttonface:hover, .message_board ul li.right input.buttonface2:hover { color: #fff; padding-bottom: 8px; } #right div.pagecontentstr { width: 90%; margin: 0 auto; } #right span.colorgorningage { background: url(/imagescn/pic-lyr.gif) no-repeat left center; padding-left: 20px; color: #666666; } #right span.colorgorningage span { color: #F08300; } #right span.colorgorning3 { background: url(/imagescn/pic-time.gif) no-repeat left center; padding-left: 20px; color: #666666; margin-left: 20px; } #right span.colorgorning3 span { color: #939393; } #pro_ms_left4 { background: url(/imagescn/pro_bg_left4.jpg) no-repeat left top; height: 39px; width: 100%; text-indent: -999em; } #message_center .bb { clear: both; padding-top: 20px; } /*新闻详细样式*/ #news_detail_own { margin-bottom: 20px; } #news_detail_own h2 { height: 30px; font: bold 14px/30px; text-align: center; color: #33A490; width: 100%; } #news_detail_own #message { margin-top: 20px; text-align: center; padding-bottom: 5px; border-bottom: 1px dotted #B3B3B3; border-top: 1px dotted #B3B3B3; margin-bottom: 15px; } #news_detail_own #message span { padding: 0 10px; color: #666666; font-family: "Microsoft YaHei", "微软雅黑"; font-weight: normal; } #news_detail_own #message span em { font-weight: normal; color: #9FA0A0; font-family: 宋体; } #news_detail_own #Zoom { font-family: "Microsoft YaHei", "微软雅黑"; color: #727272; font-size: 12px; line-height: 180%; } #news_detail_own #Zoom p { } #news_detail_own .font { text-align: right; line-height: 30px; color: #666666; } #news_detail_own .font a { color: #868686; text-decoration: none; border: 1px solid #C8C8C8; background: #f8f8f8; padding: 0 2px; margin: 0px; } #news_detail_own .font a:hover { border: 1px solid #AFAFAF; background: #AFAFAF; color: #fff; } #news_detail_own .page { border-top: 1px dashed #B3B3B3; padding-top: 16px; padding-bottom: 10px; margin-top: 20px; font-family: "Microsoft YaHei", "微软雅黑"; color: #9A9A9A; } #news_detail_own .page span.up { background: url(/imagescn/up.gif) no-repeat left center; padding-left: 15px; } #news_detail_own .page span.bottom { background: url(/imagescn/bottom.gif) no-repeat left center; padding-left: 15px; } #news_detail_own .page p { padding: 2px 0; } #news_detail_own .page p a { color: #0066CC; text-decoration: none; } #news_detail_own .page p a:hover { color: #B77125; text-decoration: underline; } #news_detail_own p.keyword { padding: 3px 0; font-family: "Microsoft YaHei", "微软雅黑"; color: #9A9A9A; } #news_detail_own p.keyword span { color: #AB9670; } #news_detail_own #down { width: 100px; margin: 0 auto; padding-top: 20px; } #news_detail_own #down a { background: url(/images/a31.jpg) no-repeat 0 0; width: 66px; height: 25px; padding: 4px 0 0 34px; overflow: hidden; display: inline-block; font-family: "Microsoft YaHei", "微软雅黑"; color: #444C5A; } #news_detail_own #down a:hover { color: #BA5811; text-decoration: none; padding: 4px 0 0 35px; } /*下载分类列表*/ #download_cate { } /*下载详细*/ #download_nei { width: 95%; margin: 15px auto 0 auto; } #download_nei h3 { font-size: 14px; color: #AF7838; text-align: center; line-height: 40px; } #download_nei #time_click { color: #929292; border-bottom: 1px dashed #B3B3B3; } #download_nei #down_btn { float: right; margin-top: 10px; } #download_nei #down_btn a { background: url(/imagescn/downloadd.jpg) no-repeat 0 0; width: 138px; height: 35px; display: block; text-indent: -999em; } #download_nei #down_btn a:hover { text-decoration: none; background: url(/imagescn/downloadd.jpg) no-repeat -149px 0; } /*人才招聘分类列表*/ #left_job_list { } .formlist3 td span a.infolist_orning { width: 77px; height: 20px; line-height: 20px; color: #6F6F6F; background: url(/imagescn/job_bg_1.jpg) no-repeat 0 0; display: inline-block; text-align: center; font-size: 12px; } .formlist3 td span a.infolist_orning:hover { color: #BF5F30; text-decoration: none; } /*人才招聘表单样式*/ #job_neirong { color: #7E878F; line-height: 180%; width: 88%; margin: 0 auto; font-family: "Microsoft YaHei", "微软雅黑"; } #job_neirong strong { color: #C77F2B; font-weight: bold; } #job_form { margin-top: 27px; } #job_form ul li { padding: 2px 0; width: 100%; text-align: left; } #job_form ul li span.th { width: 120px; float: left; text-align: right; padding-top: 4px; } #job_form ul li span.star { color: #FF6600; font-family: "Microsoft YaHei", "微软雅黑"; text-align: center; width: 12px; display: inline-block; vertical-align: top; padding-top: 4px; float: left; } #job_form ul li span.td { color: #968786; } #job_form ul li span.td span { color: #9FA0A0; line-height: 20px; margin-left: 5px; } #job_form ul li span.td input.infoInput { background: #fff url(/imagescn/input_bg.jpg) repeat-x; border: 1px solid #D4D4D4; height: 20px; line-height: 20px; width: 170px; font-family: "Microsoft YaHei", "微软雅黑"; color: #6B6B6B; } #job_form ul li span.td textarea.infoInput { background: #fff url(/imagescn/input_bg.jpg) repeat-x center top; border: 1px solid #D4D4D4; float: left; font-size: 12px; height: 100px; line-height: 130%; margin: 4px 0; padding: 5px; width: 400px; font-family: "Microsoft YaHei", "微软雅黑"; color: #6B6B6B; } #job_form ul li span.td select { background: #fff url(/imagescn/input_bg.jpg) repeat-x; border: 1px solid #D4D4D4; height: 24px; line-height: 24px; width: 175px; font-family: "Microsoft YaHei", "微软雅黑"; color: #6B6B6B; font-size: 12px; margin: 2px 0; } #job_form ul li.submit { clear: left; } #job_form ul li.submit input.buttonface2 { background: url(/imagescn/mess_bg.jpg) no-repeat 0 0; width: 74px; height: 36px; padding: 0; padding-bottom: 10px; text-align: center; margin: 0; vertical-align: top; color: #fff; font-weight: normal; font-family: "Microsoft YaHei", "微软雅黑"; margin-top: 5px; margin-left: 130px; } #job_form ul li.submit input.buttonface2:hover { color: #fff; padding-bottom: 8px; } /*人才招聘详细页*/ #right div.pagecontentstr { width: 100%; margin: 0 auto; } #job_lf_deatil { width: 642px; margin: 25px auto 0 auto; } #job_lf_deatil .name { height: 32px; } #job_lf_deatil .name ul li.left { width: 70%; float: left; overflow: hidden; } #job_lf_deatil .name ul li.right { width: 120px; float: right; text-align: right; overflow: hidden; color: #A4A4A4; background: url(/imagescn/job_time.jpg) no-repeat left center; padding-left: 19px; font-family: tahoma; } #job_lf_deatil .name ul li.left span.zhi_wei { color: #075296; font-size: 14px; font-family: 宋体; font-weight: bold; } #job_lf_deatil .name ul li.left span.memeber { font-family: "Microsoft YaHei", "微软雅黑"; font-size: 12px; color: #8E8E8E; margin-left: 8px; } #job_lf_deatil .content { width: 100%; display: inline-block; margin-bottom: 10px; } #job_lf_deatil .content .job_bg_bottom { background: url(/imagescn/job_bg_bottom.jpg) no-repeat 0 bottom; width: 100%; float: left; } #job_lf_deatil .content .job_bg_top { background: url(/imagescn/job_bg_top.jpg) no-repeat 0 0; width: 100%; float: left; padding: 10px 0; } #job_lf_deatil .content .job_bg_top li { width: 50%; float: left; overflow: hidden; line-height: 24px; height: 24px; color: #464655; } #job_lf_deatil .content .job_bg_top li span { padding-left: 25px; color: #7C7C92; } #job_lf_deatil .gong_neng { display: inline-block; width: 100%; height: 33px; border-bottom: 1px dashed #DADBD6; } #job_lf_deatil .gong_neng ul li { float: left; margin-right: 25px; } #job_lf_deatil .gong_neng ul li a.add { background: url(/imagescn/job_star.jpg) no-repeat left center; padding-left: 24px; text-decoration: none; padding-top: 4px; } #job_lf_deatil .gong_neng ul li a.print { background: url(/imagescn/job_print.jpg) no-repeat left center; padding-left: 24px; text-decoration: none; padding-top: 4px; } #job_lf_deatil .gong_neng ul li a { background: none; padding: 0; color: #288DB8; margin: 0; line-height: 24px; height: 24px; font-family: 宋体; } #job_lf_deatil .gong_neng ul li a:hover { text-decoration: none; color: #4B5773; -moz-opacity: 1; Opacity : 1; filter: Alpha(Opacity=100); } #job_lf_deatil .gong_neng ul li a.bb { background: url(/imagescn/job_shou.jpg) no-repeat left center; padding-left: 24px; text-decoration: none; } #job_lf_deatil .gong_neng ul li a.job { background: url(/imagescn/job_job.jpg) no-repeat left 3px; padding-left: 24px; text-decoration: none; padding-top: 4px; } #job_lf_deatil .gong_neng ul li .bshare-custom { background: none; } #job_lf_deatil .job_text { line-height: 22px; text-decoration: none; padding: 25px 0 0 6px; } #job_lf_deatil .job_text p { line-height: 22px; text-decoration: none; } #job_lf_deatil .job_btn a { background: url(/imagescn/job_tijiao.jpg) no-repeat 0 0; width: 76px; height: 33px; padding: 8px 0 0 15px; display: inline-block; color: #fff; font-size: 14px; font-weight: bold; text-align: left; margin: 30px 0 0 6px; } #job_lf_deatil .job_btn a:hover { text-decoration: none; width: 76px; height: 32px; padding: 9px 0 0 15px; background: url(/imagescn/job_tijiao.jpg) no-repeat -94px 0; } /*产品类别*/ #left_products_list { } #left_products_list ul { margin: 0px 0 0 0px; } #left_products_list ul.three li.a { height: 30px; line-height: 30px; } #left_products_list ul.three li.a a { color: red; height: 30px; line-height: 30px; } #left_products_list ul.three li.a a:hover { background: pink; } /*BBS论坛样式*/ #bbs #main_all { min-height: 600px\9; _height: 600px; } #box_ew4 { margin-top: 35px; } .bbs_list { font-family: "Microsoft YaHei", "微软雅黑"; color: #666666; margin-top: 20px; } .bbs_list .bbs_title { width: 745px; height: 31px; background: url(/imagescn/bbs1.gif) no-repeat 0 0; } .bbs_list .bbs_content { width: 745px; clear: left; margin-top: 10px; } .bbs_list .bbs_title ul li { width: 100%; height: 31px; line-height: 31px; } .bbs_list .bbs_content ul li { width: 100%; height: 34px; line-height: 34px; border-bottom: 1px solid #E1E1E1; } .bbs_list .bbs_content ul li:hover { background: #f5f5f5; } .bbs_list .bbs_title ul li span, .bbs_list .bbs_content ul li span { float: left; } .bbs_list .bbs_title .sub1 { width: 56%; text-align: center; background: url(/imagescn/bbs3.gif) no-repeat 56% center; } .bbs_list .bbs_content .sub1 { width: 56%; text-align: left; text-indent: 20px; } .bbs_list .bbs_content .sub1 a { color: #666666; font-family: "Microsoft YaHei", "微软雅黑"; } .bbs_list .bbs_content .sub1 a:hover { color: #0B8A58; text-decoration: none; } .bbs_list .bbs_title .sub2 { width: 10%; text-align: left; background: url(/imagescn/bbs2.gif) no-repeat 47% center; } .bbs_list .bbs_content .sub2 { width: 10%; text-align: left; color: #489A7C; } .bbs_list .bbs_title .sub3 { width: 15%; text-align: center; background: url(/imagescn/bbs2.gif) no-repeat 82% center; } .bbs_list .bbs_content .sub3 { width: 15%; text-align: center; color: #969696; } .bbs_list .bbs_title .sub4 { width: 9%; text-align: center; background: url(/imagescn/bbs2.gif) no-repeat 94% center; } .bbs_list .bbs_content .sub4 { width: 9%; text-align: center; color: #969696; } .bbs_list .bbs_title .sub5 { width: 9.8%; text-align: center; background: url(/imagescn/bbs2.gif) no-repeat 90% center; } .bbs_list .bbs_content .sub5 { width: 9.8%; _width: 9.4%; text-align: center; color: #969696; } .bbs_page { clear: left; background: url(/imagescn/bbs4.gif) no-repeat left bottom; height: 30px; width: 100%; line-height: 30px; color: #8D8D8D; *margin-top:-2px; } .bbs_page ul li.left { float: right; margin-right: 36px; } .bbs_page ul li.left a { display: inline-block; margin: 0 3px; color: #8D8D8D; } .bbs_page ul li.left a:hover { color: #0B8A58; } .bbs_page ul li.right { float: right; margin-right: 22px; } #bbs_btn { width: 60px; height: 29px; line-height: 26px; padding: 0px 0 0 25px; background: url(/imagescn/bbs5.gif) no-repeat 0 0; color: #5F627C; font-family: 宋体; cursor: pointer; margin-top: 35px; margin-bottom: 5px; } #bbs input.buttonface2 { width: 85px; height: 29px; line-height: 26px; padding: 0px 0 0 25px; background: url(/imagescn/bbs5.gif) no-repeat 0 0; color: #5F627C; font-family: 宋体; cursor: pointer; display: inline-block; font-weight: normal; text-align: left; margin-left: 92px; } #bbs_btn:hover, #bbs input.buttonface2:hover { color: #0B8A58; text-decoration: none; } #bbs_text p { color: #5F627C; font-family: 宋体; padding-left: 5px; } .bbs_content ul li { width: 100%; float: none; font-family: "Microsoft YaHei", "微软雅黑"; color: #5F627C; height: 36px; overflow: hidden; } .bbs_content ul li.sub3 { height: 168px; } .bbs_content ul li span.text { width: 10%; text-align: right; float: left; } .bbs_content ul li span.star { width: 2%; color: #3EA27C; text-align: right; float: left; text-align: center; } .bbs_content ul li span.right { width: 87%; text-align: left; float: left; } .bbs_content ul li.sub1 span.right input.infoInput { width: 358px; padding-left: 6px; padding-top: 3px; padding-top: 5px\9; font-family: "Microsoft YaHei", "微软雅黑"; border: none; color: #404356; background: none; } .bbs_content ul li.sub2 span.right input.infoInput { width: 112px; padding-left: 6px; padding-top: 5px; font-family: "Microsoft YaHei", "微软雅黑"; border: none; color: #404356; background: none; } .bbs_content ul li.sub3 span.right textarea.infoInput { width: 592px; height: 128px; margin: 8px 0 0 8px; background: none; border: none; color: #404356; font-family: "Microsoft YaHei", "微软雅黑"; } .bbs_content ul li.sub1 span.right { background: url(/imagescn/bbs6.gif) no-repeat 0 0; border: none; height: 29px; } .bbs_content ul li.sub2 span.right { background: url(/imagescn/bbs7.gif) no-repeat 0 0; border: none; height: 29px; } .bbs_content ul li.sub3 span.right { background: url(/imagescn/bbs8.gif) no-repeat 0 0; border: none; height: 170px; } .margintop20 { padding-top: 20px; } #bbs .tablelist .td02 { border-bottom: 1px solid #E1E1E1; padding-left: 10px; } #bbs .tablelist .td04 { height: 22px; padding: 0px 0 0px 8px; } #bbs .td02 h3 { font-size: 14px; font-family: "Microsoft YaHei", "微软雅黑"; font-weight: bold; } #bbs .td02 { color: #666666; font-family: "Microsoft YaHei", "微软雅黑"; line-height: 200%; padding: 0; } #bbs .td08 { color: #666666; font-family: "Microsoft YaHei", "微软雅黑"; line-height: 200%; padding: 10px 10px 14px 10px; } #bbs .td20 { color: #666666; font-family: "Microsoft YaHei", "微软雅黑"; line-height: 200%; padding: 10px 0 14px 10px; } .bbs_content ul li.kong span.text, .bbs_content ul li.kong span.star { display: none; } /*首页会员登陆样式-正常*/ #index_memeber { width: 100%; margin: 0; } #index_memeber ul { height: 29px; overflow: hidden; } #index_memeber ul li.th, #index_memeber ul li.td, #index_memeber ul li.ma, #index_memeber ul li.reset, #index_memeber ul li.reg, #index_memeber ul li.login, #index_memeber ul li.forgot { float: left; } #index_memeber ul li.th { font-weight: normal; padding-right: 10px; text-align: right; width: 29%; color: #1475B2; font-family: 宋体; } #index_memeber ul li input.infoInput { background: red; border: none; color: #888; height: 18px; padding: 0; margin: 0; width: 140px; font-family: "Microsoft YaHei", "微软雅黑"; } #index_memeber ul li.forgot a { width: 82px; height: 22px; text-indent: 19px; line-height: 22px; font-family: 宋体; overflow: hidden; background: url(/imagescn/mem_bg2.gif) no-repeat 0 0; display: block; text-align: left; padding: 0; margin: 0; color: #5F627C; margin-left: 6px; margin-top: 4px; } #index_memeber ul li.reg a:hover { color: #CD790D; text-decoration: none; } #index_memeber ul li.reg a, #index_memeber ul li.login input { width: 50px; height: 22px; text-indent: 18px; line-height: 22px; font-family: 宋体; overflow: hidden; background: url(/imagescn/mem_bg1.gif) no-repeat 0 0; display: block; text-align: left; padding: 0; margin: 0; color: #5F627C; font-weight: normal; margin-left: 6px; margin-top: 4px; } #index_memeber ul li.forgot a:hover, #index_memeber ul li.login input:hover { color: #CD790D; text-decoration: none; } #index_memeber ul li.login input { margin-left: 25px; } /*友情链接样式*/ #links { background: url(/imagescn/bg_green.png) repeat-y; } #links ul li a { color: #747474; font-family: "Microsoft YaHei", "微软雅黑"; height: 26px; line-height: 26px; text-indent: 42px; display: inline-block; } #links ul li a:hover { color: #CD6A00; font-weight: bold; } /*弹性向上样式*/ #goTopBtn { width: 32px; height: 33px; right: 1%; position: fixed; bottom: 50px; _position: absolute; _bottom: auto; /*_top:expression(eval(document.documentElement.scrollTop+150));*/ /**/_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))); z-index: 99; cursor: pointer; } /*百度电子地图样式*/ .iw_poi_title { color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap } .iw_poi_content { font: 12px verdana, sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word; color: #434343; } #sorry { font-family: 宋体; line-height: 150px; text-align: center; color: #000; } /*产品详细上一页下一页小图样式*/ .xxpage { width: 1150px; margin: 0px auto; height: 150px; display: inline; } .lm { width: 190px; height: 150px; overflow: hidden; float: left; border: #666 1px dotted; margin-top: 6px; } .rm { width: 190px; height: 150px; overflow: hidden; float: right; border: #666 1px dotted; margin-top: 6px; } /*新闻列表样式2*/ div.mei_li li.list { width: 100%; border-bottom: 1px solid #E2E2E2; height: 118px; padding: 20px 0; color: #838383; } div.mei_li li.list:hover { background: #f5f5f5; color: #4F4F4F; } div.mei_li .left { width: 20%; float: left; overflow: hidden; } div.mei_li .left img { border: 1px solid #E5E5E5; } div.mei_li .right { width: 65%; float: left; overflow: hidden; text-align: left; font-family: tahoma; } div.mei_li .rihgt_time { width: 14.9%; float: left; overflow: hidden; text-align: left; font-family: tahoma; height: 126px; background: url(/imagescn/z14.jpg) no-repeat 20px 24px; } div.mei_li .rihgt_time .year { font-size: 24px; color: #fff; padding: 30px 0 0 31px; font-family: verdana; display: block; height: 30px; overflow: hidden; } div.mei_li .rihgt_time .yueri { padding: 12px 0 0 40px; font-size: 16px; color: #fff; } div.mei_li .right h3 a { color: #F12B9B; font: 12px/30px tahoma; height: 32px; } div.mei_li .right .summary { font: 12px/20px tahoma; } div.mei_li .right .date { margin-top: 8px; color: #BCBCBC; } /*新闻横向搜索样式*/ #left_search2 { width: 100%; height: 40px; } #left_search2 span.text { display: none; } #left_search2 input.infoInput { height: 19px; background: #fff; border: 1px solid #E2E2E2; font: 12px/19px verdana; width: 140px; color: #666; padding: 0; } #left_search2 li.keyword { width: 150px; float: left; overflow: hidden; } #left_search2 select.select { height: 21px; background: #fff; border: 1px solid #E2E2E2; width: 140px; color: #666; } #left_search2 li.sub2 { width: 150px; float: left; overflow: hidden; } #left_search2 input.buttonface { background: #FCE2EC; border: 1px solid #EF2B75; font: 11px/18px tahoma; height: 21px; color: #5B5B5B; padding: 0; margin: 0; width: 59px; text-align: center; } #left_search2 input.buttonface:hover { background: #EF2B75; color: #fff; } #left_search2 li.sub3 { width: 70px; float: left; overflow: hidden; } /*留言板新式2*/ #new_messages_boad .new_mess_name { font-weight: bold; color: #F36AAB; font-family: tahoma, 宋体; font-size: 12px; padding-left: 23px; clear: right; } #new_messages_boad .new_mess_con { color: #E77CAE; font-family: tahoma, 宋体; line-height: 20px; font-size: 12px; background: url(/imagescn/x77.jpg) no-repeat 0 0; float: left; padding: 0; max-width: 668px; } #new_messages_boad .new_mess_con2 { background: url(/imagescn/x78.jpg) no-repeat right top; } #new_messages_boad .new_mess_con3 { background: url(/imagescn/x79.jpg) no-repeat left bottom; } #new_messages_boad .new_mess_con4 { background: url(/imagescn/x80.jpg) no-repeat right bottom; padding: 21px 20px 5px 45px; } #new_messages_boad .new_mess_con4 h3 { color: #F36AAB; } .new_hf { clear: left; text-align: right; color: #727272; font-family: tahoma, 宋体; line-height: 20px; font-size: 12px; padding: 0; } #new_messages_boad .new_hf { background: url(/imagescn/x81.jpg) no-repeat right top; float: right; max-width: 90%; } #new_messages_boad .new_hf2 { background: url(/imagescn/x82.jpg) no-repeat left top; } #new_messages_boad .new_hf3 { background: url(/imagescn/x83.jpg) no-repeat right bottom; } #new_messages_boad .new_hf4 { background: url(/imagescn/x84.jpg) no-repeat left bottom; padding: 21px 88px 5px 20px; } #new_messages_boad .date { font-size: 11px; color: #B6B6B6; font-family: tahoma; padding-top: 5px; text-align: right; } .bbslist li, .bbslist li { clear: left; } .bbslist li, .bbslist li div { border: none; padding: 0; margin: 0; } ul.bbslist li.liuyan_list { margin-top: 10px; } .bbslist li:first-child { padding: 0; font-family: verdana, 宋体; color: #666; } #new_messages_boad li.date { font-size: 11px; color: #B6B6B6; font-family: tahoma; padding-top: 5px; } .infoInput_lf { background: url(/imagescn/bbs7.gif) no-repeat 0 0; height: 32px; vertical-align: top; color: #5F627C; font-family: verdana, 宋体; border: none; padding: 0; margin: 0; padding-left: 8px; width: 120px; } #infoInput_lf2 { background: url(/imagescn/bbs8.gif) no-repeat 0 0; height: 101px; width: 490px; color: #5F627C; font-family: verdana, 宋体; border: none; padding: 0; margin: 0; padding-left: 12px; padding-top: 8px; line-height: 20px; padding-right: 20px; } ul.lieb { height: 32px; } input.buttonfacelf3 { width: 85px; height: 29px; background: url(/imagescn/bbs9.gif) no-repeat 0 0; color: #383B52; font-family: 宋体; border: 0; cursor: pointer; padding: 0; margin: 0; padding: 0 0 2px 20px; vertical-align: top; } input.buttonfacelf3:hover { color: #EF2B75; } #jian_yliu #bbs_btn { width: 119px; height: 32px; background: url(/imagescn/x02.png) no-repeat center 11px; cursor: pointer; } #jian_yliu #bbs_btn:hover { background: url(/imagescn/x02.png) no-repeat center -46px; } #jian_yliu #bbs_btn2 { width: 119px; height: 32px; background: url(/imagescn/x05.gif) no-repeat center 12px; } .input_bg_left { height: 31px; float: left; background: url(/imagescn/input_bg_left.gif) no-repeat 0 0; } .input_bg_right { height: 31px; float: left; background: url(/imagescn/input_bg_right.gif) no-repeat right 0; } .new_input { height: 26px; font: 12px/24px verdana; background: transparent; border: none; color: #5f627c; padding: 0 15px 0 10px; } .new_textarea { width: 500px; height: 100px; background: transparent; border: none; color: #5f627c; padding: 10px 18px 12px 13px; } .textarea_4 { background: url(/imagescn/z03.gif) no-repeat 0 0; } .textarea_3 { background: url(/imagescn/z04.gif) no-repeat right 0; } .textarea_2 { background: url(/imagescn/z05.gif) no-repeat left bottom; } .textarea_1 { background: url(/imagescn/z06.gif) no-repeat right bottom; } #main__width { width: 93%; margin: 0 auto; } .main_font5 { width: 100%; padding: 20px 0 40px; font: 12px/180% verdana, 宋体; } div#please_meassage { height: 125px; line-height: 32px; cursor: pointer; text-align: center; background: url(/imagescn/z09.gif) no-repeat 0 15px; } div#please_meassage:hover { background: url(/imagescn/z09.gif) no-repeat 0 -240px; } div#message_here { display: none; } .w1200 { width: 1200px; margin: 0px auto; } .preserve{ width:320px; height:210px; position:absolute; right:0px; bottom:0px; z-index:1000; } .preserve a{ width:320px; height:210px; } .top1 { width: 100%; height: 70px; background:rgba(255, 255, 255, 1); position: fixed; list-style-type: none; z-index:1000; filter: progid:DXImageTransform.Microsoft.Shadow(color='#000',Direction=90, Strength=5);/*for ie6,7,8*/ -moz-box-shadow:0px 1px 5px #000;/*firefox*/ -webkit-box-shadow:0px 1px 5px #000;/*webkit*/ box-shadow:0px 1px 5px #000;/*opera或ie9*/ } .top11 { width: 100%; height: 62px; background-color: #FFF; position: fixed; list-style-type: none; z-index: 70; } .top1_1 { width: 163px; height: 50px; float: left; margin-top:10px; } .top1_2 { width: 70%; height: 70px; float: right; } .top1_2 li{ float: left; line-height: 70px; font-size: 15px; padding:0 4px; } .top1_2 li a { color: #1a1a1a; font-size: 15px; } .top1_2 li:hover { color: #fff; font-size: 15px; background:rgba(240, 240, 240, 0.5); } .section1 { position: relative; z-index:400; } .ammain1 { width: 100%; height:100%; float:left; } .ammain1_1 { text-align: center; font-size: 24px; color: #4c4c4c; margin:1.5% auto 0; } .ammain1_2 { min-width:100%; width: 100%; float:left; margin-top:7%; text-align: center; } .section2 { background: url(/images/page2.jpg) no-repeat center; background-size: cover; } .ammain2 { width:1200px; position:relative; left:50%; margin-left:-600px; } .ammain2_1 { width:580px; height:580px; font-size:14px; float:left; opacity:0; text-align:center; padding:80px 90px; border-radius:50%; background-color:#fff; position:relative; left:50%; top:100px; z-index:100; margin-left:-290px; } .ammain2_1 h1{ width:100%; float:left; font-size:40px; line-height:50px; color:#373737; font-weight:bold; } .line{ width:100px; height:1px; display:inline-block; margin-top:30px; text-align:center; background-color:#bebebe; transition:all 300ms ease-in-out 0s; } .ammain2_1:hover .line{ width:200px; } .ammain2_1 p{ width:100%; float:left; font-size:14px; color:#222; line-height:30px; margin-top:20px; } .ammain2_1 span{ width:176px; float:left; font-size:14px; font-weight:bold; color:#222; margin-left:112px; line-height:46px; margin-top:30px; text-align:center; font-family:Arial, Helvetica, sans-serif; border:3px #91b6e2 solid; } .ammain2_1 span a{ color:#91b6e2; } .ammain2_2 { width:310px; height:310px; float:left; border-radius:50%; border:10px #fff solid; position:absolute; left:87px; top:-100px; opacity:0; z-index:80; background:url(/images/page2_03.jpg) no-repeat top center; } .ammain2_2 a,.ammain2_3 a,.ammain2_4 a,.ammain2_5 a{ width:100%; float:left; height:100%; } .ammain2_3 { width:420px; height:420px; float:left; border-radius:50%; border:10px #fff solid; position:absolute; left:0; top:400px; opacity:0; z-index:70; background:url(/images/page2_08.jpg) no-repeat top center; } .ammain2_4 { width:330px; height:330px; float:left; border-radius:50%; border:10px #fff solid; position:absolute; left:780px; top:-100px; opacity:0; z-index:50; background:url(/images/page2_05.jpg) no-repeat top center; } .ammain2_5{ width:400px; height:400px; float:left; border-radius:50%; border:10px #fff solid; position:absolute; right:0; top:400px; opacity:0; z-index:60; background:url(/images/page2_11.jpg) no-repeat top center; } .section3 { background:url(/images/page3.jpg) no-repeat top center; background-size:cover; position:relative; z-index:200; } .ammain3{ width:1200px; margin:0 auto; } .ammain3_1 { opacity: 0; width:100%; text-align:center; } .ammain3_1 a{ color:#fff; } .line2{ width:500px; height:1px; margin-top:40px; background-color:#1c1c1c; transition:all 300ms ease-in-out 0s; } .section4 { background:url(/images/page4.jpg) no-repeat top center; background-size:cover; position:relative; z-index:300; } .ammain4 { width:1200px; margin:0 auto; } .ammain4_1 { opacity: 0; width:100%; text-align:center; } .ammain4_2 { width: 100%; top: 100px; opacity: 0; position:relative; background: url(/images/td2_03.png) no-repeat center center; } .picbox{ width:1200px; height:470px; overflow:hidden; position:relative; } .piclist{ height:470px; position:absolute; left:0px; top:0px } .ammain4_2 ul li{ width:270px; float:left; margin:0 15px; background-color:#fff; } .ammain4_2 ul li span{ width:100%; float:left; overflow: hidden; } .ammain4_2 ul li span img{ width:100%; float:left; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .ammain4_2 ul li span img:hover{ -moz-transform: scale(1.2) rotate(5deg); -webkit-transform: scale(1.2) rotate(5deg) ; -o-transform: scale(1.2) rotate(5deg); -ms-transform: scale(1.2) rotate(5deg) ; transform: scale(1.2) rotate(5deg) ; } .ammain4_2 ul li h2 a{ width:100%; height:50px; float:left; line-height:50px; font-size:16px; color:#fff; cursor:pointer; background-color:#0254b7; transition:all 300ms ease-in-out 0s; } .ammain4_2 ul li h2 a:hover{ background-color:#da251c;} .ammain4_2 ul li h2 a{ color:#fff; } .ammain4_2 ul li h2 a b{ width:200px; float:left; padding-left:25px; font-size:16px; color:#fff; text-align:left; font-weight:normal; } .ammain4_2 ul li h2 a i{ width:70px; height:50px; float:right; font-size:30px; color:#fff; font-style:normal; text-align:center; transition:all 300ms ease-in-out 0s; background:url(/images/page4_21.jpg) no-repeat center; } .ammain4_2 ul li h2 a:hover i{ background:url(/images/page4_23.jpg) no-repeat center; } .ammain4_2 ul li p{ width:100%; height:150px; float:left; line-height:28px; padding:15px 25px; } .section5 { background:url(/images/page5.jpg) no-repeat top center; background-size:cover; } .ammain5 { width:1200px; margin: 0px auto; } .ammain5_1 { opacity: 0; position:relative; width:100%; top:0; } .ammain5_2 { opacity: 0; position:relative; width:100%; height:100px; top:200px; float:left; overflow:hidden; zoom:1; background-color:rgba(255,255,255,0.7); } .ammain5_2 .pcont { width:1100px; float:left; overflow:hidden; } .ammain5_2 .ScrCont { width:32766px; zoom:1; } .ammain5_2 #List1_1, .ammain5_2 #List2_1 { float:left; } .ammain5_2 .LeftBotton, .ammain5_2 .RightBotton { width:50px; height:100px; float:left; color:#5f5f5f; font-size:36px; line-height:100px; text-align:center; font-family:'宋体'; } .ammain5_2 .LeftBotton:hover,.ammain5_2 .RightBotton:hover { color:#262626; } .ammain5_2 li { width:220px; height:100px; float:left; opacity:0.6; } .ammain5_2 li:hover { opacity:1; } .section6 { background:url(/images/page6.jpg) no-repeat top center; background-size:cover; } .ammain6 { margin:50px auto 0; width: 1200px; } .ammain6_1 { position:relative; width: 100%; float:left; height: 100%; top:-50%; opacity: 0; z-index:-1; background:url(/images/page6_01.png) no-repeat left; } .ammain6_2 { width: 100%; height: 100%; float:right; position: relative; opacity: 0; top:50%; z-index:-2; background:url(/images/page6_02.png) no-repeat right; } .ammain6_cont{ width:600px; float:left; opacity:0; margin-right:100px; margin-top:-100px; } .ammain6_cont h2,.ammain6_bm h2{ width:600px; float:left; line-height:60px; font-size:28px; color:#fff; padding-bottom:20px; } .ammain6_cont i.line3,.ammain6_bm i.line3{ width:84px; height:1px; float:left; margin-top:10px; background-color:#0254b7; transition:all 300ms ease-in-out 0s; } .ammain6_bm i.line3{ background-color:#da251c; } .ammain6_cont h2:hover .line3,.ammain6_bm h2:hover .line3{ width:200px; } .ammain6_cont h2 a,.ammain6_bm h2 a{ width:100%; float:left; color:#fff; } .ammain6_cont p{ width:100%; float:left; line-height:35px; font-size:18px; color:#fff; font-weight:normal; } .ammain6_bm{ width:600px; float:left; font-family:'微软雅黑','宋体'; opacity:0; margin-top:400px; } .ammain6_bm #txt{ width:257px; height:38px; float:left; padding-left:20px; font-size:14px; color:#fff; line-height:38px; margin:8px 16px 8px 0px; background-color:rgba(255,255,255,0.2); border-radius:3px; border:0; } .ammain6_bm textarea{ width:467px; height:130px; float:left; padding-left:20px; font-size:14px; color:#fff; margin:8px 16px 8px 0px; background-color:rgba(255,255,255,0.2); border-radius:3px; border:0; } .ammain6_bm #btn{ width:148px; height:38px; float:left; background-color:#da251c; margin-top:10px; text-align:center; font-size:14px; color:#fff; line-height:40px; border-radius:3px; border:0; cursor:pointer; } .xy_r{ width:260px; float:left; padding:10px 0; } .xy_r h3{ width:100%; float:left; line-height:40px; font-size:18px; color:#fff; } .xy_r h3 a{ color:#fff; } .ammain6_xy ul li:nth-child(even) .xy_r h3 a{ color:#323232; } .xy_r span{ width:100%; float:left; line-height:30px; font-size:14px; color:#0355b7; } .xy_r p{ width:100%; float:left; line-height:26px; color:#a4a4a4; font-size:12px; margin-top:5px; } /* FILE ARCHIVED ON 19:24:29 Sep 29, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:34:45 Apr 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.571 exclusion.robots: 0.137 exclusion.robots.policy: 0.126 cdx.remote: 0.057 esindex: 0.011 LoadShardBlock: 150.949 (3) PetaboxLoader3.datanode: 543.686 (4) PetaboxLoader3.resolve: 152.541 (2) load_resource: 579.781 */