@charset "utf-8";
/* CSS Document */
*{ margin:0;
	padding: 0;

}
body{
	background: url(../images/bg.jpg)  center top no-repeat #f2f9fe;
	font: normal 16px/26px "microsoft yahei";
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #00569f;
}
.content{
	width: 1100px;
	height: 1000px;
	margin: 0 auto;
}
.top{
	position: relative;
	height: 421px;
}

.top div{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.top p{
	padding: 30px 40px;
	font-size: 17px;
	color: #666;
	border-bottom: 1px solid #e7e7e7;
}

/*鍏叡鏍囬鏍峰紡寮€濮�*/
.box {
	padding-bottom: 20px;
	background: #fff;
}
.box h2{
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
.box h2 a{
	display: inline-block;
	position: relative;
	bottom: -2px;
	height: 100%;
	font-size: 26px;
	border-bottom: 3px solid #aaa;
	color: #333;
	text-decoration:none;
	font-weight: normal;
}
/*鐪嬬湅鎮ㄦ兂璇翠粈涔堢孩鑹叉彁绀洪儴鍒嗘牱寮�*/
.look-talk{
	padding-top: 40px;
}
.box .tips{
	width: 350px;
	height: 45px;
	background: url(../images/look1.png) center top;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 16px auto;
}

/*鍥炬爣*/
.classify {
	overflow: hidden;
	zoom: 1;
	margin: 0px 10px;
}
.classify > li{
	float: left;
	text-align: center;
	width: 20%;
	margin: 16px 0;
}
.classify > li .desc{
	display: inline-block;
	padding: 0 16px;
	border: 1px solid #00569f;
	border-radius: 13px;
	text-align: center;
}
.classify > li:hover .desc{
	background: #00569f;
	color: #fff;
}
.classify > li .cbg{
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 10px;
	background: url(../images/look_talk.png) no-repeat;
	-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		 -o-transform: scale(.9);
			transform: scale(.9);
	-webkit-transition: transform 0.2s;
		 -o-transition: transform 0.2s;
			transition: transform 0.2s;
}
.classify > li:hover .cbg{
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);

}
.classify .column2 .cbg{
	background-position:-210px 0px;
}
.classify .column3 .cbg{
	background-position:-420px 0px;
}
.classify .column4 .cbg{
	background-position:-630px 0px;
}
.classify .column5 .cbg{
	background-position:-840px 0px;
}
.classify .column6 .cbg{background-position: 0px -230px;}
.classify .column7 .cbg{background-position:-210px -230px;}
.classify .column8 .cbg{background-position:-420px -230px;}
.classify .column9 .cbg{background-position:-630px -230px;}
.classify .column10 .cbg{background-position:-840px -230px;}
.classify .column11 .cbg{background-position: 0px -454px;}
.classify .column12 .cbg{background-position:-210px -454px;}
.classify .column13 .cbg{background-position:-420px -454px;}
.classify .column14 .cbg{background-position:-630px -454px;}
.classify .column15 .cbg{background-position:-840px -454px;}

/*缃戝弸鎯宠浠€涔�*/
.net{
	overflow: hidden;
	font-size:12px;
	line-height: 18px;
}
.net > li{
	float: left;
	width: 31%;
	margin:10px 0 10px 2%;
}
.net-name{
	float: left;
	color: #00569f;
	text-align: center;
}
.net-name .net-img{
	width: 64px;
	height: 64px;
	background: url(../images/net.png)  no-repeat;
}
.net-name .net-img2{
	background-position: 0px -68px;
}
.net-name .net-img3{
	background-position: 0px -140px;
}
.net-msg:after{
	content: " ";
	position: absolute;
	top: 18px;
	left: -21px;
	width: 0px;
	height: 0px;
	border: 8px solid #fff;
	border-right: 14px solid #f7f7f7;
}
.net-msg {
	float: left;
	position: relative;
	width: 210px;
	height: 72px;
	padding: 20px;
	background: #f7f7f7;
	margin-left: 20px;
	border-radius: 11px;
}
.net-msg a{ color:#000; text-decoration:none;}
.net-msg a:hover{	color:#2A5E8E;}
/*濯掍綋鎶ラ亾*/
.report{
	padding:0 0px 0px 60px;
	font:normal 14px/30px "瀹嬩綋";
	overflow: hidden;
}
.report li{
	float: left;
	width: 50%;
	list-style: disc;
}

/*寤鸿█姒� 寰€鏈熷洖椤�*/
.daily-box .left{
	float: left;
	width: 70%;

}
.daily{
	font-size: 14px;
	background: #eef7ff;
	margin-left: 28px;
}
.daily .date{
	text-indent: 16px;
	font-size: 12px;
	line-height: 34px;
	background: #00569f;
	color: #fff;
}
.daily-holder {
	padding: 20px 0 0 24px;
	*padding: 20px 0 0;
}
.daily-con{
	overflow: hidden;
	zoom: 1;
	width: 100%;
}
.daily-con li{
	float: left;
	width: 20%;
	margin: 8px 0;
	height: 26px;
}
.daily-con b{
	float: left;
	width: 26px;
	background: #00569f;
	color: #fff;
	text-align: center;
	font-weight: normal;
	*margin-left: 10px;
}
.daily-con a{
	float: left;
	width: 100px;
	background: #fff;
	color: #666;
	text-align: center;
}
.daily .info{ 
	text-align: right;
	padding: 24px;
}
.daily-box .right{
	float: left;
	width: 30%;
}

.daily-box .inner{
	padding-left: 20px;
}
.histroy{
	margin-right: 28px;
}
.histroy li{
	height: 90px;
	text-align: center;
	background: #00569f;
	margin-bottom: 10px;
	padding-top: 10px;
}
.histroy a{
	display: block;
	color: #fff;
	height: 52px;
}
.histroy .his-tips{
	color: #8dd9ff;
}
.video_box{
	width:1100px;
	height:735px;
	margin:0px auto;
	background-color:#3f3f3f;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 #wrapper {
padding:20px;
z-index:0;

  }


.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/* Callback example */
.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
	width:980px;
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 20px;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 20px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("http://down.admin5.com/demo/code%5Fpop/19/523/css/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 20px;
  }
@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
.sp{	margin:0 auto;	width:1020px;	height:690px;	text-align:center;

}
.videoBox { width: 100%; height: 690px; position: relative; }
.videoBox .close { background: url("http://www.news.cn/2015/img2015/icon_video.png") no-repeat scroll 0 -80px; cursor: pointer; display: none; height: 17px; left: 1020px; position: absolute; top: 0; width: 17px; z-index: 11; }
.videoBox .con img { height: 690px; width: 100%; }
.videoBox .con .play { background: url("http://www.news.cn/2015/img2015/icon_video.png") no-repeat scroll -50px 0; cursor: pointer; height: 40px; left: 50%; position: absolute; top: 50%; width: 40px; z-index: 10; margin-left: -20px; margin-top: -20px; }
.videoBox .con .play:hover { background-position: -110px 0; }
.videoBox .con .play img { border: medium none; height: 40px; width: 40px; }
.videoBox iframe { height: 690px; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 11; }
.videoBox .videoPlay { position: absolute; left: 0; top: 0; width: 100%; height: 690px; }
/*Cooperative Media*/
.cooperative_media{
	background: #fff;
}
.cooperative_media_body_father{
	margin: 0 auto;
	width: 1035px;
	overflow: hidden;
}
.cooperative_media_body{
	width: 1036px;
	overflow: hidden;
	zoom: 1;
}
.cooperative_media_body a{
	float: left;
	margin-bottom: 28px;
	border-right: 1px solid #e3e3e3;
	width: 147px;
	height: 94px;
}

h2.margin_bottom10{
	margin-bottom: 10px;
}
.paiming_order{
	text-align: center;
	margin-bottom: 20px;
	background-color:#f7f7f7;
	font-size:12px;
}
/*鏍囬鍏叡妯″潡*/
h2.title_module{
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
h2.title_module a{
	text-decoration:none;
	display: inline-block;
	position: relative;
	bottom: -2px;
	height: 100%;
	font-size: 26px;
	border-bottom: 3px solid #aaa;
	color: #333;
	font-weight: normal;
}
h2.last_title_module{
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
}
h2.last_title_module a{
	text-decoration:none;
	display: inline-block;
	position: relative;
	bottom: -30px;
	height: 44px;
	font-size: 26px;
	color: #333;
	font-weight: normal;
}

.nav_last_logo{ 
width:186px;
height:44px;
border-right:1px #e7e7e7 solid;
}
.nav_hzmt{
	height:44px;
	width:150px;
	top:22px;
	background-color:#fff;
	}
/*缃戝弸鐣欒█+鐣欒█閮ㄥ垎*/
.talking{
	margin:0 auto;
	padding: 30px;
	overflow: hidden;
}
.talking .img{
	float: left;
	width: 62px;
	height: 62px;
	background: url(../images/net.png) 0 -68px no-repeat;
	margin-top:50px;
}
.talking .con:after{
	content: " ";
	position: absolute;
	top: 70px;	
	left: -22px;
	width: 0px;
	height: 0px;
	border: 10px solid #fff;
	border-right: 12px solid #f7f7f7;
}
.talking .con{
	position: relative;
	width: 90%;
	float: left;
	margin-left: 30px;
}
.talking .con-title{
	font-size: 16px;
	color: #00569f;
	margin:0 0  6px 6px;
}
.talking .con-message{
	font:normal 12px/20px "瀹嬩綋";
	padding: 20px;
	background: #f7f7f7;
	border-radius: 7px;
	color: #666666;
}







