@charset 'utf-8';
/*first screen start*/
.firstScreen{
	height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
/*header-start*/
.headerTop .header{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
	height: 40px;
	line-height: 40px;
	background: #1753cd;
	z-index: 9;
}
.headerTop .header .header_con{
	height: 40px;
}
.headerTop .header .hd_l{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #a7b6e7;
}
.headerTop .header .hd_r_link{
	margin-right: 18px;
}
.headerTop .header .hd_r_link a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-left: 15px;
}
.headerTop .header .hd_r_link a:hover{
	text-decoration: underline;
}
.search{
	float: right;
	position: relative;
	cursor: pointer;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input.txt{
	position: absolute;
    left: -56px;
    top: 0px;
	width: 0px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	text-indent: 10px;
	color: #9a9a9a;
	z-index: 999;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 36px;
	cursor: pointer;
}
/*end header*/

/*header2-start*/
.headerTop2 .header{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
	height: 40px;
	line-height: 40px;
	background: #1753cd;
	z-index: 9;
}
.headerTop2 .header .header_con{
	height: 40px;
}
.headerTop2 .header .hd_l{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #a7b6e7;
}
.headerTop2 .header .hd_r_link{
	margin-right: 18px;
}
.headerTop2 .header .hd_r_link a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-left: 15px;
}
.headerTop2 .header .hd_r_link a:hover{
	text-decoration: underline;
}
/*end header2*/

/*bannerTop start*/
.headerTop .bannerTopDiv{
	position: fixed;
	left: 0px;
	width: 100%;
	top: 40px;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.headerTop .bannerTopDiv .banner_top{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1280px;
	height: 100px;
	margin-left: -640px;
}
.headerTop .bannerTopDiv .banner_top .logo{
	width: 640px;
	height: 77px;
	margin-top: 6px;
}
.headerTop .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 640px;
	height: 77px;
	background: url("../images/logo.png") no-repeat;
}
.headerTop .bannerTopDiv .banner_top .banner_top_r{
	position: absolute;
	right: 0px;
	padding-top: 30px;
}
.headerTop .bannerTopDiv .banner_top .banner_top_r a{
	float: right;
	margin-left: 10px;
	margin-right: 18px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 310px;
	height: 56px;
	margin-top: 8px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 310px;
	height: 56px;
	background: url("../images/logo2.png") no-repeat;
	background-size: 100% 100%;
}
/*end bannerTop*/

/*bannerTop2 start*/
.firstScreen .headerTop2{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 114px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-100%);
}
.ej_header .headerTop2{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 114px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.firstScreen.showDiv .headerTop2{
	transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.headerTop2 .bannerTopDiv{
	position: fixed;
	left: 0px;
	width: 100%;
	top: 40px;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.headerTop2 .bannerTopDiv .banner_top{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1280px;
	height: 100px;
	margin-left: -640px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 640px;
	height: 77px;
	margin-top: 6px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 640px;
	height: 77px;
	background: url("../images/logo.png") no-repeat;
}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r{
	position: absolute;
	right: 0px;
	padding-top: 30px;
}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r a{
	float: right;
	margin-left: 10px;
	margin-right: 18px;
}
.headerTop2 .bannerTopDiv .banner_top .logo{
	width: 310px;
	height: 56px;
	margin-top: 8px;
}
.headerTop2 .bannerTopDiv .banner_top .logo a{
	display: block;
	width: 310px;
	height: 56px;
	background: url("../images/logo2.png") no-repeat;
	background-size: 100% 100%;
}
.headerTop2 .search input.txt{background: #31dc8e;color: #fff;}
/*end bannerTop*/

/*nav start*/
.nav{
	position: absolute;
	left: 49%;
	top: 85px;
	margin-left: -651px;
	width: 1280px;
	height: 54px;
	z-index: 99;
}
.nav .nav_menu{
	width:1280px;
	height: 54px;
	line-height: 54px;
}
.nav .nav_menu ul.nav_list{
	display: block;
	height: 54px;
}
.nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 54px;
	line-height: 54px;
	margin:0 33px;
}
.nav .nav_menu ul.nav_list li .triangle{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 39px;
	width: 30px;
	height: 17px;
	background: url("../images/triangle.png") no-repeat;
}
.nav .nav_menu ul.nav_list li:hover .triangle{
	display: block;
}
.nav .nav_menu ul.nav_list li.first{
	margin-left: 0px;
}
.nav .nav_menu ul.nav_list li.last{
	margin-right: 0px;
}
.nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #fff;
}
.nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: -45px;
	top: 54px;
	width: 188px;
	display: none;
	z-index: 9999;
	background: url("../images/nav_bg.png");
}
.nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 54px;
	line-height: 54px;
	padding-left: 45px;
}
.nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #006ad3;
}
.nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
/*end nav*/

