* {
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	width: 100%;
	/*height:100%;*/
	font-family: "微软雅黑";
    background: #fff;
	background: -moz-linear-gradient(bottom, #fff 80%, #e1f3fc);
	background: -webkit-linear-gradient(bottom, #fff 80%, #e1f3fc);
	background: -ms-linear-gradient(bottom, #fff 80%, #e1f3fc);
	background: linear-gradient(to top, #fff 80%, #e1f3fc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e1f3fc', endColorstr='#ffffff');/*IE<9>*/
}
a {
	text-decoration: none;
}
a:link{ color:#333;}
a:visited{ color:#085a95;}
a:hover{ color: #2580b3;}
a:active{ color:#085a95;}

li {
	list-style: none;
}
.wrapper {
	max-width: 980px;
	margin: 0 auto;/*background: rgba(255,255,255,.5);*/
}
/********** header **/
.header {
	width: 980px;
	/*height: 175px;*/
	margin-bottom: 1px;
}
.headerbg{ 
	height: 131px;
	background:url(/templates/protostar/images/header-img.jpg);
}
.logo {
	padding-top: 15px;
	padding-left: 12px;
	float: left;
	margin-bottom: 10px;
}
.info {
	float: right;
}
.info ul {
	width: 190px;
	height: 70px;
	text-align: center;
	padding-top: 15px;
}
.info ul li {
	display: inline-block;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
.info ul li span {
	display: block;
	font-size: 12px;
	color: #004882;
}
/** 二维码　& 分享插件 **/
.wxpop {
	/*display: none;*/
	position: absolute;
	z-index: 1000;
	width: 192px;
	height: 192px;
	box-shadow: 0 0 2px #000;
	margin-left: -70px;

    top:-280px;
    -webkit-transition:top .3s ease;
	transition:top .3s ease;
}
.info ul>li:hover .wxpop, .info ul>li:active .wxpop {
	/*display: block;*/

	top:95px;
}
.bdsharebuttonbox {
	/*display: none;*/
	position: absolute;
	z-index: 1000;
	width: 260px;
	height: 24px;
	margin-left: -65px;

    top:-280px;
    -webkit-transition:top .3s ease;
	transition:top .3s ease;
}
.info ul li:last-child:hover .bdsharebuttonbox{
	/*display: block;*/

	top:92px;
}


.navigation{
	clear: both;
	width: 100%;
	height: 43px;
	background: #217aae;
	/*margin-bottom: 5px;*/
	background: -moz-linear-gradient(top, #2580b3, #1c73a9, #085a95);
	background: -webkit-linear-gradient(top, #2580b3, #1c73a9, #085a95);
	background: -ms-linear-gradient(top, #2580b3, #1c73a9, #085a95);
	background: linear-gradient(to bottom, #2580b3, #1c73a9, #085a95);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#2580b3', endColorstr='#085a95');/*IE<9>*/
}
.navigation ul.nav{
	float: left;
	padding-left: 12px;
}

.navigation ul.nav>li{
	display: inline-block;
	height: 36px;
	margin-top: 8px;
	padding: 0 5px;
	margin-right: 5px;
	border-radius: 8px 8px 0px 0px;
}
.navigation ul.nav>li:hover{
	background: #fff;
	background: -moz-linear-gradient(top, #ccc 0.1%, #eee);
	background: -webkit-linear-gradient(top, #ccc 0.1%, #eee);
	background: -ms-linear-gradient(top, #ccc 0.1%, #eee);
	background: linear-gradient(to bottom, #ccc 0.1%, #eee);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cccccc, endColorstr=#eeeeee);
}
.navigation ul.nav>li:hover a{
	color: #004882;
}
.navigation ul.nav>li:first-child{
	background: #fff;
	background: -moz-linear-gradient(top, #ccc 0.1%, #eee);
	background: -webkit-linear-gradient(top, #ccc 0.1%, #eee);
	background: -ms-linear-gradient(top, #ccc 0.1%, #eee);
	background: linear-gradient(to bottom, #ccc 0.1%, #eee);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cccccc, endColorstr=#eeeeee);
}
.navigation ul.nav li:first-child a{
	color: #004882;
}

.navigation ul.nav>li a{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 15px;
	color: #fff;
}
.navigation ul.nav-child{
	position: absolute;
	z-index: 10;
	display: none;
	width: 96px;
	background: #eee;
	margin-left: -6px;
	text-align: center;
	border: 1px solid #2580b3;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
}
.navigation ul.nav>li:hover ul.nav-child{
	display: block;
}
.navigation ul.nav-child li{
	padding: 5px 0;
	margin-left: -6px;
}
.navigation ul.nav>li:first-child li:hover, 
.navigation ul.nav-child li:hover{
	color: #fff;
	background: #2580b3;
}
.navigation ul.nav-child li a {
	font-size: 12px;
}/**/
.navigation ul.nav>li:first-child li:hover a, 
.navigation ul.nav-child li:hover a{
	color: #fff;
}


.search {
	float: right;
	margin-top: 4px;
	margin-right: 11px;
	border-radius: 10px;

	height: 30px;
	margin-top: -37px;
}
.search #mod-search-searchword{
	border-radius: 10px;
	width: 110px; /*108px*/
	/*font-size: 12px;*/
	line-height: 18px;
	padding: 2px 0;
	padding-left: 10px;
	background: rgba(255,255,255, .8);
}
.search #mod-search-searchword:focus{
	box-shadow: 0 0 3px #fff;
	background: #fff;
	opacity: 1;
	outline: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


/********** header end */

/********* banner */
.banner {
	width: 100%;
	height: 369px;
	box-shadow:0px 3px 2px #999;
}
#divSmallBox {
	overflow: hidden;
   *display:inline;
   *zoom:1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
}
#playBox {
	width: 980px;
	height: 369px;
	background: #333;
	position: relative;
	overflow: hidden;
}
#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}
#playBox .oUlplay li {
	float: left;
}
#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(/templates/protostar/images/l.png) no-repeat;
	position: absolute;
	top: 165px;
	left: 10px;
	z-index: 10;
	opacity: 0;
}
#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(/templates/protostar/images/r.png) no-repeat;
	position: absolute;
	top: 165px;
	right: 10px;
	z-index: 10;
	opacity: 0;
}
#playBox:hover .pre, #playBox:hover .next {
	opacity: 0.8;
}
#playBox .smalltitle {
	width: 980px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	cursor: pointer;
}
#playBox .smalltitle ul {
	width: 40px;/* 3*li , 60px */
	margin: 0 auto;
}
#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;
    *display:inline;
    *zoom:1;
}
#playBox .smalltitle .thistitle {
	background: #69aaec;
}
/********* banner end */

/*********content **/
.content {
	width: 980px;
	height: 100%;
	margin-top: 24px;
}
.contentbox {
	width: 980px;
	height: 100%;
	float: left;
	margin-bottom: 29px;
}

.section-l{
	width: 510px;
	float: left;
	overflow: hidden;
}
.section-l h2 {
	font-size: 14px;
	color: #004882;
	padding-bottom: 5px;
	border-bottom: 1px solid #004882;
	background: url(/templates/protostar/images/section-h.png) no-repeat 0px 4px;
	padding-left: 25px;

}
.section-l span a {
	font-size: 12px;
	color: #8fa3bc;
	display: block;
	float: right;
	padding-top: 4px;
}
.section-l span a:hover {
	color: #217aae;
}.section-l ul.slideshow{ float: left; width: 240px; height: 185px; background: #ccc; margin-top: 15px; overflow: hidden; border:1px solid #ddd;}
#slideContainer{ width:240px; height:185px; position:relative; margin-top: -15px;}
#slidesImgs li {display: none; }
/*.slideshow { clear: both;}*/
.slideshow li { position: relative; overflow: hidden; }
.slidebar { position: absolute; bottom: -10px; right: 4px; }
.slidebar li{float: left; margin-right: 1px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 10px; cursor: pointer;  background: rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000,endColorstr = #30000000); color: #FFF; overflow: hidden; }
.slidebar li.on { background: rgba(255,255,255,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF,endColorstr = #50FFFFFF); color: #085a95; font-weight: 700; }


.section-l ul.slidetext{
	margin-top: 15px;
	margin-left: 10px;
	width: 490px;
	max-height: 200px;
	overflow: hidden;
}
.section-l ul.slidetext li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section-l ul.slidetext li a {
	font-size: 12px;
	color: #000;
	line-height: 22px;
	font-family: "宋体";
}
.section-l ul.slidetext li a:hover { color: #217aae; }
ul.category-module li{ list-style-type: disc; border-bottom: 1px dotted #999;}



.section-r{ width: 390px; height:100%; float: right;}
.section-r h2 {
	font-size: 14px;
	color: #004882;
	padding-bottom: 5px;
	border-bottom: 1px solid #004882;
	background: url(/templates/protostar/images/section-h.png) no-repeat 0px 4px;
	padding-left: 25px;

}
.section-r span a {
	font-size: 12px;
	color: #8fa3bc;
	display: block;
	float: right;
	padding-top: 4px;
}
.section-r span a:hover {
	color: #217aae;
}

#jcl-slide .default{ position: relative;}/**/
#jcl-slide .carousel {
    border: 1px solid #bababa;
    border-radius: 8px;
    background-color: #fff;
    padding-left: 4px;

    position: relative;
    visibility: hidden;
    /*float: left;*/
    /*margin-top: 15px;*/
    margin: 13px auto
}
#jcl-slide .carousel>ul>li>a>img {
        width: 124px;
        height: 165px;
        vertical-align:middle;
        /* optional */
        margin: 5px 4px 10px 0;
        border-radius: 4px;
        box-shadow: 0px 0px 2px #333;
}
#jcl-slide .carousel ul li span{ 
	display:block; 
	text-align:center; 
	font-size:12px; 
	color: #666;
	margin-top:-10px;
	margin-bottom: 2px; 
}
#jcl-slide a.prev1, 
#jcl-slide a.next1{
    position: absolute;
    z-index: 999;

    display: block;
    width: 16px;
    height: 30px;
    line-height: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    float: left;
    opacity: 0;
}
#jcl-slide a.prev1 {
    margin: 82px -2px 0 0;
    text-indent: 3px;
    top:0px;
    left: 1px;
}
#jcl-slide a.next1 {
    margin: 82px 0 0 -2px;
    text-indent: 6px;
    top:0px;
    right: 1px;
}
#jcl-slide:hover a.prev1, 
#jcl-slide:hover a.next1{ 
	opacity:1; 
	background-color: #eee; 
	color:#000;
}

.mod-articles-category-date{font-size:12px; float:right;line-height: 22px;}


/*********content end **/

/*hr {clear: both;border: 1px solid #2580B3;border-bottom: none;margin-bottom: 2px;}*/

/******** footer **/
.footer {
	clear: both;

	position: relative;
	bottom:0;

	width: 980px;
	min-height: 140px;
	background:#2580B3;
	background: -moz-linear-gradient(top, #0d5f9a, #237cb0);
	background: -webkit-linear-gradient(top, #0d5f9a, #237cb0);
	background: -ms-linear-gradient(top, #0d5f9a, #237cb0);
	background: linear-gradient(to bottom, #0d5f9a, #237cb0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#0d5f9a', endColorstr='#237cb0');/*IE<9>*/ 
}
.ft-box {
	height: 96px;
	padding-top: 19px;
}
.ft-top{ text-align:center;}
.ft-top .select{ 
	padding:1px 13px; 
	font-size: 12px; 
	color: #666; 
	border:1px solid #888;
	text-align: left;
	background: #eee;
}
.ft-bottom{
	width: 400px;
	margin:15px auto;
}
/*.ft-bottom img {float: left;margin-top:-12px;width: 72px;height: 72px;}*/
.ft-bottom ul{ text-align: center;}
.ft-bottom li{ 
	font-size: 12px; 
	color: #eee; 
	padding-top:3px;
}
/******** footer end **/
<!--0.00020885467529297-->