* {
    padding: 0px;
    margin: 0px;
}

body {
    overflow-x: hidden;
}


/* PC */
@media screen and (min-width:1201px) {
  
/*头部*/
.box {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

.header {
    width: 100%;
    background-color: #fff;
 
}

.head {
    width: 1196px;
    height: 100px;
    margin: 0 auto;
}

.phone {
    float: left;
    padding-left: 52px;
    height: 52px;
    background: url("img/Pic2.png")no-repeat border-box;
    margin-left: 80px;
    margin-top: 24px;
    margin-right: 60px;
}

    .phone h5 {
        font-size: 26px;
        color: #347ad1;
        font-family: arial !important;
        font-weight: bold;
        line-height: 36px;
    }


.topbtn {
    width: 400px;
    float: left;
    text-align: right;
}

.addjoin {
    font-size: 14px;
    color: #454545;
    line-height: 42px;
    text-align: right;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.search {
    float: right;
    text-align: right;
}

    .search input {
        width: 212px;
        height: 38px;
        padding: 0;
        padding-left: 38px;
        line-height: 38px;
        font-size: 14px;
        border: 1px solid #cccccc;
        float: left;
        background: url("img//Pic1.png")no-repeat;
        background-position: 10px center;
    }

    .search button {
        height: 38px;
        line-height: 40px;
        background: #347ad1;
        color: #fff;
        text-align: center;
        width: 70px;
        float: left;
        font-size: 16px;
    }

input, button, select {
    outline: none;
    border: none;
    font-family: "微软雅黑";
}



/*导航窗格*/
#nav {
    width: 100%;
    height: 52px;
    background: #296EB1;
    margin: 0;
    /*padding: 0;*/
    /*text-align: center;
    display: flex;*/
    padding-left: 130px;
    justify-content: center;
}

    #nav ul {
        list-style: none;
        margin: 0 auto;
        text-align: center;
    }

ul li.t-menuli {
    float: left;
    text-align: center; /*导航条文字垂直居中*/
    line-height: 52px;
    width: 146px;
    /*border-right: 1px solid #5d95da;*/
    background: #296EB1;
    padding-left: 10px;
    position: relative; /*相对定位使得二级菜单在对应的一级菜单下显示*/
}

    ul li.t-menuli ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
    }

.lia {
    text-decoration: none;
    color: #fff;
    display: block; /*配合padding使用，让a块状占满整个li*/
    width: 146px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    position: relative;
    background: #296EB1;
}

    .lia:hover {
        background-color: #296EB1;
        color: #fff;
        text-align: center;
    }

ul .menus ul li {
    float: none; /*取消二级菜单的浮动，使其恢复竖向显示*/
    background-color: #296EB1;
    width: 146px;
    height: 52px;
    color: #fff;
    position: relative;
    text-align: center;
    white-space: nowrap; /*强制二级菜单长度超过父级时候不换行，如果是英文或者数字则不需要*/
}

ul li ul {
    background-color: #296EB1;
    text-align: center;
    left: 0;
    top: 40px;
    display: none; /*使得初始时候二级菜单隐藏*/
}

.menus a {
    color: #fff;
}

ul li.t-menuli:hover ul {
    display: block; /*使得鼠标经过一级菜单时候二级菜单显示*/
    text-align: center;
    height: auto;
}


/*图片*/
.pic {
    width: 100%;
    z-index: -1; /**/ /*设置元素的堆叠顺序*/
}

img, fieldset {
    border: 0;
    vertical-align: middle;
    position: relative;
}

.phone1 {
    float: left;
    position: absolute;
    float: left;
    /*background: url("img/phone.png")no-repeat border-box;*/
    margin-right: 60px;
    z-index: 9;
    height: 52px;
    right: 10px;
    /*margin-left: 260px;*/
    margin-top: -20px;
}

    .phone1 p {
        font-size: 16px;
        color: #FFFFFF;
    }

    .phone1 h5 {
        font-size: 12px;
        color: #FFFFFF;
        font-family: arial !important;
        font-weight: bold;
        line-height: 36px;
    }

.wrap {
    width: 100%;
    height: 400px;
    /*position: relative;*/
}

.list {
    width: 100%;
    height: 400px;
    list-style: none;
    position: relative;
}

.item {
    position: absolute;
    width: 100%;
    height: 400px;
    /*color: white;*/
    /*opacity: 0;*/
    /*transition: all 3s ease-in;
            display: none;*/
}

.btn {
    width: 50px;
    height: 110px;
    position: absolute; /*叠在一起*/
    top: 85px;
    z-index: 20;
    opacity: 0;
}

#goPre {
    left: 0px;
}

#goNext {
    right: 0px;
}

.active {
    opacity: 1;
    z-index: 10;
    display: block;
}

.img1 {
}






/*通知*/
.lbgsgg {
   /*width: 100%;*/        
  padding: 10px 0px;
        border: 0;


        width: 1196px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin: 0 auto;
        line-height: 32px;
        /*margin-top: -2px;*/
        height: 30px;
}

.gsggcon {
  
    /*margin-left: 349px;*/

}

    .gsggcon span {
        padding: 0 10px;
        float: left;
        display: inline-block;
        width: 30px;
        height: 5px;
    }

.txt-scroll {
    /*width: 1040px;*/
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 0px;
}

.ggicon {
    /*width: 1110px;*/
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: steelblue;
}

.txt-scroll.scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
}

.lbgsgg ul, ol {
    /*list-style-type: none;*/
}

 /*公告滚动*/
    #demo {
        overflow: hidden;
        height: 30px;
        width: auto;
        margin: 90px auto;
        position: relative;
        margin-top:3px;
    }

    #demo1 {
        height: auto;
        text-align: left;
    }

    #demo2 {
        height: auto;
        text-align: left;
    }

    #demo1 li {
        list-style-type: none;
        height: 45px;
        text-align: left;
        text-indent: 15px;
    }

      #demo1 li a {
            color: rgb(69, 69, 69);
        }

    #demo2 li {
        list-style-type: none;
        height: 45px;
        text-align: left;
        text-indent: 15px;
    }

       #demo2 li a {
            color: rgb(69, 69, 69);
        }