/*nav2 start*/
.headerTop2 .nav{position: absolute;left: 50%;top: 20px;width: 810px;margin-left: -310px;}
.headerTop2 .nav .nav_menu{width: 810px;}
.headerTop2 .nav .nav_menu ul.nav_list li{margin:0 12px;}
.headerTop2 .nav .nav_menu ul.nav_list li a{font-size: 16px;color: #040000;}
.headerTop2 .bannerTopDiv .banner_top .banner_top_r{padding-top: 20px;}
/*end nav2*/

/*banner start*/
#banner{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
    overflow: hidden;
    max-width: 1920px;
    z-index: 8;
    margin: 0 auto;
    height: 100vh;
}

#banner .banner_pic .banner_hd{  
	position:absolute; 
	right: 0;
	bottom: 0;
	width: 601px;
	height: 60px;
	background: url("../images/icon08.png") no-repeat;
	z-index: 8;
}
#banner .banner_pic .banner_hd ul{
	display: block;
	width: 220px;
	height: 60px;
	background: url("../images/icon12.png") no-repeat left center;
	margin-left: 122px;
	padding-left: 54px;
}
#banner .banner_pic .banner_hd ul li{
	float:left;
	width: 21px;
	height: 27px;
	margin: 17px 4px 0;
	background: #3351a9 url("../images/icon10.png") no-repeat center center;
	cursor: pointer;
	padding: 0 4px;
}
#banner .banner_pic .banner_hd ul li.on{
	background:#3351a9 url("../images/icon09.png") no-repeat center center;
}
#banner .banner_pic .banner_bd .pic .smali_pic{
	position: fixed;
	top: 58px;
	width: 1280px;
	height: 58px;
	left: 50%;
	margin-left: -640px;
	z-index: 999;
}
#banner .banner_pic .banner_bd .pic .smali_pic img{
	float: right;
	margin-right: 170px;
}
#banner .banner_pic .banner_bd .pic a img{
	display: block;
	width: 100%;
	height: 100vh;
	background-size: 100% 100%;
}
#banner .banner_pic .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-65px;
	width:54px; 
	height:130px; 
	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
	cursor: pointer;
	z-index: 99;
}
#banner .banner_pic:hover a.prev{
	left: 6%;
	background:url("../images/banner_l.png")  no-repeat;   
}
#banner .banner_pic:hover a.next{
	right: 6%;
	background:url("../images/banner_r.png")  no-repeat;  
}
#banner .mask{
	position: absolute;
	left: 0px;
	top: 40px;
	width: 100%;
	height: 174px;
	background: url("../images/mask.png") repeat-x;
	z-index: 99;
}
/*end banner*/
/*end first screen*/

