@CHARSET "UTF-8";
html{
	color:#333;
	background-color:#fff;
}
*{
	color:#333;
	padding:0;
	margin:0;
	line-height:24px;
}
.clear{ clear:both;}
body{
	background-color:#fff;
	font:12px 微软雅黑;
}
ol,ul,dl {
	list-style: none;
}
a{
	color:#003399;
	text-decoration:none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
.text-orange{
	color:#f39800;
}
.pull-right{
	float:right;
}
.pull-left{
	float:left;
}
.logo{
	float:left;
	font-size:30px;
	color:#ff6600;
	font-weight:bold;
	margin-top: 10px;
}
.mainmenu{ width:100%; background-color:#f5f5f5; height:40px; padding-top:10px;}
.menu {
	position:initial!important;
	margin:0 auto!important;
	width:976px;
    padding-left: 0;
	font-size:15px;
}
.menu a{
	color:#333;
	border-bottom:2px solid #f5f5f5;
}
.menu li.active a{
	color:#ff6600;
	font-weight:bold;
	border-color:#ff6600;
}

.menu li {
    display: inline;
	margin-left:26px;
}
.header{

}
.header-content{
	margin:0 auto;
	width:976px;
	overflow:hidden;
}
.banner{
	height:330px;
	background:url(../img/banner.jpg) center center no-repeat;
}
.banner-content{
	margin:0 auto;
	width:976px;
	position:relative;
}
.login-area{
	position: absolute;
	height: 270px;
	width: 290px;
	top: 20px;
	right: 10px;
	background-image: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,.7));
	border: 5px solid hsla(0,0%,80%,.4);
	background-clip: padding-box;
}
.login-area form{
	padding:15px;
}
.login-area form h3{
	color:#f39800
}
.login-area .input-field{
	position:relative;
	height:40px;
	background:#E1E1E3;
	background:#fff;
	border:1px solid #ececec;
	margin-top:12px;
	overflow:hidden;
	padding-left:40px;
	background:url(../img/icon.gif) 12px -123px no-repeat #eee;
}
.login-area .input-field input{
	border:0;
	line-height:40px;
	padding:0 5px;
	width:208px;
	
}
.login-area .input-field.pwd{
	background-position:12px -163px;
}
.login-area button{
	border:none;
	background-color: #f39800;
	height:40px;
	line-height:40px;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:100%;
	margin-top:12px;
	cursor:pointer;
}
.login-area .remember{
	overflow:hidden;
}
.login-area .remember span{
	color:#666;
}
.login-area .remember a{
	float:right;
	color:#666;
}

.person-menu{
	background:#fff;
	margin:24px 15px;
}
.person-menu li.person{
	background:#f39800;
	border-top:0;
	height:30px;
	line-height:30px;
	color:#fff;
	padding:0 15px;
}
.person-menu li{
	height:40px;
	line-height:40px;
	border-top:1px dashed #ddd;
	padding-left:50px;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
}
.person-menu li.se{
	background-position:13px -200px;
}
.person-menu li.fa{
	background-position:13px -240px;
}
.person-menu li.buy{
	background-position:13px -360px;
}
.person-menu li.dd{
	background-position:13px -280px;
}
.person-menu li.lo{
	background-position:13px -320px;
}
.person-menu li a{
	color:#666;
	font-size:14px;
}

