@charset 'utf-8';
/*header-start*/
#header{
	border-top: 1px solid #bb3e48;
	height: 44px;
	background: #aa0e1a;
}
#header .calendar{
	width: 400px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background: url("../images/icon01.png") no-repeat left center;
}
#header .hd_link{
	height: 44px;
	line-height: 44px;position: relative;
    z-index: 99;
}
#header .hd_link ul li{
	float: left;
	padding-left: 30px;
}
#header .hd_link ul li+li{
	background: url("../images/icon02.png") no-repeat 16px center;
}
#header .hd_link ul li a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 50px;
}
.nav_list { 
	height: 50px; 
	line-height:50px; 
	font-size:16px; 
} 
.nav_list li { 
	float:left; 
	position:relative;
} 
.nav_list li>a { 
	display:block; 
	line-height:50px; 
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color:#323232; 
	width: 170px;  
	text-align: center;
}
.nav_list li a:hover {  
	background:#aa0e1a;
	color: #fff;
	border-radius: 10px;
}
.nav_list li a.more:after{
	position: absolute;
	right: 15px;
	content:">";
	font-size: 18px;
	font-family: "Microsoft Yahei";
}
.nav_list li ul { 
	position:absolute;
	top: 43px;
	float:left; 
	width:170px; 
	display:none; 
	background:#a32124; 
	border-top: 1px solid #d5878d;
	z-index:9999;
	} 
.nav_list li ul li>a { 
	width:170px;
	text-decoration:none; 
	color:#fff;
	font-weight: normal;
	text-align: left;
	text-indent: 14px;
	border-bottom: 1px solid #d5878d;
	border-radius: 0;
}
.nav_list li ul a:hover { 
	background:#aa0e1a;
	color: #fff;
	border-radius: 0;
}
.nav_list li ul ul{ 
	top:-1px;
	left:170px;
} 
/*end nav*/

/*part1 start*/
.part1{
	height: 895px;
}
.logo_con{
	position: relative;
	width: 1200px;
	height: 132px;
}
.logo_con .logo{
	position: absolute;
	top: -56px;
	left: 50%;
	width: 542px;
	height: 188px;
	margin-left: -271px;
}
.logo_con .ptrk_link{
	position: absolute;
	top: 30px;
	right: 0px;
	width: 180px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: url("../images/ptrk_btn.png") no-repeat;
}
.logo_con .ptrk_link a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
.logo_con .ptrk_link a:hover{
	text-decoration: underline;
}
.search_con{
	width: 1200px;
	height: 90px;
}
.search_con .search{
	position: relative;
	width: 658px;
	height: 38px;
	border: 1px solid #c8c8c8;
	margin: 0 auto;
	border-radius: 19px;
}
.search input{
	border: none;
	outline: none;
}
.search input.txt{
	position: absolute;
	left: 16px;
	top: 0px;
	width: 544px;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 12px;
	background: transparent;
}
.search input.btn{
	position: absolute;
	right: 0px;
	top: -1px;
	width: 100px;
	height: 40px;
	cursor: pointer;
}
.search_con .ssrc{
	width: 658px;
	height: 38px;
	margin: 6px auto 0;
	font-size: 12px;
	font-family:"Microsoft Yahei";
	color: #666;
}
.search_con .ssrc a{
	display: inline-block;
	color: #666;
	padding-right: 15px;
}
.search_con .ssrc a:hover{
	color: #aa0e1a;
}
.tzgg_con{
	padding-top: 30px;
	height: 56px;
	line-height: 56px;
}
.tzgg_con .tzgg{
	position: relative;
	width: 910px;
	height: 56px;
	line-height: 56px;
	background: url("../images/icon18.png");
}
.tzgg_con .tzgg .icon{
	width: 26px;
	height: 22px;
	background: url("../images/icon19.png");
	margin: 17px 20px 0 30px;
}
.tzgg_con .tzgg_bd{
	width: 730px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}
