@charset 'utf-8';
/*header-start*/
#header{
	padding: 32px 0;
	height: 154px;
	background: #1f43a3 url(../images/headbg.jpg) top center no-repeat;
}
#header .logo{
	width: 981px;
	height: 118px;
}
#header .hd_con{
	width: 284px;
	padding-top: 28px;
}
.search{
	position: relative;
	width: 260px;
	height: 40px;
	line-height: 40px;
	background: rgba(61,97,194,0.5);
	border-radius: 20px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input[type="text"]{
	position: absolute;
    left: 0px;
    top: 0px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	background: transparent;
	color: #fff;
	text-indent: 20px;
}
.search input[type="image"]{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#header .hd_link{
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
	color: #e7dee7;
}
#header .hd_link a{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #e7dee7;
}
#header .hd_link a:nth-child(1){
	padding-left: 24px;
	background: url("../images/home_icon.png") no-repeat left center;
}
#header .hd_link a:hover{
	color: #fff;
}
/*end header*/

/*nav start*/
.nav_con{
	position: relative;
	width: 100%;
	height: 0px;
}
#nav{
	width: 1400px;
	height: 50px;
	background: rgba(31,67,163,0.3);
        margin-top: -50px;
	z-index: 9;
}
#nav .nav_menu{
	width:1400px;
	height: 50px;
        margin:0 auto;
}
#nav .nav_menu ul.nav_list{
	height: 50px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	width:175px;
        text-align:center;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #0286c7;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 22px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 99;
	width: 170px;
	background: #0286c7;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 21px;
        position: relative;
}
#nav .nav_menu ul.nav_list li dl.menu dd i{
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 20px;
    height: 36px;
    background: url("../images/nav_arrow.png") no-repeat;
    z-index: 9999;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
	font-size: 18px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #296aac;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2{
    position: absolute;
    left: 170px;
    top: 0px;
    z-index: 999;
    display:none;
    width: 180px;
    background: #0286c7;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover dl.menu2{
   display: block;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2 dd{
   position: relative;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2 dd i{
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 20px;
    height: 36px;
    background: url("../images/nav_arrow.png") no-repeat;
    z-index: 9999;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2 dd dl.menu3{
    position: absolute;
    left: 180px;
    top: 0px;
    z-index: 999;
    display:none;
    width: 224px;
    background: #0286c7;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2 dd:hover dl.menu3{
    display: block;
}
/*end nav*/

#bannerBox{
	position: relative;
}
/*banner start*/
#banner{
	position: relative;
	max-width:1920px;
	height:450px;
        margin-top: 60px;
	overflow: hidden;
}
#banner .slideBox{ 
	//position: absolute;
	//left: 50%;
	//top: 0px;
	width: 100%;
    height:450px;
    //margin-left: -960px;
}
#banner .slideBox .hd{ 
	position: absolute;
	bottom: 22px;
	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{
	background:#fff;
}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:1920px; 
	height:600px;
	background-size: 100% 100%;
}
#banner .slideBox .banner_btn{
	width: 100%;
	position:absolute; 
	top:50%;
	z-index: 999;
}
#banner .slideBox .banner_btn a{
	display: block;
	position: absolute;
	top:50%;
	width:54px; 
	height:54px;
	margin-top:-27px;
	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: 2%;
	background:url("../images/banner_l.png")  no-repeat;  
}
#banner .slideBox a.next{ 
	right: 2%;
	background:url("../images/banner_r.png")  no-repeat;
}
/*end banner*/

