@charset 'utf-8';
/*header-start*/
#header{
	height: 140px;
	background: url("../images/header_bg.jpg") no-repeat center top;
}
#header .header_top{
	height: 96px;
}
#header .header_top .logo{
	padding-top: 15px;
	width: 500px;
	height: 81px;
}
#header .header_top .hd_r_top{
	width: 690px;
	height: 36px;
	padding-top: 30px;
}
.search{
	position: relative;
	width: 248px;
	height: 34px;
	border: 1px solid #df858b;
	border-radius: 8px;
	margin-left: 20px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input.txt{
	position: absolute;
    left: 10px;
    top: 0px;
	width: 206px;
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	background: transparent;
	color: #fff;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 8px;
	width: 26px;
	height: 33px;
	cursor: pointer;
}
#header .header_top .hd_r_link{
	height: 36px;
	line-height: 36px;
}
#header .header_top .hd_r_link a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
margin-right: 16px;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 44px;
}
#nav .nav_menu{
	width:1200px;
	height: 44px;
}
#nav .nav_menu ul.nav_list{
	height: 44px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #de3642;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #de3642;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 44px;
	display: none;
	z-index: 9999;
	width: 200px;
	background: #c8212d;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 45px;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #de3642;
}
/*end nav*/

/*banner start*/
#banner{
	position: relative;
	width:100%;
	height:578px;
	overflow: hidden;
}
#banner .slideBox{ 
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1920px;
    height:578px;
    margin-left: -960px;
}
#banner .slideBox .hd{  
	position:absolute; 
	left: 50%;
	margin-left: -105px;
	bottom:20px; 
	height:14px;
	z-index: 9999;
}
#banner .slideBox .hd ul li{ 
	float:left; 
	margin:0 10px;  
	width:12px; 
	height:12px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align:center; 
	cursor:pointer; 
}
#banner .slideBox .hd ul li.on{
	border: 1px solid #c8212d;
	background:#c8212d;
}
#banner .slideBox .bd ul li{
	width: 1920px;
	height:670px;
}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:1920px; 
	height:578px;
	background-size: 100% 100%;
}
#banner .slideBox .banner_btn{
	width: 1200px;
	position:absolute; 
	top:50%;
	left: 50%;
	margin-left: -600px;
	margin-top:-40px; 
	z-index: 999;
}
#banner .slideBox .banner_btn a{
	width:48px; 
	height:80px; 
	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
}
#banner .slideBox a.prev{ 
	float: left;
	background:url("../images/banner_l.png")  no-repeat;  
	}
#banner .slideBox a.next{ 
	float: right;
	background:url("../images/banner_r.png") no-repeat;  
	}
#banner .slideBox:hover a.prev{ 
	background:url("../images/banner_l_hover.png")  no-repeat;   
	}
#banner .slideBox:hover a.next{
	background:url("../images/banner_r_hover.png")  no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	height: 584px;
}
#part1 .part1_con{
	padding-top: 38px;
	height: 544px;
}
#part1 .news{
	width: 820px;
}
.hd_title{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	font-family: "楷体";
	color: #000;
	font-weight: bold;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	line-height: 50px;
}
.hd_title .more a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #adadad;
	font-weight: normal;
}
.hd_title .more:hover a{
	color: #c8212d;
}
#part1 .news .news_con{
	padding-top: 14px;
	height: 480px;
}
#part1 .news .news_pic{
	position: relative;
	width: 390px;
	height: 480px;
}
#part1 .news .news_pic .pic{
	width: 390px;
	height: 280px;
	overflow: hidden;
}
#part1 .news .news_pic .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;
}
#part1 .news .news_pic:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .news .news_pic .date{
	position: absolute;
	top: 0px;
	right: 40px;
	width: 48px;
	height: 64px;
	background: url("../images/icon01.png") no-repeat;
}
#part1 .news .news_pic .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part1 .news .news_pic .date span.d1{
	padding-top: 4px;
	line-height: 18px;
}
#part1 .news .news_pic .date span.d2{
	font-family: "Arial";
	font-size: 22px;
}
#part1 .news .news_pic .news_txt{
	padding-top: 16px;
}
#part1 .news .news_pic .news_txt .title{
	font-family: "Microsoft Yahei";
	font-weight: bold;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
