@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table,label { margin:0; padding:0; border:0; list-style:none;white-space: normal;}
img {border:none;}
ul, ol ,li{list-style:none; padding:0; margin:0;}
input, select, textarea{outline:none;border:0;}
input,label { margin:0; padding:0; }
a,area{blr:expression(this.onFocus=this.blur())}
textarea {resize:none;}
input::-ms-clear{display:none;}
em,i{ font-style:normal;}
a {text-decoration:none;color: #333;}
.clearfix:after {content:"";display:block;clear:both;}
.clearfix {zoom:1}
.fl_all{ float: left; }
.fr_all{ float: right;}

.width100{ width: 100%;}
.width1170{  width: 1200px; margin: 0 auto;}
.width1680{  width: 1680px; margin: 0 auto;}



/*头部*/
.banner {
    width: 100%;
    height: 500px;
    background: url(20230918092656.jpg) center center no-repeat;
    background-size: cover;
}

/*导航栏*/
.nav {
    background-color: #0474c5;
    height: 60px;
}
.nav li {
    float: left;
    margin: 16px 36px;
}
.nav ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}

/*底部*/
.footer {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #ededed;
    padding: 20px 0;
    margin-top: 40px;
   
}

/*首页*/
.padtp20 {
    padding-top: 20px;
    padding-bottom: 35px;
}

/*内容*/
/*大标题*/
.piece1 h2,
.piece2 h2,
.piece3 h2,
.piece4 h2,
.piece5 h2{
    width: 100%;
    height: 60px;
    margin: 30px 0;   
}
.piece1 h2{
    background: url(wzqh_tit1.png) center no-repeat;
    background-size: auto 60px;
}
.piece2 h2{
    background: url(wzqh_tit2.png) center no-repeat;
    background-size: auto 60px;
}
.piece3 h2{
    background: url(wzqh_tit3.png) center no-repeat;
    background-size: auto 60px;
}
.piece4 h2{
    background: url(wzqh_tit4.png) center no-repeat;
    background-size: auto 60px;
}
.piece5 h2{
    background: url(wzqh_tit5.png) center no-repeat;
    background-size: auto 60px;
}
/*列表文字*/
.pie_li li a{
    color: #333333;
    line-height: 40px;
    font-size: 16px;
    margin-left: 25px;
}
/*日期*/
.pie_li span{
    color: #999;
    float: right;
    margin-left: 16px;
    line-height: 40px;
}


/*第一部分*/
.piece1_le {
    float: left;
    width: 570px;
    background: url("yaowenyou.png")  center no-repeat;
    height: 390px;
}

.piece1_le li{
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.piece1_le li span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("wzqh_li.png")  center no-repeat;
    background-size: auto;
    margin-right: 10px;
}
.piece1_ri {
    float: right;
    width:600px;
    text-align:center;
    position: relative;
}
.piece1_ri img{
    height:350px;
}
.piece1_ri span{
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 450px;
    height: 55px;
    line-height: 55px;
    background: url(czb_bgtext.png) left top repeat;
    color: #fff;
    text-indent: 1em;
    margin-left: 25px;
}

/*第二块*/
.piece2_le,
.piece2_ri
{
    width: 570px;
}

/*第三块*/
.piece3_bg{
    width: 1170px;
    height: 400px;
    background: url("wzqh_bg.png") center no-repeat;
    padding-top: 100px;
}
.piece3 h2{
    margin-bottom: 0px;
}
.piece3_cen{
    margin: 0 50px;
}
.piece3_le,
.piece3_ri
{
    width: 520px;
}
/*第四、五块*/
.piece4_le,
.piece5_le{
    width: 450px;
}
.piece4_ri,
.piece5_ri{
    width: 650px;
    margin: 30px 0;
}

/*轮播样式*/
.slideBoxsamll{ 
    width:600px; 
    height:390px; 
    float: left; 
    overflow:hidden; 
    position:relative; 
}
.slideBoxsamll .bd{ 
    height:390px; 
    width:100%; 
    position:relative;
}
.slideBoxsamll .bd li{ 
    zoom:1; 
    vertical-align:middle; 
    position:relative; 
}
.slideBoxsamll .bd img{ 
    width:600px; 
    height: 390px; 
    display:block; 
 }
.slideBoxsamll .bd li span{ 
    display:block; 
    font-size:16px;
    position:absolute; 
    bottom:0; 
    width:100%;  
    height:55px;
    line-height:55px; 
    background:url(czb_bgtext.png) left top repeat; 
    color:#fff; 
    text-indent:1em;
}
.prev,
.next{
     position:absolute;
     width:40px;
     height:74px;
     background: url(prev_next.png) no-repeat;
    }
.prev{
    top: 50%;
    margin-top: -37px; 
    left: 0;
    background-position:0 -74px; 
    cursor:pointer; 
}  
.next{
    top: 50%;
    margin-top: -37px; 
    right: 0;  
    background-position:-40px -74px;  
    cursor:pointer;
}  
.prev:hover{  background-position:0 0; }  
.next:hover{  background-position:-40px 0;}



