.phone {
	display: none;
}

.img_hover 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;
}

.img_hover: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);
}

.pc {
	display: block;
	background-color: #ddf9ff;
	min-width: 1201px;
}

.min {
	width: 1201px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	width: 100%;
	margin: 0 auto;
	height: 66px;
	background-color: #bbeafb;
}

.logo {
	float: left;
	margin-top: 13px;
}

.logo img {
	width: 297px;
}

.enter {
	float: right;
	margin-top: 10px;
}

.enter img {
	width: 383px;
}

.banner {
	width: 100%;
	height: 390px;
	min-width: 1201px;
	margin: 0 auto;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header {
	width: 100%;
	height: 1311px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../img/header_bj.jpg) no-repeat center top;
}

.nav {
	width: 1201px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

.nav ul li {
	float: left;
	width: 239px;
	height: 55px;
	background-color: #64d3eb;
	margin-right: 1px;
	text-align: center;
}

.nav ul li a {
	font-family: arial;
	font-size: 26px;
	color: #024991;
	line-height: 55px;
	cursor: pointer;
}

.nav ul li:hover {
	background-color: #f3771e;
}

.nav ul li:hover a {
	color: #fff;
}


/*news*/

#news {
	width: 1201px;
	margin: 0 auto;
}

.middle_middle {
	margin-left: 10px;
	margin-right: 15px;
	width: 273px;
	float: left;
}

.middle_middle .img_hover {
	display: block;
	width: 273px;
	height: 182px;
	overflow: hidden;
}

.middle_middle .img_hover img {
	width: 273px;
	height: 182px;
}

.middle_middle p {
	width: 240px;
	margin-top: 23px;
}

.middle_middle p a {
	font-family: arial;
	font-size: 34px;
	color: #000;
	line-height: 36px;
	cursor: pointer;
}

.middle_middle p a:hover {
	text-decoration: underline;
}

.right_right {
	width: 298px;
	float: right;
}

.right_right ul li {
	width: 298px;
	padding: 25px 0;
}

.right_right ul li a {
	font-family: arial;
	font-size: 26px;
	color: #000;
	line-height: 32px;
	cursor: pointer;
	display: block;
}

.right_right ul li a:hover {
	text-decoration: underline;
}

.right_right ul li.middle_li {
	border-top: 2px solid #a7c1cd;
	border-bottom: 2px solid #a7c1cd;
}

.lunbo_boxer {
	width: 1201px;
	margin: 0 auto;
	overflow: hidden;
}


/*news_bottom*/

.news_bottom {
	width: 1201px;
	margin: 0 auto;
	margin-top: 25px;
}

.news_bottom ul li {
	width: 399px;
	float: left;
}

.news_bottom ul li.middle_li {
	margin-left: 1px;
	margin-right: 1px;
}

.news_bottom ul li .img_hover {
	width: 168px;
	height: 112px;
	display: block;
	overflow: hidden;
	float: left;
}

.news_bottom ul li .img_hover img {
	width: 168px;
	height: 112px;
}

.news_bottom ul li p {
	width: 231px;
	float: left;
	height: 112px;
	background-color: #1c97d0;
}

.news_bottom ul li p:hover {
	background-color: #0b92d1;
}

.news_bottom ul li p a {
	font-family: arial;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	cursor: pointer;
	padding: 20px 10px;
	display: block;
}

.news_bottom ul li p a:hover {
	text-decoration: underline;
}


/*beijing*/

#beijing {
	width: 1201px;
	margin: 0 auto;
	margin-top: 84px;
}

.title {
	font-size: 60px;
	font-family: arial;
}

.beijing_box {
	width: 1201px;
	margin: 0 auto;
	margin-top: 40px;
}

.beijing_box_left {
	width: 667px;
	float: left;
}

.beijing_box_left_top {
	height: 310px;
	width: 667px;
}

.beijing_box_left_top .img_hover {
	width: 465px;
	height: 310px;
	display: block;
	overflow: hidden;
	float: left;
}

.beijing_box_left_top .img_hover img {
	width: 465px;
	height: 310px;
}

.beijing_box_left_top p {
	width: 201px;
	height: 310px;
	float: left;
	background-color: #fff;
}

