/*
// +----------------------------------------------------------------------
// | caosan [ learn a little more each day . ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016 All rights reserved.
// +----------------------------------------------------------------------
// | Author: caosan <iamcl@vip.qq.com>
// +----------------------------------------------------------------------
*/
@charset "utf-8";
/*公共样式表*/
* {
	margin:0;
	padding:0;
}
body {
	font-size:14px;
	font-family: "宋体";
}
h1,h2,h3,h4,h5 {
	font-family: "微软雅黑";
	font-weight: normal;
}
h3 {
	font-size:18px;
	height:22px;
	overflow: hidden;
}
em, i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
a {
	color:#333;
	text-decoration: none;
	outline:none;blr:expression(this.onFocus=this.blur());
}
p {
	font-size: 12px;
	color:#666;
	text-indent: 24px;
	line-height:25px;
}
input {
	font-family: "宋体";
}
ul {
	list-style: none;
}
img {
	border:0;
}
@font-face {
  font-family: 'iconfont';  /* project id 212019 */
  src: url('//at.alicdn.com/t/font_212019_k0p89brsb26e0zfr.eot');
  src: url('//at.alicdn.com/t/font_212019_k0p89brsb26e0zfr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_212019_k0p89brsb26e0zfr.woff') format('woff'),
  url('//at.alicdn.com/t/font_212019_k0p89brsb26e0zfr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_212019_k0p89brsb26e0zfr.svg#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.container {
	width:1200px;
	margin:0 auto;
}
.pull-left {
	float: left;
}
.pull-right {
	float:right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.ml25 {
	margin-left:25px;
}
.mr25 {
	margin-right:25px;
}
.mt25 {
	margin-top:25px;
}
.mb25 {
	margin-bottom:25px;
}
.clearfix:after, .clearfix:before {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
.list-point li {
	background: url(../img/point.jpg) no-repeat left center;
	padding-left: 10px;
}
.list li {
	height:15px;
	line-height:15px;
	margin-top:20px;
	overflow: hidden;
}
.list li span {
	color:#666;
	padding-left:10px;
	float:right;
}
.img {
	position: relative;
	overflow: hidden;
}
.img img {
	width:100%;
}
.img a {
	width:100%;
	display: inline-block;
}
.img em {
	width:100%;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	bottom:0;
	background:rgba(0,0,0,0.4);
}
.img:hover em {
		background:rgba(0,0,0,0.6);
}
* html .clearfix {
    zoom: 1;
}
* + html .clearfix {
    zoom: 1;
}
button {
	border:0;
}
.icon-bg {
	background: url(../img/icon-bg.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.bd {
	display: none;
}
.bd.on {
	display: block;
}
.heading-border {
	height:33px;
	border-bottom:2px solid #eee;
}
.heading-border strong {
	font-size:18px;
	font-family: "微软雅黑";
	padding-bottom: 9px;
}
.heading-border ul li {
	font-size: 12px;
	line-height:33px;
	display: inline;
}
.heading-border ul li a {
	color:#666;
}
/*顶栏*/
#top-bar {
	width:100%;
	height:54px;
	line-height:54px;
	font-size:12px;
	background:#fcfcfc;
	color:#666;
	border-bottom:1px solid #eee;
}
#top-bar .icon-text {
	margin-right:20px;
}
#top-bar .icon {
	height:17px;
	position: relative;
	top:4px;
}
#top-bar .icon-favorite {
	width:18px;
	background-position: 0 0;
}
#top-bar .icon-mobile {
	width:11px;
	background-position: 0 -30px;
}
#top-bar .icon-wechat {
	width:22px;
	background-position: 0 -60px;
}
#top-bar .mobile, #top-bar .wechat {
	position: relative;
}
#top-bar .mobile div, #top-bar .wechat div {
	width:150px;
	height:150px;
	position: absolute;
	background:#fff;
	z-index:100;
	display: none;
}
#top-bar .mobile div img, #top-bar .wechat div img {
	width:100%;
	height:100%;
}
#change-theme {
	display: none;
}
.change-theme {
	width:100px;
	display: inline-block;
	margin-right:10px;
	position: relative;
	cursor: pointer;
}
.change-theme:hover {
	background:#fff;
}
.change-theme ul {
	width:inherit;
	background:#fff;
	position: absolute;
	z-index:100;
	display: none;
}
.change-theme ul li a {
	color:#fff;
	display: block;
}
#theme-blue {
	background:#2589C5;
}
#theme-blue:hover {
	background:#329BDA;
}
#theme-red {
	background: #BD0108;
}
#theme-red:hover {
	background:#D64936;
}
/*LOGO*/
#logo {
	font-size: 12px;
}
#logo .logo-img {
	width:247px;
	height:77px;
	display: inline-block;
	background-position: -60px 0;
	margin:20px 0;
	position: relative;
	top:12px;
}
#logo .slogan {
	width:181px;
	height:28px;
	background-position: -60px -90px;
	margin:50px 0 0 30px;
}
#logo .search {
	width:407px;
	height:49px;
	line-height:49px;
	margin:25px 20px 0 145px;
}
#logo .search .search-keywords {
	width:310px;
	height:49px;
	padding:0 10px;
	border:1px solid #2589c5;
}
#logo .search .search-keywords:focus {
	background:#fcfcfc;
}
#logo .search button {
	width:74px;
	height:51px;
}
#logo .search .icon-search-btn {
	width:25px;
	height:25px;
	background-position: -30px -30px;
}
#txtScroll {
	overflow: hidden;
	position: relative;
	top:-5px;
}
#txtScroll .bd {
	overflow: hidden;
	position: absolute;
	left:55px;
	top:12px;
	display: block;
}
#txtScroll .infoList li {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}
#txtScroll .infoList li .date {
	float: right;
	color: #999;
}
#logo .ico-item {
	width:50px;
	text-align: center;
	margin:30px 0 0 35px;
	float: right;
}
#logo .ico-item .icon-feedback {
	width: 37px;
	height: 37px;
	background-position: 0 -120px;
	margin-bottom:5px;
}
#logo .ico-item .icon-wechat-2 {
	width: 37px;
	height: 37px;
	background-position: 0 -180px;
	margin-bottom:5px;
}
/*导航*/
.triangle{
	display: none;
    position: absolute;
    border-width: 6px;
    border-color: transparent transparent #FFF transparent;
    border-style: dotted dashed solid dashed;
    /**border-style: solid solid solid solid;*/
    left: 30px;
    top: 38px;
    *z-index: 99;
    *top: 20px;
    _font-size:0;
    _top:38px;
}
#nav {
	width:100%;
	min-width: 1200px;
	height:50px;
	line-height:50px;
	font-family: "微软雅黑";
	position: relative;
}
#nav.fixed {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:3000;
	border-radius: 0 0 4px 4px;
}
#nav .container {
	position: relative;
}
#nav .nav-item {
	position: relative;
	float:left;
}
#nav .nav-item a.title {
    /*width: 73px;*/
    padding: 0 15px;
    height: 50px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
	display: inline-block;
	border: 0!important;
}
#nav .nav-item.last a.title {
	width:32px;
	border:none;
}
#nav .nav-item.last a.title .icon-arrow-down {
	width:11px;
	height:11px;
	background-position: -30px 0;
}
#nav .nav-son {
	width:100%;
	height:50px;
	background:#fff;
	z-index:100;
	position: absolute;
	top:50px;
	display: none;
	overflow: hidden;
}
#nav .nav-son .container {
	position: relative;
}
#nav .nav-son ul {
	padding:0 18px;
	position: absolute;
	display: none;
}
#nav .nav-son ul li {
	margin-right:15px;
	float:left;
}
/*banner,ad*/
#banner-ad {
	margin-top:10px;
	margin-bottom:-10px;
}
#banner-ad a:last-child {
	margin-top:10px;
	display: inline-block;
}
/*版权*/
#footer {
	width:100%;
	min-width: 1200px;
	height:366px;
	background:#383838;
}
#footer a {
	color:#fff;
}
#footer .footer-item {
	width:354px;
	margin-right:69px;
	float:left;
}
#footer .footer-item:last-child {
	margin-right:0;
}
#footer .heading-border strong {
	color:#fff;
}
#footer .logo a {
	background-position: -60px -120px;
    display: inline-block;
    height: 77px;
    margin: 20px 0;
    width: 247px;
}
#footer .about .pull-left {
	width:200px;
}
#footer .about .pull-right {
	width:114px;
}
#footer .about .pull-right a {
	display: block;
}
#footer .about strong {
	font-size:16px;
	font-family: "微软雅黑";
	color:#fff;
	display: inline-block;
}
#footer .about .pull-left strong {
	margin-bottom:10px;
}
#footer .about .pull-right strong:first-child {
	margin-bottom:27px;
	
}
#footer .about ul li {
	font-size:12px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}
