/*common*/
body,p,h1,h2,h3,ul,li,img,span,dl,dd,dt,table,tr,td,thead,tbody,form,label,textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

body {
	font-family: 'Microsoft Yahei', 'SimSun';
	font-size: 14px;
	color: #fff;
}

#pic {
	width: 107px;
	position: absolute;
	z-index: 100;
}

.wrap {
	width: 1240px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.mr30 {
	margin-right: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.line {
	width: 0;
	height: 20px;
	border-left: 1px solid #999;
}
.line02{
	width: 0;
	height: 10px;
	border-left: 1px solid #FFF;
	margin: 20px 5px 0;
}
.title{
	line-height: 50px;	
    width: 100%;	
	margin-bottom: 30px;
}
.title>h1{
    font-size: 40px;
	color: #043383;
	float: left;	
	margin-bottom: 20px;
}	


/*header*/
header {
	width: 100%;
	height: 232px;
}

header a:link,
header a:visited {
	font-weight: bold;
	color: #666;
}

header a:hover,
header a:active {
	font-weight: bold;
	color: #49D3F8;
}

/* 页眉样式设置 */
.netnav {
	width: 100%;
	height: 42px;
	background: #F5F4F4;
}

.verwrap {
	width: 100%;
	padding: 6px 0;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.netnav .left a {
	display: block;
	float: left;
}

.netnav .left .iconfont {
	font-size: 18px;
	font-weight: bold;
}

.netnav .left .line {
	float: left;
	margin-top: 2px;
}

.netnav .left ul {
	float: left;
}

.netnav .left li {
	float: left;
}

.netnav .right {
	position: relative;
}

.netnav .right .line {
	float: left;
	margin-top: 2px;
}

.netnav .search {
	float: left;
	position: relative;
	width: 180px;
	height: 28px;
	border: 1px solid #999;
	border-radius: 14px;
	background: #fff;
	margin-right: 30px;
}

.netnav input {
	margin: 4px 0 0 13px;
	width: 160px;
	height: 20px;
	font-size: 12px;
	color: #666;
	border: 0;
}

.netnav .searbtn {
	position: absolute;
	top: 1px;
	right: 8px;
}

.netnav .searbtn .iconfont {
	font-size: 22px;
	font-weight: bold;
}

.netnav .right .weath {
	float: left;
	margin-right: 30px;
	cursor: pointer;
	color: #666;
}

.netnav .right .weath:hover{
	color: #1db7e9;
}
.netnav .right .weath img {
	height: 16px;	
}

.netnav .right .beijing_ca img {
	height: 30px;
}

/*banner栏样式设置  */
.banner {
	width: 100%;
	height: 180px;
	background: url(../images/banner.jpg) no-repeat center top;
}

.logo {
	position: absolute;
	top: 30px;
	width: 107px;
	height: 108px;
}

.logol {
	left: 30px;
}

.logor {
	right: 30px;
}

/*header*/

/*nav样式设置*/
nav {
	width: 100%;
	background: #fff;
}

.menubar {
	height: 40px;
	background-color: #0755a7;
}

.firmenu {
	height: 40px;
	position: relative;
}

.firmenu li {
	float: left;
	position: relative;
}

.firmenu li a {
	display: block;
	width: 150px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.firmenu>li>a:hover,
.firmenu>li>a:active {
	background: #17b8ee;
}
/*nav*/
/* totalmenu样式设置 */
#totalmenu {
	width: 100%;
	background-color: #0cb1e7;
	font-size: 16px;
	display: none;
}

#totalmenu .wrap {
	overflow: hidden;
}

#totalmenu .menu {
	width: 50%;
	position: relative;
}

#totalmenu .menu_topic {
	width: 125px;
	padding: 32px 0 42px;
	height: 110px;
	float: left;
	background-color: #1db7e9;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#totalmenu .menu_topic .list {
	width: 89px;
	height: 25px;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 7px;
}

#totalmenu .detail {
	width: 75%;
	height: 110px;
	padding: 32px 0 42px;
	float: right;
}

#totalmenu .detail ul {
	height: 43px;
	overflow: hidden;
}

#totalmenu .detail ul .list {
	line-height: 25px;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 10px;
}

#totalmenu .detail ul .list a {
	color: #fff;
	display: block;
	padding: 2px;
	/* border-right: 1px solid #fff; */
}

#totalmenu .detail ul .list a:hover {
	background: #23c8ff;
}


/*footer样式设置*/
footer {	
	width: 100%;
	height: 298px;
	background: url(../images/copyright-bg.jpg) no-repeat top center;
	clear: both;
}

footer .wrap {
	padding-top: 28px;
	position: relative;
}

.contpic {
	position: absolute;
	right: 0;
	top: 30px;
}