/*part1 start*/
#part1{
	padding-top: 20px;
	height: 480px;
}
.hd_title{
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	font-family: "Microsoft Yahei";
}
.hd_title .title_ch{
	font-weight: bold;
	color: #333;
}
.hd_title .title_en{
	position: relative;
	font-size: 18px;
	color: #d1d1d1;
	font-weight: normal;
	margin-left: 20px;
}
.hd_title .title_en:before{
	position: absolute;
	left: 0px;
	bottom: 10px;
	content: "";
	width: 36px;
	height: 1px;
	background: #ccc;
	z-index: 2;
}
.hd_title .more a{
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/more_icon.png") no-repeat center center;
	margin-left: 20px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.hd_title .more a:hover{
	background: url("../images/more_hover_icon.png") no-repeat center center;
}
#part1 .xydt{
	width: 876px;
}
#part1 .xydt .xydt_con{
	padding-top: 8px;
}
#part1 .xydt_con .xydt_pic{
	position: relative;
	width: 470px;
	margin-top: 14px;
}
#part1 .xydt_con .xydt_pic_bd ul li{
	position: relative;
	padding-bottom: 30px;
}
#part1 .xydt_con .xydt_pic_bd ul li a{
	display: block;
}
#part1 .xydt_con .xydt_pic .pic{
	width: 470px;
	height: 290px;
	overflow: hidden;
}
#part1 .xydt_con .xydt_pic:hover .pic img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#part1 .xydt_con .xydt_pic .title{
	width: calc(100% - 32px);
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #1f43a3;
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
}
#part1 .xydt_con .xydt_pic .ckxq{
	position: absolute;
	right: 22px;
	bottom: 10px;
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 12px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
	z-index: 3;
}
#part1 .xydt_con .xydt_pic:hover .ckxq{
	color: #fff;
	background: #001268;
}
#part1 .xydt_con .xydt_pic_hd ul{
	position: relative;
	margin-top: -24px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 5;
}
#part1 .xydt_con .xydt_pic_hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #1f43a3;
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
}
#part1 .xydt_con .xydt_pic_hd ul li.on{
	background: #1f43a3;
}
#part1 .xydt_con .xydt_pic .xydt_btn a{
	position:absolute; 
	top:112px;
	width:36px; 
	height:58px; 
	display:block; 
	cursor: pointer;
    z-index: 9;
}
#part1 .xydt_con .xydt_pic:hover .xydt_btn a.prev{ 
	left:0px; 
	background:url("../images/xyxw_l.png")  no-repeat;  
}
#part1 .xydt_con .xydt_pic:hover .xydt_btn a.next{ 
	right:0px; 
	background:url("../images/xyxw_r.png") no-repeat;  
}
#part1 .xydt_con .xydt_list{
	width: 376px;
}
#part1 .xydt_con .xydt_list ul li{
	position: relative;
	border-bottom:1px dashed #1f43a3;
	padding-left: 20px;
}
#part1 .xydt_con .xydt_list ul li:before{
	position: absolute;
	left: 0px;
	top: 22px;
	content: "";
	width: 10px;
	height: 4px;
	background: #1f43a3;
	z-index: 3;
}
#part1 .xydt_con .xydt_list ul li:nth-child(4){
	border-bottom: none;
}
#part1 .xydt_con .xydt_list ul li a{
	display: block;
	padding: 13px 0;
}
#part1 .xydt_con .xydt_list ul li .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part1 .xydt_con .xydt_list ul li:hover .title{
	color: #001268;
}
#part1 .xydt_con .xydt_list ul li .date{
	margin-top: 4px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #737373;
}
#part1 .notice{
	width: 460px;
}
#part1 .notice .notice_list{
	padding-top: 22px;
}
#part1 .notice .notice_list ul li{
	margin-bottom: 20px;
}
#part1 .notice .notice_list ul li a{
	display: block;
}
#part1 .notice .notice_list ul li .date{
	width: 64px;
	height: 59px;
	border-radius: 5px;
	margin-right: 19px;
	background-color: #225baf;
	padding-top: 5px;
}
#part1 .notice .notice_list ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
}
#part1 .notice .notice_list ul li .date span.d1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#part1 .notice .notice_list ul li .date span.d2{
	margin:0;
	font-size:12px;
	color: #fff;
	text-align: center;
}
.main1-2-date{
	width: 64px;
	height: 64px;
	border-radius: 5px;
	margin-right: 19px;
	background-color: #225baf;
	padding-top: 10px;
}

.main1-2-date h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.main1-2-date h2{
	margin:0;
	font-size:12px;
	color: #fff;
	text-align: center;
	margin-top: 4px;
}
#part1 .notice .notice_list ul li .title{
	width: calc(100% - 84px);
	height: 48px;
	line-height: 24px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 16px;
	margin-top: 6px;
}
#part1 .notice .notice_list ul li:hover .title{
	color: #001268;
}
/*end part1*/

