@charset 'utf-8';
/*header-start*/
#header{
	height: 102px;
	border-top: 3px solid #0750a5;
	background: url("../images/header_bg.jpg") no-repeat center top;
}
#header .header_con{
	padding-top: 16px;
	height: 86px;
}
#header .header_con .logo{
	width: 440px;
}
#header .header_con .logo img{
margin-right:30px;
}

#header .header_con .logo .logo1{
	margin: 0 25px 0 6px;
}
#header .header_con .logo .logo2{
	margin-top: 6px;
}
#header .header_con .header_r{
	width: 760px;
}
#header .header_con .header_r .hd_r_link{
	width: 227px;
	height: 30px;
	line-height: 30px;
	padding-left: 490px;
	padding-bottom: 6px;
}
#header .header_con .header_r .hd_r_link a{
	display: inline-block;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #333;
	padding: 0 6px;
}
.search{
	position: relative;
	width: 230px;
	height: 30px;
	background: url("../images/search_bg.png") no-repeat;
	margin-left: 6px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input.txt{
	position: absolute;
    left: 8px;
    top: 0px;
	width: 190px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	background: transparent;
	text-indent: 10px;
	color: #9a9a9a;
}
.search input.btn{
	position: absolute;
	top: 1px;
	right: 6px;
	width: 25px;
	height: 28px;
	cursor: pointer;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 44px;
	background: #e2e1e1;
}
#nav .nav_menu{
	width:1200px;
	height: 44px;
}
#nav .nav_menu ul.nav_list{
	display: block;
	height: 44px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 39px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #0750a5;
}
#nav .nav_menu ul.nav_list li.hover a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #0750a5;
}
#nav .nav_menu ul.nav_list li:hover a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #333;
}
#nav .nav_menu ul.nav_list li:hover a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 44px;
	width: 188px;
	display: none;
	z-index: 9999;
	background: #0750a5;
}
#nav .nav_menu ul.nav_list li.last dl.menu{
	position: absolute;
	left: -20px;
	top: 44px;
}
#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:hover{
	background: #006ad3;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
/*end nav*/

/*banner start*/
#banner{
	position: relative;
	width:100%;
	height:auto;
}
#banner .banner_pic{
	width:100%;
	height:auto;
}
#banner .banner_pic .banner_hd{  
	position:absolute; 
	right: 4%;
	bottom: 5%;
	z-index: 999;
}
#banner .banner_pic .banner_hd ul li{ 
	float:left; 
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
}
#banner .banner_pic .banner_hd ul li span.line{
	display: inline-block;
	width: 0px;
	height: 1px;
	border-top:1px solid #fff;
	margin-left: 15px;
	margin-bottom: 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;
}
#banner .banner_pic .banner_hd ul li.on span.line{ 
	width: 42px;
}
#banner .banner_pic .banner_bd ul li a img{ 
	display:block;  
	width: 100%;
	height:auto;
	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 a.prev{ 
	left: 3%;
	background:url("../images/banner_l.png")  no-repeat;  
}
#banner .banner_pic a.next{ 
	right: 3%;
	background:url("../images/banner_r.png") no-repeat;  
}
#banner .banner_pic:hover a.prev{ 
	background:url("../images/banner_l_hover.png")  no-repeat;   
}
#banner .banner_pic:hover a.next{
	background:url("../images/banner_r_hover.png")  no-repeat;  
}
#banner .mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 155px;
	background: url("../images/mask.png") repeat-x;
	z-index: 99;
}
/*end banner*/


/* ks links start*/
#ks_links{
	padding-top: 10px;
	height: 150px;
}
#ks_links ul li{
	float: left;
	width: 19.2%;
	height: 150px;
	margin-right: 1%;
	background: #0750a5;
	webkit-transition:0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
#ks_links ul li.li2{
	background: #3386e7;
}
#ks_links ul li.last{
	margin-right: 0px;
}
#ks_links ul li img{
	display: block;
	margin: 22px auto 0;
}
#ks_links ul li:hover{
	box-shadow:0px 0px 0px #b3d3f9, 
               0px -4px 10px #b3d3f9, 
               4px 0px 10px #b3d3f9,
               0px 6px 10px #b3d3f9;
    -webkit-box-shadow:0px 0px 0px #b3d3f9, 
   				0px -4px 10px #b3d3f9, 
   				4px 0px 10px #b3d3f9,
   				0px 6px 10px #b3d3f9;
    -moz-box-shadow:0px 0px 0px #b3d3f9, 
   				0px -4px 10px #b3d3f9, 
   				4px 0px 10px #b3d3f9,
   				0px 6px 10px #b3d3f9;
   	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*end ks links*/