/*集团动态*/
.mainer {
    width: 100%;
  min-height: 600px;
}

    .mainer a:hover {
        color: #1a6fc7 !important;
    }

.maincon {
    width: 1200px;
    margin: 0 auto;
}

.gsdt {
    width: 823px;
    border: 1px solid #c8d4ea;
    margin-top: 20px;
    float: left;
    height: 330px;
}

.mentitle1 {
    background: #fff;
    height: 43px;
    position: relative;
    border-bottom: 1px solid #c8d4ea;
}

    .mentitle1 a {
        float: right;
        font-size: 13px;
        color: #8b95a9;
        margin-top: 3px;
        padding-bottom: 6px;
    }

.pu {
    width: 50px;
    background-color: #4F8ACA;
    height: 44px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    height: 40px;
    margin-left: 0 !important;
    border: 0;
}

.mentitle1 h5 {
    /*background-color: #4F8ACA;
                height: 44px;
                line-height: 38px;
                font-size: 18px;
                color: #fff;*/
    /*                position: absolute;
                top: -1px;
                left: -1px;*/
}

.mentitle1 span em {
    margin: 0 8px;
}

em {
    font-style: normal;
}

.cl::after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.gsdt_con {
    width: 787px;
    padding: 16px;
}

.c1 {
    zoom: 1;
}

.focus {
    position: relative;
    width: 375px;
    height: 240px;
    margin-right: 20px;
    /*background-color: #000;*/
    float: left;
    margin-top: 10px;
}

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
        height:240px;
    }

    .focus .fcon a {
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

    .focus .fcon img {
        /*display: none;*/
        margin-left: -10px;
        margin-top: -2px;
    }

    .focus img {
        width: 385px;
        height: 240px;
    }

    .focus img, fieldset {
        border: 0;
        /*vertical-align: middle;*/
    }

    .focus.shadow {
        width: 385px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        height: 40px;
        line-height: 40px;
        background: rgba(0,0,0,0.6);
        display: block;
        text-align: left;
        border-top: 5px;
        margin-left: -10px;
    }

        .focus .shadow a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            overflow: hidden;
            margin-left: 10px;
            font-family: "微软雅黑";
            display: block;
            width: 250px;
        }

.pointlist {
    list-style: none;
    position: absolute;
}

.point {
    float: left;
}

    .point.active {
        background: #ecb831;
    }



.top0 {
    margin-top: 0px;
}

.newslist {
    width: 372px;
    /*margin-top: 8px;*/
    text-align: left;
}

.lf {
    float: left;
}

.newslist li {
    width: 372px;
    /*padding-left: 10px;*/
    height: 32px;
    line-height: 32px;
    background: url(); /*点*/
    background-position: left center;
    /*overflow: hidden;*/
    color: #4F8ACA;
    margin-left: 5px;
}

    .newslist li a {
        color: #454545;
        font-size: 14px;
        margin-left: -6px;
    }

    .newslist li span {
        font-size: 14px;
        color: #888888;
        margin-left: 25px;
        float: right;
    }

.focus.fbg {
    bottom: 16px;
    right: 15px;
    position: absolute;
    height: 6px;
    z-index: 200;
    text-align: right;
    width: 100px;
}

    .focus .fbg div {
        height: 0px;
        display: inline;
        width: 25px;
    }

.focus.D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 14px;
        height: 6px;
        margin: 0 5px;
        color: #b0b0b0;
        font: 12px/15px "宋体";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: right;
        background: #D9D9D9;
    }

        .focus .D1fBt .current, .focus .D1fBt a:hover {
            background: #ecb831;
        }

.focus .D1fBt {
    display: none;
    font-style: normal;
}

.wcurrent {
    float: left;
    /*padding-right: 20px;*/
    border-bottom: 4px solid #F79005;
    padding-left: 0px;
    margin-top: -3px;
    text-align: center;
}






/*在线办事*/
.bsfw {
    width: 350px;
    border: 1px solid #c8d4ea;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
}

.mentitle6 {
    background: #fff;
    height: 44px;
    position: relative;
    border-bottom: 1px solid #c8d4ea;
}

.bsfw_con {
    width: 322px;
    padding: 0 14px 15px 14px;
    height: 258px;
}

    .bsfw_con div {
        margin-top: 11px;
    }



/*公示公告*/
.gsgg {
    width: 400px;
    border: 1px solid #c8d4ea;
    margin-top: 20px;
    float: left;
}

.mentitle3 {
    background: #fff;
    height: 43px;
    position: relative;
    border-bottom: 1px solid #c8d4ea;
}

    .mentitle3 a {
        float: right;
        font-size: 13px;
        color: #8b95a9;
        margin-top: 3px;
        padding-bottom: 6px;
    }

.gsgg_con {
    width: 382px;
    padding: 14px;
    height: 275px;
}

.gsggimg {
    width: 382px;
    height: 84px;
}

.newslist3 {
    width: 382px;
    margin-top: 35px;
    list-style: disc;
    margin-left: 12px;
}

    .newslist3 li {
        width: 372px;
        /*padding-left: 10px;*/
        height: 30px;
        line-height: 30px;
        background: url(); /*点*/
        background-position: left center;
        /*overflow: hidden;*/
        text-align: left;
        color: #4F8ACA;
    }

        .newslist3 li a {
            color: #454545;
            font-size: 14px;
            margin-left: -6px;
        }

        .newslist3 li span {
            font-size: 14px;
            color: #888888;
            margin-right: 5px;
            float: right;
        }

