@charset "gb2312";
/* CSS Document */
body{margin:0; padding:0; font-family:"微软雅黑"; background:url(../images/bg.png) repeat;}
*{margin:0; padding:0;}
ul,li,dl,dt,dd{list-style-type:none}
a{text-decoration:none !important;line-height:none !important}
.glyphicon{ top:0 !important;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ text-decoration:none !important; cursor:pointer !important;color:#999;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1230px !important;}
.container{max-width:1000px !important;padding:0;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}
h1,h2,h3,h4,h5,h6{margin:0 !important; padding:0 !important}
.tr{transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s}
.tr1{transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s}
.tr2{transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s}
.da{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}

/*全局样式*/
header{height:105px; border-bottom:5px solid #86c138; padding-top:15px;}
.logo{ width:40%}
.logo img{width:473px; height:70px;}
header .right{ width:60%; padding-left:20px;}
header .right form{ width:260px; height:24px; margin-top:20px;}
header .right form input{width:222px;background:#f2f2f2; border:1px solid #e6e6e6; border-right:0; padding:0 10px; font-size:12px; color:#808080; line-height:22px;}
header .right form button{width:38px; height:24px; background:#5c5e63 url(../images/sou.png) no-repeat center center; border:0; outline:none;}
header .right form input:required{ -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
header .right ul li{float:left; font-size:12px; color:#00ccbe; line-height:24px; }
header .right ul li a{color:#00ccbe;margin-right:10px;}
header .right ul li a:hover{color:#ebcb12;}
header .phone{font-size:16px; color:#fff; font-weight:bold;padding-left:100px; margin-top:8px;}
header .phone span{display:block; width:90px; height:30px; background:#8ad142; border-radius:10px; text-align:center; line-height:30px;}
header .phone h4{font-size:24px; color:#8ad142;letter-spacing:-1px; font-weight:bold}
header .phone:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
				@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
				10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
				100%{-webkit-transform:scale(1) rotate(0);}}

				/*火狐浏览器*/
				@-moz-keyframes tada{0%{-moz-transform:scale(1);}
				10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
				100%{-moz-transform:scale(1) rotate(0);}}
/*pc导航*/
.nav{ width:100%; background:#5c5e63; width:100%;height:50px;}
.nav li{ width:14.28%;float:left;font-size:16px;line-height:50px;text-align:center;position:relative}
.nav li a{display:block;color:#fff;}
.nav .on,.nav li a:hover{color:#5c5e63;background:#86c138;}
/*导航二级下拉*/
.nav li .nav-zi{width:100%;position:absolute; left:0; top:50px;z-index:99; display:none;}
.nav li .nav-zi li{ width:100%; height:45px;background:#5c5e63; line-height:45px; margin-top:2px;}
.nav li .nav-zi li a{display:block; padding:0 15px; color:#fff}
.nav li .nav-zi li a:hover{display:block; padding:0 15px; color:#fff}
.nav li:hover .nav-zi{display:block;}
.nav li .nav-zi li:hover{background-color:rgba(236,203,18,0.8);}

header .sjdnav{ display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000; }
header .sjdnav ul{ padding:0; margin:0;}
header .sjdnav li{width:100%;background:rgba(0,0,0,0.5);line-height:38px;text-align:center;font-size:15px;line-height:38px;font-weight:bold;margin-bottom:3px}
header .sjdnav li a{display:block;color:#fff;}
header .sjdnav li a:hover{ background:rgba(249,121,14,0.7);}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:40px;right:15px;}
header .ydd_btn span{ display:block; width:100%; height:4px; background:#5c5e63;}
header .ydd_btn span.span02{margin:4px 0;}
header .ydd_btn.click{ background:none;}
header .ydd_btn.click span{ background:#5c5e63;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;} 
header .ydd_btn.click span.span02{margin:4px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}


/*banner轮播*/
#myCarousel{position:relative;}
#myCarousel .carousel-inner img {margin:0 auto;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none; display:none}
#myCarousel .carousel-control.right{background-image: none; display:none}
#myCarousel:hover .carousel-control.left{display:block}
#myCarousel:hover .carousel-control.right{display:block}

/*主体内容*/
.main1{}
.title{background:url(../images/title.png) no-repeat center bottom;text-align:center; font-size:20px; color:#5ba74c;line-height:30px; margin:50px 0 30px; padding-bottom:15px;}
.title h4{ font-size:24px;font-weight:bold; color:#5ba74c;}
.title1 h4{ font-size:24px;font-weight:bold; color:#5ba74c;}
.title1 strong { font-size:24px;font-weight:bold; color:#5ba74c;}


.duck{background:#f0f0f0; padding:50px 0;}
.duck .imgbox{display:block;}
.duck .imgbox .tu{width:100px; height:100px; border:2px solid #86c138; border-radius:50%; margin:0 auto; text-align:center; line-height:100px;}
.duck .imgbox .tu img{ max-width:100%; max-height:100%;}
.duck .imgbox .tu .img1{ display:inline-block;}
.duck .imgbox .tu .img2{ display:none;}
.duck .imgbox h4{font-size:18px; color:#86c138; line-height:40px; text-align:center;}
.duck .imgbox:hover .tu{ border-color:#86c138;}
.duck .imgbox:hover h4{color:#86c138;}
.duck .imgbox:hover .tu .img2{display:inline-block;}
.duck .imgbox:hover .tu .img1{display:none;}



/*1、产品展示*/
.show .imgbox{display:block; margin:0 10px 20px}
.show .imgbox .tu{overflow:hidden; position:relative;border:2px solid #fff;}
.show .imgbox h4{font-size:16px; color:#333; line-height:35px; text-align:center;}
.show .imgbox:hover .tu{ border-color:#8ad142;}
.show .imgbox:hover .tu .img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
.show .imgbox:hover h4{color:#5ba74c; font-weight:bold}
.show .owl-theme .owl-controls .owl-buttons div{width:39px;}
.show .owl-theme .owl-controls .owl-buttons div.owl-prev{left:-70px; background:url(../images/allow1.png) no-repeat right center;}
.show .owl-theme .owl-controls .owl-buttons div.owl-next{right:-70px; background:url(../images/allow2.png) no-repeat left center;}


/*2、公司简介*/
.jianjie{background:url(../images/jianjie-bg.jpg) center center; background-size:cover; width:100%; height:auto; padding:0 0 40px; color:#fff}
.jianjie .title{color:#fff;}
.jianjie .text{font-size:16px; line-height:30px; height:95px; overflow:hidden}
.jianjie .more{ display:block;width:160px; height:40px; background:#5c5e63; border-radius:8px; margin:20px auto 0; font-size:14px; color:#fff; line-height:40px; text-align:center;}
.jianjie .more:hover{background:#1aa0e5;}



/*3、新闻中心*/
.news{ margin: 20px 0 0 0;}
.news ul li{ padding: 0 0 22px 0; border-bottom: 1px solid #e1e1e1; margin-bottom: 22px;}
.news ul li a{ display: block; width: 100%; padding: 0 0 0 210px; min-height: 124px; position: relative;}
.news ul li a .imgbox{ width: 210px; height: 124px; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden;}
.news ul li a .imgbox span{ display: block; width: 100%; height: 100%; transition: all .3s;}
.news ul li a .news_til{ padding: 7px 0 0 25px;}
.news ul li a .news_til h3{ font-size: 16px; color: #5ba74c; font-weight: bold; transition: all .3s;}
.news ul li a .news_til .news_ti{ font-size: 14px; color: #878787; line-height: 22px; height: 44px; overflow: hidden; margin: 12px 0 0 0; transition: all .3s;}
.news ul li a .news_til .news_ti{ font-size: 14px; color: #878787; line-height: 22px; height: 44px; overflow: hidden; margin: 12px 0 0 0; transition: all .3s;}
.news ul li a .mor{ width: 80px; line-height: 28px; border-radius: 3px; color: #fff; text-align: center; font-size: 12px; background: #5ba74c; margin: 10px 0 0 0;}

.news ul li:hover .imgbox span{ transform: scale(1.1);}
.news ul li:hover .news_til h3{ color: #5c5e63; }
.news ul li:hover .news_til .news_ti{ color: #5c5e63; }
/*4、工程案例*/
.case .imgbox{margin:0 0 15px}
.case .imgbox .tu{border:2px solid #fff;}
.case .imgbox h4{color:#333;}
.case .imgbox:hover .tu{ border-color:#5ba74c;}
.case .imgbox:hover h4{ color:#5ba74c;}


/*5、联系我们*/
.contact{background:#5c5e63;background-size:cover; width:100%; height:auto; }
.contact .title{ background:url(../images/title1.png) no-repeat center center; color:#fff}
.contact .title h4{color:#fff}
.contact h5{font-size:16px; color:#86c138;line-height:40px;}
.contact .zi{ font-size:14px; color:#fff; line-height:22px; margin:10px 0 20px}
.contact .hezi{position:relative; padding-left:160px;}
.contact .hezi .sao{position:absolute; left:0; top:0; width:140px;}
.contact ul li{font-size:14px; color:#86c138; line-height:36px;}
.contact ul li b{margin-right:16px;color:#111416; font-size:16px; width:26px; height:26px; background:#ed9313; border-radius:50%; text-align:center; line-height:26px; margin-top:5px}
.liuyan label,.contact  label{ padding-top:0 !important; text-align:left !important;height:34px; line-height:34px; font-weight:normal;}
.liuyan input,.contact input{ background:#fff; border:0; height:38px;border-radius:10px; color:#4c4c4c}
.liuyan textarea,.contact textarea{ background:#fff; border:0; height:108px; border-radius:10px;}
.liuyan button,.contact button{ width:149px;height:38px;background:#5ba74c;border:none; border-radius:10px; font-size:18px; color:#fff;margin-top:10px}
.liuyan button:hover,.contact button:hover{ background:#5ba74c;color:#fff;}



/*分页*/
.pages a,.pages span {
    display:inline-block;
    padding:2px 5px;
    margin:0 1px;
    border:1px solid #5ba74c;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages a,.pages li {
    display:inline-block;
    list-style: none;
    text-decoration:none; color:#5ba74c;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:0;
}
.pages a:hover{
    border-color:#5ba74c;
}
.pages span.current{
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}




/*底部信息*/
footer{background:#1a1a1a;color:#fff; text-align:center; padding:20px 0; font-size:14px; line-height:20px}
footer a{color:#fff;}
footer a:hover{color:#5ba74c; text-decoration:underline !important}



/*底部热点开始*/
@font-face{font-family:'iconfont';src:url('//at.alicdn.com/t/font_1432720974_1547027.eot');src:url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
.w100{width:100% !important}
.h100{height:100% !important}
.hot{height:50px; background:#262626; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{ background:#333;}	
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*底部热点结束*/

/*子页面*/
/*1、关于我们*/
.main{ padding:20px 0 30px}
/*内页左侧导航主要样式*/
.neiye .title2{line-height:60px;background:#5c5e63; text-align:center;color:#fff;position:relative;font-size:18px; font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-bottom:5px;}
.neiye .title2 i{display:block;position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;cursor:pointer;}
.neiye .title2 span{position:absolute;right:15px;line-height:60px;}
.neiye .navbox .nav1{display:block;background:url(../images/icon11.png) no-repeat 85% center; width:100%; border:1px solid #ccc;font-size:16px; color:#4c4c4c;line-height:38px;padding-left:85px; padding-right:58px; margin-bottom:2px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left}
.neiye .navbox ul a{display:block; background:#f7f7f7;line-height:40px;margin-bottom:2px;font-size:12px;color:#4c4c4c;padding-left:85px; text-align:left}
.neiye .navbox ul{display:none;}
.neiye .navbox .ul1{display:block;}
/*一级导航、二级导航默认选中状态和hover事件*/
.neiye .navbox .nav1.active,.neiye .navbox .nav1:hover{background:url(../images/icon22.png) no-repeat 85% center;border-left:4px solid #5c5e63;padding-left:82px; color:#5c5e63}
.neiye .navbox ul a.active,.neiye .navbox ul a:hover{color:#5c5e63; }


.main .left .lian{width:100%;padding:2px;font-size:14px; color:#666; line-height:25px; border:1px solid #ccc;}
.main .left .lian img{width:100%; height:auto;}
.main .left .lian .zi{padding:10px 10px 20px;}
.main .right .cont{ margin-top:20px}
.main .right .title-zi{ background:url(../images/title-zi.png) no-repeat left center; text-indent:45px;font-size:14px; color:#5ba74c;border-bottom:1px solid #666;}
.main .right .title-zi h4{font-size:18px;line-height:50px;font-weight:bold}
.main .right .title-zi span{margin-top:20px}
.main .right .title-zi a{color:#666}
.main .right .title-zi a:hover{color:#1aa0e5}
.about{ font-size:16px;color:#666; line-height:28px;line-height:45px}
.about span{color:#5ba74c;font-size:24px}
.about h4{font-size:24px; color:#5ba74c; line-height:40px; text-align:center}
.about h5{font-size:24px; color:#5ba74c; line-height:40px; }
.about img{max-width:100%; height:auto; margin:10px auto 20px; display:block}


.call-us{font-size:16px; color:#323045; line-height:35px;}
.call-us img{max-width:100%; height:auto; margin:20px auto; display:block; border:1px solid #d4d4d4;}

.show-box{ background:none;}
.show-box .imgbox{margin:0 0 10px;}
.show-main{color:#333; line-height:24px;}
.show-main img{}

.liuyan{width:70%; margin:0 auto;}


@media (max-width:1350px){
.show .owl-theme .owl-controls .owl-buttons div.owl-prev{ display:none}
.show .owl-theme .owl-controls .owl-buttons div.owl-next{ display:none}
}

@media (max-width:1230px){
.nav li{ width:14%;}
.logo{width:45%;}
header .right{width:55%; padding-left:20px}
header .right .zuo{display:none;}
}

@media (max-width:991px){
header{height:90px; padding-top:10px; border-bottom:0;}
.logo .img{margin-top:0;}
header .ydd_btn{top:30px}
header .sjdnav{ top:90px}
header .ydd_btn span.span02{margin:6px 0;}
.duck{margin-bottom:-20px;}
.duck .imgbox{margin-bottom:20px;}
footer{padding-bottom:70px}
/*手机侧导航 下拉 开始*/
.neiye .navbox .ul1{display:none;}
.neiye .title2{text-align:left; text-indent:85px} 
/*手机侧导航 下拉 结束*/
.liuyan{width:80%;}

.news ul li:hover .imgbox span{ transform: scale(1.1);}
.news ul li:hover .news_til h3{ color: #5c5e63; }
.news ul li:hover .news_til .news_ti{ color: #5c5e63; }
}

@media (max-width:767px){
header{height:70px; padding-top:6px;}
.logo img{width:400px; height:auto;}
header .ydd_btn{top:23px;width:32px;}
header .sjdnav{ top:70px}
.navbox{margin-bottom:8px}
.navbox .navli{margin:0 5px 10px}
footer .phone{width:80%;}
.show-box .row,.case .row{margin:0 -8px !important}
.show-box .col-md-4,.case .col-md-3{padding:0 8px !important}
.liuyan{width:100%;}
.link{ display:none;}
}

@media (max-width:600px){
header .logo img{width:350px; height:auto; margin-top:2px;}
.title{font-size:20px;line-height:28px; margin:35px 0 28px; padding-bottom:12px;}
.title h4{ font-size:18px;}
.duck{ padding:30px 0;}
.show .imgbox h4{line-height:32px}
.liuyan button, .contact button{font-size:16px}
/*手机侧导航 下拉 开始*/
.neiye .title2{line-height:50px; font-size:18px;}
.neiye .title2 span{ line-height:50px;}
/*手机侧导航 下拉 结束*/


}


@media (max-width:479px){
header{height:55px;padding-top:7px}
header .logo img{width:280px; margin-top:0}
header .ydd_btn{top:16px; width:30px;}
header .sjdnav{ top:55px}
header .ydd_btn span.span02{margin:4px 0;}
.duck .imgbox h4{font-size:16px; line-height:30px;}
.show .imgbox{ margin:0 5px 10px;}
.show .imgbox .tu{border-width:2px;}
.show .imgbox h4{line-height:30px}
.news ul li a{ padding: 0 0 0 140px; min-height: 94px;}
.news ul li a .imgbox{ width: 140px; height:94px;}
.news ul li a .news_til{ padding: 0 0 0 15px;}
.news ul li a .news_til h3{ font-size: 14px; padding: 3px 0;}
.news ul li a .news_til .news_ti{ line-height: 18px; height: 36px;}
.news ul li a .mor{ display: none;}
.case .imgbox{margin:0 0 10px}
.liuyan button, .contact button{font-size:14px}
footer .phone{width:100%; font-size:18px}
footer .phone b{font-size:20px;}
.show-box .imgbox{ margin:0 0 10px;}
.jianjie .text{line-height:24px;}
.jianjie .more{width:120px; height:35px; line-height:35px;}

}

@media (max-width:400px){
header .logo img{width:240px;}
header .ydd_btn{width:26px;}
.show .imgbox h4{line-height:28px}
footer .phone{font-size:16px; width:90%}
footer .phone b{font-size:18px;}
}


@media (max-width:380px){
header .logo img{width:230px; margin-top:3px}

}

.top_c {padding-left:20px; border-left:solid 1px #CCCCCC;}
.top_c h2{ float:left; height:60px; margin:54px 0 0 0; color: #333333; font-size: 22px; font-weight: bold; letter-spacing: 1px; }
.top_c h2 b{color: #8ad142;}
.top_c h2 em{ display:block; color:#000000;font-weight:normal;font-size: 24px; padding-top: 12px;}

.list-unstyled{padding-left:0;list-style:none}

/*text-3*/
.text03{ padding:15px 0; font-size:14px; color:#636363; line-height:30px; border-top: 1px solid #e0e0e0; margin: 20px 0 0 0;}
.text03 h5{font-size:18px; color:#ac2c43; line-height:40px;font-weight:bold; }
.text03 img{ max-width:100%; height:auto;}

/*t-7-1*/
.title07{ margin:20px 0 0 0;}
.title07 h1{ margin:0 auto !important; font-size:18px; color:#5ba74c; line-height:30px;}
.title07 h2{ margin:0 auto !important; font-size:18px; color:#333; line-height:40px; width:60%; border-bottom:1px dashed #666;}
.title07 h6{color:#666; line-height:30px; }



/*首页新闻*/
.about_h2{ float: left; font-size: 20px; color: #8ad142;  margin:0px; padding:14px 0px 0px 13px;}

.news_box{margin:20px 0px 30px 0px;}
.index_news{clear: both; list-style:none;margin:0px; padding:20px 0px 0px 0px;}
.index_news li{color:#898989;border-bottom: 1px dashed #ccc;background: url(../images/li.png) no-repeat left 16px;line-height:21px; padding: 10px 0px; padding-left:13px;}
.index_news li a{color:#656464;}
.index_news li a:hover{ text-decoration:none;color:#8ad142; }
.news_time{ float:right;}
.left_news{clear: both;}
.left_news ul{padding:0px 0px 12px 0px;}
.left_news span.news_time{display: none;}

/*友情链接*/
.link{height: 80px;margin:0 auto;}
.link h4{height:40px;margin-bottom: 15px;}
.link h4 .le{font:16px "Microsoft YaHei"; color:#cfcfcf;font-weight: bold;float: left;height: 40px;}
.link h4 .le i{display: inline-block;font:16px "Arial"; color:#cfcfcf;font-weight: bold;padding-left: 8px;}
.link h4 .ri{font:14px "Microsoft YaHei"; color:#cfcfcf;float: right;}
.link p a{float: left; font:16px "Microsoft YaHei"; color:#cfcfcf;display: inline-block;padding:0 10px;line-height: 30px;}