/*part1 start*/
#part1{
	height:820px;
}
#part1 .part1_con{
	padding-top: 62px;
	height: 758px;
}
.hd_title{
	height: 65px;
	line-height: 64px;
}
.hd_title .title{
	height: 26px;
	font-size: 36px;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #0750a5;
	padding: 19px 0;
}
.hd_title .title img{
	margin: 0 auto;
}
.hd_title span.line{
	display: block;
	width: 170px;
	height: 1px;
	background: #0750a5;
	margin: 0 auto;
}
#part1 .zszc_con{
	margin-top: 40px;
	height: 560px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
#part1 .zszc_con ul li{
	float: left;
	width: 600px;
	height: 280px;
}
#part1 .zszc_con ul li .zszc_txt{
	float: left;
	padding: 30px;
	width: 240px;
	height: 220px;
}
#part1 .zszc_con ul li:hover .zszc_txt{
	background: #0750a5;
}
#part1 .zszc_con ul li .zszc_txt .title{
	padding-top: 6px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	text-align: center;
	height: 56px;
	line-height: 26px;
}
#part1 .zszc_con ul li:hover .zszc_txt .title{
	color: #fff;
}
#part1 .zszc_con ul li .zszc_txt .date{
	font-family: "Microsoft Yahei";
	color: #0750a5;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
}
#part1 .zszc_con ul li:hover .zszc_txt .date{
	color: #fff;
}
#part1 .zszc_con ul li .zszc_txt .info{
	font-family: "Microsoft Yahei";
	color: #898989;
	font-size: 12px;
	text-align: center;
	height: 80px;
	line-height: 20px;
}
#part1 .zszc_con ul li:hover .zszc_txt .info{
	color: #fff;
}
#part1 .zszc_con ul li .zszc_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;
}
#part1 .zszc_con ul li:hover .zszc_txt .ckxq{
	border-bottom: 1px dashed #fff;
	color: #fff;
}
#part1 .zszc_con ul li .pic{
	position: relative;
	float: left;
	width: 300px;
	height: 280px;
	overflow: hidden;
}
#part1 .zszc_con .zszc_item1 ul li .pic .triangle{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	width: 17px;
	height: 26px;
	background: url("../images/zsw_icon02.png") no-repeat;
	z-index: 9999;
}
#part1 .zszc_con .zszc_item1 ul li:hover .pic .triangle{
	background: url("../images/zsw_icon02_hover.png") no-repeat;
}
#part1 .zszc_con .zszc_item2 ul li .pic .triangle{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -13px;
	width: 17px;
	height: 26px;
	background: url("../images/zsw_icon01.png") no-repeat;
	z-index: 9999;
}
#part1 .zszc_con .zszc_item2 ul li:hover .pic .triangle{
	background: url("../images/zsw_icon01_hover.png") no-repeat;
}
#part1 .zszc_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;
}
#part1 .zszc_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);
}
.more{
	border: 1px solid #dcdcdc;
}
.more{
	width: 158px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	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;
}
.more:hover{
	border: 1px solid #0750a5;
	background: #0750a5;
}
.more a{
	color: #0750a5;
}
.more a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
}
.more a:hover{
	color: #fff;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 974px;
	background: url("../images/part2_bg.jpg") no-repeat center top;
}
#part2 .part2_con{
	padding-top: 112px;
	height: 858px;
}
#part2 .hd_title .title{
	color: #fff;
}
#part2 .hd_title span.line{
	background: #fff;
}
#part2 .zsdt_list{
	padding-top: 50px;
	height: 246px;
}
#part2 .zsdt_list ul{
	display: block;
    width: 1244px;
    padding-bottom: 20px;
    overflow: hidden;
}
#part2 .zsdt_list ul li{
	position: relative;
	float: left;
	padding-left: 10px;
	width: 570px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	background: url("../images/zsw_icon10.png") no-repeat left center;
}
#part2 .zsdt_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #fff;
    z-index: 999;
    transition: 0.6s;
}
#part2 .zsdt_list ul li:hover span.line{
	width: 100%;
}
#part2 .zsdt_list ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 16px;
}
#part2 .zsdt_list ul li span.date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #7895c5;
}
#part2 .zsdt_list ul li:hover span.date{
	color: #fff;
}
#part2 .zsdt_pic{
	height: 334px;
}
#part2 .zsdt_pic ul li{
	position: relative;
	float: left;
	width: 370px;
	height: 320px;
	margin-right: 45px;
	background: url("../images/zsw_icon11.png") no-repeat left 40px;
}
#part2 .zsdt_pic ul li:hover{
	background: url("../images/zsw_icon11_hover.png") no-repeat left 40px;
}
#part2 .zsdt_pic ul li+li{
	background: url("../images/zsw_icon12.png") no-repeat left 10px;
}
#part2 .zsdt_pic ul li+li:hover{
	background: url("../images/zsw_icon12_hover.png") no-repeat left 10px;
}
#part2 .zsdt_pic ul li+li+li{
	background: url("../images/zsw_icon11.png") no-repeat left 40px;
	margin-right: 0px;
}
#part2 .zsdt_pic ul li+li+li:hover{
	background: url("../images/zsw_icon11_hover.png") no-repeat left 40px;
	margin-right: 0px;
}
#part2 .zsdt_pic ul li .pic{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 350px;
	height: 205px;
	overflow: hidden;
	z-index: 9;
}
#part2 .zsdt_pic ul li+li .pic{
	top: 70px;
}
#part2 .zsdt_pic ul li+li+li .pic{
	top: 10px;
}
#part2 .zsdt_pic ul li .pic img{
	display: block;
	width: 350px;
	height: 205px;
	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 .zsdt_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 .zsdt_pic ul li .title{
	position: absolute;
	left: 42px;
	top: 234px;
	width: 290px;
	padding: 0px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}
