@charset "utf-8"; @font-face { font-family: 'iconfont'; /* project id 191356 */ src: url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.eot'); src: url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.woff2') format('woff2'), url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.woff') format('woff'), url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.ttf') format('truetype'), url('http://at.alicdn.com/t/font_191356_zfw0x6uzqwl.svg#iconfont') format('svg'); }////////////////////////////// 自定義屬性 ////////////////////////////// //顏色 @main_color: #db241a; @main_color2: #008FFF; @main_color3: #FFF; //顏色 end //過渡 .transition(@s:.75s){ transition: @s; -ms-transition: @s; -moz-transition: @s; -webkit-transition: @s; -o-transition: @s; } //過渡 end //旋轉 .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 */ } //旋轉 end //旋轉 - 上下移動 .transform_translateY(@px:10px){ transform: translateY(@px); -ms-transform: translateY(@px); -moz-transform: translateY(@px); -o-transform: translateY(@px); } //旋轉 - 上下移動 end //旋轉 - 3D旋轉 .transform_rotateY(@deg:360deg){ transform:rotateY(@deg); -ms-transform: rotateY(@deg); -moz-transform: rotateY(@deg); -o-transform: rotateY(@deg); } //旋轉 - 3D旋轉 end //放大 .transform_scale(@s:1.0){ transform: scale(@s); -ms-transform: scale(@s); -moz-transform: scale(@s); -webkit-transform: scale(@s); -o-transform: scale(@s); } //放大 end//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 重置樣式 end.min_width{min-width: 1200px;} .centered{width: 1200px; margin: 0 auto;}//公共寬度 頭和尾巴 .centered_index{width: 1200px; margin: 0 auto;}//首頁 .index_centered{width: 1200px; margin: 0 auto;}//首頁 .centered_page{width: 1200px; margin: 0 auto;}//內頁 .page_centered{width: 1200px; margin: 0 auto;}//內頁 @page_right_width:950px; .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;} //清除浮動 end //定位 .fl{float: left;} .fr{float: right;} .pr{position: relative;} .pa{position: absolute;} .vh{visibility: hidden;} .dn{display: none;} .oh{overflow: hidden;} //定位 end //外邊距 .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;} //外邊距 end //內邊距 .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;} //內邊距 end ////////////////////////////// 自定義屬性 ///////////////////////////////* 在線客服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;}////////////////////////////// 分享share ////////////////////////////// .all_share{width: 125px; position: fixed; top: 25%; left: -125px; z-index: 999; box-shadow:2px 0 3px rgba(0,0,0,0.25);} .all_share .bdsharebuttonbox{} .all_share .bdsharebuttonbox .title1{width: 24px; height: 88-22px; border-radius: 0 10px 10px 0; background: @main_color; position: absolute; top: 0; right: -24px; color: #fff; font-size: 14px; text-align: center; padding: 22px 0 0 0} .all_share .bdsharebuttonbox .title2{width: 125-10*2px; height: 25px; font-size: 14px; padding: 0 10px; background: #f6f6f6; color: #626262; line-height: 25px;} .all_share .bdsharebuttonbox ul{background: #fff;} .all_share .bdsharebuttonbox ul li{width: 100px; height: 14px; padding: 5px 10px; margin: 10px auto;} .all_share .bdsharebuttonbox a{display: block; margin: 0; padding: 0 0 0 25px;} .all_share .bdsharebuttonbox a:hover{color: @main_color;} ////////////////////////////// 分享share end ////////////////////////////// ////////////////////////////// header頁頭 ////////////////////////////// //header .header{} .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 .nav ul li{float:left; padding: 15px 0;transition: all 0.3s; text-align: center;} .header .nav ul li a{color:#fff;font-size: 16px;} .header .nav ul li.on{background-color: @main_color;}.header .bottom .logo_box{height: 100px;} .header .bottom .logo_box .logo{position: relative;top: 6.5px;} .header .bottom .logo_box .phones{position:relative;top:20px;} .header .bottom .logo_box .phones i{display: block;width: 62px;height: 62px;background: url('../../upload/sys/pc/phones.png') no-repeat center;margin-right:10px;margin-top: 8px;} .header .bottom .logo_box .t span{font-size: 24px;color: #333;} .header .bottom .logo_box .t p{font-size: 36px;font-weight: bold;color: @main_color;} .header .nav{background: #333;} //header end ////////////////////////////// header頁頭 ////////////////////////////// ////////////////////////////// footer頁腳 ////////////////////////////// //footer .link{position: relative;} .link .link_qq{position: absolute; right: 0;} .link .hd{padding-bottom: 10px; border-bottom: 1px solid #CCC; } .link .hd ul li{float:left; width: 89px; height: 37px; line-height: 37px; text-align: center; cursor:pointer; color: #666;} .link .hd ul li.on{background: @main_color; color: #fff} .link .bd{padding: 15px 0;} .link .bd a{display: inline-block; color: #666; padding: 0 10px 10px 10px;} .link .bd a:hover{color: @main_color;}.footer .top{background: url('../../upload/sys/pc/footer/bg.png') no-repeat center;height: 300px;} .footer .top .l{text-align: center; width: 520px; margin-top: 30px;} .footer .top .l>strong{font-size: 18px; color: #fff; } .footer .top .l>form{margin-top: 30px;} .footer .top .l>form p input[type = "text"]{width: 44%;margin: 0px 0 30px;background: none; border: 1px solid #fff; line-height: 38px;color: #fff;outline: none;padding-left: 6px;} .footer .top .l>form p textarea{outline: none;width: 98%;border: 1px solid #fff;background: none;max-width: 98%;padding-left:6px;line-height: 36px;color: #fff; margin-bottom: 30px;} .footer input::-webkit-input-placeholder, .footer textarea::-webkit-input-placeholder {color: #fff;} .footer input:-moz-placeholder, .footer textarea:-moz-placeholder {color:#fff;} .footer input::-moz-placeholder, .footer textarea::-moz-placeholder {color:#fff;} .footer input:-ms-input-placeholder, .footer textarea:-ms-input-placeholder {color:#fff;} .footer .top .l>form p input[type = 'submit']{width: 100%;line-height: 40px;background-color: @main_color;color: #fff;border: none;} .footer .top .l>form .tips2{color: red;height: 18px;margin-top: 5px;} .footer .top .r{width: 520px; margin-top: 30px;} .footer .top .r p{font-size: 16px; color: #fff;vertical-align: bottom;height: 24px;} .footer .top .r p i{display: inline-block;width: 21px;height: 24px;background: url('../../upload/sys/pc/footer/man.png') no-repeat center;vertical-align: bottom;margin-right: 10px;} .footer .top .r p:nth-child(2){margin-top: 10px;} .footer .top .r .code{margin-top: 85px;} .footer .top .r .code .c_b{display: inline-block;margin-right:30px;width: 140px;height: 20px;border: 1px solid #fff;text-align:center;padding-top: 30px;} .footer .top .r .code .c_b i{display: block;width: 80px; height: 80px;top: -55px;left: 50%;transform: translateX(-50%);} .footer .top .r .code .c_b span{color: #fff;} .footer .top .r strong{font-size: 24px;color: #fff;} .footer_copyright{background: #000; padding: 10px 0; color: #FFF;} .footer_copyright p{padding: 5px 0;} .footer_copyright a{color: #FFF;} //footer end ////////////////////////////// footer頁腳 ////////////////////////////////////////////////////////// 首頁 //////////////////////////// //banner @banner_width:1920px; @banner_height:600px; .banner{ width:100%; height:@banner_height; overflow:hidden; position:relative;} //如果要全屏請在.banner的width改100% 如果要設置寬度請在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; filter:alpha(opacity=0);opacity:0; .transition(.5s);} .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=0);opacity:0; .transition(.5s);} .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:hover .hd ul{filter:alpha(opacity=100);opacity:1;} .banner:hover .prev{filter:alpha(opacity=100);opacity:1;} .banner:hover .next{filter:alpha(opacity=100);opacity:1;} //banner end // banner2 .banner2{width:100%; height:@banner_height; overflow:hidden; position:relative;} .banner2 .pics_wrap{position:relative; height:600px; left: 50%; margin-left: -@banner_width / 2;} // banner2 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;} .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 //pro star .index_title{text-align:left;} .index_title>div{display: inline-block;} .index_title .r{display: inline-block;} .index_title .l strong a{font-size:60px;color:@main_color;} .index_title .r div strong a{font-size: 24px;color: #333;} .index_title .r div span{font-size: 24px;color: @main_color;font-weight: normal;} .index_title .r div span a{font-size: 18px;color: #333;} .index_title .r>strong a{font-size: 18px;color: @main_color;}.index_title .l strong{font-size:60px;color:@main_color;} .index_title .r div strong{font-size: 24px;color: #333;} .index_title .r div span{font-size: 24px;color: @main_color;font-weight: normal;} .index_title .r div span{font-size: 18px;color: #333;} .index_title .r>strong{font-size: 18px;color: @main_color;}.index_title .r div .tit{font-size: 24px;color: #333; display: inline;} .index_title .r div .tit a{font-size: 24px;color: #333;}.index_pro .index_title .l strong a{position: relative;bottom:6px;} .index_pro{padding:70px 0px;} .index_pro .cont{text-align: right;} .index_pro .cont>a{display: inline-block;width:114px;line-height: 36px;color: #fff;font-size: 18px;font-weight: bold;background-color: @main_color;text-align: center;margin:10px 0;position:relative;bottom: 64px;}.index_pro .cont>ul li{display:inline-block;text-align: center;margin-right: 25px;-moz-box-shadow:2px 2px 10px #999999; -webkit-box-shadow:2px 2px 10px #999999; box-shadow:2px 2px 10px #999999;} .index_pro .cont>ul li:last-child{margin-right: 0px;} .index_pro .cont>ul li .p{width: 280px;height: 337px;overflow: hidden;} .index_pro .cont>ul li .p img{width: 280px;height: 337px;transition: all 0.7s;} .index_pro .cont>ul li img:hover{transform: scale(1.1);} .index_pro .cont>ul li h5{font-size: 16px;background-color: #999999;line-height: 40px;font-weight: normal;} .index_pro .cont>ul li h5 a{color: #fff;transition: all 0.3s;} .index_pro .cont>ul li:hover h5 a{color: @main_color;} //pro end // select star .index_select .index_title{text-align:left;} .index_select .index_title .l strong a{font-size:60px;position:relative;top:8px;} .index_select .index_title .r strong:nth-of-type(2) a{font-size:24px;} .index_select{padding-top: 30px;padding-bottom: 100px;} .index_select .c{margin-top: 10px;} .index_select .c>p{width: 820px;font-size: 18px;color: #666;margin-bottom: 20px;transition: all 0.3s;} .index_select .c>p:hover{color: @main_color;} .index_select .c>strong{font-size: 20px; color: #333; padding-left: 10px; position: relative;} .index_select .c>strong:before{display: block; content: ''; height: 25px; width: 4px; background: @main_color; position: absolute;left: 0px; top: 0px;}.index_select .c ul{margin-top: 30px;} .index_select .c ul li{width: 170px; display: inline-block;margin-right: 35px;overflow:hidden;} .index_select .c ul li:last-child{margin-right: 0px;} .index_select .c ul li img{width: 170px; height: 170px; border-radius: 50%;} .index_select .c ul li>p{font-size: 16px;color: #333;text-align: center;margin-top: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;} .index_select .c ul li .t{width: 170px; height: 170px; top: 0px; left: 0px; border-radius: 50%; background-color: rgba(51,51,51,0.7); display: none; animation-duration: 0.5s;transition-timing-function: ease-in-out;} .index_select .c ul li .t p{margin:60px auto 0px; font-size: 14px; color: #fff;padding: 0px 30px;line-height: 24px;height: 72px;text-align: center; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;} .index_select .c ul li:hover .t{display: block;} // select end // case star .index_case .c{margin-top: 20px;} .index_case .c ul li{width: 230px;display: inline-block;} .index_case .c ul li .p{width: 230px;height: 260px;} .index_case .c ul li img{width: 230px;height: 260px;-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.81); -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.81); box-shadow:1px 1px 4px rgba(0,0,0,0.81);} .index_case .c ul li p{text-align: center;font-size: 16px;color: #333;margin-top: 10px;} .index_case .c ul li .p .hidden{width: 100%;height: 100%;background: rgba(0,0,0,0.7);top:0px;left: 0px;opacity: 0;transition: all 0.5s;} .index_case .c ul li:hover .p .hidden{opacity: 1;} .index_case .c ul li .p .hidden i{display: none;width: 100%;height: 41px;background: url('../../upload/sys/pc/case/go.png') no-repeat center;margin-top: 109.5px;position: relative;} .index_case .c ul li:hover .p .hidden i{display:block;} .index_case .c ul li .p .hidden:before{content: '';display:block;width: 85px;height: 1px;background: #fff;position: absolute;transform-origin: 100% 100%;transform: rotate(48.5deg);top: 105px;left: 10px;} .index_case .c ul li .p .hidden:after{content: '';display:block;width: 85px;height: 1px;background: #fff;position: absolute;transform-origin: 0% 0%;transform: rotate(48.5deg);bottom: 97px;right: 5px;} // case end // ban star .index_ban{height: 300px;margin-top: 50px;margin-bottom: 70px;-moz-box-shadow:2px 2px 10px #999999; -webkit-box-shadow:2px 2px 10px #999999; box-shadow:2px 2px 10px #999999;} .index_ban .t{padding-top:66px;} .index_ban .t p{font-size: 21px;color: #fff;margin-bottom: 30px;} .index_ban .t p:nth-child(2){background: @main_color;line-height: 38px;width: 440px;} .index_ban .t p i{display: inline-block;width: 24px;height: 38px;margin: 0px 15px;background: url('../../upload/sys/pc/ban/right.png') no-repeat center;vertical-align: bottom;} .index_ban .t span{font-size: 24px;color: #fff;line-height: 24px;} .index_ban .t span strong{font-size: 36px;color: #fff;font-weight: normal;} // ban end // abo star .index_abo{background-color: #333;padding-top: 75px;padding-bottom: 70px;} .index_abo .index_title .r>strong{color: @main_color;} .index_abo .index_title .r div h3{color:#fff;} .index_abo .index_title .r div span{color:#fff;} .index_abo .c{} .index_abo .c .bd ul li img{width: 600px; height: 320px;} .index_abo .c .bd .left{width: 540px;} .index_abo .c .bd .left>p{margin-top: 20px;color: #fff;font-size: 14px;line-height: 24px;width: 37em;} .index_abo .c .bd .left>a{display:inline-block;width: 100px;line-height: 36px;color: #fff; text-align: center;background-color: @main_color;margin-top: 40px;} .index_abo .c .hd{margin: 110px 0 50px;} .index_abo .c .hd ul li{width: 196px;text-align: center;margin: 0px -45px;} .index_abo .c .hd ul li:first-child{margin-left: 0px;width: 150px;} .index_abo .c .hd ul li i{display: inline-block;width: 10px;height: 10px;background-color: #fff;vertical-align: bottom;transform: rotate(45deg);margin: 10px auto;} .index_abo .c .hd ul li p{font-size: 14px;color: #fff;} .index_abo .c .hd ul li.on i{background-color: @main_color;} .index_abo .c .hd ul li.on p a{color: @main_color;} .index_abo .c .hd ul li p{position:absolute;width:100%;} .index_abo .c .hd ul li p:nth-child(2){color: @main_color;} .index_abo .c .hd ul li:nth-child(odd) p:first-child{top: -40px;} .index_abo .c .hd ul li:nth-child(odd) p:nth-child(2){top: -18px;}.index_abo .c .hd ul li:nth-child(even) p:first-child{bottom: -40px;} .index_abo .c .hd ul li:nth-child(even) p:nth-child(2){bottom: -18px;} .index_abo .c .hd:before{content: '';display: block;width: 100%;height: 2px;background: #fff;position: absolute;top: 15px;} .index_abo .c .control a{display: inline-block;width: 40px;height: 40px;background: none;margin: 0px 5px;transition: all 0.5s;position: absolute;bottom: 0px;} .index_abo .c .control a:hover{background: @main_color;} .index_abo .c .control a i{display: block;width: 40px;height: 40px;} .index_abo .c .control a.prev i{background: url('../../upload/sys/pc/abo/prev.png') no-repeat center;} .index_abo .c .control a.prev{right: 70px;} .index_abo .c .control a.next{right: 20px;} .index_abo .c .control a.next i{background: url('../../upload/sys/pc/abo/next.png') no-repeat center;} .index_abo .bottom {background: #fff;padding: 8px 0px;margin-top: 60px;} .index_abo .bottom .box{margin: 0px 10px;background-color: #fff;padding: 8px 11px;border: 1px solid #aaa;} .index_abo .bottom .box .bd .tempWrap{width: 100% !important;} .index_abo .bottom .box .bd ul li{margin:0px 15px;} .index_abo .bottom .box .bd ul li img{width: 240px;height: 150px;} // abo end // advan star .index_advan{height: 700px;} .index_advan .left .l strong{color:#fff;} .index_advan .left .r strong{color:#fff;} .index_advan .left .r span{color:#fff;} .index_advan .left .r span{color:#fff;} .index_advan .index_title .r div .tit a{color:#fff;} .index_advan{padding-top: 80px;} .index_advan .right{position: relative;top: 115px;} .index_advan .right .a_detail{text-align: center;} .index_advan .right .a_detail img{width: 370px;height: 260px;-moz-box-shadow:1px 1px 10px rgba(6,0,1,0.75); -webkit-box-shadow:1px 1px 10px rgba(6,0,1,0.75); box-shadow:1px 1px 10px rgba(6,0,1,0.75);} .index_advan .right .t i{display: block;height: 11px;background: url('../../upload/sys/pc/advan/ico.png') no-repeat center;margin: 40px 0px 30px;} .index_advan .right .t span{color:@main_color;font-size: 18px;} .index_advan .right .t p{font-size: 14px;color: #666;line-height: 24px;} .index_advan .right .t p:nth-of-type(1){margin: 15px 0;} .index_advan .right .list{width: 780px;} .index_advan .left{width: 650px;height: 682px;background: @main_color;top: 0px;left: 0px;padding-left: 50px;z-index: 0;} .index_advan .right .list li{margin-right: 20px;overflow: hidden;-moz-box-shadow:1px 1px 10px rgba(6,0,1,0.75); -webkit-box-shadow:1px 1px 10px rgba(6,0,1,0.75); box-shadow:1px 1px 10px rgba(6,0,1,0.75);} .index_advan .right .list li:hover img{transform: scale(1.05);} .index_advan .right .list li img{width: 370px;vertical-align: bottom;transition: all 0.5s;} .index_advan .right .list li:nth-child(1) img{height: 520px;} .index_advan .right .list li:nth-child(2){margin-bottom: 20px;} .index_advan .right .list li:nth-child(2) img{height: 260px;} .index_advan .right .list li:nth-child(3) img{height: 240px;} .index_advan .right .list li .text{bottom: -152px;width: 100%;text-align: center;background-color: rgba(0,0,0,0.8);padding-bottom: 40px;transition: all 0.5s;} .index_advan .right .list li .text i{display: block;height: 30px;width: 100%;background: url('../../upload/sys/pc/advan/ico.png') no-repeat center;} .index_advan .right .list li .text p{color:#fff;font-size: 16px;margin-top: 40px;padding: 0px 12px;line-height: 24px;height: 72px;overflow: hidden;} .index_advan .right .list li:hover .text{bottom: 0px;} // advan end // news .shadowBox{-moz-box-shadow:0px 1px 8px #666; -webkit-box-shadow:0px 1px 8px #666; box-shadow:0px 1px 8px #666;} .index_news{padding-top:50px; padding-bottom: 35px;} .news_box{margin-top: 40px;} .news_box>div{width:350px;height:400px;} .news_box>.news_detail{width:380px;margin-right:60px;position: relative;} .news_detail>.news_img{width:380px;height:230px;overflow:hidden;margin-bottom:20px;} .news_detail>.news_img>img{transition: all .7s;width: 380px;height: 230px;} .news_img:hover>img{transform: scale(1.1);} .news_detail>h4{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: normal;} .news_detail>h4>a{font-size: 16px;line-height:30px;padding-left:20px;color: #333;} .news_detail>p{font-size:14px;line-height:24px;height:72px;color:#666;margin-top:8px;padding-left:20px;padding-right:30px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;} .news_detail>a{font-size:18px;line-height:18px;color:#fff;position: absolute;bottom:0px;right:0px;} .news_detail>a:before{display:block;content:"";width:0px;height:0px;border-left:18px solid @main_color;border-right:18px solid transparent;border-top:18px solid transparent;border-bottom:18px solid transparent;transform:rotate(45deg);position:absolute;bottom:-18px;right:-18px;z-index:-1;} .list_box{} .news_title{height:60px;border-left:2px solid @main_color;margin-bottom:20px;padding-left:20px;} .news_title p a{font-size:24px;line-height:30px;color:#333;} .news_title span a{font-size:18px;line-height:30px;color:#333;}.list_content{padding:24px 30px 0;transition: .3s;} .list_content .dash_line{width:270px;border-bottom:1px dashed #a4a4a4;margin-top:24px;} .list_content .left{width:80px;} .list_content .left span{font-size:72px;line-height:70px;color:#999;position:relative;right:6px;} .list_content .left p{font-size:18px;color:#999;margin-top:10px;} .list_content:nth-child(2) .dash_line{border-bottom:none;} .list_content .right{width:200px;} .list_content .right>h4>a{display:block;font-size:16px;color: #333;line-height:28px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: normal;} .list_content .right p{font-size:14px;color: #666;height:84px;line-height: 28px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;} .list_content:hover{background-color: @main_color;color:#fff;} .list_content:hover p {color: #fff;} .list_content:hover p a{color:#fff;} .list_content:hover h4>a{color:#fff;} .list_content:hover .left span{color:#fff;} .index_news .list_box:last-child{float: right;} // news end //////////////////////////// 首頁 //////////////////////////////////////////////////////// 內頁 //////////////////////////// //全站_底部廣告 .all_gg{width: 100%; height: 78px; position: fixed; z-index: 100; bottom: 0; color: #fff; line-height: 78px; text-align: center; font-size: 24px; overflow: hidden;} .all_gg .content{width: 100%; height: 78px; background: rgba(0,0,0,.8);} .all_gg .content p{} .all_gg .content p span{padding: 0 10px;} .all_gg i{width: 70px; height: 78px; display: inline-block; position: absolute; right: 0; top: 0; font-size: 40px; color: #fff; cursor: pointer; .transition(1s);} .all_gg i:hover{.transform_rotate(360deg);} .all_gg2{position: fixed; z-index: 100; left: -200px; bottom: 0; cursor: pointer;} .all_gg2 img{width: 200px; height: 78px;} .all_gg2 a.btn{display: block; width: 24px; height: 14px; position: absolute; bottom: 0;right: 0; z-index: 101;} //全站_底部廣告 end .fixed{position:fixed; top:0px; z-index:10;} //內頁banner//內頁banner end //內頁欄目介紹 .page_intro{padding: 20px; border-bottom: 1px solid #ccc;} //內頁欄目介紹 end//內頁_左導航 .about_content_shu_left{width: 225px;}.about_content_shu_left_title{width: 225-1*2px; height: 80px; line-height: 52px; border: 1px solid #ccc; position: relative;} //圖片 .about_content_shu_left_title>i.i1{width: 197px; height: 43px; display: inline-block; background: @main_color; position: absolute; top:10px; top: 17px; left: -16px;} .about_content_shu_left_title>i.i2{width: 30px; height: 60px; display: inline-block; background:#fff; position: absolute; transform: rotate(28deg); top: 17px; right: 26px;} .about_content_shu_left_title>i.i3{width: 15px; height: 9px; background-color:darken(@main_color,20%); position: absolute; top: 60px; left: -16px;} .about_content_shu_left_title>i.i4{width: 17px; height: 10px; background:#fff; transform:rotate(34deg); position: absolute; top: 63px; left: -20px;} //圖片 end .about_content_shu_left div.title{_background: url(../images/page_nav/nav.png); width: 197px; height: 51px; position: absolute; top: 17px; left: -16px;} .about_content_shu_left div.title a{display: block; width: 148px; height: 43px; color: #FFF; font-size: 16px; line-height: 43px; padding-left: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .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; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .about_content_shu_left_ul li.nLi .f a{margin-left: 20px; font-size: 12px; display: block; height: 43px; width: 145px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .about_content_shu_left_ul li.nLi .f a i{opacity: 0; filter:Alpha(opacity=0); width: 4px; height: 43px; background: @main_color; position: absolute; top: 0; left: 0; display: inline-block; .transition(.5s);} .about_content_shu_left_ul li.nLi .f a:hover i{opacity: 1; filter:Alpha(opacity=100);} .about_content_shu_left_ul li.nLi .f a.current i{opacity: 1; filter:Alpha(opacity=100);} .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; position: relative;} .about_content_shu_left_ul .sub li a{margin-left: 40px; font-size: 12px; display: block; height: 43px; width: 145px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .about_content_shu_left_ul .sub li a i{opacity: 0; filter:Alpha(opacity=0); width: 4px; height: 43px; background: @main_color; position: absolute; top: 0; left: 0; display: inline-block; .transition(.5s);} .about_content_shu_left_ul .sub li a:hover i{opacity: 1; filter:Alpha(opacity=100);} .about_content_shu_left_ul .sub li a.current i{opacity: 1; filter:Alpha(opacity=100);} // 內頁_左導航標題 .page_title{height: 40px; border-bottom: 1px solid #ccc; overflow: hidden; background: #f8f8f8;} .page_title .icon{width: 40px; height: 40px; border-right: 1px solid #ccc; text-align: center; line-height: 40px;} .page_title .icon i{font-size: 20px; color: @main_color;} .page_title .title2{line-height: 40px;} .page_title .title2 span{font-size: 14px; padding-left: 10px; color: #333;} // 內頁_左導航標題 end //服務熱線 .about_content_shu_left_contact{margin-top: 20px; width: 225px; background: #fff; border: 1px solid #ccc;} .about_content_shu_left_contact .leftNav_tel i{font-size: 20px; position: absolute; top: 2px; left: 0; color: @main_color;} .about_content_shu_left_contact .leftNav_tel span{padding-left: 35px; font-size: 16px; color: @main_color;} .about_content_shu_left_contact .tel{} .about_content_shu_left_contact .tel ul{padding: 10px 20px} .about_content_shu_left_contact .tel ul li{font-size: 14px; color: @main_color; font-weight: normal; padding: 2.5px 0;} //服務熱線 end //推薦隨機新聞 .page_news{margin-top: 20px;width: 225px; background: #fff; border: 1px solid #ccc;} .page_news ul{padding: 10px 20px} .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;width: 225px; background: #fff; border: 1px solid #ccc;} .page_tag .tag_title{line-height: 50px; font-size: 16px; color: @main_color;} .page_tag ul{padding: 10px 20px} .page_tag ul a{display: block; float:left; padding: 5px 20px; background: @main_color; color: #fff; margin: 0 5px 5px 0;} //關鍵詞 end .floatNav .current{color:@main_color;} //內頁_左導航 end //內頁_頭部 麵包屑導航 .page_breadcrumb{width:100%; height:40px; line-height:40px; border-bottom:1px solid #e1e1e1; overflow:hidden;} .page_breadcrumb h1{font-size: 20px; font-weight: normal; color: @main_color;} .page_breadcrumb ul{display: inline;} .page_breadcrumb ul li{display: inline;} .page_breadcrumb ul li i{color: #333; font-size: 18px; margin-right: 5px;} //內頁_頭部 麵包屑導航 end //詳情描述的頭部 .detail{margin: 10px 0 0 0;} .detail .sector_head{width:100%;height:41px; background: #f6f6f6; border-bottom: 1px solid #e5e5e5;} .detail .sector_head ul{} .detail .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;} .detail .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;} .detail .sector_head ul li.on i{display: inline-block; width: 100%; height: 2px; background: @main_color; position: absolute;top:-1px; left:0px;} //詳情描述的頭部 end //公用的詳情 .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; word-break: break-all;} //新聞的詳情 .sector_content2{width:@page_right_width - 40px - 2px; border-top:none; float:left; width:@page_right_width - 40px - 2px;padding:20px;overflow:hidden; word-break: break-all;} //詳情描述的頭部 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: @page_right_width - 40px; padding:20px 20px 20px 20px;line-height:36px;overflow:hidden; position: relative; background: @main_color; border-radius: 10px;} .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:220.5px; ul.product_list{float:left;width:110%;overflow:hidden;} ul.product_list li{float:left; width:@product_list_width; margin:20px 20px 0 0;overflow:hidden;border: 1px solid #ededed;.transition(.5s);} ul.product_list li img{width: 100%;} ul.product_list li span.tit{display: block; width:@product_list_width - 10*2px; padding: 0 10px; height: 50px; line-height: 50px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; .transition(.5s);} ul.product_list li span.tit a{.transition(.5s);} ul.product_list li:hover{border: 1px solid @main_color;} ul.product_list li:hover a{color: @main_color;} ul.product_list li a:hover{color: @main_color;}ul.product_list li .hot{width: 100px; height: 30px; line-height: 30px; background: @main_color; position: absolute; top: 10px; left: -26px; z-index:100; color: #fff; text-align: center; font-size: 12px; .transform_rotate(-45deg); }ul.product_list li .ceng{opacity: 0; filter:Alpha(opacity=0); .transition(.5s); bottom: 0; font-size: 12px; line-height: 20px; height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; background: rgba(0,0,0,.8); color: #fff; width: 92%; padding: 5px 5%;} ul.product_list li:hover .ceng{opacity: 1; filter:Alpha(opacity=100);} //產品列表 end //產品詳情頁 @fangdajingBottom_width: 450px; //放大鏡 .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 - 1px * 2px; border: 1px solid #ccc;} //放大鏡 end //圖片小圖列表 .spec-preview{width:@fangdajingBottom_width; border:1px solid #DFDFDF;} .spec-scroll{clear:both; margin-top:10px; width: @fangdajingBottom_width;} .spec-scroll .prev{float:left; margin-right:2px;} .spec-scroll .next{float:right;} .spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋體";text-align:center; width:10px; border:1px solid #ccc; background:#EBEBEB; cursor:pointer; text-decoration:none;} .spec-scroll .items{float:left;position:relative; width:420px; overflow:hidden;} .spec-scroll .items ul{position:absolute; width:999999px;} .spec-scroll .items ul li{float: left; width: 84.5px;text-align:center;} .spec-scroll .items ul li img{border:1px solid #CCC; padding:2px; width:70px;} .spec-scroll .items ul li img:hover{border:1px solid @main_color;} //圖片小圖列表 end .product_show{float:left; width:100%; _height: 416px; margin-top:20px; overflow:hidden;} .product_show .cros_gallery{float:left;width: @fangdajingBottom_width;} //右邊信息 .product_show .info{float:right;width:470px;} .product_show .info h1{margin:5px 0;width:100%; height:30px; line-height:30px; font-size:18px; color: #333; font-weight: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .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 .product_info p.intro{line-height: 24px; overflow: hidden;} .product_show .info .tel{width:100%;padding:10px 0 0 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//隨機推薦產品 .page_product{margin-top: 20px;} .page_product .title{height: 40px; font-size: 16px; color: @main_color; line-height: 40px; border-bottom: 1px solid #e1e1e1; font-weight: normal;} //隨機推薦產品 end //產品詳情頁 end //////// 產品頁 //////// //////// 案例頁 //////// //案例列表 @case_list_width: 220.5px; ul.case_list{float:left;width:110%;overflow:hidden;} ul.case_list li{float:left; width:@case_list_width; margin:20px 20px 0 0; overflow:hidden; border: 1px solid #ededed; .transition(.5s);} ul.case_list li img{width: 100%;} ul.case_list li span.tit{display: block; width:@case_list_width - 10*2px; padding: 0 10px; height: 50px; line-height: 50px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; .transition(.5s);} ul.case_list li span.tit a{.transition(.5s);} ul.case_list li:hover{border: 1px solid @main_color;} ul.case_list li:hover a{color: @main_color;} ul.case_list li a:hover{color: @main_color;}ul.case_list li .ceng{opacity: 0; filter:Alpha(opacity=0); .transition(.5s); bottom: 0; font-size: 12px; line-height: 20px; height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; background: rgba(0,0,0,.8); color: #fff; width: 92%; padding: 5px 5%;} ul.case_list li:hover .ceng{opacity: 1; filter:Alpha(opacity=100);} //案例列表 end //案例詳情頁 @case_bigImg_height: 470px; .case_show{margin-top: 20px;} .case_show h1{width:100%;text-align:center; font-size: 20px; color:#333; font-weight: normal; overflow:hidden;} .case_show .info{width:100%; margin:10px 0; text-align:center; overflow:hidden; color: #666;} .case_show .info span{display:inline-block; height: 16px; overflow:hidden; margin-right: 10px; color: #333;} .case_show .info span a{margin-top:0px; color: #666;} .case_show .info span a:hover{color: @main_color;}.game163{ position: relative; padding: 4px; overflow: hidden;} .case_show .game163 .prev , .case_show .game163 .next{font-size: 40px; position: absolute; top: 0;} .case_show .game163 .prev{left: 0;} .case_show .game163 .next{right: 0; .transform_rotate(180deg);} .game163 .bigImg{} .game163 .bigImg li{text-align: center;} .game163 .bigImg li img{vertical-align:middle; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;;} .case_show .game163 .bigImg .jianjie{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: @main_color; font-size: 16px;}@case_smallImg_width: 82px; @case_smallImg_height: 82px; .game163 .smallScroll{ height: @case_smallImg_height; margin-bottom: 6px; position: relative;} .game163 .smallScroll .sPrev , .game163 .smallScroll .sNext{position: absolute; top: 19px;} .game163 .smallScroll .sPrev{left: 0; margin-top: -47/2px;} .game163 .smallScroll .sNext{right: 0; margin-top: -47/2px;} .case_show .game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 17px; height: 92px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3922px;} .case_show .game163 .sNext{ background-position: 0 -3394px;} .game163 .sPrev:hover{ background-position: 0 -4186px;} .game163 .sNext:hover{ background-position: 0 -3658px;} .game163 .smallImg{ float:left; margin: 0 28.5px; display:inline; width: 900px; 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; height: @case_smallImg_height; border: 1px solid #dcdddd; overflow: hidden; text-align: center; line-height: @case_smallImg_height;} .game163 .smallImg img{vertical-align: middle;} .game163 .smallImg li.on{border-color: @main_color;} //案例詳情頁 //案例詳情頁2 @case_detail2_bigImg_width: 750px; @case_detail2_bigImg_height: 470px; .case_detail2{margin-top: 20px;} .case_detail2 h1{width:100%;text-align:center; font-size: 20px; color:#333; font-weight: normal; overflow:hidden;} .case_detail2 .info{width:100%; margin:10px 0; text-align:center; overflow:hidden; color: #666;} .case_detail2 .info span{display:inline-block; height: 16px; overflow:hidden; margin-right: 10px; color: #333;} .case_detail2 .info span a{margin-top:0px; color: #666;} .case_detail2 .info span a:hover{color: @main_color;}.case_detail2 .game163{ position: relative; padding: 4px; overflow: hidden;} .case_detail2 .game163 .bigImg{} .case_detail2 .game163 .bigImg figure{margin: 0; padding: 0;} .case_detail2 .game163 .bigImg li{text-align: center;} .case_detail2 .game163 .bigImg li img{vertical-align:middle; border-radius: 10px; box-shadow: 1px 1px 5px #ccc; width: @case_detail2_bigImg_width; height: @case_detail2_bigImg_height;} .case_detail2 .game163 .bigImg h4{font-size: 14px; font-weight: normal; line-height: 40px; height: 40px; overflow: hidden;} .case_detail2 .game163 .pageState{float:right; font-family: "Times New Roman", serif; letter-spacing: 1px;} .case_detail2 .game163 .pageState span{ color: @main_color; font-size: 16px;}@case_smallImg_width: 82px; @case_smallImg_height: 82px; .case_detail2 .game163 .smallScroll{ height: @case_smallImg_height; margin-bottom: 6px; position: relative;} .case_detail2 .game163 .smallScroll .sPrev , .game163 .smallScroll .sNext{position: absolute; top: 19px;} .case_detail2 .game163 .smallScroll .sPrev{left: 0; margin-top: -47/2px;} .case_detail2 .game163 .smallScroll .sNext{right: 0; margin-top: -47/2px;} .case_detail2 .game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 17px; height: 92px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3922px;} .case_detail2 .game163 .sNext{ background-position: 0 -3394px;} .case_detail2 .game163 .sPrev:hover{ background-position: 0 -4186px;} .case_detail2 .game163 .sNext:hover{ background-position: 0 -3658px;} .case_detail2 .game163 .smallImg{ float:left; margin: 0 28.5px; display:inline; width: 900px; overflow: hidden;} .case_detail2 .game163 .smallImg ul{ height:@case_smallImg_height+3px; width: 9999px; overflow: hidden; }.case_detail2 .game163 .smallImg figure{float: left; margin: 0 5px 0 0; display: list-item; width:@case_smallImg_width; height: @case_smallImg_height; border: 1px solid #dcdddd; overflow: hidden; text-align: center; line-height: @case_smallImg_height; background: #fff;} .case_detail2 .game163 .smallImg figure img{vertical-align: middle;} .case_detail2 .game163 .smallImg figure.on{border-color: @main_color;} //案例詳情頁2 end //////// 案例頁 //////// //////// 圖片頁 //////// //圖片列表 @pic_list_width: 220.5px; @pic_list_height:233px; ul.pic_list{float:left;width:110%;overflow:hidden;} ul.pic_list li{float:left; width: @pic_list_width; margin:20px 20px 0 0; overflow:hidden;} ul.pic_list li .pic{width: @pic_list_width; position:relative;} ul.pic_list li .pic img{width: 100%;} ul.pic_list li .pic .shade{position:absolute; z-index:1; left:0;top:0; width:100%; height: 100%; background: #000; cursor:pointer; .transition(1s); opacity:0; filter:alpha(opacity=0);} ul.pic_list li .pic .shade_a{position:absolute; z-index:2; top: 50%; left: 50%; display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center; margin: -33/2px 0 0 -33/2px; .transition(1s); opacity:0; filter:alpha(opacity=0);}ul.pic_list li .tit{display: block; width:100%; height:30px;line-height:30px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} ul.pic_list li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的瀏覽器 */ } ul.pic_list li:hover .shade_a{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的瀏覽器 */ } ul.pic_list li:hover .tit{color: @main_color;} //圖片列表 //////// 圖片頁 //////// //////// 視頻頁 //////// //視頻列表頁 @video_list_width: 222.5px; ul.video_list{float:left;width:110%;overflow:hidden;} ul.video_list li{float:left; width: @video_list_width; margin:20px 20px 0 0; overflow:hidden; cursor: pointer;} ul.video_list li .pic{position: relative; width: @video_list_width;} ul.video_list li .pic img{width: 100%;} ul.video_list li .pic .tier{width: 100%; height: 100%; 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; position: absolute; top: 50%; left: 50%; margin: -50/2px 0 0 -50/2px;}ul.video_list li .tit{width:100%; height:30px; line-height:30px; font-size: 13px; color: #555; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} 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 10px 10px 0; float:left; height: 28px; line-height: 28px;} .video_show p{margin: 10px 0 0 0;} //視頻詳情頁 //////// 視頻頁 //////// //////// 單頁詳情頁 //////// .danye{padding: 20px 0; border-bottom: 1px dotted #ccc;} .danye h1{width:100%;text-align:center; font-size: 20px; color: #333; overflow:hidden; font-weight: normal;} .danye .info{width:100%; margin:10px 0; text-align:center; overflow:hidden; color: #666;} .danye .info span{display:inline-block; height: 16px; overflow:hidden; margin-right: 10px; color: #333;} .danye .info span a{margin-top:0px; color: #666;} .danye .info span a:hover{color: @main_color;} //////// 單頁詳情頁 //////// //////// 新聞頁 //////// //新聞列表頁 .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; color: #333; font-weight: bold;} .article_list .rt .p{float:left;width:100%; color:#888; line-height: 18px; 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:hover .rt a.more{background: @main_color;} .article_list .rt a.more i{float: right; font-size: 12px; color: #fff;} //新聞列表頁 end //新聞列表頁2 .article_list2{width:100%; padding:20px 10px; border-bottom:1px dotted #e1e1e1; overflow:hidden;} .article_list2 .lt{float:left; width: 150-1*2px;height: 115-1*2px; border:1px solid #e1e1e1;overflow:hidden;} .article_list2 .lt img{width: 150-1*2px;height: 115-1*2px;} .article_list2 .rt{float:right; width: 780px; height: 113px; overflow:hidden;} .article_list2 .rt h3{width:100%; height:25px; line-height:25px; overflow:hidden; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .article_list2 .rt h3 strong a{font-size: 16px; color: #333; } .article_list2 .rt h3 strong a:hover{color: @main_color;} .article_list2 .rt p{height: 27px; margin-top: 5px; color: #666; line-height: 22px; font-size: 14px;} .article_list2 .rt .p{float:left;width:100%; color:#888;line-height:20px; height: 54px; overflow:hidden; font-size: 14px; line-height: 26px;} //新聞列表頁2 end //新聞列表頁3 .article_list3{width:950-20px; padding:20px 10px; border-bottom:1px dotted #e1e1e1; overflow:hidden;} .article_list3 .lt{float:left; width: 200px;height: 150px; position: relative; overflow: hidden;} .article_list3 .lt span{position: absolute; top: 0; left: 0; padding: 0 10px; line-height: 28px;color: #fff; z-index: 10;} .article_list3 .lt .span1{background: @main_color; color: #fff; z-index: 10; opacity: .7;} .article_list3 .lt .span2{color: #fff; z-index: 11;} .article_list3 .lt img{width: 200px;height: 150px; .transition(.5s);} .article_list3 .lt:hover img{.transform_scale(1.1);} .article_list3 .rt{float:right; width: 710px; height: 150px; overflow:hidden;} .article_list3 .rt h3{width:100%; height:25px; line-height:25px; overflow:hidden; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .article_list3 .rt h3 strong a{font-size: 16px; color: #333;} .article_list3 .rt h3 strong a:hover{color: @main_color;} .article_list3 .rt .p{margin: 10px 0 0 0; width:100%; color:#666; height: 75px; overflow:hidden; font-size: 14px; line-height: 26px;} .article_list3 .rt p{margin-top: 20px; color: #999; line-height: 22px; font-size: 14px;} //新聞列表頁3 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:#333; font-weight: normal; overflow:hidden;} .article_show .info{width:100%; margin:10px 0; text-align:center; overflow:hidden; color: #666;} .article_show .info span{display:inline-block; height: 16px;overflow:hidden; margin-right: 10px; color: #333;} .article_show .info span a{margin-top:0px; color: #666;} .article_show .info span a:hover{color: @main_color;} //新聞詳情頁的尾部關鍵詞 .page_keyword{font-size: 14px; margin: 20px 0 0 0;} .page_keyword span{} .page_keyword a{font-size: 14px;} //新聞詳情頁 end //////// 新聞頁 //////////上下頁麵 .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{float:left;color:#000;width:40%;height:20px;line-height:20px;overflow:hidden;} .prev_next span a{color:#000;} .prev_next span a:hover{color: @main_color;} .prev_next .back{line-height: 20px;} //上下頁麵 end//////// 關於我們 //////// .part{margin-top: 40px;} //標題 .about_head{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;} .about_head h3 a{color:@main_color; font-size: 20px; font-weight: normal;} //標題end //內容 .about_content{float: left; width: @page_right_width - 40px; padding: 20px; overflow: hidden;} //內容 end //圖片1 @about_pic1_li_width: 220.5px; .about_pic1{width: 110%; background:#fff;} .about_pic1 li{float:left; width: @about_pic1_li_width; margin:20px 20px 0 0; position: relative; overflow: hidden;} .about_pic1 li .pic{width: @about_pic1_li_width; position:relative;} .about_pic1 li .pic img{width: 100%;} .about_pic1 li .pic .shade{position:absolute; z-index:1; left:0;top:0; width:100%; height: 100%; background: #000; cursor:pointer; .transition(1s); opacity:0; filter:alpha(opacity=0);} .about_pic1 li .pic .shade_a{position:absolute; z-index:2; top: 50%; left: 50%; display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center; margin: -33/2px 0 0 -33/2px; .transition(1s); opacity:0; filter:alpha(opacity=0);}.about_pic1 li .tit{display: block; width:100%; height:30px;line-height:30px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .about_pic1 li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的瀏覽器 */ } .about_pic1 li:hover .shade_a{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的瀏覽器 */ } .about_pic1 li:hover .tit{color: @main_color;} //圖片1//圖片3 @about_pic3_li_width: 222px; .about_pic3 ul{width:110%; background:#fff;} .about_pic3 ul li{float: left; width: @about_pic3_li_width; margin:20px 20px 0 0; position: relative; z-index: 0;} .about_pic3 ul li img{width: 100%; border:1px solid #eee; cursor:pointer;} .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 end //合作客戶 @about_client_li_width: 220.5px; .about_client{} .about_client ul{width: 110%; background:#fff;} .about_client ul li{float: left; width: @about_client_li_width; margin:20px 20px 0 0; border:1px solid #e5e5e5; } .about_client ul li img{width: 100%;} //合作客戶 end //證書 @about_cert_li_width: 220.5px; ul.about_cert{} ul.about_cert{width: 110%; background:#fff;} ul.about_cert li{float:left; width: @about_cert_li_width; margin:20px 20px 0 0; position: relative;} ul.about_cert li .pic{width: @about_cert_li_width; position:relative;} ul.about_cert li .pic img{width: 100%;} ul.about_cert li .pic .shade{position:absolute; z-index:1; left:0;top:0; width:100%; height: 100%; background: #000; cursor:pointer; .transition(1s); opacity:0; filter:alpha(opacity=0);} ul.about_cert li .pic .shade_a{position:absolute; z-index:2; top: 50%; left: 50%; display:inline-block;width:33px;height:33px;background:url(../images/zzc.png) no-repeat left center; margin: -33/2px 0 0 -33/2px; .transition(1s); opacity:0; filter:alpha(opacity=0);}ul.about_cert li .tit{display: block; width:100%; height:30px;line-height:30px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} ul.about_cert li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的瀏覽器 */ } ul.about_cert li:hover .shade_a{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的瀏覽器 */ } ul.about_cert li:hover .tit{color: @main_color;} //證書 end //////// 關於我們 //////////搜索頁麵 .search_no_data{float:left;width:100%;margin:120px 0;text-align:center;} .search_no_data p{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 .remark{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; }