@charset 'utf-8';
/*header-start*/
#header{
	height: 146px;
}
#header .logo{
	padding-top: 26px;
	width: 914px;
	height: 120px;
}
#header .hd_con{
	width: 254px;
	height: 118px;
	padding-top: 28px;
}
.search{
	position: relative;
	width: 230px;
	height: 36px;
	line-height: 36px;
	background: #fff;
          margin-top:36px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
#showkeycode1014056{
	position: absolute;
    left: 0px;
    top: 0px;
	width: 190px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	background: #4a588b;
	color: #fff;
	text-indent: 10px;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 36px;
	cursor: pointer;
}
#header .hd_link{
	height: 36px;
	line-height: 36px;
}
#header .hd_link a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #000;
}
#header .hd_link a:hover{
	color: #1d2e6d;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 50px;
	background: #1d2e6e;
}
#nav .nav_menu{
	width:1200px;
	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 34px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #283d8e;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #283d8e;
}
#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: 50px;
	display: none;
	z-index: 9999;
	width: 100%;
	background: #1d2e6e;
}
#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: #283d8e;
}
/*end nav*/

/*banner start*/
#banner{
	position: relative;
	width:100%;
	height:520px;
	overflow: hidden;
}
#banner .slideBox{ 
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1920px;
    height:520px;
    margin-left: -960px;
}
#banner .slideBox .hd{ 
	position: absolute;
	bottom: 30px;
	width: 100%;
	position:absolute; 
	height:14px;
	z-index: 9999;
}
#banner .slideBox .hd ul{
	display: block;
	width: 100%;
	text-align: center;
}
#banner .slideBox .hd ul li{ 
	display: inline-block;
	margin:0 8px;  
	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 #fff;
	background:#fff;
}
#banner .slideBox .bd ul li{
	width: 1920px;
	height:520px;
}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:1920px; 
	height:520px;
	background-size: 100% 100%;
}
#banner .slideBox .banner_btn{
	width: 1200px;
	position:absolute; 
	top:50%;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
}
#banner .slideBox .banner_btn a{
	display: block;
	position: absolute;
	top:50%;
	width:48px; 
	height:95px;
	margin-top:-48px;
	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{ 
	left: 0;
	background:none;  
}
#banner .slideBox a.next{ 
	right: 0;
	background:none;  
	}
#banner .slideBox:hover a.prev{ 
	background:url("../images/banner_l.png")  no-repeat;   
	}
#banner .slideBox:hover a.next{
	background:url("../images/banner_r.png")  no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	padding-top: 30px;
	height: 304px;
}
#part1 .notice{
	width: 580px;
}
#part1 .notice .hd_title{
	background: url("../images/icon_01.png") no-repeat left center;
	margin-bottom: 16px;
}
.hd_title{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 46px;
}
.hd_title span.title{
	position: absolute;
	left: 46px;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding-right: 14px;
	font-size: 20px;
	color: #333;
	font-family: "Microsoft Yahei";
	background: #fff;
	z-index: 9;
}
.hd_title span.line{
	position: absolute;
	left: 50px;
	top: 20px;
	width: 460px;
	height: 2px;
	background: #d7d7d7;
	z-index: 2;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
}
.hd_title .more a{
	font-size: 15px;
	color: #444;
	font-family: "Microsoft Yahei";
}
.hd_title .more a:hover{
	color: #1d2e6e;
}
.item_list ul li{
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	background: url("../images/icon_02.png") no-repeat left center;
}
.item_list ul li a{
	font-size: 16px;
display: block;
	font-family: "Microsoft Yahei";
	color: #333;
}
.item_list ul li:hover a{
	color: #1d2e6e;
}
.item_list ul li span.date{
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #9a9a9a;
	font-family: "Microsoft Yahei";
}
.item_list ul li:hover span.date{
	color: #1d2e6e;
}
.item_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1d2e6e;
    z-index: 999;
    transition: 0.6s;
}
.item_list ul li:hover span.line{
	width: 100%;
}
#part1 .rsgz{
	width: 580px;
}
#part1 .rsgz .hd_title{
	background: url("../images/icon_03.png") no-repeat left center;
	margin-bottom: 16px;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 306px;
}
#part2 .djgz{
	width: 580px;
}
#part2 .djgz .hd_title{
	background: url("../images/icon_04.png") no-repeat left center;
	margin-bottom: 22px;
}
#part2 .djgz .djgz_pic{
	width: 580px;
	height: 210px;
}
#part2 .djgz .djgz_pic ul li{
	float: left;
	width: 280px;
	height: 196px;
	overflow: hidden;
	margin-right: 20px;
}
#part2 .djgz .djgz_pic ul li+li{
	margin: 0px;
}
#part2 .djgz .djgz_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;
}
#part2 .djgz .djgz_pic ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .downloads{
	width: 580px;
}
#part2 .downloads .hd_title{
	background: url("../images/icon_05.png") no-repeat left center;
	margin-bottom: 16px;
}
/*end part2*/

