﻿@charset "utf-8";
/* CSS Document */
a{color:#4e4e4e}
a{transition:color 0.1s linear;-webkit-transition:color 0.1s linear;-moz-transition:color 0.1s linear;-ms-transition:color 0.1s linear}
a:hover{color:#f40}
#goToTop{margin-right:-580px}

.slideBox{width:100%;height:500px;overflow:hidden;position:relative;z-index:2}
.slideBox .bd li a{display:block;width:100%;height:500px;overflow:hidden;background-repeat:no-repeat;background-position:center top}
.slideBox .hd{position:absolute;bottom:12px;left:45%;z-index:3;height:25px;overflow:hidden}
.slideBox .hd ul{float:left;overflow:hidden}
.slideBox .hd li{color:#fff;height:25px;line-height:25px;text-align:center;width:25px;margin-right:10px;float:left;background:#444;border-radius:50%;cursor:pointer;*width:20px;*height:20px;*line-height:20px}
.slideBox .hd li.on{background:#ff7700}

.t003-ind{width:1100px;margin:20px auto}
.t003-ind h1{background:#ff4400;height:46px;line-height:46px;font-size:20px;font-family:microsoft yahei;color:#fff;text-indent:15px;font-weight:bold}
.ind-item{border:1px solid #e8e8e8;border-top:none;padding:10px 0;height:282px}
.item-img{float:left;width:526px}
.item-img a{display:block;width:526px;height:282px;overflow:hidden}
.item-img a img{width:526px;min-height:282px;_height:282px;transition:transform 0.3s linear;-webkit-transition:-webkit-transform 0.3s linear;-moz-transition:-moz-transform 0.3s linear;-ms-transition:-ms-transform 0.3s linear}
.item-img a:hover img{transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-wekit-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05)}
.item-con{float:left;width:540px;margin-left:20px}
.item-con h3{height:60px;margin:12px 0;overflow:hidden}
.item-con h3 a{line-height:30px;display:block;font-size:20px;font-family:microsoft yahei;font-weight:600}
.item-con p{color:#605c61;font-family:microsoft yahei;font-size:14px;line-height:20px}
.item-con p em{color:#f60;margin:0 3px}
.item-con p span{margin-right:50px}
.item-con .txt{background:#f5f5f5;padding:10px;line-height:24px;font-family:microsoft yahei;color:#57515c;font-size:14px;margin-top:20px;height:48px;overflow:hidden}
.item-con .pri{margin-top:18px;height:57px;border-top:1px dotted #a1a1a1;padding:15px 0 0 15px}
.item-con .pri a.pri-buy{width:150px;height:39px;background:url(../images/buy.jpg) no-repeat 0 0}
.item-con .pri span{color:#e10000;font-size:27px;font-family:arial}
.item-con .pri span i{font-size:40px}
.item-con .pri del{color:#57515c;font-size:14px;margin-left:8px;text-decoration:line-through;font-family:microsoft yahei}