.body_main{
	position: absolute;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 9;
    overflow: auto;
    outline: none;
}
.body_main.on{top: 0;}
/*part1 start*/
#part1{
	height:740px;
	padding-top: 114px;
	background: url("../images/part1_bg.jpg") no-repeat center bottom;
}
#part1 .part1_con{
	padding-top: 48px;
	height: 692px;
}
#part1 .jdyw_hd{
	position: relative;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 34px;
	font-family: "Microsoft Yahei";
	color: #1a45c0;
	background: url("../images/icon01.png") no-repeat center center;
}
.more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 144px;
	height: 66px;
	background: url("../images/icon06.png") no-repeat left center;
	text-align: right;
}
.more a{
	display: block;
	line-height: 66px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.more a:hover{
	color: #1a45c0;
}
#part1 .jdyw_con{
	padding-top: 26px;
	height: 590px;
}
#part1 .jdyw_con .jdyw_pic{
	position: relative;
	width: 660px;
	height: 525px;
	overflow: hidden;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .pic{
	width: 660px;
	height: 465px;
	overflow: hidden;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .jdyw_con .jdyw_pic .jdyw_img ul li .title{
	height: 60px;
	line-height: 60px;
	background: #1a45c0;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}
.jdyw_btn a{
	position:absolute; 
	top:50%;
	margin-top:-50px;
	width:40px; 
	height:100px; 
	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
	cursor: pointer;
	z-index: 99;
}
.jdyw_btn a.prev{ 
	left: 0px;
	background:url("../images/jdyw_l.png")  no-repeat;  
}
.jdyw_btn a.next{ 
	right: 0px;
	background:url("../images/jdyw_r.png") no-repeat;  
}
#part1 .jdyw_con .jdyw_list{
	width: 590px;
	height: 530px;
}
#part1 .jdyw_list .first{
	position: relative;
	height: 118px;
	border-bottom: 1px solid #c6d0d9;
}
#part1 .jdyw_list .first .date{
	width: 74px;
	height: 102px;
	background: url("../images/icon02.png") no-repeat;
}
#part1 .jdyw_list .first .date span{
	display: block;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part1 .jdyw_list .first .date span.d1{
	padding-top: 12px;
	font-size: 36px;
	line-height: 36px;
	font-family: "Times New Roman";
}
#part1 .jdyw_list .first .date span.d2{
	font-size: 14px;
}
#part1 .jdyw_list .first .txt_title{
	float: right;
	width: 500px;
}
#part1 .jdyw_list .first .txt_title .title{
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	color: #000;
	padding-bottom: 16px;
}
#part1 .jdyw_list .first:hover .txt_title .title{
	color: #1a45c0;	
}
#part1 .jdyw_list .first .txt_title .info{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 22px;
}
#part1 .jdyw_list .first span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part1 .jdyw_list .first:hover span.line{
	width: 100%;
}
#part1 .jdyw_list ul{
	padding-top: 6px;
}
#part1 .jdyw_list ul li{
	position: relative;
	padding-left: 16px;
	height: 46px;
	line-height: 46px;
	background: url("../images/icon03.png") no-repeat left center;
}
#part1 .jdyw_list ul li:hover{
	background: url("../images/icon03_hover.png") no-repeat left center;
}
#part1 .jdyw_list ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part1 .jdyw_list ul li:hover a,#part1 .jdyw_list ul li:hover .date{
	color: #1a45c0;
}
#part1 .jdyw_list ul li img{
	display: inline-block;
	margin-left: 18px;
}
#part1 .jdyw_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #999;
}
#part1 .jdyw_list ul li .line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part1 .jdyw_list ul li:hover .line{
	width: 100%;
}
/*end part1*/

/*part2 start*/

/*part2 start*/
#part2{
	height: 772px;
	background: url("../images/part2_bg.jpg") no-repeat center top;
}
#part2 .part2_con{
	padding-top: 56px;
	height: 716px;
}
#part2 .part2_con .zhyw{
	width: 730px;
	height: 680px;
	overflow: hidden;
	transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
