body{font-family:Hiragino Sans GB, Microsoft Yahei, arial, sans-serif; font-size:12px; font-weight:normal; color:#333; background:#fff;}
*{margin:0; padding:0; border:0;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; color:#333; outline:none; blr:expression(this.onFocus=this.blur()); -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
a:hover{ text-decoration:none; color:#ff821c;}
img{ vertical-align:middle;}
a,img,button,input,textarea{ -webkit-tap-highlight-color:rgba(255,255,255,0);}
table{ border-collapse:collapse; border-spacing:0;}
section{ display:block;}
em,i{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
p{ word-wrap:break-word; word-break:break-all;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear{ clear:both; font-size:0; height:0; line-height:0; overflow:hidden;}

/*头部*/
.header{ width:100%; height:auto; background:#fff;}
.header .head{ width:1200px; height:30px; line-height:30px; font-size:14px; margin:0 auto;}
.header .head a{ color:#666;}
.header .head a:hover{ color:#c9a063;}
.header .head .home{ float:left;}
.header .head .link{ float:right;}
.header .head .link span{ font-size:12px; font-family:arial; color:#999; margin:0 5px;}

/*banner*/
.banner{ width:100%; height:auto;}
.banner img{ width:100%; height:auto;}

/*包裹*/
.wrapper{ width:100%; height:auto; background:#e5e5e5; margin:30px auto;}
.h3_title{ width:100%; height:auto; text-align:center; margin:0 auto 30px;}
.h3_title img{ width:100%; height:auto;}

/*焦点图*/
.focus_wrap{ width:1200px; height:510px; background:#fff; overflow:hidden; margin:0 auto;}
.focus_wrap .focus{ width:910px; height:510px; position:relative; float:left;}
.focus_wrap .focus .item{ width:100%; height:100%; display:block; position:relative;}
.focus_wrap .focus .item .pic{ width:100%; height:100%;}
.focus_wrap .focus .item .notes{ width:800px; height:auto; line-height:28px; padding:30px 90px 13px 20px; background:url(../images/mask.png) left bottom repeat-x; font-size:20px; color:#fff; position:absolute; left:0; bottom:0; z-index:9;}
.focus_wrap .focus .swiper-slide{ width:910px; height:510px;}
.focus_wrap .focus .page{ position:absolute; right:20px; bottom:15px; z-index:9;}
.headline{ width:290px; height:auto; border-top:1px solid #e5e5e5; float:right;}
.headline dl{ height:auto; padding:15px 20px 30px; margin-bottom:15px; border-bottom:1px dashed #888;}
.headline dl:last-child{ border:none; padding-bottom:10px; margin-bottom:0;}
.headline dl dt{ line-height:28px; margin-bottom:15px; font-size:20px; color:#555; font-weight:bold; text-align:justify;}
.headline dl dt a{ color:#555;}
.headline dl dt a:hover{ text-decoration:underline; color:#ca372d;}
.headline dl dd{ line-height:24px; font-size:14px; color:#444; text-align:justify;}
.headline dl dd a{ color:#444;}
.swiper-pagination-bullet{width:10px; height:10px; background:#fff; border-radius:50%; opacity:1; filter:alpha(opacity=100); text-indent:-9999em; margin-left:10px; display:inline-block; cursor:pointer;}
.swiper-pagination-bullet-active{ background:#f00; opacity:1; filter:alpha(opacity=100);}

/*动态*/
.dongtai_wrap{ width:1200px; height:auto; margin:30px auto;}
.dongtai{ width:870px; height:auto; border-right:1px solid #888; float:left; position:relative;}
.dongtai .ico_corner{ width:5px; height:30px; background:#888; position:absolute; right:-3px; bottom:0;}
.dongtai .item{ width:260px; height:auto; margin:0 25px 25px 0; display:inline; float:left; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.dongtai .item dt{ height:195px; overflow:hidden;}
.dongtai .item dt img{ 
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.dongtai .item:hover dt img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.dongtai .item dd{ height:72px; line-height:24px; font-size:14px; text-align:justify; overflow:hidden;}
.dongtai .item dd a{ color:#555;}
.dongtai .item dd.title{ height:56px; line-height:28px; padding:6px 0 3px; font-size:18px; font-weight:bold;}
.dongtai .item dd.title a{ color:#444;}
.dongtai .item dd.title a:hover{ color:#ca372d;}
.dongtai .item:hover dd.title a{ color:#ca372d;}
.dongtai .more{ line-height:20px; clear:both; font-size:16px; color:#333; text-align:center;}
.dongtai .more a{ color:#333;}

/*两会视频*/
.video{ width:292px; height:auto; float:right; position:relative;}
.h3_video{ width:55px; height:auto; background:#fff; padding-bottom:20px; position:absolute; left:-60px; top:0; z-index:9;}
.h3_video img{ width:100%; height:auto;}
.h3_video_mobile{ height:auto; text-align:center; margin:0 10px 15px; overflow:hidden; display:none;}
.h3_video_mobile img{ width:140%; height:auto; margin-left:-20%;}
.video .item{ width:292px; height:auto; margin-bottom:15px;-webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.video .item dt{ width:100%; height:165px; position:relative; overflow:hidden;}
.video .item dt img{ 
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.video .item:hover dt img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.video .item dt .ico_play{ width:30px; height:30px; background:url(../images/ico_play.png) center center no-repeat; position:absolute; right:10px; bottom:10px;}
.video .item dd{ height:auto; line-height:28px; padding-top:5px; font-size:18px; color:#444; font-weight:bold; text-align:justify;}
.video .item dd a{ color:#444;}
.video .item dd a:hover{ color:#ca372d;}
.video .item:hover dd a{ color:#ca372d;}
.video .more{ line-height:20px; margin:15px 0; clear:both; font-size:16px; color:#333; text-align:center;}
.video .more a{ color:#333;}
.sushuolianghui img{ width:100%; height:auto;}

/*港企看两会*/
.gangqi_wrap{ background:#f2f2f2; margin:30px auto;}
.gangqi{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.gangqi .list{ width:1260px; height:auto;}
.gangqi .item{ width:260px; height:auto; margin:0 53px 25px 0; display:inline; float:left; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.gangqi .item dt{ height:195px; overflow:hidden;}
.gangqi .item dt img{ 
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.gangqi .item:hover dt img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.gangqi .item dd{ height:72px; line-height:24px; font-size:14px; text-align:justify; overflow:hidden;}
.gangqi .item dd a{ color:#555;}
.gangqi .item dd.title{ height:56px; line-height:28px; padding:6px 0 3px; font-size:18px; font-weight:bold;}
.gangqi .item dd.title a{ color:#444;}
.gangqi .item dd.title a:hover{ color:#ca372d;}
.gangqi .item:hover dd.title a{ color:#ca372d;}
.gangqi .more{ line-height:20px; margin:0 0 20px; clear:both; font-size:16px; color:#333; text-align:center;}
.gangqi .more a{ color:#333;}

/*影像*/
.yingxiang{ width:100%; height:420px; position:relative; overflow:hidden;}
.yingxiang .arrow_left_yx{ width:32px; height:146px; background:url(../images/arrow_left.png) center center no-repeat; position:absolute; left:0; top:106px; z-index:9; cursor:pointer;}
.yingxiang .arrow_right_yx{width:32px; height:146px; background:url(../images/arrow_right.png) center center no-repeat; position:absolute; right:0; top:106px; z-index:9; cursor:pointer;}
.yingxiang .yingxiang_scroll{ margin-left:0;}
.yingxiang .swiper-slide{ width:640px; height:420px;}
.yingxiang .swiper-slide img{ width:640px; height:360px;}
.yingxiang .mask{ width:100%; height:360px; background:url(../images/bg_black.png) repeat; position:absolute; left:0; top:0;}
.yingxiang .ico_play{ width:30px; height:30px; background:url(../images/ico_play.png) no-repeat; position:absolute; right:10px; bottom:65px;}
.yingxiang .ico_photo{ width:27px; height:22px; background:url(../images/ico_photo.png) no-repeat; position:absolute; right:10px; bottom:65px;}
.yingxiang .notes{ width:100%; height:60px; line-height:60px; background:#474747; font-size:20px; color:#fff; text-align:center; overflow:hidden; position:absolute; left:0; bottom:0;}
.yingxiang .swiper-slide a:hover .notes{ text-decoration:underline;}
.yingxiang .page_yx{ position:absolute; right:15px; bottom:12px; display:none;}

/*两报集锦*/
.paper_wrapper{ width:1200px; height:auto; padding-bottom:50px; margin:0 auto;}
.paper_wrapper .paper_l{ width:595px; height:auto; float:left;}
.paper_wrapper .paper_r{ width:595px; height:auto; float:right;}
.h3_paper{ margin:20px 0 30px; text-align:center;}
.paper_tkp{width:1200px; height:462px; background:#fff; position:relative; overflow:hidden;}
.paper_tkp .mask_left{ width:200px; height:462px; background:url(../images/mask_left_white.png) repeat-y; position:absolute; left:0; top:0; z-index:2;}
.paper_tkp .mask_right{ width:200px; height:462px; background:url(../images/mask_right_white.png) repeat-y; position:absolute; right:0; top:0; z-index:2;}
.paper_tkp .arrow_left_tkp{ width:32px; height:67px; background:url(../images/arrow_left_2.png) no-repeat; position:absolute; left:0; top:50%; margin-top:-33px; z-index:9; cursor:pointer; outline:none;}
.paper_tkp .arrow_right_tkp{width:32px; height:67px; background:url(../images/arrow_right_2.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-33px; z-index:9; cursor:pointer; outline:none;}
.paper_tkp .swiper-slide{ width:266px; height:415px;}
.paper_tkp .swiper-slide{ width:300px; height:462px;}
.paper_tkp .swiper-slide.kp{ width:516px;}
.paper_tkp .swiper-slide.kp{ width:584px;}
.paper_tkp .swiper-slide img{ width:auto; padding:0 8px; height:100%;}
.page_tkp{ display:none;}

/*底部*/
.copyright{ width:100%; height:auto; padding:15px 0 20px; margin:0 auto; border-top:1px solid #eee; line-height:28px; color:#666; text-align:center;}
.copyright .link{ font-size:14px;}
.copyright .link a{ color:#666; margin:0 8px;}
.copyright .link a:hover{ color:#ff821c;}
.copyright .bottom a{ color:#666; margin-right:8px;}
.copyright .bottom a:hover{ color:#ff821c;}
.copyright .bottom span{ margin-right:8px;}

/*返回顶部*/
#tipback{ width:45px; height:45px; background:#dfdfdf url(http://r2d2.takungpao.cn/cn/common/images/back.png) center center no-repeat; cursor:pointer; position:fixed; left:50%; margin-left:600px; bottom:142px; z-index:100; display:none; _position:absolute;_bottom:auto;_top:expression(documentElement.scrollTop + 300);}

@media screen and (max-width:767px){
body{ background-size:150% auto; background-position:center top;}
.header{ display:none;}
.banner{ overflow:hidden;}
.banner img{ width:140%; margin-left:-20%;}
.wrapper{ width:auto; background:none; margin:10px 0 0;}
.h3_title{ width:auto; margin:0 10px 15px; overflow:hidden;}
.h3_title img{ width:140%; height:auto; margin-left:-20%;}
.focus_wrap{ width:auto; height:auto; margin:10px 10px 0;}
.focus_wrap .focus{ width:100%; height:53vw; margin-bottom:10px; float:none;}
.focus_wrap .focus .item .notes{ width:94%; line-height:20px; padding:40px 3% 10px; font-size:14px;}
.focus_wrap .focus .swiper-slide{ width:calc(100vw - 20px); height:53vw;}
.focus_wrap .focus .page{ right:12px; bottom:10px;}
.swiper-pagination-bullet{ width:6px; height:6px; margin-left:6px;}
.headline{ width:100%; float:none; border:none;}
.headline dl{ padding:10px 10px 15px; margin-bottom:5px;}
.headline dl dt{ font-size:18px; line-height:1.5em; font-weight:normal; margin-bottom:5px;}

/*动态*/
.dongtai_wrap{ width:100%; margin:15px auto 0;}
.dongtai{ width:100%; height:auto; border:none; float:none;}
.dongtai .ico_corner{ display:none;}
.dongtai .item{ width:45.5%; margin:0 0 10px 3%;}
.dongtai .item dt{ height:34vw;}
.dongtai .item dt img{ -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.dongtai .item:hover dt img{ -webkit-transform: scale(1); transform: scale(1);}
.dongtai .item dd{ height:60px; line-height:20px; display:none;}
.dongtai .item dd.title{ display:block; padding:5px 0 3px; height:48px; line-height:24px; font-size:16px; font-weight:normal;}
.dongtai .more{ margin-bottom:25px;}

/*两会视频*/
.video{ width:100%; float:none;}
.h3_video{ display:none;}
.h3_video_mobile{ display:block;}
.video .item{ width:45.5%; margin:0 0 10px 3%; float:left;}
.video .item:hover dd a{ color:#444;}
.video .item dt{ height:25.5vw;}
.video .item dt .ico_play{ width:25px; height:25px; background-size:100% 100%; right:5px; bottom:5px;}
.video .item dd{ height:48px; line-height:24px; padding:5px 0 3px; font-size:16px; font-weight:normal; overflow:hidden;}
.sushuolianghui{ width:auto; margin:10px;}

/*港企看两会*/
.gangqi_wrap{ margin:0 auto 20px;}
.gangqi{ width:100%;}
.gangqi .h3_title img{ width:180%; margin:0;}
.gangqi .list{ width:100%;}
.gangqi .item{ width:45.5%; margin:0 0 10px 3%;}
.gangqi .item dt{ height:34vw;}
.gangqi .item dt img{ -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.gangqi .item:hover dt img{ -webkit-transform: scale(1); transform: scale(1);}
.gangqi .item dd{ height:60px; line-height:20px; display:none;}
.gangqi .item dd.title{ display:block; padding:5px 0 3px; height:48px; line-height:24px; font-size:16px; font-weight:normal;}

/*影像*/
.yingxiang{ width:94vw; height:60vw; margin:0 3vw;}
.yingxiang .swiper-slide{ width:94vw; height:60vw;}
.yingxiang .swiper-slide img{ width:100%; height:53vw;}
.yingxiang .mask{ height:53vw;}
.yingxiang .notes{ height:7vw; line-height:7vw; font-size:14px;}
.yingxiang .arrow_left_yx{ width:24px; height:100px; background-size:100% 100%; top:50%; margin-top:-60px;}
.yingxiang .arrow_right_yx{ width:24px; height:100px; background-size:100% 100%; top:50%; margin-top:-60px;}
.yingxiang .ico_play{ width:25px; height:25px; background-size:100% auto; bottom:35px;}
.yingxiang .ico_photo{ width:25px; height:25px; background-size:100% auto; bottom:35px;}
.yingxiang .swiper-slide a:hover .notes{ text-decoration:none;}

/*两报集锦*/
.h3_paper{ width:300px; padding:0; margin:10px auto 15px; overflow:hidden;}
.h3_paper img{ width:140%; margin-left:-20%;}
.paper_wrapper{ width:auto; padding-bottom:0; margin:30px 10px;}
.paper_wrapper .paper_l{ width:100%; margin:20px 0 30px; float:none;}
.paper_wrapper .paper_r{ width:100%; float:none;}
.paper_tkp{width:300px; height:495px; margin:0 auto;}
.paper_tkp .mask_left{ display:none;}
.paper_tkp .mask_right{ display:none;}
.paper_tkp .swiper-slide{ width:300px; height:495px;}
.paper_tkp .swiper-slide.kp{ width:300px;}
.paper_tkp .swiper-slide img{ width:100%; height:495px; padding:0;}
#tipback{ width:35px; height:35px; background-size:50% auto; margin-left:0; left:auto; right:15px; opacity:0.8;}
.copyright{ width:100%; padding:10px 0 15px; margin-top:0; line-height:24px;}
.copyright .bottom a{ display:none;}
.copyright .bottom span{ margin-right:0;}
.copyright .bottom em{ display:none;}
}