@charset 'utf-8';
/*header-start*/
#header{
	height: 180px;
	background: #c11e19 url("../images/header_bg.jpg") no-repeat center top;
}
#header .logo{
	padding-top: 48px;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 50px;
	background: #ba0500;
}
#nav .nav_menu{
	width:980px;
	height: 50px;
}
#nav .nav_menu ul.nav_list{
	height: 50px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 27px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #da2721;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #da2721;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fefefe;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 9999;
	width: 206px;
	background: #ba0500;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 45px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #da2721;
}

.search{
	position: relative;
	width: 212px;
	height: 30px;
	margin-top: 12px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input[type="text"]{
	position: absolute;
    left: 0px;
    top: 0px;
	width: 183px;
	height: 26px;
	line-height: 26px;
	vertical-align: top;
	background: #fff;
	text-indent: 6px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #d3d3d3;
	border-right: none;
	color: #999;
}
.search input[type="image"]{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
/*end nav*/

/*banner start*/
.iosSliderDemo {clear: both;width: 100%;padding: 0 0 500px;position: relative;overflow-x: hidden;}
.fluidHeight {position: absolute;width: 100%;height:462px;}
.sliderContainer {height: 100%;height:500px;padding: 0 0;
}
.iosSlider {position: relative;top: 0;left: 0;overflow: hidden;width: 100%;height: 100%;}
.iosSlider .slider {width: 100%;height: 100%;}
.iosSlider .slider .item {width: 100%;max-width:1220px;height: 100%;padding: 0 0 0 0;text-align: center;}
.iosSlider .slider .item .inner {position: relative;top: 0;left: 0;width:100%;margin: 0 auto;height: 100%;box-shadow: 0 0 10px -5px #000;background-position: 50% 0;background-repeat: no-repeat;}
.iosSlider .slider .item .inner .text1{opacity: 0;filter: alpha(opacity=0);background: none repeat scroll 0 0 #000000;position: absolute;bottom: 12%;padding: 0 12px 0 12px;height:50px;text-align: left;}
.iosSlider .slider .item .inner .text1 span {color: #fff;font-size:24px;line-height:50px;padding: 0 8px;font-family:"Microsoft Yahei";}
.iosSlider .slider .item .inner a { display:block;max-width:1220px; height:500px; margin: 0 auto;}
.sliderContainer .slideSelectors {position: relative;bottom:40px;max-width: 1200px;margin: 0 auto;z-index: 1;height: 11px; text-align:center}
.sliderContainer .slideSelectors .prev {width:42px; height:66px; position:absolute; top:-250px;left:-10px; background:url("../images/banner_l.png") no-repeat}
.sliderContainer .slideSelectors .next {width:42px; height:66px; position:absolute; top:-250px;right:-10px; background:url("../images/banner_r.png") no-repeat;}
.sliderContainer .slideSelectors .item { display:inline-block;width: 15px;height: 15px;background: #fff;margin: 1px 1px 1px 11px;filter: alpha(opacity=25);border-radius: 10px;}
.sliderContainer .slideSelectors .selected {width: 15px;height: 15px;margin: 0 0 0 8px;background: #a81529;opacity: 1;filter: alpha(opacity=100);box-shadow: none;}
.leftbg{ width:490px; height:500px; position:absolute; top:0; background:#fff; left:50%; margin-left:-1099px; z-index:99;opacity: 0.5; filter: alpha(opacity=50);}
.rightbg{ width:490px; height:500px; position:absolute; top:0; background:#fff; right:50%; margin-right:-1099px; z-index:99;opacity: 0.5; filter: alpha(opacity=50);}
/*end banner*/

#main_con{
	width: 100%;
	background: url("../images/main_con_bg.png") no-repeat center bottom;
}
#main_con .main_bd{
	width: 1300px;
	background: url("../images/dot16.png");
	margin: 0 auto;
}
/*part1 start*/
#part1{
	padding-top: 28px;
	height: 330px;
}
#part1 .notice,#part1 .gbrm{
	width: 590px;
}
.hd_title{
	position: relative;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #dedede;
	color: #000;
	letter-spacing: 2px;
}
.hd_title span.line{
	position: absolute;
	left: 0px;
	bottom: -2px;
	display: block;
	width: 110px;
	height: 2px;
	background: #ba0500;
	z-index: 9;
}
.hd_title .more{
	top: 0px;
	position: absolute;
	right: 0px;
	height: 42px;
	line-height: 42px;
}
.hd_title .more a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #7d7d7d;
}
.hd_title .more a:hover{
	color: #ba0500;
}
.item_con .item_list{
	padding-top: 8px;
}
.item_con .item_list ul li{
	position: relative;
	height: 42px;
	line-height: 42px;
	padding-left: 18px;
	background: url("../images/icon01.png") no-repeat 6px center;
	font-family: "Microsoft Yahei";
}
.item_con .item_list ul li:hover{
	background: url("../images/icon02.png") no-repeat 6px center;
}
.item_con .item_list ul li a{
	font-size: 16px;
	color: #2c2c2c;
}
.item_con .item_list ul li a:hover{
	color: #ba0500;
}
.item_con .item_list ul li span.date{
	position: absolute;
	right: 0px;
	color: #a0a0a0;
}
.item_con .item_list ul li:hover span.date{
	color: #ba0500;
}
.item_con .item_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #ba0500;
    z-index: 999;
    transition: 0.6s;
}
.item_con .item_list ul li:hover span.line{
	width: 100%;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 374px;
}
#part2 .jcdj,#part2 .jgdw{
	width: 590px;
}
.item_con .first{
	padding-top: 14px;
	height: 110px;
	padding-bottom: 10px;
}
.item_con .first .pic{
	margin-right: 16px;
	width: 160px;
	height: 110px;
	overflow: hidden;
}
.item_con .first .pic img{
	display: block;
	width: 100%;
	height: 100%;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.item_con .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item_con .first .txt{
	float: left;
	width: 414px;
}
.item_con .first .txt .title{
	font-family: "Microsoft Yahei";
	color: #323232;
	font-size: 16px;
	padding-bottom: 4px;
	line-height: 32px;
}
.item_con .first:hover .txt .title{
	color: #ba0500;
}
.item_con .first .txt span.date{
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 22px;
	font-size: 14px;
	color: #999;
	background: url("../images/icon03.png") no-repeat left center;
}
.item_con .first .txt .des{
	font-size: 14px;
	color: #999;
}
/*end part2*/

/*part3 start*/
#part3{
	height: 324px;
}
#part3 .pxgz,#part3 .xzzq{
	width: 590px;
}
/*end part3*/

/*part4 start*/
#part4{
	height: 212px;
}
#part4 .link{
	position: relative;
	margin-top: 26px;
	width: 1220px;
	height: 90px;
	overflow: hidden;
}
#part4 .link .link_pic ul li{
	float: left;
	width: 292px;
	height: 88px;
	overflow: hidden;
	margin-right: 14px;
	border: 1px solid #e2e2e2;
}
#part4 .link .link_pic ul li:hover{
	border: 1px solid #ba0500;
}
#part4 .link .link_pic ul li img{
	display: block;
	width: 100%;
	height: 100%;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .link .link_pic ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .link .link_btn a{
	position:absolute; 
	top:50%;
	margin-top:-25px; 
	width:30px; 
	height:50px; 
	display:none; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}