#part2 .part2_con.showDiv .zhyw{
	opacity: 1;
    transform: none;
}
#part2 .zhyw .zhyw_hd{
	height: 64px;
	line-height: 64px;
}
#part2 .zhyw .zhyw_hd ul li{
	float: left;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	color: #c4c1be;
	margin-right: 50px;
	cursor: pointer;
}
#part2 .zhyw .zhyw_hd ul li:hover,#part2 .zhyw .zhyw_hd ul li.on{
	color: #333;
}
#part2 .zhyw_bd .item{
	position: relative;
	width: 730px;
	height: 580px;
}
#part2 .zhyw_bd .item .first{
	position: relative;
	padding-top: 24px;
	height: 160px;
}
#part2 .zhyw_bd .item .first .pic{
	float: left;
	width: 235px;
	height: 160px;
	overflow: hidden;
}
#part2 .zhyw_bd .item .first .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;
}
#part2 .zhyw_bd .item .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .zhyw_bd .item .first .zhyw_txt{
	float: right;
	width: 468px;
	height: 160px;
}
#part2 .zhyw_bd .item .first .zhyw_txt .title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	padding: 8px 0 16px 0;
}
#part2 .zhyw_bd .item .first:hover .zhyw_txt .title{
	color: #1a45c0;
}
#part2 .zhyw_bd .item .first .zhyw_txt .info{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #b6b2af;
	height: 48px;
	line-height: 24px;
}
#part2 .zhyw_bd .item .first .zhyw_txt .line{
	width: 468px;
	height: 1px;
	background: #a6a3a0;
	margin-top: 30px;
}
#part2 .zhyw_bd .item .first .zhyw_txt .date{
	position: absolute;
	bottom: 20px;
	right: 386px;
	background: #f3eee8;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #b6b2af;
}
#part2 .zhyw_bd .item ul{
	display: block;
	padding-top: 18px;
}
#part2 .zhyw_bd .item ul li{
	position: relative;
	height: 54px;
	line-height: 54px;
}
#part2 .zhyw_bd .item ul li .date{
	float: left;
	width: 98px;
	height: 26px;
	line-height: 28px;
	border-radius: 13px;
	border: 1px solid #d9d2cb;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #807d79;
	text-align: center;
	margin-top: 12px;
}
#part2 .zhyw_bd .item ul li:hover .date{
	border: 1px solid #1a45c0;
	background: #1a45c0;
	color: #fff;
}
#part2 .zhyw_bd .item ul li .title{
	float: right;
	width: 615px;
	height: 53px;
	border-bottom: 1px solid #ccc9c6;
	font-size: 16px;
	color: #6a6967;
	font-family: "Microsoft Yahei";
}
#part2 .zhyw_bd .item ul li:hover .title{
	color: #1a45c0;
}
#part2 .zhyw_bd .item ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part2 .zhyw_bd .item ul li:hover span.line{
	width: 100%;
}
#part2 .zhyw_bd .item .more{
	top: -64px;
	height: 64px;
}
#part2 .zhyw_bd .item .more a{
	line-height: 64px;
}
#part2 .jdrmt .wxgzh{
	height: 314px;
}
#part2 .jdrmt .wxgzh .wxgzh_hd{
	position: relative;
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 12px;
}
#part2 .jdrmt .wxgzh .wxgzh_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part2 .jdrmt .wxgzh .wxgzh_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .jdrmt .wxgzh .wxgzh_hd .more1 a:hover{
	color: #1a45c0;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li{
	position: relative;
	float: left;
	width: 234px;
	height: 260px;
	margin-right: 14px;
	border-bottom: none;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li .pic{
	width: 234px;
	height: 164px;
	overflow: hidden;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li .pic img{
	display: block;
	width: 234px;
	height: 164px;
	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 .jdrmt .wxgzh .wxgzh_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);
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li.last{
	margin-right: 0px;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li .date2{
	position: absolute;
	left: 10px;
	top: 149px;
	width: 91px;
	height: 22px;
	line-height: 22px;
	background: url("../images/icon19.png") no-repeat;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #93a0db;
	text-indent: 10px;
	z-index: 9;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li .title2{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 26px;
	padding-top: 16px;
}
#part2 .jdrmt .wxgzh .wxgzh_pic ul li:hover .title2{
	color: #1a45c0;
}
#part2 .jdrmt .jdrmt_bottom{
	height: 255px;
}
#part2 .jdrmt .jdrmt_bottom .jdxb{
	width: 160px;
	height: 210px;
}
#part2 .jdrmt .jdxb .jdxb_hd{
	position: relative;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
#part2 .jdrmt .jdxb .jdxb_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part2 .jdrmt .jdxb .jdxb_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .jdrmt .jdxb .jdxb_hd .more1 a:hover{
	color: #1a45c0;
}
#part2 .jdrmt .jdxb .jdxb_pic{
	position: relative;
	width: 160px;
	height: 210px;
	overflow: hidden;
}
#part2 .jdrmt .jdxb .jdxb_pic .mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 62px;
	background: url("../images/icon20.png") repeat-x;
	cursor: pointer;
	z-index: 9;
}
#part2 .jdrmt .jdxb .jdxb_pic .mask .title2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
#part2 .jdrmt .jdxb .jdxb_pic img{
	display: block;
	width: 160px;
	height: 210px;
	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 .jdrmt .jdxb .jdxb_pic:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}












