@charset "utf-8"; //颜色 @main_color: #0080FF; @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 重置样式 end .min_width{min-width: 1200px;} .centered{width: 1200px; margin: 0 auto;}//公共宽度 头和尾巴 .centered_index{width: 1200px; margin: 0 auto;}//首页 .centered_page{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;} //定位 .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;} //长度高度 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;} .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;} ////////////////////////////// 自定义属性 ////////////////////////////// ////////////////////////////// 在线客服online ////////////////////////////// /* 在线客服 */ .all_online{width: 170px; position:fixed; top:25%; right:-170px; z-index:999;} .all_online .left{position: absolute; top: 0; left: -50px; width: 50px; height: 150px; background-color: @main_color; overflow: hidden; text-align: center; word-break: break-all; .transition(1s);} .all_online .left>i{font-size: 40px; color: #fff;} .all_online .left .kefu_title{height:100px; width: 30px; font-size: 18px; line-height: 22px; display: inline-block; color: #fff;} .all_online .left ul{position: relative;} .all_online .left ul li{height: 47.5px;} .all_online .left ul li a{} .all_online .left ul li a i{display: block; position: absolute; width: 50px; height: 50px; font-size: 30px; color: #fff; line-height: 50px; left: 0; .transition(1s);} .all_online .left ul li a p{display: block; position: absolute; left: 50px; width: 50-5*2px; height: 50-5*2px; font-size: 15px; padding: 5px; line-height: 18px; color: #fff; .transition(1s); } .all_online .left ul li:hover i{left: -50px;} .all_online .left ul li:hover p{left: 0;} .all_online .right_box{width:170px; background:#fff;} .all_online .right_box .floatDtt{width:100%;height:45px;line-height:45px; background:@main_color;color:#fff;font-size:18px;text-indent:22px;position:relative;} .all_online .right_box .right_qq{padding:0 14px;} .all_online .right_box .right_qq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px; overflow: hidden;} .all_online .right_box .right_text{font-size: 16px; color:#333; padding:10px 14px 8px 14px;} .all_online .right_box .right_tel{padding:0 0 15px 10px;} .all_online .right_box .right_tel ul li{font-size: 14px; color: @main_color; margin-left: 3px;} .all_online .right_box .right_tel img{display:block;} .all_online .right_box .right_bg{width:100%;height:20px;background:url(../images/online/online_botbg.jpg) no-repeat; box-shadow:-2px 0 3px rgba(0,0,0,0.25);} .all_online .right_shadow{background:#fff; box-shadow:-2px 0 3px rgba(0,0,0,0.25);} .all_online .online_erweima{text-align:center;padding:10px 0 5px 0;background:#EBEBEB;} .all_online .online_erweima .hd{} .all_online .online_erweima .hd ul{text-align: center;} .all_online .online_erweima .hd ul li{display: inline-block; width: 30px; height: 30px; padding: 0 5px 5px 5px; } .all_online .online_erweima .hd ul li i{cursor: default; color: #999;} /* 在线客服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;} ////////////////////////////// header页头 ////////////////////////////// //header .header{} .header .top{height: 30px; line-height: 30px; background: rgb(243,243,243); } .header .top p{color: #666;} .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: 10px 25px;} .header .nav ul li a{ font-size:16px; } .header .nav ul li.on{ background:#3185ee; } .header .nav ul li.on a{color:#fff;} .header .nav>.nav-t{ width:1200px;height:89px;margin:0 auto;margin-top:4px; } .header .nav>.nav-t>a:nth-of-type(1){ float:left; } .header .nav>.nav-t>.phone{ width:180px;height:89px;float:right;position:relative; } .header .nav>.nav-t>.phone>img{ position:absolute;bottom:0;left:0; } .header .nav>.nav-t>.phone>p{ text-align:right;font-size:18px; } .header .nav>.nav-t>.phone>p:nth-of-type(1){ margin-top:45px;padding-right:35px; } .header{ border-bottom:2px solid #3185ee; } .header .nav>ul{ margin-top:6px; } //header end ////////////////////////////// header页头 ////////////////////////////// /*商标注册部分开始*/ .index_title{ width:1200px;margin:0 auto;text-align:center; } .index_title>.tit{ font-size:36px; } .index_title>.tit>a{ color:#05438c; } .index_title>.tit{ font-size:36px; } .index_title>.tit>span{ color:#05438c; } .index_title>p{ font-size:24px;color:#cbcbcb; } .sbzc{ width:1200px;margin:0 auto;margin-top:81px; } .sbzc .sbzc_b{ width:1200px;height:;margin:0 auto;height:80px;margin-top:50px; } .sbzc .sbzc_b>li{ float:left;width:191px;height:80px;margin-left:10px; } .sbzc .sbzc_b>li:nth-of-type(1){ background:url('/upload/sys/pc/sbzc/1.png') no-repeat;margin-left:0px; } .sbzc .sbzc_b>li:nth-of-type(1)~li{ background:url('/upload/sys/pc/sbzc/2.png') no-repeat; } .sbzc .sbzc_b>li>p{ font-size:24px;color:#fff;margin-top:18px;text-align:center; } /*商标注册部分结束*/ /*关于商专部分开始*/ .gy{ width:1200px;margin:0 auto;margin-top:80px; } .gy-m{ width:1200px;height:425px;margin:0 auto;margin-top:30px; } .gy-m img{ float:left;box-shadow:1px 6px 16px #404040; } .gy-m .content{ position:relative;float:right;width:542px;height:425px;font-size:14px; } .gy-m .content>p{ text-indent:2em;color:#666;line-height:26px; } .gy-m .content>a{ position:absolute;display:block;width:150px;height:50px;border:1px solid #2b93fd;line-height:50px;text-align:center;color:#2b93fd;bottom:0;right:0; } .gy-b{ width:1200px;margin:0 auto;height:528px;margin-top:54px; } .gy-b>li{ box-shadow:1px 8px 16px #404040;position:relative;float:left;width:330px;height:240px;margin-left:105px;overflow:hidden; } .gy-b>li>.mark{ transition:all .2s linear;width:330px;height:86px;position:absolute;bottom:-86px;left:0px;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:18px;line-height:86px; } .gy-b>li:nth-of-type(3)~li{ margin-top:40px; } .gy-b>li:nth-of-type(1){ margin-left:0; } .gy-b>li:nth-of-type(4){ margin-left:0; } .gy-b>li>img{ width:100%;height:100%; } .gy-b>li:hover .mark{ bottom:0px; } /*关于商专部分结束*/ /*商标、专利、及其他知识产权服务部分开始*/ .fw{ width:1200px;margin:0 auto;margin-top:80px; } .fw .fw-b{ width:1200px;margin:0 auto;height:650px;margin-top:30px; } .fw .fw-b>li{ box-shadow:0px 6px 20px #000;float:left;width:250px;height:300px;margin-left:61px;text-align:center;border:2px solid #3185ee; } .fw .fw-b>li:nth-of-type(1){ margin-left:0px; } .fw .fw-b>li:nth-of-type(5){ margin-left:0px; } .fw .fw-b>li:nth-of-type(4)~li{ margin-top:40px; } .fw .fw-b>li>a>img{ margin-top:32px; } .fw .fw-b>li>a h5{ font-size:36px;color:#3185ee;margin-top:16px; } .fw .fw-b>li>a>p{ display:block;width:211px;height:89px;margin:0 auto;text-align:justify;font-size:14px;color:#3185ee;margin-top:10px; } .fw .fw-b>li:nth-of-type(8)>a>p{ text-align:center;font-size:48px;margin-top:-10px; } @-webkit-keyframes wobble-rotate { 16.65% { -webkit-transform:rotate(8deg); transform:rotate(8deg); } 33.3% { -webkit-transform:rotate(-6deg); transform: rotate(-6deg); } 49.95% { -webkit-transform:rotate(4deg); transform:rotate(4deg); } 66.6% { -webkit-transform:rotate(-2deg); transform:rotate(-2deg); } 83.25% { -webkit-transform:rotate(1deg); transform:rotate(1deg); } 100% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } } @keyframes wobble-rotate { 16.65% { -webkit-transform:rotate(8deg); -ms-transform:rotate(8deg); transform:rotate(8deg); } 33.3% { -webkit-transform:rotate(-6deg); -ms-transform:rotate(-6deg); transform:rotate(-6deg); } 49.95% { -webkit-transform:rotate(4deg); -ms-transform:rotate(4deg); transform:rotate(4deg); } 66.6% { -webkit-transform:rotate(-2deg); -ms-transform:rotate(-2deg); transform:rotate(-2deg); } 83.25% { -webkit-transform:rotate(1deg); -ms-transform:rotate(1deg); transform:rotate(1deg); } 100% { -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); } } .wobble-rotate { display: inline-block; -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .lc:hover { -webkit-animation-name: wobble-rotate; animation-name: wobble-rotate; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /*商标、专利、及其他知识产权服务部分结束*/ /*优势部分开始*/ .ys{ width:1200px;margin:0 auto;margin-top:80px; } .ys-b{ width:1200px;height:404px;margin:0 auto;margin-top:75px; } .ys-b>li{ background:#509eff;float:left;margin-left:6px;text-align:center;transition:all .2s linear; } .ys-b>li:nth-of-type(1){ margin-left:0px } .ys-b>li:nth-of-type(odd){ width:238px;height:403px; } .ys-b>li:nth-of-type(even){ width:230px;height:387px;margin-top:8px; } .ys-b>li>p{ display:block;width:169px;margin:0 auto;text-align:center;font-size:16px;font-weight:800;color:#fff;line-height:24px; } .ys-b>li:nth-of-type(1)>p{ width:140px;padding:38px 0px; } .ys-b>li:nth-of-type(2)>p{ padding:56px 0px; } .ys-b>li:nth-of-type(3)>p{ padding:50px 0px; } .ys-b>li:nth-of-type(4)>p{ padding:56px 0px; } .ys-b>li:nth-of-type(5)>p{ padding:60px 0px; } .ys-b>li>img{ box-reflect: below -2px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.8)); -webkit-box-reflect: below -2px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.8)); -moz-box-reflect: below -2px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.8)); -ms-box-reflect: below -2px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.8)); -o-box-reflect: below -2px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.8)); } .ys-b>li:hover{ box-shadow:1px 1px 10px #000; } @-webkit-keyframes wobble-vertical { 16.65% { -webkit-transform: translateY(8px); transform: translateY(8px); } 33.3% { -webkit-transform: translateY(-6px); transform: translateY(-6px); } 49.95% { -webkit-transform: translateY(4px); transform: translateY(4px); } 66.6% { -webkit-transform: translateY(-2px); transform: translateY(-2px); } 83.25% { -webkit-transform: translateY(1px); transform: translateY(1px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes wobble-vertical { 16.65% { -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); } 33.3% { -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); } 49.95% { -webkit-transform: translateY(4px); -ms-transform: translateY(4px); transform: translateY(4px); } 66.6% { -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); } 83.25% { -webkit-transform: translateY(1px); -ms-transform: translateY(1px); transform: translateY(1px); } 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } .wobble-vertical { display: inline-block; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .wobble-vertical:hover { -webkit-animation-name: wobble-vertical; animation-name: wobble-vertical; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /*优势部分结束*/ /*gg部分开始*/ .gg-bg{ width:100%;height:400px;margin-top:125px; } .gg-bg .gg{ width:1200px;height:400px;margin:0 auto;text-align:center;color:#fff;font-size:48px; } .gg-bg .gg .title{ padding-top:105px; } /*gg部分结束*/ /*典型案例部分开始*/ .case{ width:1200px;margin:0 auto;margin-top:76px; } .case-b{ width:1200px;height:228px;margin:0 auto;margin-top:44px; } .case-b>li{ float:left;margin-left:30px; } .case-b>li:nth-of-type(1){ margin-left:0px; } .case-b>li div>img{ width:380px;height:200px;transition:all .2s linear; } .case-b>li p{ text-align:center;color:#2b93fd;font-size:14px;padding-top:10px; } .case-b>li div{ overflow:hidden;box-shadow:1px 1px 10px #989898; } .case-b>li:hover img{ transform:scale(1.2); } /*典型案例部分结束*/ /*团队联盟部分开始*/ .td{ position:relative;width:100%;margin:0 auto;margin-top:80px; } .td-b{ width:1200px;margin:0 auto;margin-top:51px;position:relative;height:356px; } .td-b .container{width:1108px;height:345px;margin:0 auto;} .td-b .container ul>li{ width:277px;height:355px;text-align:center} .td-b .container ul>li>a{position:relative;display:block;width:254px;height:335px;box-shadow:1px 1px 10px #666;margin:0 auto;margin-top:10px;} .td-b>.hd>a{ position:absolute;top:115px;width:118px;height:118px; } .td-b>.hd>a:nth-of-type(1){ left:-112px;background:url('/upload/sys/pc/td/1.png') no-repeat; } .td-b>.hd>a:nth-of-type(2){ right:-112px;background:url('/upload/sys/pc/td/2.png') no-repeat; } .td-b>.container ul>li>a .content{ position:absolute;width:254px;height:66px;background:#2b93fd;bottom:0px;left:0px; } .td-b>.container ul>li>a .content>.title{ text-align:center;font-size:18px;color:#fff;margin:20px 0px; } .td-b>.container ul>li>a .content>.title>span{ font-size:12px;padding-left:10px;color:#fff; } /*团队联盟部分结束*/ /*新闻资讯部分开始*/ .xwzx{ width:1200px;height:648px;margin:0 auto;margin-top:78px; } .xwzx-m{ width:1200px;height:266px;margin-top:14px; } .xwzx-m>ul{ width:1200px;height:266px; } .xwzx-m>ul>li{ width:384px;height:266px;float:left;margin-left:24px;box-shadow:6px 6px 20px #919191; } .xwzx-m>ul>li:nth-of-type(1){ margin-left:0; } .xwzx-m>ul>li>b{ display:block;background:#2b93fd;font-size:20px;width:346px;height:51px;text-align:center;line-height:51px;margin:9px auto; } .xwzx-m>ul>li>b>a{ color:#fff; } .xwzx-m>ul>li>b>a>span{ font-size:18px; } .xwzx-m>ul>li>ul{ width:346px;margin:0 auto; } .xwzx-m>ul>li>ul>li{ margin-top: 10px; } .xwzx-m>ul>li>ul>li>h4{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .xwzx-m>ul>li>ul>li>h4>a{ font-size:14px;color:#212121; } .xwzx-m>ul>li>ul>li>p{ font-size:12px;color:#666;padding-top:2px; height:35px; overflow: hidden;} .xwzx-b{ width:1200px;height:260px;box-shadow:6px 6px 20px #ccc;margin-top:25px; } .xwzx-b>li{ position:relative;width:600px;height:260px;float:left; } .xwzx-b>li>.date-border{ position:absolute;width:60px;height:69px;border:2px solid #2b93fd;top:23px;left:22px; } .xwzx-b>li>.date{ transition:all .3s linear;position:absolute;width:60px;height:69px;background:#2b93fd;top:35px;left:35px; } .xwzx-b>li>.date>span{ transition:all .3s linear;font-size:32px;color:#fff;text-align:center;display:block;height:38px;padding-top:4px; } .xwzx-b>li>.date>i{ transition:all .3s linear;font-size:15px;color:#fff;text-align:center;display:block; } .xwzx-b>li>img{ float:left;margin:35px 0 0 35px;box-shadow:6px 6px 8px #ccc; width:238px; height:185px;} .xwzx-b>li>.content{ position:relative;width:276px;float:left;margin-top:35px;margin-left:26px;height:160px; } .xwzx-b>li>.content>h3{ padding-top:14px; } .xwzx-b>li>.content>h3>a{ font-size:14px;color:#212121; } .xwzx-b>li>.content>p{ line-height:25px;font-size:12px;color:#666;padding-top:10px; height:95px; overflow: hidden;} .xwzx-b>li>.content>a{ position:absolute;bottom:0;left:0;color:#2eacfc; } .xwzx-b>li:hover .date{ background:#fff; } .xwzx-b>li:hover .date>span{ color:#2b93fd; } .xwzx-b>li:hover .date>i{ color:#2b93fd; } /*新闻资讯部分结束*/ /*合作伙伴部分开始*/ .gylg-b{ width:1200px;height:294px;margin:0 auto;margin-top:80px; } .gylg-b>.gylg-b-t>.title{ font-size:36px; } .gylg-b>.gylg-b-t>.title>a{ color:#05438c; } .gylg-b>.gylg-b-t>.title>a>i{ color:#05438c; } .gylg-b>.gylg-b-t>.title>a>span{font-size:24px;color:#cbcbcb;} .gylg-b>.gylg-b-b{ position:relative;width:1200px;height:250px;margin:0 auto;margin-top:10px;box-shadow:6px 6px 30px #e2e2e2;overflow:hidden; } .gylg-b>.gylg-b-b>.wrap{ position:relative;width:1062px;height:250px;margin:0 auto;overflow:hidden; } .gylg-b>.gylg-b-b>.wrap>ul{ position:absolute;height:143px;width:2000px;margin-top:47px; } .gylg-b>.gylg-b-b>.wrap>ul>li{ margin-left:10px;float:left;width:168px;height:141px;box-shadow:1px 1px 10px #ccc; } .gylg-b>.gylg-b-b>.wrap>ul>li:nth-of-type(1){ margin-left:2px; } .gylg-b>.gylg-b-b>.tempWrap{ margin:0 auto; } .gylg-b>.gylg-b-b>a{ display:block;width:41px;height:78px;position:absolute;top:80px; } .gylg-b>.gylg-b-b>a:nth-of-type(1){ background:url('/upload/sys/pc/hb/1.png') no-repeat;left:20px; } .gylg-b>.gylg-b-b>a:nth-of-type(2){ background:url('/upload/sys/pc/hb/2.png') no-repeat;right:20px; } /*合作伙伴部分结束*/ ////////////////////////////// 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{color: #666; padding: 0 10px;} .link .bd a:hover{color: @main_color;} .footer{background: url(../images/footer/footer.jpg);} .footer_nav{padding:0 0 20px 0; border-bottom: 1px solid #3E3E3E;} .footer_nav dl{float: left;} .footer_nav dl.cont-us{width: 250px; background: #fff; padding: 20px; margin-right: 50px;} .footer_nav dl.cont-us img{width: 100%; margin-bottom: 15px;} .footer_nav dl.cont-us dd{color: #000; margin: 10px;} .footer_nav dl.cont-us dd a{color: @main_color;} .footer_nav dl.cont{margin-right: 16px;width: 150px; margin: 40px 30px 0 0;} .footer_nav dl.cont dt{margin-bottom: 20px;} .footer_nav dl.cont dt a{color: #E0E0E0; font-size: 16px;} .footer_nav dd a, .link dd{font-size: 12px;line-height: 28px;color: #BDBDBD;} .footer_nav dd a:hover{text-decoration: underline;} .footer_nav dl.cont_liuyan{float: right;margin-right: 16px;width: 300px; margin: 40px 0 0 0;} .footer_nav dl.cont_liuyan dt{margin-bottom: 20px; color: #E0E0E0; font-size: 16px;} .footer_nav dl.cont_liuyan tr td{position: relative;} .footer_nav dl.cont_liuyan tr td .text{width: 300-5*2px; height: 40-5*2px; margin-bottom: 10px; padding: 5px;} .footer_nav dl.cont_liuyan tr td i{position: absolute; top: 8px; right: 8px; color: @main_color;} .footer_nav dl.cont_liuyan tr td .textarea{width: 298-3*2px; height: 68-5*2px; margin-bottom: 15px; padding: 5px;} .footer_nav dl.cont_liuyan tr td input[type="submit"]{width: 302px; height: 40px; border: none; background: @main_color; color: #fff; border-radius: 5px; text-align: center; cursor: pointer;} .footer_nav dl.cont_liuyan tr td .j_form_tips{padding: 10px; color: #f00;} .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 //搜索 .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 //////////////////////////// 首页 //////////////////////////// //////////////////////////// 内页 //////////////////////////// .fixed{position:fixed; top:0px; z-index:10;} //内页banner //内页banner 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{color: #FFF; font-size: 16px; line-height: 40px; padding-left: 30px; display: block; width:135px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .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: 14px;} .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;} .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);} //服务热线 .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;} //内页_左导航 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;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: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:hover{border: 1px solid @main_color;} ul.product_list li a:hover{color: @main_color;} 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);} //产品列表 //产品详情页 @fangdajingBottom_width: 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 - 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:320px; overflow:hidden;} .spec-scroll .items ul{position:absolute; width:999999px;} .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;} .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:570px;} .product_show .info h1{margin:5px 0;width:100%; height:30px;line-height:30px; font-size:18px; color: #666; 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{_height: 120px; 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 h3{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: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{text-align: center;} .game163 .bigImg li img{vertical-align:middle; 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 38px; 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; 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: 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; text-align: center;} 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;} //视频详情页 //////// 视频页 //////// //////// 单页详情页 //////// .danye{padding: 20px 0; border-bottom: 1px dotted #ccc;} .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;} //////// 单页详情页 //////// //////// 新闻页 //////// //新闻列表页 .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 //新闻详情页 .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 //随机新闻 .page_news{margin-top: 20px; overflow: hidden; width: 183px; height: 270px; padding: 10px 20px; border: 1px solid #ccc; border-top: 2px solid @main_color; background: #fff;} .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 em{font-size: 12px; font-weight: normal; margin-right: 5px;} .page_news ul li a{font-size: 12px; font-weight: normal;} //随机新闻 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 //////// 新闻页 //////// //上下页面 .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 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: @page_right_width - 40px; padding: 20px; overflow: hidden;} //内容 end //图片1 @about_pic1_li_width: 220.5px; ul.about_pic{width:110%; padding:20px 0;} ul.about_pic{width: 110%; padding:20px 0; background:#fff;} ul.about_pic li{float:left; width: @about_cert_li_width; margin:20px 20px 0 0; position: relative; overflow: hidden;} ul.about_pic li .pic{width: @about_cert_li_width; position:relative;} ul.about_pic li .pic img{width: 100%;} ul.about_pic 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_pic 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_pic li .tit{display: block; width:100%; height:30px;line-height:30px; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} ul.about_pic li:hover .shade{ opacity:.7; filter:Alpha(opacity=70); /* IE8 以及更早的浏览器 */ } ul.about_pic li:hover .shade_a{ opacity:1; filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */ } ul.about_pic li:hover .tit{color: @main_color;} //图片1 //图片3 @about_pic3_li_width: 222px; .about_pic3 ul{width:110%; padding:20px 0;} .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%; padding:20px 0; background:#fff;} .about_client ul li{float: left; width: @about_client_li_width; margin:20px 20px 0 0; border:1px solid #e5e5e5;text-align:center;} .about_client ul li img{width:139.5px;} //合作客户 end //证书 @about_cert_li_width: 220.5px; ul.about_cert{} ul.about_cert{width: 110%; padding:20px 0; 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 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;} .page_feedback{border-bottom: 1px solid #e1e1e1;} .page_feedback .title{ font-size: 16px; height: 40px; line-height: 40px; font-weight: normal; color: @main_color; } .feedback{float:left;width:100%;padding:20px 0;overflow:hidden;} .feedback .remark{font-size: 14px; font-weight: normal; padding: 0 0 10px 0; color: @main_color;} .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 //////////////////////////// 内页 //////////////////////////// @font-face { font-family: 'iconfont'; /* project id 191356 */ src: url('//at.alicdn.com/t/font_191356_vgubxgqxpq9cc8fr.eot'); src: url('//at.alicdn.com/t/font_191356_vgubxgqxpq9cc8fr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_191356_vgubxgqxpq9cc8fr.woff') format('woff'), url('//at.alicdn.com/t/font_191356_vgubxgqxpq9cc8fr.ttf') format('truetype'), url('//at.alicdn.com/t/font_191356_vgubxgqxpq9cc8fr.svg#iconfont') format('svg'); } .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; }