.beijing_box_left_top p a {
	font-family: arial;
	font-size: 24px;
	color: #000;
	line-height: 26px;
	cursor: pointer;
	padding: 25px 15px;
	display: block;
}

.beijing_box_left_top p:hover {
	background-color: #f3771e;
}

.beijing_box_left_top p:hover a {
	color: #fff;
	text-decoration: underline;
}

.beijing_box_left_bottom {
	margin-top: 13px;
	width: 667px;
	height: 101px;
}

.beijing_box_left_bottom .img_hover {
	width: 152px;
	height: 101px;
	float: left;
	display: block;
	overflow: hidden;
}

.beijing_box_left_bottom .img_hover img {
	width: 152px;
	height: 101px;
}

.beijing_box_left_bottom p {
	width: 515px;
	height: 101px;
	float: left;
	background-color: #F3771E;
}

.beijing_box_left_bottom p a {
	font-family: arial;
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	cursor: pointer;
	padding: 25px 15px;
	display: block;
}

.beijing_box_left_bottom p:hover {
	background-color: #fff;
}

.beijing_box_left_bottom p:hover a {
	color: #000;
	text-decoration: underline;
}

.beijing_box_middle {
	margin: 0 13px;
	width: 242px;
	float: left;
}

.beijing_box_middle .img_hover {
	width: 242px;
	height: 161px;
	display: block;
	overflow: hidden;
}

.beijing_box_middle .img_hover img {
	width: 242px;
	height: 161px;
}

.beijing_box_middle p {
	height: 263px;
	width: 242px;
	background-color: #fff;
}

.beijing_box_middle p a {
	font-family: arial;
	font-size: 24px;
	color: #000;
	line-height: 26px;
	cursor: pointer;
	padding: 25px 15px;
	display: block;
}

.beijing_box_middle p:hover {
	background-color: #F3771E;
}

.beijing_box_middle p:hover a {
	color: #fff;
	text-decoration: underline;
}

.beijing_box_right {
	width: 264px;
	float: right;
}

.beijing_box_right ul li {
	width: 264px;
	height: 132px;
	background-color: #f3771e;
}

.beijing_box_right ul li.middle {
	margin: 14px 0;
}

.beijing_box_right ul li a {
	font-family: arial;
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	cursor: pointer;
	padding: 25px 15px;
	display: block;
}

.beijing_box_right ul li:hover {
	background-color: #FFFFFF;
}

.beijing_box_right ul li:hover a {
	color: #000;
	text-decoration: underline;
}


/*video*/

#video {
	width: 100%;
	height: 673px;
	background-color: #ddf9ff;
  background-image: url(../img/video_bg.jpg) no-repeat center top;
}

#video video {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
}

.video_bg {
	width: 1201px;
	height: 673px;
	background: url(../img/video_bg.jpg) no-repeat center top;
}

.video_boxer {
	position: relative;
}

.video_boxer .title {
	position: absolute;
  z-index: 200;
	top: 30px;
	left: 20px;
}

.video_list_boxer {
	position: absolute;
  z-index: 200;
	top: 380px;
	right: 0;
	width: 264px;
	float: left;
}

.video_list {
	position: relative;
	width: 264px;
	height: 176px;
}

.video_list .img_hover {
	width: 264px;
	height: 176px;
	display: block;
	overflow: hidden;
}

.video_list .img_hover img {
	width: 264px;
	height: 176px;
}

.video_list span {
	position: absolute;
	right: 0;
	bottom: 0;
}

.video_list_boxer p {
	margin-top: 14px;
}

.video_list_boxer p a {
	font-family: arial;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	cursor: pointer;
}

.video_list_boxer p a:hover {
	text-decoration: underline;
}


/*hebei*/

#hebei {
	width: 1201px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 60px;
}

.hebei_box {
	width: 1201px;
	margin-top: 40px;
}

.hebei_box_left {
	width: 231px;
	height: 277px;
	float: left;
}

.hebei_box_left .img_hover {
	width: 231px;
	height: 154px;
	display: block;
	overflow: hidden;
}

.hebei_box_left .img_hover img {
	width: 231px;
	height: 154px;
}

.hebei_box_left p {
	width: 231px;
	height: 123px;
	background-color: #fff;
}