#part2 .jdrmt .jdtv{
	width: 264px;
	height: 255px;
	margin-left: 21px;
}
#part2 .jdrmt .jdtv .jdtv_hd{
	position: relative;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
#part2 .jdrmt .jdtv .jdtv_hd .more1{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part2 .jdrmt .jdtv .jdtv_hd .more1 a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .jdrmt .jdtv .jdtv_hd .more1 a:hover{
	color: #1a45c0;
}
#part2 .jdrmt .jdtv .jdtv_pic{
	position: relative;
	width: 264px;
	height: 210px;
}
#part2 .jdrmt .jdtv .jdtv_pic .pic{
	width: 264px;
	height: 210px;
	overflow: hidden;
}
#part2 .jdrmt .jdtv .jdtv_pic .pic img{
	display: block;
	width: 264px;
	height: 210px;
	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 .jdrmt .jdtv .jdtv_pic:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}







#part2 .jdrmt .jdtv .jdtv_pic .title2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0 6px;
	width: 252px;
	height: 40px;
	line-height: 40px;
	background: #1a45c0;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}













#part2 .part2_con .notice{
	width: 510px;
	height: 680px;
	transform: translateX(100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
#part2 .part2_con.showDiv .notice{
	opacity:1;
	transform:none; 
}
#part2 .notice .notice_hd{
	position: relative;
	height: 64px;
    line-height: 64px;
    font-size: 32px;
	font-family: "Microsoft Yahei";
	color: #333;
	background: url("../images/icon04.png") no-repeat 162px center;
}
#part2 .notice .notice_hd .more{
	height: 64px;
}
#part2 .notice .notice_hd .more a{
	line-height: 64px;
}
#part2 .notice .notice_bd{
	padding-top: 24px;
}
#part2 .notice .notice_bd ul li{
	position: relative;
	width: 472px;
	height: 64px;
	background: url("../images/dot6.png");
	margin-bottom: 18px;
	padding: 7px 31px 7px 7px;
}
#part2 .notice .notice_bd ul li .date{
	float: left;
	width: 85px;
	height: 64px;
	background: #fff;
	padding-right: 26px;
	margin-right: 7px;
}
#part2 .notice .notice_bd ul li:hover .date{
	background: #1a45c0;
}
#part2 .notice .notice_bd ul li .date span{
	display: block;
	text-align: right;
}
#part2 .notice .notice_bd ul li .date span.d1{
	font-size: 24px;
	font-family: "宋体";
	color: #2b31a8;
	font-weight: bold;
}
#part2 .notice .notice_bd ul li:hover .date span.d1{
	color: #fff;
}
#part2 .notice .notice_bd ul li .date span.d2{
	font-family: "Microsoft Yahei";
	color: #b9babf;
}
#part2 .notice .notice_bd ul li:hover .date span.d2{
	color: #fff;
}
#part2 .notice .notice_bd ul li div.line{
	float: left;
	width: 1px;
	height: 58px;
	background: #c6c5c2;
	margin-top: 3px;
}
#part2 .notice .notice_bd ul li .title{
	float: left;
	width: 334px;
	height: 64px;
	margin-left: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	padding-top: 6px;
	line-height: 26px;
}
#part2 .notice .notice_bd ul li:hover .title{
	font-weight: bold;
}
#part2 .notice .notice_bd ul li .plus{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 28px;
	height: 28px;
	background: url("../images/icon05.png") no-repeat;
}
#part2 .notice .notice_bd ul li:hover .plus{
	background: url("../images/icon05_hover.png") no-repeat;
}
#part2 .notice .notice_bd ul li span.line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
#part2 .notice .notice_bd ul li:hover span.line2{
	width: 100%;
}/*end part2*/

