﻿.block-center {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 179px;
    padding-top: 62px;
    background: url(c-once-banner.png) no-repeat center center;
    color: #fff;
}

.banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.banner p {
    font-size: 20px;
    padding-left: 40px;
}

.pos {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #999;
}

.pos i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url(c-pos-icon.png) no-repeat center center;
    background-size: cover;
    transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    margin-right: 6px;
}

.pos a {
    font-size: 12px;
    color: #999;
}

.pos span {
    font-size: 12px;
    color: #2789ee;
}

.page-title {
    height: 100%;
    line-height: 32px;
    color: #3b4e62;
    font-size: 24px;
}

.reco {
    padding: 21px 25px 24px;
    box-shadow: 0px 0px 27px 0px
    rgba(94, 94, 94, 0.06);
    margin-bottom: 23px;
}

.reco p {
    font-size: 24px;
    padding-bottom: 24px;
    color: #3b4e62;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.reco ul li{
   float: left;
    width: 162px;
    height: 63px;
    border-radius: 8px;
    padding-top: 43px;
    padding-left: 16px;
    margin-right: 16px;
}

.reco ul li:nth-child(1) {
    background: url(c-1-1.png) no-repeat center center;
}
.reco ul li:nth-child(2) {
    background: url(c-1-2.png) no-repeat center center;
}
.reco ul li:nth-child(3) {
    background: url(c-1-3.png) no-repeat center center;
}
.reco ul li:nth-child(4) {
    background: url(c-1-4.png) no-repeat center center;
 }
.reco ul li:nth-child(5) {
    background: url(c-1-5.png) no-repeat center center;
}
.reco ul li:nth-child(6) {
    background: url(c-1-6.png) no-repeat center center;
    margin-right: 0;
}


.reco a {
    font-size: 16px;
    color: #fff;
}

.main-data {
    box-shadow: 0px 0px 27px 0px
    rgba(94, 94, 94, 0.06);
    padding: 25px 20px;
    margin-bottom: 23px;
}

