#header{
	height: 150px;
	width: 100%;

}
#header .logo{
	width:653px;
	display: block;
	height: 100px;
	background: url(../images/logo.png) 10px center no-repeat;
}
.searchbox{
	width: 240px;
	height: 34px;
	background: url(../images/sea.png) 0 0 no-repeat;
}
#header .search{
	width: 240px;
	margin-right: 3px;
	height: 100%;
}
#header .search ul{
   height: 12px;
   line-height: 12px;
   margin: 20px 0 15px 0; 
}
#header .search li{
	padding-right: 8px;
	float: right;
}
#header .search li.mr{
	padding-left: 8px;
	border-left: 1px solid #d6d6d6;
}
#header .search a{
	color: #666666;
	font-style: 12px;
}
#header .search a:hover{
	color: #943217;
}
#header .search .txt{
	color: #655257;
	font-size: 14px;
	font-family: "微软雅黑";
	text-indent: 14px;
	width: 208px;
	height: 32px;
	line-height: 32px;
	border-style: none;
	border-width: 0px;
	background: none;
}
#header .search .btn{
	width: 32px;
	height: 32px;
	border-style: none;
	border-width: 0px;
	background: none;
}
#header #nav{
	width: 100%;
	height: 50px;
	background: #943217;
}
#header .nav{
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	z-index:10;
}
#header .nav li{
	position: relative;
	float: left;
	height: 100%;
	width: 125px;
	text-align: center;
    font-size: 16px;
   
	z-index:10;
	background: url(../images/nli.jpg) 100% center no-repeat;
}
#header .nav li>a{
	display: block;
	color: #fff;
        font-weight: 700;
}
#header .nav li div{
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 0;
	top: 50px;
	display: none;
	background: #fff;
}
#header .nav li:hover div{
	display: block;
}
#header .nav li div a{
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #555555;
	border-bottom: 1px solid #e5dfe0;
}
#header .nav div a:hover{
	color: #811a35;
}
.banner{
	width: 100%;
	position: relative;
	text-align: center;
	height: 300px;
	overflow: hidden;
}
.banner .pn{
	width: 100%;
	position: relative;
	z-index: 6;
}
/*.banner .prev{
	position: absolute;
	width: 26px;
	height: 450px;
	top: 0px;
	left: 30px;
	background: url(../images/pv.png) 0px center repeat-x;
	cursor:pointer;
}
.banner .prev:hover{
	background: url(../images/pv.png) 0px center repeat-x;
}
.banner .next{
	position: absolute;
	width: 26px;
	height: 465px;
	top: 0px;
	right: 30px;
	background: url(../images/nt.png) 26px center repeat-x;
	cursor:pointer;
}
.banner .next:hover{
	background: url(../images/nt.png) 26px center repeat-x;
}*/
.banner .pic {
	position: relative;
	width: 100%;
	height:100%;

}
.banner .pic li{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;top:0;
	z-index: 1;
	background-repeat: no-repeat;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}