.contpic span.cont_logo {
	position: relative;
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.contpic span a {
	display: block;
	width: 100%;
	height: 100%;
}

.contpic span .iconfont {
	font-size: 28px;
	color: #2479cc;
}

.contpic span.cont_logo a:hover i.iconfont {
	color: #FF0000;
}

footer .contpic .QRcode {
	position: absolute;
	top: 42px;
	left: 0;
	width: 60px;
	height: 60px;
	display: none;
}

footer .contpic span a:hover span.QRcode {
	display: block;
}

.copyright {
	margin-top: 110px;
	font-size: 14px;
	color: #f1f9ff;
	text-align: center;
	line-height: 24px;
}

.copyright p img {
	height: 20px;
}
/* footer */
/* gotoTop 返回顶部按钮*/
#gotoTop{
	position: fixed;
	width: 60px;
	bottom: 50px;
	text-align: center;
	right:50px;
	display: none;
}
#gotoTop  .list{
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	margin-bottom: 2px;
	background-color: rgba(7, 85, 167, 0.8);
}
#gotoTop .list p.qr{
	position:absolute;
	top: 0;
	left: 0;
	width: 50px!important;
	height: 50px!important;
	margin-left: 5px;
	margin-top: 5px;
}
#gotoTop .list  p.qr .iconfont{
	font-size: 40px;
}
#gotoTop .list .app_hover{
	position: absolute;
	top: -150px;
	right: 110px;
	width: 360px;
	padding: 3px;
	box-sizing: border-box;
	background-color: #17b8ee;
	display: none;
}

#gotoTop .app:hover div.app_hover{
	display: block;
}
#gotoTop .app_hover p.title{
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	height: 20px;
}
#gotoTop .app_hover .itemBox{
	width: 100%;
	clear: both;
	position: relative;
}
#gotoTop .app_hover .itemBox .item{
	float: left;
	margin-left:5px;
	width: 150px;
	height: 200px;
	position: relative;
	
}
#gotoTop .itemBox .item img{
	width: 150px;
	height: 150px;
}
#gotoTop .itemBox .item p{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.go-top a .iconfont{
	color: #fff;
	font-size: 40px;
}


/* 首页及某些页面共有的栏目 */
/*轮播图headfocus样式设置*/
#headfocus {	
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.focusTitle{
	width: 100%;	
	text-align: center;
	position: relative;
}
.focusTitle h1{
	width: 1200px;
	margin: 10px auto;
}
.focusTitle h1 a{
	display: block;
	font-size: 32px;
	line-height: 48px;
	color: #17b8ee;
}
.focusTitle p{
	width: 1200px;
	margin: 10px auto 20px;
}
.focusTitle p a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.focus {
	height: 540px;
	max-width: 10000px;
	position: relative;
}
#view {
	width: 1240px;
	height: 540px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.focus ul {
	max-width: 10000px;
	position: relative;
}

.focus ul li {
	float: left;
	position: relative;
}
.focus ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.focus ul li p {
	position: absolute;
	bottom: 15px;
	height: 64px;
	width: 100%;
	line-height: 64px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-indent: 30px;
}
#prev,#next{
	display: block;
	width: 50px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	background: rgba(60,60,60,0.6);
	color: #FFF;
	font-size: 60px;
	line-height: 120px;
	text-align: center;
}
#next{
	right: 0;
}

/* 焦点新闻focusNews样式设置 */
#focusNews{
    width: 100%;
    margin-top: 20px;
	height: 365px;
}
.newsList{
    width: 1240px;
	height: 100%;
    margin: 0 auto;
	position: relative;
	overflow: hidden;
}
 #newsUl{
	height: 365px;
	width: 3000px;
	position: relative;   
}
#newsUl>li{	
	float: left;
	height: 100%px;	
	width: 1240px;
	position: relative;
}
#newsUl>li:first-child{
	margin-right: 20px;
}
.newsList>ul>li>ul{
	width: 100%;
	height: 100%;
	float: left;
}
.newsList  li li{
	float: left;
	width: 400px;
	height: 100%;
	margin-right: 20px;	
	position: relative;
}
.newsList li li:last-child{
	margin-right: 0px;	
}
.newsList li li .newsPic{
	display: block;
	width: 100%;
	height: 227px;
	cursor: pointer;	
}
.newsList .newsPic img{
	width: 100%;
	height: 227px;
	position: absolute;
	top: 0;
	left: 0;	   
}
 .newsLogo{
	width: 360px;
	height: 26px;
	margin: 20px auto;	
}
.newsLogo{
	display: inline-block;
	height: 25px;
	width: 80px;
	line-height: 25px;
	text-align: center;
	border-radius: 8px 0 12px 0;		
	font-size: 14px;
	color: #fff;
	background-color: #c11827;

}
.officeNote{
	display: inline-block;
	height: 25px;
	width: 80px;
	line-height: 25px;
	text-align: center;
	border-radius: 8px 0 12px 0;		
	font-size: 14px;
	color: #fff;
	background-color: #043383!important;
}
.newsList .newsTitle{
	display: block;
    width: 380px;
}
.newsList .newsTitle p{
	font-size: 18px;
    width: 380px;
	margin: 10px auto;
	color: #000;
}
span.newsbtn{
	display: block;
	width: 46px;
	height: 90px;
	position: absolute;
	top: 137px;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	z-index: 20;
	cursor: pointer;
    background: #17b8ee;
}
span.prev{
	left: 0;
	display: none;
}
span.next{
	right: 0;
	display: block;
}

