html,body{
    font-size: 16px;
    font-family:  "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #0e44c4;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
	width: 1200px;
	margin: 0 auto;
}

.logo_top{
	height: 120px;
	background-color: #092b7b;
}
.logo_left{
	height: 120px;
	display: flex;
	align-items: center;
	float: left;
}

ul.nav_row{
	float: right;
	text-align: right;
}
ul.nav_row li{
	display: inline-block;
	font-size: 16px;
	line-height: 120px;
	float: left;
}
ul.nav_row li a{
	color: #fff;
	padding: 0 18px;
	display: inline-block;
}
ul.nav_row li a:hover{
	background-color: #0e3aa0;
}
ul.nav_row li.now a{
	background-color: #0e3aa0;
}

.banner_top{
	height: 400px;
	background: url("../images/top-img.jpg") center no-repeat;
}

.ywbk_all{
	background-color: #f6f6f6;
	padding-bottom: 28px;
}
.ywbk_row{
	width: 780px;
	float: left;
	overflow: hidden;
}
.ywbk_title{
	padding-top: 38px;
}
.ywbk_title span{
	display: inline-block;
	background: url("../images/title-bg.jpg") bottom repeat-x;
	font-size: 32px;
	line-height: 32px;
}
.ywbk_row ul{
	width: 805px;
}
.ywbk_row ul li{
	width: 240px;
	float: left;
	margin-right: 25px;
	text-align: center;
	padding-top: 34px;
}
.ywbk_row ul li a{
	display: block;
}
.ywbk_row ul li img{
	width: 120px;
	height: 120px;
}
.ywbk_row ul li span{
	display: block;
	padding-top: 10px;
}
.ywbk_row ul li span i{
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	color: #092b7b;
	border: 1px solid #092b7b;
	padding: 3px 10px;
}
.ywbk_row ul li p{
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
	height: 240px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.ywbk_right{
	width: 400px;
	float: right;
}
.tzgg_row{
	margin-top: 38px;
	background-color: #fff;
}

.index_title_short span{
	font-size: 24px;
	color: #fff;
	background-color: #092b7b;
	display: inline-block;
	width: 140px;
	line-height: 50px;
	text-align: center;
}

ul.tzgg_in{
	padding: 0 10px 8px;
}
ul.tzgg_in li+li{
	border-top: 1px solid #f1f1f1;
}
ul.tzgg_in li{
	padding: 13px 0;
}
ul.tzgg_in li dt{
	width: 70px;
	float: left;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
ul.tzgg_in li dt span{
	display: inline-block;
	width: 26px;
	border-bottom: 1px solid #ff9900;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 6px;
}
ul.tzgg_in li dt p{
	font-size: 12px;
	color: #999;
	line-height: 12px;
	padding-top: 6px;
}
ul.tzgg_in li dd{
	width: 309px;
	height: 45px;
	float: right;
	border-left: 1px solid #e6e6e6;
	padding-left: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
ul.tzgg_in li dd a{
	display: block;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zbxx_row{
	background-color: #fff;
	margin-top: 15px;
	height: 258px;
	overflow: hidden;
}
ul.zbxx_in{
	padding: 0 10px 8px;
}
ul.zbxx_in li+li{
	border-top: 1px solid #f1f1f1;
}
ul.zbxx_in li{
	font-size: 16px;
	padding: 11px 0;
}
ul.zbxx_in li a{
	display: block;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.title_long{
	text-align: center;
	padding-top: 50px;
}
.title_long span{
	display: inline-block;
	font-size: 36px;
	background: url("../images/title-bg.jpg") bottom repeat-x;
	line-height: 36px;
}

.bgxm_row{
	padding: 30px 0 10px;
}
.bgxm_row .hd ul{
	text-align: center;
}
.bgxm_row .hd ul li{
	display: inline-block;
	height: 50px;
	width: 220px;
	line-height: 50px;
	font-size: 20px;
	border: 1px solid #092b7b;
	margin: 0 20px;
}
.bgxm_row .hd ul li a{
	color: #092b7b;
	display: block;
}
.bgxm_row .hd ul li.on{
	background-color: #092b7b;
}
.bgxm_row .hd ul li.on a{
	color: #fff;
}
.bgxm_row .bd ul{
	zoom: 1;
	padding-top: 30px;
}
.bgxm_row .bd li{
	width: 380px;
	line-height: 0;
	float: left;
	margin-right: 30px;
}
.bgxm_row .bd li:last-child{
	margin: 0;
}
.bgxm_row .bd li img{
	width: 380px;
	height: 280px;
}
.bgxm_row .bd li p{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	padding-top: 6px;
}

.bgxm_nr2{
	padding-bottom: 50px;
}


.bottom_row{
	background-color: #22293c;
	padding: 45px 0;
}
ul.bottom_in li{
	height: 150px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #9a9fac;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
ul.bottom_in li+li{
	border-left: 1px solid #3a4561;
	margin-left: 46px;
	padding-left: 40px;
	box-sizing: border-box;
}
ul.bottom_in li p b{
	display: inline-block;
	float: left;
	font-weight: normal;
}
ul.bottom_in li p span{
	display: inline-block;
	float: left;
}
ul.bottom_in li:nth-child(1){
	width: 350px;
}
ul.bottom_in li:nth-child(1) p span{
	width: 300px;
}
ul.bottom_in li:nth-child(2){
	width: 450px;
}
ul.bottom_in li:nth-child(3){
	width: 290px;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.padding_bottom{
	padding-bottom: 80px;
}
.bgxm_banner{
	height: 400px;
	background: url("../images/bgxm-banner.jpg") center no-repeat;
}
.bgxm_nav{
	width: 340px;
	height: 734px;
	float: left;
	background-color: #092b7b;
}
.bgxm_title{
	font-size: 36px;
	color: #Fff;
	line-height: 36px;
	padding: 48px 0 0 60px;
}
.bgxm_title span{
	display: inline-block;
	border-bottom: 2px solid #ff9900;
	padding-bottom: 9px;
}
.bgxm_nav ul{
	line-height: 70px;
	font-size: 20px;
	padding-top: 36px;
}
.bgxm_nav ul li{
	width: 342px;
}
.bgxm_nav ul li a{
	color: #fff;
	display: flex;
	align-items: center;
}
.bgxm_nav ul li img{
	padding: 0 16px 0 56px;
}
.bgxm_nav ul li.now{
	background-color: #0e3aa0;
}

.bgxm_right{
	width: 840px;
	float: right;
	padding-top: 46px;
}
ul.bgxm_nr li{
	width: 250px;
    height:248px;
	float: left;
	margin: 26px 0 0 30px;
}
ul.bgxm_nr li img{
	width: 250px;
	height: 188px;
}
ul.bgxm_nr li p{
	text-align: center;
	font-size: 16px;
	margin-top: 6px;
}

.page_row{
	display: flex;
	justify-content: center;
	margin: 50px 0;
	line-height: 40px;
	height: 40px;
}


.page_row ul {
    display: flex;
}
.page_row ul li {
    /* display: inline-block;
    border: 1px solid #ddd;*/

    margin: 0 1px;

    background: #fff;
    color: #888;
    cursor: pointer;
}
.page_row ul li a {
    display: block;
    color: #888;
    line-height: 40px;
    padding: 0 12px;
}
.page_row ul li span{
    display: block;
    color: #888;
    line-height: 40px;
    padding: 0 12px;
}
.page_row ul li:hover{
    /* background: #fff;
    color: #2d9acc;
    border: 1px solid #f9f9f9; */
}
.page_row ul li.active {
    display: inline-block;
    /* border: 1px solid #f9f9f9; */
    /* background: #fff; */
    color: #ff9900;
}
.page_row ul li.active a{
    color: #ff9900;
}
.page_row ul li.active span{
    color: #ff9900;
    background:unset;
    /* background-color: #f9f9f9; */
}
.page_row ul li.disabled:hover span{
    color: #ff9900;
}
.page_row ul li:hover a{
    color: #ff9900;
}
.page_row ul li:first-child,
.page_row ul li:last-child{
	width: 60px;
	height: 40px;
	padding: 0;
}
.page_row ul li:first-child{
	background: url("../images/fy-prev.jpg") no-repeat;
	margin-right: 12px;
}
.page_row ul li:last-child{
	background: url("../images/fy-next.jpg") no-repeat;
	margin-left: 12px;
}
.page_row a{
    display:block;
    height:100%
}
.gyqy_title{
	padding-top: 35px;
}
.gyqy_title p{
	font-size: 36px;
	color: #0e3aa0;
	line-height: 36px;
}
.gyqy_title span{
	display: block;
	font-size: 28px;
	line-height: 28px;
	color: #0e3aa0;
	padding-top: 8px;
}

.gyqy_top{
	padding-top: 22px;
}
.gyqy_video{
	width: 600px;
	height: 338px;
	float: left;
	line-height: 0;
}
.gyqy_video video{
	width: 600px;
	height: 338px;
}

.gyqy_video_right{
	width: 540px;
	float: right;
}
.gyqy_video_right p{
	font-size: 16px;
	line-height: 30px;
	color: #777;
	height: 240px;
}
.video_right_ljgd{
	font-size: 18px;
	padding-top: 60px;
}
.video_right_ljgd a{
	display: flex;
	align-items: center;
	color: #999;
}

.qygk_grey{
	background-color: #f6f6f6;
	padding: 40px 0;
	margin-top: 40px;
}

ul.qygk_nav{
	display: flex;
	justify-content: space-around;
}
ul.qygk_nav li{
	text-align: center;
	line-height: 36px;
}
ul.qygk_nav li p{
	font-size: 24px;
}
ul.qygk_nav li span{
	display: block;
	font-size: 16px;
	color: #666;
}

.fzlc_img{
	line-height: 0;
	padding: 30px 0 50px;
}

.tzgg_nav{
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
}
.tzgg_nav_in{
	font-size: 16px;
	color: #666;
}
.tzgg_nav_in a{
	color: #0e3aa0;
}

ul.tzgg_row li{
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
ul.tzgg_row li a{
	display: flex;
	justify-content: space-between;
}
ul.tzgg_row li a img{
	width: 135px;
	height: 101px;
	margin-right: 20px;
}
ul.tzgg_row li a dl{
	width: 100%;
}
ul.tzgg_row li a dl dt{
	font-size: 24px;
}
ul.tzgg_row li a dl dd{
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.xq_font{
	padding-bottom: 50px;
}
.xq_title{
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	padding-top: 40px;
}
.xq_time{
	text-align: center;
	font-size: 16px;
	color: #888;
	padding: 20px 0 16px;
}
.xq_font p{
	font-size: 18px;
	line-height: 36px;
}
.xq_font img{
	max-width: 900px;
}
.xq_font i video,
.xq_font i img{
	max-width: 900px;
}
.xq_font i span{
	font-size: 16px;
	text-align: center;
	display: block;
}

.xq_font table{
  border: 1px black solid;
  border-collapse: collapse;
  margin:0 auto
}
.xq_font td,th{
  border: 1px black solid;
  text-align: center;
  vertical-align: middle;
}

.ywbk_banner{
	height: 400px;
	background: url("../images/ywbk-banner.jpg") center no-repeat;
}

.ywbk_nav{
	height: 80px;
	line-height: 80px;
	background-color: #f4f4f4;
}
.ywbk_nav a{
	display: inline-block;
	width: 180px;
	text-align: center;
	font-size: 20px;
}
.ywbk_nav a.now{
	background-color: #0e3aa0;
	color: #fff;
}
.ywbk_nav_fd{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.ywbk_nr1{
	padding-top: 30px;
}
.ywbk_nr1 img{
	width: 520px;
	height: 347px;
	float: left;
}
.ywbk_nr1 dl{
	width: 620px;
	float: right;
}
.ywbk_nr1 dl dt{
	font-size: 18px;
	line-height: 32px;
	max-height: 224px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.ywbk_nr1 dl dd{
	padding-top: 30px;
}
.ywbk_nr1 dl dd a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #f0f0f0;
	text-align: center;
}

.ywbk_nr2{
	padding-top: 30px;
}
.ywbk_nr2 img{
	width: 520px;
	height: 347px;
	float: right;
}
.ywbk_nr2 dl{
	width: 620px;
	float: left;
}
.ywbk_nr2 dl dt{
	font-size: 18px;
	line-height: 32px;
	max-height: 224px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.ywbk_nr2 dl dd{
	padding-top: 30px;
}
.ywbk_nr2 dl dd a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #f0f0f0;
	text-align: center;
}

.ywbk_bg{
	background-color: #f6f6f6;
	padding-bottom: 40px;
	margin-top: 40px;
}
