﻿
.section{
	min-width: 1200px;
}

.topContainer{
	height: 130px;
}
.topContent .leftLogo{
	position: relative;
	z-index: 2;
	height: 130px;
	line-height: 130px;
}
img.logo{
	/*vertical-align: middle;*/
    margin-top: 9px;
}

.rightSearch{
	position: relative;
	z-index: 2;
	height: 130px;
}
.searchContent{
	height: 82px;
	margin: 28px 0 20px 0;
}
.searchContent .searchLinks{
    height: 22px;
	line-height: 22px;
}
.searchContent .searchLinks a,.searchContent .searchLinks span{
	color: #811e1a;
	font-size: 13px;
}
.searchContent .searchLinks span{
	margin: 0 14px;
}
.searchContent .search{
	height: 26px;
	width: 160px;
	margin-top: 14px;
	background: url(../images/bg_search.png) center no-repeat;
}
.searchContent .search input{
    border: none;
    background: none;
    outline: none;
}
.search input#searchText{
	float: left;
	width: 135px;
	height: 24px;
	margin: 0 0 0 5px;
}
.search input#searchBtn{
	float: right;
	width: 20px;
	height: 24px;
	cursor: pointer;
	background: url(../images/icon_search.png) center no-repeat;
}/*//鎼滅储*/


/*nav*/
#nav{
	position: relative;
	z-index: 3;
	margin-top: -25px;
	height: 48px;
	background: url(../images/bg_nav.png) center no-repeat;
}
.navContent{
	position: relative;
	height: 48px;
}
.navList{
    position: absolute;
    z-index: 3;
    right: 0;
	list-style: none;
}
.navList .navItem{
	float: left;
	width: 124px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.navList .navItem.index{width: 106px;}
.navList .navItem a{
	display: block;
	font-size: 17px;
	color: #ffffff;
}
.navItem:hover{
	background: #740500;
}

.navItem .erji_navList{
	display: none;
	margin-top: -1px;
	background: #740500;
}
.navItem .erji_navList li{
	height: 37px;
	line-height: 37px;
}
.navItem .erji_navList li a{
	display: block;
	font-size: 15px;
	color: #ffffff;
}
.navItem .erji_navList li:hover{
	background: #892a26;
}

/*//nav*/


/*banner*/
#banner{
    position: relative;
    margin-top: -153px;
    height: 580px;
    z-index: 1;
}
.bannerContainer{
	position: absolute;
    width: 100%;
    height: 580px;
    overflow: hidden;
}
.bannerContent{
	position: relative;
    height: 580px;
}
.banner_item{
	display: none;
	position: absolute;
	left: -960px;
	margin-left: 50%;
	/*鍒囨崲鍔ㄧ敾*/
	transition-duration: .2s;
	transition-property: opacity;
	transition-timing-function: ease;
}
.banner_item a, .banner_item a img{
	display: block;
}
/*banner 褰撳墠椤圭洰鏍峰紡*/
.banner_active{
	display: block;
}
/*//banner*/

/*鏍囬*/
.partTitle{
    height: 33px;
    margin-top: 35px;
    margin-bottom: 22px;
	border-bottom: 1px solid #740500;
}
.partTitleLeft{
	height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #740500;
}
.partTitleLeft p{
	font-size: 20px;
	color: #333333;
}
.partTitleLeft p span{
	font-weight: bold;
	color: #740500;
}
.partTitleRight{
    width: 95px;
    height: 34px;
    background: #f8f6f3;
}
.partTitleRightContent{
    float: right;
    width: 87px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin-top: 10px;
    background: url(../images/bg_more.png) right center no-repeat;
}
.partTitleRightContent a{
	display: block;
	font-size: 14px;
	color: #740500;
}

#main{
	padding-bottom: 60px;
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_main.png',sizingMethod='scale');
}
.mainLeft{
	width: 860px;
	height: 720px;
}
.leftPart1Content{
	height: 316px;
}
.leftBannerNews{
	position: relative;
	width: 420px;
	height: 316px;
}
.bannerNewsList{
    position: relative;
    height: 316px;
    overflow: hidden;
}
.bannerNewsItem{
    position: absolute;
    display: none;
    width: 420px;
    height: 316px;
    overflow: hidden;
}
.bannerNewsItem img{
	height: 100%;
	transition: all .3s;
	
}
.bannerNewsItem img:hover{
	transform: scale(1.1);
}
.news_navigator{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: url(../images/bg_banner_news_nav.png) center no-repeat;
}
.news_navigator_content{
    height: 38px;
	padding: 0 15px;
}
.banner_news_title{
	float: left;
	width: 280px;
	height: 38px;
}
.banner_news_title .title_item{
    position: absolute;
    display: none;
    width: 280px;
    height: 38px;
    line-height: 38px;
}
.banner_news_title .title_item a{
	font-size: 15px;
	color: #ffffff;
}
.banner_news_circle{
	float: right;
	height: 38px;
}
.circle_list{
    margin-top: 13px;
}
.circle_item{
    float: left;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: url(../images/bg_circle.png) center no-repeat;
}

