@charset "utf-8";
/* CSS Document */
/*整体定义*/
body {
	background: #e2f8e2;
	margin: 0;
	padding: 0;
}
* {
	font-family: "微软雅黑,宋体"
}
img, a, ul, li, span, p, div {
	/* display: block;*/
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li {
	list-style: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
.clearfix {
	clear: both;
}
.hengxian{ width:95%; border-bottom:1px solid #ccc; margin:auto auto 40px auto;}
/*****************头部 开始************/
.box {
	width: 100%;
	height: auto;
	position: relative;
}
.top {
	width: 100%;
	height: auto;
}
.top img {
	width: 100%;
	height: 100%;
}
.Conter {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.Conter_in {
	width: 1200px;
	margin: 0 auto;
}
/*****************头部 结束************/

/*************LOGO 开始******************/
.logo {
	width:1180px;
	height: 265px;
	margin: 0px auto 355px auto;
}
/*************LOGO 结束******************/

.Conter_in_in {
	background: #ffffff;
	overflow: hidden;
	padding: 20px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/****************标题 开始*********************/
.ind_con {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ind_con .con_fl {
	width: 570px;/* width:45% ;*/
}
.ind_con .con_fr {
	width: 570px;
	/*width: 52%;	*/
	margin-left: 20px;
}
/****************标题 结束*********************/

/************banner 开始***************/
/*图片轮播*/
.my-slider img {
	height: auto;
	width: 100%;
	height: 310px;
	padding-bottom: 20px;
}
.unslider-nav {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 42px;
}
.unslider-nav li {
	float: left;
	width: 35px;
	height: 5px;
	background: #e5e5e5;
	text-indent: -9999px;
	margin-left: 5px!important;
	cursor: pointer;
}
.unslider-nav .unslider-active {
	background: #188d2a;
	margin-left: 5px;
}
.unslider-arrow {
	position: absolute;
	top: 30%;
	border-radius: 5px;
	background: #ff6200;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.unslider-arrow.next {
	background: url(../images/arrow-right.png) no-repeat;
}
.unslider-arrow.prev {
	background: url(../images/arrow-left.png) no-repeat;
}
.img-a-size-box {
	display: block;
	overflow: hidden;
	position: relative;
}
.banner {
	margin-top:26px;
}
.banner h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.banner h3 {
	font-size: 18px;
	padding-bottom: 18px;
	margin-top: 12px;
	color: #88929a;
}
.banner p {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 22px;
	color: #797979;
}
.banner a h2 {
	color: #4f4f4f;
}
/*图片轮播*/
.banner .unslider-arrow {
	display: block;
	top: 32%;
	z-index: 999;
}
.banner .unslider-arrow.prev {
	background: url(../images/index_arrow-left.png) no-repeat!important;
}
.banner .unslider-arrow.next {
	background: url(../images/index_arrow-right.png) no-repeat;
}
/*basic*/
.unslider {
	margin: 0;
	padding: 0;
	position: relative;
}
.unslider-wrap {
	position: relative
}
.unslider-wrap.unslider-carousel>li {
	float: left
}
.unslider-vertical>ul {
	height: 100%
}
.unslider-vertical li {
	float: none;
	width: 100%
}
.unslider-fade {
	position: relative;
	z-index: 999999;
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}
.unslider-arrow {
	position: absolute;
	left: 5px;
	z-index: 2;
	cursor: pointer
}
.unslider-arrow.next {
	left: auto;
	right: 5px
}
/************banner 结束***************/

/**************列表 开始**********************/
.list {
	margin-top: 15px;
}
.list li {
	height: 38px;
	line-height: 38px;
}
.list li a {
	float: left;
	color: #333;
	font-size: 16px;
	display: block;
	background: url(cg_xiaodian.png) no-repeat left;
	padding-left: 20px;
	cursor: pointer;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list li span {
	float: right;
	display: block;
	color: #666;
	width: 20%;
	font-size: 14px;
	text-align: right;
	margin-right: 10px;
}
/***************列表 结束*****************/

/******************气象服务 开始********************/
.tupian {
	background: url(cg_index_11.png);
	width: 100%;
	height: 273px;
	margin-top: 15px;
}
.tupian_tu {
	padding: 180px 20px 0 20px;
	color: #FFF;
}
.tupian_tu h2 a {
	color: #FFF;
}
.tupian_tu p a {
	color: #FFF;
	float: right;
}
.tupian_tu p {
	line-height: 1.5;
}
.tupian_tu p a:hover {
	color: #92cf01;
}
/******************气象服务 结束********************/

/******************底部 开始********************/
.footer table {
	margin: auto;
}
.footer table td {
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑";
}
/******************底部 开始********************/



/**************************************二级页 开始*********************************************/
/**********当前位置 开始**********/
.dangqian {
	overflow: hidden;
	font-family: "微软雅黑";
	margin: 0 0 20px 0;
	color: #0d7e26;
	background: #f6f6f6;
	padding: 10px 0 10px 0;
}
.dangqian a {
	color: #0d7e26
}
.dangqian img {
	width: 15px;
	height: 15px;
	float: left;
	margin: 4px 10px;
}
.dangqian span {
	font-size: 16px;
	float: left;
	font-family: "微软雅黑";
}
/**********当前位置 结束**********/

.left {
	width: 386px;
}
.right {
	width: 754px;
	margin-left: 20px;
}
/**************左侧导航 开始*****************/
.list1{ margin-top:10px;}
.list1 .on {
	background: #0d7e26;
}
.list1 li {
	height: 60px;
	/*margin: 20px auto;*/
}
.list1 li a {
	background: url(../images/xian.png) no-repeat bottom;
	width: 100%;
	height: 62px;
	line-height: 62px;
	display: block;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	color: #0d7e26;
}
.list1 .on a {
	color: #fff;
}
.list1 li a:hover {
	background: #0db532;
	color: #FFF;
}
/**************左侧导航 结束*****************/

/**************右侧列表 开始*****************/
.fengexian {
	width: 100%;
	border-bottom: 1px #CCCCCC dotted;
}
.list_list {
	margin-left: 20px;
	margin-top:0 !important;
}
/**************右侧列表 结束*****************/

/**************分页 开始*****************/
.align_center {
	margin: 50px 0px 30px 0px;
}
/**************分页 开始*****************/

/**************右侧图片列表 开始*****************/
.right dl{
	width: 230px;
	/*width: 23.3%;*/
	float: left;
	margin: 10px 10px;
	overflow: hidden;
}
.right .img_list dd{ margin-left:0px;}
.right .img_list dd a{
	width:230px;
	/*width: 100%;*/
	height:170px;	
	display:block;
	}
.right dl dd a img{
    width: 100%;
    transition: all 1s;
}
.right dl dd a img:hover{
  transform: scale(1.1);
}
/**************右侧图片列表 结束*****************/

/**************今日天气 开始*****************/
.tupian_qixiang{ width:100%;}
.tupian_qixiang img{ width:100%;}
/**************今日天气 结束*****************/



/************************内容页 开始*******************/
.currentstation{
  padding: 10px 0 10px 20px;
  text-indent: 20px;
  margin: 20px 30px 0px 30px;
  background: #eee url(../images/position.png) 20px center no-repeat;
}
.newscont{ overflow:hidden; width:100%;}
.newscontent .newscont h6 {
    font-family: "黑体";
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 2% 20%;
    line-height: 1.5;
	margin:0 auto 0 auto;
}
.newscontent .newstop{
	height: 50px;
	line-height: 50px;
    padding: 3px 50px;
	font-size: 14px;
}
.newscontent .newscont h2{
	font-family: "黑体";
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.newscontent .newscont p{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	color: #000;
	/*text-indent: 40px;*/
	padding: 0 80px;
}
.newscontent .newscont .zrbj {
    float: right;
    margin-right: 50px;
}
.newscontent .newscont .zrbj a {
    color: #ff6200;
}
.newscontent .newstop {
    color: #333;
}

/***********分享**********/
.share_cell {
        position: absolute;
    top: 46px;
    right: 5px;
	display:none;
}
.share_cell li {
    width: 30px;
    height: 40px;
    background: rgba(255,255,255,0.95);
}
.share_cell li a {
    display: block;
    width: 30px;
    height: 40px;
    padding-left: 0px;
}
.bshare-custom.icon-medium-plus.cus-jl {
    width: 50px;
    float: right;
  /*  margin-top: -10px;*/
    position: relative;
}
.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    font-size: 16px;
    line-height: 26px !important;
}
a.bshareDiv .bsPromo.bsPromo1, div.bshare-custom .bsPromo.bsPromo1 {
    width: 51px;
    height: 18px;
    top: -18px;
    left: 0;
    line-height: 16px;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    background: url(../images/bshare_box_sprite2.gif) no-repeat 0 -606px;
}
span.share_box {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    float: left;
}
span.share_box img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.bshare-qzone {
    background: url(../images/qq1.png) no-repeat center center;
}
.bshare-sinaminiblog {
    background: url(../images/sina1.png) no-repeat center center;
}
.bshare-qqmb {
    background: url(../images/tencent1.png) no-repeat center center;
}
.bshare-weixin {
    background: url(../images/weixin1.png) no-repeat center center;
}