.tzgg_con .tzgg_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
.tzgg_con .tzgg_bd ul li:hover a{
	color: #aa0e1a;
}
.tzgg_con .tzgg_btn span{
	position: absolute;
    top: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.tzgg_con .tzgg_btn span.prev{
	right: 60px;
    background: url("../images/tzgg_t.png") no-repeat;
}
.tzgg_con .tzgg_btn span.next{
	right: 30px;
    background: url("../images/tzgg_b.png") no-repeat;
}
.tzgg_con .zxrx{
	width: 270px;
	height: 55px;
}
.part1 .zxdt{
	padding-top: 40px;
	height: 498px;
}
.part1 .zxdt .zxdt_l{
	position: relative;
	width: 640px;
	height: 458px;
	overflow: hidden;
}
.part1 .zxdt .zxdt_l .zxdt_hd{
	position: absolute;
	right: 30px;
	bottom: 10px;
	z-index: 9;
}
.part1 .zxdt .zxdt_l .zxdt_hd ul li{
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 10px;
	background: #676767;
}
.part1 .zxdt .zxdt_l .zxdt_hd ul li.on{
	background: #fff;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .pic{
	width: 640px;
	height: 458px;
	overflow: hidden;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .pic img{
	display: block;
	width: 640px;
	height: 458px;
	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;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .mask{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 240px;
	background: url("../images/mask.png") repeat-x;
	z-index: 2;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .date{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("../images/icon20.png");
	z-index: 2;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .pic_txt{
	position: absolute;
	bottom: 28px;
	width: 580px;
	z-index: 3;
	padding: 0 30px;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .pic_txt .title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #f3f3f3;
	font-weight: bold;
	padding-bottom: 8px;
}
.part1 .zxdt .zxdt_l .zxdt_pic ul li .pic_txt .des{
	font-size: 12px;
	color: #fff;
}
.part1 .zxdt .zxdt_r{
	width: 530px;
	height: 458px;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	margin-bottom: 32px;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd ul li{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	cursor: pointer;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd ul li.on,.part1 .zxdt .zxdt_r .zxdt_r_hd ul li:hover{
	background: url("../images/icon09.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd ul li a{
	display: none;
	position: absolute;
	right: -5px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd ul li:hover a{
	color: #aa0e1a;
}
.part1 .zxdt .zxdt_r .zxdt_r_hd ul li.on a{
	display: block;
}
.part1 .zxdt .zxdt_r .item .first{
	width: 528px;
	height: 118px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.part1 .zxdt .zxdt_r .item .first .date{
	width: 88px;
	height: 118px;
	border-right: 1px solid #dcdcdc;
	margin-right: 20px;
}
.part1 .zxdt .zxdt_r .item .first .date span{
	display: block;
	text-align: center;
	width: 100%;
}
.part1 .zxdt .zxdt_r .item .first .date span.d1{
	font-size: 36px;
	font-family: "Microsoft Yahei";
	color: #666;
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #dcdcdc;
}
.part1 .zxdt .zxdt_r .item .first .date span.d2{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
}
.part1 .zxdt .zxdt_r .item .first .ftxt{
	width: 419px;
}
.part1 .zxdt .zxdt_r .item .first .ftxt .title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #323232;
	padding: 12px 0 16px;
}
.part1 .zxdt .zxdt_r .item .first:hover .ftxt .title{
	color: #aa0e1a;
}
.part1 .zxdt .zxdt_r .item .first .ftxt .des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.part1 .zxdt .zxdt_r .item ul li{
	height: 28px;
	line-height: 28px;
	margin-bottom: 15px;
}
.part1 .zxdt .zxdt_r .item ul li .date{
	float: left;
	width: 88px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #dcdcdc;
	border-radius: 14px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft Yahei";
	margin-right: 20px;
}
.part1 .zxdt .zxdt_r .item ul li:hover .date{
	border: 1px solid #aa0e1a;
	background: #aa0e1a;
	color: #fff;
}
.part1 .zxdt .zxdt_r .item ul li .title{
	float: left;
	width: 418px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
.part1 .zxdt .zxdt_r .item ul li:hover .title{
	color: #aa0e1a;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 188px;
}
#part2 .cjrcx_con{
	position: relative;
	width: 1200px;
	height: 188px;
}
#part2 .cjrcx_con .cjrcx_hd{
	height: 58px;
	border-top: 2px solid #aa0e1a;
}
#part2 .cjrcx_con .cjrcx_hd ul li{
	float: left;
	width: 600px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #323232;
	cursor: pointer;
}
#part2 .cjrcx_con .cjrcx_hd ul li.on{
	background: #aa0e1a;
	color: #fff;
}
#part2 .cjrcx_con .cjrcx_bd{
	padding-top: 30px;
	height: 70px;
}
#part2 .cjrcx_con .cjrcx_bd .sfzh{
	margin-left: 5px;
	width: 455px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e4e4e5;
	border-radius: 6px;
	margin-right: 10px;
	text-indent: 30px;
}
#part2 .cjrcx_con .cjrcx_bd .sfzh label{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
}
#part2 .cjrcx_con .cjrcx_bd .sfzh input.sfnum{
	width: 352px;
	border: none;
	height: 42px;
	line-height: 42px;
}
#part2 .cjrcx_con .cjrcx_bd .cxname{
	width: 455px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e4e4e5;
	border-radius: 6px;
	margin-right: 10px;
	text-indent: 30px;
}
#part2 .cjrcx_con .cjrcx_bd .cxname label{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
}
#part2 .cjrcx_con .cjrcx_bd .cxname input.cjname{
	width: 352px;
	border: none;
	height: 42px;
	line-height: 42px;
}
#part2 .cjrcx_con .cjrcx_bd .btn input.cx{
	display: inline-block;
	width: 114px;
	height: 47px;
	background: url("../images/btn.png");
	border: none;
	cursor: pointer;
}



#part2 .cjrcx_con .cjrcx_bd .cjyzm{
	
	height: 45px;
	margin-right: 10px;
	
	cursor: pointer;
}
#part2 .cjrzcx_hide{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	margin: auto;
	width: 420px;
	height: 140px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
	border-radius: 10px;
}
#part2 .cjrzcx_hide .cjrzcx_con{
	width: 410px;
	margin: 0 auto;
	border-top: 2px solid #aa0e1a;
}
#part2 .cjrzcx_hide .cjrzcx_result{
	position: relative;
	width: 380px;
	height: 128px;
	margin: 0 auto;
}
#part2 .cjrzcx_hide .cjrzcx_result .title{
	padding-top: 4px;
	text-align: center;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #f1f1f1;
}
#part2 .cjrzcx_hide .cjrzcx_result .cjrzcx_jg{
	padding-top: 16px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	text-align: center;
}
#part2 .cjrzcx_hide .cjrzcx_result .cjrzcx_close{
	position: absolute;
	right: 0px;
	top: 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#part2 .cjrzcx_hide .cjrzcx_result .cjrzcx_submit{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
	background: #aa0e1a;
}