/*党建动态*/
.djdt {
    width: 400px;
    border: 1px solid #c8d4ea;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
}

.mentitle4 {
    background: #fff;
    height: 44px;
    position: relative;
    border-bottom: 1px solid #c8d4ea;
}

    .mentitle4 a {
        float: right;
        font-size: 13px;
        color: #8b95a9;
        margin-top: 3px;
        padding-bottom: 6px;
    }

.djdt_con {
    width: 364px;
    padding: 14px;
    height: 275px;
}

.djdtimg {
    width: 382px;
    height: 84px;
}


/*停水公告*/
.tsfw {
    width: 350px;
    /*border: 1px solid #c8d4ea;*/
    /*margin-top: 12px;*/
    float: left;
    /*margin-left: 11px;*/
}

.mentitle5 {
    background: #fff;
    height: 44px;
    position: relative;
    /*border-bottom: 1px solid #c8d4ea;*/
}

    .mentitle5 a {
        float: right;
        font-size: 13px;
        color: #8b95a9;
        margin-left: 190px;
        margin-top: 10px;
        padding-bottom: 6px;
    }

.tsfw_con {
    width: 322px;
    padding: 20px;
    height: 275px;
}


/*缴费服务*/
.jffw {
    width: 1194px;
    border: 1px solid #c8d4ea;
    margin-top: 20px;
    float: left;
}

.mentitle2 {
    background: #fff;
    height: 43px;
    position: relative;
    border-bottom: 1px solid #c8d4ea;
}

    .mentitle2 a {
        float: left;
        color: #8b95a9;
        margin-right: 10px;
    }

.pu {
    width: 100px;
}

.mentitle2 p {
    background-color: #4F8ACA;
    height: 43px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    /*                position: absolute;
                top: -1px;
                left: -1px;*/
}

.jffw_con {
    width: 1178px;
    /*height: 150px;
            padding-left: 80px;*/
    padding: 20px 80px;
}

    .jffw_con a {
        width: 95px;
        float: left;
        display: block;
        float: left;
        font-size: 15px;
        color: #454545;
        margin: 20px 55px;
    }

    .jffw_con dl {
        text-align: center;
    }


/*底部*/
.footer {
    width: 100%;
    background: #296EB1;
    /*margin-top: 30px;*/
    float: left;
}

.footcon {
    width: 1180px;
    /*margin: 0 auto;*/
    margin-left: 353px;
    margin-top: 5px;
    padding: 16px 10px;
}

.footlogo {
    width: 300px;
    margin-left: 150px;
    float: left;
    margin-top: 20px;
}

.footxx {
    /*float: right;*/
    line-height: 34px;
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    color: #fff;
    font-size: 14px;
    margin-left: 45px;
    padding-left: 50px;
    background: url(); /*竖线*/
    background-position: left center;
    border-left: 1px solid #44A9C9;
}

.footer p {
    color: #fff;
}

    .footxx a {
        margin: 0 10px;
    }


/*圆弧*/
.box-headline {
    width: 100%;
}

.box-headline-tag {
    padding: 0 30px 0 15px;
    border-radius: 0 22px 22px 0;
    color: #fff;
    font-weight: 700;
    background-color: #4F8ACA;
    line-height: 40px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: none;
    margin-left: -5px;
    letter-spacing: 2px;
}

.box-headline-more {
    padding: 0 15px;
    border-radius: 0 22px 22px 0;
    color: #888888;
    line-height: 40px;
    height: 40px;
    float: right;
    font-size: 13px;
    box-sizing: border-box;
}

.box-headline-tag1 {
    padding: 0 30px 0 15px;
    border-radius: 0 22px 22px 0;
    color: #fff;
    font-weight: 700;
    background-color: #4F8ACA;
    line-height: 40px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: none;
    margin-left: -5px;
    letter-spacing: 2px; /*字间距*/
}

.color1:hover {
    color: #1a6fc7 !important;
}

#fsD1 {
    background-color: #000;
    height: 2px;
    width: 75%;
}

.phone1 {
    float: left;
    position: absolute;
    float: left;
    /*background: url("img/phone.png")no-repeat border-box;*/
    margin-right: 60px;
    z-index: 9;
    height: 52px;
    right: 10px;
    /*margin-left: 260px;*/
    margin-top: -20px;
}

    .phone1 p {
        font-size: 16px;
        color: #FFFFFF;
    }

    .phone1 h5 {
        font-size: 12px;
        color: #FFFFFF;
        font-family: arial !important;
        font-weight: bold;
        line-height: 36px;
    }


/*公司简介*/
.leftmenu {
    width: 160px;
    float: left;
    position: relative;
}

.scmenu {
    width: 160px;
    height: 85px;
    background: #296EB1 !important;
    position: absolute;
    margin-top: -60px;
}

.menu-chinese {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    display: block;
    padding-top: 15px;
    text-align: center;
    letter-spacing: 0.74px;
}

    .menu-chinese p {
        font-size: 13px;
        color: #fff;
        display: block;
        text-align: center;
    }

.menulist {
    margin-top: 29px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    list-style: none;
}

    .menulist a:hover {
        color: #1a6fc7 !important;
    }

    .menulist li {
        padding: 15px 0;
        background: url();
        background-position: 20px 25px;
        border-bottom: 1px solid #ddd;
        width: 160px;
        height: 19px;
        margin-left: -1px;
    }

        .menulist li a:hover {
            color: #1a6fc7 !important;
        }

.menu {
    text-align: center;
    list-style: none;
}

.menu-current {
    color: #454545;
    background-color: #F79005 !important;
    background-position: 20px 25px !important;
    text-align: center;
}

    .menu-current > a {
        color: #ffffff !important;
    }