/*列表页*/
.main_list{
    margin: 30px auto; 
}
.main_list li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.main_list li a{
    color: #333;
}
.main_list li span{
    float: right;
    color: #999;
}


/*详情页*/
.publicity_list_details{
    padding-bottom: 15px;
}
.titleBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    border-bottom: 1px dotted #cccccc;
    clear: both;
}
.titleBox h2 {
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    padding-bottom: 10px;
}
.titleBox p {
    text-align: center;
    text-indent: 2em;
}
.xilancon {
    width: 95%;
    margin: 0 auto;
    line-height: 200%;
    font-size: 16px;
    padding-top: 20px;
}


.lm{
	width: 100%;
	height: 80px;
	background-image: url(biejing.png);
}
.lm1{
	width: 1200px;
	margin: 0 auto;
	padding-left:500px;
}
.lm1 a{
	float: left;
			color: #eaf3fc;
			font-size: 20px;
			line-height: 80px;
			padding: 0 70px;
			
		
}
.lm1 a:hover{
			color: #eaf3fc;
		}
.dybf{
	background: url(zhuanti1.png) no-repeat center top;
	
	
}
.pie-1{
	float: left;
}
.pie-2{
	float: left;
	margin-left: 60px;
}
.pie-1 li{
	padding-top: 20px;
	
}
.pie-1 li p{
    line-height: 20px;
    width: 570px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pie-1 li span{
	font-size: 14px;
    float: right;
    color: #666;
    margin-top: -20px;
    padding-right: 10px;
}

.pie-2 li{
	padding-top: 20px;
	
}
.pie-2 li p{
    line-height: 20px;
    width: 570px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pie-2 li span{
	font-size: 14px;
    float: right;
    color: #666;
    margin-top: -20px;
    padding-right: 10px;
}
/*更多*/
.more{
    margin: 151px auto;
    width: 64px;
    height: 40px;
    line-height: 40px;
    border: .voice_minister_specific_right h2px solid #015293;
    border-radius: 20px;
    text-align: center;
    margin-right: 14px;
    margin-top: -47px;
}
.more a{
    display: block;
    color: #015293;
}
.more-1{
    margin: 20px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #015293;
    border-radius: 20px;
    text-align: center;
}
.more-1 a{
    display: block;
    color: #015293;
}
.more-2{
    margin: 111px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
   
    border-radius: 20px;
    text-align: center;
}
.more-2 a{
    display: block;
    color: #fff;
}
.more-2 a:hover{
    
    color: #fff;
}


.column1_1{padding-top:31px;padding-bottom:8px;font-family:"寰蒋闆呴粦", "瀹嬩綋";color:#005293;font-size:39px;width: 1200px;margin: 0 auto;text-align: center;}
.column1_1 a{color:#005293; font-size:39px;}



.lft_pic{
    width:1200px;
    margin: 0 auto 188px;
}

.dys_first_module{
    width: 1100px;
    margin: 0 auto 30px;
}
.dys_first_module_left{
    float: left;
    width: 702px;
}

/*ie 6 7 8 */
@media \0screen\,screen\9 {
    .dys_second_headline{
        background-color:#ccc;
        border:1px solid #f5f0f0;
       
    }
    .dys_second_headline h2,.dys_second_headline h3{
        position: relative;
    }
}

.dys_second_headline .dys_headline a{
    font-size: 28px;
}
.dys_second_headline .dys_headline{
    padding-top: 23px;
}
.dys_second_headline .dys_subtitle{
    height:60px;
    overflow:hidden;
    padding-bottom:18px;
    line-height: 30px;
}

#zxbd .latest_report_live_head{
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
    
}

.dys_news_live{
    float: left;
}
.qiehuan{
    width: 230px;
}
.dys_news_live a{
    font-size: 24px;
    color: #1b1b1b;
    float: left;
    width: 101px;
    line-height:36px;
}
.news_report,.media_focus{
    display: inline-block;
    float: left;
    width: 150px;
    height: 42px;
}

.media_focus,.dys_news_live a{
    background: url(http://www.gov.cn/govweb/xhtml/zhuanti/2021qglhpcpage/images/css_sprites20200218.png) no-repeat -10px -48px;
    height:36px;
}
a.mtgz{background-position: -10px -9px;}
a.hwsy{background-position:  -10px -95px;}

.dys_latest_more{
    float: right;
    position: relative;
    width: 582px;
    height: 40px;
}
.dys_latest_more a{
    position: absolute;
    top: 16px;
    right: 4px;
    font-family:"microsoft yahei";
    color: #a0a0a0;
    font-size: 16px;
}
.zxbd{
    margin-bottom: 22px;
}

.dys_economicHighlights_list li{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 16px;
    background:url(http://www.gov.cn/govweb/xhtml/zhuanti/2021qglhpcpage/images/20210219fangkuai.png) no-repeat left center;
    color: #313131;
}

.dys_economicHighlights_list li a{
    color: #313131;
    text-decoration: none;
    
}
.book_method{
    width: 342px;
    margin-bottom: 40px;
}
.book_method a{
    display: block;
    width: 100%;
}

#mtgz .curr_hov{border-bottom: 4px solid #d7b26b;}

#mtgz .latest_report_live_head{
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
}
.mtgz .dys_latest_more{
    width:453px;
}
.mtgz .dys_latest_more a{
    display:none;
}
.mtgz .qh_more .current_more{
    display: inline-block;
}
.liebiao{
    display: none;
}
.mtgz .curr_leibiao{
    display: block;
}
.dys_first_module_right{
    float: right;
    width: 372px;
}

.slider-carousel .titBg{position:absolute;width:100%;height:36px;left:0;bottom:0px;z-index:1}
.slider-carousel .subtitle{position:absolute;width:1200px;height:36px;left:0;bottom:0px;z-index:2; background:url(jl_scy_gj_syban_gjl_03_01.png);}
.slider-carousel .subtitle h6{color:#ffffff;font-size:14px;font-weight:bold;height:36px;line-height:36px;overflow:hidden;background:url(jl_scy_gj_syban_gjl_03_01.png);width: 1200px;margin: 0 auto;text-align: center;}
.slider-carousel .subtitle h6 a{text-decoration:none; font-weight:normal; color:#fff; font-size:18px; overflow:hidden; margin-left:50px; font-family:"微软雅黑","宋体"; margin-left:25px;}
.slider-carousel .subtitle h6 a:hover{text-decoration:none; font-weight:normal; color:#fff; font-size:18px; overflow:hidden; margin-left:50px; font-family:"微软雅黑","宋体"; margin-left:25px;}


.slidesjs-pagination{overflow:hidden;zoom:1;position:absolute;right:36px;top:539px;width:110px;height:20px;z-index:10;overflow:hidden;}
.slidesjs-pagination-item{float:left;width:20px;height:10px;}
.slidesjs-pagination-item a{float:left;display:block;width:15px;height:15px;text-indent:-9999em;margin:0 5px 0 5px;background:url(gu_ctrl1.png) no-repeat;}
.slidesjs-pagination-item a.active{background:url(gu_ctrl1on.png) no-repeat center;}


/* slider-carousel */
.slider-carousel{position:relative;width:100%;height:590px;overflow:hidden;}
.slider-carousel .item{width:100%;}
.slider-carousel .slidesjs-navigation{width:42px;height:69px;display:none;position:absolute;text-indent:-9999em;top:280px;z-index:100;}






.slidesjs-container{ overflow:visible !important}

.silu{
	width: 100%;
	height: 630px;
	background: url(ydyluzhut.png) center;
}
.silu dl{
	width: 280px;
	height: 180px;
	margin:0 auto;
    margin-top: 65px;
}
.silu dl dt{
	width: 140px;
	height: 57px;
	float: left;
	margin-left: 10px;
}
.silu dl dd{
	float: right;
	font-size: 28px;
	line-height: 60px;
	margin-right: 10px;
	color: #fff;
}
.container { 
	/* margin:20px auto;
	max-width:332px; */
}
.container ul li{
	float: left;
}



.poster-main {
	position: relative;
	width: 800px;
	height: 270px;
	margin: 0 auto;
}

.poster-main a,
.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 800px;
	height: 270px;
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	width: 43px;
	height: 270px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(zuobian.png) no-repeat left center;
	margin-left: -65px;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(youbian.png) no-repeat right center;
	margin-right: -65px;
}












.biti111{
	background: url(silushijiao.png) center no-repeat;
width: 100%;
height: 165px;
margin: 30px 0;
}
.jtdtpic111{
	width: 1170px;
	margin: 0 auto;
	
	height: 325px;
}
.scy_gjjn ul li span{ display:block; font-size:20px; bottom:0; width:375px;  height:104px;
	line-height:45px; background:url(sizhoukuang.png) left top repeat; 
	color:#333; text-indent:1em;
    font-weight: 800;
}

	.scy_gjjn{position:relative;overflow:hidden;}
.scy_gjjn .bd{width: 1170px;margin:0 auto;}
.scy_gjjn ul{width:1200px;}
.scy_gjjn ul li{width:375px;float:left;margin-right:17px;}

.scy_gjjn .prev,.scy_gjjn .next{display:inline-block;width:40px;height:75px;position:absolute;top:105px;cursor:pointer;}
.scy_gjjn .prev{left:0;background:url(zuobianxiaoan.png) no-repeat;}
.scy_gjjn .next{right: 13px;;background:url(youbianxiaoan.png) no-repeat;}
.scy_zcxc .fl{width:570px;padding-right:26px; float: left;}
.scy_zcxc h6{font-size:16px;color:#333;}
.scy_zcxc h6 a{float:right;color:#999;font-size:14px;font-weight:400;}
.scy_zcxc ul li{line-height:48px;border-bottom:1px dashed #cbcbcb;}
.scy_zcxc ul li a{font-size:14px;color:#333; background: url(hondian.png) no-repeat left center;padding-left: 20px;}
.scy_zcxc ul li span{font-size:14px;color:#999;float:right;}
.scy_zcxc .fr{width:570px;float:left;}


.scy_faxg ul li{float:left;}
.scy_faxg ul li h5{font-size:16px;color:#333;line-height:28px;padding:16px 30px 0 18px;}
.scy_faxg ul li p{font-size:14px;color:#666;line-height:26px;padding:10px 30px 0 18px;}
.scy_faxg ul li a{font-size:14px;color:#0075c2;line-height:28px;padding-left:18px;}
.scy_faxg ul li.fatz{width:326px;height:300px;background:url(scy_jnxcz_sswubjtu_03.jpg) no-repeat;}
.scy_faxg ul li.jzw{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_05.jpg) no-repeat;}
.scy_faxg ul li.gzfa{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_04.jpg) no-repeat;}


.biti1111{
	
width: 100%;
height: 140px;
margin: 0px 0px 46px 0px;
}
.jtdtpic1111{
	width: 1170px;
	margin: 0 auto;
	
	height: 550px;
}
.scy_gjjn1 ul li span{ display:block; font-size:20px; bottom:0; width:375px;  height:104px;
	line-height:45px;  left top repeat; 
	color:#333; text-indent:1em;
    font-weight: 800;
}

	.scy_gjjn1{position:relative;overflow:hidden;}
.scy_gjjn1 .bd{width: 1170px;margin:0 auto;}
.scy_gjjn1 ul{width:1200px;}
.scy_gjjn1 ul li{width:375px;float:left;margin-right:17px;}

.scy_gjjn1 .prev,.scy_gjjn1 .next{display:inline-block;width:40px;height:75px;position:absolute;top:185px;cursor:pointer;}
.scy_gjjn1 .prev{left:0;background:url(zuobianxiaoan.png) no-repeat;}
.scy_gjjn1 .next{right: 13px;;background:url(youbianxiaoan.png) no-repeat;}
.scy_zcxc1 .fl{width:570px;padding-right:26px; float: left;}
.scy_zcxc1 h6{font-size:16px;color:#333;}
.scy_zcxc1 h6 a{float:right;color:#999;font-size:14px;font-weight:400;}
.scy_zcxc1 ul li{line-height:48px;border-bottom:1px dashed #cbcbcb;}

.scy_zcxc1 ul li span{font-size:14px;color:#999;float:right;}
.scy_zcxc1 .fr{width:570px;float:left;}


.scy_faxg1ul li{float:left;}
.scy_faxg1 ul li h5{font-size:16px;color:#333;line-height:28px;padding:16px 30px 0 18px;}
.scy_faxg1 ul li p{font-size:14px;color:#666;line-height:26px;padding:10px 30px 0 18px;}
.scy_faxg1 ul li a{font-size:14px;color:#0075c2;line-height:28px;padding-left:18px;}
.scy_faxg1 ul li.fatz{width:326px;height:300px;background:url(scy_jnxcz_sswubjtu_03.jpg) no-repeat;}
.scy_faxg1 ul li.jzw{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_05.jpg) no-repeat;}
.scy_faxg1 ul li.gzfa{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_04.jpg) no-repeat;}


.p_jsz{
    position: relative;
}
.c_jsz {
    padding: 20px 20px 15px 20px;
    }
 
.c_jsz  p{
        font-size: 17px;
        font-weight: bold;
    padding-bottom: 5px;
    color: aliceblue;
    }
 
  .c_jsz{
        position: absolute;
        background-color: rgba(23,101,255,0.6);
        bottom: 0;
        height: 80px;
        width: 200px;
      color: #000;
        padding: 30px 20px 15px 20px;
    }
.mtgz1{
    background:url(xinlianxin.png) no-repeat center;
    }



    
















    @charset "utf-8";

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.head{
	width: 100%;
	height: 1.34rem;
	position: absolute;
	top: 0;
	left: 0;
}
.mNav{
	width: 100%;
	height: .54rem;
	border-bottom: solid 0.01rem #fff;
}
.mNav ul{
	float: right;
	padding-right: 11%;
}
.mNav ul li{
	float: left;
	line-height: .54rem;
	padding: 0 0.09rem;
}
.mNav ul li a{
	font-size: .18rem;
	color: #fff;
}

.wrapper{
	width: 15.66rem;
	height: .80rem;
	margin: 0 auto;
}
.wrapper .logo{
	float: left;
	position: absolute;
	left: 10%;
	padding-top: .14rem;
}
.wrapper .logo .logo1{
	width: 2.6rem;
	height: .49rem;
}
.wrapper .logo .logo2{
	width: 1.84rem;
	height: .5rem;
	margin-left: .22rem;
}
.wrapper .nav{
	float: right;
	position: absolute;
	right: 10%;
}
.wrapper .nav ul li{
	float: left;
	line-height: .80rem;
	padding: 0 .20rem;
}
.wrapper .nav ul li a{
	font-size: .18rem;
	color: #fff;
}
.wrapper .nav ul li a:hover{
	font-weight: bold;
}

.bannerImg{
	position: absolute;
	top: 5.34rem;
	left: 10%;
}
.bannerImg p{
	color: #fefefe;
	font-size: 0.24rem;
	margin-top: 3.6rem;
	margin-left: 14rem;
}

.banner::after {
    content: "";
    display: block;
    position: absolute;
    width: .11rem;
    height: 1.30rem;
    left: 50%;
    bottom: .36rem;
    margin-left: -0.08rem;
    z-index: 888;
    /*background: url(../../images/zgjj/arrowwthite.png) no-repeat;*/
    background-size: cover;
    animation: mymoveToBottom 1s ease infinite;
    -webkit-animation: mymoveToBottom 1s ease infinite;
}
@keyframes mymoveToBottom {
	from {  
		transform: translateY(-0.05rem); 
		opacity:0;
	}
	to { 
		transform: translateY(); 
		opacity:1;
	}
}
@-webkit-keyframes mymoveToBottom {
	from { 
		transform: translateY(-0.05rem); 
		opacity:0;
	}
	to { 
		transform: translateY();
		opacity:1;
	}
}

.fzgk{
	width: 100%;
	height: auto;
	margin-top: 1.07rem;
}
.fzmain{
	width: 15.66rem;
	height: 7.04rem;
	margin: 0 auto;
}
.fzleft{
	width: 7.0rem;
	height: 7.04rem;
	float: left;
}
.fztop{
	width: 4.16rem;
	height: 2.07rem;
}
.fztop img{
	width: 100%;
	height: auto;
}
.fztext{
	margin-top: .5rem;
}
.fztext p{
	font-size: .2rem;
	color: #969696;
	line-height: .36rem;
}

.fzright{
	width: 7.79rem;
	height: 5.53rem;
	float: right;
}
.fzright img{
	width: 100%;
}

.zjzz{
	width: 15.66rem;
	height: 3.40rem;
	margin: 0rem auto;
}


.zjtop{
	width: 6.4rem;
	height: 0.37rem;
	padding-top: .7rem;
	float: left;
}
.zjtop h2{
	font-size: .36rem;
	color: #222;
}
.zjtop p{
	color: #626262;
	font-size: .16rem;
	line-height: .32rem;
	padding-top: .34rem;
}
.dataBox{
	float: right;
	width: 7.4rem;
	padding-top: .7rem;
}
.dataBox ul li{
	float: left;
	width: 3.3rem;
}
.dataBox ul li:nth-of-type(2){
	padding-left: .5rem;
}
.dataBox ul li p{
	font-size: .16rem;
	color: #222;
	line-height: .32rem;
	font-weight: bold;
}
.dataBox ul li h3 i{
	font-size: 1.4rem;
	color: #222;
}
.dataBox ul li h3 span{
	font-size: .24rem;
	color: #222;
}



.chdsj{
	width: 100%;
	height: 8.35rem;
	background: url(chdsjbg.png) no-repeat;
	background-size: cover;
}

.dsjtop{
	padding-left: 1.8rem;
	padding-top: .95rem;
	width: 2.56rem;
	height: 0.35rem;
}
.dsjtop img{
	width: 2.56rem;
	height: 0.35rem;
}
.dsjbot{
	width: 15rem;
	height: 6.5rem;
	margin-left: 4rem;
}
.dsjbot .swiper-container01{
	width: 14.45rem;
	height: 7rem;
	position: relative;
}
.dsjbot .swiper-container01 .swiper-slide{
	width: auto;
	height: 4.8rem;
}
.dsjbot .swiper-container01 .swiper-slide span{
	font-family: '楷体';
	font-size: .7rem;
	color: #e8c267;
	display: inline-block;
}
.dsjbot .swiper-container01 .swiper-slide p{
	font-size: .2rem;
	color: #e8c267;
	line-height: .3rem;
	display: inline-block;
}
.dsjbot .swiper-container01 .swiper-slide:nth-child(odd){
	margin-top: 2.8rem;
	background: url(../../images/gjdw/line.png) no-repeat left top;
	background-size: 0.01rem 0.75rem; 
}
.dsjbot .swiper-container01 .swiper-slide:nth-child(odd) span{
	padding-top: 1rem;
}
.dsjbot .swiper-container01 .swiper-slide:nth-of-type(1){
	margin-left: 0;
}
.dsjbot .swiper-container01 .swiper-slide:nth-child(even){
	margin-top: 0rem;
	background: url(../../images/gjdw/line.png) no-repeat left ;
	background-size: 0.01rem 0.75rem; 
}
.dsjbot .swiper-container01 .swiper-button-prev01{
	width: 0.15rem;
	height: 0.25rem;
	background: url(../../images/gjdw/left.png);
	background-size: 0.15rem .25rem;
	position: absolute;
	bottom: 0.5rem;
	left: auto;
	top: auto;
	right: 2rem;
}
.dsjbot .swiper-container01 .swiper-button-next01{
	width: 0.15rem;
	height: 0.25rem;
	background: url(../../images/gjdw/right.png);
	background-size: 0.15rem .25rem;
	position: absolute;
	bottom: 0.5rem;
	left: auto;
	top: auto;
	right: 1rem;
}




.mtjj{
	width: 15.66rem;
	height: 9.5rem;
	margin: 0 auto;
}
.mtjjtop{
	width: 15.66rem;
	height: 2.14rem;
	padding-top: 1.15rem;
}
.mtjjtop img{
	width: 4.16rem;
	height: 2.14rem;
	float: left;
	display: inline-block;
}
.mtjjtop p{
	width: 1.7rem;
	height: 0.6rem;
	display: inline-block;
	float: right;
	border: solid 0.01rem #046563;
	border-radius: .3rem;
	text-align: center;
	line-height: .6rem;
	margin-top: .38rem;
}
.mtjjtop p a{
	font-size: .18rem;
	color: #046563;
}

.mtjjbot{
	width: 15.66rem;
	height: 4.57rem;
	margin-top: .55rem;
}
.mtLeft{
	width: 7.13rem;
	height: 4.57rem;
	float: left;
	position: relative;
}
.mtLeft a img{
	display: block;
	
	width: 7.13rem;
	height: 4.57rem;
}
.mtLeft a h2{
	position: absolute;
	bottom: .4rem;
	left: .4rem;
	right: .4rem;
	color: #fff;
	font-size: .24rem;
}
.mtRight{
	width: 7.87rem;
	height: 4.57rem;
	float: right;
}
.mtRight ul li{
	border-bottom: solid 0.01rem #e5e5e5; 
	height: 0.9rem;
	line-height: .9rem;
}
.mtRight ul li a{
	font-size: .18rem;
	color: #022222;
	font-weight: bold;
}
.mtRight ul li:nth-of-type(5){
	border-bottom: none;
}
.mtRight ul li span{
	float: right;
	font-size: .18rem;
	color: #626262;
}

.tzyy{
	width: 100%;
	height: 10.5rem;
	margin: .3rem auto;
	background: url(../../images/gjdw/tzyybg.png) no-repeat top left;
	background-size: 9.38rem 5.98rem;
}
.tzyyMain{
	width: 15.66rem;
	height: 10.5rem;
	margin: 0 auto;
	position: relative;
	/*background: #f00;*/
}
.tzyytop{
	width: 7.8rem;
	height: 3.43rem;
	position: absolute;
	top: 0;
	right: 0;
}
.tzyytop img{
	width: 4.15rem;
	height: 2.14rem;
	float: right;
	display: inline-block;
}
.tzyytop p{
	width: 7.8rem;
	height: 0.8rem;
	display: inline-block;
	margin-top: .4rem;
	font-size: .16rem;
	color: #626262;
	line-height: .28rem;
	text-align: right;
}

.swiper-container03{
	width: 15.66rem;
	height: 10.5rem;
	position: relative;
}
.swiper-container03 .swiper-slide{
	width: 15.66rem;
	height: 10.5rem;
}
.swiper-container03 .swiper-slide .img_bottom{
	width: 8.48rem;
	height: auto;
	background: #f2f9f9;
	position: absolute;
	bottom: 0;
	left: 0;
        padding-bottom: 0.5rem;
}
.swiper-container03 .swiper-slide .img_bottom h6 a{
	font-size: .36rem;
	color: #222;
	padding: .5rem 1.2rem .5rem .5rem;
	display: inline-block;
}
.swiper-container03 .swiper-slide .img_bottom p{
	font-size: .16rem;
	color: #626262;
	line-height: .28rem;
	padding: 0rem 1.2rem .1rem .5rem;
}
.swiper-container03 .swiper-slide img{
	width: 7.8rem;
	height: 5rem;
	position: absolute;
	right: 0;
	bottom: 1.2rem;
	z-index: 3;
	display: inline-block;
}
.swiper-pagination03{
	left: 0!important;
	top: 0!important;
	width: 8rem!important;
	height: 6rem!important;
	z-index: 999!important;
}
.swiper-pagination03 span{
	font-size: .18rem;
	color: #046563;
	opacity: 0.4;
	cursor: pointer;
}
.swiper-pagination-bullet{
    width: auto!important;
    border-radius: 0!important;
    display: block!important;
    height: auto!important;
    margin: 0 auto!important;
}
.swiper-container03 .swiper-pagination03 .swiper-pagination-bullet-active{
	font-size: .18rem;
	color: #046563;
	opacity: 1;
	cursor: pointer;
}
.swiper-pagination03 span:nth-of-type(1){

    position: absolute;
    left: 6.05rem;
    top: 3.1rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;



}
.swiper-pagination03 span:nth-of-type(2){
    position: absolute;
    left: .85rem;
    top: 4rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
}
.swiper-pagination03 span:nth-of-type(3){
    position: absolute;
    left: 2.14rem;
    top: 2.06rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left top;
    background-size: .16rem .23rem;
    padding-top: .26rem;
    padding-left: -.16rem;
}
.swiper-pagination03 span:nth-of-type(4){
    position: absolute;
    left: 6.06rem;
    top: 4.45rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
    cursor: pointer;
}
.swiper-pagination03 span:nth-of-type(5){

    position: absolute;
    left: 2.7rem;
    top: 1.64rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left bottom;
    background-size: .16rem .23rem;
    padding-bottom: .26rem;
    padding-left: -.16rem;

}
.swiper-pagination03 span:nth-of-type(6){
    position: absolute;
    left: 2.95rem;
    top: 2rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
}
.swiper-pagination03 span:nth-of-type(7){
    position: absolute;
    left: 4rem;
    top: 2.87rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
}
.swiper-pagination03 span:nth-of-type(8){
    position: absolute;
    left: .4rem;
    top: 4.95rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
}
.swiper-pagination03 span:nth-of-type(9){
    position: absolute;
    left: 4.44rem;
    top: 2.5rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;
}
.swiper-pagination03 span:nth-of-type(10){
    position: absolute;
    left: 5.8rem;
    top: 2.65rem;
    background: url(https://www.yidaiyilu.gov.cn/images/gjdw/map01.png) no-repeat left center;
    background-size: .16rem .23rem;
    padding-left: .26rem;


}

.swiper-container03 .swiper-button-next03{
	width: 0.15rem;
	height: 0.25rem;
	background: url(../../images/gjdw/left.png);
	background-size: 0.15rem .25rem;
	position: absolute;
	bottom: 0.5rem;
	left: auto;
	top: auto;
	right: 2rem;
	cursor: pointer;
	z-index: 999!important;
}
.swiper-container03 .swiper-button-prev03{
	width: 0.15rem;
	height: 0.25rem;
	background: url(../../images/gjdw/right.png);
	background-size: 0.15rem .25rem;
	position: absolute;
	bottom: 0.5rem;
	left: auto;
	top: auto;
	right: 1rem;
	cursor: pointer;
	z-index: 999!important;
}




.cnhz{
	width: 100%;
	height: 15.58rem;
	background: url(../../images/gjdw/cnhzbg.png) no-repeat center center;
	background-size: cover;
}
.cnhzmain{
	width: 15.62rem;
	height: 12rem;
	margin: 0 auto;
	padding: 2rem 0 1.58rem;
}
.cnLeft{
	width: 7.81rem;
	height: auto;
	float: left;
}
.cnLeft .cntop{
	width: 4.15rem;
	height: 2.14rem;
}
.cnLeft .cntop img{
	width: 4.15rem;
	height: 2.14rem;
}
.cnLeft dl{
	width: 7.81rem;
	height: 6.01rem;
	margin-top: 2.25rem;
	display: inline-block;
	background: #fff;
}
.cnLeft dl dt{
	width: 7.81rem;
	height: 4.4rem;
        position: relative;
}
.cnLeft dl dt img{
	width: 7.81rem;
	height: 4.4rem;
}
.cnLeft dl a dt h2{
	position: absolute;
	left: .34rem;
	bottom: .35rem;
	font-size: .26rem;
	color: #fff;
	right: .34rem;
}
.cnLeft dl a dd{
	width: 6.76rem;
	font-size: .16rem;
	color: #626262;
	line-height: .3rem;
	padding: .25rem .43rem;
}
.cnLeft dl a dt .video{
	width: .74rem;
	height: 0.74rem;
	position: absolute;
	top: 2rem;
	left: 3.4rem;
}
.cnLeft dl a dt .video img{
	width: .74rem;
	height: 0.74rem;
}
.cnRight{
	width: 7.81rem;
	height: 12rem;
	float: right;
}
.cnRight dl{
	width: 7.81rem;
	height: 6.01rem;
	display: inline-block;
	background: #fff;
}
.cnRight dl dt{
	width: 7.81rem;
	height: 4.4rem;
        position: relative;
}
.cnRight dl dt img{
	width: 7.81rem;
	height: 4.4rem;
}
.cnRight dl a dt h2{
	position: absolute;
	left: .34rem;
	bottom: .35rem;
	font-size: .26rem;
	color: #fff;
	right: .34rem;
}
.cnRight dl a dd{
	width: 6.76rem;
	font-size: .16rem;
	color: #626262;
	line-height: .3rem;
	padding: .25rem .43rem;
}

.shzr{
	width: 100%;
	height: 24.81rem;
	background: url(../../images/gjdw/shzr.png) no-repeat center center;
	background-size: cover;
}
.shzrtop{
	width: 100%;
	height: 12.4rem;
}
.shzrtop a img{
	width: 100%;
	height: 12.4rem;
}

.shzrbot{
	width: 100%;
	height: 12.41rem;
}
.shzrbot a img{
	width: 100%;
	height: 12.41rem;
}

.gjjl{
	width: 100%;
	height: 12.4rem;
	overflow: hidden;
}
.gjjlMain{
	width: 17.41rem;
	height: 12.4rem;
	margin-left: 1.8rem;
}
.gjjltop{
	width: 15.66rem;
	height: 2.3rem;
	padding: 1.39rem 0 1rem 0;
}
.gjjltop img{
	float: left;
	width: 4.17rem;
	height: 2.14rem;
}
.gjjltop p{
	float: right;
	width: 7.8rem;
	height: 1.36rem;
	font-size: .16rem;
	color: #222;
	line-height: .36rem;
}
.sction{
	width: calc(100% - 1.8rem);
	height: 7rem;
	/*background: #f00*/
}

.sction .swiper-container02{
	width: 17.21rem;
	height: 7rem;
	overflow: hidden;

}
.sction .swiper-container02 .swiper-slide{
	width: 7.4rem;
	height: 5.82rem;
	border: solid #8ab7b6 0.02rem;
	margin-right: .85rem;
	display: inline-block;
}
.sction .swiper-container02 .swiper-slide:last-child{
	margin-right: 0;
}
.sction .swiper-container02 .swiper-slide a img{
	width: 7.4rem;
	height: 4.77rem;
}
.sction .swiper-container02 .swiper-slide a h2{
	font-size: 0.24rem;
	color: #222;
	line-height: 1.02rem;
	text-align: center;
}
.sction .swiper-container02 .swiper-button-prev02{
	width: 0.12rem;
	height: 0.22rem;
	background: url(../../images/gjdw/left.png);
	background-size: 0.12rem .22rem;
	position: absolute;
	bottom: 0.5rem;
	left: auto;
	top: auto;
	right: auto;
}
.sction .swiper-container02 .swiper-button-next02{
	width: 0.12rem;
	height: 0.22rem;
	background: url(../../images/gjdw/right.png);
	background-size: 0.12rem .22rem;
	position: absolute;
	bottom: 0.5rem;
	left: 1.5rem;
	top: auto;
	right: auto;
}







.foot{
	width: 15.66rem;
	height: 1.20rem;
	margin: 0 auto;
}
.footleft{
	width: 13.00rem;
	height: 1.20rem;
	float: left;
}
.footleft ul{
	padding-top: 0.24rem;
}
.footleft ul li{
	float: left;
	color: #289b99;
	font-size: .14rem;
	line-height: .28rem;
	padding: 0 .20rem;
}
.footright{
	float: right;
	padding-top: 0.20rem;
}
.footright a img{
	display: inline-block;
	width: 100%;
}


.slideBoxsamll .hd{height: 17px;overflow:hidden;position:absolute;right:20px;bottom: 15px;z-index:1;}

.slideBoxsamll .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBoxsamll .hd ul li{float: left;width: 15px;height: 17px;background:url(gu_ctrl1.png) no-repeat;margin-left: 4px;cursor: pointer;list-style:none;}
.slideBoxsamll .hd ul li.on{width: 18px;height: 20px;background: url(gu_ctrl1on.png) no-repeat;}







.biti11111{
	background: url(chuhai.png) center no-repeat;
    width: 100%;
    height: 140px;
    margin: 0px 0px 46px 0px;
    }
    .jtdtpic11111{
        width: 1170px;
        margin: 0 auto;
        
        height: 550px;
    }
    .scy_gjjn11 ul li span{ display:block; font-size:20px; bottom:0; width:375px;  height:104px;
        line-height:45px;  left top repeat; 
        color:#333; text-indent:1em;
        font-weight: 800;
    }
    
    .scy_gjjn11{position:relative;overflow:hidden;}
    .scy_gjjn11 .bd{width: 1170px;margin:0 auto;}
    .scy_gjjn11 ul{width:1200px;}
    .scy_gjjn11 ul li{width:400px;float:left;}
    
    .scy_gjjn11 .prev,.scy_gjjn11 .next{display:inline-block;width:40px;height:75px;position:absolute;top:185px;cursor:pointer;}
    .scy_gjjn11 .prev{left:0;background:url(zuobianxiaoan.png) no-repeat;}
    .scy_gjjn11 .next{right: 0px;;background:url(youbianxiaoan.png) no-repeat;}
    .scy_zcxc11 .fl{width:570px;padding-right:26px; float: left;}
    .scy_zcxc11 h6{font-size:16px;color:#333;}
    .scy_zcxc11 h6 a{float:right;color:#999;font-size:14px;font-weight:400;}
    .scy_zcxc11 ul li{line-height:48px;border-bottom:1px dashed #cbcbcb;}
    
    .scy_zcxc11 ul li span{font-size:14px;color:#999;float:right;}
    .scy_zcxc11 .fr{width:570px;float:left;}
    
    
    .scy_faxg11 ul li{float:left;}
    .scy_faxg11 ul li h5{font-size:16px;color:#333;line-height:28px;padding:16px 30px 0 18px;}
    .scy_faxg11 ul li p{font-size:14px;color:#666;line-height:26px;padding:10px 30px 0 18px;}
    .scy_faxg11 ul li a{font-size:14px;color:#0075c2;line-height:28px;padding-left:18px;}
    .scy_faxg11 ul li.fatz{width:326px;height:300px;background:url(scy_jnxcz_sswubjtu_03.jpg) no-repeat;}
    .scy_faxg11 ul li.jzw{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_05.jpg) no-repeat;}
    .scy_faxg11 ul li.gzfa{width:325px;height:300px;background:url(scy_jnxcz_sswubjtu_04.jpg) no-repeat;}
    
    
    