#part1 .news .news_pic:hover .news_txt .title{
	color: #c8212d;
}
#part1 .news .news_pic .news_txt .info{
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 22px;
	padding-bottom: 16px;
}
#part1 .news .news_pic .news_txt .ckgd{
	width: 86px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
	background: #c8212d;
}
#part1 .news .news_list{
	width: 400px;
	height: 480px;
	margin-top: -24px;
}
#part1 .news .news_list ul li{
	position: relative;
	height: 51px;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0;
}
#part1 .news .news_list ul li .title{
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	padding-bottom: 6px;
}
#part1 .news .news_list ul li:hover .title{
	color: #c8212d;
}
#part1 .news .news_list ul li .info div{
	float:left;
	margin-right: 24px;
	padding-left: 24px;
	font-family: "Microsoft Yahei";
	color: #c8212d;
	font-size: 14px;
}
#part1 .news .news_list ul li .info div.date{
	background: url("../images/icon02.png") no-repeat left center;
}
#part1 .news .news_list ul li .info div.djs{
	background: url("../images/icon03.png") no-repeat left center;
}
#part1 .news .news_list ul li .info div.time{
	background: url("../images/icon04.png") no-repeat left center;
}
#part1 .news .news_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;
}
#part1 .news .news_list ul li:hover span.line{
	width: 100%;
}
#part1 .notice{
	width: 340px;
	height: 544px;
}
#part1 .notice .notice_list ul li{
	position: relative;
	height: 62px;
	padding:14px 0;
}
#part1 .notice .notice_list ul li .date{
	float: left;
	width: 68px;
	height:60px;
	border: 1px solid #c8212d;
	margin-right: 15px; 
}
#part1 .notice .notice_list ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
}
#part1 .notice .notice_list ul li .date span.d1{
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	color: #c8212d;
}
#part1 .notice .notice_list ul li .date span.d2{
	font-size: 12px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	background: #c8212d;
}
#part1 .notice .notice_list ul li .title{
	padding-top: 8px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #333;
}
#part1 .notice .notice_list ul li:hover .title{
	color: #c8212d;
}
#part1 .notice .notice_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;
}
#part1 .notice .notice_list ul li:hover span.line{
	width: 100%;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 828px;
	background: url("../images/part2_bg.jpg") no-repeat center top;
}
#part2 .part2_con{
	padding-top: 38px;
	height: 790px;
}
.hd_con{
	height: 57px;
}
.hd_con .hd_title2{
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	font-family: "楷体";
	color: #000;
	font-weight: bold;
	text-align: center;
}
.hd_con .hd_title2 span.line{
	display: block;
	width: 170px;
	height: 1px;
	background: #000;
	margin: 0 auto;
}
#part2 .ydjs_con{
	margin-top: 40px;
	height: 560px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
#part2 .ydjs_con ul li{
	float: left;
	width: 600px;
	height: 280px;
}
#part2 .ydjs_con ul li .ydjs_txt{
	float: left;
	padding: 30px;
	width: 240px;
	height: 220px;
}
#part2 .ydjs_con ul li:hover .ydjs_txt{
	background: #c8212d;
}
#part2 .ydjs_con ul li .ydjs_txt .title{
	padding-top: 6px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	text-align: center;
	height: 56px;
	line-height: 26px;
}
#part2 .ydjs_con ul li:hover .ydjs_txt .title{
	color: #fff;
}
#part2 .ydjs_con ul li .ydjs_txt .date{
	font-family: "Microsoft Yahei";
	color: #c8212d;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
}
#part2 .ydjs_con ul li:hover .ydjs_txt .date{
	color: #fff;
}
#part2 .ydjs_con ul li .ydjs_txt .info{
	font-family: "Microsoft Yahei";
	color: #898989;
	font-size: 12px;
	text-align: center;
	height: 80px;
	line-height: 20px;
}
#part2 .ydjs_con ul li:hover .ydjs_txt .info{
	color: #fff;
}
#part2 .ydjs_con ul li .ydjs_txt .ckxq{
	width: 78px;
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
	color: #898989;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 4px;
}
#part2 .ydjs_con ul li:hover .ydjs_txt .ckxq{
	border-bottom: 1px dashed #fff;
	color: #fff;
}
#part2 .ydjs_con ul li .pic{
	position: relative;
	float: left;
	width: 300px;
	height: 280px;
	overflow: hidden;
}
#part2 .ydjs_con .ydjs_item1 ul li .pic .triangle{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	width: 17px;
	height: 26px;
	background: url("../images/icon06.png") no-repeat;
	z-index: 9999;
}
#part2 .ydjs_con .ydjs_item1 ul li:hover .pic .triangle{
	background: url("../images/icon06_hover.png") no-repeat;
}
#part2 .ydjs_con .ydjs_item2 ul li .pic .triangle{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -13px;
	width: 17px;
	height: 26px;
	background: url("../images/icon05.png") no-repeat;
	z-index: 9999;
}
#part2 .ydjs_con .ydjs_item2 ul li:hover .pic .triangle{
	background: url("../images/icon05_hover.png") no-repeat;
}
#part2 .ydjs_con ul li .pic img{
	display: block;
	width: 300px;
	height: 280px;
	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;
}
#part2 .ydjs_con ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.more2{
	width: 158px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border:1px solid #dcdcdc;
	margin: 0 auto;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.more2:hover{
	border:1px solid #c8212d;
	background: #c8212d;
}
.more2 a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #c8212d;
	font-size: 14px;
}
.more2:hover a{
	color: #fff;
}
/*end part2*/