/*end part2*/

/*part3 start*/
#part3{
	height: 190px;
}
#part3 .zt{
	position: relative;
	width: 1200px;
	height: 140px;
	overflow: hidden;
}
#part3 .zt .zt_hd{
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 9;
}
#part3 .zt .zt_hd ul li{
	float: left;
	width: 6px;
	height: 6px;
	background: url("../images/icon03.png") no-repeat;
	margin-left: 10px;
}
#part3 .zt .zt_hd ul li.on{
	background: url("../images/icon04.png") no-repeat;
}
#part3 .zt .zt_pic ul li img{
	display: block;
	width: 1200px;
	height: 140px;
	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;
}
#part3 .zt .zt_pic ul li:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*end part3*/

/*part4 start*/
#part4{
	height: 506px;
	background: #fafafa;
}
#part4 .part4_con{
	padding-top: 50px;
}
#part4 .yjsgk{
	width: 450px;
	margin-right: 30px;
}
#part4 .yjsgk .yjsgk_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	margin-bottom: 14px;
}
#part4 .yjsgk .yjsgk_hd ul li{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	cursor: pointer;
}
#part4 .yjsgk .yjsgk_hd ul li.on,#part4 .yjsgk .yjsgk_hd ul li:hover{
	background: url("../images/icon09.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#part4 .yjsgk .yjsgk_hd ul li a{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part4 .yjsgk .yjsgk_hd ul li:hover a{
	color: #aa0e1a;
}
#part4 .yjsgk .yjsgk_hd ul li.on a{
	display: block;
}
#part4 .yjsgk .yjsgk_bd ul li{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	background: url("../images/icon06.png") no-repeat left center;
}
#part4 .yjsgk .yjsgk_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part4 .yjsgk .yjsgk_bd ul li:hover a{
	color: #aa0e1a;
}
#part4 .yjsgk .yjsgk_bd ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
}
#part4 .yjsgk .yjsgk_bd ul li:hover .date{
	color: #aa0e1a;
}
#part4 .mtft{
	width: 450px;
	margin-right: 30px;
}
#part4 .mtft .mtft_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
#part4 .mtft .mtft_hd .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#part4 .mtft .mtft_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part4 .mtft .mtft_hd a:hover{
	color: #aa0e1a;
}
#part4 .mtft .mtft_bd{
	padding-top: 14px;
}
#part4 .mtft .mtft_bd .first{
	height: 96px;
	padding-top: 12px;
	margin-bottom: 12px;
}
#part4 .mtft .mtft_bd .first .pic{
	float: left;
	width: 140px;
	height: 96px;
	overflow: hidden;
	margin-right: 20px;
}
#part4 .mtft .mtft_bd .first .pic img{
	display: block;
	width: 140px;
	height: 96px;
	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;
}
#part4 .mtft .mtft_bd .first:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#part4 .mtft .mtft_bd .first .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	margin-bottom: 10px;
}
#part4 .mtft .mtft_bd .first:hover .title{
	color: #aa0e1a;
}
#part4 .mtft .mtft_bd .first .date{
	padding-left: 180px;
	background: url("../images/icon07.png") no-repeat 160px center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part4 .mtft .mtft_bd ul li{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 22px;
	background: url("../images/icon08.png") no-repeat left center;
}
#part4 .mtft .mtft_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part4 .mtft .mtft_bd ul li:hover a{
	color: #aa0e1a;
}
#part4 .mtft .mtft_bd ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
}
#part4 .mtft .mtft_bd ul li:hover .date{
	color: #aa0e1a;
}
#part4 .zwgk{
	width: 240px;
}
#part4 .zwgk .zwgk_con{
	width: 238px;
	height: 214px;
	border: 1px solid #efefef;
	background: #fff;
}
#part4 .zwgk .zwgk_title{
	height: 23px;
	width: 202px;
	padding: 0 18px;
	border-bottom: 1px solid #eee;
}
#part4 .zwgk .zwgk_title .hd_title{
	width: 90px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-weight: bold;
	text-align: center;
	background: #fff;
	line-height: 46px;
	margin: 0 auto;
}
#part4 .zwgk .zwgk_link{
	padding: 24px 10px 0;
}
#part4 .zwgk .zwgk_link ul li{
	float: left;
	width: 72px;
	margin-bottom: 6px;
}
#part4 .zwgk .zwgk_link ul li .pic{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
#part4 .zwgk .zwgk_link ul li .title{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #323232;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
#part4 .zwgk .zwgk_link ul li:hover .title{
	color: #aa0e1a;
	font-weight: bold;
}
#part4 .zwgk .dflzjb{
	margin-top: 20px;
	width: 240px;
	height: 170px;
	background: url("../images/dflzjb_pic.jpg") no-repeat;
}
#part4 .zwgk .dflzjb .dflzjb_txt{
	padding: 36px 18px 0;
}
#part4 .zwgk .dflzjb .dflzjb_txt p{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
/*end part4*/

