﻿/* 公共样式 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    font-size: 12px;
    position: relative;
    font-family: "Microsoft YaHei" !important;
}

a {
    text-decoration: none;
    color: rgb(102, 102, 102);
}

a:hover, a:focus, a:active {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/*icon样式*/
.iconfont {
    vertical-align: middle;
    color: #666;
}

.pds_header_search .tab-content .right {
    width: 96px;
    height: 100%;
    position: relative;
}

.pds_lunbo_control .icon-right, .pds_lunbo_control .icon-left {
    font-size: 30px;
    font-weight: 900;
}

/* header */
header {
    min-width: 1200px;
    height: 445px;
}

.pds_header {
    width: 100%;
    /*height:30px;*/
    background-color: rgb(246, 246, 246);
}

.pds_welcome {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.pds_welcome p {
    display: inline-block;
}

.pds_login_a {
    color: rgb(200, 18, 23);
}

.pds_welcome .right p:last-child {
    margin-left: 10px;
}

.pds_welcome p span {
    border-left: 1px solid rgb(102, 102, 102);
    font-size: 0;
    padding: 10px 5px 1px;
    margin-left: 10px;
}

/* 导航菜单 */
.pds_bg {
    width: 100%;
    height: 311px;
    background: url(../img/pds_header_bg_nq.png) no-repeat center;
    /* 那曲 */
    position: relative;
}

.pds_logo {
    width: 1200px;
    height: 311px;
    margin: 0 auto;
    position: relative;
}

.pds_logo1 {
    position: absolute;
    top: 67px;
    left: 0;
}

.pds_logo1 img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    /* vertical-align: middle; */
    /* width: 85%; */
}
.pds_logo1 div{
    position: absolute;
    top: 10px;
    left: 90px;
}
.pds_logo1 div p{
    color: #E22323;
}
.pds_logo1 div p:nth-of-type(1){
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
.pds_logo1 div p:nth-of-type(2){
    font-size: 20px;
    line-height: 20px;
}

nav {
    width: 100%;
    height: 105px;
    background-color: #e22323;
    position: absolute;
    top: 310px;
    left: 0;
}

nav .pds_nav_ul {
    width: 1200px;
    height: 105px;
    margin: 0 auto;
}

.pds_nav_ul {
    width: 100%;
    height: 100%;
}

.pds_nav_ul li {
    float: left;
}

/* .pds_nav_ul li:hover,.pds_menu_focus{
    border-bottom:4px solid #750a10;
} */
.pds_nav_ul li:nth-child(2n-1) {
    width: 16.5%;
    height: 50%;
}

.pds_nav_ul li:nth-child(2n) {
    width: auto;
    height: auto;
    margin-top: 18px;
}

.pds_nav_ul li a {
    display: block;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.pds_nav_ul li span {
    font-size: 0;
    padding: 16px 0 1px;
    border-left: 1px solid #b41518;
}

.pds_nav_ul li:nth-child(12n) span {
    border-left: none;
}

/* search搜索框 */
.pds_header_search {
    width: 600px;
    position: absolute;
    top: 120px;
    left: 53%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff0;
    border-bottom-color: #fff0;
    border: 2px solid #ddd0;
    background-color: #ddd0;
    border: none;
    font-size: 16px;
}

.pds_header_search .nav-tabs > li.active > a:hover {
    color: #b41518;
}

#headerUl > li > a {
    border: none;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.nav-tabs > li > a {
    border: none;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    padding-right: 25px;
}

.pds_header_search .nav-tabs > li.active > a {
    color: #b41518 !important;
}

.nav-tabs > li.active > .fllow_triangle {
    display: block;
}

.pds_header_search .tab-content {
    width: 545px;
    height: 50px;
    border: 2px solid #b41518;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
}

.pds_header_search .tab-content input {
    height: 100%;
    outline: none;
    border: none;
}

.pds_header_search .tab-content .icon-sousuo {
    position: absolute;
    top: 25%;
    left: 25%;
    font-size: 20px;
    color: #fff;
}

.pds_header_search .tab-content input:nth-child(1) {
    width: 445px;
    padding: 0 10px;
    border-radius: 6px 0 0 6px;
}

.pds_header_search .tab-content input:nth-child(2) {
    display: inline-block;
    width: 98px;
    border-radius: 0 6px 6px 0;
    background-color: #b41518;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
}

.pds_search_value {
    position: absolute;
    top: 13px;
    left: 11px;
}

.fllow_triangle {
    width: 15px;
    height: 15px;
    border-top: 2px solid #b41518;
    border-left: 2px solid #b41518;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -18px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    z-index: 1;
    background-color: #fff;
    display: none;
}

/* 轮播图 */
.carousel {
    position: static;
}

.carousel-control.right, .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0.01) 100%);
}

