
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.mt-100 {
	margin-top: 100px;
}
.left {
	float:left;
	display:inline;
}
.right {
	float:right;
	display:inline;
}
.more:hover {
	text-decoration: underline;
}
.m-list .itm a:hover,
.article .u-tit a:hover,
.detail:hover,
.p-list .itm .u-tit a:hover{
	color: #f00;
}
img:hover {
	opacity: .9;
}
.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 500px;
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.category {
	width: 1000px;
	height: 80px;
    display: block;

    text-align: center;
    position: relative;
    margin: 100px auto 40px;
}
.category:after{
    content: '';
    height: 4px;
    width: 25px;
    display: block;
    background-color: #C91A1A;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.category .title {
	/* 
    height: 55px;
    font-size: 0;
    width: 160px;
    position: absolute;
    margin-left: -76px;
    left: 50%;
    background: url(../images/category.png) no-repeat;
    */

    height: 55px;
    width: 160px;
    color: #C91A1A;
    font-size: 36px;
    font-weight: 600;

    line-height: 55px;
}


.category .more:hover{
    text-decoration: none;
}
.category1 a {
	background-position: 0px 8px;
}
.category2 a {
	background-position: 0px -65px;
}
.category3 a {
	background-position: 0px -141px;
}
.category4 a {
	background-position: 0px -221px;
}
.category5 a {
	background-position: 0px -302px;
}

.category1 .video .itm{
    margin-top:35px;
    margin-bottom:20px;
}
.article {
	margin: 20px 0;
}
.article .u-tit {
	font-size: 36px;
	margin-bottom: 15px;
	text-align: center;
    font-weight: 600;
    
}
.article .u-tit a {
	color: #C91A1A;
}
.article .u-ct {
	font-size: 15px;
	color: #7d7d7d;
	text-align: justify;
	line-height: 1.8;
}
.detail {
	color: #7d7d7d;
}
.slide-box {
    width: 480px;
    height: 400px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slide-box .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}

.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide-box .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slide-box .hd ul li.on {
    background: #00a1e9;
    color: #fff;
}

.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 480px;
    height: 400px;
}

.slide-box .bd img {
    width: 480px;
    height: 360px;
    display: block;
}
.slide-box .prev,
.slide-box .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 30px;
    height: 45px;
    background: url(../images/left.png) center center no-repeat;
}

.slide-box .next {
    background: url(../images/right.png) center center no-repeat;
    left: auto;
    right: 0;
}
.slide-tit {
	background: #000;
	color: #fff;
	padding-left: 10px;
    padding-right: 80px;
	line-height: 40px;
	font-size: 16px;
}
.col-right {
	width: 480px;
	float: right;
}
.more {
	background: #f17272;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    margin: 30px auto;
    display: block;
    text-align: center;
    border-radius: 40px;
}
.m-list {
	margin: 0 -20px;
}
.m-list .itm {
	float: left;
    line-height: 49px;
    width: 470px;
    background: url(../images/point.png) left center no-repeat;
    text-indent: 25px;
    margin: 0 20px;
}
.m-list-dt {
	margin: 0;
}
.m-list-dt .itm {
	margin: 0;
    background: url(../images/point.png) 15px center no-repeat;
    text-indent: 35px;
}
.p-list {
	margin: 0 -10px;
}
.p-list .itm {
	width: 310px;
	float: left;
	margin: 10px;
}
.p-list .pic {
	width: 310px;
	height: 232px;
	overflow: hidden;
	display: block;
}
.p-list .itm img{
	width: 310px;
	display: block;
}
.p-list .itm .u-tit {
	margin-top: 10px;
}
.fc-red {
	color: #f00;
}
.p-list-2 .itm {
	width: 480px;
	float: left;
	margin: 10px;
}
.p-list-2 .pic {
	width: 480px;
	height: 270px;
	overflow: hidden;
}
.p-list-2 .itm img{
	width: 480px;
	display: block;
}
.p-list-2 .itm .u-tit {
	background: url(../images/icon_bg.png) 0 4px no-repeat;
	padding-left: 25px;
}
.fc-red {
	color: #f00;
}
.t-list {
	margin: 0 -20px;
}
.t-list .itm {
	float: left;
    width: 470px;
    margin: 0 20px 20px;
}
.t-list .u-tit {
	font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.t-list .u-tit a {
	color: #000;
}
.data {
    background: url(../images/data.png) top center no-repeat;
    height: 120px;
    width: 120px;
    right: 30px;
    position: absolute;
    top: 1010px;
    display: block;
}