/*part2 start*/
#part2{
}
/*part2_con01 start*/
#part2 .part2_con01{
	height: 520px;
}
#part2 .part2_con01 .kydt{
	width: 100%;
}
#part2 .kydt .kydt_hd{
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	font-family: "Microsoft Yahei";
	margin-bottom: 22px;
        padding-bottom:10px;
        border-bottom:1px solid #ccc;
}
#part2 .kydt .kydt_hd ul li{
	float: left;
	margin-right: 16px;
	cursor: pointer;
        width:1400px
}
#part2 .kydt .kydt_hd ul li .title_ch{
	color: #fff;
}
#part2 .kydt .kydt_hd ul li .title_ch a{
        color: #000;
        font-weight: bold;
}
#part2 .kydt .kydt_hd ul li.on .title_ch{
	font-weight: bold;
}
#part2 .kydt .kydt_hd ul li .title_en{
	position: relative;
	font-size: 18px;
	color: #d1d1d1;
	font-weight: normal;
	margin-left: 20px;
}
#part2 .kydt .kydt_hd ul li .title_en:before{
	position: absolute;
	left: 0px;
	bottom: 10px;
	content: "";
	width: 36px;
	height: 1px;
	background: #ccc;
	z-index: 2;
}
#part2 .kydt .kydt_hd ul li .more{
}
#part2 .kydt .kydt_hd ul li.on .more{
	display: block;
}
#part2 .kydt .kydt_hd ul li .more a{
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/more_icon.png") no-repeat center center;
	margin-left: 20px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#part2 .kydt .kydt_hd ul li .more a:hover{
	background: url("../images/more_hover_icon.png") no-repeat center center;
}
#part2 .kydt .kydt_bd{
	width: 1400px;
	height: 430px;
	overflow: hidden;
}
#part2 .kydt .kydt_bd ul li{
	position: relative;
	float: left;
	width: 430px;
	margin-right: 55px;
}
#part2 .kydt .kydt_bd ul li:nth-child(3){
	margin-right: 0;
}
#part2 .kydt .kydt_bd ul li a{
	display: block;
}
#part2 .kydt .kydt_bd ul li .pic{
	width: 430px;
	height: 304px;
	overflow: hidden;
}
#part2 .kydt .kydt_bd ul li:hover .pic img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#part2 .kydt .kydt_bd ul li .item_txt{
	position: absolute;
	left: 50%;
	top: 255px;
	margin-left: -175px;
	width: 294px;
	height: 82px;
	background: rgba(31,67,163,0.8);
	border-radius: 10px;
	padding: 24px 28px;
}
#part2 .kydt .kydt_bd ul li .item_txt .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-bottom: 10px;
}
#part2 .kydt .kydt_bd ul li:hover .item_txt .title{
	color: #ccc;
}
#part2 .kydt .kydt_bd ul li .item_txt .date{
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	background: url("../images/date_icon01.png") no-repeat left center;
	font-size: 14px;
	color: #fff;
}
#part2 .link_pic{
	width: 340px;
	padding-top: 70px;
}
#part2 .link_pic ul li{
	width: 340px;
	height: 120px;
	border-radius: 10px;
	margin-bottom: 12px;
}
#part2 .link_pic ul li a{
	display: block;
}
#part2 .link_pic ul li .pic{
	width: 340px;
	height: 120px;
	overflow: hidden;
}
#part2 .link_pic ul li:hover .pic img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
/*end part2_con01*/

