@charset "utf-8";
/* CSS Document */
*{
    margin: 0px;
    padding: 0px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: PingFangSC-Regular,PingFang SC, "Microsoft YaHei", '微软雅黑', sans-serif!important;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
	background: #F5F5FA;
}
a {
	color: #444;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #1D4AB3;
	text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

button{ outline: none; cursor: pointer; }
input{
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
    list-style-type:none;
}
ul li p{
	margin: 0;
}
ol, ul {
  list-style: none;
 
}
select { width:100%;}
input::-webkit-input-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
input::-moz-placeholder{ color: #fff;}
input:-ms-input-placeholder{ color: #fff;}
h6{
	font-size: 18px
}

.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.clear{clear:both;}
.pchide{ display: none; }
.mobhide{ display: block; }

@media (max-width: 767px){
	.pchide{ display: block; }
	.mobhide{ display: none; }
}


@media (min-width: 1260px){
	.container{ width: 1200px;}
	.container01{ width: 1200px;}
}
@media (min-width: 1299px) {
  .container{ width: 1260px;}
  .container01{width: 1260px;}
}
@media (min-width: 1450px) {
  .container{
    width: 1430px;
  }
  .container01{
    width: 1430px;
  }
}


.body-bg{
	background: url("body-bg.png") no-repeat!important;
	background-position: center 740px!important;
	background-size: 100% 550px!important;
}
@media(max-width:1199px){
	.body-bg{
		background: none!important;
	}
}
@media(max-width:768px){
	body{
		background: #fff
	}
}
/*header*/
.header{
	background: #fff;
}
.header-top{
	background: #F1F1F1;
	overflow: hidden;
	padding: 6px 0px;
}
.top-nav{
	float: right;
}
.top-nav a,.top-nav span{
	font-size: 15px;
	font-family: "Microsoft YaHei" PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5D5D5D;
	line-height: 32px;
}
.search_box{
	position: relative;
}
.search_top{ 
	float: right;
}
.search_ipt{
	width: 236px;
	height: 32px;
	background: #E1E1E1;
	border-radius: 16px;
	border: none;
	padding-left: 15px;
}
.search_sub{
	background: url("search-btn.png");
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 7px;
	background-size: 100%;
	border: 0px;
}

.top-nav{
	margin-right: 40px;
}
@media (max-width: 767px){
	.san_link{ margin-right: 0; }
	.header02{ background-size:cover; }
	.top-search{ display: none; float: none; margin-left: 0; }
	.search_btn{ display: inline-block; margin-left: 10px; }
	.search_btn img{ display: inline-block; }
	.search_btn{
		width: 25px;
	    height: 25px;
	    display: inline-block;
	    background: url("search-btn.png") center center no-repeat;
	    float: right;
	    margin: 4px 0 0 15px;
	    background-size: 60%;
		border-radius: 17px;
	}
	.search_btn.active{
		background: url("search-btn.png") center center no-repeat;
		background-size: 60%;
	}
	.top-search {
      padding-bottom: 10px;
	  display: none;
	  margin-top: 10px;
	  width: 100%;
	}
	.top-search .search-box{
		padding: 0 15px;
		margin:0 auto;
	}
	#searchword{ background: #E1E1E1; height: 35px; width: 100%; padding-right: 35px; }
	#sub-pc {
    top: 7px;
    right: 5px;}
/*	#iptSword{ background: #4d77d9; height: 35px; width: 100%; padding-right: 35px; }*/
	#sub-mobile {
    top: 7px;
    right: 5px;}
	.top-search .search-cont {
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	}
	.top-search .s-inp {
	  border: none;
	  line-height: 40px;
	  height: 40px;
	  border-bottom: 1px solid #D2D2D2;
	  width: 100%;
	  outline: none;
	  padding: 0 10px;
	  box-sizing:border-box;
	}
	.top-nav{
		float: none;
		display: inline-block;
		margin-right: 0px;
	}
	.header-top{
		text-align: right;
	}
}
.header-logo{
	padding: 34px 0px 42px;
}
.logo{
	display: inline-block;
	max-width: 40%;
}
.logo img{
	width: 100%;
}
.slogan{
	float: right;
	margin-top: 26px;
	max-width: 55%;
}
@media (max-width: 767px){
	.header-logo{padding: 15px}
	.logo{
		max-width: 100%;
	}
	.slogan{
		display: none;
	}
}
.header-nav{
	background: #074AA8;
}
.navigation{
	margin: 0px;
}
.navigation>li{
	float: left;
	width: 10%;
	text-align: center;
}
.navigation>li>span{
	width: 1px;
	height: 12px;
	opacity: 0.4;
	border: 1px solid #FFFFFF;
	float: right;
	display: block;
	margin-top: 20px;
}
.navigation>li>a{
	font-size: 22px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 52px;
}
.dropdown{
	position: relative;
}
.dropdown>ul{
	display: none;
	position: absolute;
	background: #2b6dca;
	padding: 0 15px;
	z-index: 999;
}
.dropdown ul li{
	padding: 0px 15px;
	float: none;
	width: 100%;
	text-align: left;
	min-width: 200px;
}
.dropdown ul li a{
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 40px;
}
.dropdown ul li a:hover{
	opacity: 0.6;
}
.active-nav ,.navigation>li:hover{
	background: url("active-nav.png") bottom no-repeat;
}
#normal{
	display: none;
}
@media (max-width: 1280px) {
	.sidebar .title{ font-size: 22px; }
	.navLeft_ul > li > a{ font-size: 17px; }
}
@media (max-width: 1199px) {
	.left_ejnav{ width: 24%; }
	.right_ejcent{  width: 76%; }
}
@media (max-width: 991px) {
	.navigation>li>a{
		font-size: 16px;
	}
	.dropdown ul li a{
		font-size: 14px;
	}
  	.left_ejnav{ display: none; }
	.right_ejcent{  width: 100%; }
	#left_menu{
	    position: fixed;
	    top: 200px;
	    width: auto;
	    margin-right: 0;
	    z-index: 9999;
	    min-width: 180px;
	    box-sizing: border-box;
	    transition: all ease 0.25s;
	    background: linear-gradient(360deg, rgba(3,34,125,0.4100) 0%, rgba(16,53,158,0.8100) 100%);
	    padding: 10px 0;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	  }
	  #left_menu .left_z{
	    display: none;
	  }
	  #left_menu .left_top{
	    position: relative;
	    z-index: 9998;
	    /*pointer-events: none;*/
	  }
	  #left_menu .left_top li{
	    line-height:40px;
	  }
	  #left_menu .left_top li a{
	  	color: #fff;
	  	font-size: 16px;
	  	padding-left: 15px;
	  }
	  #left_menu .left_top li.active{
	  	background: #2a91d7;
	  }
	  #left_menu .left_top:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 26px;
	      height: 55px;
	      background: url(icon05_2022gz.png) no-repeat center;
	      background-color: rgba(16,47,154,0.5);
	      border-radius: 6px 0 0 6px;
	      position: absolute;
	      top: 50%;
	      left: -26px;
	      z-index: 9997;
	      transform: translateY(-60%);
	  }
	  #left_menu.open .left_top:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 26px;
	      height: 55px;
	      background: url(icon06_2022gz.png) no-repeat center;
	      background-color: rgba(16,47,154,0.5);
	      border-radius: 6px 0 0 6px;
	      position: absolute;
	      top: 50%;
	      left: -26px;
	      transform: translateY(-60%);

	  }
	  #left_menu .title_yellow{
	  	color: #fff;
	    font-size: 18px;
	    font-weight: 800;
	    padding: 5px 0 15px 15px;
	    border-bottom: 4px solid #28A5E0;
	  }
}

