@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9A0D15;
}
#top {
	height: auto;
	width: 100%;
	position: relative;
}
#banner_wrap {
	height: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-bottom-color: #eaeaea;
}
#banner_wrap .banner {
	width: 100%;
    height: calc(100vw * 1000 / 1920);
	height: 1000px;
	position: relative;
}

#banner_wrap .banner .pc {
	width: 100%;
	height: 100%;
}

    .banner ul{
        position: relative;
        left: 0;

    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    }

#banner_wrap .banner li {
	height: 1000px;
    height: calc(100vw * 1000 / 1920);
	position: relative;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

#banner_wrap .banner li .img {
    width: 100%;
    height: 100%;
    position: relative;
}

#banner_wrap .banner li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


#banner_wrap .banner .swiper-pagination{
	bottom: 20px;
	width: 200px;
	text-align: center;
	margin-left: 50%;
	left: -100px;
}
#banner_wrap .banner .swiper-pagination-bullet{
    margin: 0 5px;
}
#top_inner {
	background-color: #9b0d14;
	height: 120px;
	width: 1300px;
	margin-left: 50%;
	position: absolute;
	left: -650px;
	top: 30px;
	z-index: 10;
	color: #FFFFFF;
	background-image: url(top_leftbg.png);
	background-repeat: no-repeat;
	background-position: 370px center;
}
#top_search {
	height: 120px;
	background-image: url(top_searchbg.png);
	background-repeat: no-repeat;
	background-position: 600px bottom;
}
#top_content {
	height: 120px;
	background-image: url(top_searchbg.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#search_box {
	height: 40px;
	width: 350px;
	padding-top: 45px;
	padding-left: 930px;
}
#search_gaoji {
	float: left;
	width: 100px;
}
#search_gaoji a {
	color: #FFFFFF;
}
#search_gaoji a:hover {
	color: #FFFF00;
}

#search_input {
	float: left;
	height: 36px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 36px;
}

.nowrap {
	float: left;
	height: 36px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_btn {
	float: left;
	height: 36px;
	width: 36px;
	background-color: #b82229;
	line-height: 36px;
}
#menu {
	width: 1300px;
	line-height: 60px;
	color: #FFFFFF;
	margin-left: 50%;
	position: absolute;
	left: -650px;
	top: 155px;
	z-index: 10;
	background-color: #9B0D14;
}
#menu a {
	text-decoration: none;
}

#menu_inner {
	height: 50px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
}
.lispan {
	height: 16px;
	width: 1px;
	float: left;
	background-image: url(lispanbg.png);
	background-repeat: repeat-y;
	margin-top: 17px;
	margin-bottom: 17px;
	list-style-type: none;
}

/*menu*/
#nav {margin:0 auto; width:1300px;display:block; position:absolute; z-index:152; height:50px;} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:145px;} 
#nav .mainlevel1 {float:left; list-style:none/*IE6 only*/; height:auto;width:145px;}
#nav .mainlevel a {
	color:#FFF;
	font-family:'微软雅黑';
	font-size:18px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a {color:#FFF; font-family:'微软雅黑'; font-size:18px;  /*一级菜单链接*/;
                   line-height:50px; height:50px; display:block; padding:0; width:100%; text-align:center; margin:0px;
	}
#nav .mainlevel a:hover {
	text-decoration:none;
	background-image: url(menu_li_hoverbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	background-color: #9b0d14;
	width:145px;
	margin:0px;
	padding:0;
} 
#nav .mainlevel li {width:100%; list-style:none;/*IE6 only*/; height:auto; padding:0;}
/*子菜单连接*/
#nav .mainlevel ul li a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal; /*二级菜单链接*/
	border-bottom:#BBB dashed 1px;
	text-align:center;
	width:100%;
	line-height:40px;
	height:40px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{background-color:#a50a11;background-image:none}
.clearfix {
	clear: both;
}
#wrap {
	height: auto;
	width: 100%;
	margin-top: 20px;
}

#block_xwdt_top {
	height: 60px;
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	color: #bd161d;
	background-image: url(block_topbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#block_top_title {
	margin-left: 50%;
	width: 150px;
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: -75px;
}

#block_top {
	height: 60px;
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	color: #bd161d;
	background-image: url(block_topbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
}
#block_xwdt_content {
	height: 400px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#block_xwdt {
	height: auto;
	width: 100%;
}