.menulist a {
    font-size: 14px;
    color: #454545;
    line-height: 5px;
    margin-left: -2px;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.article {
    margin-left: 35px;
    float: left;
    width: 999px;
    vertical-align: middle;
    font-size: 15px;
    color: #666;
    padding-bottom: 30px;
}

.address {
    height: 55px;
    line-height: 55px;
    border-bottom: 2px solid #296EB1;
    width: 970px;
    padding-left: 0px;
}

.subsidiary {
    width: 920px;
    color: #222222 !important;
}

.intro-c1 {
    color: #222222 !important;
}

.rich-text1 {
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

    .rich-text1 p {
        font-size: 16px !important;
        color: #333 !important;
        font-family: "微软雅黑" !important;
    }

.rightmenu {
    padding-left: 145px;
    min-height: 400px; /*最小高度*/
}

.article h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    /*font-weight: normal; 取消加粗*/
}

.article h6 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
    color: #666;
    border-width: 0;
    border-color: #e9e9e9;
    border-style: solid;
    background: #efefef;
    margin-top: 19px;
    margin-bottom: 21px;
    font-size: 12px;
    width: 930px;
}

    .article h6 span {
        margin-right: 15px;
    }

.article {
    line-height: 32px !important;
    font-size: 14px !important;
    font-family: "微软雅黑" !important;
    width: 930px;
}

.text-h2 {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-top: 0px !important;
    color:#222222;
}

.up {
    color: #666666;
    text-align: left;
    float: left
}

    .up a {
        color: #454545;
    }

.down {
    float: right;
    font-size: 14px;
    color: #666666;
}

    .down a {
        color: #454545;
    }


.article p img {
    text-indent: 0px;
}

.article img {
    max-width: 100% !important;
}



/*文本*/
.seright {
    width: 1180px;
    min-height: 300px;
}

.sermenu {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #347ad1;
}




/*集团动态*/
.box2 {
    border: none;
    margin-left: 50px;
    margin-top: 20px;
}

    .box2 img {
        margin: 20px;
    }

.rich-text2 {
    background-color: #fff;
    padding-left: 0px;
    width: 920px;
    letter-spacing: 0.74px; /*字间距*/
    /*设置阴影*/
}


    .rich-text2:hover {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        box-shadow: -2px 0 3px -1px #ddd, 0 -2px 3px -1px #ddd, 0 2px 3px -1px #ddd, 2px 0 3px -1px #ddd;
    }

    .rich-text2 a {
        outline: none;
        text-decoration: none;
        cursor: pointer;
        color: #454545;
        letter-spacing: 0.74px;
        padding-left: 20px;
    }

    .rich-text2 p {
        color: #888888;
        letter-spacing: 0.74px;
        padding-right: 20px;
        padding-left: 20px;
        margin-top:10px;
    }


    .rich-text2 span {
        color: #888888;
        letter-spacing: 0.74px;
        padding-left: 20px;
    }

    .rich-text2 h1 {
        font-size: 48px;
        font-family: "PingFang SC" !important;
    }

    .rich-text2 img {
        margin-left: 20px;
        margin-right: 20px !important;
    }