/*part5 start*/
#part5{
	padding-top: 50px;
	height: 475px;
}
#part5 .spbd{
	width: 585px;
	margin-right: 30px;
}
#part5 .spbd .spbd_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	margin-bottom: 26px;
}
#part5 .spbd .spbd_hd ul li{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	cursor: pointer;
}
#part5 .spbd .spbd_hd ul li.on,#part5 .spbd .spbd_hd ul li:hover{
	background: url("../images/icon09.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#part5 .spbd .spbd_hd ul li a{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part5 .spbd .spbd_hd ul li:hover a{
	color: #aa0e1a;
}
#part5 .spbd .spbd_hd ul li.on a{
	display: block;
}
#part5 .item{
	position: relative;
	width: 585px;
	height: 354px;
	overflow: hidden;
}
#part5 .item_pic ul li .pic{
	width: 585px;
	height: 300px;
	overflow: hidden;
}
#part5 .item_pic ul li .pic img{
	display: block;
	width: 585px;
	height: 300px;
	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;
}
#part5 .item_pic ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#part5 .item_pic ul li .title{
	width: 585px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #f5f5f5;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part5 .item_pic ul li:hover .title{
	color: #aa0e1a;
}
#part5 .item span.sPrev{
	position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0px;
    display: block;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url("../images/spbd_l.png") no-repeat;
    z-index: 9;
}
#part5 .item span.sNext{
	position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 0px;
    display: block;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url("../images/spbd_r.png") no-repeat;
    z-index: 9;
}
#part5 .mtjj{
	width: 585px;
}
#part5 .mtjj .mtjj_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
#part5 .mtjj .mtjj_hd ul li .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	color: #333;
	font-size: 18px;
}
#part5 .mtjj .mtjj_hd ul li.on .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#part5 .mtjj .mtjj_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part5 .mtjj .mtjj_hd a:hover{
	color: #aa0e1a;
}
#part5 .mtjj .mtjj_pic{
	padding-top: 26px;
	height: 224px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
}
#part5 .mtjj .mtjj_pic ul li{
	float: left;
	width: 215px;
	margin-right: 20px;
}
#part5 .mtjj .mtjj_pic ul li+li{
	margin-right: 0px;
}
#part5 .mtjj .mtjj_pic ul li .pic{
	width: 215px;
	height: 160px;
	overflow: hidden;
}
#part5 .mtjj .mtjj_pic ul li .pic img{
	display: block;
	width: 215px;
	height: 160px;
	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;
}
#part5 .mtjj .mtjj_pic ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#part5 .mtjj .mtjj_pic ul li .title{
	padding-top: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #000;
	line-height: 20px;
}
#part5 .mtjj .mtjj_pic ul li:hover .title{
	color: #aa0e1a;
}
#part5 .mtjj .bd ul li{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	background: url("../images/icon15.png") no-repeat left center;
}
#part5 .mtjj .bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part5 .mtjj .bd ul li:hover a{
	color: #aa0e1a;
}
#part5 .mtjj .bd ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
}
#part5 .mtjj .bd ul li:hover .date{
	color: #aa0e1a;
}
#part5 .ztzl{
	width: 240px;
}
#part5 .ztzl .ztzl_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
#part5 .ztzl .ztzl_hd .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#part5 .ztzl .ztzl_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part5 .ztzl .ztzl_hd a:hover{
	color: #aa0e1a;
}
#part5 .ztzl .ztzl_pic{
	padding-top: 26px;
	height: 220px;
}
#part5 .ztzl .ztzl_pic ul li{
	width: 240px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
#part5 .ztzl .ztzl_pic ul li img{
	display: block;
	width: 240px;
	height: 100px;
	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;
}
#part5 .ztzl .ztzl_pic ul li:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#part5 .ztzl .ztzl_link ul li{
	height: 28px;
	line-height: 28px;
	padding-left: 12px;
	background: url("../images/icon16.png") no-repeat left center;
}
#part5 .ztzl .ztzl_link ul li a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part5 .ztzl .ztzl_link ul li:hover a{
	color: #aa0e1a;
}
/*end part5*/

/*part6 start*/
#part6{
	height: 198px;
}
#part6 .zxbs{
	position: relative;
	width: 1198px;
	height: 146px;
	border: 1px solid #efefef;
}
#part6 .zxbs .zxbs_hd{
	position: absolute;
	left: 0px;
	top: -1px;
	width: 20px;
	height: 132px;
	background: #aa0e1a;
	z-index: 9;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #fff;
	padding: 16px 20px 0;
}
#part6 .zxbs .zxbs_link{
	padding-left: 70px;
}
#part6 .zxbs .zxbs_link ul li{
	float: left;
	width: 160px;
}
#part6 .zxbs .zxbs_link ul li .pic{
	width: 80px;
	height: 80px;
	margin: 20px auto 0;
}
#part6 .zxbs .zxbs_link ul li .pic img{
	display: block;
	width: 80px;
	height: 80px;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