/*part3 start*/
#part3{
	height: 126px;
}
#part3 .ztzl_con{
	width: 100%;
	height: 126px;
}
#part3 .ztzl_con ul li{
	float: left;
	width: 580px;
	height: 80px;
	overflow: hidden;
	margin-right: 40px;
}
#part3 .ztzl_con ul li+li{
	margin-right: 0px;
}
#part3 .ztzl_con ul li img{
	display: block;
	width: 580px;
	height: 80px;
	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 .ztzl_con ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part3*/

/*footer start*/
#footer{
	padding-top: 36px;
	height: 196px;
	background: #353535;
}
#footer .link_con{
	width: 988px;
	height: 80px;
	background: #3f3f3f url("../images/link_icon.png") no-repeat 22px center;
	padding-left: 210px;
}
#footer .link_con .link_bd{
	padding-top: 22px;
	height: 58px;
}
.link_bd .link{
	position: relative;
	width: 274px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #fff;
	font-size: 15px;
	cursor: pointer;
    color:#fff;
	text-align: center;
	margin-right: 25px;
}
.link_bd .link img{
	width:12px;
	position: absolute;
    right: 12px;
    top: 14px;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.link_bd .link:hover img{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.link_bd .link ul{
	padding: 5px 10px 20px;
	position: absolute;
	left: -1px;
	bottom: 35px;
	display: none;
	width: 256px;
	height: 160px;
    overflow-y: auto;
    background:#3f3f3f;
}
.link_bd .link ul li{
	height: 36px;
	line-height: 36px;
	text-align: left;
	text-indent: 6px;
}
.link_bd .link ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 15px;
	color: #fff;
}
.link_bd .link ul li:hover a{
	color: #d91817;
}
#footer .copyright{
	padding-top: 30px;
}
#footer .copyright p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .copyright p a{
	color: #fff;
}
#footer .copyright p a:hover{
	text-decoration: underline;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 50px;
	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: url("../images/icon_06.png");
}
#main .main_con_l{
	width: 250px;
}
.sidebar{
	width: 250px;
	background: #fafafa;
	margin-bottom: 28px;
}
.sidebar ul li{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
	background: url("../images/icon_07.png") no-repeat 22px center;
}
.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: #1d2e6e url("../images/icon_08.png") no-repeat 22px center;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
.sidebar ul li.last{
	border: none;
}
#main .main_con_l .ej_ztzl ul li{
	width: 250px;
	height: 82px;
	overflow: hidden;
	margin-bottom: 20px;
}
#main .main_con_l .ej_ztzl ul li img{
	display: block;
	width: 100%;
	height: auto;
	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;
}
#main .main_con_l .ej_ztzl ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#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: #1d2e6e;
}
.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: #1d2e6e;
}
.main_list{
	width:910px;
	min-height: 400px;
}
.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/icon_09.png") no-repeat 6px center;
}
.main_list ul li:hover{
	background: url("../images/icon_10.png") no-repeat 6px center;
}
.main_list ul li a{
display: block;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #1d2e6e;
}
.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: #1d2e6e;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1d2e6e;
    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 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 table{margin:0 auto;}

.content p{
	font-size: 16px !important;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 36px !important;
	text-indent: 2em;
}
.content p a{font-size: 16px;color: #333;}
.content p img{
	border:none !important;
}
.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: #1d2e6e;
	transition: 0.6s all; 
}
/*end content page*/

/*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: #1d2e6e;
}
/*end list_tppic*/

#vsb_content_2 IMG{border:none !important;}
#vsb_content_2 A{text-decoration: none !important;}
#vsb_content_2 A:visited{text-decoration: none !important;}
#vsb_content_2 TABLE{margin:0 auto;}
.keywordfontcolor1014057{font-size:16px !important;color:#f00 !important;}