@media (max-width: 767px) {
	.navigation{
		display: none;
	}
	.nav02 .container{ padding: 0; }
	.pad_nav {
        height: 50px;
    }
	.pad_nav ul{ margin-bottom: 10px; }
    .pad_nav li {
        width: auto;
        padding: 14px 0px;
        touch-action: none;
        box-sizing: border-box;
        position: relative;
    }

    .pad_nav li.cur {
        
    }

    .pad_nav li.cur:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 38px;
    height: 4px;
    background: #D7002A;
	      position: absolute;
	      bottom: 0;
	      left: 50%;
    margin-left: -19px;

	  }

    .pad_nav li a {
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        padding: 0 15px;
    }
	.pad_nav .pad_nav_mask {
    width: 30px;
    height: 50px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(icon03_2023ty.png) no-repeat center;
    background-size: 45%;}
    
}
@media (max-width: 600px) {
  .djban_txt{ font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/*lbt*/
#certify {
	position: relative;
	width: 100%;
	margin: 60px auto 50px;
}


#certify  .swiper-slide {
	width: 1094px;
	height: 582px;
	background: #fff;
	overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
	transition: all 0.3s
}
#certify .swiper-slide img:hover{
	transform: scale(1.1);
}
#certify .swiper-pagination {
	bottom: 30px;
	right: 15%;
	
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #fff;
	background-color: rgba(0,0,0,0);
}

