/* CSS Document */

@charset "utf-8";

/*公共压缩样式，处理各个浏览器兼容性所写，可以无视*/

html {
    font-size: 16px;
    /*-webkit-text-size-adjust: 100%;*/
    -ms-text-size-adjust: none;
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 7px;
    width: 100%;
    overflow: hidden;
}

/* 项目主体部分设置 */

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

/*导航栏*/

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #FF8400;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix10:after {
    content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

.link {
    /*  flex-grow: 1;
    opacity: 0.4; */
    margin: auto;
    width: 1200px;
}
.navBar {
    width: 100%;
}

.logo {
    margin: 0px auto 100px 50px;
}


.sj {
    float: left;
    color: #efedee;
    padding-right: 50px;
}

.nav {
    text-align: center;
    position: relative;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
}

.nav a {
    color: #ffffff;
}



.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.4;
}

.nav h3 a {
    display: block;
    width: 90px;
    text-align: center;
}

.nav .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 50px;
    z-index: 1;
    width: 117px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.nav .sub li a:hover {
    color: #FE7700;
}

/*.nav .block {
	height: 8px;
	width: 120px;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}*/

/*
 * jQuery图片轮播(焦点图)插件
 * ADD.JENA.201206291027
 * EDIT.JENA.201206300904
 * Author: jena
 * Demo: http://ishere.cn/demo/jquery.slidebox/
 */
div.slideBox {
    position: relative;
    width: 670px;
    height: 300px;
    overflow: hidden;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #000;
    overflow: hidden;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
> float: left /*For IE.ADD.JENA.201206300844*/;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 15px 10px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
    background-color: #093;
}


div.slideBox2 {
    position: relative;
    width: 1200px;
    height: 126px;
    overflow: hidden;
}

div.slideBox2 ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox2 ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox2 ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox2 ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox2 div.tips {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 24px;
    overflow: hidden;
}

div.slideBox2 div.tips div.title {
    display: none;
}

div.slideBox2 div.tips div.title a {
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

div.slideBox2 div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox2 div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox2 div.tips div.nums a {
    display: inline-block;
> float: left /*For IE.ADD.JENA.201206300844*/;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 15px 10px 0px 0px;
}

div.slideBox2 div.tips div.nums a.active {
    background-color: #e21d23;
}
/*新闻图片*/
.content_1 {
    display: flex;
}

.c_left {
    display: flex;
    overflow: hidden;
    background-color: #f2f9ff;
}

.c_middle {
    background-color: #FFFFFF;
    /*width: 460px; padding: 5px 0px 5px 5px;*/
    width: 948px;
    overflow: hidden;
    margin-right: 10px;

}

.c_right {
    width: 255px;
}
.c_right button{
    width: 240px;
    height: 35px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #0081e4;
    border:0px;
    line-height: 35px;
    cursor: pointer;
}
.c_right input{
    border: 1px solid silver;
    height: 35px;
    padding-left: 10px;
    background-color: #ffffff;
}




/*tab*/
._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #0081e4;
    padding: 0;
    margin: 0;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color: #0081e4;
    color: #fff !important;
}

/****  防汛服务 *****/

.is-fxkh {
    padding: 41px 0 0 20px;
    height: 105px;
    background: url(/templates/default/front/images/fxkh_bg.gif) 0 1px no-repeat #ffffff;
    border-bottom: 1px solid #dddddd;
}

.is-fxkh ul li {
    float: left;
    width: 114px;
    height: 33px;
}

.is-fxkh ul li {
    display: block;
    width: 67px;
    height: 28px;
    padding-left: 42px;
    line-height: 28px;
    color: #5992d1;
    font-weight: bold;
    background-image: url(/templates/default/front/images/btn_bgs.gif);
    background-repeat: no-repeat;
}

.is-fxkh ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.is-fxkh ul li:hover {
    color: #ffffff;
    text-decoration: none;
}

.is-fxkh ul li.is-btn1 {
    background-position: 0 -128px;
}

.is-fxkh ul li.is-btn1:hover {
    background-position: 0 -212px;
}

.is-fxkh ul li.is-btn2 {
    background-position: -109px -128px;
}

.is-fxkh ul li.is-btn2:hover {
    background-position: -109px -212px;
}

.is-fxkh ul li.is-btn3 {
    background-position: 0 -156px;
}

.is-fxkh ul li.is-btn3:hover {
    background-position: 0 -240px;
}

.is-fxkh ul li.is-btn4 {
    background-position: -109px -156px;
}

.is-fxkh ul li.is-btn4:hover {
    background-position: -109px -240px;
}

.is-fxkh ul li.is-btn5 {
    background-position: 0 -184px;
}

.is-fxkh ul li.is-btn5:hover {
    background-position: 0 -268px;
}