/*part3 start*/
#part3{
	width: 100%;
	height: auto;
	background: #fff;
}
#part3 .xxfc_pic_con{
	width: 100%;
	height: auto;
}
#part3 .xxfc_pic_con ul li{
	position: relative;
	display: block;
	float: left;
	width: 24.85%;
	height: auto;
	margin-right: 0.2%;
	margin-bottom: 0.16%
}
#part3 .xxfc_pic_con ul li.last{
	margin-right: 0px;
}
#part3 .xxfc_pic_con ul li .title{
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 26px;
	color: #fff;
    text-shadow: 2px 2px 0px #0254fa;
	z-index: 99;
}
#part3 .xxfc_pic_con ul li .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#part3 .xxfc_pic_con ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .xxfc_pic_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);
}

#part3 .xxfc_pic_con2{
	width: 100%;
	height: auto;
}
#part3 .xxfc_pic_con2 ul li{
	position: relative;
	display: block;
	float: left;
	width: 19.84%;
	height: auto;
	margin-right: 0.2%;
}
#part3 .xxfc_pic_con2 ul li.last{
	margin-right: 0px;
}
#part3 .xxfc_pic_con2 ul li .title{
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 26px;
	color: #fff;
    text-shadow: 2px 2px 0px #0254fa;
	z-index: 99;
}
#part3 .xxfc_pic_con2 ul li .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#part3 .xxfc_pic_con2 ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .xxfc_pic_con2 ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part3*/
/*part4 start*/
#part4{
	height: 546px;
	background: url("../images/part4_bg.jpg") no-repeat center top;
}
#part4 .part4_con{
	padding-top: 80px;
	height: 466px;
}
#part4 .part4_con .ztzl_hd{
	position: relative;
	width: 50px;
	height: 278px;
	border-left: 1px solid #2371db;
	padding: 0 22px;
	background: url("../images/icon07.png") no-repeat center bottom;
}
#part4 .part4_con .ztzl_hd .title{
	font-family: "Microsoft Yahei";
	writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #333;
    font-size: 34px;
    text-indent: 6px;
}
#part4 .part4_con .ztzl_hd .more{
	background: none;
	top: 172px;
	right: -64px;
height:40px;
}
#part4 .part4_con .ztzl_hd .more a{
	writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
#part4 .part4_con .ztzl_bd{
	padding-top: 2px;
	width: 1160px;
}
#part4 .part4_con .ztzl_bd ul li{
	float: left;
	width: 250px;
	height: 380px;
	overflow: hidden;
	margin: 0 20px;
	transition: all 1s ease-out 0s;
    transform: translateY(-80px);
    opacity: 0;
}
#part4 .part4_con .ztzl_bd ul li:nth-child(1){transform:translateY(-50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(2){transform:translateY(50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(3){transform:translateY(-50px);}
#part4 .part4_con .ztzl_bd ul li:nth-child(4){transform:translateY(50px);}
#part4 .part4_con .ztzl_bd.showDiv ul li{transform:none;opacity:1;}
#part4 .part4_con .ztzl_bd ul li img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .part4_con .ztzl_bd ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part4*/

/*footer start*/
#footer{
	height: 220px;
	background: url("../images/footer_bg.jpg") no-repeat center top;
}
#footer .foot_con{
	padding-top: 45px;
	height: 175px;
}
#footer .foot_con .lxwm{
	width: 600px;
	height: 175px;
} 
#footer .lxwm .lxwm_title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #fff;
}
#footer .lxwm .lxwm_con{
	padding-top: 6px;
}
#footer .lxwm .lxwm_con p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .ft_ewm{
	width: 400px;
	height: 175px;
}
#footer .ft_ewm ul li{
	float: right;
	width: 100px;
	margin-left: 25px;
}
#footer .ft_ewm ul li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#footer .ft_ewm ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
#footer .ft_ewm ul li p.title{
	height: 34px;
	line-height: 34px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
	text-align: center;
}
/*end footer*/

/*backTop start*/
.backTop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 52px;
	height: 54px;
	z-index: 99999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end backTop*/