/*--Main Container--*/
.main_view {float: left;position: relative;}
/*--Window/Masking Styles--*/
.picshow_window {width:600px; height:400px; overflow: hidden; /*--Hides anything outside of the set width/height--*/position: relative;}
.picshow_reel {position: absolute;top: 0; left: 0;}
.picshow_reel li {width:600px; height:400px;  overflow:hidden; position:relative;}
.picshow_intro { width:600px; height:50px; background:url(picshow_intro.png) repeat-x;; position:absolute; bottom:0; left:0;}
.picshow_intro p { line-height:130%; color:#fff; margin-left:20px; margin-right:20px; text-align:left;}
.picshow_intro_head {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
}
a.tpxw {
	font-size:16px;
	margin-top:15px;
	font-weight: bold;
	color: #FFFFFF;
}
/*--Paging Styles--*/
.picshow_paging {position: absolute;bottom:20px; right:25px;z-index: 100; /*--Assures the paging stays on the top layer--*/text-align: center;display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.picshow_paging span { display:block; background:url(picshow_page.png); width:14px; height:14px; float:left; margin-left:10px; cursor:pointer;}
.picshow_paging span.active { background:url(picshow_page.png) right;}


#block_xyxw_top {
	height: 110px;
	background-image: url(bolangxian1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#block_xyxw_top_title {
	height: auto;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#block_xyxw_pic {
	float: left;
	height: 369px;
	width: 554px;
}


#block_xyxw_pic ul li {float:left; display:block;}
#block_xyxw_pic a {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #dddddd;
}
#block_xyxw_pic a:hover {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #ffffff;
}




#block_xyxw_txt {
	float: right;
	height: 353px;
	width: 640px;
}



#block_xyxw_top_cn {
	font-size: 28px;
}

#block_xyxw_top_en {
	font-size: 14px;
	color: #999999;
}
#block_xyxw_key {
	height: 100px;
	background-image: url(dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 5px;
}
#block_xyxw_key_title {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}
#block_xyxw_key_title a {
	color: #B82329;
}

#block_xyxw_key_des {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	text-indent: 2em;
}
#block_xyxw_key_des a {
	color: #999999;
}

#block_title_l {
	float: left;
	font-size: 24px;
	background-image: url(bolangxian2.png);
	background-repeat: no-repeat;
	padding-right: 60px;
	background-position: right 20px;
	line-height: 50px;
}
#block_title_r {
	float: right;
	padding-top: 15px;
}

#block_list {
	clear: both;
	padding: 5px;
}

#block_list li {
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	padding-left: 20px;
	list-style-type: none;
	font-size: 16px;
}

#block_list_xxyw {
	clear: both;
	padding: 5px;
          height: 245px;
          overflow: hidden;
}

#block_list_xxyw li {
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	padding-left: 20px;
	list-style-type: none;
	font-size: 16px;
}

.date {
	float: right;
	color: #787878;
}
#block_r2_inner {
	height: 200px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 10px;
}
#block_r2_inner a {
	text-decoration: none;
}
#block_r2_inner a:hover {
	font-weight: bold;
}
#block_10bk_inner {
	height: 120px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
#block_10bk_inner p {
	height: 70px;
	padding-top: 5px;
}
#block_10bk_inner li {
	background-color: #BD161D;
	display: block;
	float: left;
	height: 110px;
	width: 110px;
	list-style-type: none;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 24px;
	font-weight: bold;
	border-radius: 25px;
}
#block_10bk_inner a {
	color: #FFFFFF;
}


#block_r2_inner div {
	float: left;
	width: 200px;
	list-style-type: none;
	margin-right: 8px;
	margin-left: 8px;
}
#li1 a {
	background-image: url(bk_1abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li1 a:hover {
	background-image: url(bk_1ahoverbg.jpg);
}
#li2 a {
	background-image: url(bk_2abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li2 a:hover {
	background-image: url(bk_2ahoverbg.jpg);
}
#li3 a {
	background-image: url(bk_3abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li3 a:hover {
	background-image: url(bk_3ahoverbg.jpg);
}
#li4 a {
	background-image: url(bk_4abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li4 a:hover {
	background-image: url(bk_4ahoverbg.jpg);
}
#li5 a {
	background-image: url(bk_5abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li5 a:hover {
	background-image: url(bk_5ahoverbg.jpg);
}
#li6 a {
	background-image: url(bk_6abg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	height: 35px;
	width: 200px;
	text-align: center;
	padding-top: 165px;
	font-size: 18px;
}
#li6 a:hover {
	background-image: url(bk_6ahoverbg.jpg);
}
#block_r3_inner {
	height: 350px;
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}
#r3_block {
	float: left;
	height: auto;
	width: 625px;
	margin-right: 25px;
	margin-left: 25px;
}
#block_r4 {
	height: 390px;
	width: 100%;
	background-image: url(r4bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
}
#block_r4_inner {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 265px;
	overflow: hidden;
}



#announ {
	float: left;
	height: 270px;
	width: 400px;
	overflow: hidden;
}
#announ p {
	line-height: 28px;
	padding-top: 10px;
	font-size: 15px;
}

#announ td {
	height: 270px;
	width: 150px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}

#block_zjk_list {
	height: auto;
	float: left;
	width: 400px;
	padding-top: 20px;
	overflow: hidden;
}
#block_zjk_list img {
	width:150px;
	height:180px;
}


#block_zjk_more {
	float: left;
	height: auto;
	width: 400px;
}

#block_r3_top {
	font-size: 24px;

	color: #bd161d;
	line-height: 60px;
	background-image: url(block_r3_topbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#more_btn {
	width: 120px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}