/*part2_con02 start*/
#part2 .part2_con02 .part2_con02_bd{
	height: 490px;
	padding: 35px 0px 0px;
}
#part2 .part2_con02 .djgz{
	width: 400px;
	margin-right: 70px;
}
.hd_title2{
	position: relative;
	height: 58px;
	line-height: 58px;
	font-size: 28px;
	color: #000;
	font-family: "Microsoft Yahei";
	padding-left: 76px;
}
.hd_title2 .more{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 58px;
	line-height: 58px;
}
.hd_title2 .more a{
	font-size: 14px;
	color: #8d8d8d;
}
.hd_title2 .more a:hover{
	color: #001268;
}
#part2 .part2_con02 .djgz .hd_title2{
	background: url("../images/icon_01.png") no-repeat left center;
}
#part2 .part2_con02 .djgz .djgz_list{
	padding-top: 18px;
}
#part2 .part2_con02 .djgz .djgz_list ul li{
	position: relative;
	border-bottom: 1px dashed #1f43a3;
	padding: 12px 0 12px 0px;
}
#part2 .part2_con02 .djgz .djgz_list ul li a{
	display: block;
}
#part2 .part2_con02 .djgz .djgz_list ul li:nth-child(4){
	border-bottom: none;
}
#part2 .part2_con02 .djgz .djgz_list ul li .title{
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .part2_con02 .djgz .djgz_list ul li:hover .title{
	color: #001268;
}
#part2 .part2_con02 .djgz .djgz_list ul li .date{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #737373;
}
#part2 .part2_con02 .xsyd{
	width: 400px;
}
#part2 .part2_con02 .xsyd .hd_title2{
	background: url("../images/icon_02.png") no-repeat left center;
}
#part2 .part2_con02 .xsyd .xsyd_con{
	padding-top: 32px;
}
#part2 .xsyd .xsyd_con .first{
	height: 132px;
}
#part2 .xsyd .xsyd_con .first .pic{
	width: 190px;
	height: 120px;
	overflow: hidden;
	margin-right: 16px;
}
#part2 .xsyd .xsyd_con .first:hover .pic img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#part2 .xsyd .xsyd_con .first .first_txt{
	width: calc(100% - 206px);
}
#part2 .xsyd .xsyd_con .first .first_txt .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .xsyd .xsyd_con .first:hover .first_txt .title{
	color: #001268;
}
#part2 .xsyd .xsyd_con .first .first_txt .des{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #737373;
	margin: 5px 0;
}
#part2 .xsyd .xsyd_con .first .first_txt .date{
	padding-left: 20px;
	height: 20px;
	list-style: 20px;
	font-size: 14px;
	color: #737373;
	background: url("../images/date_icon01.png") no-repeat left center;
}
#part2 .xsyd .xsyd_con ul li{
	position: relative;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #ca8fc7;
	padding-left: 16px;
}
#part2 .xsyd .xsyd_con ul li:before{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	background: #001268;
	content: "";
	z-index: 2;
}
#part2 .xsyd .xsyd_con ul li:nth-child(5){
	border-bottom: none;
}
#part2 .xsyd .xsyd_con ul li a{
	display: block;
	font-size: 16px;
	color: #000;
	font-family: "Microsoft Yahei";
}
#part2 .xsyd .xsyd_con ul li:hover a{
	color: #001268;
}
#part2 .xsyd .xsyd_con ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #737373;
}
#part2 .xsyd .xsyd_con ul li:hover .date{
	color: #001268;
}
#part2 .part2_con02 .jysj{
	width: 400px;
}
#part2 .part2_con02 .jysj .hd_title2{
	background: url("../images/icon_03.png") no-repeat left center;
}
#part2 .part2_con02 .jysj .jysj_list{
	padding-top: 26px;
}
#part2 .part2_con02 .jysj .jysj_list ul li{
	background: #99ccff;
	margin-bottom: 20px;
	padding: 16px 28px;
}
#part2 .part2_con02 .jysj .jysj_list ul li a{
	display: block;
}
#part2 .part2_con02 .jysj .jysj_list ul li .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	margin-bottom: 8px;
}
#part2 .part2_con02 .jysj .jysj_list ul li:hover .title{
	color: #001268;
}
#part2 .part2_con02 .jysj .jysj_list ul li .date{
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url("../images/date_icon01.png") no-repeat left center;
	font-size: 14px;
	color: #737373;
}
/*end part2_con02*/