/*part3 start*/
#part3{
	height: 558px;
}
#part3 .part3_con{
	padding-top: 50px;
	height: 508px;
}
#part3 .djgz{
	width: 580px;
}
#part3 .djgz .djgz_bd{
	padding-top: 20px;
	height: 438px;
}
#part3 .djgz .djgz_bd .first{
	width: 580px;
	height: 140px;
}
#part3 .djgz .djgz_bd .first .pic{
	float: left;
	width: 205px;
	height: 140px;
	overflow: hidden;
}
#part3 .djgz .djgz_bd .first .pic img{
	display: block;
	width: 205px;
	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 .djgz .djgz_bd .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .djgz .djgz_bd .first .dzgz_txt{
	float: right;
	width: 358px;
	height: 140px;
}
#part3 .djgz .djgz_bd .first .dzgz_txt .title{
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	font-size: 16px;
	height: 48px;
}
#part3 .djgz .djgz_bd .first:hover .dzgz_txt .title{
	color: #c8212d;
}
#part3 .djgz .djgz_bd .first .dzgz_txt .date{
	position: relative;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	padding: 10px 0;
}
#part3 .djgz .djgz_bd .first .dzgz_txt .line{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 270px;
	height: 1px;
	background: #c8212d;
}
#part3 .djgz .djgz_bd .first .dzgz_txt  .info{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part3 .djgz .djgz_bd ul{
	display: block;
	padding-top: 34px;
}
#part3 .djgz .djgz_bd ul li{
	position: relative;
	height: 38px;
	line-height: 38px;
}
#part3 .djgz .djgz_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part3 .djgz .djgz_bd ul li:hover a{
	color: #c8212d;
}
#part3 .djgz .djgz_bd ul li span.date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part3 .djgz .djgz_bd ul li:hover span.date{
	color: #c8212d;
}
#part3 .djgz .djgz_bd ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c8212d;
    z-index: 999;
    transition: 0.6s;
}
#part3 .djgz .djgz_bd ul li:hover span.line{
	width: 100%;
}
#part3 .cgjs{
	width: 580px;
}
#part3 .cgjs .cgjs_con{
	position: relative;
	padding-top: 20px;
	width: 580px;
	height: 438px;
}
#part3 .cgjs_hd{
	position: absolute;
	bottom: 64px;
	right: 10px;
	height: 16px;
	z-index: 9;
}
#part3 .cgjs_hd ul li{
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin: 0 4px;
}
#part3 .cgjs_hd ul li.on{
	border: 1px solid #c8212d;
	background: #c8212d;
}
#part3 .cgjs .cgjs_con .cgjs_bd ul li .pic{
	width: 455px;
	height: 324px;
	overflow: hidden;
}
#part3 .cgjs .cgjs_con .cgjs_bd{
	width: 580px;
	height: 388px;
}
#part3 .cgjs .cgjs_con .cgjs_bd ul li{
	position: relative;
	width: 580px;
	height: 388px;
}
#part3 .cgjs .cgjs_con .cgjs_bd ul li .pic{
	width: 580px;
	height: 388px;
	overflow: hidden;
}
#part3 .cgjs .cgjs_con .cgjs_bd ul li .pic img{
	display: block;
	width: 580px;
	height: 388px;
	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 .cgjs .cgjs_con .cgjs_bd ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .cgjs_bd ul li .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url("../images/icon09.png");
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-indent: 16px;
	z-index: 8;
}