#more_btn a {
	display: block;
	width: 120px;
	border: 1px solid #9A0D15;
}
#more_btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B82329;
}
#block_r5_inner {
	height: 420px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#r5_block_l {
	float: left;
	height: auto;
	width: 400px;
}
#r5_block_c {
	width: 400px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
}


#r5_block_r {
	float: right;
	height: auto;
	width: 400px;
}


/*------ 图片左右滚动 ---------*/

.layout{
}
.layout  h2{margin:20px 0 20px 0;font-size:14px;}


/* hot picture */
.hotPic{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
.hotPic .JQ-slide{
	position:relative;
	width:650px;
	height:220px;
	background:#f9f9f9;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.hotPic .JQ-slide .wrap{
	width:650px;
	height:220px;
	overflow:hidden;
	position:relative;
}
.hotPic .JQ-slide-content{
	position:absolute;
	width: 1105px;
}/*必须要的元素*/
.hotPic .imgList li{
	width:150px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.hotPic .imgList img{
	width:130px;
	height:180px;
}
.hotPic .imgList .txt{height:30px;line-height:30px;}
.hotPic .JQ-slide-nav a{
	display:block;
	z-index:99;
	width:48px;
	height:48px;
	overflow:hidden;
	text-indent:-999em;
	text-decoration:none;
	position:absolute;
	top:95px;
	background:url(arrow_pic.png) no-repeat;
}
.hotPic .JQ-slide-nav a.prev{left:-20px;background-position:0 0;}
.hotPic .JQ-slide-nav a.prev:hover{background-position:-100px 0;}
.hotPic .JQ-slide-nav a.next{right:-20px;background-position:-50px 0;}
.hotPic .JQ-slide-nav a.next:hover{background-position:-150px 0;}
/* imgList */
.imgList{float:none;overflow:hidden;zoom:1}
.imgList li{float:left;display:inline;overflow:hidden;}
.imgList li a{display:block;}
.imgList li .img{
	padding:5px;
}
.imgList li a.img:hover{border-color:#b70000;}
.imgList li .txt{text-align:center;overflow:hidden;}
#bottom {
	height: 100px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bd161d;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px;
           line-height:28px;
}
#block_r6_inner {
	height: 50px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#link_left {
	float: left;
	font-size: 24px;
	line-height: 45px;
	color: #BD161D;
	width: 130px;
}
#link_right {
	float: left;
	height: 50px;
	width: 1170px;
	line-height: 50px;
}
#link_right li {
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-right: 25px;
	padding-left: 25px;
	list-style-type: none;
	float: left;
	font-size: 18px;
}


#block_r5_r_top {
	font-size: 24px;
	color: #bd161d;
	line-height: 60px;
	background-image: url(block_r3_topbg.jpg);
	background-repeat: no-repeat;
	background-position: 130px center;
}



/*TAB选项卡*/
.tab_box {
	height: auto;
	position: relative;
}
#block_tab_list {
}

#lyz_tab_menu {
	background-image: url(block_r3_topbg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	background-position: 260px center;
}
#lyz_tab_main {
	display: inline;
	height:auto;
}
#tab_list {
	height: auto;
	padding: 5px;
}
.line {
	background-color: #ababab;
	float: left;
	height: 1px;
	width: 610px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#tab_more {
	float: left;
	height: auto;
	width: 610px;
	padding-top: 15px;
}
#more {
	background-image: url(tab_morebg.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 0px;
}

.pro_con1111 {
	float: left;
	overflow: hidden;
	height: auto;
}
#tab_list li {
	list-style-type: none;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

.pro_con111 UL {
	padding: 0px;
	list-style-type: none;
}
.pro_con111 UL LI {
	display: inline;
	font-size: 24px;
	float: left;
	cursor: pointer;
	color: #BD161D;
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 105px;
}
.pro_con111 UL LI.hover {
	display: inline;
	float: left;
	cursor: pointer;
	color: #BD161D;
	text-align: center;
	height: 60px;
}


#lyz_tab_menu2 {
	background-image: url(block_r3_topbg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	background-position: 160px center;
}
.pro_con222 UL {
	padding: 0px;
	list-style-type: none;
}
.pro_con222 UL LI {
	display: inline;
	font-size: 24px;
	float: left;
	cursor: pointer;
	color: #BD161D;
	line-height: 60px;
	height: 60px;
	width: 52px;
}
.pro_con222 UL LI a {
	text-decoration: none;
	color: #BD161D;
	float: left;
}
.pro_con222 UL LI .nav_on {
	display: inline;
	float: left;
	cursor: pointer;
	color: #BD161D;
	height: 60px;
}

#tab_span {
	float: left;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #BD161D;
	list-style-type: none;
}
#tab_span2 {
	float: left;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #BD161D;
	list-style-type: none;
}

.clear {
	clear:both
}
.hover {
	height: auto;
}
#mtjj_catname {
	background-color: #BD161D;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	color: #FFFFFF;
	line-height: 27px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mtjj_title {
	line-height: 27px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	margin-left: 10px;
}
#show_content td p {           
	text-indent: 0px;
}
#link_right .select {
	float: left;
	height: 35px;
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 35px;
	font-family: "微软雅黑";
	margin-top: 7px;
}