#part2 .zsdt_pic ul li+li .title{
	top: 0px;
}
#part2 .zsdt_pic ul li+li+li .title{
	top: 234px;
}
#part2 .zsdt_pic ul li .date{
	position: absolute;
	left: 20px;
	top: 150px;
	width: 70px;
	height: 75px;
	background: url("../images/zsw_icon08.png") no-repeat;
	z-index: 99;
}
#part2 .zsdt_pic ul li+li .date{
	top: 50px;
	background: url("../images/zsw_icon09.png") no-repeat;
}
#part2 .zsdt_pic ul li+li+li .date{
	top: 150px;
	background: url("../images/zsw_icon08.png") no-repeat;
}
#part2 .zsdt_pic ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part2 .zsdt_pic ul li .date span.d1{
	font-size: 22px;
}
#part2 .zsdt_pic ul li+li .date span.d1{
	padding-top: 18px;
}
#part2 .zsdt_pic ul li+li+li .date span.d1{
	padding-top: 0px;
}
#part2 .zsdt_pic ul li .date span.d2{
	font-size: 12px;
}
#part2 .more{
	border: 1px solid #dcdcdc;
}
#part2 .more:hover{
	border: 1px solid #0750a5;
	background: #fff;
}
#part2 .more a{
	color: #fff;
}
#part2 .more a:hover{
	color: #0750a5;
}
/*end part2*/

/*part3 start*/
#part3{
	height: 602px;
	background: #f7f7f7;
padding-top:30px;
}
#part3 .part3_con{
	height: 602px;
}
#part3 .hd_title3{
	height: 49px;
}
#part3 .hd_title3 .title{
	font-size: 36px;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #0750a5;
	height: 49px;
}
#part3 .hd_title3 .title img{
	margin: 0 auto;
}
#part3 .hd_title3 span.line{
	display: block;
	width: 170px;
	height: 1px;
	background: #0750a5;
	margin: 0 auto;
}
#part3 .xxxw_con{
	width: 1160px;
	margin-top: 40px;
	height: 414px;
	border-top: 2px solid #0f519d;
	background: url("../images/sy.png") no-repeat center top;
	padding-left: 40px;
}
#part3 .xxxw_con ul{
    padding-top: 22px;
    padding-bottom: 20px;
}
#part3 .xxxw_con ul li{
	position: relative;
	float: left;
	padding-left: 10px;
	width: 530px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	background: url("../images/zsw_icon13.png") no-repeat left center;
}
#part3 .xxxw_con ul li:hover{
	position: relative;
	float: left;
	padding-left: 10px;
	width: 530px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	background: url("../images/zsw_icon13_hover.png") no-repeat left center;
}
#part3 .xxxw_con ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #0750a5;
    z-index: 999;
    transition: 0.6s;
}
#part3 .xxxw_con li:hover span.line{
	width: 100%;
}
#part3 .xxxw_con ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
}
#part3 .xxxw_con ul li:hover a{
	color: #0750a5;
}
#part3 .xxxw_con ul li span.date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #777;
}
#part3 .xxxw_con ul li:hover span.date{
	color: #0750a5;
}
/*end part3*/

