@charset "utf-8";

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* Public */
html {
    width: 100%;
}

body {
    width: 100%;
    min-width: 1160px;
    color: #555;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: rgb(25, 173, 147) !important;
    text-decoration: underline;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.mab {
    margin-bottom: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contentWrap {
    width: 1160px;
    margin: 0 auto;
}

.column {
    overflow: hidden;
    margin-bottom: 10px;
}

#topBar {
    height: 38px;
    line-height: 38px;
    background: #196f6e;
    overflow: hidden;
    font-size: 16px;
}

.topInfo {
    margin: 0 auto;
    width: 1200px;
    height: 38px;
}

.topInfo>span i {
    display: block;
    float: left;
    width: 18px;
    height: 24px;
    background: url(../images/cjr.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 7px 0;
}

.topInfo>span .icon2 {
    width: 24px;
    background: url(../images/shenming.png)
}

.topInfo>span .icon1 {
    margin-left: 30px
}

#topBar em {
    color: #fff;
}

#topBar span {
    float: right;
    color: #fff;
    cursor: pointer;
}

#topBar span a {
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
}

/* 导航 */
#header {}

#weather {
    height: 64px;
    line-height: 64px;
}

#weatherIco {
    padding-top: 17px;
}

#weatherIco img {
    width: 30px;
    height: 30px;
    display: block;
}

#weather span {
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
}

.logoBar {
    max-width: 1920px;
    min-width: 1160px;
    margin: 0 auto;
    height: 310px;
    background: url(../images/logo_20231128.png) no-repeat center center;
}

.logoBox {
    height: 186px;
    width: 1160px;
    margin: 0 auto;
}

.headerInfo {
    height: 64px;
    width: 1160px;
    margin: 0 auto;
}

.navBar {
    position: relative;
    z-index: 1;
    background: #19ad93;
    color: #fff;
    height: 52px;
    line-height: 28px;
    width: 1160px;
    margin: 0 auto;
    border-bottom: 8px solid #faba03;
}

.nav {
    width: 1160px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
}

.nav .m {
    float: left;
    position: relative;
    border-top: 0;
    border-bottom: 0;
}

.nav a:hover {
    text-decoration: none;
    color: #ff0;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 18px;
    height: 28px;
    overflow: hidden;
    padding: 12px 0;
}

.nav h3 a {
    display: block;
    color: #fff;
    padding: 0 35px;
    border-left: 1px solid #2595d1;
    vertical-align: top;
}

.nav .on {
    border-color: #1F7CAF;
}

.nav .on h3 {
    background: #faba03;
    border-color: #1f7caf !important;
}

.nav .on h3 a {
    border-left: 1px solid #faba03;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 100%;
    left: 0;
    padding: 8px 0;
    position: absolute;
    top: 52px;
    background: #19ad93;
    text-align: center;
}

.nav .sub li {
    vertical-align: middle;
}

.nav .sub li a {
    line-height: 20px;
    padding: 8px 0;
    font-size: 16px;
    display: block;
    background: #19ad93;
    color: #fff;
}

.nav .sub li a:hover {
    color: #ff0;
    background: #faba03;
}

.nav #m6 h3 a {
    border-right: 0;
}

/*搜索框*/
.search {
    position: absolute;
    right: 34px;
    bottom: 8px;
}

#searchForm {
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    float: right;
}

fieldset {
    border: none;
}

#s {
    background: rgb(75, 201, 179);
    border: none;
    color: #888888;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 35px;
    width: 140px;
}

#submitButton {
    background: rgb(97, 215, 193);
    width: 70px;
    height: 35px;
    /*text-indent:-9999px;*/
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

#submitButton:hover {
    background-position: left bottom;
}

a,
a:visited {
    text-decoration: none;
    outline: none;
    /*border-bottom:1px dotted #97cae6;color:#97cae6;*/
}

a:hover {
    /*border-bottom:1px dashed transparent;*/
}

.clear {
    clear: both;
}

/* content */
#content {
    background: url(../images/contentBg2.png) no-repeat #fff center top;
    padding: 30px 0;
    /*overflow:hidden;*/
    max-width: 1920px;
    min-width: 1160px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 40px;
}

.mainContent {
    width: 1160px;
}


