﻿@charset "utf-8";
/* CSS Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
}
input{
	vertical-align:middle; 
}
body { 
	font-family: arial, 微软雅黑, serif;
	font-size: 16px; 
	color: #484848;
} 
a{
	text-decoration: none;
}

/*top-img*/
.top-img-box{
	width: 100%;
	position: relative;
	height: 260px;
	overflow: hidden;
}
.top-img{
	position: absolute;
	height: 260px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	/*background: url(../img/top-img.jpg) no-repeat;*/
}

/*导航*/
.nav-box{
	width: 100%;
	background: #34495e; 
}
.nav { 
	height: 56px;
	line-height: 56px; 
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
} 
.nav-left{
	float: left;
}
.nav-left a { 
	display: block;
	text-align:center; 
	font-size: 16px;
	color: #fff;
} 
.nav-left a:link { 
	color:#fff; text-decoration:none; 
} 
.nav-left a:visited { 
	color:#fff; text-decoration:none; 
} 
.nav-left a:hover { 
	color:#37ecef; text-decoration:none;
} 
.nav-left li { 
	float: left;
	padding: 0 35px;
} 
.nav-left li.nav-cur a{
	color: #37ecef;
}

.nav-right{
	float: right;
	background: url(../img/icon-hand.png) no-repeat 24px center #f37164;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding-left: 56px;
	padding-right: 16px;
	margin-top: 15px;
}


/*内容*/

.banner-box{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

/*左边*/
.banner-left{
	float: left;
	width: 200px;
}
.banner-left>li{
	background-color: #dadfe2;
	margin-top: 5px;
}
.banner-left>li>a{
	color: #34495e;
	width: 200px;
	height: 60px;
	font-size: 18px;
	line-height: 44px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.banner-left>li>a>img{
	float: left;
	margin-left: 28px;
}
.banner-left>li>a>span{
	float: left;
	margin-left: 13px;
}
.banner-left>li.banner-left-title{
	position: relative;
	background-color: #f37164;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-family: "黑体";
	font-weight: bold;
	color: #fff;
	margin-top: 0;
}


/*中间*/
.banner-center{
	float: left;
	width: 640px;
	margin-left: 19px;
}
.focus-box{
	width: 608px;
	border: #c9c9c9 1px solid;
	padding: 0 15px 15px 15px;
}
.focus-title{
	overflow: hidden;
	height: 56px;
	line-height: 56px;
}
.focus-title .list-more{
	margin-top: 20px;
}
.list-title{
	float: left;
	font-size: 20px;
	font-family: "黑体";
	font-weight: bold;
	color: #34495e;
	padding: 0 15px;
}
.list-more{
	float: right;
	margin-right: 20px;
}
.notice-box{
	width: 608px;
	border: #c9c9c9 1px solid;
	padding: 0 15px 15px 15px;
	margin-top: 20px;
}
.notice-title{
	height: 47px;
	line-height: 47px;
	border-bottom: 2px #c5c5c5 solid;
}
.notice-title .list-title{
	border-bottom: 2px #f37164 solid;
}
.notice-title .list-more{
	margin-top: 15px;
}

.notice-box ul{
	margin-top: 10px;
}
.notice-box ul li{
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	border-bottom: dashed #c5c5c5 1px;
}
.notice-box ul li a{
	color: #484848;
	float: left;
	display:block;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
}
.notice-box ul li span{
	color: #484848;
	float: right;
	margin-right: 15px;
}


/*轮播*/
#focus {
	width:608px; 
	height:288px; 
	overflow:hidden; 
	position:relative;
} 
#focus ul {
	height:288px; 
	position:absolute;
} 
#focus ul li {
	float:left; 
	width:608px;
	height:288px; 
	overflow:hidden; 
	position:relative; 
	background:#000;
} 
#focus ul li div {
	position:absolute; 
	overflow:hidden;
} 
#focus .btnBg {
	position:absolute;
	width:608px; 
	height:68px; 
	left:0; 
	bottom:0; 
	background:#000;
} 
#focus .btn {
	position:absolute; 
	width:608px; 
	height:68px; 
	left:0; 
	bottom:0; 
	text-align:center;
	color: #fff;
	line-height: 68px;
	font-size: 22px;
} 
#focus .preNext {
	width:45px; 
	height:100px; 
	position:absolute; 
	top:90px; 
	background:url(../img/sprite.png) no-repeat 0 0; 
	cursor:pointer;
} 
#focus .pre {
	left:0;
} 
#focus .next {
	right:0; 
	background-position: right top;
} 



