/* CSS Document */
body{
	background-color: #f9f9f9;
}

.bannerbox{
	width: 100%;
	/*height: 452px;*/
	height:322px;
	overflow: hidden;
	
}



/*****main_body*********************/
.main_body_bg{
    width: 100%;
    height: auto;
    overflow:hidden;
}

.main_body_bg .mb_links{
    margin: auto;
    width: 1185px;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #565656;
}
.main_body_bg .mb_links a{
    text-decoration: none;
    color: #565656;
}
.main_body_bg .mb_links a:hover{
    color:#900709;
}

.main_body{
	margin: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 20px;
	width: 1200px;
    height: auto;
    min-height: 500px;
    background-color: #fff;
    overflow: hidden;
}
.main_body .titles{
    margin-top: 20px;
    width: 100%;
    height: auto;
    min-height: 50px;
    line-height: 200%;
    font-size: 28px;
    text-align: center;
    color: #6c6c6c;
    overflow: hidden;
}
.main_body .times_lan{
    width: 1000px;
    height: 30px;
    line-height: 30px;
    color: #6c6c6c;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.main_body .video_show{
    margin: auto;
    margin-top: 30px;
    width: 840px;
    /*height: 580px;*/
    height: 620px;
}
.main_body .contents{
    margin: auto;
    margin-top: 20px;
    width: 1000px;
    height: auto;
    line-height: 250%;
    font-size: 14px;
    color: #6c6c6c;
    min-height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main_body .contents img{
    margin: auto;
    max-width: 1100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_body .contents p{
    text-indent: 2em;
}
.main_body .contents p img{
    margin-left: -2em;
}

.main_body .other_infos_t,.main_body .other_infos_b{
    margin: auto;
    width: 1000px;
    line-height: 30px;
    font-size: 14px;
}
.main_body .other_infos_t a,.main_body .other_infos_b a{
    color: #6c6c6c;
}
.main_body .other_infos_t a:hover,.main_body .other_infos_b a:hover{
    color: #a50708;
}








