/*政策列表弹框 开始-----*/
.policy_tj_tc {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../index/images/kjzc_bg.png) no-repeat center;
    background-size: cover;
    z-index: 1000;
    box-sizing: border-box;
}

.policy_tcc_gb {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.6;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.policy_tcc_gb:hover {
    opacity: 1;
}

.policy_tcc_nr {
    width: 1200px;
    height: 84%;
    padding-top: 46px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.policy_tcc_sous {
    width: 100%;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.qy_ping1_lb {
    width: 100%;
    margin-top: 30px;
    max-height: 100%;
    overflow-Y: auto;
    box-sizing: border-box;
}

.qy_ping1_lb li {
    width: 33.33%;
    float: left;
    height: 50px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    position: relative;
}


.policy_tcc_sous ul li {
    width: 360px;
    margin-right: 20px;
    float: left;
}

.policy_txk01 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 23px;
}

.policy_tcc_sous ul li.policy_tijiao01 {
    width: 156px;
    height: 46px;
    line-height: 46px;
    background: -webkit-linear-gradient(left top, #00d7e9, #007aff);
    background: -o-linear-gradient(bottom right, #00d7e9, #007aff);
    background: -moz-linear-gradient(bottom right, #00d7e9, #007aff);
    background: linear-gradient(to bottom right, #00d7e9, #007aff);
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    border-radius: 23px;
    cursor: pointer;
}

.policy_tcc_sous ul li.policy_tijiao01 a {
    color: #fff;
}


.qy_ping1_lb li div {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #666;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    transition-duration: .5s;
}


.qy_ping1_lb li h4 {
    width: 100%;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 20px 0 22px;
    color: #333;
    line-height: 50px;
    transition-duration: .5s;
}

.policy_tcc_gb img {
    width: 100%;
}

.qy_ping1_lb .loadMore {
    text-align: center;
}

.qy_ping1_lb .loadMore > span {
    color: #00a9f4;
    font-size: 20px;
}

/*下拉框*/
.policy_sele {
    box-sizing: border-box;
    padding: 0 43px 0 20px;
    font-size: 15px;
    color: #333;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.8) url(../index/images/xl_h.png) no-repeat right 20px center;
    border-radius: 23px;
}

/*列表弹框.css 结束-----*/

/*政策详情  弹出层*/
.policy_detail {
    width: 100%;
    height: 100%;
    background: url(../index/images/kjzc_bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3000;
}

.policy_detail_nr {
    width: 1200px;
    height: 84%;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-Y: auto;
}

.policy_detail_logo {
    position: absolute;
    top: 0;
    right: 20px;
}

.policy_detail_logo img {
    max-width: 180px;
    max-height: 110px;
}

.policy_detail_bt {
    width: 100%;
}

.policy_detail_bt h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.policy_detail_bt p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.policy_detail_bt p span {
    margin-right: 40px;
}

.policy_detail_bt div {
    width: 100px;
    height: 3px;
    background: #00a9f4;
}

.policy_detail_mk {
    width: 100%;
    margin-top: 50px;
    clear: both;
}

.policy_detail_mk h3 {
    width: 100%;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.policy_detail_wb {
    width: 100%;
    white-space: pre-wrap;
    font-size: 17px;
    color: #555;
    line-height: 30px;
}

.policy_detail_tp {
    width: 100%;
}

.policy_detail_tp ul {
    width: 100%;
    box-sizing: border-box;
}

.policy_detail_tp ul li {
    width: 540px;
    height: 370px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}

.policy_detail_tp ul li.policy_detail_tp02 {
    width: 1130px;
    height: auto;
}

.policy_detail_tp ul li img {
    width: 100%;
    height: 100%;
}

.policy_detail_dt {
    width: 100%;
}

.policy_detail_dt img {
    max-width: 100%;
    max-height: 100%;
}

.policy_detail_gb {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.6;
    width: 28px;
    height: 28px;
}

.policy_detail_gb img {
    width: 100%;
}

.policy_detail_gb:hover {
    opacity: 1;
}

/*企业详情  弹出层 结束*/