.is-fxkh ul li.is-btn6 {
    background-position: -109px -184px;
}

.is-fxkh ul li.is-btn6:hover {
    background-position: -109px -268px;
}

.is-fxkh a {
    font-size: 12px;
}

/****  通知公告 *****/

.newsList li a {
    height: 32px;
    width: 68%;
    line-height: 32px;
    font-size: 14px;
    word-break: break-all;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsList li span {
    position: relative;
    right: 0;
    top: 0;
    line-height: 32px;
    text-align: center;
}

.newsList p {
    background-color: #9f7d58;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    display: inline-table;
    vertical-align: 2px;
    /*display: inline-table;
    padding: 0px 5px 0px 10px;
    vertical-align: 2px;*/
}

.c2_middle {
    /* float: left;
    background-color: #FFFFFF;*/
    width: 588px;
    height: 260px;
    overflow: hidden;
    padding: 10px 0px 10px 20px;

}

.newsList_2 li a {
    height: 32px;
    width: 74%;
    line-height: 32px;
    font-size: 14px;
    word-break: break-all;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsList_2 li span {
    position: relative;
    right: 0;
    top: 0;
    line-height: 32px;
    text-align: center;
}

.newsList_2 p {
    background-color: #9f7d58;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    display: inline-table;
    vertical-align: 2px;
}

/*滚动图片*/
.left {
    height: 120px;
    border: 0px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}

.left ul {
    list-style-type: none;
    float: left;
}

.left ul li {
    font-size: 0;
    margin-right: 5px;
    float: left;
}

.gqfj {
    border: 1px solid #e8eaec;
    background-color: #f2f9ff;
    overflow: hidden;
}

._citys2 {
    width: 150px;
    height: 140px;
    background-color: #0081e4;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}



.nav2 {
    position: relative;
    width: 480px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
}

.nav2 a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.nav2 h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav2 .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav2 .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.4;
}

.nav2 h3 a {
    display: block;
    width: 85px;
    text-align: center;
}

.nav2 .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 50px;
    z-index: 1;
    width: 117px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.nav2 .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav2 .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.nav2 .sub li a:hover {
    color: #FE7700;
}

.search {
    height: 40px;
    padding-top: 2px;
    padding-right: 20px;
}

.search ul li {
    float: left;
}

.search ul li.se_box {
    width: 212px;
    height: 30px;
    padding: 5px 0 5px 23px;
    background: url(/templates/default/front/images/ss_bg1.png) 0 0 no-repeat;
    overflow: hidden;
}

.search ul li.se_box input {
    float: left;
    background: none;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 200px;
    color: #999;
    font-size: 14px;
    outline: none;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.search li.sea_an {
    width: 52px;
}

.search li.sea_an input {
    float: left;
    width: 52px;
    height: 40px;
    background: url(/templates/default/front/images/ss_btn.png) 10px 5px no-repeat;
    border: none;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    outline: none;
    text-indent: -99999px;
}

/*二维码*/
.weixin {
   /* position: fixed;
    top:45%;
    right: 7%;
    z-index: 10;*/
    padding: 3px;
    border: 1px solid #ddd;
    width: 150px;
    height:150px;

}
.weixin2 {
padding-left: 20px;
    line-height: 130px;
    text-align: center;

}
.pc-right{
    position: fixed;
     top:50%;
     right: 1%;
     z-index: 10;

}
.pc-left{
    position: fixed;
    top:50%;
    left: 1%;
    z-index: 10;

}
img {
    border: 0;
    max-width: 100%;
}

.footer {
    height: 30px;
    background-color: #3583c5;
}
/*****底部友情链接*****/
.is-select{width:1200px;height:43px;margin:auto;}
.select{position:relative;float:left;z-index:94;padding-right:60px;}
dl.last{padding-right:0 !important}
.select dt{height:30px;display:inline-block;color:#555;border:1px solid #c0bfc4;
    background:url(/templates/default/front/images/down_ico.gif) no-repeat right 0 #fff;
    line-height:30px;padding-right:33px;cursor:pointer;
    width:220px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;}
.select dt:hover,.select dt.cur{border:1px solid #c0bfc4;}
.select dd{position:absolute;left:0;top:32px;border:1px solid #fff;background:#fff;display:none;z-index:98;}
.select dd ul{padding:4px;width:245px;max-height:130px;_height:130px;overflow:auto;}
.select dd ul li a{display:block;padding:0 8px;font:normal 14px/26px "Microsoft Yahei";}
.select dd ul li a:hover{background:#f5f5f5;text-decoration:none;}

.drag{
    width: 230px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin:0 auto;
}
.bg{
    width:40px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}
.btn{
    width:40px;
    height: 38px;
    position: absolute;
    border:1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color:#666;
}