body {
	min-width: 1100px;
}
.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 500px;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.hot .u-title a:hover,
.pt-list .u-title a:hover {
	text-decoration: underline;
}
.pt-list .u-pic img:hover,
.slider-pic .bd .pic img:hover {
	opacity: .85;
}
.slider-pic .bd .u-title a:hover,
.more:hover {
	color: #d62c0f;
}
.mt-100 {
	margin-top: 100px;
}
.mt-60 {
	margin-top: 60px;
}
.fs-44 {
	font-size: 40px;
}
.fc-red {
	color: #d62c0f;
}
.hot .u-title {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.category {
	position: relative;
	height: 60px;
	text-align: center;
}
.category a {
	display: inline-block;
    height: 60px;
    text-align: center;
    width: 200px;
    line-height: 60px;
    font-size: 0;
}
.category-1 {
	background: url(../images/pcline-1.png) center center no-repeat;
}
.category-2 {
	background: url(../images/pcline-2.png) center center no-repeat;
}
.category-3 {
	background: url(../images/pcline-3.png) center center no-repeat;
}
.category-4 {
	background: url(../images/pcline-4.png) center center no-repeat;
}
.category-5 {
	background: url(../images/pcline-5.png) center center no-repeat;
}
.category-6 {
	background: url(../images/pcline-6.png) center center no-repeat;
}
.category-7 {
	background: url(../images/pcline-7.png) center center no-repeat;
}
.category-8 {
	background: url(../images/pcline-8.png) center center no-repeat;
}
.category-9 {
	background: url(../images/pcline-9.png) center center no-repeat;
}
.category-10 {
	background: url(../images/pcline-10.png) center center no-repeat;
}
.pt-list li {
    margin-bottom: 40px;
}
.pt-list .u-pic {
    display: block;
    width: 280px;
    height: 186px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.pt-list .u-pic img {
	display: block;
    width: 100%;
}
.pt-list .u-ct {
    height: 186px;
    overflow: hidden;
}
.pt-list .u-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    max-height: 78px;
    overflow: hidden;
}
.pt-list .u-txt{
    color: #666;
    max-height: 96px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8;
}
.more {
	display: block;
    width: 400px;
    background: #eaeaea;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    height: 50px;
    margin: 0 auto;
}


.slider-pic {
    /*overflow: hidden;*/
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.slider-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
}
.slider-pic .hd .prev,
.slider-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    top: 75px;
    left: -50px;
    height: 60px;
    width: 40px;
}
.slider-pic .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
    right: -50px;
}
.slider-pic .hd .prevStop {
    background-position: -60px 0;
}
.slider-pic .hd .nextStop {
    background-position: -60px -50px;
}
.slider-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slider-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-pic .hd ul li.on {
    background-position: 0 0;
}
.slider-pic .bd {
    width: 990px;
    margin: 0 auto;
}
.slider-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-pic .bd ul li {
    margin: 0 5px;
    width: 320px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slider-pic .bd ul li .pic {
    text-align: center;
    display: block;
    height: 210px;
    position: relative;
    overflow: hidden;
}
.slider-pic .bd .pic img {
    width: 100%;
    display: block;
}
.slider-pic .bd .u-title {
    margin-top: 10px;
    font-size: 18px;
}
.slider-pic .bd .u-title a {
    text-align: center;
    padding: 5px;
}