#part6 .zxbs .zxbs_link ul li:hover .pic img{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#part6 .zxbs .zxbs_link ul li .title{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #323232;
	text-align: center;
	line-height: 40px;
}
#part6 .zxbs .zxbs_link ul li:hover .title{
	color: #aa0e1a;
}
/*end part6*/

/*footer start*/
#footer{
        margin-top:20px;
	height: 118px;
	background: #aa0e1a;
	padding: 30px 0;
}
#footer .container{width:1300px;}
#footer .ft_l{
	position: relative;
	width: 370px;
	height: 118px;
	border-right: 1px solid #bb3e48;
}
#footer .ft_l .ft_link{
	width: 400px;
	overflow: hidden;
}
#footer .ft_l .ft_link ul li{
	float: left;
	padding-right: 30px;
	background: url("../images/icon02.png") no-repeat 62px center;
}
#footer .ft_l .ft_link ul li.last{
	background: none;
}
#footer .ft_l .ft_link ul li a{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .ft_l .ft_link ul li:hover a{
	text-decoration: underline;
}
#footer .ft_l .copyright{
	width: 400px;
	padding-top: 6px;
}
#footer .ft_l .copyright p{
	height: 32px;
	line-height: 32px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 12px;
}
#footer .ft_l .dzjg{
	position: absolute;
	left: 298px;
	top: 48px;
	width: 44px;
	height: 54px;
}
#footer .ft_m{
	width: 445px;
	height: 100px;
	padding-left: 30px;
	padding-top: 18px;
}
#footer .links .link{
	position: relative;
	float: left;
	width: 198px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #bb3e48;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 17px;
	text-indent: 16px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .links .link .arrow{
	position: absolute;
	right: 12px;
	top: 16px;
	width: 8px;
	height: 4px;
	z-index: 9;
}
#footer .links .link .arrow img{
	display: block;
	width: 8px;
	height: 4px;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
#footer .links .link ul{
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 220px;
	height: 200px;
	background: #bb3e48;
	display: none;
	overflow-y: auto;
	z-index: 9;
}
#footer .links .link ul li{
	height: 32px;
	line-height: 32px;
}
#footer .links .link ul li a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .links .link ul li:hover a{
	color: #aa0e1a;
}
#footer .links .link:hover .arrow img{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#footer .ft_ewm{
	width: 450px;
	height: 118px;
}
#footer .ft_ewm ul li{float:left;text-align:center;}
#footer .ft_ewm ul li+li+li{float:right;}
#footer .ft_ewm .pic{
	width: 90px;
	height: 90px;
	overflow: hidden;
        margin:0 auto;
}
#footer .ft_ewm img{
	display: block;
	width: 90px;
	height: 90px;
	background-size: 100% 100%;
}
#footer .ft_ewm .title{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
/*end footer*/

/*list page start*/
.ej_banner{
	height: 300px;
}
#main .main_con_l{
	width: 250px;
}
#main .main_con_l .lmmc{
	height: 100px;
	line-height: 100px;
	background: #aa0e1a url("../images/icon21.png") no-repeat 200px 35px;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-indent: 20px;
}
.sidebar{
	width: 248px;
	border-left: 2px solid #aa0e1a;
	background: #f9f9f9;
}
.sidebar ul li{
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	line-height: 36px;
        padding: 12px 0;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-size: 18px;
	background: url("../images/icon22.png") no-repeat 224px center;
	padding-left: 25px;
        padding-right: 30px;
}
.sidebar ul li:hover,.sidebar ul li.active{
	background: #fff;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #aa0e1a;
	background: url("../images/icon23.png") no-repeat 224px center;
}
.sidebar ul li.last{
	border: none;
}
#main .main_con_r{
	width: 910px;
}
.main_hd{
	position: relative;
	height: 54px;
	line-height: 54px;
	background: #aa0e1a;
	padding-left: 44px;
}
.main_hd .dqlmmc{
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.main_hd .line{
	position: absolute;
	left: 30px;
	top: 17px;
	width: 4px;
	height: 20px;
	background: #fff;
}
.main_hd .dqwz{
	font-size: 14px;
	line-height: 54px;
	color: #fff;
	padding-right: 32px;
	padding-left: 25px;
	background: url("../images/icon25.png") no-repeat left center;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
}
.main_list{
	width:910px;
	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: 50px;
	background: url("../images/icon24.png") no-repeat left center;
}
.main_list ul li a{
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #c8212d;
}
.main_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
}
.main_list ul li .num{
	position: absolute;
	left: 24px;
	top: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #8b8b8b;
}
.main_list ul li:hover .date{
	color: #c8212d;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c8212d;
    z-index: 999;
    transition: 0.6s;
}
.main_list ul li:hover span.line{
	width: 100%;
}
.fanye img{
	display: block;
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 910px;
}
.main_bd .con_title{
	padding-top: 32px;
	}