.pds_lunbo {
    width: 1200px;
    height: 320px;
    border: 2px solid rgb(210, 210, 210);
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pds_lunbo_img {
    width: 750px;
    height: 316px;
}

.pds_lunbo_img img {
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    bottom: 0;
    left: 55%;
}

.pds_lunbo_control {
    width: 750px;
    position: absolute;
    top: 50%;
    left: 0;
}

.pds_lunbo_desc {
    width: 446px;
    height: 316px;
    position: relative;
    padding: 0 20px;
    background-color: rgb(249, 249, 249);
}

.pds_lunbo_desc h5 a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.pds_lunbo_desc p:nth-child(2) {
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
}

.pds_lunbo_desc p:nth-child(3) > a {
    font-size: 14px;
    line-height: 24px;
}

.pds_lunbo_desc p:nth-child(2) span {
    padding: 0 15px;
    height: 100%;
    line-height: 30px;
    background-color: rgb(224, 224, 224);
    color: rgb(80, 80, 80);
}

.pds_lunbo_desc p:nth-child(2) span:nth-child(1) {
    color: #fff;
    background-color: #b41518;
}

.pds_lunbo_desc p:nth-child(3) a:hover {
    color: rgb(80, 80, 80);
}

.pds_lunbo_date {
    width: 100%;
    padding: 0 20px;
    height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.pds_lunbo_date .right a, .pds_lunbo_date .right a:hover {
    color: #b41518;
}

/* 图片导航 */
.pds_img_nav {
    width: 1200px;
    height: 136px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 2px solid rgb(210, 210, 210);
}

.pds_img_nav_ul {
    width: 1200px;
    margin: 0 auto;
    height: 122px;
}

.pds_img_nav_ul li {
    float: left;
    width: 193px;
    margin: 5px 7px 7px 0;
    height: 122px;
}

.pds_img_nav_ul li:nth-child(7) {
    margin-right: 0;
    width: 164px;
}

.pds_img_nav_ul li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 专栏信息 */
.pds_zhuanlan {
    width: 1200px;
    height: 635px;
    margin: 0 auto;
}

.pds_zhuanlan_ul {
    width: 900px;
    height: 100%;
}

.pds_zhuanlan_ul li {
    float: left;
    width: 435px;
    height: 308px;
    margin-right: 15px;
}

.pds_zhuanlan_ul li:nth-child(3), .pds_zhuanlan_ul li:nth-child(4) {
    margin-top: 20px;
}

.pds_zhuanlan_title, .pds_zhuanlan2_title, .pds_newsR_title {
    width: 100%;
    height: 33px;
    color: rgb(65, 65, 65);
    text-align: center;
    line-height: 33px;
    background-color: rgb(247, 247, 247);
}

.pds_zhuanlan_title p:first-child, .pds_zhuanlan2_title p:first-child, .pds_newsR_title p {
    width: 80px;
    height: 33px;
    font-size: 14px;
    font-weight: 700;
    background: url(../img/pds_zhuanlan_bg.png) no-repeat left #fff;
}

.pds_hhmd_title p:first-child {
    width: 135px;
    background: url(../img/pds_lianhejc_bg.png) no-repeat left #fff;
}

.pds_zhuanlan_contain p {
    width: 100%;
    height: 53px;
    line-height: 53px;
    margin-bottom: 0;
    border-bottom: 1px dashed rgb(179, 177, 177);
}

.pds_zhuanlan_contain p a {
    color: rgb(65, 65, 65);
    display: inline-block;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pds_zhuanlan_contain p span {
    color: rgb(153, 153, 153);
}

.pds_zhuanlan_contain p a:hover {
    color: rgb(65, 65, 65);
}

.pds_zhuanlan_right {
    width: 300px;
    height: 100%;
}

.pds_zhuanlan_imgdesc {
    margin-top: 8px;
    width: 100%;
    height: 597px;
    overflow-y: auto;
    background-color: rgb(247, 247, 247);
}

.pds_zhuanlan_imgdesc_ul {
    width: 100%;
    height: auto;
}

.pds_zhuanlan_imgdesc_ul li {
    float: left;
    width: 100%;
    height: 85px;
    padding: 6px 0 6px 6px;
}

.pds_zhuanlan_imgdesc_ul li .right a {
    display: inline-block;
    padding-top: 15px;
    width: 145px;
    height: 50px;
    font-size: 14px;
    font-weight: 900;
    color: rgb(64, 64, 64);
}

/*滚动条样式*/
.pds_zhuanlan_imgdesc::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pds_zhuanlan_imgdesc::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pds_zhuanlan_imgdesc::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 轮播导航 */
.pds_lunbo_nav {
    width: 100%;
    height: 162px;
    background-color: rgb(242, 242, 242);
    margin-top: 24px;
    position: relative;
}

.pds_lunbo_contain {
    width: 1200px;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

.pds_lunbo_navigation {
    width: 1300px;
    height: 100px;
    font-size: 50px;
    color: rgb(165, 165, 165);
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -35%);
}

.pds_lunbo_navigation span:first-child {
    float: left;
}

.pds_lunbo_navigation span:last-child {
    float: right;
}

.pds_lunbo_imginfo {
    list-style: none;
    height: auto;
    float: left;
}

.pds_lunbo_imginfo li img {
    width: 165px;
    height: 120px;
    float: left;
    margin: 20px 7px 20px 0;
}

/* 专栏信息2 */
.pds_zhuanlan2 {
    width: 1200px;
    height: 365px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 12px;
}

.pds_zhuanlan2_left {
    width: 885px;
    height: 365px;
    margin-right: 15px;
}

.pds_zhuanlan2_contain {
    width: 100%;
    height: 312px;
}

.pds_zhuanlan2_contain ul li {
    float: left;
    width: 435px;
    height: 145px;
    margin-top: 20px;
    margin-right: 15px;
    border-bottom: 1px solid rgb(153, 153, 153);
}

.pds_zhuanlan2_contain ul li:nth-child(2n) {
    margin-right: 0;
}

.pds_zhuanlan2_contain ul img {
    width: 136px;
    height: 132px;
}

.pds_zhuanlan2_imgdesc {
    width: 276px;
    height: 132px;
    margin-left: 12px;
    position: relative;
}

.pds_zhuanlan2_imgdesc h5 a {
    display: block;
    width: 100%;
    color: #222;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pds_zhuanlan2_imgdesc p:nth-child(2) {
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
}

.pds_zhuanlan2_imgdesc p:nth-child(2) a {
    display: block;
    width: 100%;
    color: rgb(102, 102, 102);
}

.pds_zhuanlan2_imgdesc .pds_lunbo_date {
    bottom: -16px;
    font-size: 12px;
    color: #666;
    padding: 0 7px 0 0;
}

.pds_zhuanlan2_right {
    width: 300px;
    height: 365px;
}

.pds_zhuanlan2_imgNav {
    margin-top: 14px;
    padding: 8px 6px;
    width: 100%;
    height: 570px;
    background-color: rgb(246, 246, 246);
}

.pds_zhuanlan2_imgNav a {
    display: inline-block;
    width: 286px;
    height: 71px;
    margin-bottom: 8px;
}

.pds_zhuanlan2_imgNav a:last-child {
    margin-bottom: 0;
}

.pds_zhuanlan2_imgNav img {
    width: 100%;
    height: 100%;
}

/* footer */
footer {
    width: 100%;
    height: 90px;
    margin-top: 40px;
    background: url(../img/pds_footer_bg.png) no-repeat center;
}

.pds_footer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.pds_footer img {
    margin-top: 20px;
}

.pds_footer_text {
    text-align: center;
    line-height: 20px;
    color: #fff;
    width: 560px;
    position: absolute;
    top: 20px;
    left: 600px;
    margin-left: -250px;
    transform: translate(0px, 0px);
}

iframe {
    position: relative;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

/* 新闻详情 */
.pds_news_left {
    width: 880px;
    height: 640px;
}

.pds_news_title {
    width: 100%;
    min-height: 100px;
    background-color: rgb(247, 247, 247);
    padding-top: 25px;
    border-bottom: 2px solid #b41518;
}

.pds_news_title > h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

.pds_news_desc {
    margin-top: 26px;
}

.pds_news_desc .left {
    margin: 8px 0 0 20px;
}

.pds_news_container {
    padding: 10px 20px 0 20px;
}

.pds_news_container table {
    width: 100% !important;
}

.pds_news_container table tr > td {
    padding: 5px !important;
}

.pds_news_container p {
    text-indent: 2em;
    line-height: 20px;
    margin-bottom: 6px;
    background-color: #fff !important;
}

.pds_news_footer .right a {
    color: #b41518;
    font-weight: 700;
}

.pds_news_right {
    width: 300px;
    height: auto;
}

.pds_newsR_search {
    width: 100%;
    height: 60px;
    background-color: rgb(247, 247, 247);
    margin-top: 6px;
}

.pds_newsR_search div.input-group {
    border-radius: 30px;
    top: 15px;
    width: 85%;
    border: 1px solid #ddd;
    margin-left: 20px;
    background-color: #fff;
}

.pds_newsR_search div.input-group .form-control {
    width: 99%;
    border: none;
    outline: none;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #fff;
}

.pds_newsR_search div.input-group .form-control:focus {
    box-shadow: inset 0 0 0 0 #fff;
}

.input-group-btn button.btn.btn-default {
    background-color: #b41518;;
    outline: none;
    border: none;
    border-radius: 30px;
}

.pds_newsR_search .icon-sousuo {
    color: #fff;
}

.pds_newsR_contain {
    width: 100%;
    background-color: rgb(247, 247, 247);
    margin-top: 21px;
}

.pds_newsR_header {
    height: 33px;
    border-bottom: 2px solid #b41518;
}

.pds_newsR_header div {
    display: inline-block;
    width: 80px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    background-color: #b41518;
}

.pds_newsR_list, .pds_newsR_list ul {
    width: 100%;
    height: auto;
}

.pds_newsR_list ul li {
    height: 70px;
    line-height: 68px;
    width: 100%;
    padding: 0 30px;
}

.pds_newsR_list ul li img {
    margin-top: -4px;
}

.pds_newsR_list ul li p {
    display: inline-block;
    margin-left: 40px;
    font-weight: 700;
}

.pds_newsR_list ul li p a {
    color: #000;
    font-size: 16px;
}

.pds_newsR_list ul li span a {
    font-size: 16px;
}

/* 典型案例 */
.pds_casesL {
    box-sizing: content-box;
    width: 880px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

.pds_cases_header, .pds_cases_header p {
    display: inline-block;
    border-bottom: 2px solid #b41518;
    color: #fff;
}

.pds_cases_header p {
    padding: 0 10px;
    width: auto;
    background-color: #b41518;
}

.pds_cases_header span {
    display: inline-block;
    margin-left: 20px;
    color: #000;
}

.pds_casesL .pds_cases_contain {
    padding: 0 0 45px;
    border-bottom: 1px solid #ccc;
}

.pds_cases_contain h3 a {
    color: #000;
    font-weight: 900;
    font-size: 18px;
}

.pds_cases_contain p {
    color: #333;
    font-size: 14px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.pds_cases_contain div.left span {
    display: inline-block;
    height: 26px;
    padding: 4px 6px;
    line-height: 20px;
    color: #fff;
    background-color: #b41518;
    font-size: 12px;
}

.pds_cases_contain div.left span:nth-child(2) {
    background-color: #666;
}

.pds_cases_contain .right a {
    color: #b41518;
}

.pds_cases_more {
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
}

.pds_casesR {
    width: 300px;
    height: auto;
}

.pds_cases .nav-tabs > li.active > a {
    color: #fff;
    background-color: #b41518;
}

/* 联合奖惩 */
.pds_lianhejc {
    width: 880px;
    height: auto;
}

.pds_lianhejc ul.nav {
    border-bottom: 2px solid #b41518;
}

.pds_lianhejc ul.nav > li {
    height: 100%;
    float: left;
}

.pds_lianhejc .nav-tabs > li > a {
    height: 31px;
}

.pds_lianhejc ul.nav > li:first-child {
    background-color: #b41518;
    color: #fff;
    padding: 0 10px;
}

ul.pds_lianhejc_ul {
    width: 100%;
    height: auto;
}

ul.pds_lianhejc_ul li {
    height: 52px;
    padding-left: 20px;
    border-bottom: 1px solid #666;
    background: url(../img/pds_lianhejc_fire.png) no-repeat left #fff;
    line-height: 52px;
}

ul.pds_lianhejc_ul li > p.left > a {
    display: inline-block;
    width: 555px;
    height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.pds_lianhejc_ul li > div.right, ul.pds_lianhejc_ul li > p.left {
    height: 52px;
}

ul.pds_lianhejc_ul li a {
    color: #000;
}

.pds_lianhejc_ul span.left {
    color: #ccc;
}

/* .lianhejc_active:hover,.lianhejc_active:active,.lianhejc_active:focus{
    background-color: #d73f07;
    color:#fff;
} */
.pds_lianhejcR {
    width: 300px;
    height: auto;
}

.pds_lianhejcR .pds_lianhejcR_title {
    width: 100%;
    height: 33px;
    color: #000;
    text-align: center;
    line-height: 33px;
    background-color: rgb(247, 247, 247);
}

.pds_lianhejcR .pds_lianhejcR_title p.left {
    width: auto;
    height: 33px;
    padding: 0 11px;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    background: url(../img/pds_lianhejc_bg.png) no-repeat left #fff;
}

.pds_lianhejcR_contain {
    width: 100%;
    height: auto;
    margin-top: 6px;
    background-color: #f7f7f7;
}

.pds_lianhejcR_contain ul {
    width: 100%;
    height: auto;
}

.pds_lianhejcR_contain ul li {
    width: 100%;
    padding: 10px 10px 0;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.pds_lianhejcR_contain ul li .pds_lianhejcR1_title a {
    font-weight: 700;
    display: inline-block;
    color: #000;
    height: 40px;
    overflow: hidden;
}

.pds_lianhejcR_footer {
    height: 25px;
    margin-top: 20px;
}

.pds_lianhejcR_footer p.left {
    padding-left: 15px;
    background: url(../img/pds_lianhejc_bit.png) no-repeat left;
}

/* 行业信用 */
.pds_hangye .pds_casesL > ul {
    width: 880px;
    height: 33px;
    background-color: #f7f7f7;
    border-bottom: 2px solid #b41518;
}

.pds_hangye .pds_casesL > ul > li > a {
    width: auto;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
}

/* 红黑名单 */
.pds_cases .nav > li > a:hover, .pds_code .nav > li > a:focus, .nav > li > a:hover {
    background-color: #f7f7f7;
}

.pds_cases .nav > li.active > a:hover {
    background-color: #b41518;
}

.pds_news, .pds_list, .pds_shuanggs, .pds_serve, .pds_code, .pds_cases, .pds_xydh, .pds_xyts, .pds_reg {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.xygs_content > .pds_code {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.pds_list > .left, .pds_list > .right {
    width: 49.5%;
    height: auto;
    position: relative;
}

.pds_list > .left > p, .pds_list > .right > p {
    position: absolute;
    bottom: -40px;
    font-size: 20px;
    font-weight: 700;
}

.pds_list > .left > p > a, .pds_list > .right > p > a {
    color: #000;
}

.pds_list > .left > p {
    left: 50%;
    margin-left: -40px;
}

.pds_list > .right > p {
    right: 50%;
    margin-right: -40px;
}

/* 双公示 */
.pds_shuanggs ul {
    width: 100%;
    height: auto;
}

.pds_shuanggs ul li {
    float: left;
    width: 25%;
    padding-right: 8px;
    height: auto;
    margin-bottom: 54px;
    position: relative;
}

.pds_shuanggs ul li:nth-child(4n) {
    padding-right: 0;
}

.pds_shuanggs > ul > li img {
    width: 296px;
    height: 160px;
}

.pds_shuanggs > ul > li > p {
    position: absolute;
    bottom: -40px;
    font-size: 20px;
    font-weight: 700;
    left: 20%;
}

/* 行业信用 */
.pds_serve_ul {
    width: auto;
    height: auto;
}

.pds_serve_ul li {
    width: 393px;
    height: 180px;
    padding: 20px 10px 0;
    position: relative;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.pds_serve_ul li:nth-child(3n) {
    margin-right: 0;
}

.pds_serve_ul li:nth-child(2n-1) {
    background-color: #d92d05;
}

.pds_serve_ul li:nth-child(2n) {
    background-color: #e74c3c;
}

.pds_serve_ul a {
    color: #fff;
}

.pds_serve_ul a img {
    margin-bottom: 10px;
}

.pds_serve_ul li > p {
    text-align: left;
    height: 60px;
    overflow: hidden;
}

.pds_serve_ul p a {
    font-size: 14px;
}

/* 代码公示 */
.pds_code {
    transform: translate(0px, 0px);
}

.pds_sgs {
    margin-top: -80px;
}

.pds_code_header, .pds_xyts_header {
    width: 100%;
    height: 71px;
    background-color: #f7f7f7;
    border-bottom: 2px solid #b41518;
    color: #b41518;
    text-align: center;
}

.pds_code_header h2 {
    line-height: 71px;
    font-size: 27px;

}

.pds_code_header ul li a {
    font-size: 18px;
    padding-top: 15px;
    margin-top: 18px;
}

.pds_code_header ul.nav li.active a {
    background-color: #b41518;
    color: #fff;
    font-size: 18px;
}

.pds_code_search {
    width: 800px;
    height: 60px;
    margin: 40px auto;
    border-radius: 30px;
    position: relative;
    border: 1px solid #a5a5a5;
    box-shadow: 0 1px 2px #a5a5a5;
}

.pds_code_search > input {
    border: none;
    width: 700px;
    height: 100%;
    padding-left: 10px;
    border-radius: 30px;
    outline: none;
}
.pds_code_search > button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    width: 100px;
    height: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #e22323;
    color: #fff;
    font-size: 16px;
}

.pds_code_contain {
    width: 1060px;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #a5a5a5;
    box-shadow: 0 1px 2px #a5a5a5;
    position: relative;
}

.pds_code_contain table {
    width: 1060px;
}

.pds_code_contain thead tr {
    height: 66px;
    background-color: #b41518;
}

.pds_code_contain tr th {
    color: #fff;
    font-size: 16px;
}

.pds_code_contain tr td, .pds_code_contain tr th {
    text-align: center;
    border: 1px solid #a5a5a5;
}

.pds_code_contain tbody a, .pds_code_contain thead a {
    color: #000;
}

.pds_code_contain tbody a {
    display: inline-block;
    height: 53px;
    padding: 0 8px;
    line-height: 53px;
}

.pds_code_contain tbody tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
.pds_code_contain tbody tr > td:first-child, .pds_code_contain tbody tr > td:first-child a {
    width: 282px;
}

.pds_code_contain tbody tr > td:nth-child(2), .pds_code_contain tbody tr > td:nth-child(2) a {
    width: 190px;
}

.pds_code_contain tbody tr > td:nth-child(3), .pds_code_contain tbody tr > td:nth-child(3) a {
    width: 210px;
}

.pds_code_contain tbody tr > td:nth-child(4), .pds_code_contain tbody tr > td:nth-child(4) a {
    width: 210px;
}

.pds_code_contain tbody tr > td:nth-child(5), .pds_code_contain tbody tr > td:nth-child(5) a {
    width: 163px;
}
*/

/* 分页器 */
.pds_code_contain .pagination {
    margin-left: 240px;
}

/* 行业导航 */
.pds_xydh, .pds_reg, .pds_xyts {
    transform: translate(0, 0);
}

.pds_xydh_title {
    width: 1200px;
    height: 71px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-bottom: 2px solid #b41518;
}

.pds_xydh_title .left {
    margin-top: 24px;
}

.pds_xydh_title .left h2 {
    display: inline-block;
    height: 50px;
    color: #fff;
    background-color: #b41518;
    padding: 16px 30px;
    margin: 0;
    margin-top: -6px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
}

.pds_xydh_title .right {
    font-size: 16px;
    color: #999;
    margin: 43px 15px 0 0;
}

.pds_xydh_title .right > span {
    color: #b41518;
}

.pds_xydh_contain {
    width: 100%;
    height: auto;
}

.pds_xydh_contain ul {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px 25px;
}

.pds_xydh_contain ul li {
    width: 25%;
    height: 55px;
    padding: 10px 5px;
    float: left;
}

.pds_xydh_contain ul li a {
    font-size: 16px;
    text-align: left;
    color: #b41518;
    font-weight: 700;
}

.pds_xydh_contain ul li a:active, .pds_xydh_contain ul li a:hover, .pds_xydh_contain ul li a:focus {
    color: #999;
    text-decoration: none;
}

.pds_sy_xydh_contain ul li {
    width: 20%;
    height: 30px;
    padding: 10px 5px;
    float: left;
    color: #333;
}

.pds_sy_xydh_contain ul li a:hover {
    color: #b41518;
}

/* 404 */
.pds_no {
    width: 1200px;
    background-color: #f2f2f2;
    color: #d5462f;
    margin: 0 auto;
}

.pds_no_contain {
    width: auto;
    height: auto;
    padding-top: 110px;
}

.pds_noL {
    width: 400px;
    height: 360px;
    padding: 140px 90px 0 0;
    margin-left: 225px;
    /*background: url('../img/pds_no_fly.png') no-repeat center;*/
}

.pds_noL > p {
    font-size: 80px;
    font-weight: 900;
    margin: -25px 0 0 160px;
}

.pds_noR {
    width: 350px;
    height: 360px;
    margin: 0 0 0 0;
    padding: 90px 0 0 50px;
    color: #000;
}

.pds_noR > p {
    color: #999;
    font-size: 14px;
}

.pds_no_back {
    margin-top: 50px;
    width: 160px;
    height: 40px;
    text-align: center;
    background-color: #d5462f;
}

.pds_no_back > a {
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.pds_wu {
    width: 100%;
}

/* 信用投诉 */
.pds_xyts {
    font-size: 14px;
}

.pds_xyts i {
    color: #b41518;
}

.pds_xyts_header p {
    display: inline-block;
    font-size: 18px;
    background-color: #b41518;
    color: #fff;
    padding: 13px 30px;
    border-radius: 6px 6px 0 0;
    margin-top: 17px;
}

.pds_xyts form {
    width: 800px;
    margin: 20px auto;
}

.pds_xyts form > ul > li {
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
    height: 32px;
}

.pds_xyts form > ul > li > span {
    display: inline-block;
    width: 150px;
    text-align: right;
    float: left;
}

.pds_xyts form > ul > li > input, .pds_xyts form > ul > li > select, .pds_xyts form > ul > li > textarea {
    width: 650px;
    height: 32px;
    color: #999;
    font-weight: normal;
    float: left;
    padding: 0 10px;
}

.pds_xyts form > ul > li > select, .pds_xyts form > ul > li .append-btn {
    width: 320px;
}

.pds_xyts form > ul > li > select:last-child {
    margin-left: 10px;
}

form > ul.pds_xyts_ul > li {
    height: 64px;
    margin-bottom: 15px;
}

.pds_xyts form > ul > li > .input-append {
    position: relative;
}

.pds_xyts form > ul > li .append-btn {
    position: absolute;
    background-color: #fff;
    border: 1px solid #999;
    top: 0;
    height: 32px;
}

.pds_xyts form > ul > li .append-look {
    left: 150px;
    background-color: #ccc;
}

.pds_xyts form > ul > li .append-send {
    right: 0;
}

.pds_xyts form > ul > li #upFileId {
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    width: 320px;
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 1;
    cursor: pointer;
}

.pds_xyts form > ul > li > textarea {
    resize: none;
    height: 64px;
}

.pds_borderB {
    position: relative;
}

.pds_borderB > li > span.textbox {
    border-radius: 0;
    border: 1px solid #999;
    font-weight: 500;
}

.pds_borderB > li > img {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}

.pds_xyts_footer {
    width: 800px;
    height: 32px;
    margin: 0 auto;
}

.fotbtn {
    width: 430px;
    margin: 0 auto;
}

.fotbtn > input {
    border: none;
    width: 200px;
    color: #fff;
    line-height: 32px;
}

.fotbtn > .complain {
    margin-right: 20px;
    background: url(../img/xyts_icon1.png) no-repeat 70% center #b41518;
}

.fotbtn > .rewrite {
    background: url(../img/xyts_icon2.png) no-repeat 70% center #999;
}

.copmtab {
    width: 1200px;
    height: 100px;
    padding-top: 50px;
    border-bottom: 1px dashed #b41518;
    color: #b41518;
}

.copmtab > ul {
    margin: 0;
    margin-top: 5px;
}

.copmtab > ul > li {
    padding-left: 40px;
    background: url(../img/xyts_icon3.png) no-repeat left center;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
}

.copmtcount h3 {
    color: #b41518;
    height: 66px;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
    background: url(../img/xyts_icon4.png) no-repeat left center;
    margin: 5px 0 0;
}

.copmtcount p {
    line-height: 24px;
}

/* 用户登录 */
.pds_login_contain {
    width: 600px;
    height: auto;
    margin: 10px auto 0;
    font-size: 14px;
}

.pds_login_contain input {
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 15px;
}

.reg_agree > .left {
    padding: 15px 0 0 25px;
    position: absolute;
}

.reg_agree > .left > .agree {
    position: absolute;
    top: 10px;
    left: 0;
}

.reg_agree > .left input {
    outline: none;
    border: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.reg_agree > .left > .agree, .reg_agree > .left > p {
    display: inline-block;
}

.reg_agree {
    height: 60px;
    padding-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
}

.pds_form_input {
    padding-left: 50px;
}

.pds_login_contain .username {
    background: url(../img/login_icon3.png) no-repeat 0% 80%;
}

.pds_login_contain .password2 {
    background: url(../img/login_icon2.png) no-repeat 0% 80%;
}

.pds_login_contain .yanzhengm {
    background: url(../img/login_icon1.png) no-repeat 0% 80%;
    position: relative;
}

.pds_login_contain .number {
    background: url(../img/login_icon4.png) no-repeat 0% 80%;
}

.pds_login_contain .password1 {
    background: url(../img/login_icon5.png) no-repeat 0% 80%;
}

.pds_login_contain .phone {
    background: url(../img/login_icon6.png) no-repeat 0% 80%;
}

.pds_login_contain .pds_email {
    background: url(../img/login_icon7.png) no-repeat 0% 80%;
}

.pds_login_contain .yanzhengm > a > img {
    position: absolute;
    top: 20px;
    right: 0px;
    height: 50px;
}

.pds_form_group {
    width: 100%;
}

.pds_form_group > .right {
    margin-top: 35px;
}

.pds_form_group > .right > a {
    color: #b41518;
}

.login_btn > input {
    background-color: #b41518;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin-top: -17px;
}

.login_footer {
    height: 60px;
    line-height: 60px;
}

.login_footer > p > a {
    color: #000;
}

.login_footer > p > span > a, .reg_agree > .left > p > span {
    color: #b41518;
}

/* 用户注册 */
.form-group {
    margin-bottom: 0px !important;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 27px;
}

.pds_reg_sex.form-group {
    margin-left: 40px;
}

.pds_reg_sex .radio {
    display: inline-block;
    padding-top: 0 !important;
    margin-bottom: 15px;
}

.pds_reg_sex input {
    height: 20px;
}

.login-btn button {
    width: 100%;
    background-color: #b41518;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.login-btn .btn:hover, .login-btn .btn:focus {
    color: #fff;
}

.pds_reg .loginname, .pds_reg .shenfen {
    position: relative;
}

.pds_reg .icon-login, .pds_reg .icon-shenfenzhengrenzheng {
    color: #000;
    font-size: 35px;
    position: absolute;
    top: 15px;
    left: 0;
}

/* 信用查询 */
.xycx {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
}

.xycx_T, .xycx_B {
    width: 100%;
    border: 1px solid #ccc;
}

.xycx_T {
    padding: 0 25px;
}

.xycx_T > h3 {
    text-align: left;
    color: #000;
    font-size: 34px;
}

.xycx_T > p {
    line-height: 40px;
}

.xycx_T > p.xycx_address {
    border-bottom: 1px solid #ccc;
}

.xycx_T > button {
    width: auto;
    padding: 5px 10px;
    border: none;
    outline: none;
    background-color: #b41518;
    color: #fff;
    margin: 15px 0;
}

.xycx_M {
    padding: 20px 30px;
}

.xycx_M > p {
    color: #666;
}

.xycx_M > p > span {
    color: #b41518;
}

.xycx_B > ul {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.xycx_B > ul > li {
    width: 150px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    float: left;
    line-height: 60px;
}

.xycx_B > ul > li.active {
    border-bottom: 4px solid #0063ba;
}

.xycx_tabs > div {
    display: none;
    min-height: 300px;
    padding: 10px 25px;
}

.xycx_tabs > div > .xycx_title {
    border-bottom: 1px solid #ccc;
}

.xycx_tabs > div > .xycx_title > p {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 30px;
    color: #000;
    font-size: 16px;
    border-bottom: 4px solid #b41518;
}

.xycx_tabs > div > .xycx_table {
    padding: 15px 30px;
}

.xycx_table > table {
    width: 100%;
}

.xycx_table > table tr {
    height: 30px;
}

.xycx_table > table tr > th {
    width: 20%;
}

.xycx_table > table tr > td {
    color: #888;
    line-height: 28px;
}

.xycx_yy {
    margin: 15px 0;
}

.xycx_yy > p {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #0063ba;
    text-align: center;
}

.xycx_NO {
    width: 100%;
    height: 40px;
    padding-top: 40px;
    line-height: 40px;
    color: #0063ba;
    font-size: 30px;
    text-align: center;
}

/* 信用查询----异议申诉 */
.xycx_yy {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px 40px 20px 0px;
    font-size: 16px;
}

.xycx_yy_title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.xycx_yy_title > p {
    display: inline-block;
    width: auto;
    padding: 10px 15px 0;
    border-bottom: 4px solid #b41518;
}

.xycx_yy_contain {
    min-height: 200px;
    padding: 20px;
}

.xycx_yy_contain > p:first-child {
    margin-top: 50px;
}

.xycx_yy > .xycx_yy_contain > p:nth-child(2) {
    padding-left: 208px;
}

.xycx_yy_contain > .inputGroup {
    width: 100%;
    margin: 20px 0 20px;
}

.xycx_yy_contain > .inputGroup > span, .xycx_yy_contain > p > span:first-child {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.xycx_yy_contain > .inputGroup > input, .xycx_yy_contain > p > span:nth-child(2) {
    outline: none;
    border: none;
    width: 50%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 15px;
}

.xycx_yy_contain > p > span:nth-child(2) {
    display: inline-block;
    border: none;
}

.xycx_yy_contain > .inputGroup > .xycx_yy_check {
    width: 16%;
}

.xycx_yy_contain > .inputGroup > .xycx_yy_check, .xycx_yy_contain > .inputGroup > strong {
    color: #b41518;
}

.inputGroup > textarea {
    resize: none;
    width: 50%;
    height: 120px;
    outline: none;
}

.xycx_yy_contain > .inputGroup > .xycx_yy_check1 {
    width: 20px;
    height: 20px;
    margin-left: 333px;
}

.inputGroup > p {
    display: inline-block;
    vertical-align: super;
}

.xycx_yy_btn {
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 333px;
}

.xycx_yy_btn > button {
    border: none;
    outline: none;
}

.sub {
    width: 40%;
    background-color: #ccc;
}

.res {
    width: 20%;
    margin-left: 20px;
    background-color: #0063ba;
}

.xycx_yy_text {
    width: 100%;
    height: 100%;
    background-color: #00000059;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.xycx_yy_text1 {
    width: 620px;
    height: 425px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -212.5px;
    margin-left: -310px;
    background-color: #fff;
}

.xycx_yy_textT {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #111;
    background-color: #dddddd82;
    border-bottom: 1px solid #ccc;
}

.xycx_yy_textB {
    padding: 40px;
    line-height: 25px;
}

.xycx_yy_close {
    width: 20px;
    height: 20px;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/* 个人信用关联信息查询 */
.pds_grxy1 {
    /* padding:16px; */
}

.pds_grxy1 > h5 {
    border-left: 4px solid #b41518;
    padding-left: 8px;
}

.pds_grxy1 > ul > li {
    width: 208px;
    height: 66px;
    margin: 0 16px 16px 0;
    border: 1px solid #ccc;
    border-top: 2px solid #b41518;
    padding: 10px;
    float: left;
}

.pds_grxy1 > ul > li:nth-child(4n) {
    margin-right: 0;
}

.pds_grxy1 > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.pds_grxy1 > ul > li > a > span:nth-child(4) {
    font-size: 12px;
}

/*首页专项治理改为红黑名单*/
.msg_lhjc2_contain2 {
    height: 100%;
    border: 1px solid #ccc;
}

.msg_list2_tab {
    width: 100%;
    height: auto;
    position: relative;
}

.msg_list2_tab > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}

.msg_list2_tab > p > span {
    display: inline-block;
    width: auto;
    padding: 0 5px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.msg_list2_tab > p > span.active {
    font-size: 16px;
    color: #fff;
    background-color: #b41518;
}

.msg_list2_tab > .msg_lhjc2_tab {
    display: none;
}

.msg_list1_contain {
    padding: 20px 3px;
    width: 100%;
}

.msg_list1_contain > li {
    width: 100%;
}

.msg_list1_contain > li > div:first-child {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b41518;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: 60%;
}

.msg_list1_contain > li > span:nth-child(2), .msg_list1_contain > li > span:nth-child(2) > a, .msg_list1_contain > li > span:nth-child(2) > a:hover, .msg_list1_contain > li > span:nth-child(2) > a:focus {
    display: inline-block;
    color: #000;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msg_list1_contain > li > span:nth-child(3) {
    color: #999;
}

.msg_list1_contain.msg_lhjc2_li {
    width: 100%;
    height: 50px;
    line-height: 20px;
    margin-bottom: 0;
    border-bottom: 1px dashed rgb(179, 177, 177);
}

#con1 > li:nth-child(2) > span:nth-child(1) {
    margin-left: -42px;
}

/*信用公示--嵌套*/
.xygs_content .pds_code_contain, .xygs_content .pds_code_contain table {
    width: 100%;
}

.xygs_content .pds_code_contain table {
    margin: 0;
}

.xygs_content .pds_code_search {
    width: 704px;
}

.xygs_content .pds_code_contain tbody a {
    padding: 0;
}

.xygs_content .pds_code_contain thead > tr > th:nth-child(3), .xygs_content .pds_code_contain thead > tr > th:nth-child(3) > a, .xygs_content .pds_code_contain tbody tr > td:nth-child(3), .pds_code_contain tbody tr > td:nth-child(3) a {
    width: 210px;
}
.tipModal > .modal-dialog > .modal-content > .modal-header  {
    border-bottom: 0px;

}
.tipModal > .modal-dialog > .modal-content > .modal-footer  {
    padding: 0px 18px 11px;
    border-top: 0px;

}