.hebei_box_left p a {
	font-family: arial;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
	display: block;
	padding: 15px 20px;
}

.hebei_box_left p:hover {
	background-color: #1c97d0;
}

.hebei_box_left p:hover a {
	color: #fff;
	text-decoration: underline;
}

.hebei_box_middle_1 {
	width: 231px;
	height: 277px;
	background-color: #1c97d0;
	margin-left: 17px;
	float: left;
}

.hebei_box_middle_1 p a {
	font-family: arial;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 25px 20px;
}

.hebei_box_middle_1:hover {
	background-color: #64d3eb;
}

.hebei_box_middle_1:hover a {
	text-decoration: underline;
}

.hebei_box_middle_2 {
	width: 231px;
	height: 277px;
	margin-left: 17px;
	float: left;
}

.hebei_box_middle_2 p {
	width: 231px;
	height: 123px;
	background-color: #fff;
}

.hebei_box_middle_2 p a {
	font-family: arial;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
	display: block;
	padding: 15px 20px;
}

.hebei_box_middle_2 p:hover {
	background-color: #1c97d0;
}

.hebei_box_middle_2 p:hover a {
	color: #fff;
	text-decoration: underline;
}

.hebei_box_middle_2 .img_hover {
	width: 231px;
	height: 154px;
	display: block;
	overflow: hidden;
}

.hebei_box_middle_2 .img_hover img {
	width: 231px;
	height: 154px;
}

.hebei_box_right {
	width: 459px;
	height: 277px;
	float: right;
}

.hebei_box_right ul li {
	width: 459px;
	height: 80px;
	background-color: #1c97d0;
}

.hebei_box_right ul li.middle {
	background-color: #64d3eb;
	margin: 18px 0;
}

.hebei_box_right ul li a {
	font-family: arial;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 15px 20px;
}

.hebei_box_right ul li:hover {
	background-color: #64d3eb;
}

.hebei_box_right ul li.middle:hover {
	background-color: #1c97d0;
}

.hebei_box_right ul li a:hover {
	text-decoration: underline;
}


/*winter*/

.winter {
	width: 100%;
	height: auto;
	background-color: #448ed3;
	padding-bottom: 85px;
}

.winter_box {
	margin-top: 50px;
	width: 1201px;
}

.winter_box ul li {
	float: left;
	margin-right: 12px;
	width: 291px;
}

.winter_box ul li .img_hover {
	width: 291px;
	height: 194px;
	display: block;
	overflow: hidden;
}

.winter_box ul li .img_hover img {
	width: 291px;
	height: 194px;
}

.winter_box ul li p {
	width: 291px;
	height: 97px;
	background: #64d3eb;
}

.winter_box ul li p:hover {
	background: #5cc4da;
}

.winter_box ul li p a {
	font-family: arial;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
	padding: 15px 30px;
	display: block;
}


/*olympic*/

.olympic {
	width: 100%;
	height: 497px;
	background-color: #ddf9ff;
}

.olympic_box {
	width: 1201px;
	margin: 50px auto 0 auto;
}

.olympic ul .btn {
	position: absolute;
	width: 1201px;
	height: 32px;
	margin-top: 115px;
	z-index: 100;
}