.main_bd .con_title h2.title{
	padding: 0 45px;
	text-align: center;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 44px;
}
.main_bd .line2{
	width: 910px;
	height: 1px;
	background: #d60036;
	margin-top: 2px;
	margin-bottom: 20px;
}
.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 !important;
	color: #4c4c4c;
	font-family: "Microsoft Yahei";
	line-height: 34px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	display: block;
	margin: 0 auto;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 15px; }
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span { 
	color: #4c4c4c; 
}
.page a { 
	color: #4c4c4c; 
}
.page a:hover { 
	color: #aa0e1a;
	transition: 0.6s all; 
}
/*end content page*/

/*list pic start*/
.list_pic{
	width: 910px;
	min-height: 600px;
}
.list_pic ul{
	display: block;
	padding-top: 32px;
}
.list_pic ul li{
	position: relative;
	height: 145px;
	margin-bottom: 35px;
}
.list_pic ul li .pic{
	float: left;
	width: 212px;
	height: 145px;
	overflow: hidden;
	margin-right: 24px;
}
.list_pic ul li .pic img{
	display: block;
	width: 212px;
	height: 145px;
	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_pic 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_pic ul li .txt{
	float: left;
	width: 672px;
	height: 144px;
	border-bottom: 1px solid #e1e3e3;
}
.list_pic ul li .txt p.title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #333;
	height: 32px;
	padding-bottom: 8px;
}
.list_pic ul li:hover a .txt p.title{
	color: #aa0e1a;
}
.list_pic ul li .txt .date{
	width: 94px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.list_pic ul li:hover .txt .date{
	border: 1px solid #aa0e1a;
	background: #aa0e1a;
	color: #fff;
}
.list_pic ul li .txt p.des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	height: 48px;
	line-height: 24px;
	padding-bottom: 10px;
}
.list_pic ul li .txt .ckxq{
	position: absolute;
	right: 16px;
	bottom: 48px;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #999;
}
.list_pic ul li:hover .txt .ckxq{
	color: #aa0e1a;
}
/*end list pic*/

/*list_cjrz start*/
.list_cjrz{
	width: 910px;
    min-height: 500px;
}
.list_cjrz ul{
	display: block;
    padding: 15px 0;
}
.list_cjrz ul li{
	position: relative;
	height: 55px;
	line-height: 56px;
	border-bottom: 1px solid #efefef;
	padding-left: 24px;
	background: url("../images/icon24.png") no-repeat left center;
}
.list_cjrz ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
.list_cjrz ul li a.bszn{
	position: absolute;
	left: 658px;
	top: 0px;
	padding-left: 30px;
	background: url("../images/icon26.png") no-repeat left center;
}
.list_cjrz ul li a.zxbs{
	position: absolute;
	left: 814px;
	top: 0px;
	padding-left: 30px;
	background: url("../images/icon27.png") no-repeat left center;
}
.list_cjrz ul li a:hover{
	color: #aa0e1a;
}
/*end list_cjrz*/

/*xb start*/
#main .main_con_l .xb{
	padding: 0 15px;
	width: 220px;
	height: 400px;
	background: url("../images/xb_left_pic.jpg") no-repeat;
}
#main .main_con_l .xb .xb_title{
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #aa0e1a;
	font-weight: bold;
	padding: 16px 0 12px;
}
#main .main_con_l .xb .xb_txt p{
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	background: url("../images/icon28.png") no-repeat left center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#main .main_con_r .list_xb{
	min-height: 500px;
	background: #fff;
}
#main .main_con_r .sj_nav{
	margin-top: 30px;
	padding-top: 10px;
	background: #fff;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
#main .main_con_r .sj_nav ul li{
	float: left;
	width: 147px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 3px solid #fff;
	background: #f0f0f0;
}
#main .main_con_r .sj_nav ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#main .main_con_r .sj_nav ul li:hover,#main .main_con_r .sj_nav ul li.on{
	background: #aa0e1a;
}
#main .main_con_r .sj_nav ul li.on a,#main .main_con_r .sj_nav ul li:hover a{
	color: #fff;
}
#main .main_con_r .xb_content{
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
#main .main_con_r .xb_content p{
	line-height: 44px;
}
/*end xb*/

/*ejzhy start*/
#zhy_part1{
	height: 410px;
}
#zhy_part1 .zhy_part1_con{
	height: 368px;
	border-top: 2px solid #aa0e1a;
	padding-top: 40px;
	overflow: hidden;
}
#zhy_part1 .ntekf{
	width: 480px;
	height: 408px;
}
#zhy_part1 .ntekf .ntekf_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	margin-bottom: 26px;
}
#zhy_part1 .ntekf .ntekf_hd ul li{
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	cursor: pointer;
}
#zhy_part1 .ntekf .ntekf_hd ul li.on,#zhy_part1 .ntekf .ntekf_hd ul li:hover{
	background: url("../images/icon09.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#zhy_part1 .ntekf .ntekf_hd ul li+li+li+li{
	width: 120px;
}
#zhy_part1 .ntekf .ntekf_hd ul li+li+li+li.on,#zhy_part1 .ntekf .ntekf_hd ul li+li+li+li:hover{
	background: url("../images/icon05.png") no-repeat center center;
}
#zhy_part1 .ntekf .ntekf_hd ul li a{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#zhy_part1 .ntekf .ntekf_hd ul li:hover a{
	color: #aa0e1a;
}
#zhy_part1 .ntekf .ntekf_hd ul li.on a{
	display: block;
}