/*part4 start*/
#part4{
	height: 730px;
	background: url("../images/part4_bg.png") no-repeat bottom center;
}
#part4 .jsfc_box{
	height: 522px;
}
#part4 .jsfc_con{
	padding-top: 20px;
	height: 380px;
}
#part4 .jsfc_con ul li{
	position: relative;
	float: left;
	width: 380px;
	height: 338px;
	margin-right: 30px;
	background: url("../images/icon08.png") no-repeat;
	-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 .jsfc_con ul li:hover{
	background: url("../images/icon08_hover.png") no-repeat;
	margin-top: -6px;
	box-shadow:0px 0px 0px #f1f1f1, 
               0px -4px 10px #f1f1f1, 
               4px 0px 10px #f1f1f1,
               0px 6px 10px #f1f1f1;
    -webkit-box-shadow:0px 0px 0px #f1f1f1, 
   				0px -4px 10px #f1f1f1, 
   				4px 0px 10px #f1f1f1,
   				0px 6px 10px #f1f1f1;
    -moz-box-shadow:0px 0px 0px #f1f1f1, 
   				0px -4px 10px #f1f1f1, 
   				4px 0px 10px #f1f1f1,
   				0px 6px 10px #f1f1f1;
}
#part4 .jsfc_con ul li .pic{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 360px;
	height: 248px;
	overflow: hidden;
}
#part4 .jsfc_con ul li .pic img{
	display: block;
	width: 360px;
	height: 248px;
	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 .jsfc_con ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .jsfc_con ul li .date{
	position: absolute;
	left: 0px;
	bottom: 36px;
	width: 70px;
	height: 60px;
	background: #c8212d;
}
#part4 .jsfc_con ul li .date span{
	display: block;
	width: 100%;
	font-family: "Microsoft Yahei";
	text-align: center;
}
#part4 .jsfc_con ul li .date span.d1{
	font-size: 28px;
	line-height: 34px;
	color: #fff;
}
#part4 .jsfc_con ul li .date span.d2{
	color: #e5a9ac;
	font-size: 14px;
}
#part4 .jsfc_con ul li .jsfc_title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 90px;
	padding-right: 28px;
	height: 66px;
}
#part4 .jsfc_con ul li .jsfc_title{
	font-size: 16px;
	color: #000;
	font-family: "Microsoft Yahei";
}
#part4 .jsfc_con ul li:hover .jsfc_title{
	color: #c8212d;
}
#part4 .jsfc_con ul li+li+li{
	margin-right: 0px;
}
#part4 .kstd_con{
	height: 110px;
}
#part4 .kstd_con .kstd_hd{
	position: relative;
	height: 44px;
	line-height: 44px;
	background: url("../images/icon10_line.png") no-repeat center center;
	text-align: center;
	font-size: 28px;
    font-family: "楷体";
    color: #000;
    font-weight: bold;
    text-align: center;
}
#part4 .kstd_con .kstd_link{
	padding-top: 20px;
	overflow: hidden;
}
#part4 .kstd_con .kstd_link ul li{
	float: left;
	width: 182px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	border: 1px solid #ddd;
	margin-right: 18px;
	margin-bottom: 18px;
}
#part4 .kstd_con .kstd_link ul li:hover{
	border: 1px solid #c8212d;
	background: #c8212d;
}
#part4 .kstd_con .kstd_link ul li.last{
	margin-right: 0px;
}
#part4 .kstd_con .kstd_link ul li a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft Yahei";
}
#part4 .kstd_con .kstd_link ul li:hover a{
	color: #fff;
}
/*end part4*/