/*右边*/
.banner-right{
	float: right;
	width: 300px;
}
.briefing-box{
	border: #c9c9c9 1px solid;
	padding: 0 15px 15px 15px;
	margin-top: 20px;
}
.briefing-title{
	height: 47px;
	line-height: 47px;
	border-bottom: 2px #c5c5c5 solid;
}
.briefing-title .list-title{
	border-bottom: 2px #f37164 solid;
}
.briefing-title .list-more{
	margin-top: 15px;
}

.briefing-box ul{
	margin-top: 10px;
}
.briefing-box ul li{
	height: 36px;
	line-height: 36px;
	border-bottom: dashed #c5c5c5 1px;
}
.briefing-box ul li a{
	color: #484848;
	display:block;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
}

/*选项卡*/
.tab { 
	width: 300px;
}
.tab_menu { 
	clear:both;
}
.tab_menu li { 
	width: 150px;
	height: 57px;
	line-height: 57px;
	float: left; 
	text-align: center; 
	cursor: pointer; 
	background: #35b9d2; 
	color: #FFF; 
	font-size: 18px;
}
.tab_menu li.selected { 
	background: #34495e;
}
.tab_box { 
	clear: both; 
	border: 1px solid #c5c5c5; 
	height: 303px; 
	border-top: 0;
}
.hide{
	display:none;
}
.login_box{
	padding: 0 25px;
	padding-top: 5px;
}
.login_box p{
	padding-top: 18px;
	line-height: 34px;
	overflow: hidden;
}
.login_box p .login_tit{
	float: left;
	margin-right: 11px;
}
.login_box p input{
	float: left;
	width: 177px;
	height: 32px;
	padding: 0 5px;
	line-height: 32px;
	border: 1px #aeaeae solid;
}
.login_box p input.verification-input{
	width: 77px;
	margin-right: 4px;
}
.login_box p img{
	float: left;
}

.forgot-box{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-top: dashed 1px #c5c5c5;
	border-bottom: dashed 1px #c5c5c5;
	margin-top: 18px;
}
.forgot-box a{
	float: right;
	color: #484848;
	margin-left: 20px;
	margin-right: 3px;
}

.login-button{
	width: 189px;
	height: 35px;
	line-height: 35px;
	float: right;
	margin-top: 18px;
	background-color: #f37164;
	color: #fff;
	cursor: pointer;
}

/*底部图片滚动*/
.carousel-box{
	overflow: hidden;
	width: 1178px;
	border: 1px solid #c5c5c5;
	margin: 0 auto;
	margin-top: 20px;
}
.carousel-box .img-achievements{
	float: left;
	margin-top: 20px;
	margin-left: 27px;
}

.carousel {width:1024px; margin:20px auto; padding:0px; float: right; margin-right: 50px;position: relative;}
.carousel .prev , .carousel .next {height: 180px;width:20px; overflow:hidden; text-decoration:none;cursor:pointer;}
.carousel .prev {float:left;background:url(../img/imageNavLeft.png) left center no-repeat; position:absolute; z-index:13; top: 0px; left: -20px;}
.carousel .next { float:right; background:url(../img/imageNavRight.png) right center no-repeat; position:absolute; z-index:14; top: 0px; right: -20px;}
 
.jCarouselLite {float:left;width:1024px;height:180px;overflow:hidden;/*必要元素*/ position:relative; z-index:10;}
.jCarouselLite li{height:180px;width:240px; text-align:center;margin: 0 8px;position: relative;}
.jCarouselLite li font{ background: url(../img/jCarouselLite-bg.png); height: 42px; line-height: 42px; font-size:12px; color:#FFF; display:block; position: absolute; bottom: 0; left: 0; cursor: pointer; width: 100%;}
.jCarouselLite li font a{ color:#FFF;}
.jCarouselLite li img{ padding-bottom:2px;}




/*底部*/
.foot{
	width: 100%;
	margin-top: 40px;
	background-color: #4a4a4a;
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
}