
.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;
}
.container .left,.container .right{
    width:583px;
}
.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: #DD7814;
}
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: 1200px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom:75px;
}

.menu a{
    display:inline-block;
    padding:5px 10px;
    font-size:18px;
    color:#333;
    margin:20px 35px;
    background:#eee;
    border-radius:5px;
}

.menu a:hover{
    background:#6A58AC;
    color:#fff;
}

.t0 .article .u-tit{
    font-size:36px;
    margin-bottom:24px;
}
.t0 .article .u-tit a{
    color:#DD7814;
}
.t0 .u-ct{
    color:#666;
}
.article {
    padding: 20px;
    margin-bottom: 20px;
}
.article .u-tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article .u-txt {
    font-size: 14px;
    color: #333;
    text-indent:2em;
    height: 53px;
    overflow: hidden;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-list .itm a:hover,
.article .u-tit a:hover,
.more:hover{
	color: #6A58AC;
}
.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-list .itm {
    float: left;
    line-height: 55px;
    width: 530px;

    text-indent: 25px;
    margin: 0 10px;
}

.detail {
	color: #7d7d7d;
}
.slide-box {
    width: 586px;
    height: 440px;
    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: 586px;
    height: 440px;
}

.slide-box .bd img {
    width: 586px;
    height: 400px;
    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;
}
.t1 .right{
    width:586px;
}
.container .target{
    width:556px;
    height:328px;
    border:15px solid #F99826;
    background:#4e4e4e;
}

.target h3{
    color:#fff;
    margin:25px auto 15px;
    text-align: center;
}

.target p{
    margin:0 30px;
    color:#fff;
    text-indent:2em;
    line-height:2em;
}
.target ul{
    margin: 0 0 0 50px;
    width: 450px;
    color: #fff;
    
}
.target ul li{
    list-style-type: disc;
}


.newtitle{
    position:relative;
}

.newtitle .more{
    position:absolute;
    right:0;
    bottom:0;
    color:#666;
}

.newcontent{
    margin-top:30px;
}
.newcontent h4{
    margin-bottom:20px;
}

h3{
    font-size:30px;
    font-weight:bold;
    color:#6A58AC;
    margin-bottom:30px;
}

.box h4{
    font-size:20px;
    font-weight: bold;
}

.box p{
    font-size: 16px;
    color:#666;
}

.col-right {
	width: 586px;
	float: right;
}
.specmore {
	background: #f17272;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    border-radius: 40px;
}
.m-list {
	margin: 0 -20px;
}
.m-list .itm {
	float: left;
    line-height: 39px;
    width: 470px;
    list-style-type: disc;
    color:#ccc;
    text-indent: 25px;
    margin: 0 20px;
}
.m-list-dt {
	margin: 0;
}
.m-list-dt .itm {
	margin: 0;
    text-indent: 35px;
    line-height: 55px;
}
.p-list {
	margin: 0 -10px;
}
.p-list .itm {
	width: 310px;
	float: left;
	margin: 10px;
}
.p-list .pic {
	width: 310px;
	height: 175px;
	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;
}
.slide-left {
    /* overflow: hidden; */
    position: relative;
}

.slide-left .hd {
    height: 0;
    width: 100%;
    position: relative;
}

.slide-left .hd .prev,
.slide-left .hd .next {
    display: block;
    /* overflow: hidden; */
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    top: 75px;
    left: -60px;
    height: 60px;
    width: 40px;
    z-index: 999;
}
.slide-left .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
    right: -60px;
}
.slide-left .hd .prevStop {
    background-position: -60px 0;
}
.slide-left .hd .nextStop {
    background-position: -60px -50px;
}
.slide-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slide-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slide-left .hd ul li.on {
    background-position: 0 0;
}
.slide-left .bd{
    width: 1200px;
    margin: 0 -15px;
}
.specile .bd {
    width: 1200px;
    margin: 0;
}
.specile .bd .picList{
    width:1235px;
}
.slide-left .bd ul ,.specile .bd ul{
    overflow: hidden;
    zoom: 1;
}
.slide-left .bd ul li{
    margin: 0 15px;
    width: 278px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.specile .bd ul li{
    margin-right:30px;
    width: 278px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.slide-left .bd ul li img,.specile .bd ul li img {
    width: 278px;
    height: 209px;
    display: block;
}
.slide-left .bd ul li .title ,.specile .bd ul li .title{
    display: block;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/opa.png) repeat;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.slide-left .bd ul li .title p,.specile .bd ul li .title p{
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}