/*公共样式*/
.min {
    width: 100%;
    background: #f5f5f5
}

.min .crumbs {
    width: 100%;
    background: #fff;
    margin-bottom: 18px;
}

.min .crumbs .content {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
}

.min .crumbs .content span {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.min .crumbs .content span.s1 {
    position: relative;
    padding-left: 23px;
}

.min .crumbs .content span.s1:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../images/home.png") no-repeat 0 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.min .crumbs .content span.s2:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url("../images/erjinav.png") no-repeat 0 80%;
    margin-left: 7px;
}

.min .bottom {
    width: 1200px;
    margin: 0 auto
}

.min .bottom .left {
    width: 300px;
    margin-right: 20px;
    float: left
}

.min .bottom .left .subnavigation {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.min .bottom .left .subnavigation .title {
    width: 100%;
    background: url("../images/subnavigation.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    padding: 22px 0;
}

.min .bottom .left .subnavigation .title .p1 {
    font-size: 24px;
    color: #fff;
}

.min .bottom .left .subnavigation .title .p2 {
    font-size: 12px;
    color: #fff;
}

.min .bottom .left li {
    width: 100%;
    border-top: 2px solid #fff;
}

.min .bottom .left li a {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
}

.min .bottom .left li.on a {
    color: #1658C5;
    background: url("../images/on.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.min .bottom .left li.zheng a {
    color: #1658C5;
    background: url("../images/on.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.min .bottom .left li.on a:before {
    content: "";
    display: inline-block;
    width: 53px;
    height: 12px;
    background: url("../images/on_left.png") no-repeat 0 50%;
    margin-right: 10px;
}

.min .bottom .left li.on a:after {
    content: "";
    display: inline-block;
    width: 53px;
    height: 12px;
    background: url("../images/on_right.png") no-repeat 0 50%;
    margin-left: 10px;
}

.min .bottom .left li:hover a {
    color: #1658C5
}

.min .bottom .left .search {
    width: 100%;
    padding: 20px;
    background: #fff;
}

.min .bottom .left .search .title {
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
    position: relative
}

.min .bottom .left .search .title:after {
    z-index: 1;
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    right: 34px;
    top: 35%;
}

.min .bottom .left .search .title:before {
    z-index: 1;
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 34px;
    top: 35%;
}

.min .bottom .left .search .title span {
    color: #1658C5
}

.min .bottom .left .search input {
    width: 100%;
    background: #f2f2f2;
    line-height: 48px;
    height: 50px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.min .bottom .left .search select {
    width: 100%;
}

.min .bottom .left .search span {
    height: 50px !important;
    line-height: 50px !important;
}

.min .bottom .left .search .select2 span.select2-selection__arrow {
    width: 60px !important;
    height: 48px !important;
    background: #e3e3e3
}

.min .bottom .left .search .select2-selection--single {
    background: #f2f2f2;
    border: 1px solid #ebebeb
}

.min .bottom .left .search .select2-selection__rendered {
    color: #999999
}

.min .bottom .left .search a {
    width: 100%;
    height: 50px;
    background: #1658C5;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

/*large大中small小*//*右*/
.min .bottom .right {
    width: 880px;
    background: #fff;
    float: left;
    padding: 33px 20px;
}

.min .bottom .right .title {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.min .bottom .right .title .subject {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    position: relative
}

.min .bottom .right .title .subject:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #1658C5;
}

.min .bottom .right .title .font {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.min .bottom .right .title .font span {
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-left: 7px;
}

.min .bottom .right .title .font span.on {
    color: #fff;
    background: #1658C5
}

/*字体大小改变*/
.large p, .large span, .large a {
    font-size: 18px !important;
}

.in p, .in span, .in a {
    font-size: 14px !important;
}

.small p, .small span, .small a {
    font-size: 12px !important;
}

/*党群建设*/
.build {
    width: 100%;
}

.build li {
    width: 100%;
}

.build li a {
    width: 100%;
    display: block;
    line-height: 30px;
}

.build li a span.txt {
    font-size: 14px;
    width: 85%;
    display: block;
    float: left;
    color: #666;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.build li a span.txt:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    line-height: 30px;
}

.build li a span.time {
    font-size: 12px;
    float: right;
    color: #999;
}

.build li:hover span.time {
    color: #1658C5;
}

.build li:hover span.txt {
    color: #1658C5;
}

.build li:hover span.txt:before {
    background: #1658C5;
}

/*地勘文化*/
.geological {
    width: 100%;
    margin-bottom: 50px
}

.geological p {
    width: 100%;
    line-height: 30px;
    color: #666;
}

/*单位荣誉*/
.honor {
    width: 100%;
    margin-bottom: 50px
}

.honor ul {
    width: 100%;
}

.honor li {
    width: 25%;
    padding: 18px 6px;
    font-size: 0;
    float: left
}

.honor li img {
    width: 100%;
}

/*单位概况*/
.honor {
    width: 100%;
    margin-bottom: 50px
}

.honor p {
    width: 100%;
    color: #666;
    line-height: 28px;
}

.honor p img {
    max-width: 100%;
}

.honor h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

/*机构设置*/
.mechanism {
    width: 100%;
    margin-bottom: 50px
}

.mechanism p {
    width: 100%;
}

.mechanism img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

/*科研成果*/
.scientific {
    width: 100%;
    margin-bottom: 50px
}

.scientific p {
    width: 100%;
    line-height: 30px;
    color: #666;
}

/*领导关怀*/
.care {
    width: 100%;
    margin-bottom: 50px
}

.care ul {
    width: 100%;
}

.care li {
    width: 31.3%;
    padding: 10px 0;
    font-size: 0;
    float: left;
    margin: 0 1%;
}

.care li img {
    width: 100%;
    margin-bottom: 5px;
    height: 172px;
}

.care li p {
    width: 100%;
    line-height: 25px;
    font-size: 14px;;
    color: #999;
    height: 50px;
    overflow: hidden
}

/*领导集体*/
.collective {
    width: 100%;
    margin-bottom: 50px
}

.collective ul {
    width: 100%;
}

.collective li {
    width: 100%;
    padding: 19px 0;
    border-bottom: 1px solid #eeeeee;
}

.collective li:last-child {
    border: 0
}

.collective li .img {
    width: 290px;
    float: left;
    margin-right: 20px;
    font-size: 0
}

.collective li .img img {
    width: 100%;
}

.collective li .txt {
    width: 500px;
    float: left;
}

.collective li .txt .h {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}

.collective li .txt .p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.collective li .txt a {
    display: block;
    margin-top: 20px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #f2f2f2;
}

.collective li .txt a:hover {
    background: #1658C5;
    color: #fff;
}

/*回应关切*/
.question {
    width: 100%;
    margin-bottom: 50px
}

.question h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 75px;
}

.question h2 span {
    color: #1658C5
}

.question .p {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    color: #666;
    padding-left: 23px;
    border-bottom: 1px solid #eaeaea;
    line-height: 76px;
    position: relative;
    padding-right: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question .p:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/q.png") no-repeat 0 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.question .p:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/open.png") no-repeat 0 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.question .p:hover {
    color: #1658C5
}

.question .a {
    display: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.question .a .content {
    width: 100%;
    background: #f8f8f8;
    font-size: 14px;
    color: #666;
    padding: 10px 23px;
    position: relative
}

.question .a .content:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    background: url("../images/a.png") no-repeat 0 50%;
}

.question .a .content p {
    width: 100%;
    line-height: 30px;
}

.feedback {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px
}

.feedback h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 75px;
}

.feedback form {
    width: 100%;
    background: #f8f8f8;
    padding: 26px 0;
}

.feedback form div {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 18px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666
}

.feedback form div input {
    width: 304px;
    height: 51px;
    background: #fff;
    line-height: 49px;
    border: 1px solid #eaeaea;
    padding: 0 5px;
}

.feedback form div textarea {
    float: right;
    width: 711px;
    height: 156px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 5px;
    line-height: 30px;
    resize: none;
}

.feedback form div.textarea {
    width: 100%
}

.feedback form div.textarea span {
    float: right;
    margin-top: 10px;
}

.feedback form a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1658C5;
    display: inline-block;
    margin-left: 289px;
    margin-bottom: 45px;
}

/*廉政信箱*/
.mailbox {
    width: 100%;
    margin-bottom: 50px
}

.mailbox p {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.mailbox .confirm {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.mailbox .confirm a {
    display: inline-block;
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff
}

.mailbox .confirm a.true {
    margin-right: 23px;
    background: #1658C5
}

.mailbox .confirm a.false {
    margin-right: 23px;
    background: #565656
}

/*单位资质*/
.qualifications {
    width: 100%;
    margin-bottom: 50px;
    min-height: 700px;
}

.qualifications p {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

/*工程展示or设备展示*/
.engineering {
    width: 100%;
    margin-bottom: 50px;
    min-height: 700px;
}

.engineering ul {
    width: 100%;
}

.engineering ul li {
    width: 30.3%;
    float: left;
    margin: 10px 1.5%;
    font-size: 0;
}

.engineering ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.engineering ul li p {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/*业务咨询*/
.information {
    width: 100%;
    padding: 0 15px;
    min-height: 700px
}

.information form {
    width: 100%;
    padding: 30px 0;
}

.information form div {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 18px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666
}

.information form div input {
    width: 304px;
    height: 51px;
    background: #fff;
    line-height: 49px;
    border: 1px solid #eaeaea;
    padding: 0 5px;
}

.information form div textarea {
    float: right;
    width: 711px;
    height: 156px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 5px;
    line-height: 30px;
    resize: none;
}

.information form div.textarea {
    width: 100%
}

.information form div.textarea span {
    float: right;
    margin-top: 10px;
}

.information form a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1658C5;
    display: inline-block;
    margin-left: 289px;
    margin-bottom: 45px;
}

/*联系方式*/
.contact {
    width: 100%;
    min-height: 550px
}

.contact .map {
    width: 840px;
    height: 347px;
    margin: 15px auto;
}

.contact p {
    width: 100%;
    font-size: 18px;
    color: #333;
    padding: 5px 0;
}

/*下属单位*/
.subordinate {
    width: 100%;
    margin-bottom: 50px
}

.subordinate .top {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.subordinate .top a {
    color: #1658C5;
}

.subordinate p {
    line-height: 30px;
    padding: 10px 0;
}

.subordinate p img {
    max-width: 100%;
}

.subordinate div img {
    max-width: 100%;
}

.subordinate div.clear .d1 {
    float: left;
    display: inline-block
}

.subordinate div.clear .d2 {
    float: right;
    display: inline-block
}

.subordinate div.clear p {
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 50px;
}

.subordinate .details p {
    color: #d42a24;
    padding: 0;
    text-align: left;
}

.subordinate .details {
    margin-top: 40px;
}

/*信息公开*/
.open {
    width: 100%;
    margin-bottom: 50px;
}

.open ul {
    margin-bottom: 40px;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease; /* Firefox 4 */
    -webkit-transition: all 1.5s ease; /* Safari 和 Chrome */
    -o-transition: all 1.5s ease; /* Opera */
    opacity: 1;
    filter: alpha(opacity=100);
}

.open ul.go {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 50px);
    -ms-transform: translate(0, 50px); /* IE 9 */
    -webkit-transform: translate(0, 50px); /* Safari and Chrome */
    -o-transform: translate(0, 50px); /* Opera */
    -moz-transform: translate(0, 50px); /* Firefox */
}

.open li {
    width: 100%;
}

.open li a {
    width: 100%;
    display: block;
    line-height: 30px;
}

.open li a span.txt {
    font-size: 14px;
    width: 85%;
    display: block;
    float: left;
    color: #666;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open li a span.txt:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    line-height: 30px;
}

.open li a span.time {
    font-size: 12px;
    float: right;
    color: #999;
}

.open li:hover span.time {
    color: #1658C5;
}

.open li:hover span.txt {
    color: #1658C5;
}

.open li:hover span.txt:before {
    background: #1658C5;
}

/*新闻详情*/
.news_detail {
    width: 100%;
    margin-bottom: 50px
}

.news_detail h1 {
    width: 85%;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
}

.news_detail .data {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
}

.news_detail .data span {
    margin: 0 5px;
}

.news_detail p {
    width: 100%;
    color: #666;
    line-height: 30px;
    margin: 10px 0;
}

.news_detail p img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.news_detail div.a {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px dashed #bbbbbb;
}

.news_detail div.a a {
    display: block;
    min-width: 51%;
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

.news_detail div.a a:hover {
    color: #d11b14
}

/*基层动态*/
.dynamic {
    width: 100%;
    margin-bottom: 50px
}

.dynamic ul {
    width: 100%;
}

.dynamic ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #c8c8c8;
}

.dynamic ul li a {
    width: 100%;
    display: block;
}

.dynamic ul li a .img {
    width: 180px;
    margin-right: 14px;
    float: left;
    font-size: 0
}

.dynamic ul li a .img img {
    width: 100%;
}

.dynamic ul li a .txt {
    width: 646px;
    float: left;
}

.dynamic ul li a .txt .h {
    width: 100%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
}

.dynamic ul li a .txt .time {
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.dynamic ul li a .txt .p {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

/*                 <div class="font">                    字体大小：                    <span>大</span>                    <span class="on">中</span>                    <span>小</span>                </div>            <div id="paging">                <a class="nub on" href="">1</a>                <a class="nub" href="">2</a>                <a class="nub" href="">3</a>                <a class="nub" href="">4</a>                <a class="shang" href="javascript:void (0)">上一页</a>                <a class="xia" href="javascript:void (0)">下一页</a>             </div>                   <div id="paging">                <a class="nub on" href="">1</a>                <a class="nub" href="">2</a>                <a class="nub" href="">3</a>                <a class="nub" href="">4</a>                <a class="shang" href="javascript:void (0)">上一页</a>                <a class="xia" href="javascript:void (0)">下一页</a>            </div>*/