#part4 .link:hover .link_btn a.prev{
	display: block;
	left:1px; 
	background:url("../images/link_l.png")  no-repeat;
}
#part4 .link:hover .link_btn a.next{
	display: block;
	right:2px; 
	background:url("../images/link_r.png") no-repeat;  
}
/*end part4*/

/*footer start*/
#footer{
	height: 136px;
	background: #ba0500;
}
#footer .foot_con{
	padding: 34px 0;
}
#footer .foot_con p{
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 52px;
	height: 54px;
	z-index: 9999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 300px;
    margin-left: -960px;
}
#ej_banner .ej_banner_con img{
	display: block;
	width: 100%;
	height: auto;
}
#main{
	padding-top: 40px;
}
#main .main_con_l{
	width: 280px;
	background: #fafafa;
}
#main .main_con_l .lmmc{
	height: 80px;
	line-height: 80px;
	background: #ba0500 url("../images/icon04.png") no-repeat 228px center;
	text-indent: 30px;
	font-size: 22px;
	color: #fff;
}
.sidebar{
	width: 260px;
	padding: 10px 0;
	margin: 0 auto;
}
.sidebar ul{
	display: block;
	width: 260px;
}
.sidebar ul li{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
	background: #fafafa url("../images/icon05.png") no-repeat 228px center;
}
.sidebar ul li+li{
	border-top: 1px solid #fff;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-indent: 20px;
	font-size: 18px;
}
.sidebar ul li:hover,.sidebar ul li.active{
	background: #ba0500;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
.sidebar ul li.last{
	border: none;
}
#main .main_con_r{
	width: 900px;
}
.main_hd{
	position: relative;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e9e9e9;
}
.main_hd .dqwz{
	padding-left: 28px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	background: url("../images/position.png") no-repeat 6px center;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
}
.main_hd .dqwz a:hover{
	color: #ba0500;
}
.main_list{
	width:900px;
	min-height: 600px;
}
.main_list ul{
	display: block;
	padding: 15px 0;
}
.main_list ul li{
	position: relative;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 18px;
	background: url("../images/icon07.png") no-repeat 5px center;
}
.main_list ul li:hover{
	background: url("../images/icon08.png") no-repeat 5px center;
}
.main_list ul li span.title{
	display: block;
	width: 748px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_list ul li a{
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #ba0500;
}
.main_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
}
.main_list ul li:hover .date{
	color: #ba0500;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #ba0500;
    z-index: 999;
    transition: 0.6s;
}
.main_list ul li:hover span.line{
	width: 100%;
}
.fanye img{
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 880px;
}
.main_bd .con_title{
	padding-top: 32px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.main_bd .con_title h2.title{
	padding: 0 15px;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	color: #000;
	line-height: 44px;
}
.main_bd .con_title p.info{
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.main_bd .con_title p.info span{
	margin-right: 30px;
}
.main_bd .con_title p.info i.djs{
	font-style: normal;
	margin-right: 30px;
}
.content{
	padding-bottom: 20px;
}
.content p{
	font-size: 16px;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content table p{text-indent: 0 !important;}
#vsb_content_6 .vsbcontent_start{font-size:16px !important;}
#vsb_content_2 P,#vsb_content_6 P{font-size: 16px !important;line-height: 32px !important;}
.content p img{
        display:inline-block;
        margin: 0 auto;
}
#vsb_content_2 IMG{border:none !important;}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 16px; }
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span { 
	color: #000; 
}
.page a { 
	color: #000; 
}
.page a:hover { 
	color: #ba0500;
	transition: 0.6s all; 
}
/*end content page*/

/*list_tppic start*/
.list_tppic{
	width: 900px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 32px;
	width: 960px;
}
.list_tppic ul li{
	float: left;
	width: 282px;
	height: 236px;
	margin-right: 25px; 
}
.list_tppic ul li .pic{
	width: 282px;
	height: 188px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_tppic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_tppic ul li .title{
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.list_tppic ul li:hover .title{
	color: #ba0500;
}
/*end list_tppic*/

/*link_piccon start*/
.link_piccon{
	width: 900px;
	min-height: 500px;	
}
.link_piccon ul{
	display: block;
	padding-top: 32px;
	width: 960px;
	overflow: hidden;
}
.link_piccon ul li{
	float: left;
	width: 281px;
	height: 88px;
	margin-right: 25px; 
	margin-bottom: 25px;
	border: 1px solid #e2e2e2;
	overflow: hidden;

}
.link_piccon ul li:hover{
	border: 1px solid #ba0500;
}
.link_piccon ul li img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.link_piccon ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end link_piccon*/