#certify .swiper-button-prev {
	left: -65px;
	width: 21px;
	height: 35px;
	background: url(wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -65px;
	width: 21px;
	height: 35px;
	background: url(wm_button_icon2.png) no-repeat;
	background-position: 0 0px;
	background-size: 100%;
}
@media(max-width:1600px){
	#certify .swiper-button-next{
		right: -0px;
	}
	#certify .swiper-button-prev{
		left: -0px;
	}
}
#certify .swiper-button-next:hover {
    background-position: 0 0px;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 0px;
    background-size: 100%;
}
#certify .swiper-slide{
	background: #000
}
#certify .swiper-slide img{
	height: 100%;
	width: 100%;
	opacity:0.6;
}
#certify .swiper-slide p{
	position: absolute;
	bottom: 0px;
	text-align: left;
	font-size: 30px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 36px;
	display: none;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,2,69,0) 0%, #010455 100%);
	margin-bottom: 0px;
	padding: 80px 280px 30px 30px;
}
#certify .swiper-slide p span{
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#certify .swiper-slide-active p{
	display: block;
}
#certify .swiper-slide-active img{
	opacity: 1;
}
#certify .banner-btn{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 18%;
	bottom: 35px;
	z-index: 999;
}
#certify .banner-btn a{
	display: block;
	width: 100%;
	height: 100%;
	background: url("btn-stop.png") no-repeat center;
	background-size: 100%
}
@media(max-width:1450px){
	
	#certify .banner-btn{
		right: 8%;
	}
	#certify .swiper-button-prev{
		left: -30px
	}
	#certify .swiper-button-next{
		right: -30px
	}
}
@media(max-width:1449px){
	#certify .swiper-pagination{
		right: 10%;
	}
}
@media (max-width: 1200px){
	#certify .swiper-slide{
		width: 100%;
		height: 529px;
	}
	#certify .swiper-slide p{
		padding: 60px 200px 30px 30px;
		line-height: 48px;
	}
}
@media (max-width: 991px){
	#certify .swiper-slide{
		height: 405px
	}
	#certify .swiper-slide p{
		padding: 90px 200px 30px 30px;
		font-size: 20px;
		line-height: 35px;
	}
	#certify .banner-btn{
		right: 6%;
	}
}
@media (max-width: 767px){
	#certify{
		margin: 30px 0px
	}
	#certify .swiper-button-prev{
		display: none;
	}
	#certify .swiper-button-next{
		display: none;
	}
	#certify .swiper-pagination{
		right: 10px;
		bottom: 20px;
	}
	#certify .swiper-slide p{
		padding: 90px 100px 30px 30px;
		font-size: 20px;
		line-height: 35px;
	}
	#certify .swiper-slide{
		height: 300px
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0px 2px
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{
		border: 2px solid #fff;
	}
	#certify .banner-btn{
		display: none;
	}
}
@media (max-width: 500px){
	#certify .swiper-slide p{
		padding: 80px 80px 15px 15px;
		font-size: 18px;
		line-height: 30px;
	}
	#certify .swiper-slide{
		height: 250px
	}
}
@media (max-width: 400px){
	#certify .swiper-slide{
		height: 200px;
	}
}
/*news*/
.news{
	width: 910px;
	float: left;
	position: relative;
}
.news-list{
	display: none;
	overflow: hidden;
}
.active{
	display: block
}
.news-title{
	position: relative;
}
.news-title a{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #444444;
	line-height: 62px;
	height: 62px;
	display: inline-block;
	padding-left: 60px
}
.ywbb{
	background: url(icon-ywbb.png) no-repeat left;
	background-size: 55px;
}
.ywbb.active1{
	background: #084AA8 url(icon-ywbb2.png) no-repeat left;
	background-size: 55px;
}
.gzdt{
	background: url(icon-gzdt.png) no-repeat left;
	background-size: 55px;
}
.gzdt.active1{
	background: #084AA8 url(icon-gzdt2.png) no-repeat left;
	background-size: 55px;
}
.news-title a.active1{
	line-height: 40px;
}
.news-title a:first-child{
	margin-right: 30px
}
.news-title a:last-child{
	margin-left: 30px;
}
.news-btn2{
	position: relative;
}
.news-title a.active1{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	padding: 11px 20px 11px 60px;
}
.news-title-mobile{
	display: none;
}
.news-title-mobile{
	position: relative;
}
.news-title-mobile a{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #444444;
	line-height: 62px;
	height: 62px;
	display: inline-block;
}
.news-title-mobile a.active1{
	line-height: 40px;
}
.news-title-mobile a:first-child{
	margin-right: 58px
}
.news-title-mobile a:last-child{
	margin-left: 58px;
}
.news-title-mobile a.active1{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	padding: 11px 20px 11px 60px;
}
.more-mobile{
	display: none;
	position: relative;
	height: 20px;
}
.more-mobile a{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #666
}
.more-mobile a.active{
	display: block;
}
.more-news{
	position: absolute;
	height: 20px;
	top: 20px;
	right: 0px;
	width: 80px;
}
.more-news a{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #666
}
.more-news a:hover{
	color: #084AA8;
}
.tabs a{
	display: none;
}
.tabs a.active{
	display: block;
}
.news-list{
	margin-top: 33px;
	
}
.new-img{
	display: block;
	float: left;
	width: 321px;
height: 196px;
	position: relative;
	overflow: hidden;
}
.new-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.new-img img:hover{
	transform: scale(1.1);
}
.new-img p{
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, #000000 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, #000000 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, #000000 100%);
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 48px 12px 12px;
	width: 100%;
} 
.news-list ul{
	margin-left: 20px;
	float: left;
	width: 55%;
}
.news-list ul li{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding-left: 25px;
	background: url(arrow.png) no-repeat left;
	background-size: 15px;
}
.news-list ul li a{
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	color: #444444;
	line-height: 40px;
}
.news-list ul li a:hover{
	color: #084AA8;
}
.news-list ul li>span:first-child{
	display: inline-block;
	width: 4px;
	height: 10px;
	background: #084AA8;
	margin-right: 14px;
}
/*notice*/
.notice{
	width: 450px;
	margin-left: 40px;
	float: left;
	position: relative;
}
.notice-title span{
	display: block;
	width: 42px;
	height: 5px;
	background: #084AA8;
	margin-bottom: 7px;
}
.notice-title a{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #444444;
	line-height: 55px;
    display: block;
}
.notice-title a:hover{
	color: #084AA8;
}
.tzgg{
	background: url(icon-tzgg.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px
}
.notice ul{
	margin-top: 49px;
}
.notice ul li{
	margin-bottom: 12px;
	padding-left: 25px;
	background: url(arrow2.png) no-repeat left 10px;
	background-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.notice ul li a{
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	color: #444444;
	line-height: 28px;
}
.notice ul li a:hover{
	color: #084AA8;
}
.notice ul li span:last-child{
	font-size: 16px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	color: #BE1010;
	line-height: 24px;
	white-space: nowrap;
}
.part{
	overflow: hidden;
}
.part2{
	overflow: hidden;
	margin-top: 80px;
}
@media(max-width:1450px){
	.news{
		width: 60%;
	}
	.notice{
		width: 35%;
		margin-left: 5%;
	}
	.news-list ul{
		width: 50%;
	}
}
@media (max-width: 1260px){
	.new-img{
		width: 280px;
		height: 187px;
	}
}
@media (max-width: 1199px){
	
	.news{
		width: 100%;
	}
	.new-img{
		width: 321px;
		height: 196px;
	}
	.notice{
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.news-title{
		display: none;
	}
	.news-title-mobile{
		display: block;
	}
	.news-title-mobile{
		text-align: center;
	}
	.news-title-mobile a:first-child{
		margin-right: 0px;
		font-size: 20px;
	}
	.more-mobile{
		display: block;
		margin: 15px 0px 10px;
	}
	.tabs{
		display: none;
	}
	.notice-title a{
		font-size: 28px!important;
	}
	.news-title-mobile a{
		padding-left: 60px
	}
	.news-title-mobile a.active1{
		font-size: 20px;
		margin-left: 0px;
	}
	.ywbb.active1{
		background: #084AA8 url(icon-ywbb2.png) no-repeat left;
		background-size: 55px;
	}
	.gzdt.active1{
		background: #084AA8 url(icon-gzdt2.png) no-repeat left;
		background-size: 55px;
	}
	.news-title-mobile a:last-child{
		font-size: 20px;
		margin-left: 0px
	}
	.news-btn2::before{
		left: -15px;
	}
	.new-img{
		width: 100%;
		height: auto;
		float: none;
	}
	.news-list{
		margin-top: 0px
	}
	.news-list ul{
		float: none;
		margin-left: 0px;
		width: 100%;
	}
	.news-list ul li{
		margin-top: 15px;
	}
	.news-list ul li a{
		line-height: 28px;
	}
	.notice ul{
		margin-top: 30px
	}
}
.jcdt{
	background: url(icon-jcdt.png) no-repeat left;
	background-size: 65px;
	padding-left: 60px;
}
.zt{
	margin-top: 80px;
}
.zt-title{
	background: url(icon-zt.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px;
	font-size: 32px!important
}
.zt-center{
	text-align: center;
}
.zt ul{
	overflow: hidden;
	margin: 38px -15px 0px;
}
.zt ul li{
	float: left;
	text-align: center;
	width: 16.6%;
	margin-bottom: 30px;
}
.zt ul li a img{
	width: 100%;
	transition: 0.3s;
}
.zt ul li a img:hover{
	transform: scale(1.1);
}
.zt ul li a{
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
}
.zt-tit{
	background: url(icon-zt.png) no-repeat left;
	background-size: 48px;
	padding-left: 60px;
}
.zt-right{
    width: 450px;
    margin-left: 40px;
    float: left;
	position: relative;
}
.zt-right ul{
	margin: 20px -15px 0px;
}
.zt-right ul li{
	float: left;
	width: 50%;
	padding: 0px 15px;
	margin-bottom: 15px
}
.zt-right ul li a{
	height: 105px;
	display: block;
}
.zt-right ul li a img{
	width: 100%;
	height: 100%;
}
@media(max-width:1450px){
	.zt-right{
		width: 35%;
		margin-left: 5%;
		float: right;
	}
}
@media (max-width: 1199px){
	.zt-right{
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.zt-right ul li a{
		height: 227px;
	}
}
@media (max-width: 991px){
	.zt ul li{
		width: 33.3%
	}
	.zt ul{
		margin: 20px -5px 0px;
	}
	.zt-right ul li a{
		height: 172px;
	}
}
@media (max-width: 500px){
	.zt ul li{
		width: 33.3%
	}
	.zt ul{
		margin: 20px -5px 0px;
	}
	.zt-right ul li a{
		height: 90px;
	}
}
.lnzj{
	background: url("lnzj-bg.png") center no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	padding: 47px 0px;
}
.lnzj-title{
	text-align: center;
	margin-bottom: 30px;
}
.lnzj-title a{
	font-size: 32px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #444444;
	line-height: 40px;
	margin: 0px 25px;
	background: url(icon-lnzj.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px
}
.lnzj-title a:hover{
	color: #084AA8;
}
.lnzj-title span{
	width: 42px;
	height: 5px;
	background: #BE1010;
	display: inline-block;
	margin-bottom: 7px;
}
.list-title2{
	margin-bottom: 20px;
	margin-left: -38px;
}
.flfw{
	background: url(icon-flfw.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px
}
.jksh{
	background: url(icon-jksh.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px
}
.lnzj-img{
	float: left;
}
.lnzj-img img{
	margin-top: 70px;
	transition: all 0.3s
}
.lnzj-img img:hover{
	transform: scale(1.04);
}
.lnzj-list{
	float: left;
	margin-left: 26px;
	width: 55%;
	position: relative;
}
.list-title2 a{
	font-size: 24px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #444444;
	line-height: 55px;
	display: inline-block;
}
.list-title2 a:hover{
	color: #084AA8;
}
.lnzj-list ul{
	float: left;
	width: 100%
}
.lnzj-list ul li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 25px;
	background: url("icon-dot.png") no-repeat left;
	background-size: 10px;
}
.lnzj-list ul li a{
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	color: #444444;
	line-height: 40px;
}
.lnzj-list ul li a:hover{
	color: #084AA8;
}
.lnzj-list ul li>span:first-child{
	display: inline-block;
	width: 4px;
	height: 10px;
	background: #BE1010;
	margin-right: 14px;
}
.lnzj-inform{
	width: 50%;
	float: left;
}
@media (max-width: 1450px){
	.lnzj-list{
		width: 65%;
	}
	.lnzj-img{
		width: 30%;
	}
	.lnzj-img img{
		margin-top: 90px;
	}
}
@media (max-width: 1199px){
	.lnzj{
		background: #FFFDF8;
	}
	.lnzj-list{
		width: 60%;
	}
}
@media (max-width: 991px){
	.lnzj-inform{
		width: 100%;
		margin-top: 40px;
	}
	.list-title2{
		margin-bottom: 30px;
	}
	.lnzj-img img{
		margin-top: 75px;
	}
}
@media (max-width: 767px){
	.lnzj-title a{
		font-size: 28px;
	}
	.list-title2 a{
		font-size: 24px;
	}
	.zt{
		margin-top: 50px;
	}
}
@media (max-width: 576px){
	.list-title2{
		margin: 30px 0px 20px;
	}
	.lnzj-list ul li{
		white-space: inherit;
		text-overflow: inherit;
		overflow: inherit;
		margin-bottom: 10px
	}
	.lnzj-list ul li a{
		line-height: 26px;
	}
	
	.lnzj-img{
		float: none;
		width: 100%;
		text-align: center;
	}
	.lnzj-img img{
		margin-top: 0px;
		display: inline-block
	}
	.lnzj-list{
		float: none;
		width: auto;
		margin-left: 0px;
	}
}
.link{
	width: 100%;
	overflow: hidden;
	margin-top: 62px;
	margin-bottom: 67px;
	position: relative;
}
.link-title{
	margin-bottom: 20px
}
.link-title span{
	display: block;
	width: 42px;
	height: 5px;
	background: #BE1010;
	margin-bottom: 17px;
}
.link-title a{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #444444;
	line-height: 55px;
	display: inline-block;
}
.link-title a:hover{
	color: #084AA8;
}
.xglj{
	background: url(icon-xglj.png) no-repeat left;
	background-size: 55px;
	padding-left: 60px
}
.link ul{
	overflow: hidden;
	margin: 0px -20px;
}
.link ul li{
	float: left;
	width: 25%;
	padding: 0px 20px;
}
.link ul li a{
	width: 100%;
	display: block;
	height: 92px;
	overflow: hidden;
}
.link ul li a img{
	width: 100%;
	height: 100%;
	transition: all 0.3s
}
.link ul li a img:hover{
	transform: scale(1.1);
}
@media (max-width: 1199px){
	.link ul li{
		padding: 0px 10px;
	}
	.link ul li a{
		height: 70px;
	}
	.link ul{
		margin: 0px -10px;
	}
}
@media (max-width: 991px){
	.link ul li{
		padding: 0px 10px;
		width: 50%;
		margin-bottom: 20px;
	}
	.link ul li a{
		height: 100px;
	}
}
@media (max-width: 767px){
	.link-title{
		float: none;
		width: 100%;
	}
	.link ul{
		float: none;
		width: 100%
	}
	.link ul li{
		float: none;
		width: 100%;
		text-align: left;
	}
	.link ul li a{
		
	}
}
.foot{ 
	background:url(2023ty_foot.png) #1a49a2 no-repeat right center;
	color: #fff; 
	background-size: auto 100%;
}
.foot a{ color: #fff; }
.foot a:hover{
	opacity: 0.8;
}
.foot p{
	margin-bottom: 10px;
}
.foot .copyright{padding: 38px 0 32px;
    overflow: hidden;}
.foot .cas{ float: left; width: 23%; margin-top: 5px; }
.foot .cas img{ width: 255px; }
.foot .cas_jiucuo{
    float: right;
    width:18%;
text-align: right;}
.foot .left{ width: 44%;text-align: left; }
#_span_jiucuo{    display: inline-block;
    vertical-align: top;
    margin-top: 13px;margin-right: 20px;}
#_ideConac{ display:inline-block; }
.zxly-btn{
	float: left;
	margin: 0px!important
}
.zxly-btn a{
	font-size: 28px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 52px;
	padding-left: 60px;
	background: url("zxly-btn.png") no-repeat left;
	display: inline-block;
	margin-top: 16px;
}
@media (max-width: 1299px){
	.foot{ background-size: cover; }
	.foot .cas{ width: 35%; }
	.foot .left{ width: 65%; }
	.foot .cas_jiucuo{ width: 25%; }
}
@media (max-width: 991px){
	.foot .cas_jiucuo {
    width: 100%;
    text-align: center;}
    .foot .left{ width: 100%; float: none; }
    .foot .left{ text-align: center; }
	.foot .cas{ width: 100%; text-align: center;}
	.foot .cas img{ display: inline-block; margin-bottom: 15px}
	.zxly-btn{
		float: none;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 767px){
	.foot{ background-image: none; }
	
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}



/*2nd channel*/
.left_ejnav{ float: left; width: 21.13%; margin-bottom:50px; }
.right_ejcent{ float: right; width: 78%; ;padding-left: 20px;}
.sidebar{ background: url(2023ty_lficon04.png) no-repeat top left; background-size: 100% auto; }
.sidebar .title{ margin: 0;  
	font-size: 21px;
	font-weight: 700;
	color: #004098;
	line-height: 29px;
	padding: 28px 0 28px; 
	background: url("2nd-bg.png") center no-repeat;
	background-size: 100%
}
.sidebar .title b{ 
	padding-left: 36px;
	font-size: 24px;
font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
font-weight: 800;
color: #FFFFFF;
line-height: 33px;
}
.nav_hov{  }
.navLeft{ width: 100%; }
.navLeft_ul{}
.navLeft_ul > li{ 
	padding: 17px 14px 17px 20px;
	background: #E1E5FD;
	margin-bottom: 2px;
	position: relative;
}
.navLeft_ul > li > a{ 
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei" PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #1233A1;
	line-height: 18px;
	transition: all 0s;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}
.navLeft_ul > li:hover,
.navLeft_ul > li.active{
	background: #fff url("left-nav-active.png") no-repeat left ;
}
.navLeft_ul > li:hover span,
.navLeft_ul > li.active span{
	display: block;
	height: 53px;
	background: #044299;
	opacity: 0.8;
	width: 5px;
	position: absolute;
	right: -5px;
	top: 0px;
}
.navLeft_ul > li:hover a,
.navLeft_ul > li.active a{
	background: url("2023ty_lficon01.png") right no-repeat;
}


.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url(20220607_nav01.png) no-repeat center;
    background-color:rgba(155,12,1,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url(20220607_nav02.png);
}
.m_menu {
    background-color:rgba(155,12,1,0.7);
    border-radius: 6px 0 0 6px;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #9b0c01;
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}


.djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}
@media (min-width: 768px) {
  .banner01 .slides img {
  width: 100%;}
}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	.sidebar .title{ font-size: 22px; }
	.navLeft_ul > li > a{ font-size: 17px; }
}
@media (max-width: 1199px) {
	.left_ejnav{ width: 24%; }
	.right_ejcent{  width: 76%; }
}
@media (max-width: 991px) {
  	.left_ejnav{ display: none; }
	.right_ejcent{  width: 100%; }
	#left_menu{
	    position: fixed;
	    top: 200px;
	    width: auto;
	    margin-right: 0;
	    z-index: 9999;
	    min-width: 180px;
	    box-sizing: border-box;
	    transition: all ease 0.25s;
	    background: linear-gradient(360deg, rgba(3,34,125,0.4100) 0%, rgba(16,53,158,0.8100) 100%);
	    padding: 10px 0;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	  }
	  #left_menu .left_z{
	    display: none;
	  }
	  #left_menu .left_top{
	    position: relative;
	    z-index: 9998;
	    /*pointer-events: none;*/
	  }
	  #left_menu .left_top li{
	    line-height:40px;
	  }
	  #left_menu .left_top li a{
	  	color: #fff;
	  	font-size: 16px;
	  	padding-left: 15px;
	  }
	  #left_menu .left_top li.active{
	  	background: #2a91d7;
	  }
	  #left_menu .left_top:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 26px;
	      height: 55px;
	      background: url(icon05_2022gz.png) no-repeat center;
	      background-color: rgba(16,47,154,0.5);
	      border-radius: 6px 0 0 6px;
	      position: absolute;
	      top: 50%;
	      left: -26px;
	      z-index: 9997;
	      transform: translateY(-60%);
	  }
	  #left_menu.open .left_top:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 26px;
	      height: 55px;
	      background: url(icon06_2022gz.png) no-repeat center;
	      background-color: rgba(16,47,154,0.5);
	      border-radius: 6px 0 0 6px;
	      position: absolute;
	      top: 50%;
	      left: -26px;
	      transform: translateY(-60%);

	  }
	  #left_menu .title_yellow{
	  	color: #fff;
	    font-size: 18px;
	    font-weight: 800;
	    padding: 5px 0 15px 15px;
	    border-bottom: 4px solid #28A5E0;
	  }
}