#Banner .btn{
	position: absolute;
	width: 100%;
	height: 27px;
	left: 0px;
	bottom:15px;
    text-align: center;
    z-index: 6;
}
#Banner .btn li{
	width: 10px;
	height: 10px;
	line-height: 9px;
	color: #fff;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 9px;
	overflow: hidden;
}
#Banner .btn li{
	*display: inline;
}
#Banner .btn li.selected{
	background:#c5345a;
	color: #c5345a;
}
#content{
	width: 1000px;
	margin: 0  auto;
    overflow: hidden;
    padding-bottom: 23px;
}
#content .indexleft{
	width: 702px;
	float: left;
	overflow: hidden;
	padding-top: 26px;
}
.indexleft .row1{
	/*height: 281px;*/
	padding-bottom: 17px;
	width: 700px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	margin-bottom: 19px;
}
.indexleft .row1 .box{
    float: left;
    height: 100%;
    width: 356px;
    margin-left: 10px;
    padding-right: 15px;
    /* padding-bottom: 15px;
    border-right: 1px solid #e3e3e3; */
}
.indexleft .row1 .box ul.text{
	padding-top: 10px;
}
.indexleft .row3{
	width: 700px;
	height: 240px;
	border: 1px solid #e3e3e3;
}
.index-title{
	position: relative;
	height: 44px;
	border-bottom:  1px solid #e3e3e3;
}
.index-title a{
	float: right;
	line-height: 44px;
	padding:0 13px 0 18px;
	height: 100%;
	color: #666666;
	font-size: 12px;
	background: url(../images/more.jpg) 0 center no-repeat;
}
.index-title a:hover{
	color: #8f2f15;
}
.index-title em{
	float: left;
	height: 44px;
	font-weight: 700;
	padding: 0 20px;
	color: #454545;
	font-size: 17px;
    line-height: 44px;
}
.index-title b{
	position: absolute;
	top: -1px;
	left: 0;
	height: 44px;
	padding: 0 20px;
	border-top: 2px solid #8f2f15;
	z-index: 2;
	color: #454545;
	font-size: 17px;
    line-height: 44px;
    background: #fff;
    border-right:  1px solid #e3e3e3;
}
.indexleft #boxID{
	margin: 17px 17px 0 17px;
}
ul.text{
	overflow: hidden;
}
ul.text li{
	height: 30px;
	line-height: 30px;
	*height:27px;
	*line-height: 27px;
}
ul.text li a{
	float: left;
	color: #555555;
	font-size: 14px;
}
ul.text li a:hover{
	color: #8f2f15;
}
ul.text li span{
	float: right;
	color: #a6a6a6;
	font-size: 14px;
}
.indexleft .row2{
	height: 245px;
	width: 702px;
	overflow: hidden;
	margin-bottom: 17px;
}
.indexleft .row2 .box{
	width: 226px;
	border: 1px solid #e3e3e3;
	float: left;
	height: 243px;
}
.indexleft .row2 .box.mr{
	margin-right: 9px;
}
.indexleft .row2 ul.text{
	padding: 8px 12px 0 16px;
}
.indexleft .row3 #piclist{
	margin-top: 17px;
	margin-left: 16px;
}
.indexleft .row3 li{
	float: left;
	height: 175px;
	width: 215px;
	margin-right: 13px;
}
.indexleft .row3 li .pic{
	height: 128px;
	width: 100%;
	display: block;
}
.indexleft .row3 li .txt{
    height: 45px;
    width: 100%;
    display: block;
    line-height: 45px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.indexleft .row3 li .pic:hover{
	opacity: 0.8;filter:alpha(opacity=80)
	transition:all 0.35s;
}
.indexleft .row3 li a:hover{
	color: #8f2f15;
}
#content .indexright{
	width: 280px;
	overflow: hidden;
	float: right;
	padding-top: 26px;
}
.indexright .row1{
	height: 281px;
	width: 278px;
	border: 1px solid #e3e3e3;
	margin-bottom: 19px;
}
.indexright .row1 ul.text{
	padding:10px 18px 0 18px;
}
.indexright .row2{
    height: 244px;
    width: 278px;
    border: 1px solid #e3e3e3;
    margin-bottom: 17px;
}
.indexright .row2.nostyle{
 height: 240px;
 margin-bottom: 0;
}
.indexright .row2 ul{
    width: 100%;
    overflow: hidden;
}
.indexright .row2 ul.ulico{
padding: 10px 0 0 15px;

}
.indexright .row2 li{
    height: 79px;
        width:115px;
        float:left;
    margin-right: 15px;
margin-bottom: 10px;
        border: 1px solid #ebebeb;
}
.indexright .row2 li a{
    width: 100%;
    height: 100%;
    display:block;
        line-height:20px;
        text-align:center;
        font-size:13px;
        color:#555;
}
.indexright .row2  li:hover{
 border: 1px solid #8F2F15;
}
.indexright .row2 li:hover a i{

         -webkit-transform:rotate3d(0,1,0,360deg);
    transform:rotate3d(0,1,0,360deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
       -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
    transition: all 0.8s;

}
.indexright .row2 li.ico301 a {
    font-size: 12px;
}
.indexright .row2 ul li i{
    width: 30px;
    height: 35px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
  
}
.indexright .row2 li.ico221 i{
    background: url(../images/221.jpg) center 12px no-repeat;
}
.indexright .row2 li.ico299 i{
    background: url(../images/299.jpg) center 12px no-repeat;
}
.indexright .row2 li.ico300 i{
    background: url(../images/300.jpg) center 12px no-repeat;
}
.indexright .row2 li.ico301 i{
    background: url(../images/301.jpg) center 12px no-repeat;
}
.indexright .row2 li.ico302 i{
    background: url(../images/302.jpg) center 12px no-repeat;
}
.indexright .row2 li.ico303 i{
    background: url(../images/303.jpg) center 12px no-repeat;
}
.indexright .row2 ul li:hover{

    transition:all 0.35s;
}
/*
.indexright .row2{
	height: 244px;
	width: 278px;
	border: 1px solid #e3e3e3;
	margin-bottom: 17px;
}
.indexright .row2 ul{
	width: 100%;
	overflow: hidden;
}
.indexright .row2 ul li{
	height: 76px;
	margin: 15px 14px 0 14px;
}
.indexright .row2 ul li a{
	width: 100%;
	height: 100%;
	display:block;
}
.indexright .row2 ul li:hover{
	opacity: 0.8;filter:alpha(opacity=80)
	transition:all 0.35s;
}
*/
.indexright .row3{
	height: 240px;
	width: 278px;
	border: 1px solid #e3e3e3;
}
.indexright .row3 ul{
	width: 100%;
	overflow: hidden;
}
.indexright .row3 ul li{
	height: 36px;
	line-height: 36px;
    width: 100%:;
}
.indexright .row3 li a{
	height: 100%;
	display: block;
	width: 250px;
	text-indent: 20px;
	color: #666666;
	font-size: 14px;
	margin: 10px 16px 0 12px;
	background: url(../images/bg.png) 0 36px;
}
.indexright .row3 li:hover a{
	color: #fff;
	background: url(../images/bg.png) 0 0;

}
#bottom{
	background: #f6f6f6;
	height: 92px;
	border-top: 4px solid #8f2f15;
}
#bottom .box{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
#bottom ul{
	float: left;
	padding-top: 15px;
}
#bottom .inputbox{
	float: right;
	margin-top: 28px;
	/*margin-right: 5px;*/
	width: 237px;
	height: 33px;
}
#bottom ul li{
	height: 30px;
	color: #818181;
	line-height: 30px;
}
#bottom ul li a{
	color: #818181;
	font-size: 12px;
}
#bottom ul li a:hover{
	opacity: 0.8;filter:alpha(opacity=80);
     -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lmtitle{
	color: #666666;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	text-indent: 25px;
	background: url(../images/ho.jpg) 4px center no-repeat;
}