.main-data-head {
    margin-bottom: 26px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.main-data-head-left>span:first-child {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #4d9ef1;
    text-align: center;
    line-height: 30px;
    margin-right: 27px;
    color: #2789ee;
}

.main-data-head-left>span:first-child i {
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(c-address-icon.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.main-data-head-left>span:last-child {
    color: #999;
}

.main-data-head-left>span:last-child span {
    color: #ee851e;
}

.main-data-head-right {
    position: relative;
    border: solid 1px #2789ee;
    border-radius: 2px;
}

.main-data-head-right input {
    padding: 9px 80px 7px 11px;
}

.main-data-head-right .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 32px;
    background-color: #2789ee;
    line-height: 31px;
    text-align: center;
    color: #fff;
}

.main-data-head-right .btn i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(search.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.main-data > ul li {
    float: left;
    width: 273px;
    height: 76px;
    border-radius: 6px;
    text-align: center;
    line-height: 76px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.main-data > ul li a {
    display: inline-block;
    width: 96%;
    height: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 4%;
}


.model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 146px;
    top: 0px;
    left: 0;
    background: rgba(0,0,0,.2);
    font-size: 18px;
    z-index: 9999;
}

.model-warp {
    width: 1040px;
    margin: 0 auto;
    padding-left: 58px;
    background-color: #fff;
}

.model-warp-header {
    padding-top: 27px;
    padding-bottom: 13px;
    border-bottom: solid 1px #ddd;
    padding-left: 10px;
}

.model-warp-header span {
    color: #333;
    font-weight: bold;
}

.model-warp-header i {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(c-once-close.png) no-repeat center center;
    margin-right: 30px;
}

.mode-data-warp {
    padding-top: 15px;
}

.mode-data-warp .left {
    color: #2789ee;
    text-align: right;
    height: 100%;
    margin-right: 10px;
}

.mode-data-warp .right {
    width: 87%;
}

.mode-data-warp .left li:first-child{
    margin-top: 15px;
}

.mode-data-warp .left li:last-child{
    margin-top: 45px;
}

.mode-data-warp .right, .mode-data-warp .right a {
    color: #444;
}

.mode-data-warp .right .city, .mode-data-warp .right li {
    width: 128px;
    height: 48px;
    background-color: #f3f9fd;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
}

.mode-data-warp .right li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.mode-data-warp .right div.city {

    margin-bottom: 17px;
}

.mode-data-warp .right ul li:hover a,
.mode-data-warp .right li:hover,
.mode-data-warp .right li.cur,
.mode-data-warp .right div.city,
.mode-data-warp .right li.cur a{
    background-color: #2789ee!important;
    color: #fff;
}



/*响应式代码*/
.block-center {
    width: 12.00rem;
    margin: 0 auto;
}
.banner {
    width: 100%;
    min-width: 12.00rem;
    height: 1.79rem;
    padding-top: .62rem;
    background: url(c-once-banner.png) no-repeat center center;
    color: #fff;
}

.banner h1 {
    font-size: .40rem;
    margin-bottom: .20rem;
    padding-left: .40rem;
}

.banner p {
    font-size: .20rem;
    padding-left: .40rem;
}

.pos {
    position: relative;
    height: .60rem;
    line-height: .60rem;
    font-size: 12px;
    color: #999;
}

.pos i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url(c-pos-icon.png) no-repeat center center;
    background-size: cover;
    transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    margin-right: 6px;
}

.pos a {
    font-size: 12px;
    color: #999;
}

.pos span {
    font-size: 12px;
    color: #2789ee;
}

.page-title {
    height: 100%;
    line-height: .32rem;
    color: #3b4e62;
    font-size: .24rem;
}

.reco {
    padding: .21rem .25rem .24rem;
    box-shadow: 0px 0px 27px 0px
    rgba(94, 94, 94, 0.06);
    margin-bottom: .23rem;
}

.reco p {
    font-size: .24rem;
    padding-bottom: .24rem;
    color: #3b4e62;
    border-bottom: 1px solid #ddd;
    margin-bottom: .20rem;
}

.reco ul li{
   float: left;
    width: 1.62rem;
    height: .63rem;
    border-radius: 8px;
    padding-top: .43rem;
    padding-left: .16rem;
    margin-right: .16rem;
}

.reco ul li:nth-child(1) {
    background: url(c-1-1.png) no-repeat center center;
}
.reco ul li:nth-child(2) {
    background: url(c-1-2.png) no-repeat center center;
}
.reco ul li:nth-child(3) {
    background: url(c-1-3.png) no-repeat center center;
}
.reco ul li:nth-child(4) {
    background: url(c-1-4.png) no-repeat center center;
 }
.reco ul li:nth-child(5) {
    background: url(c-1-5.png) no-repeat center center;
}
.reco ul li:nth-child(6) {
    background: url(c-1-6.png) no-repeat center center;
    margin-right: 0;
}


.reco a {
    font-size: .16rem;
    color: #fff;
}

.main-data {
    box-shadow: 0px 0px 27px 0px
    rgba(94, 94, 94, 0.06);
    padding: .25rem .20rem;
    margin-bottom: .23rem;
}

.main-data-head {
    margin-bottom: .26rem;
    font-size: .14rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .20rem;
}

.main-data-head-left>span:first-child {
    display: inline-block;
    width: 1.00rem;
    height: .30rem;
    border-radius: 4px;
    border: solid 1px #4d9ef1;
    text-align: center;
    line-height: .30rem;
    margin-right: .27rem;
    color: #2789ee;
}

.main-data-head-left>span:first-child i {
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(c-address-icon.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.main-data-head-left>span:last-child {
    color: #999;
}

.main-data-head-left>span:last-child span {
    color: #ee851e;
}

.main-data-head-right {
    position: relative;
    border: solid 1px #2789ee;
    border-radius: 2px;
}

.main-data-head-right input {
    padding: .09rem .80rem .07rem .11rem;
}

.main-data-head-right .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: .70rem;
    height: .32rem;
    background-color: #2789ee;
    line-height: .31rem;
    text-align: center;
    color: #fff;
}

.main-data-head-right .btn i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(search.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.main-data > ul li {
    float: left;
    width: 2.73rem;
    height: .76rem;
    border-radius: 6px;
    text-align: center;
    line-height: .76rem;
    margin-right: .16rem;
    margin-bottom: .20rem;
}

.main-data > ul li a {
    display: inline-block;
    width: 96%;
    height: 100%;
    font-size: .18rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 4%;
}


.model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 1.46rem;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    font-size: .18rem;
    z-index: 9999;
}

.model-warp {
    width: 10.40rem;
    margin: 0 auto;
    padding-left: .58rem;
    background-color: #fff;
}

.model-warp-header {
    padding-top: .27rem;
    padding-bottom: .13rem;
    border-bottom: solid 1px #ddd;
    padding-left: .10rem;
}

.model-warp-header span {
    color: #333;
    font-weight: bold;
}

.model-warp-header i {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(c-once-close.png) no-repeat center center;
    margin-right: .30rem;
}

.mode-data-warp {
    padding-top: .15rem;
}

.mode-data-warp .left {
    color: #2789ee;
    text-align: right;
    height: 100%;
    margin-right: .10rem;
}

.mode-data-warp .right {
    width: 87%;
}

.mode-data-warp .left li:first-child{
    margin-top: .15rem;
}

.mode-data-warp .left li:last-child{
    margin-top: .45rem;
}

.mode-data-warp .right, .mode-data-warp .right a {
    color: #444;
}

.mode-data-warp .right .city, .mode-data-warp .right li {
    width: 1.28rem;
    height: .48rem;
    background-color: #f3f9fd;
    text-align: center;
    line-height: .48rem;
    border-radius: 4px;
}

.mode-data-warp .right li {
    float: left;
    margin-bottom: .20rem;
    margin-right: .20rem;
}

.mode-data-warp .right div.city {

    margin-bottom: .17rem;
}

.mode-data-warp .right ul li:hover a,
.mode-data-warp .right li:hover,
.mode-data-warp .right li.cur,
.mode-data-warp .right div.city,
.mode-data-warp .right li.cur a{
    background-color: #2789ee!important;
    color: #fff;
}

/* 新增 */
.main-data {
    padding-bottom: .30rem !important;
  }
.main-data-head{margin-bottom:0;}
.main-data-head-left>span {
    display: inline-block;
    width: 1.00rem !important;
    height: .30rem !important;
    border-radius: 4px;
    border: solid 1px #2789ee;
    text-align: center;
    line-height: .30rem !important;
    margin-right: .27rem !important;
    color: #2789ee;
    cursor:pointer;
    font-size:.16rem !important;
}
.main-data-head-left>span.cur {
    background:#2789ee;
    color:#fff;
}
.main-data-head-left .num{
    color: #ee851e;
}
.main-data ul{padding-top:.26rem !important;width:12.00rem !important;}
.con-qx{display:none;position:relative;}
.con-qx p{color:#999;font-size:.14rem !important;line-height:.44rem !important;}
.con-qx p font{color: #ee851e;}
/*.con-qx .qx-list{height:36px;overflow:hidden;}*/
.con-qx .qx-list div{
    float:left;
    margin-right:.08rem !important;
    padding:.04rem .07rem !important;
    border-radius:3px;
    cursor:pointer;
    margin-bottom:.10rem !important;
    color:#555;
    width:.92rem !important;
    text-align:center;
}
.con-qx .qx-list div:hover,.con-qx .qx-list div.cur{
    color:#fff;
    background:#2789ee;
}
.more{color:#2789ee;position:absolute;right:0;bottom:.14rem !important;display:none;}
.main-data > ul li{
    width:31.5% !important;
    margin-right: 1%;
    box-shadow: 0px 0px 7px rgba(0, 0, 0,0.1)
}
.main-data > ul li:hover{
    background:#2789ee;
    box-shadow: 0px 0px 7px rgba(39, 137, 238, 1);
    color:#fff;
}
.main-data > ul li:hover a{
    color:#fff;
    font-weight:bold;
}

.yjs_search_input {
    width:3.52rem !important;
}
      
/*媒体流查询*/
@media screen and (max-width:1680px) { 
    .main-data-head-right .btn {
        height: .34rem;
    }
}

@media screen and (max-width: 1440px) {
    .block-center, .main-data ul, .banner {
        width: 14.20rem !important;
    }
}

@media screen and (max-width: 1366px) {
    .block-center, .main-data ul, .banner  {
        width: 13.80rem !important;
    }
}


@media screen and (max-width: 1280px) {
    .main-data-head-right .btn {
        width: .9rem;
        height: .4rem;
    }
}