#zhy_part1 .ntekf .ntekf_bd ul li{
	position: relative;
	height: 38px;
	line-height: 38px;
	padding-left: 12px;
	background: url("../images/icon16.png") no-repeat left center;
}
#zhy_part1 .ntekf .ntekf_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#zhy_part1 .ntekf .ntekf_bd ul li:hover a{
	color: #aa0e1a;
}
#zhy_part1 .ntekf .ntekf_bd ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #7f7f7f;
}
#zhy_part1 .kfdt{
	width: 330px;
	height: 408px;
}
#zhy_part1 .kfdt .kfdt_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	margin-bottom: 26px;
}
#zhy_part1 .kfdt .kfdt_hd ul li{
	float: left;
	width: 120px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	cursor: pointer;
}
#zhy_part1 .kfdt .kfdt_hd ul li.on,#zhy_part1 .kfdt .kfdt_hd ul li:hover{
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#zhy_part1 .kfdt .kfdt_hd ul li a{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#zhy_part1 .kfdt .kfdt_hd ul li:hover a{
	color: #aa0e1a;
}
#zhy_part1 .kfdt .kfdt_hd ul li.on a{
	display: block;
}
#zhy_part1 .kfdt .kfdt_bd ul li{
	height: 50px;
	margin-bottom: 20px;
}
#zhy_part1 .kfdt .kfdt_bd ul li .date{
	float: left;
	width: 56px;
	height: 48px;
	border: 1px solid #dcdcdc;
	margin-right: 15px;
}
#zhy_part1 .kfdt .kfdt_bd ul li:hover .date{
	border: 1px solid #aa0e1a;
	background: #aa0e1a;
}
#zhy_part1 .kfdt .kfdt_bd ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
}
#zhy_part1 .kfdt .kfdt_bd ul li .date span.d1{
	font-size: 26px;
	font-weight: bold;
	color: #aa0e1a;
	line-height: 28px;
}
#zhy_part1 .kfdt .kfdt_bd ul li:hover .date span.d1{
	color: #fff;
}
#zhy_part1 .kfdt .kfdt_bd ul li .date span.d2{
	font-size: 12px;
	color: #666;
}
#zhy_part1 .kfdt .kfdt_bd ul li:hover .date span.d2{
	color: #fff;
}
#zhy_part1 .kfdt .kfdt_bd ul li .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#zhy_part1 .kfdt .kfdt_bd ul li:hover .title{
	color: #aa0e1a;
}
#zhy_part1 .zxdt_pic{
	position: relative;
	width: 330px;
	height: 408px;
	overflow: hidden;
	margin-left: 30px;
}
#zhy_part1 .zxdt_pic .zxdt_hd{
	position: absolute;
	top: 235px;
	width: 100%;
	z-index: 99;
}
#zhy_part1 .zxdt_pic .zxdt_hd ul{
	display: block;
	width: 100%;
	text-align: center;
}
#zhy_part1 .zxdt_pic .zxdt_hd ul li{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
#zhy_part1 .zxdt_pic .zxdt_hd ul li.on{
	background: #aa0e1a;
}
#zhy_part1 .zxdt_pic .zxdt_img ul li .pic{
	width: 330px;
	height: 260px;
	overflow: hidden;
}
#zhy_part1 .zxdt_pic .zxdt_img ul li .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;
}
#zhy_part1 .zxdt_pic .zxdt_img ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#zhy_part1 .zxdt_pic .zxdt_img ul li .title{
	padding: 10px 20px 0;
	height: 60px;
	background: #f4f4f4;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 22px;
}
#zhy_part1 .zxdt_pic .zxdt_img ul li:hover .title{
	background: #ba1427;
	color: #fff;
}
#zhy_part2{
	height: 168px;
}
#zhy_part2 .fwlc{
	width: 1200px;
	height: 130px;
	overflow: hidden;
}
#zhy_part2 .fwlc 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;
}
#zhy_part2 .fwlc:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*spdb start*/
#spdb{
	height: 382px;
}
#spdb .spdb_con .spdb_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
.spdb_con{
	position: relative;
	width: 1200px;
	height: 382px;
	overflow: hidden;
}
.spdb_con .spdb_hd .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
.spdb_con .spdb_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.spdb_con .spdb_hd a:hover{
	color: #aa0e1a;
}
.spdb_con .spdb_bd{
	padding-top: 26px;
	height: 306px;
}
.spdb_con .spdb_bd ul li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.spdb_con .spdb_bd ul li .pic{
	width: 285px;
	height: 210px;
	overflow: hidden;
}
.spdb_con .spdb_bd ul li .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;
}
.spdb_con .spdb_bd ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.spdb_con .spdb_bd ul li .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	padding: 10px 10px 0;
	text-align: center;
}
.spdb_con .spdb_bd ul li:hover .title{
	color: #aa0e1a;
}
.spdb_con .spdb_btn a{
	position:absolute; 
	top:50%;
	margin-top:-29px; 
	width:34px; 
	height:58px; 
	display:block; 
	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;
}
.spdb_con .spdb_btn a.prev{ 
	left:0px; 
	background:url("../images/spdb_l.png")  no-repeat;
}
.spdb_con:hover .spdb_btn a.prev{
	background:url("../images/spdb_l_hover.png")  no-repeat;
}
.spdb_con .spdb_btn a.next{ 
	right:0px; 
	background:url("../images/spdb_r.png") no-repeat;  
}
.spdb_con:hover .spdb_btn a.next{
	background:url("../images/spdb_r_hover.png") no-repeat;
}
/*end spdb*/

