/***********************************************************
	文件：css/index.css
	备注：首页CSS专用
	版本：4.0
	网站：www.phpok.com
	作者：qinggan <qinggan@188.com>
	日期：2016年03月20日
***********************************************************/

/*轮播*/
.banner{position:relative;width:100%;margin:0 auto;overflow:hidden}
.banner .bd ul{list-style:none;margin:0;padding:0}
.banner .bd ul li{text-align:center;}
.banner .bd ul li img{min-width:1200px;width:100%;}
.banner .hd{position:absolute;bottom:10px;right:10px;text-align:center}
.banner .hd ul{list-style:none;margin:0;padding:0}
.banner .hd ul li{width:24px;height:24px;background:#000;display:inline-block;+display:inline;zoom:1;margin:0 1px;cursor:pointer;line-height:24px;font-size:0.8em}
.banner .hd ul li.on{background:darkred;color:#fff}
/*三栏*/
#index3{}
#index3 .list{ position:relative;}
#index3 .list img{ max-width:100%;}
#index3 .textBox{ position:absolute; left: 10%;  top: 25%;}
#index3 .textBox h2{ color:#909090; font-size:28px; font-weight:bold;}
#index3 .textBox h2:after{
background: #c9c9c9 none repeat scroll 0 0;
content: "";
display: block;
height: 2px;
margin-top: 5px;
width: 60px;}
#index3 .textBox .text{ font-size:18px; color:#0c0c0c;}
#index3 .textBox .more{    margin-top: 30px;}
#index3 .textBox .more a{ background:#a1a1a1; color:#fff; padding:10px 5px;     padding: 8px 24px}
#index3 .textBox .more a:hover{  background:#039fb3; text-shadow:0 0 5px rgba(255,255,255,0.7); }
footer{}
.pc-col-md-4{    width: 33.33333333%; float: left;}
.pcRow{margin-right: -15px;    margin-left: -15px;      display: inline;}

/* .index{width:1200px;margin:0 auto 10px}
.index:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.index .line1{width:300px;float:left;margin-right:10px}
.index .line2{width:580px;float:left;margin-right:10px}
.index .line3{width:300px;float:left}
.index .line1 .pfw,.index .line2 .pfw,.index .line3 .pfw{height:254px;overflow:hidden}
.index .about{line-height:170%;padding:5px 6px 0 6px}
.index .about img{float:left;margin-right:10px}
.index .about p{margin-bottom:5px;text-indent:2em} */
/*产品滚动*/
.plist{margin:0 auto;width:1200px;}
.plist:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.plist h3{text-align:center;line-height:44px;font-size:2em;font-weight:500;letter-spacing:0.5em;margin:0;padding:0;background:url('../images/3dian.png') left center repeat-x;}
.plist h3 span{background:#fff;padding:0 20px;}
.plist .prolist{margin-top:10px}
.plist ul{list-style:none;padding:0;margin:0}
.plist ul li{float:left;width:230px;border:1px solid #ccc;margin:0 4px;}
.plist ul li .img{text-align:center}
.plist ul li .img img{width:140px;height:140px;overflow:hidden;padding:10px}
.plist ul li .title{height:44px;text-align:center;line-height:22px;padding:0 10px 0 5px;overflow:hidden}
.plist ul li .price{font-size:1.2em;line-height:200%;padding:0 10px 0 5px}
.plist ul li .price span{color:red}
/*图片展示*/