@media only screen and (max-width:1919px) and (min-width:1680px){
	#part3 .xxfc_pic_r ul li{
		height: 260px;
	}
}
@media only screen and (max-width:1679px) and (min-width:1600px){
	#part3 .xxfc_pic_r ul li{
		height: 247px;
	}
}
@media only screen and (max-width:1599px) and (min-width:1440px){
	#part3 .xxfc_pic_r ul li{
		height: 223px;
	}
}
@media only screen and (max-width:1439px) and (min-width:1400px){
	#part3 .xxfc_pic_r ul li{
		height: 217px;
	}
}
@media only screen and (max-width:1399px) and (min-width:1366px){
	#part3 .xxfc_pic_r ul li{
		height: 211px;
	}
}
@media only screen and (max-width:1365px) and (min-width:1360px){
	#part3 .xxfc_pic_r ul li{
		height: 210px;
	}
}
@media only screen and (max-width:1359px) and (min-width:1280px){
	#part3 .xxfc_pic_r ul li{
		height: 200px;
	}
}

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 320px;
	margin-top: 114px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 320px;
    margin-left: -960px;
}
#main .main_con{
	padding-top: 50px;
	overflow: hidden;
}
#main .main_con_l{
	position: relative;
	width: 260px;
}
#main .main_con_l .lmmc{
	position: absolute;
    top: 10px;
	width: 260px;
	height: 70px;
	line-height: 60px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: url("../images/lmmc_bg.png") no-repeat;
	/*text-indent: 80px;*/
	z-index: 9;
    text-align: center;
}
.sidebar{
	width: 240px;
	background:#f5f5f5;
	padding-top: 80px;
	margin: 0 auto;
}
.sidebar ul{
	display: block;
	width: 220px;
	padding: 0 10px;
	margin: 0 auto;
}
.sidebar ul li{
	position: relative;
	height: 49px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 50px;
}
.sidebar ul li.active span.line{
	position: absolute;
	left: 0px;
	top: 15px;
	display: block;
	width: 6px;
	height: 20px;
	background: #172f79;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-indent: 60px;
	font-size: 16px;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #172f79;
}
.sidebar_bottom{
	height: 51px;
	background: url("../images/sidebar_bg.png") no-repeat center bottom;
}
#main .main_con_r{
	width: 980px;
}
.main_hd{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.main_hd .dqwz{
	font-size: 14px;
	padding-left: 30px;
	line-height: 40px;
	background: url("../images/home_icon.png") no-repeat 10px center;
	color: #333;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}
.main_hd .dqwz a:hover{
	color: #1a45c0;
}
.main_list{
	width:980px;
	min-height: 600px;
}
.main_list ul{
	display: block;
	padding: 16px 0;
}
.main_list ul li{
	position: relative;
	height: 49px;
	line-height: 50px;
	padding-left: 16px;
	border-bottom: 1px solid #d9d9d9;
	background: url("../images/icon13.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: #1a45c0;
}
.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: #1a45c0;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    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: 980px;
}
.main_bd .con_title{
	padding: 35px 0 15px;
}
.main_bd .con_title h2.title{
	padding-bottom: 15px;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	color: #000;
	line-height: 36px;
}
.main_bd .con_title h2.title span{
	display: inline-block;
	width: 118px;
	height: 12px;
}
.main_bd .con_title h2.title span.star_l{
	margin-right: 10px;
	background: url("../images/icon15.png");
}
.main_bd .con_title h2.title span.star_r{
	margin-left: 10px;
	background: url("../images/icon16.png");
}
.main_bd .con_title p.info{
	text-align: center;
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	background: url("../images/icon14.png") repeat-y center top;
}
.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: #333;
	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: 16px; margin-bottom: 20px; }
.page p{
	line-height:45px;
	text-indent: 0 !important;
}
.page span { 
	color: #333; 
}
.page a { 
	color: #333; 
}
.page a:hover { 
	color: #1a45c0;
	transition: 0.6s all; 
}
/*end content page*/

/*list pic start*/
.list_pic{
	width: 980px;
	min-height: 600px;
}
.list_pic ul{
	display: block;
	padding-top: 35px;
}
.list_pic ul li{
	position: relative;
	height: 170px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 36px;
}
.list_pic ul li .pic{
	float: left;
	width: 250px;
	height: 170px;
	overflow: hidden;
	margin-right: 30px;
}
.list_pic ul li .pic img{
	display: block;
	width: 250px;
	height: 170px;
	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: 700px;
}
.list_pic ul li .txt .line{
	width: 100px;
	height: 2px;
	background: #004ba0;
	margin-bottom: 20px;
}
.list_pic ul li .txt p.title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #000;
	height: 32px;
	padding-top: 20px;
	width: 700px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.list_pic ul li:hover a .txt p.title{
	color: #1a45c0;
}
.list_pic ul li .txt p.des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 24px;
	padding-bottom: 10px;
}
.list_pic ul li .txt span.date{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.list_pic ul li span.line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #1a45c0;
    z-index: 999;
    transition: 0.6s;
}
.list_pic ul li:hover span.line2{
	width: 100%;
}
/*end list pic*/