/*kfzx start*/
#kfzx{
	height: 280px;
}
#kfzx .kfzxdt{
	width: 380px;
	margin-right: 30px;
}
#kfzx .kfzx_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
#kfzx .kfzx_hd .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#kfzx .kfzx_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#kfzx .kfzx_hd a:hover{
	color: #aa0e1a;
}
#kfzx .fwnr{
	width: 380px;
	margin-right: 30px;
}
#kfzx .fwnr .kfzx_hd .hd_title{
	width: 173px;
	background: url("../images/icon34.png") no-repeat center center;
}
#kfzx .nsks{
	width: 380px;
}
#kfzx .kfzx_bd{
	padding-top: 26px;
}
#kfzx .kfzx_bd ul{
	display: block;
	width: 400px;
    overflow: hidden;
}
#kfzx .kfzx_bd ul li{
	float: left;
	width: 183px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 15px;
	background: #fff url("../images/icon35.png") no-repeat 170px center;
}
#kfzx .kfzx_bd ul li:hover{
	border: 1px solid #aa0e1a;
	background:#aa0e1a url("../images/icon36.png") no-repeat 170px center;
}
#kfzx .kfzx_bd ul li a{
	display: block;
	text-indent: 12px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#kfzx .kfzx_bd ul li:hover a{
	color: #fff;
}
/*end kfzx*/

#zhy_part3{
	height: 760px;
}
#zhy_part3 .fwhj .fwhj_hd{
	position: relative;
	height: 43px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
}
#zhy_part3 .fwhj .fwhj_hd .hd_title{
	width: 120px;
	height: 50px;
	text-align: center;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	background: url("../images/icon05.png") no-repeat center center;
	color: #fff;
	font-size: 18px;
}
#zhy_part3 .fwhj .fwhj_hd a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#zhy_part3 .fwhj .fwhj_hd a:hover{
	color: #aa0e1a;
}
#zhy_part3 .kfqc{
	height: 286px;
}
#zhy_part3 .fwhj .fwhj_pic{
	height: 430px;
}
#zhy_part3 .fwhj .fwhj_pic ul li{
	position: relative;
	float: left;
	width: 585px;
	height: 180px;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #f9f9f9;
}
#zhy_part3 .fwhj .fwhj_pic ul li+li{
	margin-right: 0px;
}
#zhy_part3 .fwhj .fwhj_pic ul li+li+li{
	margin-right: 30px;
}
#zhy_part3 .fwhj .fwhj_pic ul li+li+li+li{
	margin-right: 0px;
}
#zhy_part3 .fwhj .fwhj_pic ul li .pic{
	float: left;
	width: 260px;
	height: 180px;
	overflow: hidden;
	margin-right: 30px;
}
#zhy_part3 .fwhj .fwhj_pic ul li .pic img{
	display: block;
	width: 260px;
	height: 180px;
	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;
}
#zhy_part3 .fwhj .fwhj_pic ul li:hover .pic img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#zhy_part3 .fwhj .fwhj_pic ul li .fwhj_txt{
	float: left;
	width: 266px;
}
#zhy_part3 .fwhj .fwhj_pic ul li .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	padding: 16px 0 14px;
}
#zhy_part3 .fwhj .fwhj_pic ul li:hover .title{
	color: #aa0e1a;
}
#zhy_part3 .fwhj .fwhj_pic ul li .des{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 22px;
}
#zhy_part3 .fwhj .fwhj_pic ul li .more{
	position: absolute;
	right: -2px;
	bottom: 0px;
	width: 70px;
	height: 33px;
	background: url("../images/icon29.png") no-repeat;
}
/*end ejzhy*/

/*ycxf start*/
.ycxf{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
.ycxf .ycxf_con{
	width: 35px;
    height: 100%;
    background: #141414;
    position: fixed;
    right: 0;
    z-index: 1000;
    top: 0;
    -webkit-animation: celan 1.5s;
    animation: celan 1.5s;
}
.ycxf .ycxf_con .ycxf_link{
	padding: 160px 7px 0 7px;
	width: 21px;
}
.ycxf .ycxf_con .ycxf_link ul li{
	height: 56px;
	border-bottom: 1px solid #626262;
	background: url("../images/icon30.png") no-repeat center center;
	cursor: pointer;
}
.ycxf .ycxf_con .ycxf_link ul li+li{
	background: url("../images/icon31.png") no-repeat center center;
}
.ycxf .ycxf_con .ycxf_link ul li+li+li{
	background: url("../images/icon32.png") no-repeat center center;
}
.ycxf .ycxf_con .ycxf_link ul li+li+li+li{
	border-bottom: none;
	background: url("../images/icon33.png") no-repeat center center;
}
.back{
	position: fixed;
	bottom: 60px;
	right: 9px;
	width: 17px;
	height: 17px;
	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 ycxf*/