
a{
	text-decoration: none;
}
ol,ul{
	list-style:none;
}
.t_box {
	width: 1240px;
	height: 674px;
	position: relative;
    margin: 0 auto;
    background: url(../images/bbg.jpg) no-repeat center top;
    background-size: 100%;
}

.t_box_banner {
	width: 1240px;
    height: 237px;
    margin: 0 auto;
    position: relative;
    padding-top: 129px;
    padding-bottom: 89px;
}

.t_box_banner .banner{
	width: 1240px;
	height: 237px;
	text-align: center;
	margin: 0 auto;
	z-index: 8;
	background: url(../images/banner.png) no-repeat center center;
	-webkit-animation:move1 2s;
	-moz-animation:move1 2s;
	-ms-animation: move1 2s;
	-o-animation:move1 2s;
	animation: move1 2s;
}
@-webkit-keyframes move1 {*/
	from {transform: scale(0);}
	to {transform: scale(1);}
}
@-ms-keyframes move1 {
    from {transform: scale(0);}
	to {transform: scale(1);}
}
@-o-keyframes move1 {
    from {transform: scale(0);}
	to {transform: scale(1);}
}
@-moz-keyframes move1 {
    from {transform: scale(0);}
	to {transform: scale(1);}
}
@keyframes move1 {
    from {transform: scale(0);}
	to {transform: scale(1);}
}
.emblem{
	width: 424px;
    height: 22px;
    margin: 0 auto;
    /*background: url(../images/emblem.png) no-repeat;;*/
    position: relative;
    top: 495px;
}

.t_head{
	height: 107px;
    width: 1240px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.t_head_tit{
	width: 100%;
    margin: 0 auto;
	padding: 0;
    height: 107px;
}
.t_head_tit .title1{
	margin: 0 auto;
    text-align: center;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.t_head_tit .title1 a{
	font-size: 30px;
	color: #d41622;
}
.t_head_tit .title2{
	width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #d41622;
    line-height: 30px;
    margin-top: 17px;
}
.t_head_tit .title2 a{
	color: #d41622;
}

.t_lunbo{
	width: 1200px;
    height: 675px;
    margin: 0 auto 20px;
}
.lunbo{
	width: 1200px;
    height: 675px;
}
.lunbo image{
	width: 100%;
    height: 100%;
}

.container{
	width: 1200px;
	margin: 0 auto;
}
.sec1{
    margin: 70px 0 20px 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #d41622;
}
.list li{
	display: none;
	padding: 0 100px;
	border-bottom: 1px dashed #c6c6c6;
}
.list li:first-child .tit {
    font-size: 32px;
    font-weight: 700;
}
.list li .tit {
    padding: 15px 0;
    display: block;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    overflow: hidden;
}
.list li .intro {
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 16px;
}
.new-more-btn {
    padding: 30px 0;
}
.new-more-btn a {
    display: block;
    width: 154px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #98b6dc;
    border-radius: 5px;
    text-align: center;
}

.dd-footer{
	width: 100%;
	background-color: #e84443;
}