body{
    margin: 0;
    padding: 0; 
    background:#f0f0f0 url('/shtml/images/banner.jpg') no-repeat center 0;
    width:100%;
    position: relative;
    font-family:"Microsoft YaHei",Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,”Hiragino Sans GB”,Simsun,sans-self!important;
    font-weight:bold;
}
.container{
    width:1104px;
    position: relative;
    margin: 0 auto;
    /* padding-top: 215px; */
}
.title_font{
    position: absolute;
    display: inline-block;
    width: 40%;
    height: 40px;
    top:50px;
}
.title_font_right{
    position: absolute;
	height: 50px;
    top: 70px;
    right: 56px;
}
.navBox{
    width: 100%;
	background: white;
    
}


.navBox a{
    display: block;
    position: relative;
    float: left;
    width: 10%;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.userSelect{
    color: white;
	
}
.navBox a:hover,.active_a{
    color: white;
    background-color:#d02a2b;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}

.navBox span{
    color: #d02a2b;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
   
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align:bottom;
    /* height: 100%; */
}
.navBox span:hover{
    color: white;
}


.carousel_box{
    width: 100%;
    height:400px;
    position: relative;
    background: white;
    border-bottom: 1px solid #f0f0f0;
}
/* 导航栏结束 */
/* 轮播图开始 */
#slideBox {
    width:100%;
    height: 100%;
    position: relative;
}
/* 设置轮播图宽度样式 */
.imgBox {
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.img_list{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    display:none;
    
}
#slideBox .imgBox .img_list{
	border:none;
	text-align: left;
}
.img_list_a{
    position:absolute;
    top: 0px;
    display: inline-block;
    width: 100%;
    height:100%;
    z-index: 102;
    
}
.imgListSpan{
	width:100%;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	text-align: left;
    padding-left: 10px;
    color: white;  
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: rgba(0,0,0, 0.68);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.widthSpan{
	width:400px;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_list_a:hover{
    color: wheat;
    text-decoration: none;
}
.img_list img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    z-index: 100;
}

.indicators {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.show {
    display: inline-block!important;
}

.buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.indicators span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: rgb(18, 50, 81);
    color: white;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

.indicators span.current {
    background: rgb(252, 102, 27);
    color: white;
}
/* 轮播图结束 */

/* 轮播图右边的 box ：搜索和列表*/
.carousel_box_right{
    width:490px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 15px 0 15px;
}

/* 搜索框 */
.searchBox{
    width: 100%;
    border: 1px solid #dadada;
    height: 32px;
    line-height: 32px;
    position: relative;
}
.searchBox input,.searchInput input{
    width:80%;
    padding-left: 10px;
    margin-top: 2px;
    font-size: 14px;
    outline: none;
    border:none;
    position: absolute;
    top: 0;
    height: 88%;
    line-height: 32px;
}
.searchBox button,.searchInput button{
    border:none;
    width: 96px;
    font-weight: bold;
    height: 100%;
    text-align: center;
    font-size: 14px;
    background-color:#5A4835;
    background-size: 100% 100%;
	

    color: white;
    position: absolute;
    font-weight: bold;
    right: 0;
}
/* 本地动态 */
.stateList{
    position: relative;
    width: 100%;
}
.stateBox{
    display: none;
    width: 100%;
    position: absolute;
}
.stateTitle{
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #d02a2b;
    font-weight: bold;
    margin: 24px 0 14px 0;
}
.stateTitle i{
    display: inline-block;
    user-select: none;
    position: absolute;
    top: 20%;
    height: 60%;
    width: 3px;
    background-color: #d02a2b;
}
.stateTitle span{
    position: absolute;
    left: 10px;
}
.stateTitle a{
    display: inline-block;
    position: absolute;
    right: 0;
    width: 50px;
    height:100%;
    background: url('/shtml/images/pic/more.png')right;
    background-repeat: no-repeat;
	color:#d02a2b;
	font-size:14px;
}
.stateDetail{
    width: 100%;
    height: 256px;
    position: relative;
    overflow: hidden;
}
.stateChioce{
    display: block!important;
}
.stateDetail a{
    position: relative;
    display: block;
    padding: 2px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
}
.stateDetail a:hover{
    text-decoration: none;
}
.stateDetail a:hover .stateInfo,.stateDetail a:hover .stateDate{
	color:#d02a2b;
}
.stateInfo{
    position: absolute;
    left: 0;
    color: #282828;
    font-size: 14px;
    font-weight: normal!important;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    width: 340px;
}
.stateDate{
    width: 30%;
	font-weight:normal!important;
	font-size: 12px;
    color: #aaa;
    position: absolute;
    right: 0;
    text-align: right;
}


/* 中间的导航栏 */
.centerNav{
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px 0;
    height: 70px;
    box-sizing: border-box;
    line-height: 70px;
    background: white;
}
.centerNav a{
    position: relative;
    top: -10px;
    /* float: left; */
    display: inline-block;
    width:146px;
    height:50px;
   line-height: 50px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    /* margin: 0 5px; */
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color:#a6a5a5;
}
.firstMargin{
    margin-left: 10px;
}
.firstMargin:hover{
    margin-left: 10px;
}
.centerNav a:hover{
    background-color:#D02A2B;
    margin-right: 5px;
}
.centerNavact{
    display: inline-block;
    background-color:#D02A2B!important;
}
.fastAccessBox{
    width: 100%;
    height: 390px;
    position: relative;
    margin-top: 16px;
    /* background: white; */
}
.fastLeft{
    width: 480px;
    height: 100%;
    position: absolute;
    /* top:-4%; */
    background: white; 
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
}
.fastLeft_title{
    width:40%;
    height: 100%;
    float: left;
}
.fastLeft_title span{
    display: block;
    font-size: 20px;
    font-weight: bold!important;
    position: relative;
    text-align: center;
    height: 80px;
    margin-bottom: 10px;
    color: white;
    line-height: 80px;
    box-sizing: border-box;
}
.fastLT1{
    padding-left: 60px;
    box-sizing: border-box;
    background:#ffaf3c url('/shtml/images/icon1111.png') no-repeat 20px center;
}

.fastLT1:hover{
    border-left:6px solid #ffaf3c;
    box-sizing: border-box;
    color: #ffaf3c!important;
    background: url('/shtml/images/icon111.png') no-repeat 20px center;
}
.fastleft_select{
    border-left:6px solid #ffaf3c!important;
    box-sizing: border-box!important;
    color: #ffaf3c!important;
    background: url('/shtml/images/icon111.png') no-repeat 20px center!important;
}
.fastLT2{
    padding-left: 60px;
    box-sizing: border-box;
    background:#60d0c2 url('/shtml/images/icon2222.png') no-repeat 20px center;
}
.fastLT2:hover{
    border-left:6px solid #60d0c2;
    color: #60d0c2!important;
    background:url('/shtml/images/icon222.png') no-repeat 20px center;
}
.fastLT3{
    padding-left: 60px;
    box-sizing: border-box;
    background:#3a8bdc url('/shtml/images/icon3333.png') no-repeat 20px center;
}
.fastLT3:hover{
    border-left:6px solid #3a8bdc;
    color: #3a8bdc!important;
    background: url('/shtml/images/icon333.png') no-repeat 20px center;
}
.fastLT4{
    padding-left: 60px;
    box-sizing: border-box;
    background:#eb571b url('/shtml/images/icon4444.png') no-repeat 20px center;
}
.fastLT4:hover{
    border-left:6px solid #eb571b;
    color: #eb571b!important;
    background:url('/shtml/images/icon444.png') no-repeat 20px center;
}
.fastleft_select{
	color: white;
}
.fastLeft_title span:hover,.active{
    color: white;
}

.fastLeft_body{
    width: 59%;
    height: 100%;
    position: relative;
    float: right;
    padding: 10px 0;
    box-sizing: border-box;
}
.fastLeft_body_a{
    width: 50%;
    display: block;
    position: relative;
    float: left;
    height: 110px;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}
.fastLeft_list{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}
.fastLeft_body_a:hover{
    color:#666666;
    font-size: 14px;
    background-color: #e0edfa;
    text-decoration: none;
}
.fastLeft_body_a span{
    width: 100%;
    text-align: center;
    position: absolute;
    top:64%;
}
.fastLeft_body_a div{
    width: 100%;
    height: 100%;
    /* background: url('/shtml/images/pic/icon1.png') no-repeat 50% 40%; */
}

.fastList1_div1{
    background: url('/shtml/images/pic/i1.png') no-repeat 50% 30%;
}
.fastList1_div2{
    background: url('/shtml/images/pic/i2.png') no-repeat 50% 30%;
}
.fastList1_div3{
    background: url('/shtml/images/pic/i3.png') no-repeat 50% 30%;
}
.fastList1_div4{
    background: url('/shtml/images/pic/i4.png') no-repeat 50% 30%;
}
.fastList1_div5{
    background: url('/shtml/images/pic/i5.png') no-repeat 50% 30%;
}
.fastList1_div6{
    background: url('/shtml/images/pic/i6.png') no-repeat 50% 30%;
}
.fastList2_div1{
    background: url('/shtml/images/pic/i7.png') no-repeat 50% 30%;
}
.fastList2_div2{
    background: url('/shtml/images/pic/i8.png') no-repeat 50% 30%;
}
.fastList2_div3{
    background: url('/shtml/images/pic/i9.png') no-repeat 50% 30%;
}
.fastList2_div4{
    background: url('/shtml/images/pic/i10.png') no-repeat 50% 30%;
}
.fastList2_div5{
    background: url('/shtml/images/pic/i11.png') no-repeat 50% 30%;
}
.fastList2_div6{
    background: url('/shtml/images/pic/i12.png') no-repeat 50% 30%;
}
.fastList3_div1{
    background: url('/shtml/images/pic/i13.png') no-repeat 50% 30%;
}
.fastList3_div2{
    background: url('/shtml/images/pic/i14.png') no-repeat 50% 30%;
}
.fastList4_div1{
    background: url('/shtml/images/pic/i15.png') no-repeat 50% 30%;
}
.fastList4_div2{
    background: url('/shtml/images/pic/i16.png') no-repeat 50% 30%;
}
.fastList4_div3{
    background: url('/shtml/images/pic/i17.png') no-repeat 50% 30%;
}
.fastList4_div4{
    background: url('/shtml/images/pic/i18.png') no-repeat 50% 30%;
}
.fastList4_div5{
    background: url('/shtml/images/pic/i19.png') no-repeat 50% 30%;
}
/* 清除浮动 */
.claerBox{
    clear: both;
}
/* 视频播放模块 */
.videoPlayer{
    width:610px;
    position: absolute;
    padding: 0px 20px 10px 20px;
    box-sizing: border-box;
    right: 0;
    background: white;
    height:100%;
}
.theSameBox{
    margin-top:-10px;
	margin-bottom:10px;
	width: 100%;
    height:30px;
    line-height:30px;
    position: relative;

}
.video_title{
    position: absolute;
    width: 100%;
    height: 48px;
    background: url('/shtml/images/pic/bg1.png') no-repeat;
    background-size: 100%;
    bottom: 0;
}
.more_info{
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    line-height: 30px;
    display: inline-block;
    background: url('/shtml/images/pic/more.png') center right;
    background-repeat: no-repeat;
    top:-8%;
    /* top:0; */
    z-index: 999;

}
.videoIsHere{
    width: 100%;
    height:320px;
    background: wheat;
}

/* 档案文化开始 */
    .cultureBox{
        height: 340px;
        width: 100%;
        margin-top: 10px;
    }
    .culBLeft{
        width: 1105px;
        float: left;
        padding: 0px 20px 10px 20px;
        box-sizing: border-box;
        background: white;
        height: 340px;
    }
    .moreCulture{
        width: 100%;
        text-align: right;
        height: 55px;
        
        background: url('/shtml/images/pic/bg2.png') no-repeat 0 bottom;
    }
    .culPicBox{
        width: 100%;
        height: 260px;
        margin-top: -10px;
    }

    .moreCulture_a{
        display: inline-block;
        height: 40px;   
        box-sizing: border-box;
		background: url('/shtml/images/pic/more.png') no-repeat center right;
	}

	.moreCulture_a:hover,.more_info:hover{
       
		text-decoration:none;
    }

    .culPicList{
        width: 25%;
        height: 130px;
        float: left;
        text-align: center;
        line-height: 130px;
    }

    .culPicList:hover{   
        text-decoration: none;
}
    .culPicList span{
       
        padding: 0px 6px;
        background: #a89457;
       
        color: white;
        font-weight: bold;
       
        text-decoration: none;
    }
	


    .culp1{
        background: url('/shtml/images/pic/cul1.png') no-repeat center center;
    }
    .culp2{
        background: url('/shtml/images/pic/cul2.png') no-repeat center center;
    }
    .culp3{
        background: url('/shtml/images/pic/cul3.png') no-repeat center center;
    }
    .culp4{
        background: url('/shtml/images/pic/cul4.png') no-repeat center center;
    }
    .culp5{
        background: url('/shtml/images/pic/cul5.png') no-repeat center center;
    }
    .culp6{
        background: url('/shtml/images/pic/cul6.png') no-repeat center center;
    }
    .culp7{
        background: url('/shtml/images/pic/cul7.png') no-repeat center center;
    }
    .culp8{
        background: url('/shtml/images/pic/cul8.png') no-repeat center center;
    }
    .culBRight{
        height: 340px;
        width: 270px;
        float: right;
        background: white;
    }
    .culRighta{
        width: 100%;
        height: 84px;
        margin: 0;
        float: left;
        display: inline-block;
    }
    .culR1{
        background: url('/shtml/images/pic/logo1.png') no-repeat center center;
        border-bottom: 1px solid #dddddd;
    }
    .culR2{
        background: url('/shtml/images/pic/logo2.png') no-repeat center center;
        border-bottom: 1px solid #dddddd;
    }
    .culR3{
        background: url('/shtml/images/pic/logo3.png') no-repeat center center;
        border-bottom: 1px solid #dddddd;
    }
    .culR4{
        background: url('/shtml/images/pic/logo4.png') no-repeat center center;
    }
    .culR1:hover,.culR2:hover,.culR3:hover{
        border-bottom: 1px solid #dddddd;
    }
/* 档案文化结束 */
/* 友情链接 */
.friendLy{
    width: 100%;
    margin-top: 10px;
    height: 70px;
    line-height: 70px;
    background: white;
}
.friendLyTip{
    width: 110px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: url('/shtml/images/pic/friendbg.png') no-repeat 0 center;
}
.friSelect{
    width: 834px;
    padding: 0 20px;
    float: left;
    font-size: 14px;
}
.satisfied{
    width: 160px;
    background: url('/shtml/images/pic/satisfied.png') no-repeat center center;
    float: right;
    height: 70px;
}
.friSelList{
    width: 190px;
    margin-right:5px;
    border: solid 1px #d6d6d6;
}
.noMargin{
    margin: 0!important;
}


/* 页尾 */
.footer{
    text-align: center;
    /* position: absolute; */
    
    width: 100%;
    margin: 40px auto;;
    font-size: 13px;
}
.footer_a a{
    padding: 16px;
}
.footer_a a:hover{
    color:#3c514a;
    text-decoration: none;
}
.footer_a{
    margin: 16px 0 10px 0;
}
.img{
    width: 48px;
    height: 64px;
    background: url('/shtml/images/pic/last.png') no-repeat;
    margin: 0 auto;;
}
.zbdw{
     color: #808080;
    height: 50px;
    line-height: 60px;
	margin-top:-16px;
}
.visitF{
    color: #333333;
}
.visitNum{
    color: #d02a2b;
    margin-right: 20px;
	margin-left:6px;
}
.contactUs {
            width: 225px;
            height: 145px;
            position: absolute;
            display: none;
            top: 20px;
			color:white;
            left: 70px;
			font-weight:normal!important;
            font-style: 12px;
			line-height:25px;
			text-align:left;
            padding: 20px;
            box-sizing: border-box;
            background:url('/shtml/images/pic/contact.png') no-repeat center center;
        }
        .contactMe:hover .contactUs {
            display: block;
        }