/* 新闻速递 */
.newsExp{
	width: 100%;
	margin-top: 50px;
}
.title a{
	float: right;
}
.newsExp .cont{
	clear: both;
	margin-top: 20px;
	width: 100%;
}
.newsExp .cont  .picNews{
	width: 599px;
	overflow: hidden;
}
.newsExp .cont  .picNews .picItem{
	float: left;
}
.newsExp .cont  .picNews .top a{
	display: block;
	width: 583px;
	height: 388px;
	position: relative;
	margin-right: 16px;
	margin-bottom: 10px;
	overflow: hidden;
}

.newsExp .cont  .picNews .bot a{
	display: block;
	width: 286px;
	height: 165px;
	position: relative;
	margin-right: 11px;
	margin-bottom: 10px;
	overflow: hidden;
}
.newsExp .cont  .picNews .picItem a img{
	width: 100%;
	height: 100%;	
	transition: all 1s linear;
}
.newsExp .cont  .picNews .picItem a:hover img{
	transform: scale(1.1);
}
.newsExp .cont  .picNews .picItem a .picListTitle{
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;	
}
.newsExp .cont  .picNews .top a .picListTitle{
	height: 78px;
	line-height: 78px;	
	text-indent: 2em;
	font-size: 22px;	
}
.newsExp .cont  .picNews .bot a .picListTitle{
	height: 42px;
	line-height: 42px;	
	text-indent: 2em;
	font-size: 14px;	
}
/* 右侧栏设置 */
.newsExp .cont  .picList{
	width: 629px;
	overflow: hidden;
}
.newsExp .cont  .picList li{
	width: 100%;
	height: 123px;
	margin: 24px auto;
}
.newsExp .cont  .picList li:first-child{
	margin-top: 0;
}
.newsExp .cont  .picList li:last-child{
	margin-bottom: 0;
}
.newsExp .cont  .picList .newsPic{
	display: block;
	width: 213px;
	height: 123px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
.newsExp .cont  .picList .newsPic img{
	transition: all 1s linear;
}
.newsExp .cont  .picList .newsPic:hover img{
	transform: scale(1.1);
}
.newsExp .cont  .picList .newsLogo{
	margin-bottom: 10px;
}
.newsExp .cont  .picList .newsTitle{
	display: block;	
	color: #000;
	font-size: 16px;

}
/* 新闻速递 */

/* 冬奥会项目栏目样式设置 */
/*projintro*/
.projintro{
	clear: both;
	width: 100%;
	height: 768px;
	padding-top: 50px;
	background: #006BCA;
	position: relative;
}
.projintro .title h1{
	color: #fff;
}
.projcont{
	clear: both;
	margin-top: 30px;
}
.projcont .col{
	height: 495px;
	width: 246px;
	float: left;
	margin-right: 44px;
}
.projcont .col4{
	margin-right: 0!important;
}
.projcont .col2{
	width: 369px!important;
}
.projcont .col ul{
	width: 246px;
	margin-left: -1px;
	margin-top: -1px;
}
.projcont .col2 ul{
	width: 369px;
	margin-left: -1px;
	margin-top: -1px;
}
.projcont .col li{
	width: 121px;
	height: 121px;
	margin: 1px;
	position: relative;
	float: left;
	cursor: pointer;	
	box-sizing: border-box;	
	overflow: hidden;		
	box-shadow: 3px 3px 5px 2px #fff;
}
.projcont .col li:empty{
	box-shadow: none;
}
.projcont .col li .spe-bc,.projcont .col li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #004196;	
	border: 2px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	border-radius: 5px;
}

.projintro .col a div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backface-visibility: hidden;
	transition: all 2s ease-in;	
}
.projintro .col a div img{
	width: 121px;
	height: 121px;
}
.projintro .col a  div.des{
	background:#004196;
	color: #FFF;
	font-size: 20px;
	line-height: 120px;
	text-align: center;
	transform: rotateY(-180deg);
}


.projcont:hover .col ul li div.pic{
	transform: rotateY(180deg);
}
.projcont:hover .col ul li div.des{
	transform: rotateY(0deg);
}


