@charset "utf-8"; @import "//energe.imwork.net/all/css/iconfont.css"; //颜色 @main_color: #5e9909; @main_color2: #008FFF; @main_color3: #FFF; //颜色 //过渡 .transition(@s:.5s){ transition: @s; -ms-transition: @s; -moz-transition: @s; -webkit-transition: @s; -o-transition: @s; } //过渡 //旋转 .transform_rotate(@s:7deg){ transform:rotate(@s); -ms-transform:rotate(@s); /* IE 9 */ -moz-transform:rotate(@s); /* Firefox */ -webkit-transform:rotate(@s); /* Safari ?Chrome */ -o-transform:rotate(@s); /* Opera */ } //旋转 //旋转2 .transform_translateY(@px:10px){ transform: translateY(@px); -ms-transform: translateY(@px); -moz-transform: translateY(@px); -o-transform: translateY(@px); } //旋转2 //放大 .transform_scale(@s:1.0){ transform: scale(@s); -ms-transform: scale(@s); -moz-transform: scale(@s); -webkit-transform: scale(@s); -o-transform: scale(@s); } //放大 /* reset 重置样式 */ body,div,p,ul,ol,dl,dt,dd,li,form,input,table,th,td,img,h1,h2,h3,h4,h5,h6 { margin: 0;padding: 0;} body { background: #FFF; color: #000; font-size: 12px; font-style: normal; font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;} em, b, i { font-style:normal;} li { list-style:none;} img { border:none;} a { text-decoration:none; color:#000;} a:hover { _text-decoration:underline; color:@main_color;} table { border-spacing:0; border-collapse:collapse; } /* reset 重置样式 */ //////////////////////////// 自定义属?//////////////////////////// .min_width{min-width: 1000px;} .centered{width: 1000px; margin: 0 auto;}//公共宽度 头和尾巴 .centered_index{width: 1000px; margin: 0 auto;}//首页 .centered_page{width: 1000px; margin: 0 auto;}//内页 @page_right_width:750px; .centered_page_right{width: @page_right_width; overflow: hidden;}//内页右边宽度 //清除浮动 .clearboth{clear: both;} .clearfix{ *zoom: 1;} .clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";} .clearfix:after {clear: both;} //定位 .fl {float:left;} .fr{float:right;} .pr{position:relative;} .pa{position:absolute;} .vh{visibility:hidden;} .dn{display: none;} .oh{overflow: hidden;} //文字 .fs12{font-size:12px;} .fs13{font-size:13px;} .fs14{font-size:14px;} .fs16{font-size:16px;} .fs20{font-size:20px;} .fwb{font-weight:bold} .fwn{font-weight:normal;} .lh150{line-height:150%;} .lh180{line-height:180%;} .lh200{line-height:200%;} .unl{text-decoration:underline;} .no_unl{text-decoration:none;} //长度高度 .w{width:100%} .w10{width:10px;} .w20{width:20px;} .w30{width:30px;} .w40{width:40px;} .w50{width:50px;} .w60{width:60px;} .w70{width:70px;} .w80{width:80px;} .w90{width:90px;} .w100{width:100px;} .h{height: 100%} .h10{height: 10px;} .h20{height: 20px;} .h30{height: 30px;} .h40{height: 40px;} .h50{height: 50px;} .h60{height: 60px;} .h70{height: 70px;} .h80{height: 80px;} .h90{height: 90px;} .h100{height: 100px;} //边距 .m10{margin:10px;} .m15{margin:15px;} .m30{margin:30px;} .mt5{margin-top:5px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;} .mt30{margin-top:30px;} .mt50{margin-top:50px;} .mt100{margin-top:100px;} .mb5{margin-bottom:5px;} .mb10{margin-bottom:10px;} .mb15{margin-bottom:15px;} .mb20{margin-bottom:20px;} .mb30{margin-bottom:30px;} .mb50{margin-bottom:50px;} .mb100{margin-bottom:100px;} .ml5{margin-left:5px;} .ml10{margin-left:10px;} .ml15{margin-left:15px;} .ml20{margin-left:20px;} .ml30{margin-left:30px;} .ml50{margin-left:50px;} .ml100{margin-left:100px;} .mr5{margin-right:5px;} .mr10{margin-right:10px;} .mr15{margin-right:15px;} .mr20{margin-right:20px;} .mr30{margin-right:30px;} .mr50{margin-right:50px;} .mr100{margin-right:100px;} .p10{padding:10px;} .p15{padding:15px;} .p30{padding:30px;} .pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt30{padding-top:30px;} .pt50{padding-top:50px;} .pt100{padding-top:100px;} .pb5{padding-bottom:5px;} .pb10{padding-bottom:10px;} .pb15{padding-bottom:15px;} .pb20{padding-bottom:20px;} .pb30{padding-bottom:30px;} .pb50{padding-bottom:50px;} .pb100{padding-bottom:100px;} .pl5{padding-left:5px;} .pl10{padding-left:10px;} .pl15{padding-left:15px;} .pl20{padding-left:20px;} .pl30{padding-left:30px;} .pl50{padding-left:50px;} .pl100{padding-left:100px;} .pr5{padding-right:5px;} .pr10{padding-right:10px;} .pr15{padding-right:15px;} .pr20{padding-right:20px;} .pr30{padding-right:30px;} .pr50{padding-right:50px;} .pr100{padding-right:100px;} //////////////////////////// 自定义属?//////////////////////////// /* 在线客服2 */ .Nav_r{display: inline-block; position:fixed; right: 0px; z-index: 9999;} .Nav_r ul{width:45px;} .Nav_r ul li{width:45px; height:45px; background-color: #111; margin-bottom: 1px; .transition(.3s); position: relative; overflow: hidden; cursor: pointer;} .Nav_r ul li i{display: block; width:45px; height:45px; color: #ffffff; font-size: 26px; line-height: 45px; text-align: center; position: absolute; top: 0; right: 0;} .Nav_r ul li p{opacity: 0; .transition(.3s); font-size: 14px;} .Nav_r ul li a{display: block; line-height: 45px; color:#fff; font-size:12px; text-align:left; padding-left: 10px;} .Nav_r ul li .img{width: 150px; height: 200px; bottom: -60px; left: -160px; opacity: 0; .transition(.5s); } .Nav_r ul li .img img{width:130px;height:130px; position:relative; top: 10px; left:10px;} .Nav_r ul li .img .title{width:150px; position: absolute; bottom: 42px; text-align: center; height: 18px; overflow: hidden; } .Nav_r ul li:hover{background: @main_color; width:160px; overflow: visible;} .Nav_r ul li.wxkf:hover{} .Nav_r ul li:hover p{opacity: 1;} .Nav_r ul li.code:hover{width: 45px;} .Nav_r ul li.code:hover .img{opacity: 1; bottom: -36px;} .Nav_r ul li.shangqiao{background: @main_color; overflow: visible;} .Nav_r ul li.shangqiao .img{opacity: 1; bottom: -36px;} //////////////////////////// header页头 //////////////////////////// //header .header{height: 107px;} .header .top{height: 30px; line-height: 30px; background: #f3f3f3;} .header .top p{color: #666;} .header .top p span{color: @main_color; margin-left: 10px;} .header .top ul{} .header .top ul li{float: left; color: #000;} .header .top ul li a{padding: 0 20px; color: #666;} .header .top ul li a:hover{color: @main_color;} .header .logo{width: 450px; height: 107px; overflow: hidden;} .header .logo img{width: 450px; height: 107px;} .header .r{width: 550px;} .header .r .tel{width: 550px; margin-top: 10px;} .header .r .tel i{display: block; width: 35px; height: 35px; background: url(../img/tel.png); margin: 5px 10px 0 350px;} .header .r .tel .tel_con{ font-size: 17px;} .header .r .nav{height: 40px; margin-top: 15px;} .header .r .nav ul li{float:left;font-size:14px; padding: 10px 10px; margin: 0 4px;} .header .r .nav ul li.on{background: @main_color; color: #fff;} .header .r .nav ul li.on a{color: #fff;} .header .r .nav ul li.on a:hover{color: #fff;} .header .r .nav ul li a:hover{color: #000;} .header .r .nav ul li:hover{background: @main_color;} .header .r .nav ul li:hover a{color: #fff;} //header end //banner @banner_width:1920px; @banner_height:640px; .banner{ width:100%; height:@banner_height; overflow:hidden; position:relative; min-width:1000px;} //如果要全屏请?banner的width?00% 如果要设置宽度请在bannerwidth改@banner_width .banner .hd{overflow:hidden;} .banner .hd ul{ overflow:hidden; zoom:1; float:left; position:absolute; left:50%; bottom:5px; z-index:1;} .banner .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 100px; margin: 0 2px} .banner .hd ul li.on{ background:@main_color; color:#fff; } .banner .bd{ position:relative; height:100%; z-index:0; left: 50%; margin-left: -@banner_width / 2; } .banner .bd li{ zoom:1; vertical-align:middle; width:@banner_width;} .banner .bd img{ width:@banner_width; height:@banner_height; display:block;} .banner .prev, .banner .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; } .banner .next{ left:auto; right:3%; background-position:8px 5px; } .banner .prev:hover, .banner .next:hover{ filter:alpha(opacity=100);opacity:1; } .banner .prevStop{ display:none; } .banner .nextStop{ display:none; } //banner end //搜索 .search{padding: 15px 0; border-bottom: 1px solid #ccc;} .search .key{font-size: 14px;} .search .key .con{width: 750px; line-height: 24px;} .search form{position: absolute; top: 50%; right: 0; width: 260px; height: 26px; border: 1px solid #ccc; border-radius: 5px;margin-top:-13px;} .search form .text{width: 220px; border: none; height: 26px; margin-left: 5px;} .search form .text:focus{outline:none;} .search form .submit{width: 17px; height: 26px; border: none; cursor: pointer; background: url(../images/go.png); float:right; margin-right: 10px;} .search .hotkey{line-height: 30px; margin-left: 10px;} //搜索 end //////////////////////////// header页头 //////////////////////////// //////////////////////////// footer页脚 //////////////////////////// //footer .link{} .link .hd{padding-bottom: 10px; border-bottom: 1px solid #CCC; } .link .hd ul li{float:left; padding: 10px 20px; cursor:pointer; color: #666} .link .hd ul li.on{background: @main_color; color: #fff} .link .bd{padding: 15px 0;} .link .bd a{color: #666; } .link .bd a:hover{color: @main_color;} .footer{min-width:1000px;} .footer_nav {background: #0b1226; padding: 20px 0; border-bottom: 1px solid #3E3E3E;} .footer_nav dl{float: left;margin-right: 16px;width: 210px;} .footer_nav dt{margin-bottom: 10px;color: #E0E0E0; font-size: 14px;} .footer_nav dd a, .link dd{font-size: 12px;line-height: 28px;color: #BDBDBD;} .footer_nav dd a:hover{text-decoration: underline;} .footer_nav .cont-us{margin-right: 0;width: 320px;} .footer_nav .cont-us dd{color: #E0E0E0;} .footer_copyright{background: #0b1226; padding: 10px 0; color: #FFF;} .footer_copyright p{padding: 5px 0;} .footer_copyright a{color: #FFF;} //footer end //////////////////////////// footer页脚 //////////////////////////// //////////////////////////// 首页 //////////////////////////// .imdex_title{text-align: center; font-size: 32px;} .imdex_title i{display: inline-block; width: 216px; height: 1px; background: #000; margin:0 10px 10px 10px;} .imdex_title h2{display: inline; color: #323232; font-size: 32px; font-weight: normal;} .imdex_title p{display: inline; color: #323232; font-size: 32px; font-weight: normal;} .imdex_title span{color: #848484; font-size: 28px;} //关于我们 .guanyuwomen{background: url(../img/box1_bj.jpg); width: 1000px; height: 566px; padding: 30px 0 0 0;} .guanyuwomen .gywm_content{} .guanyuwomen .gywm_content .tit{text-align: center; font-size: 26px; line-height: 70px; color: @main_color;} .guanyuwomen .gywm_content p{width: 845px; margin: 0 auto; text-align: center; line-height: 25px;} .guanyuwomen .gywm_content ul{width: 110%; margin: 60px 0 0 0;} .guanyuwomen .gywm_content ul li{width: 227px; height: 179px; float:left; margin-right: 30px;} .guanyuwomen .gywm_content ul li img{width: 227px; height: 179px;} //关于我们 end //服务流程 .fuwuliucheng{background: url(../img/box2_bj.jpg) no-repeat top; height: 190px; overflow: hidden;} .fuwuliucheng p{color: #fff; width: 607px; font-size: 14px; margin: 24px auto 0 auto; line-height: 24px;} //服务流程 end //装修案例 .zhuangxiuanli{padding: 30px 0;} .zhuangxiuanli>p{text-align: center; font-size: 14px; color: #848484; margin: 10px 0;} //.zhuangxiuanli ul{width: 110%; margin-top: 30px;} //.zhuangxiuanli ul li{float:left; width: 313px; height: 365px; position: relative; margin: 0 30px 30px 0; overflow: hidden;} //.zhuangxiuanli ul li img{width: 313px; height: 365px; //.transition(.5s); //} //.zhuangxiuanli ul li .tier{background: url(../img/box2_tier.png); width: 313px; height: 78px; position: absolute; bottom: 0px; //.transition(.5s); //} //.zhuangxiuanli ul li:nth-child(2) .tier{background: url(../img/box2_tier2.png);} //.zhuangxiuanli ul li:nth-child(3) .tier{background: url(../img/box2_tier3.png);} //.zhuangxiuanli ul li:nth-child(4) .tier{background: url(../img/box2_tier4.png);} //.zhuangxiuanli ul li:nth-child(5) .tier{background: url(../img/box2_tier5.png);} //.zhuangxiuanli ul li:nth-child(6) .tier{background: url(../img/box2_tier6.png);} //.zhuangxiuanli ul li .tier .l{width: 115px; text-align: center; line-height: 78px; font-size: 16px; color: #fff;} //.zhuangxiuanli ul li .tier .r{width: 333-135-10px;text-align: right; padding: 15px 10px 0 0} //.zhuangxiuanli ul li .tier .r h5{font-size: 18px;} //.zhuangxiuanli ul li .tier .r h6{font-size: 14px;} //.zhuangxiuanli ul li:hover .tier{bottom: -78px;} //.zhuangxiuanli ul li:hover img{transform: scale(1.1);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_t{width:100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_t ul {margin-top:0;text-align:center;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_t ul li{display:inline-block;width:150px;height:40px;line-height:40px;text-align:center;margin:0 20px;background:#f5f5f5;border-radius:10px;font-size:14px;color:#666;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_t ul li h3{display:block;width:100%;height:100%;font-weight:400;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_t ul li.on{background:@main_color;color:#fff;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b{margin-top:26px;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li{position:relative;float:left; width: 314px; height: 337px; position: relative; overflow: hidden;margin-left:29px;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li a{display:block;width:100%;height:100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li img{display:block;width:314px;height:337px;.transition(.5s);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(3n+1){margin-left:0;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(3)~li{margin-top:29px;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tier{width:314px;height:78px;position:absolute;bottom:0px;left:0px;.transition(.5s);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(1) .tier{background:url(../img/box2_tier.png);background-size:100% 100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(2) .tier{background:url(../img/box2_tier2.png);background-size:100% 100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(3) .tier{background:url(../img/box2_tier3.png);background-size:100% 100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(4) .tier{background:url(../img/box2_tier4.png);background-size:100% 100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:nth-of-type(5) .tier{background:url(../img/box2_tier5.png);background-size:100% 100%;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:last-child p{position:absolute;border:1px solid #fff;width:250px;height:250px;top:50%;left:50%;margin:-250/2px 0 0 -250/2px;text-align:center;line-height:250px;font-size:30px;color:#fff;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:last-child{background:rgba(0,0,0,.5);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tips{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);.transition(.5s);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tips .content{display:block;width:80%;height:197px;margin:70px auto 0;font-size:16px;color:#fff;line-height: 28px;text-align:justify;text-indent:2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tier .l{width: 115px; text-align: center; line-height: 78px; font-size: 16px; color: #fff;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tier .r{width:169px;text-align:right;height:78px;line-height:78px;padding-right:30px;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li .tier .r h5{font-size: 18px;color:#666;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:hover .tier{bottom: -78px;} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:hover img{transform: scale(1.1);} .zhuangxiuanli .zhuangxiuanli_b .zhuangxiuanli_b_b ul li:hover .tips{opacity:1;} //装修案例 end //优势 .youshi{padding: 30px 0;} .youshi ul{background: url(../img/box3_bj.jpg); width: 1000px; height: 418px; margin-top: 30px; position: relative;} .youshi ul li{position: absolute; top:20px;} .youshi ul li:nth-child(2){position: absolute; top:67px; right:30px;} .youshi ul li:nth-child(3){position: absolute; top:265px; left: 20px;} .youshi ul li:nth-child(4){position: absolute; top:290px; right: 20px;} .youshi ul li .tit{font-size: 20px; text-indent: 50px;} .youshi ul li p{width: 280px; line-height: 22px; margin-top: 15px;} //优势 end //设计? .shejishi{padding: 30px 0; overflow: hidden;} .shejishi>p{text-align: center; font-size: 14px; color: #848484; margin: 10px 0;} .shejishi ul{width: 110%; margin-top: 30px;} .shejishi ul li{float: left; width: 236px; height: 303+97px; position: relative; margin-right: 19px;} .shejishi ul li img{width: 236px; height: 303px;} .shejishi ul li .tier{background: url(../img/box3_tier-1.png);width: 236-10*2px; height: 96px; position: absolute; bottom: 97px; font-size: 18px; color: #fff; text-align: right; padding: 0 10px; .transition(1s); } .shejishi ul li .tier h4{ margin-top: 33px;} .shejishi ul li .tier h5{} .shejishi ul li .b{width: 236-5*2px; height: 97-10*2px; padding: 10px 5px; background: #fff; color: #fff; position: relative; .transition(1s); } .shejishi ul li .b span{position: absolute; bottom: 10px; right: 10px;} .shejishi ul li .b span a{color: #fff;font-size:14px;} .shejishi ul li .b span a:hover{color: #fff;} .shejishi ul li:hover .tier{background: url(../img/box3_tier-2.png);} .shejishi ul li:hover .b{background: #dba30a;} //设计?end //优秀作品 .zuopin{padding: 30px 0;} .zuopin>p{text-align: center; font-size: 14px; color: #848484; margin: 10px 0;} .zuopin .zuopin_m{margin-top:30px;} .zuopin .zuopin_m ul{text-align:center;} .zuopin .zuopin_m ul li{display:inline-block;width:140px;height:40px;text-align:center;line-height:40px;font-size:16px;margin:0 10px;} .zuopin .zuopin_m ul li.on{background:@main_color;color:#fff;} .zuopin .zuopin_b{overflow:hidden;margin-top:30px;} .zuopin .zuopin_b .list ul li{width:320px;margin-right:20px;} .zuopin .zuopin_b .list ul li img{display:block;width:100%;height:100%;} .zuopin .moreBtn{display:block;width:180px;height:40px;background:@main_color;color:#fff;text-align:center;font-size:16px;line-height:40px;margin:30px auto 0;} //优秀作品end //新闻 .news{padding: 30px 0;} .news .news_b{margin-top:30px;} .news .news_b .item{float:left;width:320px;margin-left:20px;box-shadow:1px 1px 10px rgba(0,0,0,.5);padding-bottom:10px;} .news .news_b .item:nth-of-type(1){margin-left:0;} .news .news_b .item .title{width:90%;height:40px;background:@main_color;margin:10px auto 0;color:#fff;font-size:20px;text-align:center;line-height:40px;font-weight:400;box-shadow:1px 1px 10px rgba(0,0,0,.5); } .news .news_b .item .list{width:90%;margin:0 auto;} .news .news_b .item .list li h4{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} .news .news_b .item .list li h4 a{.transition(.5s);font-size:14px;color:#333; font-weight: bold;} .news .news_b .item .list li .remark{.transition(.5s);font-size:14px;height:47px;overflow:hidden;line-height:24px;text-align:justify;color:#999;padding-top:4px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; } .news .news_b .item .list li .date{color: #666;font-size:12px;margin-top:4px;} .news .news_b .item .list li{margin-top: 15px;} .news .news_b .item .list li .tit{font-weight:400;} .news .news_b .item .list li:hover .tit a{color:@main_color;} //.news .news_b .item .list li:hover .remark{color:@main_color;} //新闻 end //////////////////////////// 首页 //////////////////////////// //////////////////////////// 内页 //////////////////////////// .fixed{position:fixed; top:0px; z-index:10;} //内页banner //内页banner end //内页_左导? .about_content_shu_left{width: 225px; } .about_content_shu_left_title{height: 52px;line-height: 52px;width: 100%;background: @main_color; } .about_content_shu_left div.title{height: 52px;line-height: 52px;color: #fff;margin-left: 20px; font-weight: normal;} .about_content_shu_left div.title a{color: #FFF; font-size: 14px;} .about_content_shu_left div.title a:hover{color: #FFF;} .about_content_shu_left div.title a span{font-size: 14px;} .about_content_shu_left_ul{background: #fff;} .about_content_shu_left_ul li.nLi{line-height: 43px;_height: 43px;border-bottom: 1px solid #ccc;border-left: 1px solid #CCC;border-right: 1px solid #CCC;position: relative;} .about_content_shu_left_ul li.nLi .f a{margin-left: 20px;} .about_content_shu_left_ul li.nLi em{margin-right: 10px; margin-top: 6px; display:block; width:40px; height:32px; background:url(../images/icoAdd.png) 16px 12px no-repeat; cursor:pointer;} .about_content_shu_left_ul .sub{display: none;} .about_content_shu_left_ul .sub li{border: 0px; } .about_content_shu_left_ul .sub li a{margin-left: 40px;} //服务热线 .about_content_shu_left_contact ul li a .picwrap .tips{.transition(.5s);opacity:0;} .about_content_shu_left_contact ul li:hover a .picwrap .tips{opacity:1;} .about_content_shu_left_contact{overflow: hidden; background: #fff; padding: 10px 20px; border: 1px solid #ccc; border-top: 2px solid @main_color; margin: 20px 0 0 0;} .about_content_shu_left_contact .leftNav_tel{line-height: 50px; font-size: 18px; color: #7e7d7c;} .about_content_shu_left_contact_bd{font-size: 22px; color: @main_color; font-weight: normal; font-family: "微软雅黑";} //服务热线 end .floatNav .current{color:@main_color;} //内页_左导? //内页_头部 .part_head{width:100%; height:40px; line-height:40px; border-bottom:1px solid #e1e1e1; overflow:hidden;} .part_head h3{float:left;font-size:20px;color:#000; color: @main_color; font-weight: normal;} .part_head i{color: #333; font-size: 18px; margin-right: 5px;} //内页_头部 end //详情描述的头? .details{margin: 20px 0 0 0;} .details .sector_head{width:100%;height:41px; background: #f6f6f6; border-bottom: 1px solid #e5e5e5;} .details .sector_head ul{} .details .sector_head ul li{position: relative; float:left; border: 1px solid #e5e5e5; font-size:16px;height:40px;line-height:40px; font-weight: normal; padding: 0 20px; cursor:pointer;} .details .sector_head ul li.on{border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #fff; background: #fff; color: @main_color;} .details .sector_head ul li.on i{display: inline-block; width: 100%; height: 2px; background: @main_color; position: absolute;top:-1px; left:0px;} //公用的详? .sector_content{width:@page_right_width - 40px - 2px; border:1px solid #e1e1e1; border-top:none; float:left;width:@page_right_width - 40px - 2px;padding:20px;overflow:hidden;} //新闻的详? .sector_content2{width:@page_right_width - 40px - 2px; border-top:none; float:left; width:@page_right_width - 40px - 2px;padding:20px;overflow:hidden;} //详情描述的头?end //分页 .pages{display:block; padding:20px 0 10px 0;width:100%;text-align:center;} .pages a{display:inline-block;margin:0 3px;padding:0 8px;height:24px;line-height:24px;background:#f5f5f5; border:1px solid #e1e1e1;color:#545452} .pages a:hover{text-decoration:none; color:@main_color;} .pages span{display:inline-block;margin:0 3px;padding:0 8px;height:24px;line-height:24px;color:#545452;background:#f5f5f5; border:1px solid #e1e1e1;} .pages .current:hover{color:#FFF;} .pages .current{background: @main_color; } .pages .current{color: #FFF;} //分页 end //内页广告 .sector_hotline{float:left;width:710px; padding:20px 20px 20px 20px;line-height:36px;overflow:hidden;font-family:'Microsoft YaHei'; position: relative; background: @main_color;} .sector_hotline p{font-size:20px;color:#fff;} .sector_hotline a{position: absolute; bottom:20px; right:20px; padding:0 15px;height:36px; background:#fff; font-size: 16px; color: @main_color;} .sector_hotline a i{height:36px;line-height:36px; font-size: 18px; color: @main_color;} //内页广告 end //////// 产品?//////// //产品列表 @product_list_width:231px; @product_list_height:360px; ul.product_list{float:left;width:110%;overflow:hidden;} ul.product_list li{float:left; width:@product_list_width; margin:25px 25px 0 0;overflow:hidden;border: 1px solid #ededed; .transition(.5s) } ul.product_list li img{float:left; width:@product_list_width; height:@product_list_height;} ul.product_list li span.tit{width:233-10*2px; height: 52px; text-align:center; word-break: break-all; vertical-align:middle; display:table-cell; padding: 0 10px; .transition(.5s) } ul.product_list li:hover{border: 1px solid @main_color;} ul.product_list li a:hover{color: @main_color;} //产品列表 //产品详情 .product_show{float:left;width:100%; margin-top:20px;overflow:hidden;} .product_show .cros_gallery{float:left;width:350px;} //产品详情 //放大? /*图片小图预览列表 ?/ @fangdajingBottom_width:350px; @fangdajingBottom_height:350px; /*图片放大镜样?/ .jqzoom{float:left;border:none;position:relative;padding:0px;cursor:move;margin:0px;display:block;} .zoomdiv{z-index:100;position:absolute;top:0px;left:0px; width:100px; height:100px; background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;} .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);} .jqzoom img{width:@fangdajingBottom_width;height:@fangdajingBottom_height;} /*图片小图预览列表 ?/ .spec-preview{width:@fangdajingBottom_width;height:@fangdajingBottom_height;border:1px solid #DFDFDF;} .spec-scroll{clear:both;margin-top:10px;width:353px;} .spec-scroll .prev{float:left;margin-right:4px;} .spec-scroll .next{float:right;} .spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;} .spec-scroll .items{float:left;position:relative;width:320px;height:56px;overflow:hidden;} .spec-scroll .items ul{position:absolute;width:999999px;height:56px;} .spec-scroll .items ul li{float: left; width: 64.5px;text-align:center;} .spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;} .spec-scroll .items ul li img:hover{border:2px solid @main_color;padding:1px;} //放大? //右边信息 .product_show .info{float:right;width:370px;overflow:hidden;} .product_show .info h1{margin:5px 0;width:100%; height:30px;line-height:30px; font-size:18px; color: #666;} .product_show .info .keyword{} .product_show .info .keyword span{} .product_show .info .keyword a{font-size:12px; color:@main_color;} .product_show .info .product_info{width: 100%; font-size:14px; padding: 10px 0;} .product_show .info .product_info p{color: #999; padding: 2.5px 0;} .product_show .info .product_info p a{color: #999;} .product_show .info .product_info p a:hover{color: @main_color;} .product_show .info .product_info p span{color: #000;} .product_show .info .tel{width:100%;padding:10px 0;line-height:32px; font-size:16px; font-weight: normal;} .product_show .info .tel p{font-size:20px; color: @main_color;} .product_show .info .abtn{width:100%;padding:15px 0;overflow:hidden; border-top:1px dotted #e1e1e1; border-bottom:1px dotted #e1e1e1;} .product_show .info .abtn a{float:left;margin-right:10px;padding:8px 15px;font-size:14px; font-weight: normal; border:1px solid #e8e8e8;} .product_show .info .abtn a:hover{border:1px solid @main_color;} //右边信息end //产品详情在线留言 .page_feedback{border-bottom: 1px solid #e1e1e1;} .page_feedback .title{ font-size: 16px; height: 40px; line-height: 40px; font-weight: normal; color: @main_color; } //产品详情在线留言 end //////// 产品?//////// //////// 案例?//////// //案例列表 @case_list_width:231px; @case_list_height:150px; ul.case_list{float:left;width:110%;overflow:hidden;} ul.case_list li{float:left; width:@case_list_width; margin:25px 25px 0 0;overflow:hidden;border: 1px solid #ededed; .transition(.5s) } ul.case_list li img{float:left; width:@case_list_width; height:@case_list_height;} ul.case_list li span.tit{width:233-10*2px; height: 52px; text-align:center; word-break: break-all; vertical-align:middle; display:table-cell; padding: 0 10px; .transition(.5s) } ul.case_list li:hover{border: 1px solid @main_color;} ul.case_list li a:hover{color: @main_color;} //案例列表 //案例详情? @case_bigImg_height: 470px; .case_show{margin-top: 20px;} .case_show h1{width:100%;text-align:center;font:20px/2 'microsoft yahei';color:#000;overflow:hidden;} .case_show .info{width:100%; margin:10px 0; text-align:center; overflow:hidden;} .case_show .info span{display:inline-block; height:22px;overflow:hidden; margin-right: 10px;} .case_show .info span a{margin-top:0px;} .game163{ position: relative; padding: 4px; overflow: hidden;} .game163 .bigImg{} .game163 .bigImg li img{vertical-align:middle; width:100%; height:@case_bigImg_height; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;;} .game163 .bigImg h4{font-size: 14px; font-weight: normal; line-height: 40px; height: 40px; overflow: hidden;} .game163 .pageState{float:right; font-family: "Times New Roman", serif; letter-spacing: 1px;} .game163 .pageState span{ color: #f00; font-size: 16px;} @case_smallImg_width: 82px; @case_smallImg_height: 52px; .game163 .smallScroll{ height: @case_smallImg_height; margin-bottom: 6px; position: relative;} .game163 .smallScroll .sPrev , .game163 .smallScroll .sNext{position: absolute; top:50%;} .game163 .smallScroll .sPrev{left: 0; margin-top: -47/2px;} .game163 .smallScroll .sNext{right: 0; margin-top: -47/2px;} .game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 14px; height: 47px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3046px; } .game163 .sNext{ background-position: 0 -2698px;} .game163 .sPrev:hover{ background-position: 0 -3133px;} .game163 .sNext:hover{ background-position: 0 -2785px;} .game163 .smallImg{ float:left; margin: 0 25px; display:inline; width: 700px; overflow: hidden;} .game163 .smallImg ul{ height:@case_smallImg_height+3px; width: 9999px; overflow: hidden; } .game163 .smallImg li{ float: left; margin: 0 5px 0 0; width:@case_smallImg_width; cursor:pointer; display: inline; } .game163 .smallImg img{ border: 1px solid #dcdddd; width:@case_smallImg_width; height:@case_smallImg_height; } .game163 .smallImg .on img{ border-color: #1e50a2;} //案例详情? //////// 案例?//////// //////// 图片?//////// //图片列表 @pic_list_width:233px; @pic_list_height:233px; ul.pic_list{float:left;width:110%;overflow:hidden;} ul.pic_list li{float:left; width: @pic_list_width; margin:25px 25px 0 0; position:relative;overflow:hidden;} ul.pic_list li img{width: @pic_list_width; height: @pic_list_height;} ul.pic_list li .shade{position:absolute;z-index:1;left:0;top:0;width:100%;height: @pic_list_height;background: #000;cursor:pointer; .transition(1s); opacity:0; filter:alpha(opacity=0); } ul.pic_list li .shade_c{position:absolute;z-index:2;left:0;top:0; width: 100%; height: @pic_list_height; padding:100px 0;text-align:center;cursor:pointer; .transition(1s); opacity:0; filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */ } ul.pic_list li .shade_c a{display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center; vertical-align: middle;} ul.pic_list li .tit{float:left;width:100%;margin-top:5px;height:30px;line-height:30px;text-align:center; overflow:hidden;} ul.pic_list li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的浏览器 */ } ul.pic_list li:hover .shade_c{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */ } ul.pic_list li:hover .tit{color: @main_color;} //图片列表 //////// 图片?//////// //////// 视频?//////// //视频列表? @video_list_width:233px; @video_list_height:128px; ul.video_list{float:left;width:110%;overflow:hidden;} ul.video_list li{float:left; width: @video_list_width; margin:25px 25px 0 0; overflow:hidden; cursor: pointer;} ul.video_list li img{width: @video_list_width; height: @video_list_height;} ul.video_list li .pic{position: relative; width: @video_list_width; height: @video_list_height;} ul.video_list li .pic img{width: @video_list_width; height: @video_list_height;} ul.video_list li .pic .tier{width: @video_list_width; height: @video_list_height; background: rgba(0,0,0,.5); position: absolute; top:0; left: 0; text-align: center; overflow: hidden; .transition(1s); opacity:0; filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */ } ul.video_list li .pic .tier i{background: url(../images/open.png); width: 50px; height: 50px; display: inline-block; margin-top: 45px;} ul.video_list li .tit{width:100%; height:30px; line-height:30px; overflow:hidden; font-size: 13px; color: #555; white-space:nowrap; text-overflow:ellipsis;} ul.video_list li:hover .tier{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */ } ul.video_list li:hover .tit{color: @main_color;} //视频列表? //视频详情? .video_show{margin: 20px 0 0 0;} .video_show h1{font-size: 18px; font-weight: normal; margin: 0 0 10px 0; float:left;} .video_show .bdsharebuttonbox{float: left; margin: 0 0 0 10px;} .video_show p{margin: 10px 0 0 0;} //视频详情? //////// 视频?//////// //////// 新闻?//////// //新闻列表? .article_list{width:100%; padding:20px 0; border-bottom:1px dotted #e1e1e1; overflow:hidden;} .article_list .lt{float:left;width:50px;height:60px;padding:10px 0;border:1px solid #e1e1e1;overflow:hidden;} .article_list .lt span{float:left;width:100%;color:#bcbabb;height:20px;line-height:20px;text-align:center;font:16px/1.3 'Arial';font-weight:bold;overflow:hidden;} .article_list .lt span.y{font-size:14px;font-weight:normal;} .article_list .rt{float:left;width:88%;margin-left:15px;overflow:hidden;} .article_list .rt h3{float:left;width:100%; height:25px; line-height:25px; overflow:hidden;} .article_list .rt h3 strong a{font-size: 16px; font-weight: bold;} .article_list .rt .p{float:left;width:100%;color:#888;line-height:20px;height:40px;overflow:hidden;} .article_list .rt a.more{float:left; width: 80px; height:17px; line-height: 17px; padding: 0 5px; font-size:12px; background:#d5d5d5;color:#fff;overflow:hidden; width: 80px;} .article_list .rt a.more i{float: right; font-size: 12px; color: #fff;} //新闻列表? end //随机新闻 .page_news{margin-top: 20px;width: 183px; height: 270px; background: #fff; border: 1px solid #ccc;border: 1px solid #ccc; border-top: 2px solid @main_color; background: #fff;padding: 10px 20px;} .page_news .news_title{line-height: 50px; font-size: 16px; color: @main_color;} .page_news ul{} .page_news ul li{line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .page_news ul li a{font-size: 12px; color: #666; font-weight: normal; padding: 2.5px 0;} .page_news ul li i{display: inline-block; width: 20px; height: 20px; border-radius: 2px; background: @main_color; color: #fff; text-align: center; line-height: 20px; margin-right: 5px;} .page_news ul li a:hover{color: @main_color;} //随机新闻 end //新闻_标签 .page_tag{margin-top: 20px; overflow: hidden; width: 193px; padding: 10px 20px 10px 10px; border: 1px solid #ccc; border-top: 2px solid @main_color; background: #fff;} .page_tag .tag_title{line-height: 50px; font-size: 16px; color: @main_color;} .page_tag ul{width: 100%;} .page_tag ul a{display: block; float:left; padding: 5px 20px; background: @main_color; color: #fff; margin: 0 5px 5px 0;} //新闻_标签 end //新闻详情? .article_show{float:left;width:100%;padding: 20px 0;border-bottom:1px dotted #e1e1e1; overflow:hidden;} .article_show h1{width:100%;text-align:center;font:20px/2 'microsoft yahei';color:#000;overflow:hidden;} .article_show .info{width:100%; margin:10px 0; text-align:center; overflow:hidden;} .article_show .info span{display:inline-block; height:22px;overflow:hidden; margin-right: 10px;} .article_show .info span a{margin-top:0px;} //新闻详情?end //////// 新闻?//////// //////// 单页详情?//////// .danye{margin-top: 20px;} .danye h1{width:100%;text-align:center;font:20px/2 'microsoft yahei';color:#000;overflow:hidden;} .danye .info{width:100%; margin:10px 0; text-align:center; overflow:hidden;} .danye .info span{display:inline-block; height:22px;overflow:hidden; margin-right: 10px;} .danye .info span a{margin-top:0px;} //////// 单页详情?//////// //上下页面 .prev_next{float:left;width:100%;margin:20px 0;padding:20px 0;border-top:1px dotted #e1e1e1;border-bottom:1px dotted #e1e1e1;} .prev_next span h3{display: inline;} .prev_next span h3 a{color:#000; font-size: 12px; font-weight: normal;} .prev_next span h3 a:hover{color: @main_color;} //上下页面 end //////// 关于我们 //////// //标题 .about_head{float: left; width: 100%; height: 40px; line-height: 40px;border-bottom: 1px solid #e1e1e1; overflow: hidden;} .about_head h3{ color:@main_color; font-size: 20px; font-weight: normal;} //标题end //内容 .about_content{float: left; width: 708px; padding: 20px; overflow: hidden;} //内容 end //图片1 .about_pic ul{float:left;width:110%; padding:20px 0;} .about_pic ul li{float:left;width:231px;margin:0 25px 20px 0;position: relative; z-index: 0; cursor:pointer;overflow:hidden; } .about_pic ul li img{width:229px;height:157px;margin:0; border:1px solid #eee;} .about_pic ul li .shade{display:none;position:absolute;z-index:1;left:0;top:0;width:100%;height:157px;background: #000;opacity:0.7; filter:alpha(opacity=70);cursor:pointer;} .about_pic ul li .shade_c{display:none;position:absolute;z-index:2;left:0;top:-30px;width:100%;height:33px;padding:100px 0;cursor:pointer;text-align:center;} .about_pic ul li .shade_c a{display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center;} .about_pic ul li:hover .shade, .about_pic ul li:hover .shade_c{display:block;} .about_pic ul li:hover .tit{color: @main_color;} .about_pic ul li .tit{width:100%;margin-top:5px;height:30px;line-height:30px;text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} //图片1 //图片3 .about_pic3 ul{float:left;width:110%; padding:20px 0;} .about_pic3 ul li{float:left;width:231px;margin:0 25px 20px 0;position: relative; z-index: 0; cursor:pointer;overflow:hidden; } .about_pic3 ul li img{width:229px;height:229px;margin:0; border:1px solid #eee;} .about_pic3 ul li .tit{width:100%;margin-top:5px;height:30px;line-height:30px;text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .about_pic3 ul li:hover .tit{color: @main_color;} //图片3 //合作客户 .about_client{} .about_client ul{float:left; width: 110%; padding:20px 0; background:#fff;} .about_client ul li{width: 200px; height:150px; overflow: hidden; float: left; border-radius: 5px; margin:0 72px 20px 0; border:1px solid #e5e5e5; } .about_client ul li img{width: 200px; height:150px;} //合作客户 //证书 .about_cert{} .about_cert{float:left; width: 110%; padding:20px 0; background:#fff;} .about_cert li{float:left;width:160px;margin:0 38px 20px 0;position: relative; overflow:hidden;} .about_cert li img{width:154px;height:106px;border:1px solid #e5e5e5;} .about_cert li .shade{position:absolute;z-index:1;left:0;top:0;width:100%;height: 106px;background: #000;cursor:pointer; .transition(1s); opacity:0; filter:alpha(opacity=0); } .about_cert li .shade_c{position:absolute;z-index:2;left:0;top:-60px; width: 100%; height: 206px; padding:100px 0;text-align:center;cursor:pointer; .transition(1s); opacity:0; filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */ } .about_cert li .shade_c a{display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center; vertical-align: middle;} .about_cert li .tit{width:100%;margin-top:5px;height:30px;line-height:30px;text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .about_cert li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的浏览器 */ } .about_cert li:hover .shade_c{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */ } .about_cert li:hover .tit{color: @main_color;} //证书 //////// 关于我们 //////// //搜索页面 .search_no_data{float:left;width:100%;margin:120px 0;text-align:center;} .search_no_data h1{font-size:18px; color:@main_color;} .search_no_data span{display:block;width:100%;color:#888888;} .search_no_data span.cn{font-size:18px;height:25px;line-height:25px;} //搜索页面 end //留言页面 .feedback{float:left;width:100%;padding:20px 0;overflow:hidden;} .feedback h6{font-size: 14px; font-weight: normal; padding: 0 0 10px 0; color:#F00;} .feedback table td{padding:7px 0;color:#6b6b6b;text-align:left;} .feedback table td var{color:#f00;padding-right:5px;} .feedback table td .input{width:200px;height:25px;line-height:25px;border-left:2px solid #eee;border-top:2px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee;} .feedback table td .textarea{width:@page_right_width - 6px;height:200px;border:1px solid #eee;} .feedback_btn{float:left;padding:8px 15px;margin-left:10px;border:none; background: @main_color; color: #fff;} //留言页面 end //////// 联系我们 //////// .contact{padding: 20px 10px;} .contact h3{font-size: 20px;} .contact p{font-size: 16px; margin: 10px 0 0 0;} //////// 联系我们 end //////// //网站地图 .sitemap h3{font-size: 20px;} ul.maps{float:left; width:98%;padding:0px 1%;} ul.maps li{float:left;margin:10px;line-height:25px; overflow:hidden} ul.maps li .first{float:left; width:100%;height:25px; font-weight:bold} ul.maps li .list{float:left;width:96%; border:1px solid #e4e4e4; padding:10px;} ul.maps li .list a,ul.map li .list span{display:inline-block; margin-right:10px;} ul.maps li .list span{padding:0 5px;} ul.maps li a{color:#1f1a17;} ul.maps li.t0{font-weight:bold;width:100%;padding:0;font-size:14px;} //网站地图 end //////////////////////////// 内页 //////////////////////////// .iconfont { font-family:"iconfont" !important; font-size:24px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; color: #7e7d7c; }