body {
    min-width: 1200px;
}
.hide {
    display: none;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'';
	display: block;
	clear:both;
	float:none;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
.top {
    background: url(../images/banner.jpg) top center no-repeat;
    height: 730px;
}
.w-480 {
    width: 480px;
}
.w-640 {
    width: 640px;
}
.w-295 {
    width: 295px;
}
.c-center {
    text-align: center;
}
.weight {
    font-weight: 600;
}
.link img:hover,
.pic-3 img:hover,
.slide-box .bd .pic:hover {
    opacity: .9;
    filter: alpha(opacity = 90);
}
.link a:hover,
.list .itm a:hover,
.detail:hover,
.slide-box .tit a:hover {
    color: #f00;
}
.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.category {
    text-align: center;
    background: url(../images/category.png) center 12px no-repeat;
    font-size: 30px;
    height: 86px;
    margin: 50px auto 30px;
}
.bg-gray {
    background: #f9f9f9;
    padding: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}
.bg-gray span {
    display: inline-block;
    margin: 0 30px;
}
.fc-blue {
    color: #4e78ac;
}
.s-cat {
    background: url(../images/icon.png) left center no-repeat;
    margin: 40px auto 20px;
    padding-left: 25px;

}
.title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txt {
    color: #777777;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}
.detail {
    color: #f00;
}
.list {
    margin-top: 40px;
}
.list .itm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    background: url(../images/list.png) left center no-repeat;
    padding-left: 20px;
}
.code-box {
    text-align: center;
    margin-top: 30px;
    border-top: 1px dashed #d6d6d6;
    padding-top: 30px;
}
.pic-code {
    vertical-align: middle;
    margin-right: 30px;
}
.txt-code {
    display: inline-block;
}
.article {
    margin-bottom: 30px;
}
.article .pic {
    width: 160px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.article .pic img{
    width: 100%;
}
.article .art-ct {
    float: right;
    width: 460px;
}
.article .art-ct .title {
    text-align: left;
}
.pic-2 {
    display: block;
    border: 1px solid #cccccc;
    text-align: center;
    margin-bottom: 10px;
}
.pic-2 img {
    display: block;
    margin: 15px auto;
}
.p-list {
    margin-right: -15px;
}
.p-list .itm {
    float: left;
    width: 117px;
    margin-right: 14px;
    margin-bottom: 20px;
}
.p-list .itm .pic {
    width: 117px;
    height: 92px;
    overflow: hidden;
    margin-bottom: 10px;
}

.p-list .itm .pic img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.category .itm {
    font-size: 16px;
    margin-top: 5px;
}

.slide-box {
    width: 1000px;
    height: 760px;
    position: relative;
    margin: 0 auto 80px;
}
.slide-box .hd {
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
}
.slide-box .hd ul li {
    float: left;
    width: 14.2857%;
    height: 10px;
    text-align: center;
    background: #f2f2f2;
    cursor: pointer;
}
.slide-box .hd ul li.on {
    background: #4d78ac;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    width: 1046px;
    height: 760px;
    zoom: 1;
    vertical-align: middle;
}
.slide-box .prev,
.slide-box .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: -74px;
    height: 727px;
    width: 54px;
    z-index: 9999;
}
.slide-box .next {
    background: url(../images/right.png) center center no-repeat;
    left: auto;
    right: -74px;
}
.slide-box .bd li .itm {
    float: left;
    width: 477px;
    margin-right: 46px;
    margin-bottom: 46px;
}
.slide-box .bd .pic {
    display: block;
    width: 477px;
    height: 237px;
    margin-bottom: 10px;
}

.slide-box .tit {
    font-weight: 600;
    font-size: 24px;
}
.slide-box .txt-3 {
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}























