﻿@charset "utf-8";

body {
    background: #fff;
    font-family: "微软雅黑","Arial","宋体";
    color: #333;
    font-size: 12px;
    min-width: 1300px;
}

body {
    background: url(/areweb/special05/images/bg.jpg) no-repeat center top #fff;
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.clrfix:before, .clrfix:after {
    content: "";
    display: table;
}

.clrfix:after {
    clear: both;
}

.clrfix {
    zoom: 1;
}
/* 清除浮动 适用100% */
.overflowfix {
    overflow: auto;
    zoom: 1;
}

.displayfix {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    _width: auto;
}

/* 特有 */
.clr {clear: both; font-size: 0; height: 0; line-height: 0;}
.clr10 {clear: both; font-size: 0; height: 10px; line-height: normal;}
.clr15 {clear: both; font-size: 0; height: 15px; line-height: normal;}
.clr20 {clear: both; font-size: 0; height: 20px; line-height: normal;}
.clr30 {clear: both; font-size: 0; height: 30px; line-height: normal;}
.clr40 {clear: both; font-size: 0; height: 40px; line-height: normal;}
.clr50 {clear: both; font-size: 0; height: 50px; line-height: normal;}
.clr60 {clear: both; font-size: 0; height: 60px; line-height: normal;}
.clr80 {clear: both; font-size: 0; height: 80px; line-height: normal;}
.clr100 {clear: both; font-size: 0; height: 100px; line-height: normal;}

/*公用*/
.block_pic_bg {
    background: url(/areweb/special05/images/bg.jpg) no-repeat center 0;
}
.block {
    width: 1000px;
    margin: 0 auto;
}

.block_bg {
    width: 1000px;
    margin: 50px auto;
    padding: 15px;
    background: #FFF;
}
.block_01 {
    width: 1200px;
    margin: 0 auto;
}
.block_01 .area_l {
	width: 652px;
	float: left;
}
.block_01 .area_r {
	width: 513px;
	float: right;
}
.block_02 {
    width: 1200px;
    margin: 0 auto;
}
.block_02 .area_l {
	width: 590px;
	float: left;
}
.block_02 .area_r {
	width: 590px;
	float: right;
}

/*header*/
.header .logo {
    background: #F8F8F8;
    text-align: right;
    font-family: "宋体";
    line-height: 35px;
}

    .header .logo a {
        color: #666;
    }

        .header .logo a:hover {
            color: #FF6600;
        }

    .header .logo img {
        height: 25px;
        padding-right: 15px;
        vertical-align: middle;
    }

.header .banner img {
    width: 100%;
}

.mainnav .mainnav_bg {
    background: url(/areweb/special05/images/mainnav_bg.png);
    height: 62px;
    line-height: 62px;
}

.mainnav ul {
    width: 1200px;
    margin: 0 auto;
	text-align:center;
    /*background: url(/areweb/special05/images/mainnav_x.png) no-repeat 0 0;*/
}

.mainnav li {
    display:inline-block; *display:inline; zoom:1;
    /*background: url(/areweb/special05/images/mainnav_x.png) no-repeat right 0;*/
    padding: 0 2px;
}

    .mainnav li a {
        font-family: "微软雅黑","黑体";
        padding: 0 65px;
        display: block;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
    }

        .mainnav li a:hover, .mainnav li.on a {
            /*background: url(/areweb/special05/images/mainnav_hover.png) no-repeat center 0;*/
			color:#FFFF66;
        }

/*footer*/
.footer {
    background: url(/areweb/special05/images/footer_bg.jpg) no-repeat center bottom;
}
    /*.footer .logo {
	padding:100px 0 15px;
}*/
    .footer .footer_bg {
        color: #c20000;
        text-align: center;
        padding: 120px 0 125px;
        font-size: 16px;
    }

    .footer a {
        color: #c20000;
    }

    .footer i {
        font-style: normal;
        padding: 0 10px;
    }
/*.footer .footer_r {
	float:right;
	padding:110px 0 0;
}
.footer .footer_l {
	float: left;
	padding-top:25px;
}*/

/*弹出层*/
.myPage {
    line-height: 3;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.lightBox, .popupCover, .popupIframe, .popupComponent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popupComponent {
    z-index: 9998; /*display:none;*/
}

.popupIframe {
    display: none;
    _display: block;
    _filter: alpha(opacity=0);
}

.popupCover {
    background: #000;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.lightBox {
    text-align: center;
    overflow: auto;
}

.lightBoxContent {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #fff;
    vertical-align: middle;
    width: 1000px;
}

.lightBoxMaxHeight {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    *height: 99.5%;
    width: 1px;
    overflow: hidden;
    margin-left: -1px;
}

.lightBoxWrapper {
    text-align: left;
}

.lightBoxClose {
    color: #f00;
}

.lightBoxSubmit {
    padding: 0 0 15px;
}

.lightBoxContent {
    background: url(/areweb/images/popup/bg.png);
    padding: 10px;
    border-radius: 8px;
}

    .lightBoxContent .lightBox_title {
        background: url(/areweb/images/popup/part_bg.gif) repeat-x;
        height: 39px;
        line-height: 39px;
        border-bottom: 1px solid #CCCCCC;
        padding: 0 15px;
        text-align: left;
    }

        .lightBoxContent .lightBox_title p {
            font-size: 16px;
            color: #000;
            font-family: "微软雅黑","黑体";
        }

        .lightBoxContent .lightBox_title span {
            float: right;
            padding-top: 13px;
        }

            .lightBoxContent .lightBox_title span a {
                background: url(/areweb/images/popup/close_bg.png) no-repeat;
                width: 15px;
                height: 14px;
                display: block;
            }

                .lightBoxContent .lightBox_title span a:hover {
                    background-position: 0 bottom;
                }

    .lightBoxContent .lightBoxWrapper {
        background: #FFF;
        padding: 0;
    }
/*弹出层-视频*/
.video_layer {
    width: 100% !important;
    height: 600px !important;
}

/*public*/
.public_banner img {
    width: 100%;
}

/*column*/
.column_01 .column_t {
    padding: 0 0 20px;
    border-bottom: 1px solid #cccccc;
}
.column_01 .column_t .column_more {
	float:right;
	padding-top:4px;
}
.column_01 .column_t .column_title * {
	vertical-align:middle;
}
.column_01 .column_t .column_title b {
	font-size: 30px;
	font-weight: 700;
	color: #c20000;
	padding-left:15px;
}
.column_01b .column_t {
    border-bottom: none;
}

/* 焦点图 */
.silbo-slide_03, .silbo-slide_03 .Slides li, .silbo-slide_03 .Slides img {
    width: 600px !important;
    height: 450px !important;
}

    .silbo-slide_03 .Slides li .SlideTitle, .silbo-slide_03 .Slides li .SlideTitle b {
        width: 600px !important;
    }

    .silbo-slide_03 .Slides img, .silbo-slide_03 .Slides {
        height: 450px !important;
    }

/*part*/
    .part_01 .part_l {
        float: left;
        width: 600px;
    }

    .part_01 .part_r {
        float: right;
        width: 550px;
    }
    .part_01 .hot {
        padding: 20px 0;
		border-bottom: 1px solid #cccccc;
    }
    .part_01 .hot .title {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis; white-space: nowrap; *white-space: normal; /*IE7有时会出问题*/
    }
	.part_01 .hot .title a {
		font-size: 18px;
		font-weight:bold;
	}
    .part_01 .hot .sum {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        padding: 14px 0 0;
        font-size: 15px;
		color: #666666;
    }
.part_01 .list {
	padding-top: 13px;
}
.part_01 .list li a {
	display: block;
	background: url(/areweb/special05/images/list_01.png) no-repeat 0 15px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis; white-space: nowrap; *white-space: normal; /*IE7有时会出问题*/
	padding-left: 25px;
}
.part_01 .list li .time {
	float: right;
	color: #999999;
	padding-left: 20px;
	font-size: 16px;
}
.part_02 .list {
	background: #fbfbfb;
	border: 1px solid #dadada;
	padding:30px 50px 40px 30px;
}
.part_02 .list li a {
	display: block;
	background: url(/areweb/special05/images/list_01.png) no-repeat 0 20px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis; white-space: nowrap; *white-space: normal; /*IE7有时会出问题*/
	padding-left: 30px;
}
.part_02 .list li .time {
	float: right;
	color: #999999;
	padding-left: 20px;
	font-size: 16px;
}
.part_03 .list {
	margin:0 -13px;
	padding-top:10px;
}
.part_03 .list li {
	float:left;
	width:382px;
	padding:0 13px;
	padding-bottom:30px;
}
.part_03 .list li img {
	width: 100%;
	height: 214px;
}
.part_03 .list .title {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	display:block;
	padding-top:20px;
}

/* 尺寸 */
.silbo-slide_03, .silbo-slide_03 .Slides li, .silbo-slide_03 .Slides img {
	width:100% !important;
    height:388px !important;
}
.silbo-slide_03 .Slides li .SlideTitle, .silbo-slide_03 .Slides li .SlideTitle b {
	width:100% !important;
}
.silbo-slide_03 .Slides img, .silbo-slide_03 .Slides {
    height:388px !important;
}

/*程序页码*/
.page_box {
    text-align: right;
    color: #999;
}

    .page_box .flickr.right a, .page_box .flickr.right span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 15px;
        line-height: 34px;
        background: #CCCCCC;
        color: #FFFFFF;
        font-weight: normal;
        font-size: 14px;
        margin-left: 4px;
        /*border-radius:3px;*/
    }

        .page_box .flickr.right a:hover, .page_box .flickr.right span.current {
            background: #F07816;
        }

    .page_box .info {
        padding-left: 8px;
    }
