@charset "UTF-8"; /*q样式*/ @font-face { font-family: 'iconfont'; /* project id 455609 */ src: url("../fonts/iconfont.woff"); } .iconfont { font-family: iconfont !important; font-size: 14px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale; } .news_detail h3.title_bar .iconfont::before { content: '\e67a'; margin-right: 5px; } .top { width: 1200px; margin: 0 auto; } .i-row { margin: 0 -15px; } .fl { float: left; } .fr { float: right; } .di { _display: inline; } .fwn { font-weight: normal; } .dib { *display: inline; _zoom: 1; _display: inline; _font-size: 0px; } /*头部*/ #header .logo { width: 300px; } #header .logo img { max-width: 100%; } #header .top_contact { float: right; } #header .top_contact .k2 { font-size: 20px; font-family: "impact"; color: #333; line-height: 100px; } #header .out-nav { margin-top: 5px; } #header .out-nav .nav { background-color: #8392bd; height: 32px; } #header .out-nav .nav li { line-height: 32px; height: 32px; text-align: center; width: 130px; float: left; position: relative; z-index: 999; } #header .out-nav .nav li a { display: block; line-height: 32px; color: #fff; height: 32px; } #header .out-nav .nav li a:hover { color: #fff; text-decoration: none; background-color: #24588e; } #header .out-nav .nav .dropdown { background: #01557a; color: #fff; z-index: 9999; position: absolute; top: 32px; left: 0px; display: none; width: 100%; } #header .out-nav .nav .dropdown a { background: #01557a; color: #fff; height: 38px; line-height: 38px; } #header .out-nav .nav .dropdown a:hover { background: #042d3f; text-decoration: none; } /*热门搜烦*/ .yq_search { text-align: left; height: 24px; margin: 10px 0; } .yq_search #form_search { float: right; } .yq_search #form_search input { height: 22px; background: #fff; border: 1px solid #c8c8c8; line-height: 22px; } .yq_search #form_search input#sou_word { height: 22px; line-height: 22px; padding-left: 4px; color: #666; } .yq_search #form_search input#s_btn { width: 46px; height: 24px; line-height: 24px; text-align: center; background-color: #333; color: #fff; border: none; cursor: pointer; } .yq_search .hotSearch { float: left; height: 24px; line-height: 24px; font-weight: normal; } .yq_search .hotSearch a { margin-right: 6px; } /*首页分类*/ .i-product-cate { width: 240px; float: left; } .i-product-cate .cate_title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } /*首页关于我们*/ .i-about { width: 660px; float: left; margin-left: 12px; padding-bottom: 5px; } .i-about .about_title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } .i-about .content { padding: 5px; padding-bottom: 12px; text-indent: 20px; } /*首页新闻*/ .news_company { width: 280px; float: right; } .news_company .news1_title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } .news_company .content { padding: 5px; } .navigation { float: right; width: 100px; } .index-title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } .index-table td { border: solid #add9c0; border-width: 0px 1px 1px 0px; padding: 10px 5px; } .index-table { border: solid #add9c0; border-width: 1px 0px 0px 1px; margin-top: 10px; } /*首页左侧联系我们*/ .contact { width: 218px; float: left; padding-bottom: 5px; margin-top: 10px; } .contact .contact_title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } .contact .content { padding: 5px; padding-left: 8px; } /*工程案例*/ .case { width: 460px; float: left; margin-left: 12px; padding-bottom: 5px; margin-top: 10px; } .case .case_title { line-height: 31px; padding-left: 15px; font-weight: bold; font-family: "微Y雅黑"; background: #8392bd; font-size: 14px; color: #fff; } .case .content { padding: 5px; padding-bottom: 12px; text-indent: 20px; } .news2_company { margin-top: 10px; } .slideBox { width: 100%; height: auto; overflow: hidden; position: relative; } .slideBox .hd { height: 15px; overflow: hidden; position: absolute; text-align: center; width: 100%; bottom: 5px; z-index: 1; } .slideBox .hd ul { overflow: hidden; zoom: 1; width: 100%; text-align: center; } .slideBox .hd ul li { display: inline-block; margin-right: 2px; width: 15px; height: 15px; line-height: 14px; text-align: center; background: #fff; cursor: pointer; } .slideBox .hd ul li.on { background: #f00; color: #fff; } .slideBox .bd { position: relative; height: 100%; z-index: 0; } .slideBox .bd li { zoom: 1; vertical-align: middle; } .slideBox .bd li img { width: 100%; height: auto; display: block; } .slideBox .prev, .slideBox .next { position: absolute; left: 3%; top: 50%; margin-top: -25px; display: block; width: 32px; height: 40px; background: url(../images/slider-arrow.png) -110px 5px no-repeat; filter: alpha(opacity=50); opacity: 0.5; } .slideBox .prev:hover, .slideBox .next:hover { filter: alpha(opacity=100); opacity: 1; } .slideBox .next { left: auto; right: 3%; background-position: 8px 5px; } /*产品推荐*/ /*前台多页{?/ .news { width: 1200px; margin-top: 10px; } .news .hd { position: relative; } .news .hd li { display: inline-block; width: 100px; height: 30px; line-height: 30px; border: 1px solid #ccc; margin-right: 8px; text-align: center; color: #333; font-size: 12px; cursor: pointer; } .news .hd li.on { color: #fff; text-decoration: none; font-size: 12px; background: #95a9dc; border-color: #95a9dc; } .news .bd li { width: 100%; } .news .bd li span { float: right; } /*友情链接*/ .f_link { width: 1200px; margin: 0 auto; margin-top: 15px; line-height: 40px; text-indent: 20px; font-size: 14px; background: #95a9dc; color: #fff; } /*面底部*/ #footer { position: relative; width: 1200px; margin: 0 auto; text-align: center; margin-bottom: 10px; padding-top: 8px; margin-top: 15px; } #footer a { color: #666; } #footer a:hover { color: #e87518; text-decoration: none; } #footer .nav_foot { text-align: center; line-height: 24px; color: #666; } #footer .copyright { text-align: center; line-height: 24px; } /*内页公用*/ .ny_all { padding-top: 30px; } .ny_left_top { width: 20%; float: left; } .ny_left_top h3 { line-height: 41px; text-align: center; font-weight: normal; font-family: "微Y雅黑"; font-size: 18px; color: #fff; background: #cc0000; } .ny_left_top .ny_menu { padding: 10px; border: 1px solid #ccc; } .ny_left_top .ny_menu .n-news-list { font-size: 14px; } .ny_left_top .ny_menu .n-news-list li { line-height: 28px; } .ny_left_top .ny_menu .n-news-list li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; vertical-align: middle; margin-right: 4px; background: #cc0000; } .out-foot { background: #333; color: #fff; font-size: 14px; line-height: 40px; } .out-foot a { color: #fff; } .ny_banner { width: 100%; margin: 0 auto; } .ny_banner img { width: 100%; } .sort_product { margin-top: 10px; } .ny_contact { margin-top: 10px; } .ny_contact .content { padding: 5px; line-height: 24px; } .ny_right_top { width: 78%; padding-bottom: 10px; float: right; } .ny_ding { padding: 10px 0; } .ny_ding .site { text-align: left; line-height: 30px; background: url(../images/home.png) no-repeat left center; padding-left: 20px; font-size: 14px; } .ny_right_top .content { padding-top: 15px; overflow: hidden; line-height: 24px; } .ny_right_top .content .content { padding: 10px; } /*内页分类样式*/ .ny_sort li { position: relative; z-index: 999; } .ny_sort li:last-child a { margin-bottom: 0; } .ny_sort li a { color: #fff; display: block; line-height: 39px; font-family: "微Y雅黑"; text-align: center; font-size: 14px; background: #cc0000; margin-bottom: 10px; } .ny_sort li a:hover { background: #8392bd; } .ny_sort li .about_b { position: absolute; left: 100%; top: 0px; width: 210px; background: #cc0000; z-index: 9999; } .ny_sort li .layer2 { position: absolute; left: 100%; top: 0px; width: 218px; padding: 10px; background: #ccc; z-index: 9999; } .ny_sort li .layer2 li { overflow: hidden; } .ny_sort li .layer2 li a { font-weight: normal; background: none; } .ny_sort li .layer2 li a:hover { text-decoration: none; color: #333; } .ny_sort li .layer2 li .layer3 li { margin: 6px 0px; line-height: 24px; padding-left: 10px; } .ny_sort li .layer2 li .layer3 li a { font: normal 12px/24px "微Y雅黑"; background: none; } .ny_sort li .layer2 li .layer3 li .layer4 li { margin: 6px 0px; line-height: 24px; padding-left: 15px; } .ny_sort li .layer2 li .layer3 li .layer4 li a { font: normal 12px/24px "微Y雅黑"; background: none; } .i-container { margin-top: 20px; } /*内页新闻*/ .ny_news_list li { line-height: 27px; position: relative; margin: 20px 0; } .ny_news_list li a.more { background: #fcfcfc; border: 1px solid #f0f0f0; display: block; width: 86px; text-align: center; float: right; color: #65beba; border-radius: 4px; } .ny_news_list li h3 { font-size: 14px; margin: 10px 0; color: #323232; } .ny_news_list li h3 a { color: #323232; } .ny_news_list li h3 a:HOVER { color: #65beba; } .ny_news_list li p { line-height: 22px; font-size: 14px; color: #666666; } /*内页产品列表*/ .ny_product_list li { width: 266px; position: relative; margin-right: 29px; float: left; margin-bottom: 20px; overflow: hidden; } .ny_product_list li img { width: 266px; height: 388px; } .ny_product_list li h3 { text-align: center; line-height: 40px; } .ny_product_list li h3 a { color: #333; font-size: 14px; } /*内页留言*/ .f_message { padding: 30px; } .f_message .m_label { position: absolute; width: 160px; text-align: left; line-height: 40px; padding-left: 8px; color: #ccc; z-index: 1; cursor: text; left: 118px; } .f_message .c_label { line-height: 18px; padding-top: 12px; } .f_message ul li { text-align: center; width: 440px; position: relative; margin-top: 20px; } .f_message ul li p { float: left; font-size: 14px; text-align: right; width: 100px; position: relative; } .f_message ul li p.bix::before { content: '*'; color: red; position: absolute; left: 15px; top: 0; font-size: 12px; } .f_message ul li textarea { width: 333px; float: right; border: 1px solid #e4e4e4; line-height: 40px; height: 120px; } .f_message ul li .code_img { margin-left: 18px; visibility: hidden; } .f_message ul li input { width: 333px; float: right; border: 1px solid #e4e4e4; line-height: 40px; } .f_message ul li input#contact { height: 40px; } .f_message ul li input#name { height: 40px; } .f_message ul li input#checkcode { width: 170px; } .f_message ul li input#msgbtn { background: #088b3f; }

      <sub id="ljocj"></sub>
    1. <sub id="ljocj"></sub>
      1. <blockquote id="ljocj"></blockquote>
        <thead id="ljocj"></thead>
      2. 一级a性色生活片久久无