/*list_tppic start*/
.list_tppic{
	width: 980px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 30px;
	width: 1030px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 310px;
	height: 342px;
	margin-right: 25px;
}
.list_tppic ul li .pic{
	width: 310px;
	height: 210px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 310px;
	height: 210px;
	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{
	padding-top: 12px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
	height: 56px;
	line-height: 28px;
}
.list_tppic ul li:hover .title{
	color: #1a45c0;
}
.list_tppic ul li .date{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	padding-top: 10px;
}
/*end list_tppic*/

/*leader start*/
.leader{
	width: 980px;
	min-height: 600px;
}
.leader ul{
	display: block;
	padding-top: 30px;
	width: 1020px;
    overflow: hidden;
}
#main .leader ul li{
	float: left;
	width: 208px;
	height: 390px;
	background: #fff;
	margin: 0 20px 30px 0;
	padding: 7px 10px;
	border: 1px solid #d9d9d9;
	transition: 0.6s;
	cursor: pointer;
}
#main .leader ul li:hover{
	border: 1px solid #1a45c0;
}
#main .leader ul li .pic{
	position: relative;
	float: left;
	width: 206px;
	height: 296px;
	margin-right: 20px;
	background: #f5f5f5;
	overflow: hidden;
}
#main .leader ul li .pic img{
	display: block;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
	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;
    margin: auto;
}
#main .leader ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .leader ul li .leader_txt{
	position: relative;
	float: left;
	width: 206px;
	height: 238px;
}
#main .leader ul li .leader_txt .leader_title{
	height: 35px;
	line-height: 36px;
	font-size: 22px;
	font-family: "KaiTi";
	color: #000;
	font-weight: bold;
	text-align: center;
}
#main .leader ul li .leader_txt .leader_zc{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-weight: bold;
	padding: 10px 0;
        text-align:center;
}
/*end leader*/


/*organization page start*/
#main .organization{
	width: 980px;
	min-height: 500px;
}
#main .organization ul{
	display: block;
	width: 1020px;
	padding: 25px 0 15px;
	overflow: hidden;
}
#main .organization ul li{
	float: left;
	width: 485px;
	height: 55px;
	line-height: 55px;
	background: #f5f5f5 url("../images/icon18.png") no-repeat 456px center;
	margin:0 10px 10px 0;
	text-indent: 20px;
}
#main .organization ul li:hover{
	background: #1a45c0 url("../images/icon17.png") no-repeat 456px center;
}
#main .organization ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #323232;
}
#main .organization ul li:hover a{
	color: #fff;
}
/*end organization page*/


#vsb_content_2 P,#vsb_content_100 P{ 
    font-size: 26px !important;
    color: #000;
    font-family: "FangSong";
    line-height: 52px !important;
    text-indent: 2em !important;
    margin-bottom: 10px !important;
    text-align: justify;
}

#vsb_content_2 IMG{ 
    margin: 0 auto;
width: 800px;
    height: 523px;
}

#vsb_content_2 IMG{border: none !important;
}
#vsb_content_6 P{
        font-size: 26px !important;
        color: #000;
        font-family: "FangSong";
        line-height: 52px !important;
        text-indent: 2em !important;
        margin-bottom: 10px !important;
        text-align: justify;
}