@media (max-width: 767px) {
	.right_ejcent{ padding-left: 0; }
	.m_menu_box { display: block;top: 200px; }
	.pad_nav .pad_nav_mask {
    width: 30px;
    height: 49px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(icon06_2022gz.png) no-repeat center #AF062F;
    background-size: 45%;
	}
	#swiper_container_pad_nav{ height: 50px; }
	.banner01{ margin-bottom: 10px; }
}
@media (max-width: 600px) {
  
  .djban_txt{ font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/* 列表 */
.erjlanmu{
	overflow: hidden;
	background:url(2023ty_icon5.png) no-repeat left top 4px;
	font-size: 21px;
	font-weight: 700;
	color: #004098;
	line-height: 29px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.list_padcent{padding:30px 40px 40px; }
.view_cent{ 
	padding-top: 0;
	min-height:614px;
	min-height: calc(100vh - 461px); 
	margin-top: 10px;
	overflow: hidden;
}
.page-intro{ overflow: hidden; height: 20px;margin-bottom: 10px}
.xbsecond_cent{ padding: 30px 25px; background: #fff; overflow: hidden; min-height: calc(100vh - 461px)}
.xbcent_yzc{ padding:0; }
.new-graphics .tuwen_list li p{ font-size: 16px; margin-bottom: 5px; color: #444; }
.new-graphics .tuwen_list li span{
font-style: oblique;
color: #A1A1A1;
line-height: 18px;}
.new-graphics .tuwen_list li p:hover{ color: #0A3B8D; }

.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #0A3B8D;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background:#0A3B8D;}

.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none;  padding: 0; float: right;}
.title_gl{ 
	display:inline-block; 
	font-size: 34px;
	font-weight: 700;
	color: #444444;
	margin: 0 0 20px;
	padding: 7px 0;
	line-height: 48px; 
	position: relative;
}
.title_gl span{ 
	width: 38px;
	height: 2px;
	background: #AF062F; 
	position: absolute;
	left: 0;
	top:0;
}

@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ 
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height:56px; }
}

@media screen and (min-width: 1920px){
	.view_cent{ background-size:100% auto;  }
}

@media screen and (max-width: 1199px){
	.title_gl{ font-size: 26px; }
}
@media screen and (max-width: 991px){
	.title_gl{ font-size: 24px; }
}

@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; }
	.xbsecond_cent{ padding: 15px 0 20px; }
	.xbcent_yzc{ padding:0; }
	.title_gl{font-size: 20px;}
	.list_padcent{padding:15px; }
}
@media screen and (max-width: 500px){
	.title_gl{ background-size: 35%; margin-bottom: 20px; }
	.title_kxzg{  background-size: 21%; }
}


/*-----------------图文列表---------------------*/
.graphiclist {overflow: hidden;}
.tpyw_four{ padding:20px 40px 0; }
.graphiclist li{padding:0 0 26px; display: block; overflow: hidden; 
	border-bottom: 1px solid #E0E0E0; margin-bottom: 26px;}
.graphiclist li h2 { font-size:20px; 
	margin:0 0 10px 0; 
	line-height: 28px;
	padding-top: 12px;
	font-weight: 700;
color:#2D468C;}
.graphiclist .news-img img{ 
	
}
.graphiclist .news-txt p { line-height: 26px; 
	margin:0 0 10px; color:#444;}
.graphiclist .news-txt>a>span:last-child{ font-size: 16px; color:#A1A1A1; font-style: oblique; }

.graphiclist .news-txt a:hover h2{ color:#0A3B8D;  }
.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span{ color:#0A3B8D; }

@media (min-width: 768px) {
	.graphiclist .news-txt p{
	 overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
		text-indent: 2em
	}
	.graphiclist .news-img img{ width: 280px;}
	.graphiclist .news-img{ margin-right: 30px;}
	.graphiclist li h2 { 
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */}

}

@media screen and (min-width:768px) and (max-width:991px){
  .graphiclist .news-txt p{-webkit-line-clamp: 2; height: 50px;}
  .current_leaders li .news-txt p{ height: 66px; }
}

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist li{  }
	.graphiclist .news-img img{ width: 180px; }
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }
	.graphiclist li h2{ padding-top: 5px; }
}
@media (max-width: 767px) {
	.graphiclist li h2{ font-size: 18px; }
	.graphiclist .news-img{ margin-bottom:15px;margin-right: 0; float: none;}
	.graphiclist .news-img img{ width: 100%; height:auto;}
	.graphiclist li{
    display: block;
    overflow: hidden;}
	.graphiclist li h2 a {height: auto;
    	white-space: normal;
		line-height: 28px;
		line-height: 22px;}
	.tpyw_four{ padding:20px 20px 0; }

}

/* 文字列表 */
.new-graphics{ padding:0 ; }
.text_listtime{ }
.text_listtime li{ line-height: 40px; overflow: hidden; font-size: 18px;}
.text_listtime li:nth-child(5n){ border-bottom: 1px solid #D5D5D5; padding-bottom: 30px; margin-bottom: 30px;}
.text_listtime li a{
    padding-left: 16px;
    float: left;
    max-width: 80%; 
    position: relative;
}
.text_listtime li a:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    	width: 3px;
	      height: 3px;
			background: #2D468C;
	      position: absolute;
	      top: 18px;
	      left: 0;
	  }
.text_listtime li a:hover{}
.text_listtime li>span:last-child{ 
	padding-right: 4px; 
	font-size: 18px;
	color: #A1A1A1;
    font-style: oblique;
}   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.li_flm{ border-bottom: 1px solid #D5D5D5; margin-bottom: 50px; }
.ggflm{  }
.ggflm .top_xlline{ margin-bottom: 10px; }
.ggflm h3{ margin: 0; }
.ggflm h3 span{
	position: relative;
	padding-left: 22px;
	font-size: 18px;
font-weight: 700;
color: #1D4AB3;
line-height: 51px;}
.ggflm h3 span:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    	width: 8px;
		height: 16px;
		background: #004EC2;
	      position: absolute;
	      top: 5px;
	      left: 0;
}
.ggflm h3 a{font-size: 16px;
	float: right;
color: #1D4AB3;
margin-top: 14px;
line-height: 22px;}
.ggflm ul{}
.ggflm .text_listtime li:nth-child(5n){
    border-bottom: 0;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li{ line-height: 33px; }
	.text_listtime li a{ max-width: 100%; white-space: normal;background-position: left top 14px;}
	.new-graphics{ padding:0; }
	.text_listtime li>span:last-child{
		float: left;
		margin-left: 16px
	}
}


/*---------------details---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    
    padding: 0px 0px 10px 0px;
    margin-top: 30px;
}
#xlmain .wztitle {
	font-size: 28px;
    line-height: 48px;
    color: #444;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    max-width: 950px;
    margin: auto;
    margin-bottom: 20px;
}
.lyandtime{ color:#9a9a9a; }
#xlmain .qtinfo {color:#666; 
	text-align:left; 
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .textxl{padding-bottom: 20px}
#xlmain .textxl p{ font-size: 16px; color:#404040; text-indent: 0; }

#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:10px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;max-width: 800px}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 19px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 18px!important;
    line-height: 34px!important;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
    color: #444!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ overflow: hidden;text-align: center; padding-bottom: 8px; margin-bottom: 20px;
border-bottom: 1px solid #D5D5D5; }
.time_ly .left{ float: none; margin-right: 6px; font-style: oblique; }
.time_ly .right{ float: none; display: inline-block; }
.time_ly .right b{ font-weight: normal; margin-right: 20px; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#2d5dc3; }
.fenxiang{ display: inline-block; margin-left: 15px; }
.Previous_Next{ overflow: hidden; padding: 45px 0;
border-top: 1px solid #D5D5D5;}
.Previous_Next a{ font-size: 16px; color: #999; }
.Previous_Next a:hover{ color: #0A3B8D; }
.Previous_Next a span{ font-size: 18px;display: inline-block; margin:0 4px; }
.top_xlline{
	height: 7px;
	margin-bottom: 30px;
	background: -webkit-linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
	background: linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
}


#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 991px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 20px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	.time_ly .left{ width: 100%; text-align: center; margin-bottom: 6px;}
	.time_ly .right{ width: 100%; text-align: center; }
}

/* 右侧导航一套模板 */
.right_navcent .right_ejcent{ padding: 0 36px 0 0;  }
.left_ejnav .lxwm01{}
.left_ejnav .title01_02 span{ 
	font-size: 23px;
	font-weight: 700;
	color: #0E276B;
	line-height: 32px;
	padding: 10px 15px; 
	display: inline-block; 
	border-top: 3px solid #1D4AB3;  
}
.xgwz_li{ padding:0 10px 0 15px; }
.xgwz_li li{ line-height: 24px; margin-bottom: 10px; }

.right_navcent .li_flm{ border: 0; margin-bottom: 0; }
.right_navcent .sidebar{ background:none; }
.right_navcent .sidebar .title{
	background: url(2023ty_rightnavbg.png) ;
	padding: 22px 0;
	color: #fff;
	margin-bottom: 2px;
}
.right_navcent .navLeft_ul > li{ 
background: #DAECFF; 
position: relative;
}
.right_navcent .navLeft_ul > li > a{ color: #054098; }
.right_navcent .navLeft_ul > li:hover,
.right_navcent .navLeft_ul > li.active{
	background: #EEF6FF;
}
.right_navcent .navLeft_ul > li:hover:after,
.right_navcent .navLeft_ul > li.active:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 4px;
		height: 50px;
		background: #004CBE;
	      position: absolute;
	      top: 0;
	      left: 0;
}
.right_navcent > .new-graphics > .text_listtime{
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 30px;
    margin-bottom: 30px;
}
.right_navcent > .new-graphics > .text_listtime li:nth-child(5n){ 
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
	.right_navcent .right_ejcent{ padding: 0; }
}


/*imghove*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 40px 0 74px;
	height: 40px;
}
#pages span{
	font-size: 18px;
	padding:8px 0px;
	margin: 0px 16px
}

#pages A {
    font-size: 18px;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #898989;
	line-height: 21px;
	padding:8px 0px;
	margin: 0px 16px
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    color: #CB0128;
	border-bottom:1px solid #CB0128;
	display:inline-block;
	background: none;
}
#pages A.curr {
    color: #CB0128;
	border-bottom:1px solid #CB0128;
	display:inline-block;
	background: none;
}
#pages A.curr:visited {
    color: #CB0128;
	border-bottom:1px solid #CB0128;
	display:inline-block;
	background: none;
}
#pages .curr{
	color: #CB0128;
	border-bottom:1px solid #CB0128;
	display:inline-block;
	background: none;
}
#pages i{
	display: inline-block;
	width: 1px;
height: 12px;
border: 1px solid #CECECE;
}
@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}


/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #2F4C9E;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	} 
}


/* 网站地图 */
.wzdt_cent01{

}
.wzdtli01{
background:#F5F6FF;
overflow: hidden;
margin-bottom: 35px;
}
.wzdtli01 h3{  float: left; width: 20%; padding-left: 16px; margin: 0; }
.wzdtli01 h3 a{
	font-size: 22px;
font-weight: 700;
line-height: 30px;
display: inline-block;
padding: 14px 0 14px 26px;
background: url(2023ty_wzdt.png) left top 21px no-repeat;
}
.wzdtli01 p{ 
	margin-bottom: 0;
	overflow: hidden; float: left; width: 80%;
	font-size: 18px;
line-height: 54px;
}
.wzdtli01 p span{ margin: 0 20px; }



.wzdt_cent02{ margin-top: 40px; }
.wzdtli02{}
.wzdtli02 h3{ background:#F5F6FF; }
.wzdtli02 h3 a{
	font-size: 22px;
font-weight: 700;
line-height: 30px;
display: inline-block;
padding: 14px 0 14px 32px;
border-left:7px solid #1943A3;}
.wzdtli02 ul{ overflow: hidden; }
.wzdtli02 ul >li{ float: left; width: 20%;  padding-left: 15px; margin-bottom: 20px;}
.wzdtli02  ul >li> a{
	font-size: 18px;
	font-weight: 700;
	line-height: 54px;
	background: url(2023ty_wzdt.png) left top 4px no-repeat;
	padding-left: 20px;
}
.wzdtli02  ul >li> div{}
.wzdtli02  ul >li> div p{ position: relative; padding-left: 20px; }
.wzdtli02  ul >li> div p a{
font-weight: 700;
line-height: 24px;
}
.wzdtli02  ul >li> div p :after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 6px;
	      height: 6px;
	      border-radius: 50%;
		background: #1943A3;
	      position: absolute;
	      z-index: 9997;
	      left: 4px;
	      top: 8px;
}

@media (max-width:1199px) {
	.wzdtli02 ul >li{ width: 25%; }
	.wzdtli01 h3{ width: 25% }
	.wzdtli01 p{ width: 75% }
}
@media (max-width:991px) {
	.wzdtli02 ul >li{ width: 33.3333%; }
	.wzdtli01 h3{ width: 30% }
	.wzdtli01 p{ width: 70% }
}
@media (max-width:767px) {
	.wzdtli02 ul >li{ width: 50%; }
	.wzdtli01 h3,
	.wzdtli01 p{ width: 100% }
	.wzdtli01 p{ padding-left: 15px; }
}
@media (max-width:500px) {
	.wzdtli02 ul >li{ width: 100%; margin-bottom: 5px; }
}
/*ztbd*/
.img-ul{
	overflow: hidden;
	margin: 0 -1%;
}
.img-ul li{
	width: 20%;
	float: left;
	margin-bottom: 35px;
	text-align: center;
}
.img-ul li a{
	display: inline-block;
	max-width: 95%;
	width: 255px;
	height: 127px;
	overflow: hidden;
}
.img-ul li img{
	transition: all 0.3s;
	width: 100%;
	height: 100%;
}
.img-ul li img:hover{
	transform: scale(1.1);
}
@media (max-width:1199px){
	.img-ul li{
		width: 25%;
		margin-bottom: 20px;
	}
	.img-ul li a{
	max-width: 90%;
}
}
@media (max-width:991px){
	.img-ul li{
		width: 33.3%
	}
}
@media (max-width:767px){
	.img-ul li{
		width: 50%;
	}
	.img-ul li a{
		height: 100px;
	}
}
.links{
	width: 100%;
	overflow: hidden;

}
.links ul{
	overflow: hidden;
	margin: 0px -20px;
}
.links ul li{
	float: left;
	width: 25%;
	padding: 0px 20px 25px;
}
.links ul li a{
	width: 100%;
	display: block;
	height: 92px;
	overflow: hidden;
}
.links ul li a img{
	width: 100%;
	height: 100%;
	transition: all 0.3s
}
.links ul li a img:hover{
	transform: scale(1.1);
}
@media (max-width: 1199px){
	.links ul li{
		padding: 0px 10px;
	}
	.links ul li a{
		height: 70px;
	}
	.links ul{
		margin: 0px -10px;
	}
}
@media (max-width: 991px){
	.links ul li{
		padding: 0px 10px;
		width: 50%;
		margin-bottom: 20px;
	}
	.links ul li a{
		height: 100px;
	}
}
@media (max-width: 767px){
	.links ul{
		float: none;
		width: 100%
	}
	.links ul li{
		float: none;
		width: 100%;
		text-align: left;
	}
	.links ul li a{
		
	}
}