* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
    background-color: #F4F6F8;
}

@media (max-width: 750px) {
  .bg-box {
    display: none;
  }
.global-fix{
    display: none;
}
  .nav {
    display: none;
  }

  .footer_box{
    display: none
  }
  .company_info_box{
      display: none;
  }
    .header-bg{
        display: none;
    }
  .wap-nav {
    width: 100%;
    height: 1rem;
    padding: 0 0.12rem;
    background-color: cornflowerblue;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
      display: none;
  }

  .wap-nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem;
  }

  .wap-nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .wap-nav ul li.navi-menu img {
    width: 0.48rem;
  }

  .wap-nav ul li a {
    font-size: 0.24rem;
    color: #ffffff;
  }

  .content {
    width: 100%;
    margin: 0 auto;
    /*padding-top: 1rem;*/
    background-color: #ffffff;
    overflow: hidden;
  }

  .content .pagination {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #10bbb8;
  }

  .pagination a {
    color: #fff;
    margin: 0 7px;
  }
  .pagination .cur{
      color: red;
  }

  .pagination .active {
    color: red;
  }

  .content-left {
    width: 100%;
  }

  .content-left .title {
    font-size: 0.28rem;
    padding: 0.2rem;
    font-weight: bold;
  }

  .content-left .title span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .content-left-list {
    width: 100%;
    padding: 0.2rem;
  }

  .content-left-list li {
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eeeeee;
  }

  .content-left-list li+li {
    margin-top: 0.2rem;
  }

  .content-left-list li h2 {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .content-left-list li h2 span {
    color: #FF5E52;
  }

  .content-left-list li h4 {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #999;
  }

  .content-left-list li .details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
  }

  .content-left-list li .details div {
    width: 72%;
  }

  .content-left-list li .details div p {
    color: #777;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
  }

  .content-left-list li .details div h5 {
    font-size: 0.16rem;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .content-left-list li .details img {
    width: 1.76rem;
    height: 1.32rem;
  }

  .content-left .pagination {
    width: 100%;
    padding: 0.2rem;
    background-color: #10bbb8;
  }

  .content-left .recommend h4 {
    font-size: 0.28rem;
    padding: 0.2rem;
    font-weight: bold;
  }

  .content-left .recommend h4 span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .red {
    color: rgb(255, 0, 0);
  }

  .content-left .recommend ul {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    flex-wrap: wrap;
  }
    .content-left .recommend ul li +li{
        margin-left: 0.07rem;
    }
  .content-left .recommend ul li {
    width: 24%;
    margin-bottom: 0.2rem;
  }

  .content-left .recommend ul li img {
    width: 100%;
    height: 1.32rem;
  }

  .content-left .recommend ul li p {
    color: #666;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .content-right {
    width: 100%;
    overflow: hidden;
  }

  /*  .content-right .adsense {
    width: 100%;
    height: 4.5rem;
  }
  .content-right .adsense img {
    width: 100%;
    height: 100%;
  }*/
  .content-right .adsense {
    width: 100%;
    padding: 0.16rem 0.24rem;
    background-color: #ffffff;
    border-radius: 0.04rem;
  }

  .content-right .adsense h4 {
    font-size: 0.48rem;
    color: #10bbb8;
    text-align: left;
  }

  .content-right .adsense .item-form {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.24rem;
    position: relative;
  }

  .content-right .adsense .item-form img {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: 0.08rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .content-right .adsense .item-form input {
    padding-left: 0.56rem !important;
  }

  .content-right .adsense .item-form input,
  .content-right .adsense .item-form select {
    width: 100%;
    height: 100%;
    line-height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 0.14rem;
    border: 1px solid #c8c7cc;
    outline: none;
    border-radius: 0.04rem;
    padding-left: 0.48rem;
  }

  .content-right .adsense .item-form input:focus,
  .content-right .adsense .item-form select:focus {
    border-color: #10bbb8;
  }

  .content-right .adsense .submit {
    width: 100%;
    text-align: center;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #fff;
    background: #10bbb8;
    border-radius: 0.05rem;
    margin-top: 0.24rem;
  }

  .content-right .serach {
    padding: 0.2rem;
  }

  .content-right .serach h4 {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .content-right .serach h4 span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .content-right .serach ul {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
  }

  .content-right .serach ul li {
    width: 50%;
    padding: 0.12rem 0;
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
  }

  .content-right .serach ul li+li {
    border-left: 1px solid #eeeeee;
  }

  .content-right .serach ul li:nth-child(4n+1) {
    border-left: none;
  }

  .content-right .serach ul li:nth-child(4n),
  .content-right .serach ul li:last-child {
    border-right: 1px solid #eeeeee;
  }

  .content-right .serach ul li a {
    width: 100%;
    height: 100%;
    color: #444;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-right .news {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.2rem;
  }

  .content-right .news>h4 {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .content-right .news>h4 span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .content-right .news ul {
    width: 100%;
    margin-top: 0.3rem;
  }

  .content-right .news ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.2rem;
  }

  .content-right .news ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
  }

  .content-right .news ul li a h4 {
    width: 75%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content-right .news ul li a h4 p {
    font-size: 0.24rem;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .content-right .news ul li a h4 span {
    font-size: 0.12rem;
    color: #999;
  }

  .content-right .news ul li a img {
    width: 20%;
    height: 0.8rem;
  }

    .w1200 {
        background-color: #fff;
        margin: 0 auto;
        padding: 0.2rem 0;
        text-indent: 0.2rem;
    }

    .w1200 a {
        float: left;
    }
    .left-news{width: 100%!important;}
    .left-news-title{color:#333;font-weight: bold}
    .left-news p{line-height: 0.5rem}
    .key-search{width: 49%!important;}
    h2{text-indent: 0.2rem}
  /*  .w1200 a:first-child {
        text-indent: 20px;
    }*/

}

@media (min-width: 1200px) {
 /*   body {
        background-color: #eeeeee;
    }*/
    .recommend h2{
        font-size: 16px;
        font-weight: bold;
    }
    .center-nav>li>a{
        padding: 0 20px!important;
    }
    .center-nav{width: 1200px;}
    .wap-nav {
        display: none;
    }

    .content {
        width: 1080px;
        margin: 0 auto;
    }

    .content-left {
        width: 760px;
        float: left;
        margin-top: 12px;
    }

    .content-left .title {
        font-size: 20px;
        padding: 20px 20px 0;
        background-color: #ffffff;
    }

    .red {
        color: rgb(255, 0, 0);
    }

    .content-left .title span {
        border-bottom: 2px solid #555555;
    }

    .content-left-list {
        width: 100%;
        background-color: #ffffff;
    }

    .content-left-list li {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #eeeeee;
    }

    .content-left-list li h2 {
        font-size: 16px;
        line-height: 25px;
        color: #444;
    }

    .content-left-list li h2 span {
        color: #FF5E52;
    }

    .content-left-list li h4 {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
    }

    .content-left-list li .details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-left-list li .details div p {
        color: #777;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .content-left-list li .details div h5 {
        font-size: 12px;
        color: #999;
    }

    .content-left-list li img {
        width: 176px;
        height: 132px;
    }

    .content .pagination {
        width: 100%;
        padding: 20px;
        text-align: center;
        background-color: #10bbb8;
    }

    .pagination a {
        color: #fff;
        margin: 0 7px;
    }

    .pagination .cur {
        color: red;
    }

    .content .recommend {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 20px;
    }

    .content .recommend h4 {
        font-size: 22px;
        line-height: 25px;
        color: #444;
    }

    .content .recommend h4 span {
        border-bottom: 2px solid #555555;
    }

    .content .recommend ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

/*    .content .recommend ul li + li {
        margin-left: 7px;
    }*/

    .content .recommend ul li {
        width: 23%;
        margin-bottom: 20px;
    }
    .xinxi ul li{
        margin-left: 14px;
    }
    .xinxi ul li:nth-of-type(4n-3) {
        margin-left: 0px;

    }


    /*    .content .relevant ul li:nth-child(1) {
            margin-left: 7px;
        }*/

    .content .relevant ul li {
        width: 32% !important;
        margin-bottom: 20px;
        list-style-type: disc;
        color: #10bbb8;
        font-size: 16px;
        list-style: none;
    }

    .content .recommend ul li img {
        width: 100%;
        height: 132px;
    }

    .content .recommend ul li p {
        color: #666;
        font-size: 14px;

    }

    .text-time {
        color: #999 !important;
        font-size: 12px !important;
    }

    .left-news {
        width: 100% !important;
    }

    .left-news-d {
        padding-top: 5px;
    }

    .left-news-title {
        color: #383838 !important;
        font-weight: bold
    }

    .content-right {
        float: right;
        width: 300px;
        margin-top: 18px;
    }

    /* .content-right .adsense {
      width: 100%;
      height: 226px;
      overflow: hidden;
    }
    .content-right .adsense img {
      width: 100%;
      height: 226px;
    }*/
    h4 span {
        border-bottom: 2px solid #555555;
    }

    .content-right .adsense {
        width: 100%;
        overflow: hidden;
        padding: 10px 16px;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .content-right .adsense h4 {
        font-size: 18px;
        color: #10bbb8;
        text-align: left;
    }

    .content-right .adsense .item-form {
        width: 100%;
        height: 38px;
        margin-top: 12px;
        position: relative;
    }

    .content-right .adsense .item-form img {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .content-right .adsense .item-form input {
        padding-left: 36px !important;
    }

    .content-right .adsense .item-form input,
    .content-right .adsense .item-form select {
        width: 100%;
        height: 100%;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #666;
        font-size: 13px;
        border: 1px solid #c8c7cc;
        outline: none;
        border-radius: 4px;
        padding-left: 32px;
    }

    .content-right .adsense .item-form input:focus,
    .content-right .adsense .item-form select:focus {
        border-color: #10bbb8;
    }

    .content-right .adsense .submit {
        width: 100%;
        text-align: center;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #fff;
        background: #10bbb8;
        border-radius: 5px;
        margin-top: 12px;
    }

    .content-right .serach {
        width: 100%;
        background-color: #ffffff;
        margin-top: 20px;
        padding: 20px;
    }

    .content-right .serach h4 {
        font-size: 22px;
        line-height: 25px;
        color: #444;
    }

    /* .content-right .serach h4 span {
      border-bottom: 2px solid #555555;
    }*/
    .content-right .serach ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

    .content-right .serach ul li {
        width: 50%;
        height: 50px;
        background-color: #fafafa;
        border-bottom: 1px solid #eeeeee;
    }

    .content-right .serach ul li + li {
        border-left: 1px solid #eeeeee;
    }

    .content-right .serach ul li:nth-child(4n+1) {
        border-left: none;
    }

    .content-right .serach ul li:nth-child(4n),
    .content-right .serach ul li:last-child {
        border-right: 1px solid #eeeeee;
    }

    .content-right .serach ul li a {
        width: 100%;
        height: 100%;
        color: #444;
        font-size: 0.12rem;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-right .news {
        width: 100%;
        background-color: #ffffff;
        /*margin-top: 20px;*/
        padding: 0px 10px;
        margin: 10px 0;
        padding-top: 10px;
    }

    .content-right .news > h4 {
        font-size: 22px;
        background-color: #ffffff;
    }

    .content-right .news > h4 span {
        border-bottom: 2px solid #555555;
    }

    .content-right .news ul {
        margin-top: 10px;
    }

    .content-right .news ul li {
        border-bottom: 1px solid #eeeeee;
    }

    .content-right .news ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 76px;
    }

    .content-right .news ul a h4 {
        width: 170px;
        padding: 8px 0;
    }

    .content-right .news ul a h4 p {
        font-size: 14px;
        color: #444444;
    }

    .content-right .news ul a h4 span {
        font-size: 12px;
        color: #999;
    }

    .content-right .news ul a img {
        width: 80px;
        height: 60px;
    }

    .key-null {
        font-size: 14px;
        color: grey;
        padding: 15px 0;
        text-indent: 20px;
    }

    .w1200 {
        width: 1080px;!important;
       /* background-color: #fff;*/
        margin: 0 auto;
    }
    .s-postion{
        height: 24px;
        line-height: 20px;
        font-size: 14px;
        width: 760px;
    }
    .s-postion span{
        text-indent: 20px;
    }
   .relevant{
       margin-bottom: 20px;
   }
    .w1200 a {
        float: left;
    }

    .w1200 a:first-child {
        text-indent: 20px;
    }

    .crumbs {
        text-indent: 0px !important;
    }
}
    .logo-index img {
        height: 40px;
    }

    /**弹出菜单 start**/
    .menu-layer {
        height: 5000%;
        width: 100%;
        position: absolute;
        top: 50px;
        bottom: 0px;
        left: 0;
        right: 0;
        /*background: #fff;*/
        background: rgba(0, 0, 0, 0.6);
        z-index: 10;
        display: none;
    }

    .more-menu {
        background: rgba(0, 0, 0, 0.6);
        /*background: #fff;*/
        /* padding-bottom: 13px; */
        text-align: left;
    }

    .more-menu dl {
        padding-top: 10px;
        position: fixed;
        top: 51px;
        right: 0px;
        background: #10bbb8;
        width: 130px;
        padding: 0 15px;
        z-index: 999;
    }

    .more-menu dl dt {
        display: flex;
        width: 100%;
        padding: 0 10px;
        position: relative;
        justify-content: center;
        border-bottom: 1px solid #f8f8f8;
        /* border-top: 1px solid #fff; */
    }

    .more-menu a:last-child dt {
        border-bottom: none;
    }

    .more-menu dl dt .line {
        border-bottom: 1px solid rgba(0, 81, 186, 0.5);
        width: 70%;
        position: absolute;
        top: 7%;
        right: 0;
        height: 10px;
    }

    .more-menu dl dt .circle {
        width: 5px;
        height: 5px;
        display: block;
        background-color: #7fa8dc;
        position: absolute;
        left: -2%;
        bottom: -33%;
        border-radius: 50%;
    }

    .more-menu dl dt h6 {
        color: #fff;
        /*color:rgba(0,81,186,0.5);*/
        font-size: 1rem;
        font-weight: 500;
        margin: 12px 0;
        font-size: 14px;
    }

    .more-menu dl dd {
        display: flex;
        flex-wrap: wrap;
        padding-left: 1.5rem;
    }

    .more-menu dl dd a {
        width: 33%;
        padding: 0.3rem 0.5rem;
        color: #333;
        font-size: 0.8rem;
    }

    /**弹出菜单 end**/
    .nav-search .nav {
        padding-top: 13px !important;
    }