.olympic ul .btn div {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.olympic ul .btn .btn_left {
	margin-left: 0;
}

.olympic ul .btn .btn_right {
	margin-right: 0;
}

.olympic .dianbox {
	height: 10px;
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-top: 20px;
}

.olympic .dianbox .dian {
	background: url(../img/dian.png) no-repeat;
	background-size: 9px 9px;
	width: 9px;
	height: 9px;
	float: left;
}

.olympic .dianbox .dian_sel {
	background: url(../img/dian_sel.png) no-repeat;
	background-size: 9px 9px;
	width: 9px;
	height: 9px
}

.olympic .dianbox .dian+.dian {
	margin-left: 34px;
}

.olympic .min {
	overflow: hidden;
	position: relative;
	min-width: 1201px;
	width: 1201px;
	margin: 0 auto;
}

.olympic li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.olympic li .shadow {
	background: url(../img/shadow2.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.olympic li .tu {
	width: 436px;
	height: 301px;
	z-index: 0;
	position: relative;
}

.olympic li .wen {
	background: url(../img/shaow.png) no-repeat;
	padding: 13px 25px;
	z-index: 0;
	position: absolute;
	bottom: 0;
	width: 384px;
}

.olympic li .wen a {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-family: arial;
	cursor: pointer;
	width: 326px;
	display: block;
}


/*photo*/

#photo {
	width: 100%;
	height: auto;
	padding-bottom: 90px;
	background-color: #448ed3;
}

.photo_box {
	margin-top: 60px;
}

.photo_box ul li {
	width: 298px;
	height: 199px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.photo_box ul li.last {
	margin-right: 0;
}

.photo_box ul li .img_hover {
	width: 298px;
	height: 199px;
	display: block;
	overflow: hidden;
}

.photo_box ul li .img_hover img {
	width: 298px;
	height: 199px;
}


/*toTop*/

.toTop {
	width: 100%;
	height: 47px;
	background-color: #2ec1f1;
	text-align: center;
}

.toTop img {
	margin-top: -8px;
	cursor: pointer;
}


/*底部*/

.topNav_art2 {
	background-color: #014073;
}

.topNav_art2 .dropdown li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: 74px;
	text-align: center;
}


/*导航菜单*/

.topNav {
	width: 1010px;
	background: #004679;
	margin: 0 auto 0px auto;
}

.dropdown {
	position: relative;
	background-color: #014073;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #FFF;
}

.topNav .dropdown li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: 74px;
	text-align: center;
}

.dropdown li {
	float: left;
	zoom: 1;
	height: 35px;
	text-align: left;
}

.dropdown li span a {
	display: block;
	color: #FFF;
	height: 25px;
	font-size: 14px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding-right: 8px;
	padding-left: 7px;
}

.dropdown li span a:hover {
	;
	color: #FFF;
}

.dropdown a:active {
	color: #ffa500;
}

.dropdown li:last-child a {
	border-right: none;
}

.dropdown li:hover {
	color: #FFF;
	position: relative;
}

.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -39px;
	width: 150px;
}

.dropdown ul li {
	font-weight: normal;
	float: left;
	background-color: #014073;
	height: 25px;
	color: #FFF;
	border-width: 0px;
	filter: Alpha(Opacity=85, Style=0);
	opacity: 0.85;
}

.dropdown ul li a {
	display: block;
	height: 25px;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
	width: 115px;
}

.dropdown ul li a:hover {
	background-color: #006599;
}

.dropdown ul ul {
	left: 100%;
	top: 0;
}

.dropdown li:hover>ul {
	visibility: visible;
}

.dropdown li .sub_menu {
	background-color: #014073;
	filter: Alpha(Opacity=85, Style=0);
	opacity: 0.85;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 3;
}

.sub_menu li a:hover {
	background-color: #0C0;
}