/*part2_con03 start*/
#part2 .part2_con03{
	padding: 36px 0 70px;
	height: 180px;
}
#part2 .part2_con03 .kslj_con{
	position: relative;
	width: 1280px;
	height: 180px;
	overflow: hidden;
}
#part2 .part2_con03 .kslj_con .kslj_pic ul li{
	float: left;
	width: 410px;
	margin-right: 25px;
}
#part2 .part2_con03 .kslj_con .kslj_pic ul li a{
	display: block;
}
#part2 .part2_con03 .kslj_con .kslj_pic ul li .pic{
	width: 410px;
	height: 180px;
	overflow: hidden;
}
#part2 .part2_con03 .kslj_con .kslj_pic ul li:hover .pic img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#part2 .part2_con03 .kslj_con .kslj_btn a{
	position:absolute; 
	top:50%;
	width:36px; 
	height:58px; 
	display:block; 
	cursor: pointer;
	margin-top: -29px;
    z-index: 9;
}
#part2 .part2_con03 .kslj_con:hover .kslj_btn a.prev{ 
	left:0px; 
	background:url("../images/xyxw_l.png")  no-repeat;  
}
#part2 .part2_con03 .kslj_con:hover .kslj_btn a.next{ 
	right:0px; 
	background:url("../images/xyxw_r.png") no-repeat;  
}
/*end part2_con03*/
 .cle:after {
 	visibility: hidden;
 	display: block;
 	font-size: 0;
 	content: " ";
 	clear: both;
 	height: 0
 }

 .cle {
 	zoom: 1
 }

.index_box3 {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}
.index_box3 img{
    display:inline;
}
.index_box3 .fl,.index_box3 .fr {
    display: inline;
} 

.index_box3 .left {
	width: 65%;
	display: flex;
}

.index_box3 .left .image {
	width: 490px;
}

.index_box3 .left .image .img {
	position: relative;
	padding-bottom: 61%;
}

.index_box3 .left .image .img img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.index_box3 .left .text {
	flex: 1;
	background-color: #1f43a3;
	box-sizing: border-box;
	padding: 30px 20px;
}

.index_box3 .left .text .t {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 600;
}

.index_box3 .left .text .txt {
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-top: 20px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.index_box3 .left .more {
	margin-top: 30px;
}

.index_box3 .left .more a {
	display: inline-block;
	width: 122px;
	height: 40px;
	color: #ffffff;
	font-size: 0.875rem;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 38px;
	box-sizing: border-box;
}

.index_box3 .left .more a:hover {
	text-decoration: underline;
}

.index_box3 .right {
	width: 33%;
}

.index_box3 .right .title {
	line-height: 60px;
	border-bottom: 2px solid #0286c7;
	padding-bottom: 10px;
}

.index_box3 .right .title .name {
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
}

.index_box3 .right .title .name img {
	margin-right: 20px;
}

.index_box3 .right .title .more a {
	color: #666666;
	font-size: 1rem;
}

.index_box3 .right .title .more a:hover {
	color: #1f43a3;
	text-decoration: underline;
}

.index_box3 .right .title .more img {
	vertical-align: -3px;
	margin-left: 5px;
}

.index_box3 .right ul {
	margin-top: 20px;
}

.index_box3 .right ul li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 10px;
}

.index_box3 .right ul li:nth-child(2n) {
	padding-right: 0;
}

.index_box3 .right ul li a {
	color: #222222;
	font-size: 0.875rem;
}

.index_box3 .right ul li a:hover {
	color: #1f43a3;
}


/*part2_con04 start*/
#part2 .part2_con04{
	padding: 32px 0;
}
#part2 .part2_con04 .yqlj_con{
	background: #fff;
}
#part2 .part2_con04 .yqlj_con .yqlj_hd{
	width: 110px;
	height: 50px;
	line-height: 50px;
	margin-right: 4px;
	background: url("../images/link_icon.png") no-repeat;
	text-indent: 12px;
	font-size: 18px;
	color: #e6f1fa;
}
#part2 .part2_con04 .yqlj_con .yqlj_yqlj_bd ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 16px;
}
#part2 .part2_con04 .yqlj_con .yqlj_yqlj_bd ul li a{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
}
#part2 .part2_con04 .yqlj_con .yqlj_yqlj_bd ul li:hover a{
	color: #001268;
}
/*end part2_con04*/
/*end part2*/