/*part4 start*/
#part4{
	height: 602px;
	background: url("../images/part4_bg.jpg") no-repeat center top;
}
#part4 .part4_con{
	padding-top: 80px;
}
#part4 .jsfc_con{
	position: relative;
	height: 248px;
}
#part4 .jsfc_con .jsfc_hd{
	width: 150px;
	height: 246px;
	border-top: 1px solid #729ecd;
}
#part4 .jsfc_con .jsfc_hd .jsfc_hd_title{
	float: right;
	height: 58px;
}
#part4 .jsfc_con .jsfc_hd .jsfc_hd_title img{
	margin-top: 9px;
}
#part4 .jsfc_con .jsfc_hd .ckgd{
	float: right;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #3386e7;
	border: 1px solid #3386e7;
}
#part4 .jsfc_con .jsfc_hd .ckgd:hover{
	border: 1px solid #fff;
}
#part4 .jsfc_con .jsfc_hd .ckgd a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part4 .jsfc_con .jsfc_pic{
	width: 1025px;
}
#part4 .jsfc_con .jsfc_pic ul li{
	float: left;
	width: 325px;
	height: 190px;
	background: #fff;
	margin-right: 25px;
}
#part4 .jsfc_con .jsfc_pic ul li .pic{
	float: left;
	width: 150px;
	height: 190px;
	margin-right: 12px;
	overflow: hidden;
}
#part4 .jsfc_con .jsfc_pic ul li .pic img{
	display: block;
	width: 150px;
	height: 190px;
	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 .jsfc_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);
}
#part4 .jsfc_con .jsfc_pic ul li .jsfc_txt{
	padding-top: 12px;
}
#part4 .jsfc_con .jsfc_pic ul li .jsfc_txt .js_name{
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #333;
}
#part4 .jsfc_con .jsfc_pic ul li .jsfc_txt .js_des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
	line-height: 22px;
}
#part4 .jsfc_con .jsfc_btn a{
	display: block;
	width: 46px;
	height: 30px;
	position:absolute; 
	top: 134px;
	border: 1px solid #3973b7;
	cursor: pointer;
	z-index: 999;
}
#part4 .jsfc_con .jsfc_btn a:hover{
	border: 1px solid #fff;
}
#part4 .jsfc_con .jsfc_btn a.prev{
	left: 44px;
	background:url("../images/btn_l.png")  no-repeat center center;  
}
#part4 .jsfc_con .jsfc_btn a.next{
	left: 102px;
	background:url("../images/btn_r.png")  no-repeat center center;  
}
#part4 .xyfg_con{
	position: relative;
	height: 272px;
}
#part4 .xyfg_con .xyfg_hd{
	width: 150px;
	height: 246px;
	border-top: 1px solid #729ecd;
}
#part4 .xyfg_con .xyfg_hd .xyfg_hd_title{
	float: right;
	height: 58px;
}
#part4 .xyfg_con .xyfg_hd .xyfg_hd_title img{
	margin-top: 9px;
}
#part4 .xyfg_con .xyfg_hd .ckgd{
	float: right;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #3386e7;
	border: 1px solid #3386e7;
}
#part4 .xyfg_con .xyfg_hd .ckgd:hover{
	border: 1px solid #fff;
}
#part4 .xyfg_con .xyfg_hd .ckgd a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part4 .xyfg_con .xyfg_pic{
	width: 1025px;
}
#part4 .xyfg_con .xyfg_pic ul li{
	position: relative;
	float: left;
	width: 325px;
	height: 190px;
	margin-right: 25px;
}
#part4 .xyfg_con .xyfg_pic ul li .pic{
	float: left;
	width: 325px;
	height: 190px;
	overflow: hidden;
}
#part4 .xyfg_con .xyfg_pic ul li .pic img{
	display: block;
	width: 325px;
	height: 190px;
	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 .xyfg_con .xyfg_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);
}
#part4 .xyfg_con .xyfg_btn a{
	display: block;
	width: 46px;
	height: 30px;
	position:absolute; 
	top: 134px;
	border: 1px solid #3973b7;
	cursor: pointer;
	z-index: 999;
}
#part4 .xyfg_con .xyfg_btn a:hover{
	border: 1px solid #fff;
}
#part4 .xyfg_con .xyfg_btn a.prev{
	left: 44px;
	background:url("../images/btn_l.png")  no-repeat center center;  
}
#part4 .xyfg_con .xyfg_btn a.next{
	left: 102px;
	background:url("../images/btn_r.png")  no-repeat center center;  
}
#part4 .xyfg_con .xyfg_pic ul li .xyfg_title{
	position: absolute;
    left: 0px;
    bottom: -42px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    z-index: 999;
    text-align: center;
    background: url("../images/zsw_icon14.png");
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #fff;
    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 .xyfg_con .xyfg_pic ul li:hover .xyfg_title{
	 bottom: 0px;
}
/*end part4*/