/*footer start*/
#footer{
	height: 220px;
	background: url("../images/footer_bg.jpg") no-repeat center top;
}
#footer .foot_con{
	padding-top: 24px;
	height: 150px;
}
#footer .foot_con .foot_top{
	height: 150px;
	border-bottom: 1px solid #fff;
}
#footer .foot_con .foot_top .address{
	width: 1000px;
	padding-top: 6px;
}
#footer .foot_con .foot_top .address p{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	line-height: 28px;
}
#footer .foot_con .foot_top .address p a{
	color: #fff;
}
#footer .foot_con .foot_top .address p a:hover{
	text-decoration: underline;
}
#footer .foot_con .foot_top .ft_ewm{
	width: 108px;
	height: 108px;
}
#footer .foot_con .foot_top .ft_ewm img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
#footer .foot_con .foot_top .ft_ewm .title{
	display: block;
	width: 108px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-top: 4px;
}
#footer .foot_con .copyright{
	height: 44px;
	line-height: 44px;
}
#footer .foot_con .copyright p{
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .foot_con .copyright p a{
	color: #fff;
}
#footer .foot_con .copyright p a:hover{
	text-decoration: underline;
}
/*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_bd{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1200px;
	height: 80px;
	margin-left: -600px;
	z-index: 99;
}
#ej_banner .ej_banner_bd .lmmc{
	width: 250px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #c8212d;
}
#main .main_con_l{
	width: 250px;
}
.sidebar{
	width: 240px;
	background: #fafafa;
	border-bottom: 10px solid #c8212d;
	border-right: 10px solid #c8212d;
	margin-bottom: 28px;
	padding: 10px 0;
}
.sidebar ul{
	display: block;
	width: 220px;
	margin: 0 auto;
}
.sidebar ul li{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
}
.sidebar ul li+li{
	border-top: 1px solid #fff;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-align: center;
	font-size: 18px;
}
.sidebar ul li:hover,.sidebar ul li.active{
	background: #c8212d;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
.sidebar ul li.last{
	border: none;
}
#main .main_con_r{
	width: 910px;
	margin-top: 36px;
}
.main_hd{
	position: relative;
	height: 40x;
	line-height: 40px;
	padding-left: 16px;
}
.main_hd .line{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 2px;
	height: 26px;
	background: #c8212d;
}
.main_hd .dqwz{
	font-size: 14px;
	line-height: 40px;
	color: #808080;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
}
.main_hd .dqwz a:hover{
	color: #c8212d;
}
.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;
}
.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: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{
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 880px;
          padding-bottom:22px;
}
.main_bd .con_title{
	padding-top: 32px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.main_bd .con_title h2.title{
	padding: 0 45px;
	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 !important;
	color: #666;
	font-family: "Microsoft Yahei";
	line-height: 32px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	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: #000; 
}
.page a { 
	color: #000; 
}
.page a:hover { 
	color: #c8212d;
	transition: 0.6s all; 
}
/*end content page*/

/*list pic start*/
.list_pic{
	width: 910px;
	min-height: 600px;
}
.list_pic ul{
	display: block;
	padding-top: 8px;
}
.list_pic ul li{
	position: relative;
	height: 155px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 24px;
	padding-bottom: 28px;
}
.list_pic ul li .pic{
	float: left;
	width: 214px;
	height: 155px;
	overflow: hidden;
	margin-right: 24px;
}
.list_pic ul li .pic img{
	display: block;
	width: 214px;
	height: 155px;
	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;
}
.list_pic ul li .txt .line{
	width: 50px;
	height: 1px;
	background: #d2d2d2;
	margin-bottom: 20px;
}
.list_pic ul li .txt p.title{
	padding-top: 4px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #333;
	height: 32px;
	width: 534px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding-bottom: 14px;
}
.list_pic ul li:hover a .txt p.title{
	color: #c8212d;
}
.list_pic ul li .txt .date{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	padding-bottom: 10px;
}
.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 .line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c8212d;
    z-index: 999;
    transition: 0.6s;
}
.list_pic ul li:hover .line2{
	width: 100%;
}
/*end list pic*/

/*list_tppic start*/
.list_tppic{
	width: 910px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 32px;
	width: 940px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 285px;
	height: 228px;
	margin: 0 28px 20px 0; 
}
.list_tppic ul li .pic{
	width: 285px;
	height: 180px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 285px;
	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;
}
.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: #c8212d;
}
/*end list_tppic*/

/*list szdw start*/
.list_szdw{
	width: 910px;
	min-height: 600px;
}
.list_szdw ul{
	display: block;
    width: 910px;
    overflow: hidden;
}
.list_szdw ul li{
	float: left;
	width: 400px;
	height: 240px;
	margin: 20px 40px 20px 0;
}
.list_szdw ul li .pic{
	float: left;
	width: 176px;
	height: 240px;
	overflow: hidden;
}
.list_szdw ul li .pic img{
	display: block;
	width: 176px;
	height: 240px;
	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_szdw 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_szdw ul li .szdw_txt{
	padding-left: 200px;
	padding-top: 30px;
}
.list_szdw ul li .szdw_txt div{
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #000;
	margin-bottom: 12px;
}
.list_szdw ul li a:hover .szdw_txt .name{
    font-weight:bold;
	color: #ba2636;}
/*end list szdw*/