.s_list li {
    list-style: none;
    display: block;
    margin: 5px 0;
    background: #bf1821;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding:0!important;
}
.s_list li a {
    color: #fff;
    font-size: 24px;
    font-family:FZFWZhuZiMinchoE;
    display: block;
    margin: 5px 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
.s_list li a:hover {
    background: #ccc;
    color: #333;
}

/*footer start*/
#footer{
	height: 234px;
	background: #06437b;
}
#footer .footer_con01 {
    height: 150px;
    padding-top: 30px;
}
#footer .footer_logo{
	width: 612px;
}
#footer .footer_logo img{
	display: block;
	max-width: 100%;
}
#footer .footer_address{
	width: 360px;
	padding-top: 8px;
}
#footer .footer_address p{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #e7dee7;
	height: 28px;
	line-height: 28px;
}
#footer .ft_ewm{
	width: 300px;
}
#footer .ft_ewm ul{
	display: block;
	float: right;
}
#footer .ft_ewm ul li{
	display: inline-block;
	width: 112px;
	margin-left: 18px;
}
#footer .ft_ewm ul li .pic{
	width: 112px;
	height: 112px;
	overflow: hidden;
}
#footer .ft_ewm ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
#footer .ft_ewm ul li .title{
	line-height: 24px;
	text-align: center;
	color: #fff;
}
#footer .footer_con02{
	//border-top: 1px solid #86458c;
        background:#003565;
}
#footer .copyRight p{
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-align: center;
}
#footer .copyRight p a{
	color: #cbbbcd;
}
#footer .copyRight p a:hover{
	text-decoration: underline;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 56px;
	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;
	max-width: 1920px;
	height: 200px;
        overflow: hidden;margin-top:60px;
	z-index:-1;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
}
#main{
	width: 100%;
	margin-top: 30px;
}
#main .main_con_l{
	width: 280px;
	margin-bottom: 50px;
}
#main .main_con_l .lmmc{
	width: 260px;
	line-height: 32px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: #001268;
	text-align: center;
	padding: 20px 10px;
	z-index: 9;
}
.sidebar{
	width: 280px;
	background: #001268;
	padding-bottom: 20px;
}
.sidebar ul{
	display: block;
	width: 260px;
	margin-left: 20px;
	background: #fff;
	border-bottom: 20px solid #fff;
}
.sidebar ul .nav_line{
      height:20px;
      background: #fff;
      border-bottom: 1px solid #d9d9d9;
}
.sidebar ul li{
	position: relative;
	height: 49px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 50px;
}
.sidebar ul li.active span.line{
	position: absolute;
	left: -4px;
	top: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #f2f0e5;
}
.sidebar ul li .arrow{
	position: absolute;
	right: 10px;
	top: 7px;
	width: 20px;
	height: 36px;
	background: url("../images/arrow_icon.png") no-repeat;
	z-index: 2;
}
.sidebar ul li:hover,.sidebar ul li.active{
	background: #f2f0e5;
}
.sidebar ul li:hover .arrow,.sidebar ul li.active .arrow{
	background: url("../images/arrow_icon_active.png") no-repeat;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-indent: 36px;
	font-size: 18px;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #001268;
	font-weight: bold;
}
#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: 1060px;
}
.main_hd{
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	background: url("../images/position_icon.png") no-repeat left center;
	border-bottom: 1px solid #ddd;
}
.main_hd .dqwz{
	font-size: 16px;
	line-height: 52px;
	color: #333;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
}
.main_hd .dqwz a:hover{
	color: #001268;
}
.main_list{
	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 #ddd;
	padding-left: 14px;
}
.main_list ul li:before{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-top: -3px;
	background: #001268;
	content: "";
	z-index: 2;
}
.main_list ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #001268;
}
.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: #001268;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #001268;
    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_bd .con_title{
	padding-top: 32px;
	border-bottom: 1px solid #d0d0d0;
	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: 18px !important;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 36px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	margin: 0 auto;
	max-width: 100%;
        border:none !important;
}
#vsb_content_2 IMG{
       border:none !important;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #d0d0d0;
	font-size: 16px;
	padding-bottom: 30px;
}
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span { 
	color: #000; 
}
.page a { 
	color: #000; 
}
.page a:hover { 
	color: #001268;
	transition: 0.6s all; 
}
/*end content page*/