/*part5 start*/
#part5{
	height: 644px;
}
#part5 .part5_con{
	padding-top: 70px;
	height: 572px;
}
#part5 .xy_video_l{
	position: relative;
	width: 179px;
	height: 500px;
	background: url("../images/xy_video.jpg") no-repeat;
	margin-right: 20px;
}
#part5 .xy_video_l .ckgd{
	position: absolute;
	left: 30px;
	bottom: 32px;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #537fb4;
	text-align: center;
}
#part5 .xy_video_l .ckgd:hover{
	border: 1px solid #fff;
}
#part5 .xy_video_l .ckgd a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #90a3c7;
}
#part5 .xy_video_l .ckgd:hover a{
	color: #fff;
}
#part5 .video_pic{
	position: relative;
	width: 490px;
	height: 500px;
}
#part5 .video_pic .pic{
	width: 490px;
	height: 240px;
	overflow: hidden;
}#part5 .video_pic li{position:relative;
	margin-bottom:20px;
}
#part5 .video_pic .pic img{
	display: block;
	width: 490px;
	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;
}
#part5 .video_pic .pic:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part5 .video_pic .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 999;
	text-align: center;
	background: url("../images/zsw_icon14.png");
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part5 .video_pic .video_icon{
	position: absolute;
	left: 46%;
	top: 84px;
	width: 45px;
	height: 45px;
	background: url("../images/video_icon.png") no-repeat;
	z-index: 9999;
}
#part5 .video_pic:hover .video_icon{
	background: url("../images/video_icon_hover.png") no-repeat;
}
#part5 .video_pic_r{
	width: 490px;
	height: 500px;
}
#part5 .video_pic_r ul li{
	position: relative;
	width: 490px;
	height: 240px;
	margin-bottom: 20px;
}
#part5 .video_pic_r ul li .pic{
	width: 490px;
	height: 240px;
	overflow: hidden;
}
#part5 .video_pic_r ul li .pic img{
	display: block;
	width: 490px;
	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;
}
#part5 .video_pic_r ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part5 .video_pic_r ul li .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 999;
	text-align: center;
	background: url("../images/zsw_icon14.png");
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part5 .video_pic_r ul li .video_icon{
	position: absolute;
	left: 46%;
	top: 84px;
	width: 45px;
	height: 45px;
	background: url("../images/video_icon.png") no-repeat;
	z-index: 9999;
}
#part5 .video_pic_r ul li:hover .video_icon{
	background: url("../images/video_icon_hover.png") no-repeat;
}
#part5 .video_pic_r ul li+li{
	margin-bottom: 0px;
}
/*end part5*/

/*footer start*/
#footer{
	height: 205px;
	background: url("../images/footer_bg.jpg") no-repeat center top;