.rich-text3 {
    background-color: #fff;
    padding-left: 0px;
    width: 920px;
    letter-spacing: 0.74px; /*字间距*/
    /*设置阴影*/
    text-align: center;
}

    .rich-text3 a {
        outline: none;
        text-decoration: none;
        cursor: pointer;
        color: #454545;
        letter-spacing: 0.74px;
        padding-left: 20px;
    }

    .rich-text3 p {
        color: #888888;
        letter-spacing: 0.74px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .rich-text3 span {
        color: #888888;
        letter-spacing: 0.74px;
        padding-left: 20px;
    }

    .rich-text3 h1 {
        font-size: 48px;
        font-family: "PingFang SC" !important;
    }

    .rich-text3 img {
        margin-left: 20px;
        margin-right: 20px !important;
    }

.tp img{
    width:115px;
    height:164px;
  }


.page_wrap {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.paginator {
    float: right;
    height: 25px;
    overflow: hidden;
}

    .paginator,
    .paginator input,
    .paginator button {
        font-family: Tahoma, "宋体";
        font-size: 12px;
    }

        .paginator a,
        .paginator span {
            float: left;
            height: 23px;
            margin: 0 5px 0 0;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            line-height: 23px;
            background: #fff;
        }

        .paginator a {
            color: #085C9B;
        }

        .paginator b {
            font-family: "宋体";
            margin: 3px;
            font-weight: 300;
        }

        .paginator a:link,
        .paginator a:visited,
        .paginator a:hover,
        .paginator a:active {
            text-decoration: none;
        }

        .paginator .page-start,
        .paginator a,
        .paginator .page-end {
            padding: 0 8px;
            border: 1px solid #D3D3D3;
            background: #ffffff;
        }

        .paginator .page-start {
            border-color: #d9d9d9;
            color: #d9d9d9;
        }

        .paginator .page-end {
            border-color: #d9d9d9;
            color: #d9d9d9;
        }

        .paginator .page-this,
        .paginator .page-break {
            padding: 0 3px;
        }

        .paginator .page-break {
            border: 1px solid #fff;
        }

        .paginator .page-this {
            border: 1px solid #D3D3D3;
            background-color: #E9E9E9;
            color: #D4105A;
            padding: 0px 8px;
            font-weight: bold;
        }

        .paginator .page-skip {
            height: 22px;
            line-height: 22px;
            padding: 0 3px;
            margin: 0;
            background: none;
        }

            .paginator .page-skip input {
                width: 26px;
                *width: 23px;
                height: 19px;
                line-height: 19px;
                border: 1px #D3D3D3 solid;
                font-size: 12px;
                margin: -1px 6px 0px 6px;
                margin-top: 1px;
                _margin-top: 0px;
                padding: 0px 0px 0px 2px;
                vertical-align: middle;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            .paginator .page-skip button {
                font-size: 12px;
                padding: 0 5px 5px 5px;
                _padding: 0 5px 0 5px;
                width: auto;
                _width: 0;
                height: 22px;
                *height: 23px;
                *line-height: 20px;
                _height: 16px;
                _line-height: 16px;
                margin-left: 10px;
                *margin-top: -1px;
                overflow: visible;
                vertical-align: top;
            }

        .paginator a:hover {
            border: 1px solid #A6A6A6;
            color: #868688;
        }






/*    .page {
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

    .page_ctrl {
        color: #2E87CD;
    }

    .page_num {
        width: 22px;
        height: 30px;
        color: #454545;
        background-color: #fff;
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 5px;
    }

    .stert_page {
        width: 80px;
        height: 30px;
        color: #454545;
        background-color: #fff;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .next_page {
        width: 80px;
        height: 30px;
        color: #454545;
        background-color: #fff;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page_num-current {
        width: 22px;
        height: 30px;
        color: #fff;
        background-color: aquamarine;
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 5px;
    }*/

/*    .stert_page-current {
        width: 80px;
        height: 30px;
        color: #fff;
        background-color: aquamarine;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .next_page-current {
        width: 80px;
        height: 30px;
        background-color: aquamarine;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }*/


 /*   .page ul {
        display: inline-block;
        margin: 0 auto
    }

    .page li {
        line-height: 30px;
        display: inline-block;
        cursor: pointer;
    }

        .page li a {
            line-height: 30px;
            height: 30px;
            display: block;
            color:#888888;
        }

        .page li:hover {
            color: #fff;
            background-color: aquamarine;
        }*/


    .page {
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

        .page ul {
            display: inline-block;
            margin: 0 auto
        }

        .page li.thisclass {
            color: #fff;
            background-color: #296EB1;
            line-height: 30px !important;
            height: 30px !important;
            padding-top: 0px;
            padding-bottom: 0;
            border: 1px solid #004684;
        }

        .page li {
            line-height: 30px !important;
            height: 30px !important;
            display: inline-block;
            border: 1px solid #ddd;
            float: left;
            cursor: pointer;
            margin-top: 3px;
            margin-bottom: 3px;
            padding-top: 0;
            padding-right: 10px;
            padding-bottom: 0;
            padding-left: 10px;
            margin-right: -1px;
            background-color: #fff;
            margin-left: 5px;
        }

           .page li a {
                line-height: 30px;
                height: 30px;
                display: block;
                color: #888888;
            }

    .pageright {
        float: right;
    }


    .page1 {
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

        .page1 ul {
            display: inline-block;
            margin: 0 auto
        }

        .page1 li.thisclass1 {
            color: #fff;
            background-color: #296EB1;
            line-height: 30px !important;
            height: 30px !important;
            padding-top: 0px;
            padding-bottom: 0;
            border: 1px solid #004684;
        }

        .page1 li {
            line-height: 30px !important;
            height: 30px !important;
            display: inline-block;
            border: 1px solid #ddd;
            float: left;
            cursor: pointer;
            margin-top: 3px;
            margin-bottom: 3px;
            padding-top: 0;
            padding-right: 10px;
            padding-bottom: 0;
            padding-left: 10px;
            margin-right: -1px;
            background-color: #fff;
            margin-left: 5px;
        }

           .page1 li a {
                line-height: 30px;
                height: 30px;
                display: block;
                color: #888888;
            }

    .pageright {
        float: right;
    }


/*集团领导*/
.rich-text2 {
    padding-left: 0px;
    text-align: center;
}


/*最新公告*/
.box3 {
    width: 150px;
    height: 130px;
    background-color: #EAEAEA;
    margin-left: 40px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bigsize {
    font-size: 55px;
    margin-left: 15%;
    color: #373737 !important;
    padding-top:10px;
}

.samllsieze {
    margin-left: 10%;
    color: #373737 !important;
    font-size: 18px;
}

    .phoneclient{
        display:none;
    }

    .pcclient{
        display:block;
    }

/*水韵*/
    .intro-c1{
        display:flex; 
        flex-direction:row; 
        flex-wrap:wrap;

    }
        .intro-c1 table {
            border: 0;
            padding-top: 40px;
            float: left;
            /*margin: 0px 20px;*/
            margin-left: -20px;
            margin-right: 60px;
        }

        .intro-c1 img{
            width:200px;
            height:200px;
        }

        .intro-c1 p {
            color: #454545;
            text-align:center;
        }


/*公司荣誉*/
    .rich-top {
        min-height: 600px;
    }

        .rich-top .rich-top-h2 {
            color: #222222;
            text-align: center;
        }

.main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 100px;
    }

    .rich-main {
        position: relative;
        margin-top: 60px;
        margin-right: 40px;
    }

        .rich-main p {
            color: #888888;    
            margin-left:6px;
        }

        .rich-main:hover .rich-in {
            -webkit-transition: all 1.5s;
            -moz-transition: all 1.5s;
            -ms-transition: all 1.5s;
            -o-transition: all 1.5s;
            transition: all 1.5s;
            opacity: 1;
            animation: fadeIn 1s 0s 1 alternate forwards;
            -webkit-animation: fadeIn 1s 0s 1 alternate forwards;
        }

    .rich-in {
        position: relative;
        /*top: 80px;*/
        /*background-color: #abffe8;*/
        /*border: 4px solid #0067aa;*/
        border-bottom:4px solid #0067aa;
        border-left:2px solid #ddd;
        border-right:2px solid #ddd;
        opacity: 0;
        margin-top:-40px;
        height:50px;
        margin-left:6px;
    }

        .rich-in:after {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            background-image: url(../img/right-circle.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50%;
            margin-left: 85%;
        }

    @keyframes fadeIn {
        from {
            top: 0px;
        }

        to {
            top: 10px;
        }
    }

    @-webkit-keyframes fadeIn /*Safari and Chrome*/
    {
        from {
            left: 0px;
        }

        to {
            left: 200px;
        }
    }

 /*联系我们*/
          .iw_poi_title {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap
        }

        .iw_poi_content {
            font: 12px arial,sans-serif;
            overflow: visible;
            padding-top: 4px;
            word-wrap: break-word
        }

.map{
  
    height: 236px;
    width: 536px;
    position: absolute;
    right: 20%;
    bottom: 0;
    top: 610px;
  }
  

}


/* Phone*/
@media screen and (max-width:1200px) {

    .pcclient{
        display:none;
    }

    .phoneclient {
        display: block;
        overflow-x: hidden;
    }

    /*标题*/
    .pbox {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: "微软雅黑";
    }

    .pheader {
        width: 100%;
    }

    .phead {
        margin: 0 auto;
    }

    .pbt {
        width: 300px;
        height: 48px;
    }

    .ptopbtn {
        display: none;
    }

    .phead .pphone {
        display: none;
    }

    .poo {
        width: 20px !important;
        height: 20px !important;
        padding-left: 31px;
    }

    .psearch {
        display: none;
    }

    /*轮播图*/
    #cl, .pphone1 {
        display: none;
    }

    .ppic {
        height: 141px;
        width: 100%;
        z-index: -1; /**/ /*设置元素的堆叠顺序*/
    }

    img, fieldset {
        border: 0;
        vertical-align: middle;
        position: relative;
    }

    .pwrap {
        /*margin-left: -40px;
        margin-top: -20px;*/
        width: 100%;
        height: 141px;
        position: relative;
    }

    .plist {
        width: 100%;
        height: 141px;
        list-style: none;
        position: relative;
    }

    .pitem {
        position: absolute;
        /*width: 100%;*/
        height: 141px;
    }

        .pitem img {
            height: 141px;
            width: 100%;
        }

    .pbtn {
        width: 50px;
        height: 110px;
        position: absolute; /*叠在一起*/
        top: 85px;
        z-index: 20;
        opacity: 0;
    }

    #goPre {
        left: 0px;
    }

    #goNext {
        right: 0px;
    }

    .active {
        opacity: 1;
        z-index: 10;
        display: block;
    }

    /* 目录样式 */
    .pmain {
        margin-left: -45px;
    }

    .textmenu{
        position:absolute;
        margin-top:45px;
        margin-left:20px;
        letter-spacing: 0.5px;
        font-size: 14px;
    }

    .pmain-ul {
        width: 100%;
        padding-top: 12px;
        padding-left: 10%;
    }

        .pmain-ul li {
            display: block;
            padding: 12px;
            float: left;
            width: 30%;
            margin: 0;
            box-sizing: border-box;
            padding-bottom:25px;
  margin-top: 8px;
        }


            .pmain-ul li a {
                display: block;
                text-decoration: none;
                color: black;
                text-align: center;
                font-size: 11px;
                margin-left:5px;
            }

            .pmain-ul li div {
                text-align: center;
            }

            .pmain-ul li a span {
                font-style: normal
            }

            .pmain-ul li a img {
                width: 48px;
                height: 48px;
                float: left;
                padding-left: 25px;
                margin-top: -8px;
            }

    li ul {
        display: none;
    }



    /*通知*/
    .plbgsgg {
        width: 100%;
        border: 0;
    }

    .pgsggcon {
        
    margin: 0 15px;
    margin-top: -20px;
    /* width: 355pxcmmminpcptchemremvhvwvminvmax
; */
    /* border-bottom: 1pxcmmminpcptchemremvhvwvminvmax
 solid #fff; */
    /* border-left: 1pxcmmminpcptchemremvhvwvminvmax
 solid #296EB1; */
    /* border-right: 1pxcmmminpcptchemremvhvwvminvmax
 solid #fff; */
    /* margin-left: 8pxcmmminpcptchemremvhvwvminvmax
; */
    box-shadow: 0 2px 6px 0 rgb(0, 0 ,0, .3);
    line-height: 32px;
    height: 40px;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    z-index: 999;
        
    }

        .pgsggcon img {
            display: none;
        }

        .pgsggcon .ptzgg {
            width: 70px;
            height: 37px;
            background-color: #296EB1;
            color: white;
            padding-right: 0;
            font-size: 16px;
            text-align: center;
            padding: 0px 0px;
            padding-top: 3px;
        }

        .pgsggcon .pgg {
            background-color: #fff;
            width: 300px;
            height: 31px;
            font-size: 14px;
            text-align: center;
            padding: 4px 10px;
            margin-top: -40px;
            margin-left: 70px;
            border-bottom: 1px solid #ddd;
        }

    a {
        text-decoration: none;
        color: black;
    }

    .pgsggcon span {
        padding: 0px 10px;
        float: left;
        display: inline-block;
        width: 30px;
        height: 5px;
    }

    /*集团动态*/
    .pmainer {
        width: 100%;
  margin: 0 auto;
    }

        .pmainer a:hover {
            color: #1a6fc7 !important;
        }

    .pmaincon {
        margin: 0 auto;
    }

    .pgsdt {
        width: 100% !important;
        margin-top: 20px;
        float: left;
        height: 400px;
    }

    .pmentitle1 {
        background: #fff;
        height: 43px;
        position: relative;
        border-bottom: 1px solid #c8d4ea;
    }

        .pmentitle1 a {
            float: right;
            font-size: 13px;
            color: #8b95a9;
            margin-left: 655px;
            margin-top: 10px;
            padding-bottom: 6px;
        }

        .pmentitle1 span em {
            margin: 0 8px;
        }

    em {
        font-style: normal;
    }

    .pcl::after {
        clear: both;
        content: ".";
        display: block;
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .pgsdt_con {
        /*width: 375px;*/
    }

    .pc1 {
        zoom: 1;
    }

    .pfocus {
        position: relative;
        width: 100%;
        height: 100px;
        margin-right: 20px;
        float: left;
    }

        .pfocus .pfPic {
            position: absolute;
  width: 100%;
        }

        .pfocus .pfcon a {
            outline: none;
            text-decoration: none;
            cursor: pointer;
  letter-spacing: 0.5px;
        }

        .pfocus .pfcon img {
            margin-top: -2px;
            margin-left: 8px;
        }

        .pfocus img {
            width: 385px;
            height: 260px;
        }

        .pfocus img, fieldset {
            border: 0;
        }

        .pfocus.shadow {
            width: 375px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            z-index: 10;
            height: 40px;
            line-height: 40px;
            background: rgba(0,0,0,0.6);
            display: block;
            text-align: left;
            border-top: 5px;
            margin-left: -10px;
        }

            .pfocus .shadow a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                overflow: hidden;
                margin-left: 10px;
                font-family: "微软雅黑";
                display: block;
                width: 250px;
            }

    .top0 {
        margin-top: 0px;
    }


    .lf {
        float: left;
        margin-top: 75px;
        margin-left: 25px;
  letter-spacing: 0.5px;
    }

    .pnewslist li {
        height: 30px;
        line-height: 30px;
        background-position: left center;
        color: #296EB1;
        list-style-type: disc;
        /*margin-left: -20px;*/
        margin-top: 10px;
    }

        .pnewslist li a {
            color: #454545;
            font-size: 14px;
            /*margin-left: -6px;*/
            text-decoration: none;
        }

    .pfocus.pfbg {
        bottom: 16px;
        right: 15px;
        position: absolute;
        height: 6px;
        z-index: 200;
        text-align: right;
        width: 100px;
    }

        .pfocus .pfbg div {
            height: 0px;
            display: inline;
            width: 25px;
        }

    .pfocus.D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

        .pfocus.D1fBt a {
            position: relative;
            display: inline;
            width: 14px;
            height: 6px;
            margin: 0 5px;
            color: #b0b0b0;
            font: 12px/15px "宋体";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: right;
            background: #D9D9D9;
        }

        .pfocus.D1fBt.current.pfocus.D1fBt a:hover {
            background: #ecb831;
        }

    .pfocus.D1fBt {
        display: none;
        font-style: normal;
    }

    .pfcon a img {
        width: 150px;
        height: 100px;
    }

    .pspan {
        position: absolute;
        right: 4px;
        color:#454545;
    }

    /*底部*/
    .pfooter {
        width: 100%;
        background: #296EB1;
        float: left;
        height: 54px;
    }

    .pfootxx {
        text-align: center;
        line-height: 34px;
        color: #fff;
        font-size: 14px;
        background-position: left center;
    }

/*集团概况*/
    /*顶部*/
    .xwzx {
        background-color: #F4F4F4;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding-top: 20px;
    }
.xwzx_con{
  padding-bottom: 10px;
  }

    /*导航栏*/
    .dt ul {
        max-width:500px;
        list-style: none;
        float: left;
        width:200%;
        margin-top: 10px;
        margin-bottom: 10px;

        background-color: #fff;
        padding-bottom:30px;
    }

    .dt ul li{
        /*position:relative;        
        float:left;
        font-size:13px;
        margin:1.65px;
        padding-top:15px;*/

            position: relative;
            float: left;
            font-size: 14px;
            padding-top: 15px;
            width: 70px;
  margin-left:1px;
    }

        .dt  a {
            text-decoration: none;
            color: black;
        }

        .dt  .current {
            border-bottom: 3px solid #296EB1;
            padding-bottom: 2px;
            width: 65px;
            color: #296EB1;
        }

        .dt  p {
            margin-top: 10px;
        }

    /* 简介*/
    .mainer {
        width: 100%;
        background-color: #fff !important;
    }

        .mainer a:hover {
            color: #1a6fc7 !important;
        }

    .article {
        margin-left: 2px;
        float: left;
        width: 100%;
        vertical-align: middle;
        font-size: 14px;
        color: #666;
        padding-bottom: 30px;
  padding-top: 16px;
    }

    .address {
        height: 55px;
        line-height: 55px;
        border-bottom: 2px solid #296EB1;
        width: 960px;
        padding-left: 0px;
    }

    .subsidiary {
        width: 920px;
    }

    .intro-c1 {
        color: #222222;
    }

    .rich-text1 {
        font-size: 14px !important;
        font-family: "微软雅黑" !important;
  letter-spacing: 0.5px;
    }

        .rich-text1 p {
            font-size: 14px !important;
            color: #333 !important;
            font-family: "微软雅黑" !important;
            margin-left: 8px;
            margin-right: 8px;
            /*text-indent: 2em;*/
        }
.rich-text1 p span{
            font-size: 14px !important;
            color: #444444 !important;
            font-family: "微软雅黑" !important;
            margin-left: 8px;
            margin-right: 8px;
            /*text-indent: 2em;*/
  letter-spacing: 2px;
    line-height: 1.8;
        }
.rich-text1 p img{
      position: relative;
    display: table-cell;
    margin: 0 auto;
  }

    .rich-text2 {
        font-size: 14px !important;
        font-family: "微软雅黑" !important;
        margin-top:20px;
    }

        .rich-text2 p {
            font-size: 14px !important;
            color: #333 !important;
            font-family: "微软雅黑" !important;
            margin-left: 8px;
            margin-right: 8px;
            text-indent: 2em;
        }
       .rich-text2 p span {
           font-size: 14px !important;
           color: #444444 !important;
           font-family: "??????" !important;
           /*margin-left: 8px;
           margin-right: 8px;*/
           text-indent: 2em;
           letter-spacing: 2px;
           line-height: 1.8;
       }

       .rich-text2 p img{
            width:370px;
            position: relative;
            right: 0px;  
            max-width: 80% !important;
            min-width: 80% !important;
            max-height: 250px !important;
            display: table-cell;
            margin: 0px auto;
        }

    .contexttime {
        position: absolute;
        right: 6px;
    }

    .rich-text3 {        
        font-size: 14px !important;
        font-family: "微软雅黑" !important;
        padding-left: 9px;
  letter-spacing: 0.5px;
    }

        .rich-text3 table .text {
            text-align: center;
            background-color: #EFEFEF;
            width: 115px;
            height: 115px;
        }

        .rich-text3 img {
            width: 115px;
            height: 115px;
        }

/*动态*/
    .box1 {
        /*background: #fff;*/
        border: none;
    }

    .rich-text4 {
        background-color: #fff;
        padding-left: 12px;
        letter-spacing: 0.5px; /*字间距*/
        /*设置阴影*/
    }

        .rich-text4:hover {
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            box-shadow: -2px 0 3px -1px #ddd, 0 -2px 3px -1px #ddd, 0 2px 3px -1px #ddd, 2px 0 3px -1px #ddd;
        }

        .rich-text4 a {
            outline: none;
            text-decoration: none;
            cursor: pointer;
            color: #454545;
            letter-spacing: 0.5px;
        }

        .rich-text4 p {
            color: #222222;
            letter-spacing: 0.5px;
            font-size: 14px;
            margin-top: 23px;
        }

        .rich-text4 span {
            color: #666666;
            letter-spacing: 0.5px;
            font-size: 14px;
        }

        .rich-text4 h1 {
            font-size: 48px;
            font-family: "PingFang SC" !important;
        }

        .rich-text4 img {
            width: 120px;
            height: 80px;
        }

        .rich-text4 table{
            padding-top:10px;
        }

    .line {
        border-bottom: 1px solid #EFEFEF;
    }

    .xwzx1 {
        background-color: #F4F4F4;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dt1 ul {
        width: 100%;
        list-style: none;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        border-radius: 22px 22px 0px 0px;
        background-color: #fff;
        padding-bottom: 30px;
    }

        .dt1 ul li {
            position: relative;
            float: left;
            font-size: 14px;
            margin: 1.65px;
            padding-top: 15px;
            position:relative;
            width:20%;
            margin-left:75px;
        }

    .dt1 a {
        text-decoration: none;
        color: black;
    }

    .dt1 .current {
        border-bottom: 3px solid #296EB1;
        padding-bottom: 2px;
        width: 65px;
        color: #296EB1;
    }

    .dt1 p {
        margin-top: 10px;
    }

.dt2 ul {
        width: 100%;
        list-style: none;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        border-radius: 22px 22px 0px 0px;
        background-color: #fff;
        padding-bottom: 30px;
    }

        .dt2 ul li {
            position: relative;
            float: left;
            font-size: 14px;
            /*margin: 1.65px;*/
            padding-top: 15px;
            position: relative;
            width: 20%;
            /*margin-left: 75px;*/
        }

    .dt2 a {
        text-decoration: none;
        color: black;
    }

    .dt2 .current {
        border-bottom: 3px solid #296EB1;
        padding-bottom: 2px;
        width: 65px;
        color: #296EB1;
    }

    .dt2 p {
        margin-top: 10px;
    }

 /*企业文化*/
    .dt3 ul {
        width: 100%;
        list-style: none;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        border-radius: 22px 22px 0px 0px;
        background-color: #fff;
        padding-bottom: 30px;
    }

        .dt3 ul li {
            position: relative;
            float: left;
            font-size: 14px;
            margin: 1.65px;
            padding-top: 15px;
            position: relative;
            width: 20%;
            margin-left: 35px;
        }

    .dt3 a {
        text-decoration: none;
        color: black;
    }

    .dt3 .current {
        border-bottom: 3px solid #296EB1;
        padding-bottom: 2px;
        width: 65px;
        color: #296EB1;
    }

    .dt3 p {
        margin-top: 10px;
    }

   .gdt {
            white-space: nowrap;
            overflow-x: scroll;
        }
        .gdt::-webkit-scrollbar{
            display:none;
        }

   #demo {            
            max-width: 90%;
            margin: 0 auto;
        }

            #demo img {
                max-width: 80%;
                margin: 0 auto;
                position: relative;
                display: table-cell; 
                margin-bottom: 10px;
            }

   #demo1 {            
            max-width: 90%;
            margin: 0 auto;
        }

            #demo1 img {
                max-width: 100%;
                margin: 0 auto;
                position: relative;
                display: table-cell; 
                margin-bottom: 10px;
            }


.page {
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
        display: block;
        margin-bottom: 40px;
    }

        .page ul {
            display: inline-block;
            margin: 0 auto
        }

        .page li.thisclass {
            color: #fff;
            background-color: #296EB1;
            line-height: 30px !important;
            height: 30px !important;
            padding-top: 0px;
            padding-bottom: 0;
            border: 1px solid #004684;
        }

        .page li {
            line-height: 30px !important;
            height: 40px !important;
            width: 171px !important;
            display: inline-block;
            border: 1px solid #296EB1;
            cursor: pointer;
            background-color: #fff;
            margin-left: 5px;
            border-radius: 22px 22px 22px 22px;
        }

            .page li a {
                line-height: 40px;
                height: 30px;
                display: block;
                color: #296EB1;
            }

    .stops {
        border: 1px solid #888888 !important;
    }

    .stop {
        color: #888888 !important;
    }

    .pageright {
        float: right;
    }

        #demopage {
            max-width: 90%;
            margin: 0 auto;  
            margin-bottom: 20px;        
     }

            #demopage li {
                max-width: 40%;
                margin: 0 1%;
                position: relative;
                margin-bottom: 10px;
                cursor: pointer;
            }

}