.lmtitle a{
	color: #666;
}
.lmtitle a:hover{
	color: #811a35;
}
.newshow{
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	padding-bottom: 35px;
	padding: 0 15px;
}
.newshow a{color:#000;}
.newshow p{text-indent: 2em;}
.newshow table p{text-indent: 0em;}
.newshow .newstitle{
	padding: 20px 0 10px 0;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.newshow .newstitle {
	color: #333333;
	font-size: 24px;
	font-weight: 100;
}
.newshow .newstitle em{
	display: block;
	width: 100%;
	color: #888888;
	font-size: 12px;
	text-align: center;
}
.newshow .newstitle span{
	display: inline-block;
	padding-left: 10px;
}
/*.newshow .newstitle .box{
	display: inline-block;
	width: auto;
}*/
.bdsharebuttonbox{
	display: block;
}
ul.page{
	position: relative;
	color: #943217;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 40px;
	margin-bottom: 25px;
    border-top: 1px solid #ebebeb;
}
ul.page li{
	height: 30px;
	line-height: 30px;
}
ul.page a{
	color: #4a4b55;
}
ul.page a:hover{
	color: #943217;
}
ul.page .box{

	position: absolute;
	top: 10px;
	height: 30px;
	right: 0;
}
ul.page .box .bl{
	color: #943217;
}
ul.page .box a{
	display: block;
	float: left;
	padding-left: 10px;
}
ul.page .box .re{
	color: #e34547;
}
.pagecont{
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
}
.pageleft{
	float: left;
	width: 240px;

	overflow: hidden;
}
.pageright{
	width: 742px;
	float: right;
	border:1px solid #e3e3e3;
}
.pagenav{
overflow: hidden;
}
.pagenav li{
	height: 49px;
	line-height: 49px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}	
.pagenav li a{
	width: 100%;
	height: 100%;
	display: block;
    color: #4a4b55;
    font-size: 15px;
	text-indent: 20px;
    background:#f6f6f6 url(../images/nav.png) 93% center no-repeat;
}
.pagenav li a:hover{
    color: #943217;
    background: #fff url(../images/nav1.png) 93% center no-repeat;
}
.pagenav li a.s{
    color: #943217;
    background: #fff url(../images/nav1.png) 93% center no-repeat;
}
.parent{
	position: relative;
	height: 48px;
	border-bottom: 1px solid #ebebeb;

}
.topparent{
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	text-indent: 20px;
	border-top: 3px solid #e76c4a;
	background:#943217 url(../images/one.jpg) 95% center no-repeat;
}
.parent dt{
	position: absolute;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 18px;
	color: #454545;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-weight: 700;
	font-size:18px;
	/*border-bottom: 2px solid #811a35;*/
}
.parent dd{
	padding-right: 18px;
	height: 48px;
	line-height: 48px;
	text-align: right;
	float: right;
	color: #666;
	font-size: 12px;
}
.parent dd a{
	color: #888;
}
.parent dd a:hover{
	color: #811a35;
}
.newslist{
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 15px;
}
.newslist li{
	height: 45px;
	line-height: 45px;
	*height: 44px;
	*line-height: 44px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.newslist li a{
	float: left;
	padding-left: 3px;
	color: #555555;
}
.newslist li  span{
	float: right;
	color: #999;
	font-size: 13px;
	padding-right: 5px;
}
.newslist li a:hover{
	color: #811a35;
}
.ban{
	height: 300px;
	width: 100%;
}
.ban li{
	height: 100%;
	width: 100%;
}

.row1 ul.box {
	width: 100%;
        padding-top:10px;
	overflow: hidden;
}
.row1 ul.box li{
    height: 49px;
    line-height:49px;
    float: left;
    margin-bottom: 7px;
}
.row1 ul.box li a{
	height: 100%;
	display: block;
	width: 129px;
	text-align: center;
	color: #555555;
	font-size: 14px;
	margin-left:7px;
	background: #F2F2F2;/*url(../images/bg.png) 0 36px;*/
}
.row1 ul.box li:hover a{
	color: #fff;
	background: #943217;/*url(../images/bg.png) 0 0;*/
}
.NewsPage a{color:#666;}
.NewsPage a:hover{color:#8F2F15;}