@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"微软雅黑","Times New Roman", Times, serif; font-size: 14px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none; border: 0px;} 
a:hover{
	text-decoration:underline ;
}
/*==========================Reset_End===========================*/

/*头部内容-start*/
/*第一层  穹顶*/
.moblie{
	display: none;
}
body{
	display: block;
	width: 100%;
    min-width: 1200px;
	background: url(../img/bg.jpg) no-repeat center 0;
}
.header{
		width:100%;
		overflow: hidden;
}
.header_in{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.logo{
	margin-top: 40px;
	margin-left: 66px;
}
.logo img{
	-webkit-animation: fadeInDown 2s 0.5s both;
	-moz-animation: fadeInDown 2s 0.5s both;
	-ms-animation:fadeInDown 2s 0.5s both;
	-o-animation: fadeInDown 2s 0.5s both;
	animation: fadeInDown 2s 0.5s both;
}
.title_img{
	width: 957px;
    margin: 0 auto;
    margin-top:-4px;
    margin-left: 80px;
}
.title_img img{
	-webkit-animation: fadeIn 2s 0.5s both;
	-moz-animation: fadeIn 2s 0.5s both;
	-ms-animation:fadeIn 2s 0.5s both;
	-o-animation: fadeIn 2s 0.5s both;
	animation: fadeIn 2s 0.5s both;
}
.gove{
	position: absolute;
    z-index: 2000;
    top: 130px;
    left: 569px;
}
.gove img{
	-webkit-animation:fadeInRight 2s 0.1s both;
	-moz-animation: fadeInRight 2s 0.1s both;
	-ms-animation:fadeInRight 2s 0.1s both;
	-o-animation: fadeInRight 2s 0.1s both;
	animation: fadeInRight 2s 0.1s both;
}
.renming{
	position: absolute;
    z-index: 20;
    top: -1px;
    left: 655px;
}
.renming img{
	-webkit-animation:fadeInRight 2s 0.1s both;
	-moz-animation: fadeInRight 2s 0.1s both;
	-ms-animation:fadeInRight 2s 0.1s both;
	-o-animation: fadeInRight 2s 0.1s both;
	animation: fadeInRight 2s 0.1s both;
}
/*头部内容-end*/

/*主体内容-satart*/
	.content{
	width: 100%;
    min-width: 1200px;
    overflow: hidden;
   /*margin-top: -157px;*/
    position: relative;
    z-index: 2000;
	}
	.content_in{
		width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.show{
		display: block;
	}
	.hide{
		display: none;
	}
	.a_img{
		display: block;
		overflow: hidden;
	}

	.a_img img {
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	.a_img:hover img {
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
		-ms-transform:scale(1.1);
	}
	/*00导航栏-start*/
		.nav{
			width: 118px;
			position: absolute;
			right: -175px;
			/*position: fixed;*/
			top:0px;
			padding-top:0px;
			z-index: 99;
			/*background: url(../img/nav_top.png) no-repeat;*/
		}
		.nav_focus{
			background-color:#fdeae9;
		}
		.nav_core{
		background-color: #fde9e8;	
		}
		.nav_news{
		background-color: #fde6e4;	
		}
		.nav_look{
			background-color: #fde4e2;
		}
		.nav_meeting{
			background-color: #fddfdd;
		}
		.nav_five{
			background-color: #fddbd9;
		}
		.nav_viewpoint{
		background-color:#fdd7d5;	
		}
		.nav_viewpoint_1{
			background-color: #fdd2d0;
		}
		.nav_partner{
		background-color: #fdcfcd;	
		}
		.nav p,
		.nav div{
			width:141px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			z-index: -1;
			margin-bottom: 1px;
		}
		.nav div.nav_top{
	position: relative;
	background:none;
    top: -17px;
    left: 19px;
    z-index: 100;
		}
		.nav p:hover{
			background-color: #e14038;
		}
		.nav .nav_p_hover{
			background-color: #e14038;
		}
		.nav .nav_p_hover a{
			color: #fff;
		}
		.nav p:hover a{
			color: #fff;
		}
		.nav a{
			font-size: 18px;
			color: #922621;
		}
	/*00导航栏-end*/

	/*01习专区-start*/
		.first_xi{
	width: 1200px;
    margin: 0 auto;
		}
	.FX_out{
	position: relative;
    height: 484px;
    width: 1200px;
    margin: 0 auto;
    top:26px;		
    border:2px solid #ffc899;
		}
		.FX_bjbox{
			width: 1194px;
			height: 404px;
			/*background-color: #f93b22;*/
			position: absolute;
			left: 6px;
			top: 6px;
			z-index: 1;
		}
		.FX_in{
			width: 1200px;
			height:484px;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2;
			overflow: hidden;
		}
		/*左侧轮播*/
		.FX_lunbo{
			float: left;
			width: 678px;
			height:452px;
			margin-top: 14px;
			margin-left:11px;
			position: relative;
		}
		/*轮播图片为678*380*/
		
		.FX_lunbo .lunbo_btnL,
		.FX_lunbo .lunbo_btnR{
			display: block;
			width: 47px;
			height: 99px;
			cursor: pointer;
			position: absolute;
			top: 185px;
			z-index: 2;
		}
		.FX_lunbo .lunbo_btnL{
			left: 0px;
		}
		.FX_lunbo .lunbo_btnR{
			right: 0px;
		}
		.FX_lunbo .lunbo_out{
			width: 678px;
			height: 452px;
			overflow: hidden;
		}
		.FX_lunbo .lunbo_in{
			width: 678px;
			height: 452px;
			overflow: hidden;
		}
		.FX_lunbo  li{
			float: left;
			display: none;
			width: 678px;
			height: 452px;
			position: relative;
		}
		.FX_lunbo  .show{
			display: block;
		}
		.FX_lunbo  li img{
			width: 678px;
			height:452px;
		}
		.FX_lunbo .lunbo_txt{
			position: absolute;
			width: 678px;
			height: 147px;
			background:  url(../img/FX_lunbo_txt_bj.png) 0 0 no-repeat;
			left: 0;
			bottom: 0;
		}
		.FX_lunbo .lunbo_txt p{
			padding-top:88px;
			padding-left: 30px;
		}
		.FX_lunbo .lunbo_txt p a{
			font-size: 21px;
			color: #fff1a4;
		}
		/*右侧图片*/
		.FX_right{
			float: left;
			margin-top: 14px;
			margin-left: 13px;
		}
		.FX_right_line1{
			overflow: hidden;
		}
		.FX_right_line1 .a_img{
			float: left;
			margin-right: 12px;
			width: 234px;
			height: 156px;
		}
		/*右侧第一行图片为234*130*/
		.FX_right_line1 img{
			overflow: hidden;
			width: 234px;
			height: 156px;
		}
		.FX_right_line2{
			overflow: hidden;
			margin-top: 12px;
		}
		/*右侧第二行图片为152*238*/
		.FX_right_line2 .a_img{
			float: left;
			margin-right: 12px;
			width: 152px;
			height: 284px;
		}
		.FX_right_line2 img{
			overflow: hidden;
			width: 152px;
			height: 284px;
		}
		/*新增*/
		.core_title{
			width:1200px;
			margin: 0 auto;
		}
	/*01习专区-end*/
	/*02-焦点新闻-start*/
	   /*焦点新闻轮播图为660*372*/
		.focus_news{
			margin-top: 100px;
			overflow: hidden;
		}
		.FN_title{
			width:1200px;
            margin: 0 auto;
		}
		/*左侧*/
		.FN_left{
			float: left;
			width: 510px;
			margin-top: 55px;
		}
		.FN_left li{
			padding-top: 25px;
			padding-bottom: 35px;
			border-top: 1px solid #c9aa79;
		}
		.FN_left .FN_left_firstLI{
			padding-top: 0;
		}
		.FN_left .FN_left_lastLI{
			padding-bottom: 0;
			background: none;
		}
		.FN_left .FN_left_p1 a{
			font-size: 26px;
			color: #171717;
		}
		.FN_left .FN_left_p1 a:hover{
			color: #c10e00;
		}
		.FN_left .FN_left_p2{
			padding-top: 25px;
			font-size: 16px;
			color: #494949;
		}
		
		/*右侧*/
		.FN_right{
			float: left;
			width: 660px;
			margin-left: 30px;
			margin-top: 55px;
		}
		/*轮播*/
		.FN_lunbo{
			width: 660px;
			height:470px;
			position: relative;
		}
		.chang{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:660px;
	height:470px;
	overflow:hidden;
	}
.chang a:link,.chang a:visited{
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
.yx-rotaion{margin:0 auto;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute; margin:0px; padding:0px;}
.yx-rotation-title{position:absolute;width:100%;height:60px;line-height:60px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:22px;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:18px;font-family:"微软雅黑";z-index:2;bottom:20px;left:10px;line-height:60px}
.yx-rotation-focus span,.yx-rotaion-btn span{ margin:0px; padding:0px;display:block;}
.yx-rotation-focus{height:50px;line-height:50px;right:0px;bottom:-17px;z-index:2}
.yx-rotation-focus span{ margin:0px 5px 0px 0px;width:6px;height:6px;background:url(../img/btn_bg.png) no-repeat;line-height:6px;float:left;margin-left:5px;position:relative;top:17px;left:5px;cursor:pointer;text-indent:-9999px}
.yx-rotaion-btn{ width:100%;height:41px;top:50%;margin-top:-20px; text-decoration:none;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;position:relative}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{/*background-position:-10px -126px;background:#B93A39; */
width:26px;
height: 6px;
background: url(../img/hover_bg.png) no-repeat;
}
.rotaion_list{ margin:0px; padding:0px;width:0;height:0;overflow:hidden;}
		/*文字*/
		.FN_right_txt li{
			height: 72px;
			line-height: 72px;
			border-top: 1px solid #c9aa79
		}
		.FN_right_txt .FN_right_txt_lastLI{
			background: none;
		}
		.FN_right_txt li a{
			font-size: 20px;
			color: #333;
		}
		.FN_right_txt li a:hover{
			color: #c10e00;
		}
	/*02-焦点新闻-end*/
    /*03-两会直播-start*/
   /*图片均为300*199*/
    .news_live{
    	margin-top: 100px;
    }
    .news_live_title{
    	width:1200px;
    	margin: 0 auto;
    }
    .news_live_top{
    width: 1200px;
    min-width: 1200px;
    position: relative;
    }
    .news_live_bg{
     width: 1920px;
    height: 384px;
    position:absolute;
    top: -168px;
    left: -357px;
    z-index: -1;
    }
    .news_live_content{
   /* margin-top:58px;*/
    width: 1200px;
    min-width: 1200px;
    height:538px;
    position: relative;
    }
    .news_live_content_bg{
    width: 1920px;
    height: 714px;
    position: absolute;
    top: -151px;
    left: -357px;
    z-index: -1;
    }
    .news_live_lunbo{
    	width:1200px;
    	height: 400px;
    	margin: 0 auto;
    	/*margin-top: 67px;*/
    }
    .MxSlider{
	width: 100%;
	float: left;
	height: 538px;
	position: relative;
}
    .mx-slider_wrap{
	position: relative;
	display: block;
	float: left;
	width: 6000px;
	height: auto;
	margin: 0px auto;
	/*overflow: hidden;*/
}
.mx-slide{
	position: absolute;
	width: 1200px;
	display: table;
	float: left;
	left: 0%;
}
    /* Navigation 
.mx-navigation{
	position: absolute;
	float: left;
	width: 100%;
	top: 0%;
	z-index: 888;
}*/
.mx-navigation{display:none;}
.mx-prev, .mx-next{
	display: table;
	width: 24px;
	height: 47px;
	cursor: pointer;
	margin-top:235px;
}
.mx-prev{
	float: left;
	margin-left: -40px;
	background: url(../img/prev.png) no-repeat;
}
.mx-next{
	float: right;
	margin-right: -40px;
	background: url(../img/next.png) no-repeat;
}
.mx-nav_dots{
	position: absolute;
	width: 100%;
	top: 0%;
    text-align: center;
	z-index: 889;
	margin-top: 470px;
}
.mx-nav_dots span{
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 7px;
	background:url(../img/btn_1.png) no-repeat;
	cursor: pointer;
}
.mx-nav_dots span.dotActive{
	width:32px;
	height: 8px;
	background:url(../img/hover1_bg.png) no-repeat;
}
   /*03-两会直播-end*/
	/*04-中国日报专稿-start*/
		.look_chinese{
			margin-top: 100px;
		}
		.zhuangao_title{
			width:1200px;
			margin: 0 auto;
		}
		.LC_content{
			margin-top:65px;
			overflow: hidden;
		}
		.look_chinese .a_img{
			background-color: #000;
		}
		.look_chinese .a_img img{
			opacity: 0.8;
		}
		.look_chinese .a_img img:hover{
			opacity: 1;
		}

		/*公用样式*/
		.LC_box_txt_p1{
			padding-top: 15px;
			padding-left:24px;
			width: 130px;
			line-height: 26px;
		}
		.LC_box_txt_p1 a{
			font-size: 20px;
			color: #fff;
		}
		.LC_box_txt_p2{
			margin-top: 25px;
			margin-left: 24px;
			width: 117px;
			height: 3px;
			background-color: #d1a84f;
		}
		.LC_box_txt_p3{
			margin-top:10px;
			margin-left: 24px;
		}
		.LC_box_txt_p3 a{
			font-size: 15px;
			color: #fff;
		}

		/*LC_box1*/
		.LC_box1{
			float: left;
			width: 390px;
			height: 370px;
			position: relative;
		}
		.LC_box1 .a_img img{
			width: 390px;
			height: 370px;
		}
		.LC_box1_txt{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			overflow: hidden;
		}
		.LC_box1_txt_content{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #eaeaea;
		}
		.LC_box1_txt_sj{
			float: left;
			margin-top: 15px;
		}

		.LC_box1 .LC_box_txt_p1{
			padding-top: 15px;
			padding-left:24px;
			width: 130px;
			line-height: 32px;
		}
		.LC_box1 .LC_box_txt_p1 a{
			font-size: 26px;
			color: #333;
		}
		.LC_box1 .LC_box_txt_p2{
			margin-top: 10px;
			margin-left: 24px;
			width: 117px;
			height: 3px;
			background-color: #d1a84f;
		}
		.LC_box1 .LC_box_txt_p3{
			margin-top:5px;
			margin-left: 24px;
		}
		.LC_box1 .LC_box_txt_p3 a{
			font-size: 15px;
			color: #333;
		}

		/*LC_box2*/
		.LC_box2{
			float: left;
			width: 195px;
			height: 370px;
			margin-left: 10px;
		}
		.LC_box2 .a_img img{
			width: 195px;
			height: 180px;
		}
		.LC_box2_txt{
			position: relative;
			width: 195px;
			height: 190px;
			background-color: #e73100;
		}
		.LC_box2_txt_sj{
			position: absolute;
			top: -26px;
			right: 13px;
		}

		/*LC_box3*/
		/*第一行第一张图片390*370*/
		.LC_box3{
			float: left;
			width: 390px;
			height: 370px;
			margin-left: 10px;
		}
        .LC_box3 .a_img img{
			width: 195px;
			height: 180px;
		}
		.LC_box3_line1{
			overflow: hidden;
			width: 390px;
			height: 180px;
		}
		.LC_box3_line1 .a_img{
			float: left;
		}
		/*第一行第二张图片195*180*/
		/*其余图片也是195*180*/
		.LC_box3_line1_txt{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #e73100;
			position: relative;
		}
		.LC_box3_line1_txt_sj{
			position: absolute;
			left: -25px;
			top: 140px;
		}

		.LC_box3_line2{
			overflow: hidden;
			width: 390px;
			height: 180px;
			margin-top: 10px;
		}
		.LC_box3_line2_txt{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #eaeaea;
			position: relative;
		}
		.LC_box3_line2_txt_sj{
			position: absolute;
			right: -25px;
			top: 15px;
			z-index: 2;
		}
		.LC_box3_line2 .a_img{
			float: left;
		}

		.LC_box3_line2 .LC_box_txt_p1 a,
		.LC_box3_line2 .LC_box_txt_p3 a{
			color: #333;
		}


		/*复用公用样式box1,box2，设置特殊样式*/
		/*LC_box2_02*/
		.LC_box2_02 .LC_box2_txt{
			background-color: #eaeaea;
		}
		.LC_box2_02 .LC_box_txt_p1{
			width: 156px;
		}
		.LC_box2_02 .LC_box_txt_p1 a,
		.LC_box2_02 .LC_box_txt_p3 a{
			color: #333;
		}
		
		.LC_content .LC_box2_03,
		.LC_content .LC_box2_04,
		.LC_content .LC_box3_02,
		.LC_content .LC_box3_03{
			margin-top:10px;
		}
		

		/*LC_box2_03*/
		.LC_content .LC_box2_03{
			margin-left: 0;
		}
		.LC_box2_03 .LC_box2_txt{
			background-color: #eaeaea;
		}
		.LC_box2_03 .LC_box_txt_p1 a,
		.LC_box2_03 .LC_box_txt_p3 a{
			color: #333;
		}

		/*LC_box3_02*/
		.LC_box3_02 .LC_box3_line1_txt{
			background-color: #eaeaea;
		}
		.LC_box3_02 .LC_box_txt_p1 a,
		.LC_box3_02 .LC_box_txt_p3 a{
			color: #333;
		}

		.LC_box3_02 .LC_box3_line2_txt{
			background-color: #fde6d0;
		}
		.LC_box3_02 .LC_box3_line2 .LC_box_txt_p1{
			width: 135px;
		}

		/*LC_box3_03*/
		.LC_box3_03 .LC_box_txt_p1 a,
		.LC_box3_03 .LC_box_txt_p3 a{
			color: #333;
		}
		.LC_box3_03 .LC_box3_line1_txt{
			background-color: #fde6d0;
		}
		.LC_box3_03 .LC_box3_line1 .LC_box_txt_p1{
			width: 140px;
		}
	/*04-中国日报专稿end*/
	/*05-两会视频-start*/
		.direct_play{
			margin-top: 100px;
		}
		.DP_title{
			width:1200px;
			margin: 0 auto;
		}
		.DP_content{
			margin-top: 50px;
			height: 477px;
			padding-top:28px;
			position: relative;
		}
          .DP_bg{
         width: 1920px;
         height: 1141px;
         position: absolute;
         top: -430px;
         left: -357px;
         z-index: -1;
          }
		/*轮播图*/
		/*轮播图片为406*228*/
		.DP_lunbo{
			width: 987px;
			height: 261px;
			margin: 0 auto;
			position: relative;
            z-index: 30000;
		}
		.DP_left,
		.DP_right{
			position: absolute;
			top: 110px;
			cursor: pointer;
		}
		.DP_left{
			left: 0;
		}
		.DP_right{
			right: 0;
		}
		.DP_lunbo_out{
			width:889px;
            margin: 0 auto;
           height: 310px;
           position: relative;
           overflow: hidden;
		}
		.DP_lunbo_out li{
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out li .a_img{
			width: 100%;
			height: 100%;
		}
		.DP_lunbo_out li .a_img img{
			width: 100%;
			height: 100%;
		}
		.DP_lunbo_out .DP_lunbo_li1{
			position: absolute;
			top: 22px;
			left: 0;
			width: 406px;
			height: 271px;
			z-index: 2;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li2{
			position: absolute;
			top: 0px;
			left: 232px;
            width: 465px;
            height: 310px;
			z-index: 3;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li3{
			position: absolute;
			top: 22px;
			left: 492px;
			width: 406px;
			height: 271px;
			z-index: 2;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li4{
			position: absolute;
			top: 22px;
			left: 492px;
			width: 406px;
			height: 228px;
			z-index: 1;
		}
		.DP_lunbo_out li div{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: rgba(0,0,0,0.5);
		}
		.DP_lunbo_out li div p{
			padding-left:18px;
		}
		.DP_lunbo_out li div p a{
			color: #fff;
			font-size: 14px;
		}

              /*第二行图片为227*127*/
		.DP_line2{
			    margin-top:90px;
                overflow: hidden;
                padding-left: 89px;
                position: relative;
                z-index: 3000;
		}
		.DP_line2_box{
			float: left;
			width: 227px;
			margin-left:25px;
		}
		.DP_line2_box img{
            width: 227px;
            height: 151px;
}
		.DP_line2_box p{
			padding-top:5px;
			line-height: 18px;
		}
		.DP_line2_box p a{
			color: #aa9066;
			font-size: 14px;
		}
	/*05-两会视频-end*/

	/*06-海外观察-start*/
		.overseas_observe{
			margin-top:100px;
			background: url(./img/OB_bj.png) center 160px no-repeat;
		}
		.OB_title{
			width:523px;
			margin: 0 auto;
		}
		.overseas_observe a:hover{
			text-decoration: none;
		}
		.OB_content{
			margin-top: 38px;
			overflow: hidden;
		}
		.OB_ul1{
			float: left;
			width: 570px;
			margin-left: 2px;
		}
		.OB_ul2{
			float: right;
			width: 570px;
		}
		.OB_ul li{
			padding-top: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid #deccae;
		}
		.OB_ul li:hover{
			background-color: #f4eee4;
		}
		.OB_p1{
			line-height: 36px;
			margin-bottom: 12px;
		}
		.OB_p1 a{
			font-weight: bold;
			color: #333;
			font-size: 20px;
		}
		.OB_p2{
			line-height: 24px;
		}
		.OB_p2 a{
			color: #333;
			font-size: 16px;
		}
	/*06-海外观察-end*/

	/*-两会直播复用代码-start*/
		.data_news{
			margin-top:50px;
		}
		.DN_content{
			margin-top: 20px;
			width: 1200px;
			min-width: 1200px;
			height: 552px;
			position: relative;
		}
		.DN_bj{
			width: 1920px;
			height: 552px;
			position: absolute;
			top: 0;
			left: -357px;
			z-index: 1;
		}
		.DN_content_in{
			position: absolute;
			z-index: 2;
			width: 1203px;
			left: -1px;
			top: 59px;
			overflow: hidden;
		}
.DN_content_in a.a_img img{
  width:300px;
  height:200px;
}
		/*公用样式*/
		.DN_box_txt_p1{
			width: 235px;
			height: 30px;
			padding-top:12px;
			padding-left:58px;
			background: url(../img/time_bg_y.png) no-repeat;
			background-position: 20px 8px;
		}
		.DN_box_txt_p1 a{
			color: #fff3d5;
			font-size: 20px;
			line-height: 20px;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p2{
			margin-top: 15px;
		}
		.DN_box_txt_p2 a{
			color: #fff3d5;
			font-size: 20px;
			line-height: 20px;
			margin-left: 20px;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p3{
			margin-top: 8px;
		}
		.DN_box_txt_p3 a{
			color: #fff3d5;
			font-size: 30px;
			line-height: 20px;
			margin-left: 20px;
			font-weight: bold;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p4{
			margin-top: 18px;
		}
		.DN_box_txt_p4 a{
			display: block;
            width: 230px;
			color: #fff3d5;
			font-size: 20px;
			line-height: 20px;
			margin-left: 20px;
			font-family: "微软雅黑";
		}
		/*DN_box1*/
		.DN_box1{
			float: left;
			width: 300px;
			height: 399px;
			/*border-right: 1px solid #e14038;*/
		}
		.DN_box1_txt{
			width: 300px;
			height: 200px;
			background-color: #c9aa79;
			position: relative;
		}
		.DN_box1_txt_sj{
			position: absolute;
			top: -30px;
			right: 11px;
		}
		/*DN_box2*/
		.DN_box2{
			float: left;
			width: 300px;
			height: 399px;
			/*border-right: 1px solid #e14038;*/
           overflow:hidden;
		}
		.DN_box2_txt{
			width: 300px;
			height: 199px;
			background-color: #f8efe2;
           /* border-bottom: 1px solid #e14038;*/
			position: relative;
             overflow:hidden;
		}
		.DN_box2_txt_sj{
			position: absolute;
			bottom: -34px;
			right: 10px;
			z-index: 2;
		}
		.DN_box2 .DN_box_txt_p1 a{
			color: #fff;
		}
		.DN_box2_txt_p1{
			width: 235px;
			height: 30px;
			padding-top:12px;
			padding-left:58px;
			background: url(../img/time_bg_r.png) no-repeat;
			background-position: 20px 8px;
		}
		.DN_box2_txt .DN_box2_txt_content .ziti_c a{
			color: #e14038;
		}
		/*复用代码特殊样式*/
		.DN_content_in .DN_box2_02{
			border-right: 0;
		}
	/*两会直播-end*/

	
		/*复用代码特殊样式*/
		.IS_left2{
			margin-left: 1px;
		}
		.IS_left3{
			margin-top:1px;
		}
		.IS_left5{
			margin-left: 1px;
		}
		.IS_right2,
		.IS_right4{
			margin-left: 1px;
		}

	/*06-提案议案-start*/
	/*图片为301*170*/
		.five_years{
			margin-top: 160px;
			position: relative;
			z-index: 2;
		}
		.FY_title{
			width:1200px;
			margin: 0 auto;
		}
		.FY_content{
			margin-top: 50px;
			overflow: hidden;
		}
		.FY_left{
			float: left;
			width: 608px;
			overflow: hidden;
		}
		.FY_left_box{
			float: left;
			width: 300px;
			margin-right:4px;
		}
		.FY_left_box img{
			width: 300px;
			height: 200px;
		}
		.FY_left_box p{
			line-height: 18px;
			padding-top:10px;
			padding-bottom: 10px;
		}
		.FY_left_box p a{
			font-size: 14px;
			color: #333;
		}
		.FY_right{
			float: right;
			width: 566px;
		}
		.FY_right a:hover{
			text-decoration: none;
		}
		.FY_right li{
			padding-top:21px;
			padding-bottom: 21px;
			border-bottom: 1px solid #dfccaf;
		}
		.FY_right .FY_right_lastLI{
			border-bottom: 0;
		}
		.FY_right li:hover{
			background-color: #f4eee4;
		}
		.FY_right li a{
			color: #333;
			font-size: 20px;
		}
	/*06-301*170*-end*/

	/*07两会视点 -start*/
	.viewpoint{
		margin-top: 100px;
	}
	.viewpoint a:hover{
		text-decoration: none;
	}
	.meeting_viewpoint{
		width:600px;
		margin-bottom: 15px;
	}
	.viewpoint_l{
		width:603px;
		float: left;
	}
	.viewpoint_r{
		width:597px;
		float: left;
	}
	.bilingual{
		margin-bottom: 68px;
		margin-left: 15px;
	}
	.bilingual img{
		padding-left: 30px;
	}
	/*两会视点- end*/
	/*08-合作媒体-start*/
		.media_partners{
			margin-top:100px;
			position: relative;
			z-index: 2;
		}
		.MP_content{
			margin-top: 50px;
			overflow: hidden;
		}
		.MP_content .a_img{
			float: left;
			width: 160px;
			height: 55px;
			margin:10px 20px;
		}
		.MP_content .a_img img{
			width: 160px;
			height: 55px;
		}

	/*08-合作媒体-end*/

	/*013-合作媒体-start*/
		.cooperative_partner{
			margin-top:100px;
		}
		.CP_content{
			margin-top: 40px;
			overflow: hidden;
		}
		.CP_content .a_img{
			float: left;
			width: 160px;
			height: 55px;
			margin:10px 20px;
		}
		.CP_content .a_img img{
			width: 160px;
			height: 55px;
		}
		.MP_title{
			width:1200px;
			margin: 0 auto;
		}
	/*013-合作媒体-end*/
/*主体内容-end*/

/*底部内容-start*/
	.foot{
		margin:40px 0px 0px 0px;
		padding:35px 0px;
		background:#E5E5E5;
		border-top:8px solid #e14038;
		}
		
	.foot-nei{
		margin:0px auto;
		padding:0px;
		width:990px;
		}	
	.foot-a{
		margin:0px;   
		padding:0px;
		text-align:center;
		}	
	.foot-b{
		margin:10px 0px 0px 0px;
		padding:0px;
		text-align:center;
		}
	.foot-b span{
		margin:0px 5px 0px 5px;
		padding:0px;
		color:#666;
		}		
	.foot-b a:link,.foot-b a:visited{
		margin:0px;
		padding:0px;
		text-decoration:none;
		color:#666;
		font-size:14px;
		}	
	.foot-b a:hover{
		text-decoration:underline;
		}	
		
	.footwo{
		margin:0px 0px 0px 0px;
		padding:25px 0px;
		background:#D8D8D8;
		border-top:1px solid #E9E9E9;
		}
		
	.footwo-nei{
		margin:0px auto;
		padding:0px;
		width:990px;
		}	
	.foot-c{
		margin:0px auto;
		padding:0px;
		text-align:center;
		font-size: 12px;
	    color: #666;
	    line-height: 20px;
	    width:730px;
		}		
/*底部内容-end*/
/*@media only screen and (min-width: 414px){
	.first_xi {
    width: 1331px;
    height: 535px;
    margin: 0 auto;
    margin-left: -85px;
    background: url(img/bg_11.png) no-repeat;
    background-size: 100% 100%;
}
	
}*/
/*@media only screen and (max-width: 768px) {
	.header img {
		width: 1029px;
        left: 40px;
}
}*/
@media only screen and (max-width: 768px) {
	html,body{
		font-size:100px;
	}
    body{
    width:100%;
    padding: 0px;
    margin: 0px;
    height: 7.28rem;
    min-width: 6.4rem;
    overflow-x: hidden;
    background: url(../img/bg_m.jpg) no-repeat;
    background-size: 100%;
    overflow-x: hidden;
	}
	.pc{
		display: none;
	}
	.moblie{
		display: block;
	}
	.header_m{
		width: 6.4rem;
		height: 2.26rem;
	}
	.header_in_m{
		width: 6.08rem;
		height: 2.26rem;
		margin: 0 auto;
		position: relative;
	}
	.header_img{
		width: 0.71rem;
		height: 0.69rem;
		position: absolute;
		right:0.1rem;
		top: 0.38rem;
	}
	.header_img img{
		width: 0.71rem;
		height: 0.69rem;
	}
.nav_m{
    display:none;
    position: fixed;
    top: 0rem;
    left:0rem;
    width: 6.4rem;
    height: 10rem;
    background-color: transparent;
    z-index: 998;
}
.header_m .nav_show{
	display: block;
}
.nav_m ul {
    position: fixed;
    top:0rem;
    left:-2.69rem;
    width:2.69rem;
    height: auto;
    background-color:#f8eae9;
    z-index: 999;
    opacity: 0.95;
}
.nav_m li{
    height: 0.64rem;
    line-height: 0.64rem;
    border-top: 1px solid #e99e9a;
    overflow: hidden;
    padding-left: 0.45rem;
}
.nav_m li:hover{
	background-color: #e14038;
}
.nav_m li:hover a{
	color: #fff;
	text-decoration: none;
}
.nav_m a{
	font-family: "微软雅黑";
    font-size: 0.26rem;
    color: #922621;
    float: left;
}
li.nav_Latest{
	border-top:none;
}
.nav_m li.first_li{
	height: 0.83rem;
	line-height: 0.83rem;
	border:none
}
.nav_m li.first_li img{
	width: 1.27rem;
	height: 0.78rem;
	position: relative;
    top: -0.2rem;
}
.nav_m li.first_li:hover{
	background: none;
}
.nav_m li.last_li img{
	width: 0.34rem;
	height: 0.22rem;
	padding-top: 0.2rem;
}
.container{
	width: 6.08rem;
	margin: 0 auto;
	overflow: hidden;
}
.first_xi {
    width:6.08rem;
    margin: 0 auto;
}
.core_title {
    width:6.08rem;
    margin: 0 auto;
    height: 0.2rem;
}
.core_title img{
	width: 5.34rem;
	height: 0.51rem;
	float: left;
}
.core_title .title_more{
	float: right;
	font-family: "微软雅黑";
	font-size: 0.18rem;
	text-decoration: underline;
	color: #f4b789;
	padding-top: 0.1rem;
}
.FX_out {
    position: relative;
    height: 4.05rem;
    width:6.08rem;
    margin: 0 auto;
    top:0.4rem;
    border: none;
}
.FX_lunbo li img{
    height: 4.05rem;
    width:6.08rem;	
}
.FX_lunbo .lunbo_btnL, .FX_lunbo .lunbo_btnR{
	display: block;
	width: 0.47rem;
	height: 0.99rem;
	top:1.2rem;
}
.FX_lunbo .lunbo_btnR{
	right:0;
}
.FX_lunbo .lunbo_out{
	height: 4.05rem;
    width:6.08rem;
}
.FX_lunbo .lunbo_in{
	height: 4.05rem;
    width:6.08rem;
}
.FX_lunbo li{
    height: 4.05rem;
    width:6.08rem;
}
.FX_lunbo .lunbo_txt{
	width: 6.08rem;
 	height:2rem;
      background-position: bottom;
}
.FX_lunbo .lunbo_txt p{
	padding-top: 0.88rem;
	padding-left: 0.3rem;
}
.FX_lunbo .lunbo_txt p a{
	font-size: 0.21rem;
}
.FN_title .title_more{
	color: #956f29;
    position: absolute;
        right: 0.2rem;
    width: 1.2rem;
    text-align: center;
    background-color: #fff;
}
.FN_title img{
	width: 5.34rem;
	height: 0.57rem;
}
.FX_lunbo{
	width: 6.08rem;
	height: 4.05rem;
   margin:0;
}
.FX_in {
    width:6.08rem;
    height:4.05rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    overflow: hidden;
}
/*焦点新闻*/
.FN_lunbo{
	width: 2.6rem;
	height:1.73rem;
	float: left;
}
.focus_news{
	margin-top:0.7rem;
}
.FN_left li{
	border:none;
}
.FN_left{
	width:6.08rem;
	margin-top: 0.28rem;
}
#picPlayer{ margin:0px auto;width:2.6rem;position:relative;display:inline;}
#picPlayer ul{width:2.6rem;position:relative; margin:0px 0px 10px 0px; padding:0px;}
#picPlayer li{display:none; margin:0px; padding:0px;}
#picPlayer li img{
	width: 2.6rem;
	height: 1.73rem;
	cursor: pointer;
	}
#picPlayer .currentPlay{ display:block;}
#myBtn{
	width: 2rem;
    height: 0.08rem;
    text-align: center;
    z-index: 77777777;
    position: absolute;
    left: 2.1rem;
    top: 1.6rem;
	}
#myBtn span{width:0.06rem; height:0.06rem; display:block; float:left; background:url(../img/my_btn.png) no-repeat;background-size: 100%; cursor:pointer; margin-right:0.08rem;}
#myBtn .currentBtn{width:0.26rem; height:0.06rem; background:url(../img/btn_h.png) no-repeat;background-size: 100%;}
.right_p{
	float: right;
	width: 3.27rem;
	height: 1.53rem;
	background-color:#f8efe2;
	font-size: 0.24rem;
	color: #956f29;
	padding-top: 0.2rem;
	padding-left: 0.2rem;
}
.FN_left .FN_left_p1 a {
    font-size:0.24rem;
    color: #956f29;
}
.first_ul{
	clear: both;
}
.FN_left .first_ul li{
   border: none;
    width: 6.08rem;
    margin: 0 auto;
    margin-bottom: 1px;
    background-color: #f8efe2;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.1rem;
}
.FN_left .first_ul li p{
	padding-right: 0.1rem;
}
.FN_left .first_ul li:hover{
	background-color: #c9aa79;
}	
.FN_left .first_ul li:hover a{
	color: #fff;
}
.FN_right {
    float: left;
    width:6.08rem;
    margin: 0 auto;
}
.FN_right_txt li{
    height:0.77rem;
   line-height:0.77rem;
    border-top: 1px solid #c9aa79;
}
.FN_right_txt li:hover{
	background-color: #f4eee4;
}
.FN_right_txt li:hover a{
	color: #333;
	text-decoration: none;
}
.FN_right_txt li a {
    font-size:0.2rem;
    color: #333;
    display: block;
}
/*两会直播*/
.news_live {
    margin-top:0.3rem;
}
.news_live_title img{
	width: 5.31rem;
	height: auto;
	margin-bottom: 0.3rem;
}
.news_live_content_m{
	width: 6.01rem;
	margin: 0 auto;
}
.DN_box1{
    float: left;
    width:3rem;
    height:4.3rem;
    overflow:hidden;
}
.DN_box1 img{
	width:3rem;
    height:2rem;
}
.DN_box1_txt {
    width:3rem;
    height:2.3rem;
    background-color: #c9aa79;
    position: relative;
}
.DN_box1_txt img{
	width:0.35rem;
	height: 0.35rem;
}
.DN_box1_txt_sj {
    position: absolute;
    top: -0.3rem;
    right: 0.1rem;
}
.DN_box_txt_p1 a {
    color: #fff3d5;
    font-size:0.2rem;
    line-height:0.2rem;
    font-family: "微软雅黑";
}
.DN_box_txt_p1 {
    width: 1.6rem;
    height: 0.3rem;
    padding-top: 0.25rem;
    padding-left: 0.8rem;
    background: url(../img/time_bg_y.png) no-repeat;
    background-position: 16px 8px;
    background-size: 0.4rem 0.4rem;
}
.DN_box_txt_p2 a {
    color: #fff3d5;
    font-size:0.2rem;
    line-height:0.2rem;
    margin-left:0.2rem;
    font-family: "微软雅黑";
}
.DN_box_txt_p3 a {
    color: #fff3d5;
    font-size:0.3rem;
    line-height:0.2rem;
    margin-left:0.2rem;
    font-weight: bold;
    font-family: "微软雅黑";
}
.DN_box_txt_p2 {
    margin-top:0.15rem;
}
.DN_box_txt_p3 {
    margin-top:0.08rem;
}
.DN_box_txt_p4 {
    margin-top: 0.18rem;
}
.DN_box_txt_p4 a {
    display: block;
    width: 2.3rem;
    color: #fff3d5;
    font-size:0.2rem;
    line-height:0.25rem;
    margin-left:0.2rem;
    font-family: "微软雅黑";
}
.DN_box2 {
    float: right;
    width: 3rem;
    height: 4.3rem;
}
.DN_box2_txt_p1 {
    width: 1.6rem;
    height: 0.3rem;
    padding-top: 0.25rem;
    padding-left: 0.8rem;
    background: url(../img/time_bg_r.png) no-repeat;
    background-position: 16px 8px;
    background-size: 0.4rem;
}
.DN_box2_txt {
    width:3rem;
    height:2.3rem;
}
.DN_box2 img{
	width:3rem;
    height:2rem;
}
.DN_box2_txt img{
    width:0.35rem;
	height: 0.35rem;	
}
.DN_box2_txt_sj {
    position: absolute;
    bottom: -0.35rem;
    right: 0.1rem;
    z-index: 2;
}
.DN_box1_02 img.picture{
	width:3rem;
    height:2rem;
}
.look_chinese {
    margin-top: 0.4rem;
}
.look_chinese_title img {
    width: 5.31rem;
/*    height: 0.48rem;*/
    margin-bottom: 0.3rem;
}
.look_chinese_m_in{
	width: 5.95rem;
	margin: 0 auto;
}
.LC_box1 .a_img img {
    width: 3.9rem;
    height: 3.7rem;
}
.LC_box1_txt_content {
    width: 1.95rem;
    height: 1.8rem;
}
.LC_box1 .LC_box_txt_p1 a {
    font-size:0.26rem;
}
.LC_box1 .LC_box_txt_p2 {
    margin-top: 0.1rem;
    margin-left: 0.24rem;
    width: 1.5rem;
    height:0.03rem;
}
.LC_box1 .LC_box_txt_p3 a {
    font-size:0.15rem;
}
.LC_box1 .LC_box_txt_p1 {
    padding-top: 0.15rem;
    padding-left:0.24rem;
    width:1.3rem;
    line-height:0.32rem;
}
.LC_box1 .LC_box_txt_p3 {
    margin-top: 0.05rem;
    margin-left:0.24rem;
}
.LC_box1 {
    float: left;
    width: 3.9rem;
    height: 3.7rem;
    position: relative;
}
.LC_box2 {
    float: left;
    width: 1.95rem;
    height:3.7rem;
    margin-left:0.1rem;
}
.LC_box2 .a_img img {
    width: 1.95rem;
    height: 1.8rem;
}
.LC_box2_txt {
    width: 1.95rem;
    height: 1.9rem;
}
.LC_box_txt_p1 {
    padding-top:0.15rem;
    padding-left:0.24rem;
    width:1.3rem;
    line-height:0.26rem;
}
.LC_box_txt_p1 a {
    font-size:0.2rem;
}
.LC_box_txt_p2 {
    margin-top:0.25rem;
    margin-left:0.24rem;
    width: 1.5rem;
    height:0.03rem;
}
.LC_box_txt_p3 a {
    font-size: 0.15rem;
    padding-right: 0.1rem;
}
.LC_box3 {
    float: left;
    width: 3.9rem;
    height: 3.7rem;
    margin-left:0.1rem;
}
.LC_box3_line1 {
    overflow: hidden;
    width: 3.9rem;
    height: 1.8rem;
}
.LC_box3_line1 img.img_picture{
	 width: 1.95rem;
    height: 1.8rem;
}
.LC_box3_line2 .a_img img{
	 width: 1.95rem;
    height: 1.8rem;
}
.LC_box3_line1_txt {
    float: left;
    width: 1.95rem;
    height: 1.80rem;
    background-color: #e73100;
    position: relative;
}
.LC_box3_line1_txt_sj {
    position: absolute;
    left: -25px;
    top: 85px;
}
.LC_box1_txt_sj {
    float: left;
    margin-top: 0.15rem;
}
.LC_box2_txt_sj {
    position: absolute;
    top: -0.3rem;
    right: 0.13rem;
    height: 0.3rem;
}
.LC_box3_line1_txt_sj {
    position: absolute;
    left: -0.3rem;
    top: 1.3rem;
}
.LC_box3_line2 {
    overflow: hidden;
    width:3.9rem;
    height:1.8rem;
    margin-top:0.1rem;
}
.LC_box3_line2_txt {
    float: left;
    width:1.95rem;
    height:1.80rem;
    background-color: #eaeaea;
    position: relative;
}
.LC_box3_02 .LC_box3_line2 .LC_box_txt_p1 {
    width: 1.35rem;
}
.LC_box_txt_p3 {
    margin-top: 0.1rem;
    margin-left:0.24rem;
}
 .LC_box3_line2 img.img_p{
    width: 1.95rem;
    height: 1.80rem;
}
/*5两会视频*/
.meeting_play{
	margin-top: 0.4rem;
}
.meeting_play_in{
	width: 6.08rem;
	margin: 0 auto;
}
.meeting_video{
	width: 3.03rem;

	float: left;
	position: relative;
}
.meeting_video img{
	width: 3.03rem;
	height: 2.02rem;
}
.meeting_video p{
	font-family: "微软雅黑";
	font-size: 0.2rem;
	color: #956f29;
    margin-top: 7px;
}
.meeting_video span{
	width: 0.57rem;
    height: 0.41rem;
    position: absolute;
    top: 1.5rem;
    right: 0.1rem;
}
.meeting_video span img{
	width: 0.57rem;
	height: 0.41rem;
}
.meeting_video_r{
	float: right;
}
.small_ul{
	margin-top: 0.3rem;
	clear: both;
}
.small_ul li{
	width: 6.08rem;
	height: 1.13rem;
	margin: 0 auto;
	border-bottom:1px solid #c9aa79;
}
.small_ul li:hover{
	background-color: #f4eee4;
	}
.small_ul li a{
	width: 1.7rem;
    height: 1.13rem;
    display: block;
    float: left;
	}
.small_ul li img{
	width: 1.7rem;
	height: 1.13rem;
	display: inline-block;
}
.small_ul li p{
	width: 4rem;
    float: left;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.25rem;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    padding-top: 0.15rem;
    padding-left: 0.14rem;
}
.small_ul_t{
	clear: both;
}
.small_ul_t li{
	width: 6.08rem;
	height:0.77rem;
	line-height: 0.77rem;
	margin: 0 auto;
	border-bottom:1px solid #c9aa79;
}
.small_ul_t li:hover{
	background-color: #f4eee4;
	}
.small_ul_t li p{
	width: 6rem;
    float: left;
    color: #333;
    font-size: 0.2rem;
    line-height:0.77rem;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    padding-left: 0.15rem;
}
.small_ul_t li p a{
    color: #333;
    font-size: 0.2rem;
    font-family: "微软雅黑";
}
/*两会视点*/
.big_item{
	width: 6.08rem;
	margin: 0 auto;
	clear: both;
	border-bottom: 1px solid #e4d4bc;
}
.big_item .items_title , .big_item .items_title a{
	font-size:0.2rem;
	font-family: "微软雅黑";
	color: #333;
	font-weight: bold;
}

.big_item .items_title:hover{
	color:#e14038;
}
.big_item .items_detail{
	font-size: 0.16rem;
	line-height: 0.25rem;
	padding: 0.18rem 0;
}
.big_item .items_detail a{
    font-size: 0.16rem;
	line-height: 0.25rem;
    font-family: "微软雅黑","Times New Roman", Times, serif;
   color:#000000
}
.small_ul_three li{
	height: 0.58rem;
}
.small_ul_three li p{
	line-height: 0.58rem;
	font-size: 0.18rem;
}
/*底部*/
.footer_moblie{
	width: 100%;
	height:1.78rem;
	margin-top: 0.5rem;
	background-color: #cc0200;
	border-top: 0.4rem solid #c9aa79;
	position: relative;
}
.footer_moblie .toTop{
	position: absolute;
    z-index: 1000;
    top: -0.18rem;
}
.footer_moblie .toTop img{
	width: 6.4rem;
	height: 0.68rem;
	margin: 0 auto;
}
.logo_m{
	width: 2.24rem;
	height: 0.5rem;
	margin: 0 auto;
	margin-top: 0.9rem;
}
.logo_m img{
	width: 2.24rem;
	height: 0.5rem;
}
}