#footer .qrcode-item {
	text-align: center;
	float:left;
}
#footer .qrcode-item.mr25 {
	margin-right:40px;
}
#footer .qrcode-item .img {
	width:157px;
	height:157px;
	background:#fff;
}
#footer .qrcode-item .img img {
	width:100%;
}
#footer .qrcode-item em {
	font-family: "微软雅黑";
	color:#fff;
	margin-top:14px;
	display: inline-block;
}
#footer .flink .line {
	border-bottom:1px dashed #101010;
	margin-bottom:14px;
}
#footer .flink .line:last-child {
	border:none;
}
#footer .flink li {
	font-family: "微软雅黑";
	margin : 0 15px 15px 0;
	float:left;
}
#footer .copyright {
	padding-top:20px;
	border-top:1px solid #101010;
	color:#fff;
	font-family: "微软雅黑";
}
/*返回顶部*/
#to-top {
	width:50px;
	position: fixed;
	bottom:150px;
	right:50%;
	margin-right:-685px;
}
.toolbar-item, .toolbar-layer {
	background: url(../img/icon-bg.png) no-repeat;
}
/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
	display: block;
	width: 52px;
	height: 52px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 0.3s;
	-ms-transition: background-position 0.3s;
	-o-moz-transition: background-position 0.3s;
	-webkit-moz-transition: background-position 0.3s;
	transition: background-position 0.3s;
}
.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.toolbar-item-weixin {
	background-position: 0 -390px;
}
.toolbar-item-weixin:hover {
	background-position: -52px -390px;
}
.toolbar-item-weixin .toolbar-layer img {
	width:172px;
	border:1px solid #eee;
}
.toolbar-item-feedback {
	background-position: 0 -450px;
}
.toolbar-item-feedback:hover {
	background-position: -52px -450px;
}
.toolbar-item-mobile {
	background-position: -120px -390px;
}
.toolbar-item-mobile:hover {
	background-position: -172px -390px;
}
.toolbar-item-mobile .toolbar-layer img {
	width:172px;
	border:1px solid #eee;
}
.toolbar-item-top {
	background-position: -120px -450px;
}
.toolbar-item-top:hover {
	background-position: -172px -450px;
}
.toolbar-layer {
	position: absolute;
	right: 56px;
	bottom: -10px;
	width: 172px;
	height:172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
/*对联广告*/
#couplet .couplet-item {
	position: fixed;
	top:250px;
}
#couplet .couplet-left {
	left:0;
}
#couplet .couplet-right {
	right:0;
}
#couplet .couplet-item div {
	position: relative;
}
#couplet .couplet-item em {
	font-size: 12px;
	position: absolute;
	bottom:0;
	cursor: pointer;
	background:rgba(0,0,0,0.3);
	color:#fff;
	padding:2px 4px;
}
#couplet .couplet-left em {
	left:0;
}
#couplet .couplet-right em {
	right:0;
}
/*面包屑*/
#bread-crumb {
	font-size:12px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:6px;
	margin-top:7px;
}
#bread-crumb .icon-now {
	width:14px;
	height:13px;
	background-position: -30px -60px;
	margin-right: 5px;
	position: relative;
	top:2px;
}
#bread-crumb a {
	margin:0 5px;
}
#bread-crumb a::after {
    color: #666;
    content: ">";
    font-family: simsun;
    font-weight: bold;
    margin: 0 5px 0 10px;
}
#bread-crumb a:last-child {
    color: #2589c5;
}
#bread-crumb a:last-child::after {
    content: "";
}
/*分页*/
.pagelist {
	height:50px;
	line-height:50px;
}
.pagelist ul li {
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
	margin-right:5px;
	float:left;
}
.pagelist ul li a {
	border:1px solid #d7d7d7;
	background: #fafafa;
	border-radius: 4px;
	padding:8px 15px;
}
.pagelist ul li a:hover, .pagelist ul li.thisclass a{
	color:#fff;
}
/*栏目图片*/
.channle-img {
	bottom: 0;
    margin-left: -930px;
    position: fixed;
    left: 50%;
    width: 318px;
}
.channle-img img {
	width:318px;
}