@charset "utf-8";
/*重置样式*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,a, em, img,b,i,
dl, dt, dd, ol, ul, li,
form, label,input,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
	word-wrap:break-word;
	-webkit-text-size-adjust:none;
}
body,
input,
button,
select,
textarea {
	font: 12px/1.5 "微软雅黑", Tahoma, Helvetica, 'SimSun', sans-serif;
	color: #444;
}
body{
	font-size:12px;
	background:#fff;
	color:#666;
}
textarea {
	resize: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;/*
	font-size:100%;*/
}
ol,ul,li{
	list-style:none;
}

iframe {
	border: none;
}

img {
	border: none;
	vertical-align: top;
}

em,i,cite {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,button,textarea {
	border: 0 none;
	outline: none;
	resize:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a {
	text-decoration: none;
	color:#666;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}
a:focus{
	outline:none;
	-moz-outline:none;
}
.show {
	display: block !important;
}

.hide {
	display: none !important;
}
.text_right{
	text-align: right;
}
.fl{float: left !important;}
.fr{float: right !important;}

/*完整版清除浮动*/
.cl:after,.cl:before{content:""; display:table;}
.cl:after{clear:both;}
.cl{zoom:1;}

/*公共样式*/
.wrap{
	width: 1200px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
}
/*头部样式*/
#hd{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.top_bar{
	border-top: 4px solid #537997;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
}
.login_before{
	float: left;
	padding-left: 16px;
}
.login_after{
	float: left;
}

.login_before a,.login_after a{
	margin-right: 14px;
	font-size: 12px;
	color: #424242;
	letter-spacing: 1.5px;
}
.login_before a:hover,.login_after a:hover,.top_box_r a:hover{
	color: #005A84;
}
.top_box_r{
	height: 35px;
	line-height: 35px;
	float: right;
}
.top_box_r a{
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 12px;
	color: #424242;
	letter-spacing: 1px;
}
.ewm_box{
	position: absolute;
	left: -50%;
	top: 0;
	margin-left: -24px;
	visibility: hidden;
	-webkit-transform: translate(0, 45px);
	-ms-transform: translate(0, 45px);
	transform: translate(0, 45px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	width: 140px;
	padding: 14px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 9999;
	background: #fff;
	font-size: 12px;
	text-align: center;
}
.ewm_box:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -20px;
	left: 50%;
	margin-left: -6px;
	border: 12px solid transparent;
	border-bottom: 8px solid #ccc;
}
.ewm_box:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -18px;
	left: 50%;
	margin-left: -6px;
	border: 12px solid transparent;
	border-bottom: 7px solid #fff;
}
.ewm_box h4{
	padding-bottom: 10px;
	font-size: 14px;
	color: #424242;
	text-align: center;
}
.ewm_box p{
	padding-bottom: 10px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	color: #424242;
}

.ewm_box img {
	display: block;
	margin:8px;
}
.top_box_r a:hover .ewm_box{
	visibility: visible;
	-webkit-transform: translate(0, 35px);
	-ms-transform: translate(0, 35px);
	transform: translate(0, 35px);
	opacity: 1;
	color: #666666;
}


/*头部导航*/
.top_nav{
	width: 100%;
	min-width: 1200px;
	height: 46px;
	/*background: #367EB5;*/
	background: #ba4d34;
}
#logo{
	position: relative;
	z-index: 99;
	float: left;
	padding-top: 20px;
}
#logo a{
	display: block;

}
#logo a p{
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
.top_nav_box{
	position: relative;
	left: 0;
	top: 0;
	/*padding-left: 274px;*/
}
.top_search{
	width: 174px;
	height: 24px;
	/*margin-top: 18px;*/
	position: absolute;
	top: 10px;
	right: 0;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
.top_search_btn{
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	background: none;
	cursor: pointer;
}
.top_search_text{
	padding-left: 30px;
	color: #fff;
	font-size: 12px;
	background: url(../images/top_search_icon.png) left center no-repeat;
}
#nav{
	/*padding-top: 50px;*/
}
.nav_ul{
	height: 46px;
	position: absolute;
	left: 0px;
}
.nav_ul>li{
	width: 98px;
    height: 46px;
    padding: 0 10px;
    text-align: center;
    margin-left: -3px;
    float: left;
    position: relative;
}
.nav_ul>li a{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	color: #fff \9;
	*color: #fff;
	letter-spacing: 2px;
	line-height: 46px;
}
.nav_ul>li i{
	display: inline-block;
	width: 12px;
	height: 8px;
	margin-left: 8px;
	background: url(../images/down_arrow.png) no-repeat left top;
}
.nav_ul>li.active, .nav_ul>li:hover {
	background: #074B82;
}
.nav_ul>li.active>a,.nav_ul>li:hover>a{
	color: rgba(255,255,255,1);
}
.nav_ul ul {
	/*width: 104px;*/
	display: none;
	background: #fff;
	/* padding: 10px 0; */
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-radius: 0 0 3px 3px;
	position: absolute;
	left: 50%;
	top: 46px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
}
.nav_ul>li:hover ul{
	display: block;
	background: #fff;
}
.nav_ul ul li{
	width: 90px;
    padding: 0 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
}
.nav_ul ul li:hover{
	background: #1DA5EA;
}
.nav_ul ul li:hover a{
	color: #fff;
}
.nav_ul ul a{
	font-size: 16px;
	color: #424242;
	letter-spacing: 0;
	display: block;
}
#content{
	padding-bottom: 100px;
}
.main {
	overflow: hidden;
	min-height: 380px;
}
/*面包屑*/
.breads{
	height: 20px;
}
.breads a{
	font-size:14px;
	color:#424242;
	text-align:justify;
}
.breads a:hover,.breads a.active{
	color: #1DA5EA;
}
.breads span{
	width: 6px;
	height: 10px;
	padding: 0 10px;
	background: url(../images/breads_arrow.png) no-repeat center center;
}
/*分享按钮*/
#share_box{
	position: absolute;
	text-align: right;
	top: 20px;
	right: 0px;
}
#share_box span{
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	padding-right: 20px;
}
.sharebuttonbox a{
	display: inline-block;
	float: none;
	font-size: 12px;
	padding-left: 25px;
	line-height: 25px;
	height: 25px;
	background: url("../images/share_icon.png") no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0;
	position:relative;
}
.sharebuttonbox a.share_qzone{background-position:0 0;}
.sharebuttonbox a.share_tsina{background-position:-75px 0;}
.sharebuttonbox a.share_weixin{background-position:-50px 0;}
.sharebuttonbox a.share_sqq{background-position:-25px 0;}
.share_component a .wechat_qrcode {
	position:absolute;
	left: -109px;
	/*bottom: 40px;*/
	visibility: hidden;
	-webkit-transform: translate(0, 45px);
	-ms-transform: translate(0, 45px);
	transform: translate(0, 45px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	padding: 14px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 9999;
	background: #fff;
	font-size: 12px;
	text-align:center;
}
.share_component a .wechat_qrcode:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -20px;
	right: 17%;
	margin-left: -10px;
	border: 12px solid transparent;
	border-bottom: 8px solid #ccc;
}
.share_component a .wechat_qrcode:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -18px;
	right: 17%;
	margin-left: -10px;
	border: 12px solid transparent;
	border-bottom: 7px solid #fff;
}
.share_component a .wechat_qrcode h4{
	padding-bottom: 10px;
	font-size: 14px;
	color: #424242;
	text-align: center;
}
.share_component a .wechat_qrcode p{
	padding-bottom: 10px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	color: #424242;
}