margin-top:30px;
}
#footer .foot_con{
	padding-top: 34px;
	height: 171px;
}
#footer .ft_logo{
	width: 410px;
	height: 171px;
}
#footer .ft_logo a img{
	margin-top: 30px;
}
#footer .ft_ewm{
	width: 390px;
	height: 171px;
}
#footer .ft_ewm ul li{
	float: left;
	width: 110px;
	margin-right: 26px;
}
#footer .ft_ewm ul li .pic{
	width: 110px;
	height: 110px;
	overflow: hidden;
}
#footer .ft_ewm ul li .pic img{
	display: block;
	width: 110px;
	height: 110px;
	background-size: 100% 100%;
}
#footer .ft_ewm ul li .title{
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .dibu_bq{
	padding-top: 8px;
	width: 400px;
	height: 163px;
}
#footer .dibu_bq p{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	height: 30px;
	line-height: 30px;
}
#footer .dibu_bq p a{
	color: #fff;
}
#footer .dibu_bq p a:hover{
	text-decoration: underline;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 65px;
	height: 45px;
	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: 374px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 374px;
    margin-left: -960px;
}
#ej_banner .ej_banner_con img{
width:100%;
}
#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: #3283e4;
}
#main .main_con_l{
	width: 250px;
margin-bottom:30px;
}
.sidebar{
	width: 240px;
	background: #fafafa;
	border-bottom: 10px solid #3283e4;
	border-right: 10px solid #3283e4;
	margin-bottom: 28px;
padding:10px 0;
}
.sidebar ul{
	display: block;
	width: 200px;
	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: #3386e7;
}
.sidebar ul li.on{
background: #3386e7;
}


.sidebar ul li.on a{
color:#fff;
}

.sidebar ul li span.icon{
	position: absolute;
	left: 16px;
	top: 22px;
	display: block;
	width: 7px;
	height: 8px;
	background: url("../images/zsw_icon15.png") no-repeat;
}
.sidebar ul li.active span.icon{
	background: url("../images/zsw_icon15_hover.png") no-repeat;
}
.sidebar ul li:hover span.icon{
	background: url("../images/zsw_icon15_hover.png") no-repeat;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
.sidebar ul li.last{
	border: none;
}
#main .main_con_l .ej_ksdh{
	border: 1px solid #dcdcdc;
}
#main .main_con_l .ej_ksdh ul{
	display: block;
	width: 210px;
	margin: 0 auto 20px;
}
#main .main_con_l .ej_ksdh ul li{
	margin-top: 20px;
	height: 70px;
	line-height: 70px;
	background: url("../images/ej_ksdh_icon01.jpg") no-repeat;
}
#main .main_con_l .ej_ksdh ul li:hover{
	background: url("../images/ej_ksdh_icon02.jpg") no-repeat;
}
#main .main_con_l .ej_ksdh ul li a{
	display: block;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #0750a5;
	font-weight: bold;
	text-align: center;
	background: url("../images/zsw_icon16.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li:hover a{
	background: url("../images/zsw_icon16_hover.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li a{
	background: url("../images/zsw_icon17.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li:hover a{
	background: url("../images/zsw_icon17_hover.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li a{
	background: url("../images/zsw_icon18.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li:hover a{
	background: url("../images/zsw_icon18_hover.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li+li a{
	background: url("../images/zsw_icon19.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li+li:hover a{
	background: url("../images/zsw_icon19_hover.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li+li+li a{
	background: url("../images/zsw_icon20.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li+li+li+li+li:hover a{
	background: url("../images/zsw_icon20_hover.png") no-repeat 12px center;
}
#main .main_con_l .ej_ksdh ul li:hover a{
	color: #fff;
}
#main .main_con_r{
	width: 910px;
	margin-top: 36px;
}
.main_hd{
	position: relative;
	height: 40x;
	line-height: 40px;
	background: url("../images/dqwz_bg.png") no-repeat;
	padding-left: 16px;
}
.main_hd .line{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 2px;
	height: 26px;
	background: #0750a5;
}
.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: #0750a5;
}
.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: #0750a5;
}
.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: #0750a5;
}
.main_list ul li span.line{
	    display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #0750a5;
    z-index: 999;
    transition: 0.6s;
}
.main_list ul li:hover span.line{
	width: 100%;
}
.fanye img{
	margin: 20px auto 30px;
}
/*end list page*/

/*list_zy page start*/
#main .list_zy{
	width: 910px;
	min-height: 600px;

}
#main .list_zy ul{
	display: block;
	padding-top: 32px;
}
#main .list_zy ul li{
	position: relative;
	height: 150px;
	background: #fcfcfc;
	padding-top: 30px;
	margin-bottom: 30px;
}
#main .list_zy ul li .date{
	float: left;
	width: 86px;
	height: 85px;
	background: url("../images/zsw_icon22.png") no-repeat;
	margin: 16px 26px 0 30px;
}
#main .list_zy ul li:hover .date{
	background: url("../images/zsw_icon22_hover.png") no-repeat;
}
#main .list_zy ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family:"Times New Roman";
}
#main .list_zy ul li .date span.d1{
	padding-top: 8px;
	font-size: 30px;
	color: #0750a5;
}
#main .list_zy ul li .date span.d2{
	font-size: 14px;
	color: #999;
}
#main .list_zy ul li .zy_txt{
	float: left;
	width: 740px;
}
#main .list_zy ul li .zy_txt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
#main .list_zy ul li:hover .zy_txt .title{
	color: #3386e7;
}
#main .list_zy ul li .zy_txt .des{
	font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #999;
    height: 48px;
    line-height: 24px;
    padding-bottom: 10px;
}
#main .list_zy ul li .zy_txt .ckxq{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #3386e7;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#main .list_zy ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #3386e7;
    z-index: 999;
    transition: 0.6s;
}
#main .list_zy ul li:hover span.line{
	width: 100%;
}
/*end list_zy 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 p{
	font-size: 16px !important;
	color: #666;
	font-family: "Microsoft Yahei";
	line-height: 32px !important;
	text-indent: 2em;

}
.content p img{
display:inline-block;
	margin: 0 auto;
}

.content table p{text-indent:0 !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: #004182;
	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 .date{
	float: left;
	width: 105px;
	height: 105px;
	background: url("../images/zsw_icon21.png") no-repeat;
	margin-right: 32px;
	margin-top: 20px;
}
.list_pic ul li:hover .date{
	background: url("../images/zsw_icon21_hover.png") no-repeat;
}
.list_pic ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family:"Times New Roman";
}
.list_pic ul li .date span.d1{
	padding-top: 18px;
	font-size: 30px;
	color: #0750a5;
}
.list_pic ul li .date span.d2{
	font-size: 14px;
	color: #999;
}
.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: 534px;
}
.list_pic ul li .txt .line{
	width: 50px;
	height: 1px;
	background: #d2d2d2;
	margin-bottom: 20px;
}
.list_pic ul li .txt p.title{
	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: #0750a5;
}
.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{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.list_pic ul li:hover .txt .ckxq{
	color: #0750a5;
}
.list_pic ul li .line2{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #0750a5;
    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: #0750a5;
}
/*end list_tppic*/