/* 焦点图 */
.focusBox {
    float: left;
    position: relative;
    width: 600px;
    height: 335px;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

.focusBox .pic img {
    width: 600px;
    height: 335px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 72px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 72px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 72px;
    line-height: 72px;
    position: absolute;
    bottom: -72px;
    padding: 0 105px;
}

.focusBox .txt li a {
    display: block;
    height: 100%;
    color: white;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .pnBtn {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 24px;
    height: 32px;
    cursor: pointer;
}

.focusBox .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
}

.focusBox .pnBtn .arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 24px;
    height: 32px;
}

.focusBox .prev {
    left: 20px;
}

.focusBox .next {
    right: 20px;
}

.focusBox .prev .arrow {
    background: url(../images/slider-arrow.png) -135px -152px no-repeat;
}

.focusBox .prev .arrow:hover {
    background-position: -193px -152px;
}

.focusBox .next .arrow {
    left: 0;
    background: url(../images/slider-arrow.png) -15px -152px no-repeat;
}

.focusBox .next .arrow:hover {
    background-position: -75px -152px;
}

.pageState {
    position: absolute;
    left: 60px;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}

.pageState span {
    font-size: 32px;
    color: rgb(25, 173, 147);
    line-height: 32px;
}


/* 列表跟多 */
.moreListBox {
    float: right;
    width: 535px;
    height: 335px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.moreListBox .listCon {
    padding: 10px;
    height: 275px;
}

.moreListBox .listCon li {
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.moreListBox .listCon li.first {
    height: 70px;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 0;
}

.moreListBox .listCon li.first a {
    font-weight: bold;
}

.moreListBox .listCon li span.dot {
    position: absolute;
    width: 20px;
    height: 35px;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #F5B807;
}

.moreListBox .listCon li a {
    color: #333;
}

.moreListBox .listCon li .date {
    float: right;
    color: #999;
}

/*政务公开、通知公告列表*/
.towList {
    clear: both;
    overflow: hidden;
}

.picList,
.textList,
.videoList {
    /*width:560px;*/
    width: 363px;
    height: 305px;
    background: #fff;
    margin-bottom: 30px;
}

.videoList {
    margin-left: 35px;
}

.videoCon {
    padding-top: 10px;
    height: 255px;
}

.leftList {
    float: left;
}

.rightList {
    float: right;
}

.listTitle {
    height: 40px;
}

.listTitle1 {
    background: url(../images/title1.jpg) no-repeat center center;
    position: relative;
}

.listTitle1 span,
.listTitle2 span,
.listTitle3 span,
.listTitle4 span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 26px;
    width: 68px;
    height: 26px;
    padding: 7px 0;
    background: url(../images/more.jpg) no-repeat center center;
    background-size: 100%;
}

.listTitle1 span a,
.listTitle2 span a,
.listTitle3 span a,
.listTitle4 span a {
    display: block;
    width: 100%;
    height: 100%;
}

.listTitle2 span,
.listTitle3 span,
.listTitle4 span {
    bottom: 0;
    top: auto;
    padding: 1px 0;
}

.listTitle2 {
    background: url(../images/title2.jpg) no-repeat center center;
    position: relative;
}

.listTitle3 {
    background: url(../images/title3.jpg) no-repeat center center;
    position: relative;
}

.listTitle4 {
    background: url(../images/title4.jpg) no-repeat center center;
    position: relative;
}

.listCon {
    padding-top: 10px;
    height: 255px;
}

.picListBox {
    overflow: hidden;
}

.picListBox .textBox {
    height: 255px;
    clear: both;
}

.picListBox li {
    width: 169px;
    height: 100px;
    margin-top: 25px;
    margin-right: 25px;
    float: left;
}

.picListBox li a,
.picListBox li img {
    display: block;
    width: 100%;
    height: 100%;
}

.picListBox li.last {
    margin-right: 0;
}

.picListBox .pic1 {
    background: url(../images/card1.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic1:hover {
    background-image: url(../images/card1h.png);
}

.picListBox .pic2 {
    background: url(../images/ndrwfc901.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic2:hover {
    background-image: url(../images/ndrwfc901hov.png);
}

.picListBox .pic3 {
    background: url(../images/card3.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic3:hover {
    background-image: url(../images/card3h.png);
}

.picListBox .pic4 {
    background: url(../images/card4.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic4:hover {
    background-image: url(../images/card4h.png);
}

.picListBox .pic5 {
    background: url(../images/card5.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic5:hover {
    background-image: url(../images/card5h.png);
}

.picListBox .pic6 {
    background: url(../images/card6.png) no-repeat center center;
    /*background-size: 100% 100%;*/
}

.picListBox .pic6:hover {
    background-image: url(../images/card6h.png);
}

.listCon .textListBox {
    padding: 10px;
    padding-left: 20px;
}

.listCon .textListBox li {
    line-height: 40px;
    font-size: 10px;
    list-style-type: disc;
    cursor: pointer;
    color: #FFBC67;
}

.listCon .textListBox li a {
    color: #333;
    font-size: 16px;
}

.listCon .textListBox li .date {
    float: right;
    color: #999;
    font-size: 16px;
}

/*三个系统广告位*/
.adv901 {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.adv901 ul {
    overflow: hidden;
}

.adv901 li {
    width: 180px;
    float: left;
    margin-right: 16px;
}
.adv901 li:nth-child(4) {
    margin-right: 0 !important;
    width: 571px !important;
}

/*办事服务TAB切换*/
.slideTab {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.tabTitle {
    height: 62px;
    border-top: 6px solid rgb(25, 173, 147);
}

.tabTitle h3 {
    height: 59px;
    line-height: 59px;
    border: 1px solid #ddd;
    border-top: 2px solid rgb(250, 186, 3);
    text-align: center;
    color: #19ad93;
    font-size: 24px;
}

.tabTitle h3 img {
    display: block;
    float: left;
    margin-left: 520px;
}

.tabTitle h3 span {
    display: block;
    float: left;
}

.slideTab .slideTitle {
    overflow: hidden;
    background: #19ad93;
    border-left: 1px solid #ddd;
    height: 50px;
    padding: 5px 5px 0;
}

.slideTab .slideTitle li {
    position: relative;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    width: 20%;
    *width: 229px;
    float: left;
    font-size: 18px;
    color: #fff;
}

.slideTab .slideTitle li.on {
    background: rgb(250, 186, 3);
}

.slideTab .slideList {
    width: 1158px;
    height: 328px;
    border: 1px solid #ddd;
    border-top: 0;
    position: relative;
}

.allPicList .pichd {
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.allPicList .pichd .next {
    background: url("../images/icoRight.gif") no-repeat;
}

.allPicList .pichd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
    padding-left: 550px;
}

.pichd ul li {
    float: left;
    width: 20px;
    height: 6px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/activ.png") no-repeat center center;
    *height: 13px;
}

.allPicList .pichd ul li.on {
    background: url("../images/acti.png") no-repeat center center;
}

.allPicList .picbd {
    padding: 25px 30px;
    overflow: hidden;
}

.allPicList .picbd ul {
    overflow: hidden;
    zoom: 1;
    width: 1100px;
    float: left;
    _display: inline;
}

.allPicList .picbd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.allPicList .picbd ul li .pic {
    text-align: center;
}

.allPicList .picbd ul li .pic a {
    display: block;
    width: 350px;
    height: 62px;
    padding: 24px 0;
    box-sizing: content-box;
}

.lm1_1 .pic a {
    background: url(../images/lm1.1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm1_2 .pic a {
    background: url(../images/lm1.2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm1_3 .pic a {
    background: url(../images/lm1.3bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm1_4 .pic a {
    background: url(../images/lm1.4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm1_5 .pic a {
    background: url(../images/lm1.5bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm1_6 .pic a {
    background: url(../images/lm1.6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_1 .pic a {
    background: url(../images/lm2.1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_2 .pic a {
    background: url(../images/lm2.2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_3 .pic a {
    background: url(../images/lm2.3bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_4 .pic a {
    background: url(../images/lm2.4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_5 .pic a {
    background: url(../images/lm2.5bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm2_6 .pic a {
    background: url(../images/lm2.6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_1 .pic a {
    background: url(../images/lm3.1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_2 .pic a {
    background: url(../images/lm3.2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_3 .pic a {
    background: url(../images/lm3.3bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_4 .pic a {
    background: url(../images/lm3.4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_5 .pic a {
    background: url(../images/lm3.5bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm3_6 .pic a {
    background: url(../images/lm3.6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_1 .pic a {
    background: url(../images/lm4.1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_2 .pic a {
    background: url(../images/lm4.2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_3 .pic a {
    background: url(../images/lm4.3bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_4 .pic a {
    background: url(../images/lm4.4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_5 .pic a {
    background: url(../images/lm4.5bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm4_6 .pic a {
    background: url(../images/lm4.6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_1 .pic a {
    background: url(../images/lm5.1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_2 .pic a {
    background: url(../images/lm5.2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_3 .pic a {
    background: url(../images/lm5.3bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_4 .pic a {
    background: url(../images/lm5.4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_5 .pic a {
    background: url(../images/lm5.5bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.lm5_6 .pic a {
    background: url(../images/lm5.6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.ulWrap .pic i {
    display: block;
    width: 62px;
    height: 100%;
    padding: 0 30px;
    box-sizing: content-box;
}

.ulWrap .pic i>img {
    display: block;
    width: 100%;
    height: 100%
}

.ulWrap .pic span {
    display: block;
    padding-right: 35px;
    width: 193px;
    height: 100%;
    line-height: 31px;
    color: #19AD93;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    height: 62px;
    overflow: hidden;
}

/* .picList1 .picbd ul li .pic img{ width:350px; height:110px; display:block;  } */
.ulWrap .pic a:hover {
    background: #19AD93;
    filter: alpha(opacity=30);
    /*支持 IE 浏览器*/
    -moz-opacity: 0.30;
    /*支持 FireFox 浏览器*/
    -khtml-opacity: 0.3;
    /*webkit内核浏览器*/
    opacity: 0.30;
    /*支持 Chrome, Opera, Safari 等浏览器*/
}

.ulWrap .pic a:hover span {
    color: #fff;
}

.picList1 .picbd ul li .pic a:hover img {
    border-color: #999;
}

.spicbd ul li {
    padding-right: 10px;
}


/* 图片滚动 */
.picScroll {
    position: relative;
    height: 150px;
    overflow: hidden;
    clear: both;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    float: left;
    /* padding-right:10px; */
    width: 282px;
    overflow: hidden;
    display: inline;
}

.picScroll ul li img {
    width: 282px;
    height: 100px;
}

.picScroll .prev,
.picScroll .next {
    position: absolute;
    left: 10px;
    top: 36px;
    display: block;
    width: 18px;
    height: 28px;
    overflow: hidden;
    background: url(../images/icons.png) -40px 0 no-repeat;
    cursor: pointer;
}

.picScroll .next {
    left: auto;
    right: 10px;
    background-position: -120px 0;
}

.picScroll .prevStop {
    background-position: 0 0;
}

.picScroll .nextStop {
    background-position: -80px 0;
}

.picScroll .spichd {
    height: 50px;
    clear: both;
}

.picScroll .spichd ul {
    overflow: hidden;
    zoom: 1;
    padding-top: 10px;
    padding-left: 550px;
}

.picScroll .spichd ul li {
    float: left;
    width: 22px;
    height: 7px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/activ.png") no-repeat center center;
    *height: 13px;
}

.picScroll .spichd ul li.on {
    background: url("../images/acti.png") no-repeat center center;
}

/*党建工作、互动交流*/
.towList2 {
    height: 330px;
    clear: both;
    margin-bottom: 30px;
}

.leftList2 {
    width: 530px;
    height: 330px;
    float: left;
}

.rightList2 {
    width: 605px;
    height: 330px;
    float: right;
}

.listT {
    border: 1px solid #ddd;
    margin-bottom: 2px;
    height: 48px;
}

.listT h3 {
    font-size: 22px;
    font-weight: bold;
    clear: both;
}

.listT h3 span {
    display: block;
    float: left;
    padding: 0 35px;
    border-bottom: rgb(244, 98, 99) 4px solid;
    height: 44px;
    line-height: 44px;
    color: rgb(244, 98, 99);
}

.listC {
    border: 1px solid #ddd;
    height: 266px;
}

.listT2 h3 span {
    border-bottom: rgb(24, 172, 146) 4px solid;
    color: rgb(24, 172, 146);
}

.interaction {
    text-align: center;
    margin-top: 15px;
}

/* 友情链接 */
.friendLink {
    height: 44px;
    border-top: 6px solid rgb(25, 173, 147);
    padding: 25px 0;
    border-bottom: 2px solid rgb(25, 173, 147);
}

.friendLink>span {
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    color: rgb(25, 173, 147);
    font-size: 24px;
}

.friendLinks {
    width: 220px;
    background: url(../images/selbg.jpg) no-repeat center center;
    line-height: 40px;
    position: relative;
    zoom: 1;
    height: 40px;
    /* padding-left: 35px; padding-right: 45px;*/
    float: left;
    margin-left: 40px;
    cursor: pointer;
}

.friendLink a {
    color: #666;
}

.friendLink strong {
    background: #D7D7D7;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    padding: 3px 8px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
}

.friendLinkBox {
    position: relative;
}

.friendLinkBox .sub2 {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 218px;
    z-index: 999;
}

.friendLinkBox div {
    padding: 3px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-right: 21px;
}

.friendLink .pagesize {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 5px 0;
    *padding: 0;
}

.friendLink .pagesize a {
    background: url(../images/index_newadd.png) no-repeat 0 0;
    width: 21px;
    height: 15px;
    display: block;
    overflow: hidden;
    line-height: 0;
    text-indent: -999em;
}

.friendLink .pagesize a.prev:hover {
    background-position: -21px 0;
}

.friendLink .pagesize a.next {
    background-position: 0 -26px;
}

.friendLink .pagesize a.next:hover {
    background-position: -21px -26px;
}

.friendLink .sub2 {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

.friendLink .sub2 li {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
}

.friendLink3,
.friendLink2 {
    margin-left: 140px
}

/* footer */
#footer {
    background: #fff;
    padding-bottom: 20px;
    text-align: left;
    max-width: 1920px;
    min-width: 1160px;
    margin: 0 auto;
    line-height: 34px;
}

#footer .footerBox {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .copyRight {
    font-family: Arial;
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 10px;
    right: 165px;
}

#footer>div {
    width: 1200px;
    margin: 0 auto;
}

#footer p.b {
    border-bottom: 1px solid #cecece;
}

#footer .mt {
    margin-top: 15px;
}

.topInfo {
    margin: 0 auto;
    width: 1200px;
    height: 38px;
}

.tabTitle {
    margin-bottom: 0;
}

.fivePic {
    height: 240px;
    padding: 30px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-top: 0;
}

.fivePic li {
    float: left;
}

.fivePic li.ml {
    margin-left: 28px;
}

.fivePic li.lc img,
.fivePic li.lc a {
    display: block;
    width: 535px;
    height: 107px;
}

.fivePic li.ld img,
.fivePic li.ld a {
    display: block;
    width: 350px;
    height: 107px;
}

.fivePic li.ld {
    margin-top: 26px;
}

.fivePic li.ml2 {
    margin-left: 24px;
}

.advCl {
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

.advCl li {
    width: 279px;
    height: 100px;
    float: left;
    margin-right: 14px;
}
.advCl li:nth-child(4) {
    margin-right: 0 !important;
}

.advCl li a,
.advCl li img {
    display: block;
    width: 100%;
    height: 100%;
}

#zfggw div {
    width: 563px;
    height: 92px;
    float: left;
}

#zfggw img {
    width: 100%;
}

#zfggw .ggw1 img {
    width: 563px;
}

#zfggw .ggw2 {
    float: right
}

.adv2 {
    overflow: hidden;
    margin-bottom: 20px;
}

.adv2 div {
    width: 1160px;
}

.adv2 div img {
    width: 1160px;
}

/**/
#content table td,
#content table th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

#content table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

#content table td p {
    text-indent: 0;
}
/*  */
.leftList2 {width: 420px;}
.rightList2 {width: 730px;}
.mapCon {height: 328px; border: 1px solid #ddd;}
.mapConIs { float: left; width: 368px; height: 328px; }
.mapTips { float: right; width: 340px; height: 308px; background: #f6fdfd; font-size: 14px; line-height: 21px; padding: 10px; }
.mapTips .title { font-size: 16px; text-align: center; margin-bottom: 8px; }
.mapTips .title, .mapTips .other, .mapTips .bold, .mapTips span.name { font-weight: 600;color: #000;}
.mapTips span{color: #000;}
.listCon .textListBox.textListBox2 li a { display: block; width: 286px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#footer .footerBox { padding-bottom: 10px; }
#footer .codeRight { position: absolute; width: 140px; right: 0; bottom: 0; }
#footer .codeRight .code { width: 120px; height: 120px; margin: 0 auto; background: url(../images/codeImg.png) no-repeat center; }
#footer .codeRight p { font-size: 16px; line-height: 24px; text-align: center; }
 .ynpy-wechat{width:200px;height:165px;background:url("../images/pyewm.png") no-repeat top center;background-size: 100%;position: fixed;right: 10px;bottom: 34px;}
        .ynpy-wechat i{display:block;width:20px;height:20px;background:#fff url(/images/guanbi.png) no-repeat center;position:absolute;top:0;right:0;}