* {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover{color: #2f63ba;}
body {
	font-family: "微软雅黑";
	/*-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;*/
}


/*头部导航*/

.header {
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #e1e1e1;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 99999999;
	background: #fff;
}

.header-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.logo {
	width: 155px;
	height: 50px;
	float: left;
	background: url(../img/logo.png)no-repeat center;
	background-size:155px 50px;
	margin-top:5px;
}


/*导航栏*/

nav {
	width: 480px;
	float: left;
}

.nav-list>li>a {
	font-size: 15px;
}

.nav-list>li:first-child {
	margin-left: 4px;
}

.nav-list>li {
	float: left;
	margin-left: 34px;
	margin-top: 27px;
	text-align: center;
	line-height: 22px;
}


/*检索*/

.search {
	width: 100px;
	float: right;
}
.search-list>li {
	float: left;
	line-height: 67px;
}

.search-list>li>a {
	font-size: 14px;
	color: #636262;
}

.download {
	width: 12px;
	height: 12px;
	background: url(../img/download.png)no-repeat center;
	margin-top: 29px;
}

.left-play {
	margin-left: 6px;
}

.help {
	width: 13px;
	height: 13px;
	background: url(../img/shouji.png)no-repeat center;
	margin-top: 29px;
	margin-left: 17px;
}

.search-logo {
	width: 16px;
	height: 15px;
	background: url(../img/search.png)no-repeat center;
	margin-top: 29px;
	margin-left: 17px;
	background-size: 100% 100%;
}

.search-bar {
	width: 107px;
	height: 22px;
	background: #fafafa;
	line-height: 22px;
	text-align: left;
	margin-top: 24px;
	border-radius: 5px;
	display:inline-block;
	border:0px;
}
.sear{border:0px;background:#ccc;padding:0px 5px;color:#666;}

/*内容*/

.box {
	width: 1198px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.nav-sub {
	width: 180px;
	/*height: 615px;*/
	height: 100%;
	/*background: #e8e8e8 url('../img/menu_bg.png') repeat;*/
	background-color:#fff;
	position: fixed;
	top: 72px;
	/*left: 113px;*/
	z-index: 999;
	border-left:solid 1px #304e80;
	border-top:solid 5px #304e80;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=180,strength=4);/*ie*/
-moz-box-shadow: 2px 0 5px #909090;/*firefox*/
-webkit-box-shadow: 2px 0 5px #909090;/*safari或chrome*/
box-shadow:2px 5px 5px #909090;/*opera或ie9*/
}


/*左边副导航*/

.nav-sub-list {
	width: 175px;
	/*margin-left: -6px;*/
	clear: both;
	
}

.nav-sub-list>li {
	width: 100%;
	
}
.nav-sub ul:nth-child(1){
	background:url('../img/ico_01.png') no-repeat 19px 32px;background-size:20px;
}
.nav-sub ul:nth-child(2){
	background:url('../img/ico_02.png') no-repeat 19px 12px;background-size:20px;
}
.nav-sub ul:nth-child(3){
	background:url('../img/ico_03.png') no-repeat 19px 12px;background-size:20px;
}
.nav-sub ul:nth-child(4){
	background:url('../img/ico_04.png') no-repeat 19px 12px;background-size:20px;
}
.nav-sub ul:nth-child(5){
	background:url('../img/ico_05.png') no-repeat 19px 12px;background-size:20px;
}
.nav-sub ul:nth-child(6){
	background:url('../img/ico_06.png') no-repeat 19px 12px;background-size:20px;
}
.nav-sub ul:nth-child(7){
	background:url('../img/ico_07.png') no-repeat 19px 12px;background-size:20px;
}

.menu1{
	background:url('../img/ico_01.png') no-repeat 19px 12px;background-size:20px;
}
.menu2{
	background:url('../img/ico_02.png') no-repeat 19px 12px;background-size:20px;
}
.menu3{
	background:url('../img/ico_03.png') no-repeat 19px 12px;background-size:20px;
}
.menu4{
	background:url('../img/ico_04.png') no-repeat 19px 12px;background-size:20px;
}
.menu5{
	background:url('../img/ico_05.png') no-repeat 19px 12px;background-size:20px;
}
.menu6{
	background:url('../img/ico_06.png') no-repeat 19px 12px;background-size:20px;
}
.menu7{
	background:url('../img/ico_07.png') no-repeat 19px 12px;background-size:20px;
}
/*.main-sub a:nth-child(1):before {
	content:"●";padding-right:5px;
}*/
.menu_bq{
	background:url('../img/ico_bq.png') no-repeat 19px 12px;background-size:20px;display:none;
}
.nav-sub-list>li>a {
	float: left;
	margin-left: 21px;
	text-align: left;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color:#000000;
}
.nav-sub-list>li>a:hover {color: #304e80;}
.main-sub {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
	padding-left:25px;
}

li.main-sub a {
	color: #304e80;
}


.sub-list-first {
	margin-top: 19px;
}


/*中间内容区*/

.content-center {
	width: 668px;
	overflow: hidden;
	/*margin-left:185px;*/
	margin-top: 72px;
	float: left;
	display: inline;
}

.lunbo-banner {
	width: 677px;
	height: 340px;
}

.swiper-wrapper {
	width: 100%;
	height: 340px;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 340px;
}

.swiper-pagination {
	width: 100%;
	height: 22px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-slide{position:relative;}
.swiper-slide h1{
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:18px;
	overflow:hidden;
	padding-left:10px;
	background-color:rgba(0,0,0,0.5);
	font-weight:bold;
}


/*新闻列表*/

.news-list {
	width: 49.5%;
	height: 74px;
	border-bottom: 0px solid #dedede;
	padding-top: 10px;
	float:left;
/*
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d46800,endcolorstr=#f6a000,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d46800,endcolorstr=#f6a000,gradientType=0);
    background:#d46800;
    background:-moz-linear-gradient(top, #d46800, rgba(246, 160, 0, 0.5));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#d46800), to(rgba(246, 160, 0, 0.5)));  
    background:-o-linear-gradient(top, #d46800, rgba(246, 160, 0, 0.5)); 
*/




}
/*.news ul:nth-child(1) {background: #ffe7ba;}
.news ul:nth-child(2) {margin-left:1%;background:#ffe7ba;}
.news ul:nth-child(1) a{color:#000;}
.news ul:nth-child(2) a{color:#000;}
*/
.news-list>li {
	width: 312px;
	padding-left: 22px;
	float: left;
	background: url(../img/point_03.png)no-repeat top left;
	background-position: 7px 15px;
	height: 35px;
	line-height: 35px;
}

.news-list>li>a {
	font-size: 16px;
	
}


/*详细新闻列表*/

.news-con-list>li {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #dedede;
	clear: both;
	position:relative;
}


.news-pic {
	width: 220px;
	height: 124px;
	float: left;
	margin-top: 14px;
}

.news-pic>img {
	width: 220px;
	height: 124px;
}

.news-txt {
	width: 437px;
	height: 124px;
	float: left;
	margin-left: 11px;
	margin-top: 14px;
}

.news-txt>h4 {
	color: #191919;
	line-height: 24px;
	font-weight: bold;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis;
	overflow: hidden; 
}
.news-con-list li a:hover h4{color:#2f63ba;}
.news-txt>p {
	width: 98%;
	height: 48px;
	line-height: 24px;
	color: #999999;
	margin-top: 20px;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	font-size: 14px;
}

.read {
	width: 100%;
	height: 15px;
	margin-top: 16px;
}

.read>span {
	float: left;
	color: #999999;
	font-size: 12px;
}

.shoucang {
	width: 15px;
	height: 15px;
	background: url(../img/ico_source.png)no-repeat center;
	margin-left: 20px;
	margin-top: 2px;
	background-size: 15px;
}
.writer_ico {
	width: 15px;
	height: 15px;
	background: url(../img/ico_writer.png)no-repeat center;
	margin-left: 20px;
	margin-top: 2px;
	background-size: 15px;
}
.clear{clear:both}
.label_tag {
    position:absolute;
	display:block;
	right:5px;bottom:10px;
}
.label_tag a{
	font-style:normal;
    height: 20px;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    color: #3f88ec;
    padding: 0 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 7px;
    vertical-align: top;
}

/*右侧内容区*/

.content-right {
	width: 329px;
	overflow: hidden;
	float: right;
	margin-top: 72px;
	/*position: absolute;
	top: 72px;
	right: 0px;*/
}

.right-case1-header {
	width: 100%;
	height: 27px;
	border-bottom: 1px solid #dfdfdf;
}

.hots {
	width: 70px;
	height: 25px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 3px solid #2f63ba;
	text-align: center;
	float: left;
}

.right-case1 {
	width: 100%;
	overflow: hidden;
}

.case1-list>li {
	height: 35px;
	line-height: 35px;
}

.case1-list>li>a>span {
	float: left;
}
.case1-list a:hover .case1-list-txt,.zuixin-list li  a:hover {color: #2f63ba;}
.back {
	color: #e5e5e5;
}

.more {
	float: right;
	margin-right: 11px;
	font-size: 12px;
	color: #717171;
	line-height: 27px;
}

.order {
	width: 12px;
	height: 20px;
	color: #bd2656;
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-left: 11px;
}

.order1 {
	width: 12px;
	height: 20px;
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-left: 11px;
}

.case1-list-txt {
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	margin-left: 8px;
	font-size: 14px;
}
a:hover .case1-list-txt,.zuixin-list a:hover,.nav-sub-list a:hover {color: #304e80;}
.nav-sub-list .main-sub a:hover {color: #000;}

.yuedu {
	color: #c72636;
	margin-left: 10px;
	font-size: 14px;
}
.right-qiuqiu {
	width: 100%;
	overflow: hidden;
	background: #FAFAFA;
}

/*最新资讯*/

.right-case2 {
	width: 100%;
	overflow: hidden;
	margin-top: 17px;
}

.zuixin-list>li {
	width: 320px;
	height: 35px;
	line-height: 35px;
	padding-left: 19px;
	font-size: 15px;
}

.first {
	background: url(../img/first.png)no-repeat left center;
}

.second {
	background: url(../img/second.png)no-repeat left center;
}

.third {
	background: url(../img/third.png)no-repeat left center;
}

.other {
	background: url(../img/other.png)no-repeat left center;
}

.right-case3 {
	width: 100%;
	overflow: hidden;
	margin-top: 27px;
}

.case3-list>li {
	width: 100%;
	height: 115px;
	background: #FAFAFA;
	margin-top: 11px;
}

.case3-list-pic {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: 23px;
	margin-left: 12px;
	float: left;
}

.case3-list-pic>img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.case3-list-txt {
	float: left;
	width: 235px;
	height: 66px;
	margin-top: 23px;
	margin-left: 15px;
}

.writer {
	font-size: 14px;
	letter-spacing: 2px;
}

.clock {
	float: right;
	background: url(../img/clock.png)no-repeat left center;
	padding-left: 16px;
	font-size: 12px;
}

.guandian {
	font-size: 14px;
}

.guandian-txt {
	font-size: 12px;
	height: 34px;
	line-height: 17px;
	color: #818178;
	white-space: nowrap;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	margin-top: 5px;
}

.fanhui {
	width: 329px;
	position: fixed;
	top: 58px;
	/*left: 985px;*/
}
.fanhui2 {
	width: 329px;
	position: fixed;
	top: 401px;
	/*left: 985px;*/
}



/*频道页*/

.pindao-nav-sub {
	width: 175px;
	height: 100%;
	/*background: #e8e8e8 url('../img/menu_bg.png') repeat;*/
	background-color:#fff;
	position: fixed;
	top: 50px;
	/*left: 113px;*/
	border-left:solid 1px #304e80;
	border-top:solid 5px #304e80;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=180,strength=4);/*ie*/
-moz-box-shadow: 2px 0 5px #909090;/*firefox*/
-webkit-box-shadow: 2px 0 5px #909090;/*safari或chrome*/
box-shadow:2px 5px 5px #909090;/*opera或ie9*/
}

.pindao-logo {
	width: 100%;
	height: 80px;
	/*border-bottom: 2px solid #304e80;*/
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.pindao-logo-pic {
	width: 52px;
	height: 42px;
	background: url(../img/logo_sub.png)no-repeat left center;
	background-size:52px 42px;
	margin-top: 21px;
	margin-left: 10px;
	float: left;
	cursor:pointer;
}

.pindao-title {
	/*width: 64px;*/
	padding:0 5px;
	height: 31px;
	background: #2f63ba;
	color: #fff;
	float: left;
	margin-top: 24px;
	margin-left: 22px;
	border-radius: 4px;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
}


/*频道页导航*/

.pindao-header {
	width: 100%;
	height: 40px;
	background: #222222;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	overflow: hidden;
}

.pindao-header-con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.pindao-header-logo {
	width: 20px;
	height: 20px;
	background: url(../img/zhuye-logo.png)no-repeat center;
	margin-top: 11px;
	float: left;
	cursor:pointer;
	display:none;
}

.pindao-caijing-logo {
	width: 87px;
	height: 28px;
	background: url(../img/pindao_logo.png)no-repeat center;
	background-size:87px 28px;
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	cursor:pointer;
}

.pindao-header-list>li {
	float: left;
	margin-right: 31px;
	line-height: 40px;
	margin-left: 16px;
	display:none;
}

.pindao-header-list>li>a {
	color: #FFFFFF;
	font-size: 15px;
}

.shoujiban {
	width: 50px;
	height: 40px;
	padding-left: 25px;
	background: url(../img/erweima.png)no-repeat left center;
	background-position-y: 12px;
	float: right;
	line-height: 40px;
}

.shoujiban>a {
	color: #FFFFFF;
	font-size: 15px;
}

.swiper-pagination-bullet {
	border-radius: 0px;
	width: 15px;
	height: 3px;
}

.pindao-banner {
	width: 100%;
	height: 57px;
	border-top: 2px solid #2f63ba;
	margin-top: 22px;
	line-height: 38px;
	font-size: 16px;
}

.pindao-banner>span {
	float: right;
	line-height: 38px;
	font-size: 13px;
}

.pindao-wutu {
	height: 140px;
}

.pindao-wutu>a>.news-txt {
	width: 100%;
	height: 124px;
	margin-left: 0px;
}

.pindao-wutu>a>.news-txt>.read {
	margin-top: 0px;
}

.nav-sub-list {
	position: relative;
	overflow: hidden;
}

.mengban {
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.1);*/
	background: #e8e8e8 url('../img/menu_bg.png') repeat;
	z-index: 9999999;
	position: absolute;
	top: 0px;
	left: 0px;
}
.menu_heauto{overflow:hidden;overflow-y:auto;}
.zhiding {
	position: absolute;
	top: 72px;
	left: 0px;
}

.mengban-first>.mengban {
	display: none;
}


/*列表页*/

.liebiao-title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dfdfdf;
}

.liebiao-title>span {
	float: left;
	width: 70px;
	height: 33px;
	border-bottom: 3px solid #2f63ba;
	font-size: 16px;
}

.fanye {
	width: 100%;
	height: 27px;
	margin-top: 17px;
}

.fanye-con {
	width: 309px;
	height: 100%;
	margin: 0 auto;
}

.prev {
	width: 35px;
	height: 25px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 25px;
}

.prev:hover {
	background: #2f63ba;
	color: #fff;
}

.next-page {
	width: 53px;
	height: 25px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}

.next-page:hover {
	background: #2f63ba;
	color: #fff;
}

.end {
	width: 35px;
	height: 25px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}

.end:hover {
	background: #2f63ba;
	color: #fff;
}

.yema-list {
	float: left;
}

.yema-list>li {
	float: left;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 25px;
}

.yema-list>li:hover {
	background: #2f63ba;
}

.yema-list>li:hover a {
	color: #fff;
}


/*详情页*/

.mianbaoxie {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #dfdfdf;
}

.mianbaoxie-shouye {
	float: left;
	width: 61px;
	height: 34px;
	border-bottom: 3px solid #2f63ba;
	color: #2f63ba;
}

.xiangqing-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	color: #191919;
	margin-top: 22px;
}

.xiangqing-time {
	font-size: 16px;
	margin-top: 25px;
	color: #999999;
}

.xiangqing-time span {
	margin-right: 25px;
	font-size: 13px;
}

.xiangqing-biaoqian {
	font-size: 16px;
	margin-top: 25px;
	color: #999999;
}

.xiangqing-biaoqian span {
	margin-right: 5px;
	margin-bottom:5px;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #ccc;
	color: #999999;
	border-radius: 3px;
	font-size: 12px;
}

.xiangqing-biaoqian span:hover {
	background: #ccc;
}
.xiangqing-liulan {
	display:none;
}
.page-txt {
	margin-top: 35px;
	line-height: 30px;
	color: #191919;
}
.page-txt a{color:#2f63ba;font-weight:bold;}
.page-txt a span{color:#2f63ba;}
.page-txt a:hover{color:#6d91cf;}
.page-txt a:hove span{color:#6d91cf;}

.chatu>img {
	margin: 10px auto 0;
	display: block;
	max-width: 100%;
	height: auto;
}

.fenxiang {
	width: 100%;
	height: 30px;
	margin-top: 40px;
	padding-bottom: 43px;
}

.bdsharebuttonbox {
	width: 386px;
	height: 30px;
	margin-top: 35px;
	margin-left: 282px;
}

.xiangqing-banner {
	width: 100%;
	height: 57px;
	border-top: 2px solid #9d0000;
	line-height: 38px;
	font-size: 16px;
	text-indent: 2em;
	color: #666;
}

.xiangqing-banner>span {
	float: right;
	line-height: 38px;
	font-size: 13px;
}


/*详情页*/

.gainian-xiangqing {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

.gainian-left {
	width: 822px;
	overflow: hidden;
	float: left;
	margin-top: 41px;
}

.gainian-pic {
	width: 100%;
	height: 181px;
}

.gainian-pic>img {
	width: 100%;
	height: 181px;
}

.gainian-txt {
	color: #191919;
	line-height: 30px;
	text-indent: 2em;
	font-size: 15px;
}

.gainian-first-txt {
	margin-top: 18px;
}

.gainian-right {
	width: 330px;
	float: left;
	margin-left: 40px;
	margin-top: 41px;
	overflow: hidden;
}

.gainian-right-banner {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #dfdfdf;
}

.gengduo {
	float: right;
	font-size: 12px;
}

.gainian-case1 {
	width: 70px;
	height: 32px;
	line-height: 33px;
	border-bottom: 3px solid #be0807;
	float: left;
}

.gainian-case1-con {
	width: 330;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	margin-top: 7px;
}

.gainian-case1-left {
	width: 80px;
	margin-left: 3px;
	float: left;
}

.zhangfu {
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #ce0f0f;
	margin-top: 6px;
}

.diefu {
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #777777;
	background: #eeeeee;
	margin-top: 6px;
}

.gainian-case1-right {
	width: 210px;
	float: left;
	margin-top: 9px;
	margin-left: 35px;
}

.gainian-case1-list>li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.gainian-case1-list>li:nth-of-type(even) {
	background: #f5f5f5;
}

.gainian-case1-list>li>a>span {
	float: left;
	width: 70px;
	text-align: center;
	line-height: 30px;
}

.zhanggu {
	color: #4489ca;
}

.zuixin {
	color: #b11e23;
}

.dieting {
	color: #5db94e;
}

.gegu {
	margin-top: 26px;
}

.gainian-case2-list {
	margin-top: 8px;
	width: 328px;
	border: 1px solid #ccc;
}

.gainian-case2-list>li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.gainian-case2-list>li:nth-of-type(even) {
	background: #f5f5f5;
}

.gainian-case2-list>li>a>span {
	float: left;
	width: 80px;
	text-align: center;
	line-height: 30px;
}

.jiancheng {
	color: #84c4f5;
}

.yijialv {
	color: #6cbac4;
}

.gainian-case1-list:nth-of-type(1) {
	display: block;
}

.gainian-case1-list:nth-of-type(2) {
	display: none;
}

.nav-sub-list .mengban {
	display: block;
}

.dangqian {
	font-weight: 600;
}

.dangqianlie>.mengban {
	display: none;
}

.container-right {
	width: 1008px;
	float: right;
}


/*脚部*/

footer {
	width: 100%;
	height:35px;
	float: left;
	margin-top: 20px;
	background: #333;
	z-index: 1000;
	position: absolute;
}
.youqing {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.lianjie-title{
	height: 35px;
	line-height: 35px;
	color: #666;
}
.youqing ul{
	width:669px;
}
.youqing>ul>li>a {
	float: left;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	margin-left: 15px;
}

.beian {
	width:1015px;
	height:35px;
	margin: 0 auto;
	text-indent: 2em;
	line-height:35px;
	background: #333;
	color: #707070;
	margin-left:285px;
}
.beian a{color: #707070;}

.beian span {
	line-height:35px;
	float: right;
	/*padding: 0px 10px;*/
	color: #b9b9b9;
}
.beian span a:link{color: #707070;}

.wangzhanbeian {
	float: left;
	padding: 8px 10px;
	color: #fff;
}


/*返回顶部*/


/*erweima
#qrcode_index {
	display: none;
	position: absolute;
	top: 55px;
	right: 250px;
	z-index: 99999991;
}

#qrcode_index img {
	width: 80px;
}
#qrcode {
	display: none;
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 99999991;
}

#qrcode img {
	width: 80px;
}*/
/*back top*/

.floating {
	position: fixed;
	display: none;
	bottom:4em;
	right: 1em;
	background: #ccc;
	line-height: 32px;
	box-shadow: 0 0 5px #ccc;
}

.floating a {
	float: left;
}

.floating a:hover {
	background-color: #c80707;
	border-color: #c80707;
	color: #fff;
}

.floating a.top:hover {
	background-position: bottom center;
}

.floating .new {
	display: none;
	height: 32px;
	padding: 0 12px;
	border-right: 1px solid #e6e6e6;
	color: #666;
	text-align: center;
}

.floating .top {
	display: inline-block;
	height: 32px;
	width: 32px;
	background: url(../img/uptop.png) no-repeat top center;
}
.marl{margin-left:185px;}

.cj_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.cj_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.cj_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.cj_pages ul li a:hover{
	color:#2f63ba;
	text-decoration:none;
	padding:2px 4px 2px;
}
.cj_pages ul li.thisclass,
.cj_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#2f63ba;
	font-weight:normal;
	color:#fff;
}
.cj_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.cj_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.ico_right{float:left;display:block;margin-left:10px;}
i.weibo { display:inline-block;width:18px; height:18px; background:url(../img/weibo.png) no-repeat;background-size:18px; margin-right:10px;}
i.space { display:inline-block;width:18px; height:18px; background:url(../img/space.png) no-repeat;background-size:18px; margin-right:10px;}
i.weixin { display:inline-block;width:18px; height:18px; background:url(../img/weixin.png) no-repeat;background-size:18px; margin-right:10px;}
.search-con{
	width: 678px;
	height: 32px;
	float: left;
	margin-top: 19px;
	margin-left: 35px;
	border:1px solid #2f63ba ;
	border-radius:5px ;
	background:#2f63ba ;
}
.search-txt{
	float: left;
	width: 604px;
	padding-left: 20px;
	height:32px;
	line-height:30px;
	font-size:16px;
	background: #fff;
	color: #666;
	border: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.glass{
	width: 21px;
	height: 21px;
	margin-left: 14px;
	border: none;
	/*background:transparent url(../img/search-bar.png)no-repeat top center ;*/
	margin-top:5px;
}
.search-txt::-webkit-input-placeholder{
        font-size:12px;
}
.search-txt::-moz-placeholder{ 
       font-size:12px;        
}
.search-txt:-ms-input-placeholder{ 
       font-size:12px;        
}

.biaoqian-list_i{
	width: 100%;
	overflow: hidden;
	margin-top:2px;
	margin-left:3px;
}
.biaoqian-list_i>li{
	float: left;
	margin-left:3px;
	margin-bottom:15px;
	padding: 3px 5px;
	color: #999999;
	font-size: 12px;
	background:#fff;
	border-radius: 3px;
	
}
.biaoqian-list_i>li>a{
	color: #666;
	font-size: 14px;
}	

#qiuqiu{height:300px;width:330px; position:relative; margin:15px auto;}
#qiuqiu a{position:absolute;top:0px;left:0px;color:#000;font-weight:bold;padding:3px 6px;}
#qiuqiu a:hover{border:1px solid #eee;background:#2f63ba;color:#fff;border-radius:5px;}