.cxtj_index {
    width: 800px;
    background: #f9f9f9;
    padding: 30px 0;
    border: 1px solid #ddd;
    margin: 50px auto 0 auto;
}
.cxtj_index .cx_top {
    text-align: center;
    margin-bottom: 20px;
}
.cxtj_index .cx_top img{
display:inline !important;
}


.cxtj_index p {
    color: #333333;
    line-height: 30px;
}
img {
    border: none;
}
.cxtj_index label {
    width: 100px;
    text-align: right;
    display: inline-block;
}
.cxtj_index select {
    width: 240px;
    height: 30px;
    margin-left: 12px;
    vertical-align: top;
    padding: 0;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
input.tijiao {
    width: 160px;
    height: 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 30px auto 0 auto;
    display: block;
    background: url(../images/tijiao_button.png) no-repeat;
    cursor: pointer;
}
.cxtj_index input {


    vertical-align: top;
}

.tjcxjg_bt{font-size: 20px;color: #323232;text-align: center;font-weight:bold;line-height:60px;margin-top:20px;}
.tjcxjg_bt span{color: #009fb6;}
.tjcxjg_bt li{text-align:center;}
.tjcxjg{width: 800px;margin: 0 auto;}
.tjcxjg table{border-left:1px solid #ddd;border-top: 1px solid #ddd;line-height: 40px;text-align: center;}
.tjcxjg th{border-right:1px solid #ddd;border-bottom: 1px solid #ddd;font-size:18px;background: #f9f9f9;}
.tjcxjg td{border-right:1px solid #ddd;border-bottom: 1px solid #ddd;font-size:12px;}