.banner_news_active{
	display: block !important;
}
.title_item_active{
	display: block !important;
}
.navigator_active{
	background: url(../images/bg_circle_hover.png) center no-repeat;
}

/*tab鍒囨崲鏁堟灉*/
.tabTitle{
	margin-right: 20px;
	border-bottom: none;
}
.tabTitle span{
	color: #333333 !important;
	font-weight: normal !important;
}

.tabMore{
	display: none;
}
.tabMoreActive{
	display: block;
}

.tabTitleActive{
	border-bottom: 1px solid #740500;
}
.tabTitleActive span{
	font-weight: bold !important;
	color: #740500 !important;
}

.tabContent{
	display: none;
}
.tabContentActive{
	display: block;
}


.leftPartNewsContent{
	width: 410px;
	height: 316px;
}
.top_one_news{
	height: 93px;
	border-bottom: 1px solid #bbbbbb;
}
.top_one_news_title a{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.top_one_news_title a:hover{
	color: #740500;
}
.top_one_news_desc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}
.leftPartNewsContent ul li {
    height: 20px;
    line-height: 20px;
    margin-top: 17px;
    *margin-top: 14px;
    background: url(../images/bg_news_item.png) left center no-repeat;
}
.leftPartNewsContent ul li p{
	width: 314px;
	margin-left: 24px;
}
.leftPartNewsContent ul li p a{
	font-size: 14px;
	color: #333333;
}
.leftPartNewsContent ul li span{
	font-size: 14px;
	width: 45px;
	color: #666666;
}

.leftPart2Content{
	position: relative;
	overflow: hidden;
}
.picList{
	position: relative;
	left: 0;
}
.album_item{
    float: left;
    width: 200px;
    height: 223px;
    padding: 0 8px 0 7px;
    overflow: hidden;
    text-align: center;
}
.album_item div{
    width: 198px;
    height: 138px;
    border: 1px solid #ddcba5;
    overflow: hidden;
}
.album_item div img{
    width: 100%;
	height: 100%;
	transition: all .3s;
}
.album_item div img:hover{
	transform: scale(1.1);
}
.album_title{
    display: inline-block;
    padding: 4px 5px;
    margin-top: 10px;
    font-size: 13px;
    border-bottom: 1px solid #84221e;
    color: #84221e;
}
.album_title:hover{
	color: #ffffff;
	background: #84221e;
}
.album_desc{
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
}


/*鏂伴椈鍏憡*/
.rightPartTopNews{
    height: 174px;
    border-radius: 10px;
    background: url(../images/bg_news.png) 248px 121px no-repeat;
    background-color: #ffffff;
}
.rightTopNewsTitle{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: url(../images/bg_news_title.png) center no-repeat;
}
.rightTopNewsTitle a{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.rightTopNewsTitle a:hover{
	color: #740500;
}
.rightTopNewsDesc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 18px;
    padding: 0 16px 0 18px;
}
.rightTopNewsDate {
    margin-left: 18px;
	padding-left: 24px;
    font-size: 14px;
    color: #740500;
    margin-top: 16px;
    background: url(../images/icon_time.png) left center no-repeat ;
}
.rightNewsList li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #c8c8c8;
}
.rightNewsTitle {
    float: left;
    width: 250px;
}
.rightNewsTitle a{
	font-size: 14px;
	color: #333333;
}
.rightNewsList li span {
    width: 45px;
    height: 45px;
    float: right;
    font-size: 14px;
    color: #777777;
    border-bottom: 1px solid #c8c8c8;
}


/*鏂伴椈hover*/
.news_hover{
	color: #740500 !important;
}


.mainRight{
	width: 300px;
	height: 720px;
}

.mainQuick{
	height: 250px;
    margin-top: 35px;
	background: url(../images/bg_quick.png) center no-repeat ;
}
.quickConteainer{
	height: 250px;
}
.quickContent{
    position: relative;
    width: 1145px;
    height: 170px;
    top: 40px;
    margin: auto;
}
.quickPart{
	float: left;
}
.quickPart1{
	width: 585px;
	height: 148px;
    margin: 6px 0 0 15px;
	background: url(../images/bg_quick_1.png) center no-repeat ;
}
.quickPart1List{
    height: 148px;
}
.quickPart1List li {
    float: left;
    height: 148px;
    width: 128px;
    text-align: center;
}
.quickPart1List li p{
	font-size: 14px;
	color: #333333;
}
.quickPart1List li div{
	height: 110px;
    margin-top: 5px;
	background: url(../images/bg_quick_item_1.png) center no-repeat ;
}
.quickPart1List li div img {
    margin-top: 36px;
}


