@charset "utf-8";

//颜色
@main_color: #6cb246;
@main_color2: #008FFF;
@main_color3: #FFF;
@main_color4: #006c30;
//颜色
//过渡
.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,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;}
//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:920px;
.centered_page_right{width: @page_right_width; overflow: hidden; border:1px solid #ccc; padding:10px;}//内页右边宽度
.centered_page_right h2{ background:@main_color4; color:#fff; height:50px; line-height:50px; font-size:24px; padding:0 0 0 15px; font-weight:100}

//清除浮动
.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;}
.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;}
////////////////////////////// 在线客服online //////////////////////////////
////////////////////////////// header页头 //////////////////////////////
//header
.header{ width:100%;}
.header .top{height: 30px; line-height: 30px; background: rgb(243,243,243);}
.header .top p{color: #666;}
.header .middle{height: 110px; overflow: hidden;}
.header .middle .logo{width: 165px; height: 110px; overflow: hidden;}
.header .middle .logo2{margin-left: 30px;}
.header .middle .right{font-size: 18px; line-height: 40px; color: @main_color; text-align: center;}
.header .middle .right img{display: block;}
.header .nav{ width:100%; background:@main_color4; height:60px;}
.header .nav ul{text-align: center; margin:auto; width:1200px;}
.header .nav ul li{display:; float:left; padding: 0 48px; height:60px; border-left:1px solid #1d8f4f; border-right:1px solid #025226; .transition(.5S); }
.header .nav ul li.borl{ border-left:0px!important;}
.header .nav ul li.borr{ border-right:0px!important;}

.header .nav ul li a{font-size: 18px; color: #fff; line-height:60px; padding:0;}
.header .nav ul li.on{background: #6cb246; border-bottom: 0px solid #ff9900;}
.header .nav ul li.on a{color:#fff;}
//header end
////////////////////////////// header页头 //////////////////////////////
////////////////////////////// footer页脚 //////////////////////////////
//footer

.footer{}
.footer_nav{padding:14px 0 14px 0; background:@main_color4; border-top:1px solid #98B57D}
.footer_nav dl{float: left;}
.footer_nav dl.cont{margin-right: 16px;width: 135px;}
.footer_nav dl.cont dt{}
.footer_nav dl.cont dt a{color: #fff; font-size: 16px; font-weight:bold}
.footer_nav dl.cont dt a:hover{ text-decoration:underline;font-size: 16px; font-weight:bold}

.footer_nav dd a:hover{text-decoration: underline;}


.footer_copyright{background:#EBFBD7; padding: 10px 0; color: #333; font-size:16px; line-height:30px; position:relative;}
.footer_copyright p{padding: 5px 0;}
.footer_copyright a{color: #FFF;}
.footer_copyright img{ position:absolute; right:0; top:20px; height:120px; width:120px; border:4px solid #fff;border-radius:10px;}
//footer end
////////////////////////////// footer页脚 //////////////////////////////

//////////////////////////// 首页 ////////////////////////////
//banner
@banner_width:1920px;
@banner_height:560px;
.banner{ width:100%; height:@banner_height; overflow:hidden; position:relative;}
//如果要全屏请在.banner的width改100%   如果要设置宽度请在bannerwidth改@banner_width
.banner .hd{display: none; overflow:hidden;}
.banner .hd ul{ overflow:hidden; zoom:1; float:left; position:absolute; left:50%; bottom:5px; z-index:1;}
.banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 100px; margin: 0 2px}
.banner .hd ul li.on{ background:@main_color; color:#fff; }
.banner .bd{ position:relative; height:100%; z-index:0;
    left: 50%; 
    margin-left: -@banner_width / 2;
    }
.banner .bd li{ zoom:1; vertical-align:middle; width:@banner_width;}
.banner .bd img{ width:@banner_width; height:@banner_height; display:block;}

.banner .prev , .banner .next{display: none; position:absolute; left:3%; top:50%; margin-top:-25px; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.banner .next{ left:auto; right:3%; background-position:8px 5px; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }

.banner:hover .hd{display: block;}
.banner:hover .prev , .banner:hover .next{display: block;}
//banner end
//搜索
.search{padding: 15px 0;}
.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

.index_bj{background: url(/upload/sys/pc/bj.jpg)no-repeat center; height: 2550px;}

.box1{padding: 23px 0;}
.box2{padding: 35px 0; background: url(/upload/sys/pc/anli/bj.png) no-repeat center; height: 697-35*2px;}
.box3{padding: 35px 0; background: url(/upload/sys/pc/tuandui/bj.jpg) no-repeat top; height: 830-35*2px;}
.box4{padding: 35px 0; background: #f5f5f5;}

.index_title{text-align: center;}
.index_title_bj{background: url(/upload/sys/pc/title/bj.png)no-repeat center; height: 68px; }
.index_title h3{font-size: 36px; color: #003300; font-weight: normal;}
.index_title p{font-size: 24px; color: #006600;}
.index_title .remark{color: #669966; font-size: 14px; font-family: '宋体'; line-height: 18px; margin-top: 10px;}

.zhiwuqiang{height: 743px;width: 1190px; margin:auto; }
.zhiwuqiang .right{width: 1190px; height: 443-58px; position: relative; margin-top: 58px;}
//.zhiwuqiang .right ul{}
//.zhiwuqiang .right ul li{float: left; margin: 0 10px 0 0;  overflow: hidden;}
//.zhiwuqiang .right ul li img{width:800px; height:600px;}
.zhiwuqiang .right .hd{width: 800px; height: 600px; margin: 53px auto 0 auto;}
.zhiwuqiang .right .hd ul{border-bottom: 2px solid @main_color; padding-bottom: 10px;}
.zhiwuqiang .right .hd ul li{width: 800px; height: 600px; float: left; text-align: center; line-height: 36px; font-size: 14px; color: #666; margin: 0 12px;}
.zhiwuqiang .right .hd ul li:hover{}
.zhiwuqiang .right .hd ul li a{display: block; width: 110px; height: 36px; color: #666;}

.zhiwuqiang .right .hd2{}
.zhiwuqiang .right .hd2 ul{ width:800px; height:600px; overflow:hidden}
.zhiwuqiang .right .hd2{}
.zhiwuqiang .right .hd2 a.prev2{left: 0px;}
.zhiwuqiang .right .hd2 a.next2{right: 0px;}
.zhiwuqiang .right .hd2 a{position: relative; position: absolute; top: 30%; display: block; z-index: 2; width: 30px; height: 50px; cursor: pointer;}
.zhiwuqiang .right .hd2 a i{display: inline-block; width: 32px; height: 7px; border-radius: 10px; background: #707070; position: absolute;}
.zhiwuqiang .right .hd2 a.prev2 i.i1{.transform_rotate(-45deg);top:176px;}
.zhiwuqiang .right .hd2 a.prev2 i.i2{.transform_rotate(45deg); top:195px;}
.zhiwuqiang .right .hd2 a.next2 i.i1{.transform_rotate(-315deg);top:176px;}
.zhiwuqiang .right .hd2 a.next2 i.i2{.transform_rotate(315deg); top:195px;}
.zhiwuqiang .right .hd2 a:hover i.i1{background: @main_color;}
.zhiwuqiang .right .hd2 a:hover i.i2{background: @main_color;}
.zhiwuqiang .right .bd2{margin-left: 0px;}
.zhiwuqiang .right .bd2 ul.ul2 li{float: left; width: 900px; height: 600px; position: relative; margin: 0;}
.zhiwuqiang .right .bd2 ul.ul2 li img{width: 900px; height: 600px; }
.zhiwuqiang .right .bd2 ul.ul2 li .ceng{width: 900px; height: 50px; background: #666; position: absolute; left: 0; text-align: center; position: absolute; bottom:0; .transition(.5s);}
.zhiwuqiang .right .bd2 ul.ul2 li .ceng p{height: 50px; line-height: 50px; font-size: 18px; color: #fff;}
.zhiwuqiang .right .bd2 ul.ul2 li .ceng a{color: #fff;}
.zhiwuqiang .right .bd2 ul.ul2 li:hover .ceng{ background:rgba(68,104,29,.6);}

.youshi{margin-top: 45px;}
.youshi ul{text-align: center;}
.youshi ul li{float: left; background: url(/upload/sys/pc/youshi/bj.png) no-repeat center; width: 1200/5px; height: 256px; text-align: center;}
.youshi ul li .title{font-size: 22px; color: #226222; margin-top: -5px;}
.youshi ul li .remark{font-size: 16px; color: #226222; padding: 25px;}
.youshi2{margin-top: 20px;}
.youshi2 ul{}
.youshi2 ul li{float: left; margin: 0 16px; text-align: center;}
.youshi2 ul li .title{color: #669933; font-size: 14px; font-family: '宋体'; margin-top: 15px;}

.liucheng{height: 476px; background: url(/upload/sys/pc/liucheng/bj.png) no-repeat center;}
.liucheng ul{height: 268px; overflow: hidden; padding-top: 80px;}
.liucheng ul li{float: left; width: 171px; position: relative; text-align: center; top: 30px; .transition(.5s);}
.liucheng ul li i.i1{display: inline-block; width: 80px; height: 80px; _background: url(/upload/sys/pc/liucheng/1.png);}
.liucheng ul li i.i2{display: block; background: url(/upload/sys/pc/liucheng/1_2.png) no-repeat center; position: absolute; top: 40px; width: 171px; height: 220px;}
.liucheng ul li i.i2 .title{font-size: 14px; color: #003300; margin-top: 65px;}
.liucheng ul li i.i2 p{font-size: 12px; color: #fff; padding: 20px; opacity: 0.0; filter:Alpha(opacity=0); .transition(.5s); font-family: '宋体';}
.liucheng ul li:hover{top:0;}
.liucheng ul li:hover i.i1{background: url(/upload/sys/pc/liucheng/1_on.png);}
.liucheng ul li:hover i.i2{background: url(/upload/sys/pc/liucheng/1_on2.png);}
.liucheng ul li:hover i.i2 .title{color: #fff;}
.liucheng ul li:hover i.i2 p{color: #fff; opacity: 1; filter:Alpha(opacity=100);}
.liucheng .remark{text-align: center; }
.liucheng .remark .p1{font-size: 30px; color: #0f610f;}
.liucheng .remark .p2{font-size: 24px; color: #186a18; line-height: 35px;}

.zhiwu{ margin: 0 auto;  overflow: hidden; text-align: center;}
.zhiwu .remark{font-size: 16px; color: #fff;  line-height: 50px;}
.zhiwu .hd{ margin:30px 0 5px 0}
.zhiwu .hd ul{}
.zhiwu .hd ul li{display: inline-block; width: 117px; height: 35px; border: 0px solid #99cc99; background: #6cb246; line-height: 35px; color: #fff; font-size: 16px; margin: 10px 10px 10px 0; cursor: default;}
.zhiwu .hd ul li.on{background: #f90; border: 0px solid #17a817; color: #fff;}
.zhiwu img{ width:320px; height:320px;}

.anli{width: 1200px; height: 578px; margin: 0 auto; background: url(/upload/sys/pc/anli/bj2.png); overflow: hidden; text-align: center;}
.anli .remark{font-size: 14px; color: #669966; font-family: '宋体'; line-height: 50px;}
.anli ul{width: 1080px; height: 381px; margin: 0 auto;position: relative; margin-top: 45px;}
.anli ul li{float: left; margin-right: 8px; overflow: hidden; position: relative; text-align: center; box-shadow: 5px 5px 10px #ccc;}
.anli ul li:nth-child(1){width: 253px; height: 381px;}
.anli ul li:nth-child(1) img{width: 253px; height: 381px;}
.anli ul li:nth-child(2){width: 253px; height: 191px;}
.anli ul li:nth-child(2) img{width: 253px; height: 191px;}
.anli ul li:nth-child(3){width: 253px; height: 381px;}
.anli ul li:nth-child(3) img{width: 253px; height: 381px;}
.anli ul li:nth-child(4){width: 294px; height: 224px; margin-right: 0;}
.anli ul li:nth-child(4) img{width: 294px; height: 224px;}
.anli ul li:nth-child(5){width: 253px; height: 180px; position: absolute; bottom: 0; left: 253+8px;}
.anli ul li:nth-child(5) img{width: 253px; height: 180px;}
.anli ul li:nth-child(6){width: 294px; height: 147px; margin-right: 0; position: absolute; bottom: 0; right: 3px;}
.anli ul li:nth-child(6) img{width: 294px; height: 147px;}
.anli ul li a{display: block; width: 115px; height: 40px; background: #4cb44c; font-size: 14px; font-family: '宋体'; color: #fff; text-align: center; line-height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -40/2px; margin-left: -115/2px; opacity: 0; filter:Alpha(opacity=0);/* IE8 以及更早的浏览器 */ .transition(1s);}
.anli ul li h4{width: 100%; height: 29px; line-height: 29px; color: #fff; font-weight: normal;background: #4cb44c; position: absolute; bottom: 0; font-size: 14px; font-family: '宋体';}
.anli ul li:hover a{opacity: 1; filter:Alpha(opacity=100);/* IE8 以及更早的浏览器 */}

.tuandui{text-align: center;}
.tuandui .remark{font-size: 14px; color: #669966; font-family: '宋体'; line-height: 50px; margin-bottom: 45px;}
.tuandui img{display: block; float: left; margin: 0 30px;}
.tuandui .shuoming{float: right; width: 450px; margin-right: 30px; text-align: left; color: #006600; font-size: 18px; line-height: 34px;}

.hezuo{position: relative; width:1200px; background:@main_color4;}
.hezuo .hd{}
.hezuo .hd a.prev{left: -50px;}
.hezuo .hd a.next{right: -20px;}
.hezuo .hd a{position: relative; position: absolute; top:45%; display: block; z-index: 2;  cursor: pointer;}
.hezuo .hd a i{display: inline-block; width: 32px; height: 7px; border-radius: 10px; background: #707070; position: absolute;}
.hezuo .hd a.prev i.i1{.transform_rotate(-45deg);}
.hezuo .hd a.prev i.i2{.transform_rotate(45deg); top:18px;}
.hezuo .hd a.next i.i1{.transform_rotate(-315deg);}
.hezuo .hd a.next i.i2{.transform_rotate(315deg); top:18px;}
.hezuo .hd a:hover i.i1{background: @main_color;}
.hezuo .hd a:hover i.i2{background: @main_color;}
.hezuo ul{margin: 45px 0 0 0; overflow:hidden; }
.hezuo ul li{float: left; width: 350px; margin: 15px 25px 0 20px; position:relative}
.hezuo ul li:nth-last-child(1){margin: 0 0 0 0;}
.hezuo ul li img{width: 100%; border: 1px solid #ccc; border-radius: 10px;   height: 300px; padding:8px; background:#fff}
.hezuo ul li h3{ height:50px; line-height:50px; text-align:center; font-size:16px; font-weight:100; color:#fff}
//新闻

.zhiwu{ margin: 0 auto;   text-align: center;}
.zhiwu .remark{font-size: 16px; color: #fff;  line-height: 50px;}
.zhiwu .hd{ margin:0 0 5px 0}
.zhiwu .hd ul{}
.zhiwu .hd ul li{display: inline-block; width: 138px; height: 40px; border: 0px solid #99cc99; background: #6cb246; line-height: 40px; color: #fff; font-size: 16px; margin: 10px 10px 10px 0; cursor: default; text-align:center; float:left}
.zhiwu .hd ul li.on{background: #f90; border: 0px solid #17a817; color: #fff;}

.news{margin-top: 25px; background:#fff; padding:0px; width:1200px!important;}
.news ul{ padding: 0 0 0 0px;  float: left; margin:  0; text-align: left; width:600px; background:#fff; margin:0 0 0 20px;}
.news li:nth-child(1){border-top:1px dotted #ccc;}
.news ul li{ position:relative;height: 43px; line-height: 43px; width:600px; border-bottom:1px dotted #ccc}
.news ul li span{ position:absolute; right:0px; top:0; font-size:14px; color:#999}
.news ul li a{display: block;  height: 40px; line-height: 40px; text-align: left; font-size:14px ;text-overflow:ellipsis;;white-space:nowrap;overflow:hidden; width:620px;}

.news div.left p{ line-height:25px; font-size:14px;}

.news .img span{ display:block; text-align:center; height:50px; line-height:50px;  font-size:15px; font-weight:bold; clear:both; color:@main_color4;}
.news .img p{ font-size:12px; display:block; line-height:25px; padding:0; margin:0;}

.news img{width: 580px!important; height: 440px!important; background:#fff;float:left; background:#eee;}



//新闻 end
//////////////////////////// 首页 ////////////////////////////

//////////////////////////// 内页 ////////////////////////////
.fixed{position:fixed; top:0px; z-index:10;}
//内页banner

//内页banner end
//内页_左导航
.about_content_shu_left{width: 245px;}

.about_content_shu_left_title{}
.about_content_shu_left_title h1{border: 1px solid #ccc; text-align:center; font-weight:100; font-size:30px; padding:20px 0; background:@main_color4; color:#fff;}

.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;}

.about_content_shu_left div.title{background: @main_color4; height: 45px; text-align:left; padding:0 20px;}
.about_content_shu_left div.title a{color: #FFF; font-size: 18px; line-height: 45px; text-align:left}
.about_content_shu_left div.title a:hover{color: #FFF;}
.about_content_shu_left div.title a span{font-size: 18px;}

.about_content_shu_left_ul{background:#EBFBD7;border:@main_color4 5px solid;}

.about_content_shu_left_ul li{line-height: 43px;_height: 43px; text-align:left}
.about_content_shu_left_ul li a.nLi{ font-size: 14px; color:#000; background:#EBFBD7; .transition(.5s);; padding:0 0; padding:0 15px; display:block;border-bottom: 1px dashed #6AAE53}
.about_content_shu_left_ul li a:hover.nLi{ color:#fff; background:#009933;}
//服务热线
.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:95%; height:65px; line-height:65px;  overflow:hidden; margin:auto}
.page_breadcrumb h1{font-size: 20px; font-weight: normal; color: @main_color;}
.page_breadcrumb ul{display: inline;}
.page_breadcrumb ul li{display: inline; font-size:16px; color: #333;}
.page_breadcrumb ul li a{ color: #333;}
.page_breadcrumb ul li a:hover{ color:@main_color;}
.page_breadcrumb ul li i{ font-size: 18px; margin-right: 5px;}

.daohang{ border-bottom:3px solid #ccc; position:relative; }
.daohang .title{ font-size:30px; position:absolute; top:4px; left:0; color:@main_color4; font-weight:bold}


//内页_头部 面包屑导航 end
//详情描述的头部
.detail{margin: 20px 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:295px;
ul.product_list{float:left;width:110%;overflow:hidden;}
ul.product_list li{float:left; width:@product_list_width; margin:25px 15px 0 0;overflow:hidden;border: 1px solid #ccc;.transition(.5s);}
ul.product_list li img{width: 100%; height:220px;  transition: all 0.6s;}
ul.product_list li img:hover{ transform: scale(1.5);}
ul.product_list li .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); font-size: 16px; font-weight: normal; font-size:14px}
ul.product_list li:hover{border: 1px solid @main_color;}
ul.product_list li a:hover{color: @main_color;}
//产品列表

//产品详情
.product_show{float:left;width:100%; margin-top:20px;overflow:hidden;}
.product_show .cros_gallery{float:left;width:350px;}
//产品详情

//放大镜
/*图片小图预览列表 下*/
@fangdajingBottom_width:350px;
@fangdajingBottom_height:278px;
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:move;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px; width:100px; height:100px; background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.jqzoom img{width:@fangdajingBottom_width; height:@fangdajingBottom_height;}
/*图片小图预览列表 下*/
.spec-preview{width:@fangdajingBottom_width;height:@fangdajingBottom_height;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:10px;width:353px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:320px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float: left; width: 64.5px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid @main_color;padding:1px;}
//放大镜
//右边信息
.product_show .info{float:right;width:570px;overflow:hidden;}
.product_show .info h1{margin:5px 0;width:100%; height:30px;line-height:30px; font-size:18px; color: #666;}
.product_show .info .keyword{}
.product_show .info .keyword span{}
.product_show .info .keyword a{font-size:12px; color:@main_color;}

.product_show .info .product_info{width: 100%; font-size:14px; padding: 10px 0;}
.product_show .info .product_info p{color: #999; padding: 2.5px 0;}
.product_show .info .product_info p a{color: #999;}
.product_show .info .product_info p a:hover{color: @main_color;}
.product_show .info .product_info p span{color: #000;}
.product_show .info .product_info p.intro{height: 120px; overflow: hidden;}

.product_show .info .tel{width:100%;padding:10px 0;line-height:32px; font-size:16px; font-weight: normal;}
.product_show .info .tel p{font-size:20px; color: @main_color;}
.product_show .info .abtn{width:100%;padding:15px 0;overflow:hidden; border-top:1px dotted #e1e1e1; border-bottom:1px dotted #e1e1e1;}
.product_show .info .abtn a{float:left;margin-right:10px;padding:8px 15px;font-size:14px; font-weight: normal; border:1px solid #e8e8e8;}
.product_show .info .abtn a:hover{border:1px solid @main_color;}
//右边信息end
//产品详情在线留言
.page_feedback{border-bottom: 1px solid #e1e1e1;}
.page_feedback .title{ font-size: 16px; height: 40px; line-height: 40px; font-weight: normal; color: @main_color; }
//产品详情在线留言 end
//////// 产品页 ////////
//////// 案例页 ////////
//案例列表
@case_list_width: 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:@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.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: 0px 0 20px 0; clear:both;}
.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; width:530px; float:left;}
.game163 .bigImg{}
.game163 .bigImg li{text-align: center;}
.game163 .bigImg li img{vertical-align:middle;}
.game163 .bigImg .title{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: 84px;
@case_smallImg_height: 70px;
.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: 6px 38px 0 38px; display:inline; width: 450px; overflow: hidden;}
.game163 .smallImg ul{ height:@case_smallImg_height+3px;  width: 9999px; overflow: hidden; }
.game163 .smallImg li{ float: left; margin: 0 7px 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;}
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:95%; margin:auto; padding:20px 0; border-bottom:1px dotted #e1e1e1; overflow:hidden;}
.article_list .lt{float:left;width:50px;height:80px;padding:10px 0;border:1px solid #e1e1e1;overflow:hidden;}
.article_list .lt span{float:left;width:100%;color:#bcbabb;height:25px;line-height:25px;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:100%;margin-left:0;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:#666;line-height:25px;height:50px;overflow:hidden; font-size:14px}
.article_list .rt a.more{float:right; width: 80px; height:17px; line-height: 17px; padding: 0 5px; font-size:12px; background:#6cb246;color:#fff;overflow:hidden; margin:8px 0 0 0}
.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; padding: 0 0px; border: 1px solid #ccc;  background: #fff;}
.page_news .title{line-height: 42px; font-size: 18px; color:#fff; background:url(/images/title_bg4.png) no-repeat!important}
.page_news ul{ padding:10px}
.page_news ul li{line-height: 34px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.page_news ul li em{font-size: 14px; font-weight: normal; margin-right: 5px;} 
.page_news ul li a{font-size: 14px; font-weight: normal;}
//随机新闻 end


//随机产品
.page_pro{margin-top: 20px; padding: 0 0px; border: 1px solid #ccc;  background: #fff;}
.page_pro .title{line-height: 42px; font-size: 18px; color:#fff; background:url(/images/title_bg4.png) no-repeat!important}
.page_pro ul{ padding:10px;}
.page_pro ul li{ text-align:center}
.page_pro ul li .title2{line-height: 34px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display:block; text-align:center; font-size:14px;}
.page_pro ul li .title2 a{font-size: 14px; font-weight: normal;}
.page_pro ul li img{ width:200px; height:140px; margin:10px auto 0 auto}


//新闻_标签
.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; }
.about_client ul li img{width: 100%;}
//合作客户 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;}
//留言页面 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;
}


.newsTJ {margin: 0 0 0 0; position:relative; clear:both}
.newsTJ h2{ margin:15px auto}
.newsTJ h3 { color:#666; font-size:13px;  font-weight:100;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; width:340px; font-weight:100;}
.newsTJ ul{ padding:0; margin:0}
.newsTJ li span {color:#999; position:absolute; right:0; font-weight:100}
.newsTJ ul li { text-align:left; float:left; width:45%; line-height:24px; height:24px; margin:3px 15px 3px 15px; border-bottom:1px dashed #ccc; padding:0 0 8px 10px; position:relative; background:url(/images/icon_05.gif) left 11px no-repeat;}
.newsTJ ul li a {padding-left:0;	color:#666;	padding-right:10px}
.newsTJ ul li:hover a {	color:#177C17;}

.news_0{ clear:both}
.news_0 .wrap{margin: 0 10px 0 10px; float:left; width:47%;}
.news_0 h3{ font-size:16px; margin:15px 0; padding:0 0 0 50px; border-bottom:1px solid #ccc; position:relative; line-height:40px; height:40px; background:url(/images/icon_8.jpg) left center no-repeat}
.news_0 h3 a{ position:absolute; right:0; top:4px; font-size:14px; font-weight:100; color:#009933}
.news_0 ul{ padding:0; margin:0}
.news_0 ul li { text-align:left; line-height:28px; height:28px; margin:3px 0 3px 10px; border-bottom:1px dashed #ccc; padding:0 0 8px 10px; position:relative; background:url(/images/icon_05.gif) left 11px no-repeat; position:relative;}
.news_0 li span {color:#999; position:absolute; right:0; font-weight:100}
.news_0 ul li a{ color:#666; font-size:14px;}
.news_0 ul li:hover a {	color:#177C17;}

.comnews h2{ position:relative;}
.comnews h2 a{ position:absolute; right:10px; color:#fff; font-size:16px}
.comnews ul{ padding:0; margin:0}
.comnews img{ width:420px; height:300px; margin:35px 0 35px 10px; background:#eee;}
.comnews ul li { text-align:left; line-height:35px; margin:30px 0; border-bottom:1px dashed #ccc; padding:0 0 8px 10px;}
.comnews ul li a{ color:#333; font-size:16px;}
.comnews ul li:hover a {color:#177C17;}
.comnews ul li p{ line-height:30px; font-size:14px; color:#666}
.comnews span{position:absolute; bottom:34px; left:10px; height:40px; line-height:40px; background:#666; font-size:14px; color:#fff; display:block; width:100%; text-align:center}


.question{ padding:20px 0 0 0}
.question ul{ padding:0; margin:0}
.question img{ width:420px; height:300px; margin:30px 0 15px 0; background:#eee; float:left}
.question ul li { text-align:left; line-height:28px; margin:28px 0; border-bottom:1px dashed #ccc; padding:0 0 8px 10px;}
.question ul li a{ color:#333; font-size:16px;}
.question ul li:hover a {color:#177C17;}
.question ul li p{ line-height:30px; font-size:14px; color:#666}
.question span{position:absolute; bottom:10px; height:40px; line-height:40px; background:#666; font-size:14px; color:#fff; display:block; width:100%; text-align:center}
.question h2{ position:relative;}
.question h2 a{ position:absolute; right:10px; color:#fff; font-size:16px}