/*list_tppic start*/
.list_tppic{
	width: 960px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 32px;
	width: 990px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 302px;
	height: 280px;
	margin: 0 27px 27px 0; 
}
.list_tppic ul li .pic{
	width: 302px;
	height: 210px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 302px;
	height: 210px;
	object-fit: cover;
	-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: 50px;
	line-height: 25px;
	padding: 10px 14px;
	background: #f7f7f7;
}
.list_tppic ul li:hover .title{
	color: #001268;
}
/*end list_tppic*/

/*list_zypic start*/
.list_zypic{
	margin-top: 30px;
}
.list_zypic ul li{
	height: 170px;
	margin-bottom: 24px;
}
.list_zypic ul li:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
}
.list_zypic ul li .pic{
	float: left;
	width: 260px;
	height: 170px;
	overflow: hidden;
}
.list_zypic ul li .pic img{
	display: block;
	width: 260px;
	height: 170px;
	object-fit: cover;
	-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_zypic 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_zypic ul li .con_txt{
	float: left;
	width: 656px;
	height: 170px;
	background: #f7f7f7;
	padding: 0px 14px 0px 30px;
}
.list_zypic ul li .con_txt2{
	width: calc(100% - 44px);
}
.list_zypic ul li .con_txt .line{
	width: 100px;
	height: 2px;
	background: #001268;
	margin-bottom: 10px;
	transition: 0.6s;
}
.list_zypic ul li:hover .con_txt .line{
	width: 100%;
}
.list_zypic ul li .con_txt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #000;
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
}
.list_zypic ul li:hover .con_txt .title{
	color: #001268;
}
.list_zypic ul li .con_txt .date{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	padding-left: 20px;
	background: url("../images/date_icon01.png") no-repeat left center;
}
.list_zypic ul li .con_txt .des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	height: 48px;
	line-height: 24px;
	margin-bottom: 10px;
}
/*end list_zypic*/
/*list szdw start*/
.szdw_xspx{
    font-size: 16px;
    padding-top: 32px;
}
.list_szdw{
	padding-top: 24px;
}
.list_szdw .szdw_hd{
	width: 210px;
	height: 38px;
	line-height: 38px;
	border-left: 4px solid #001268;
	text-indent: 12px;
	background: #f5f5f5;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.list_szdw .szdw_bd{
	padding: 20px 0 20px 20px;
	overflow: hidden;
}
.list_szdw .szdw_bd ul li{
	float: left;
	width: 170px;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: url("../images/icon_05.png") no-repeat left center;
}
.list_szdw .szdw_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.list_szdw .szdw_bd ul li:hover a{
	color: #001268;
}
/*end list szdw*/

/*list_xrld start*/
.list_xrld{
	padding-top: 32px;
}
.list_xrld ul li{
	margin-bottom: 40px;
}
.list_xrld ul li a{
	display: block;
}
.list_xrld ul li .xrld_txt{
	padding-top: 10px;
	font-family: "Microsoft Yahei";
}
.list_xrld ul li .xrld_txt .xrld_hd{
	height: 42px;
	line-height: 42px;
	margin-bottom: 16px;
}
.list_xrld ul li .xrld_txt .xrld_hd .xrld_name{
	position: relative;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-right: 16px;
}
.list_xrld ul li:hover .xrld_txt .xrld_hd .xrld_name{
	color: #001268;
}
.list_xrld ul li .xrld_txt .xrld_hd .xrld_name:before{
	position: absolute;
	left: 0px;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #001268;
	content: "";
	z-index: 2;
}
.list_xrld ul li .xrld_txt .xrld_hd .xrld_zc{
	font-size: 18px;
	color: #333;
}
.list_xrld ul li .xrld_txt .xrld_p{
	line-height: 36px;
	color: #333;
	font-size: 16px;
	padding-right: 16px;
}
.list_xrld ul li .xrld_txt .xrld_p strong{
	font-size: 18px;
}
/*end list_xrld*/

.pb_sys_style1 .p_no_d{
    border: 1px solid #001268 !important;
    background-color: #001268 !important;
}
#xxgk_zzjg TD P{text-indent:24px !important;}
.keywordfontcolor1049273{font-size:16px !important;color:#f00 !important;}