.share_component a .wechat_qrcode canvas {
	display: block;
	margin:8px;
}

.share_component a.wechat:hover .wechat_qrcode{
	visibility: visible;
	-webkit-transform: translate(0, 35px);
	-ms-transform: translate(0, 35px);
	transform: translate(0, 35px);
	opacity: 1;
	color: #666666;
}

/*侧边栏*/
#aside{
	width: 200px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
	border-top: 7px solid #005A84;
	box-shadow: 1px 0 2px 0px rgba(0,0,0,0.05);
}
#aside ul{
	padding-left: 24px;
	border: 1px solid #F0F0F0;
}
#aside li{
	width: 149px;
	/*height: 35px;*/
	line-height: 35px;
	text-align: center;
	padding:13px 21px 13px 0;
	border-bottom: 1px solid #F0F0F0;

}
#aside li:last-child{
	border-bottom: none;
}
#aside li a{
	display: block;
	font-size: 16px;
	color: #424242;
	letter-spacing: 0;
	border-left: 3px solid transparent;
}
#aside li a:hover{
	color: #1DA5EA;
}
#aside li.active a{
	color: #1DA5EA;
	position: relative;
}
#aside li.active a:before{
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 100%;
	top: 0;
	left: -27px;
	border-left: 3px solid #1DA5EA;
}
/*按钮*/
.btn{display: inline-block;height: 40px;border-radius: 3px;background: #1DA5EA;line-height: 40px;text-align: center;font-size: 16px;color: #ffffff;cursor: pointer;letter-spacing: 0.2em;}
.btn:hover{
	background: #0085C9;
}
/*登录*/
.login_t{background: rgba(0,0,0, 0.3);}
.login_t .login{margin: 0;z-index: 99999;background: #ffffff;padding-bottom: 20px;}
.login_t .login_box{padding: 20px 0;position: fixed;top:5%;left: 50%;border-radius: 3px;background: #005A84;margin-left: -229px;}
.login_box .btn_close{background: url("../images/btn_close.png") no-repeat;top: 30px;}
.login_t .btn_box{margin-top: 0;}
.login{width: 458px;margin: 42px auto 32px;background: #ffffff;}
.l_logo{padding: 25px 0 26px;width: 74px;margin: 0 auto;}
.l_title{font-size: 18px;color: #424242;letter-spacing: 1.12px;line-height: 26px;text-align: center;}
.l_title p{font-size: 14px;color: #757575;letter-spacing: 0.87px;}
.login ul li{margin-top: 30px;font-size: 14px;}
.login ul li label{width: 74px;display: inline-block;text-align: right;font-size: 14px;color: #424242;}
.login ul li input{height: 38px;width: 256px;font-size: 14px;line-height: 38px; margin: 0 60px 0 20px;padding-left: 38px;border: 1px solid #bdbdbd;border-radius: 3px;}
.icon_na{background: url("../images/icon_na.png") 15px 12px no-repeat;}
.icon_na:focus{background: url("../images/icon_n.png") 15px 12px no-repeat;}
.icon_pa{background: url("../images/icon_pa.png") 15px 13px no-repeat;}
.icon_pa:focus{background: url("../images/icon_p.png") 15px 13px no-repeat;}
.login .code{width: 154px;padding-left: 14px;margin-right: 0;}
.c_img{display: block;width: 112px;height: 40px;float: right;margin-right: 65px;position: relative;}
.c_img img{height: 40px;width: 100%;}
.c_img i{height: 40px;width: 112px;display: block;background-color: rgba(0,0,0, 0.4);text-align: center;font-size: 14px;color: #ffffff;line-height: 40px;display: none;position: absolute;top:0;left: 0;}
.c_img:hover i{display: block;}
.re_b,.btn_box{margin:50px 65px 30px 98px;font-size: 12px;position: relative;width: 300px;}
.edit_btn{margin: 0 auto;margin-top: 50px;}
.btn_box p{position: absolute;top:-24px;right: 0;padding-left: 22px;background: url("../images/icon_err.png") 0 center  no-repeat;font-size: 12px;color: #ED1E1E;}
.re_b{margin-top: -10px;height: 40px;}
.re_b i{display:inline-block;width: 14px;height: 14px;margin-right: 14px;background: url("../images/selected1.png") no-repeat;vertical-align: text-bottom;cursor:pointer;}
.re_b i.active{background: url("../images/no_select1.png") no-repeat;}
.re_b .btn_m{float: right;padding: 0;}
.btn_m:hover,.btn_box a{color: #1DA5EA;}
.btn_box .btn{width: 100%;}
.btn_m{display: block;float: right;padding-top: 10px;}
.wrong{border-color: #D0011B !important;}
.write{border-color: #1DA5EA !important;}
/*弹窗*/
.err_msg{background: rgba(0,0,0, 0.6);border-radius: 3px;position: fixed;top:45%;left: 50%;margin-left: -200px;min-width:408px;height: 100px;text-align: center;z-index: 9999;}
.err_msg img{margin:25px 20px 0 60px;}
.err_mask,.login_t{width: 100%;height: 100%;position: fixed;left: 0;top:0;z-index: 1000;}
.err_msg p{display: inline-block;padding-right: 60px; margin-top: 25px;line-height: 45px;color: #ffffff;font-size: 16px;}
.btn_close{position: absolute;top:15px;right: 15px;display: block;width: 15px;height: 15px;background: url("../images/close.png") no-repeat;}
/* 升级会员弹框 */
.pop_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1000;
}
.pop_box {
	width: 468px;
	background-color: #ffffff;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -234px;
	z-index: 9999;
}
.pop_box_top {
	height: 20px;
	background: #005A84;
}
.pop_close {
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 32px;
	right: 10px;
	background: url("../images/pop_closk.png") no-repeat;
}
.pop_txt {
	margin: 53px 79px;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 15px;
	color: #424242;
	text-align: center;
	line-height: 28px;
}
.pop_box_btn {
	margin: 0 49px;
	margin-bottom: 30px;
}
.pop_box_btn a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1DA5EA;
	border-radius: 3px;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 14px;
	color: #1DA5EA;
	text-align: center;
	letter-spacing: 0.87px;
}
.pop_box_btn .pop_btn_right {
	background-color: #1DA5EA;
	color: #ffffff;
}
/*滚动条*/
.sel_box{position: relative;display: inline-block;}
.sel_list{position: absolute;top: 41px;left: 0;display: none;width: 100%;z-index: 999;background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);border-radius: 3px;overflow: hidden;}
.sel_list ul {width: 100%; position: absolute; top: 0; left: 0;padding: 5px 0;}
.sel_list li{padding: 0 10px;line-height: 30px;margin: 5px 0;font-size: 14px;cursor: pointer;}
.sel_list li:hover{background: #1da5ea;color: #FFFFFF;}
.sliderWrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: transparent;
}
.scrollBar {
	width: 4px;
	background: #d8d8d8;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
/* 搜索框 */
.search_form {
	width: 100%;
	height: 40px;
	margin: 0 auto 30px;
}
.search_form .search_form_input {
	width: 85%;
	height: 40px;
	border: 1px solid #BDBDBD;
	border-radius: 3px 0 0 3px;
	position: relative;
}
.search_form .search_form_input input {
	width: 99%;
	height: 20px;
	padding: 10px 5px;
	position: absolute;
	top: 0;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 14px;
	color: #424242;
	line-height: 20px;
}
.search_form .search_form_submit {
	display: inline-block;
	width: 143px;
	background: #1DA5EA;
	font-family: "微软雅黑",MicrosoftYaHei;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.87px;
	text-align: center;
	line-height: 40px;
	border: none !important;
}
/*分页*/
.page_box {
	height: 26px;
	margin-top: 10px;
}
.pagination li{
	float: left;
	margin-right: 10px;
}
.pagination .disabled{display: none;}
.pagination li a, .pagination li span {
	background: #ffffff;
	border:1px solid #bdbdbd;
	line-height: 24px;
	text-align: center;
	padding:0 8px;
	height: 24px;
	display: block;}
.pagination li.active span{
	border: 1px solid #1da5ea;
	color: #1da5ea;
}
.pagination li:first-child a,.pagination li:last-child a{
	border: 1px solid #1da5ea;
	color: #FFFFFF;
	background-color: #1da5ea;
}

/* 搜索为空页面 */
.search_null {
	font-family: "微软雅黑";
	margin: 90px auto;
	text-align: center;
	font-size: 16px;
	color: #424242;
	letter-spacing: 1px;
}
.search_null p {
	margin-top: 50px;
	text-align: center;
}
/*文章来源*/
.source_con{
	width: 700px;
	padding-bottom: 30px;
	color: #757575;
}
.source_con span{
	margin-right: 20px;
}
/*尾部*/
#ft{
	padding-bottom: 130px;
}
.ft_nav{
	width: 1200px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 14px;
	margin: 0 auto;
	border-bottom: 1px solid #D8D8D8;
	letter-spacing: 0;
}
.ft_nav a{
	width: 60px;
	float: left;
	overflow: hidden;
	margin: 0 120px;
	font-size: 14px;
	color: #424242;
}
.ft_nav a:hover{
	color: #1DA5EA;
}
.copyright{
	width: 1200px;
	overflow: hidden;
	text-align: center;
	padding-top: 12px;
	margin: 0 auto;
}
.copyright a{
	padding-right: 38px;
	font-size: 14px;
	color: #757575;
	letter-spacing: 0;
}
.copyright img{
	margin-right: 8px;
}


.bony-left {
    width: 70%;
    overflow: hidden;
    float: left;
}

.bony-right {
    width: 30%;
    float: right;
    background: #fff;
    min-height: 300px;
}
.bony-ads img{
    max-width: 100%;
}