.newspaper {
	width: 115px;
	background-image: url(//www.chinadaily.com.cn/image_e/2013/arr_bot.gif);
	background-repeat: no-repeat;
	background-position: 88px center;
}


/*导航菜单-end*/


/*次导航*/

.topNav2_art {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}

.topNav2_art span {
	float: left;
	width: 92px;
	height: 36px;
	background: #f5f5f5;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #004679;
}

.topNav2_art ul {
	line-height: 36px;
}

.topNav2_art li {
	float: left;
}

.topNav2_art li a {
	display: block;
	height: 36px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a4a4a6;
	padding-left: 14px;
	padding-right: 14px;
}

.topNav2_art li a:hover {
	text-decoration: none;
	background: url(//www.chinadaily.com.cn/image_e/2016/sub/artDg.jpg) repeat-x center bottom;
}


/*次导航-end*/


/*底部3*/

.dibu-three {
	margin: 0px;
	padding: 35px 0px;
	background: #004679;
	overflow: hidden;
}

.dibu-three-nei {
	margin: 0px auto;
	padding: 0px;
	width: 1010px;
}

.three-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 445px;
}

.lo-g {
	margin: 0px;
	padding: 0px;
}

.lo-a {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.lo-b {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.lo-c {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.three-midd {
	margin: 50px 0px 0px 150px;
	padding: 0px;
	float: left;
	width: 205px;
}

.midd-a {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.midd-a a:link,
.midd-a a:visited {
	text-decoration: none;
	color: #ccc;
	font-family: Arial;
}

.midd-a a:hover {
	text-decoration: underline;
}

.three-right {
	margin: 10px 100px 0px 0px;
	padding: 0px;
	float: right;
	width: 92px;
}

.right-a {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.right-b {
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width:768px) {
	html,
	body {
		font-size: 100px;
		width: 100%;
	}
	.phone {
		display: block;
		width: 6.4rem;
	}
	.pc {
		display: none;
	}
	.min {
		width: 6.08rem;
		margin: 0 auto;
	}
	.banner_m {
		width: 6.4rem;
		height: 2.27rem;
		background: url(../img/banner_m.jpg) no-repeat;
		background-size: 6.4rem 2.27rem;
	}
	.nav_m ul li {
		float: left;
		width: 1.2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		text-align: center;
		background: #64d3eb;
		cursor: pointer;
		margin-right: 0.02rem;
	}
	.nav_m ul li a {
		font-family: arial;
		font-size: 0.21rem;
		line-height: 0.5rem;
		color: #024991;
		display: block;
		cursor: pointer;
	}
	.nav_m ul li:hover {
		background: #f3771e;
	}
	.nav_m ul li:hover a {
		color: #fff;
	}
	/*lunbo*/
	.news_lunbo .img_gallery {
		height: 3.93rem;
		overflow: hidden;
		position: relative;
		width: 6.08rem;
		margin: 0 auto;
	}
	.main_img {
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.main_img ul {
		width: 9999px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main_img li {
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.main_img li span {
		display: block;
		width: 100%;
		height: 100%;
	}
	.main_img li span img {
		width: 6.08rem;
		height: 3.92rem;
	}
	.main_img li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.img_font {
		position: absolute;
		bottom: 30px;
		left: 8.5%;
		color: #fff;
		width: 100%;
		padding: 10px;
	}
	.img_font span {
		display: none;
	}
	.main_img li p {
		position: absolute;
		width: 6.08rem;
		bottom: 0;
		left: 0;
		height: auto;
		background-color: #000;
		opacity: 0.5;
	}
	.main_img li p a {
		display: block;
		padding: 0.2rem 0.15rem;
		font-family: arial;
		font-size: 0.24rem;
		color: #fff;
		line-height: 0.26rem;
		cursor: pointer;
		width: 4.65rem;
	}
	div.point {
		position: absolute;
		bottom: 0.5rem;
		left: 5.3rem;
		z-index: 999;
		margin: 0;
	}
	div.point a {
		float: left;
		width: 0.08rem;
		height: 0.08rem;
		margin: 0;
		padding: 0;
		background: url(../img/btn_main_img.png) no-repeat;
		background-size: 0.08rem 0.08rem;
		display: block;
		margin-right: 0.05rem;
	}
	div.point a.on {
		background: url(../img/btn_main_img_hover.png) no-repeat;
		background-size: 0.08rem 0.08rem;
	}
	#btn_prev,
	#btn_next {
		z-index: 11111;
		position: absolute;
		display: block;
		width: 0.71rem!important;
		height: 0.98rem!important;
		top: 35%;
		margin-top: -0.38rem;
		display: none;
	}
	#btn_prev {
		background: url(../img/hover_left.png) no-repeat left top;
		background-size: 0.71rem 0.98rem;
		left: -0.15rem;
	}
	#btn_next {
		background: url(../img/hover_right.png) no-repeat right top;
		background-size: 0.71rem 0.98rem;
		right: -0.15rem;
	}
	.news_top {
		margin-top: 0.17rem;
		margin-bottom: 1px;
	}
	.news_top .img_hover {
		width: 2.61rem;
		height: 1.68rem;
		display: block;
		overflow: hidden;
		float: left;
	}
	.news_top .img_hover img {
		width: 2.61rem;
		height: 1.68rem;
	}
	.news_top p {
		float: left;
	}
	.news_top p a {
		font-family: arial;
		font-size: 0.3rem;
		line-height: 0.43rem;
		color: #000;
		cursor: pointer;
		width: 3.04rem;
		display: block;
		cursor: pointer;
		padding: 0.2rem 0 0.2rem 0.2rem;
	}
	.news_middle ul li {
		width: 6.08rem;
		height: 0.8rem;
		background: #005c91;
		margin-bottom: 1px;
	}
	.news_middle ul li a {
		font-family: arial;
		font-size: 0.26rem;
		line-height: 0.29rem;
		color: #fff;
		cursor: pointer;
		display: block;
		padding: 0.15rem 0.1rem;
	}
	.news_bottom_m {
		width: 6.08rem;
	}
	.news_bottom_m ul li {
		margin-bottom: 1px;
		height: 1.09rem;
	}
	.news_bottom_m ul li .img_hover {
		width: 1.68rem;
		height: 1.09rem;
		display: block;
		float: left;
		overflow: hidden;
	}
	.news_bottom_m ul li .img_hover img {
		width: 1.68rem;
		height: 1.09rem;
	}
	.news_bottom_m ul li p {
		float: left;
		background-color: #1c97d0;
		width: 4.4rem;
		height: 1.09rem;
	}
	.news_bottom_m ul li p a {
		font-family: arial;
		font-size: 0.22rem;
		line-height: 0.26rem;
		color: #fff;
		cursor: pointer;
		display: block;
		padding: 0.16rem;
	}
	#beijing_m {
		width: 6.4rem;
		height: 13.30rem;
		background: url(../img/beijing_m_bg.jpg) no-repeat;
		background-size: 6.4rem 13.30rem;
	}
	.title_m {
		margin-top: 0.4rem;
		margin-bottom: 0.25rem;
	}
	.title_m a {
		font-family: arial;
		font-size: 0.6rem;
		cursor: pointer;
		display: block;
		cursor: pointer;
	}
	/*beijing*/
	.beijing_m_box_top {
		width: 6.08rem;
		margin: 0 auto;
		margin-bottom: 1px;
	}
	.beijing_m_box_top .img_hover {
		height: 4.06rem;
		width: 6.08rem;
		display: block;
		overflow: hidden;
	}
	.beijing_m_box_top .img_hover img {
		height: 4.06rem;
		width: 6.08rem;
	}
	.beijing_m_box_top p {
		width: 6.08rem;
		height: 0.85rem;
		background-color: #fff;
	}
	.beijing_m_box_top p a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.3rem;
		color: #000;
		padding: 0.2rem 0.15rem;
		display: block;
		cursor: pointer;
	}
	.beijing_m_box_middle {
		width: 6.08rem;
		height: 3.81rem;
		overflow: hidden;
		margin-bottom: 1px;
	}
	.beijing_box_middle_left {
		float: left;
		width: 3.03rem;
	}
	.beijing_box_middle_left .img_hover {
		width: 3.03rem;
		height: 2.02rem;
		display: block;
		overflow: hidden;
	}
	.beijing_box_middle_left .img_hover img {
		width: 3.03rem;
		height: 2.02rem;
	}
	.beijing_box_middle_left p {
		height: 1.79rem;
		background-color: #fff;
	}
	.beijing_box_middle_left p a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.3rem;
		color: #000;
		padding: 0.2rem 0.15rem;
		display: block;
		cursor: pointer;
	}
	.beijing_box_middle_right {
		float: right;
		width: 3.03rem;
	}
	.beijing_box_middle_right .img_hover {
		width: 3.03rem;
		height: 2.02rem;
		display: block;
		overflow: hidden;
	}
	.beijing_box_middle_right .img_hover img {
		width: 3.03rem;
		height: 2.02rem;
	}
	.beijing_box_middle_right p {
		height: 1.79rem;
		background-color: #f3771e;
	}
	.beijing_box_middle_right p a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.3rem;
		color: #fff;
		padding: 0.2rem 0.15rem;
		display: block;
		cursor: pointer;
	}
	.beijing_box__m_bottom ul li {
		width: 6.08rem;
		height: 1rem;
		background-color: #f3771e;
		margin-bottom: 1px;
	}
	.beijing_box__m_bottom ul li a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.3rem;
		color: #fff;
		padding: 0.2rem 0.15rem;
		display: block;
		cursor: pointer;
	}
	/*video*/
	.video_top {
		width: 6.08rem;
		height: 3.42rem;
		margin-bottom: 1px;
		position: relative;
	}
	.video_top .img_hover {
		width: 6.08rem;
		height: 3.42rem;
		display: block;
		overflow: hidden;
	}
	.video_top .img_hover img {
		width: 6.08rem;
		height: 3.42rem;
	}
	.video_top span {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.video_top span img {
		width: 100%;
	}
	.video_bottom {
		width: 3.03rem;
		float: left;
	}
	.video_bottom_l {
		position: relative;
	}
	.video_bottom_l .img_hover {
		width: 3.03rem;
		height: 2.01rem;
		display: block;
		overflow: hidden;
	}
	.video_bottom_l .img_hover img {
		width: 3.03rem;
		height: 2.01rem;
	}
	.video_bottom_l span {
		position: absolute;
		right: 0;
		bottom: 0rem;
	}
	.video_bottom_l span img {
		width: 100%;
	}
	.video_bottom p {
		margin-top: 0.2rem;
	}
	.video_bottom p a {
		font-family: arial;
		font-size: 0.20rem;
		line-height: 0.26rem;
		color: #000;
	}
	/*hebei*/
	.hebei_m_top {
		width: 6.08rem;
		margin: 0 auto;
		margin-bottom: 1px;
	}
	.hebei_m_top_l {
		width: 3.03rem;
		float: left;
	}
	.hebei_m_top_l .img_hover {
		width: 3.03rem;
		height: 2.02rem;
		display: block;
		overflow: hidden;
	}
	.hebei_m_top_l .img_hover img {
		width: 3.03rem;
		height: 2.02rem;
	}
	.hebei_m_top_l p {

		height: 3.82rem;
		width: 3.03rem;
		background-color: #fff;
	}
	.hebei_m_top_l p a {
		font-family: arial;
		font-size: 0.30rem;
		line-height: 0.38rem;
		color: #000;
		padding: 0.25rem 0.15rem;
		display: block;
	}
	.hebei_m_top_r {
		width: 3.03rem;
		float: right;
	}
	.hebei_m_top_r p.p_1 {
            display:none;
		width: 3.03rem;
		height: 2.02rem;
		background-color: #fff;
	}
	.hebei_m_top_r p.p_1 a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.30rem;
		color: #000;
		padding: 0.3rem 0.25rem;
		display: block;
	}
	.hebei_m_top_r p.p_2 {
		width: 3.03rem;
		height: 3.82rem;
		background-color: #1c97d0;
	}
	.hebei_m_top_r p.p_2 a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.30rem;
		color: #fff;
		padding: 0.15rem 0.1rem;
		display: block;
	}
	.hebei_m_top_r .img_hover {
		width: 3.03rem;
		height: 2.02rem;
		display: block;
		overflow: hidden;
	}
	.hebei_m_top_r .img_hover img {
		width: 3.03rem;
		height: 2.02rem;
	}
	.hebei_m_bottom ul li {
		width: 6.08rem;
		height: 1rem;
		margin-top: 1px;
		background-color: #1c97d0;
	}
	.hebei_m_bottom ul li a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.30rem;
		color: #fff;
		padding: 0.25rem 0.15rem;
		display: block;
	}
	#hebei_m {
		padding-bottom: 0.5rem;
	}
	/*winter*/
	.winter_m {
		width: 6.4rem;
		padding-bottom: 0.4rem;
		height: auto;
		background-color: #448ed3;
	}
	.winter_m ul li {
		width: 3.03rem;
		float: left;
		margin-right: 1px;
		margin-bottom: 2px;
	}
	.winter_m ul li.even {
		margin-right: 0;
	}
	.winter_m ul li .img_hover {
		width: 3.03rem;
		height: 2.02rem;
		display: block;
		overflow: hidden;
	}
	.winter_m ul li .img_hover img {
		width: 3.03rem;
		height: 2.02rem;
	}
	.winter_m ul li p {
		height: 1.01rem;
		width: 3.03rem;
		background-color: #64d3eb;
	}
	.winter_m ul li p a {
		font-family: arial;
		font-size: 0.23rem;
		line-height: 0.25rem;
		color: #000;
		padding: 0.15rem 0.2rem;
		display: block;
	}
	.winter_m_box {
		width: 6.08rem;
		margin: 0 auto;
	}
	/*lunbo*/
	.clearfix:after {
		content: "";
		display: block;
		clear: both;
	}
	.clearfix {
		zoom: 1;
	}
	/* banner */
	.banner {
		width: 6.08rem;
		height: 4.5rem;
		min-width: 6.08rem;
		background: none;
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-bottom: 0.3rem;
	}
	.banner-btn {
		display: none;
	}
	.banner-btn a {
		display: block;
		position: absolute;
		top: 1.17rem;
		width: 0.68rem;
		height: 0.98rem;
		overflow: hidden;
		z-index: 4;
	}
	.prevBtn {
		left: 0rem;
		width: 0.68rem;
		height: 0.98rem;
	}
	.prevBtn img {
		width: 0.68rem;
		height: 0.98rem;
	}
	.nextBtn {
		right: 0rem;
		width: 0.68rem;
		height: 0.98rem;
	}
	.nextBtn img {
		width: 0.68rem;
		height: 0.98rem;
	}
	.banner-img {
		font-size: 0;
		*word-spacing: 0px;
		/* IE6、7 */
		letter-spacing: 0px;
		position: relative;
	}
	.banner-img li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		/* IE6、7 */
		vertical-align: top;
		letter-spacing: normal;
		word-spacing: normal;
		width: 6.08rem;
		height: 3.93rem;
	}
	.banner-img li img {
		width: 6.08rem;
		height: 3.93rem;
	}
	.banner i {
		width: 0.68rem;
		height: 0.98rem;
		cursor: pointer;
		margin: 0;
		display: block;
	}
	.banner-circle {
		position: relative;
		left: 24%;
		height: 0.09rem;
		text-align: center;
		margin-top: 0.2rem;
		border-radius: 50%;
	}
	.banner-circle li {
		border-radius: 0;
		margin: 2px;
		display: inline-block;
		display: -moz-inline-stack;
		vertical-align: middle;
		zoom: 1;
	}
	.banner-circle li a {
		display: block;
		padding-top: 0.09rem;
		width: 0.09rem;
		height: 0;
		border-radius: 50%;
		background: #89bef0;
		overflow: hidden;
	}
	.banner-circle .selected a {
		background: #0c66b9;
	}
	.banner-img li p {
		position: absolute;
		width: 6.08rem;
		height: 0.76rem;
		background: url(../img/p_bg.png) no-repeat;
		background-size: 6.08rem 0.76rem;
		bottom: 0;
	}
	.banner-img li p a {
		font-family: arial;
		font-size: 0.24rem;
		line-height: 0.26rem;
		color: #fff;
		padding: 0.18rem 0.2rem;
		display: block;
	}
	/*photo*/
	#photo_m {
		width: 6.4rem;
		padding-bottom: 0.7rem;
		background-color: #448ed3;
	}
	.photo_m_box {
		width: 6.08rem;
		margin: 0 auto;
	}
	.photo_m_box ul li {
		width: 3rem;
		height: 2rem;
		float: left;
		margin-right: 0.04rem;
		margin-bottom: 0.04rem;
	}
	.photo_m_box ul li .img_hover {
		width: 3rem;
		height: 2rem;
		display: block;
		overflow: hidden;
	}
	.photo_m_box ul li .img_hover img {
		width: 3rem;
		height: 2rem;
	}
	/*footer*/
	.toTop {
		width: 6.4rem;
		height: 0.47rem;
		background-color: #2ec1f1;
		text-align: center;
	}
	.toTop img {
		width: 2.32rem;
		height: 0.55rem;
		margin-top: -0.08rem;
	}
	.footer_m {
		width: 6.4rem;
		background-color: #004679;
		padding-top: 0.5rem;
		padding-bottom: 0.8rem;
	}
	.logo,
	.home,
	.culture {
		float: left;
		margin: 0;
	}
	.logo img {
		width: 2.8rem;
		margin-right: 0.1rem;
	}
	.home,
	.culture {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		border-left: 1px solid #bcbcbc!important;
		font-family: "times new roman";
		font-size: 0.36rem;
		color: #fff;
		cursor: pointer;
	}
}