.slogan{
	height:80px;
	width:240px;
	position:absolute;
	top:134px;
	right:350px;
	color:#fff;
}
.slogan h1{
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align:center;
	font-size:25px;
}
.slogan p{
	margin-top:20px;
	border:2px solid #fff;
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight:bold;
	font-size:15px;
	box-shadow: 0.1em 0.1em 0.2em black;
	text-align:center;
	
}
.main{
	background-color:#fafafa;
	padding:20px;
}
.main-content{
	background-color:#fafafa;
	margin:0 auto;
	width:976px;
}
.article-list{
	background-image: url(../img/line.gif);
	background-repeat: repeat-y;
	background-position: center;
	border:1px solid #ebebeb;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:50px;
}
.article-list ul{
}
.article-list li{
	width:446px;
	float:left;
}
.article-list ul li{
	padding:10px 20px;
	border-bottom:1px dashed #eee;
}
.article-list ul li:hover{
	background:#eff2f9;
}
.article-list ul li:last-child{
	border-bottom:0;
}
.article-list .ul-left{
	border-right:1px solid #ebebeb;
}
.article-list .ul-right{
	border-left:1px solid #ebebeb;
	margin-left:-1px;
}
.article-head{
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	margin-bottom:15px;
}
.article-head span{
	font-size:12px;
	font-weight:normal;
}
.item-head {
	overflow:hidden;
}
.item-head h4{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	font-size:14px;
	color:#003399;
	width:340px;
	float:left;
}
.item-actions{
	float:right;
}
.item-actions a{
	width:15px;
	height:12px;
	float:right;
	margin-left:15px;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
}
.item-actions a.dd{
	background-position:0 -75px;
}
.item-actions a.ey{
	background-position:0 -24px;
}
.item-actions a.li{
	background-position:0 -48px;
}
.item-actions a.dd:hover{
	background-position:0 -87px;
}
.item-actions a.ey:hover{
	background-position:0 -36px;
}
.item-actions a.li:hover{
	background-position:0 -60px;
}
.item-summary{
	
}
.item-info.active .item-summary-warp{
	max-height:none;
	 min-height:141px;
}
.item-summary-warp{
	max-height:72px;
	overflow:hidden;
	position:relative;
}

.article-list ul li:hover .item-summary-warp .more{
	background:#eff2f9;
}

.item-more{
	height:24px;
	text-align:right;
	display:none;
}
.item-more a{
	padding-right:20px;
	background-image:url('../img/icon.gif');
	background-repeat:no-repeat;
	display:inline-block;
	height:12px;
	line-height:12px;
	color:#999;
	font-size:11px;
}

.item-info.active .item-more .more-down{
	display:none;
}
.item-more .more-down{
	background-position:right -73px;
}
.item-more .more-down:hover{
	background-position:right -85px;
	color:#F39800;
}
.item-info.active .item-more .more-up{
	display:inline-block;
}
.item-more .more-up{
	background-position:right -98px;
	display:none;
}
.item-more .more-up:hover{
	background-position:right -110px;
	color:#F39800;
}
.footer{
	padding:15px;
	border-top:1px solid #eee;
}

.footer-content{
	margin:0 auto;
	width:976px;
	text-align:center;
	line-height:40px;
}
.pagination-area{
	text-align:right;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    display: inline;
}
.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .disabled a, .pagination .disabled a:focus, .pagination .disabled a:hover, .pagination .disabled span, .pagination .disabled span:focus, .pagination .disabled span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f39800;
    border-color: #f39800;
}
/*and*/
.intro_title{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	margin: 0px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #edecec;
	border-bottom-color: #edecec;
	padding: 10px;
}
.article_show{ font-size:14px; line-height:24px;
color:#666; padding:10px;
	background-position: center;
	border:1px solid #ebebeb;
	background-color:#fff;
	overflow:hidden;
}
.download{ width:956px; margin:0 auto; padding:10px; text-align:center;}
.button{
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	background: #fff;
	color: #666 !important;
	border-radius: 5px;
	text-shadow: none;
	-webkit-transition: box-shadow 300ms;
	transition: box-shadow 300ms;
}
.button:hover{
	background: #f5244d;
	color: #fff !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-transition: box-shadow 300ms, background 300ms;
	transition: box-shadow 300ms, background 300ms;
	
}
.button h2{
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	margin: 0 !important;
	padding: 0 !important;
}
.button.pink{
	color: #fff !important;
	border: none;
	background-color: #FF6633;
}
.button.pink:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	text-decoration: none;
	color: #333;
	background-color: #CC0000;
}