.quickPart2{
	width: 211px;
	height: 148px;
	margin: 6px 0 0 15px;
	background: url(../images/bg_quick_2.png) center no-repeat;
}
.quickPart2Bottom{
	height: 140px;
    width: 150px;
	text-align: center;
	background: url(../images/bg_quick_email.png) center no-repeat ;
}
.quickPart2Bottom img{
	margin-top: 40px;
}
.quickPart3{
	width: 289px;
	height: 148px;
	margin: 6px 0 0 15px;
	background: url(../images/bg_quick_3.png) center no-repeat;
}
.linksList{
	margin-right: 15px;
}
.linksList li {
    width: 192px;
    height: 34px;
    line-height: 34px;
    margin-top: 11px;
    background: url(../images/bg_links.png) center no-repeat;
    *background: url(../images/bg_link.png) center no-repeat;
}
.linksList li select {
    /*height: 34px;*/
    width: 192px;
    padding: 0 18px 0 18px;
    font-size: 14px;
    color: #333333;
    border: none;
    background: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
			
.quickTitle{
	width: 40px;
	height: 128px;
    margin: 10px 0 10px 13px;
	background: url(../images/bg_quick_title.png) center no-repeat ;
}
.quickTitle p{
    width: 27px;
    margin-top: 30px;
    *margin-top: 28px;
    margin-left: 9px;
    *margin-left: 12px;
    *line-height: 17px;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    cursor: default;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
}



/*list*/

#topPic{
    position: relative;
    margin-top: -153px;
    height: 456px;
    z-index: -1;
}
.topPicContainer{
    position: absolute;
    height: 456px;
    width: 100%;
    overflow: hidden;
}
.topPicContent{
    position: absolute;
    left: -960px;
    margin-left: 50%;
}

#listMain{
	min-height: 640px;
	background: url(../images/bg_list.png) center bottom no-repeat;
	background-color: #f8f5f2;
}
.listMainSlide{
	height: 28px;
	background: url(../images/bg_slide.png) center repeat-x ;
}
.listLeftMenu{
	width: 280px;
	height: 400px;
	background: url(../images/bg_list_left.png) center no-repeat;
}
.listCateName {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #801c18;
    font-weight: bold;
}
.listErjiList li {
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.listErjiList li a {
    display: block;
    width: 192px;
    height: 44px;
    margin: 0 auto;
    font-size: 16px;
    color: #801c18;
}
.listErjiList li a:hover,.listErjiList li a.current{
	background: url(../images/bg_list_menu.png) center no-repeat ;
}


.listRightContainer{
	width: 885px;
    margin-bottom: 130px;
}
.listNav p,.listNav p a{
	font-size: 14px;
	color: #101010;
}
.listNav p a:hover{
	color: #801c18;
}
.listNav{
	height: 54px;
	line-height: 55px;
	border-bottom: 1px solid #d0ada9;
}
.list_newsList{
    margin-top: 15px;
}
.list_newsList li{
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
	background: url(../images/bg_list_news_item.png) left center no-repeat ;
}
.list_newsList li p{
	width: 680px;
	margin-left: 28px;
}
.list_newsList li p a,.list_newsList li span{
	font-size: 15px;
	color: #333333;
}
/*list*/


/*list_pic*/
.list_picList{
	margin-top: 24px;
}
.list_picItem{
    float: left;
    width: 200px;
    height: 200px;
    padding: 0 10px;
    margin-bottom: 23px;
    overflow: hidden;
    text-align: center;
}
.list_picItem div{
    width: 198px;
    height: 138px;
    border: 1px solid #ddcba5;
    overflow: hidden;
}
.list_picItem div img{
    width: 100%;
	height: 100%;
	transition: all .3s;
}
.list_picItem div img:hover{
	transform: scale(1.1);
}
.list_pic_title{
    display: inline-block;
    padding: 2px 5px;
    margin-top: 14px;
    font-size: 13px;
    border-bottom: 1px solid #84221e;
    color: #84221e;
}
.list_pic_title:hover{
	color: #ffffff;
	background: #84221e;
}
.list_pic_desc{
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
}
/*list_pic*/


/*show*/
.show_content{
	margin-top: 23px;
}
.show_content img{
	max-width: 885px;
}
.show_Title{
	text-align: center;
	font-size: 18px;
	color: #801c18;
	font-weight: bold;
}
.show_Date{
	text-align: center;
	font-size: 14px;
	color: #777777;
	margin: 15px 0 25px 0;
}
/*show*/


/*search*/
.search_keyword {
    margin: 20px 0;
    min-height: 20px;
}
/*search*/





#contact{
	height: 80px;
	background: #83221e;
}
.contactContent {
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.contactContent ul li{
	display: inline-block;
	margin-right: 85px;
	padding-left: 32px;
	font-size: 14px;
	color: #ffffff;
}
.contactContent ul li.botAddr{
	background: url(../images/icon_addr.png) left no-repeat;
}
.contactContent ul li.botTel{
	background: url(../images/icon_tel.png) left no-repeat;
}
.contactContent ul li.botPostCode{
	background: url(../images/icon_mail.png) left no-repeat;
}
.contactContent ul li{
	*display: inline;
}

#copyRight{
	height: 56px;
	background: #464646;
}
.copyRightContent{
	height: 56px;
	line-height: 56px;
	text-align: center;
	overflow: hidden;
}
.copyRightContent ul li{
	display: inline-block;
	margin-right: 85px;
	font-size: 14px;
	color: #ffffff;
}
.copyRightContent ul li{
	display: inline;
}
.copyRightContent ul li a{
	font-size: 14px;
	color: #ffffff;
}