﻿@charset "utf-8";
em,i{font-style:normal;}
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.wrap-1200 {
    width: 1200px !important;
    margin: 0 auto;
}

.wrap-760 {
    width: 760px !important;
    margin: 0 auto;
}


.cur-pointer {
    cursor: pointer;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f7fa;
}

.table tr > th {
    color: #909399;
    font-size: 12px;
    font-weight: 400;
}

.bgf3f3f3 {
    background-color: #f3f3f3 !important;
}

.p-0-10 {
    padding: 0 10px;
}

/*自定义滚动条*/
::-webkit-scrollbar-track,
.scrollbardiy::-webkit-scrollbar-track,
.auto-table-out::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
    background-color: #F5F5F5 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

::-webkit-scrollbar,
.scrollbardiy::-webkit-scrollbar,
.auto-table-out::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    background-color: #F5F5F5 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

::-webkit-scrollbar-thumb,
.scrollbardiy::-webkit-scrollbar-thumb,
.auto-table-out::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
    background-color: #555 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ebeef5;
    transition: background-color .25s ease;
    padding: 10px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fafafa;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #f60;
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ff7f28 {
    color: #ff7f28 !important;
}

.text-f60 {
    color: #f60 !important;
}

.btn-ff7f28 {
    color: #fff !important;
    background-color: #ff7f28;
    border-color: #ff7f28;
}

.btn-f60 {
    color: #fff !important;
    background-color: #f60;
    border-color: #f60;
}

.btn-f60:hover {
    color: #fff;
    background-color: #fb7317;
}

.btn.btn-ff7f28:hover {
    color: #fff;
    background-color: #fb7317;
}

.btn-outline-ff7f28 {
    border-color: #ff7f28;
    color: #ff7f28;
    cursor: pointer;
}

.btn-outline-ff7f28:hover {
    color: #ff7f28;
    background-color: #ffdcc4;
}

.btn-outline-f60 {
    border-color: #f60;
    color: #f60;
    cursor: pointer;
}

.btn-outline-f60:hover {
    color: #f60;
    background-color: #ffdcc4;
}

.bg-ff2f28 {
    background-color: #ff7f28;
}

.bg-f60 {
    background-color: #f60;
}

.w-275 {
    width: 275px;
}

.w-910 {
    width: 910px;
}

a.nav-link {
    color: #000;
    border-bottom: 4px solid transparent;
}

a.nav-link.active,
a.nav-link:hover {
    border-bottom-color: #f60;
    color: #f60;
}

.diy-ico {
    background-image: url(../images/ico_pc.png);
    background-repeat: no-repeat;
}


.header {
    height: 65px;
    box-shadow: 0 1px 8px #f3f3f3;
}

.logo-header img {
    display: block;
    height: 65px;
}

.nav-menu {
    margin-left: 142px;
    width: calc(100% - 142px);
}

.nav-menu .nav-item a {
    line-height: 48px;
    height: 65px;
}

.nav-menu .header-concat-us i.diy-ico {
    display: block;
    float: left;
    width: 36px;
    height: 42px;
    background-position: -32px -20px;
}

.header-concat-us {
    min-width: 150px;
    padding-top: 15px;
}

.header-concat-us div {
    display: block;
    float: right;
    overflow: hidden;
    margin-left: 8px;
}

.header-concat-us div p {
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.header-concat-us div em {
    display: block;
    color: #f60;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.header-search {
    width: 270px;
    padding-top: 15px;
}

.header-search .input {
    display: block;
    width: 189px;
    height: 40px;
    border: #e4e4e4 1px solid;
    border-right: 0;
    position: relative;
    overflow: hidden;
}

.header-search .input .diy-ico {
    display: block;
    width: 16px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 9px;
}

.header-search input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    border: 0;
    font-size: 14px;
    text-indent: 32px;
    outline: none;
}

.header-search button {
    display: block;
    width: 80px;
    height: 40px;
    background-color: #f60;
    overflow: hidden;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.header-search button .diy-ico {
    display: block;
    width: 24px;
    height: 24px;
    margin: 8px auto;
    overflow: hidden;
    background-position: left -20px;
}

#qq-filter-nav {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 5px 5px #f7f7f7;
}


.trust em, .trust i {
    font-style: normal;
}

.trust {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    background-color: #fafafa;
}

.trust ul {
    display: block;
    width: 1200px;
    margin: auto;
    height: 100px;
    overflow: hidden;
}

.trust ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    height: 44px;
    margin-top: 33px;
    text-align: center;
}

.trust ul li i {
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 10px;
}

.trust ul li i.ico_a {
    background-position: left -76px;
}

.trust ul li i.ico_b {
    background-position: -44px -76px;
}

.trust ul li i.ico_c {
    background-position: -88px -76px;
}

.trust ul li i.ico_d {
    background-position: -132px -76px;
}

.trust ul li span {
    display: inline-block;
    height: 44px;
    vertical-align: top;
    text-align: left;
}

.trust ul li span em {
    display: block;
    color: #333;
    font-size: 20px;
    line-height: 28px;
}

.trust ul li span p {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 16px;
}


.copy {
    width: 100%;
    padding: 30px 0 50px;
    overflow: hidden;
    background-color: #000;
}

.copy .box {
    width: 1190px;
    margin: auto;
}

.copy .box .menu {
    width: 67%;
    overflow: hidden;
}

.copy .box .menu li {
    width: 25%;
    float: left;
    overflow: hidden;
    line-height: 30px;
    color: #fff !important;
}

.copy .box .menu li span, .copy .box .menu li p {
    color: inherit;
    font-size: 12px;
}

.copy .box .menu li span {
    font-size: 14px;
}

.copy .box .menu li a {
    color: #999;
}

.copy .box .menu li a:hover {
    color: #fff !important;
}

.copy .box .tel {
    width: 33%;
    overflow: hidden;
    text-align: center;
}

.copy .box .tel p {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 4%;
}

.copy .box .tel em {
    display: block;
    color: #f60;
    font-size: 36px;
    line-height: 180%;
    font-style: normal;
}

.copy .box .tel a {
    display: inline-block;
    border: #fff 1px solid;
    color: #fff;
    width: 25%;
    line-height: 30px;
}

.copy .box .tel a:hover {
    background-color: #f60;
    border: #f60 1px solid;
}

.copy p {
    margin-bottom: 0;
}

/*首页通知*/

.hot_news {
    width: 100%;
    height: 40px;
    background-color: #fafafa;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.hot_news i.lb {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 14px;
    overflow: hidden;
    margin: 13px 3px 0 0;
    background-position: -34px top;
}

.hot_news a {
    display: inline-block;
    width: 76px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    vertical-align: top;
    margin: 10px 0 0 3px;
    background-color: #f60;
    overflow: hidden;
    border-radius: 2px;
}

.hot_news a i {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-position: -21px top;
    margin: 4px 3px 0 0;
}

/*banner*/

#index-banner-interval {
    height: 400px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-top: 1px;
}

#index-banner-interval .carousel-item .banner-item {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*首页 6位qq 7位qq 8位qq*/

.color_a {
    border-top: #3ec6d6 1px solid;
}

.color_a .title {
    background-color: #3ec6d6;
}

.color_a .title span a {
    color: #3ec6d6;
}

.color_a .title span a b {
    background-color: #3ec6d6;
}

.color_b {
    border-top: #ff9927 1px solid;
}

.color_b .title {
    background-color: #ff9927;
}

.color_b .title span a {
    color: #ff9927;
}

.color_b .title span a b {
    background-color: #ff9927;
}

.color_c {
    border-top: #ff6c81 1px solid;
}

.color_c .title {
    background-color: #ff6c81;
}

.color_c .title span a {
    color: #ff6c81;
}

.color_c .title span a b {
    background-color: #ff6c81;
}

.home_lsit {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.home_lsit .title {
    width: 240px;
    height: 432px;
    position: relative;
}

.home_lsit .title .back {
    width: 168px;
    height: 197px;
    background: url(../images/qq_back.png) no-repeat;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home_lsit .title span {
    display: block;
    padding: 20px;
    overflow: hidden;
    color: #fff;
}

.home_lsit .title span em {
    display: block;
    font-size: 34px;
    font-style: italic;
}

.home_lsit .title span p {
    display: block;
    margin: 4% 0 15%;
}

.home_lsit .title span a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 8px;
}

.home_lsit .title span a b {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin: 8px 0 0 5px;
    border-radius: 50%;
}

.home_lsit .title span a b i {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    margin: 2.5px 5px;
    background-position: -16px top;
}

.home_lsit .title span a:hover {
    color: #f60;
}

.home_lsit .title span a:hover b {
    background-color: #f60;
}

.home_lsit .list {
    width: 960px;
    overflow: hidden;
}

.home_lsit .list li {
    width: 239px;
    height: 144px;
    text-align: center;
    float: left;
    border-right: #e4e4e4 1px solid;
    border-bottom: #e4e4e4 1px solid;
    position: relative;
    cursor: pointer;
}

.home_lsit .list li .show {
    display: none;
}

.home_lsit .list li:hover .show {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: rgba(255, 195, 39, 0.8);
}

.home_lsit .list li:hover .show span {
    display: block;
    padding: 35px 20px 0;
    overflow: hidden;
}

.home_lsit .list li:hover .show span p {
    display: block;
    border-bottom: #f60 1px solid;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.home_lsit .list li:hover .show span p em {
    display: inline-block;
    margin: 0 1%;
}

.home_lsit .list li:hover .show span a {
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    color: #f00;
}

.home_lsit .list li i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 8px;
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    font-family: 宋体;
    color: #fff;
    border-radius: 2px;
    font-style: normal;
}

.home_lsit .list li i.p {
    background-color: #69b2fc;
}

.home_lsit .list li i.l {
    background-color: #f60;
}

.home_lsit .list li .con {
    width: 100%;
    margin-top: 37px;
}

.home_lsit .list li .con span {
    font-size: 34px;
    color: #f60;
    line-height: 50px;
    display: block;
}

.home_lsit .list li .con p {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.home_lsit .list li .con p em {
    display: inline-block;
    color: #d92a00;
    margin-left: 8px;
}

.home_lsit .list li .con p.wap {
    display: none;
}

.home_tj {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.home_tj img {
    display: block;
    width: 100%;
}


.home_news {
    width: 1200px;
    margin: 30px auto;
}

.home_news .box {
    width: 540px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0 5px rgba(0, 0, 0, .1);
}

.home_news .box .title {
    width: 100%;
    overflow: hidden;
    border-bottom: #e4e4e4 1px solid;
    line-height: 20px;
    padding-bottom: 8px;
}

.home_news .box .title span {
    display: block;
    font-size: 18px;
    color: #000;
    float: left;
}

.home_news .box .title a {
    display: block;
    font-size: 14px;
    float: right;
}

.home_news .box .list {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.home_news .box .list li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
}

.home_news .box .list li a {
    float: left;
}

.home_news .box .list li span {
    float: right;
}


/*号码列表*/

.list-sou {
    margin-top: 2px;
    width: 100%;
    background-color: #fafafa;
}

.list-sou .list-sou-l, .list-sou .list-sou-r {
    padding: 9px 0;
}

.list-sou label {
    margin-bottom: 0;
}

.list-sou .number {
    outline: none;
    display: inline-block;
    height: 30px;
    border: #ddd 1px solid;
    padding: 0;
    margin-left: 8px;
    text-indent: 8px;
    width: 200px;
}

.list-sou button {
    height: 30px;
    display: inline-block;
}

.list-sou-r {
    width: 300px;
    font-weight: bold;
    line-height: 30px;
    text-align: right
}

.list-xx-con li {
    width: 100%;
    overflow: hidden;
    border-bottom: #eee 1px solid;
    font-size: 14px;
    line-height: 24px;
}

.list-xx-con li div.qkbt {
    width: 80px;
    display: block;
    color: #666;
    padding: 8px 0;
}

.list-xx-con li div.qklm {
    width: calc(100% - 80px);
    display: block;
}

.list-xx-con li div.qklm a {
    display: block;
    float: left;
    line-height: 24px;
    padding: 0 10px;
    color: #000;
    margin: 8px 3px;
}

.list-xx-con li div.qklm a + a {
    margin-left: 5px;
}

.list-xx-con li div.qklm a:hover {
    color: #f60;
}

.current {
    background-color: #f60;
    color: #fff !important;
}

.paixu {
    background: #f4f3f3;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #dfdede
}

.paixu a {
    display: inline-block;
    margin-left: 15px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #f60;
}

.paixu a.on {
    color: #fff;
    background: #f60;
}


/*右侧*/


.kstd, .cjwt, .gmjl, .wdzj {
    background: #fff;
    border-top: 3px solid #f60;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.kstd-bt, .cjwt-bt, .gmjl-bt, .wdzj-bt {
    background: #f4f3f3;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 5px;
}

.kstd ul li {
    border-bottom: 1px dashed #b0b0b0;
    padding: 0 15px;
}

.kstd ul li:last-of-type {
    border-bottom: none;
}

.kstd ul li p {
    color: #ff7f28;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
}

.kstd ul li p i {
    margin-left: 10px;
}

.cjwt ul, .wdzj ul {
    width: 235px;
    margin: 0 auto;
}

.wdzj ul li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.wdzj ul li span.zj01 {
    width: 115px;
    display: inline-block;
    padding-right: 5px;
    color: #1f79d5;
}

.wdzj ul li span.zj02 {
    width: 65px;
    display: inline-block;
    padding-right: 5px;
    color: #f60
}

.wdzj ul li span.zj03 {
    padding-right: 10px;
    color: #f60;
    font-weight: bold
}

.gdzj {
    height: 28px;
    border-top: 1px dashed #dfdede;
    line-height: 30px;
    text-align: right;
}

.gdzj span a {
    font-size: 14px;
    color: #f60;
    padding-right: 10px;
}

.pagination {
    margin-left: 15px;
}

.pagination li {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f3f3f3;
    padding: 0 5px;
    font-size: 12px;
}

.pagination li + li {
    margin-left: 5px;
}

.pagination li.active {
    background-color: #f60;
}

.pagination li.active a {
    color: #fff;
}

.pagination li a {
    display: block;
}

.table-qq-list em {
    font-size: 12px;
    color: #333;
    vertical-align: top;
    font-style: normal;
    margin-left: 10px;
}

/*号码详情*/

.list-xx {
    background: #fff;
    padding-bottom: 5px;
}

.list-xx-bt {
    background: #f4f3f3;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}

.list-xx-bt a {
    color: #666;
}


.qqxiu {
    position: relative;
    width: 300px;
    height: 460px;
}

.qqxiu img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.qq-info {
    width: calc(100% - 320px);
}

.btn-s {
    text-align: center;
    border: 1px solid #F22D00;
    background: #F22D00;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
    box-sizing: content-box;
    outline: none !important;
    color: #fff;
}

.by-now {
    background-color: #FFD9BC;
    color: #E5511D !important;
    border-color: #F0CAB6 !important;
}

.by-now:hover {
    background-color: #fb761d;
}

.lin-ul-de li {
    line-height: 30px;
}

ol.list-lc {
    padding-top: 15px;
    padding-left: 40px;
}

.list-lc li {
    list-style: decimal;
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}


#detail .tb-extra dl {
    overflow: hidden;
    zoom: 1;
    line-height: 30px;
}

#detail .tb-extra dl dt {
    float: left;
    width: 60px;
    color: #6C6C6C
}

#detail .tb-extra.qq-detail dl dt {
    font-weight: 300;
}

#detail .tb-extra dl dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0;
}

#detail .tb-extra dl dd .icon {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 22px;
    line-height: 22px;
    color: #6C6C6C
}

#detail .tb-extra dl dd .icon:hover {
    color: #6C6C6C
}

#detail .tb-extra dl dd .icon i, #detail .tb-extra dl dd .icon img {
    float: left;
    margin: 4px 7px 0 0;
    height: 16px
}

.qqqun {
    width: 910px;
    border-top: 1px solid #dfdede;
    margin-bottom: 15px;
}

.qqqun-bt {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #eeeeee;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    padding: 0 15px;
}

.qqqun-bt A {
    font-weight: normal;
    float: right
}


.haomalist {
    display: block;
    margin-top: 10px;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    background: #fff;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
}

.haomalist li {
    width: 182px;
    height: 75px;
    float: left;
    display: block;
}

.haomalist li a {
    width: 181px;
    height: 75px;
    float: left;
    padding-top: 15px;
    display: block;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    text-align: center;
}

.haomalist li a:hover {
    border: 1px solid #ff9800;
    background: #fffbf8;
    margin-left: -1px;
    margin-top: -1px;
}

.haomalist li a h2 {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #1f79d2
}

.haomalist li a p {
    padding: 0;
    width: 150px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
}


.hmlx_icon {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.hmlx_icon.liang {
    background: url(../images/sj_lhbz.png) no-repeat;
}

.hmlx_icon.pu {
    background: url(../images/sj_ptbz.png) no-repeat;
}


.list-lc li {
    margin: 0 auto 0 50px;
    padding: 0 0 50px;
    list-style: none;
    position: relative;
    border-left: 1px dotted #FF6600;
    width: 360px;
    font-size: 14px;
}

.list-lc li.finish {
    border-left: none;
}

.list-lc li .index {
    position: absolute;
    text-align: center;
    line-height: 30px;
    background-color: #f60;
    margin: 0;
    width: 30px;
    display: block;
    float: left;
    height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    top: -5px;
    left: -15px;
    border-radius: 20px;
}

.list-lc li .title {
    margin: 0 0 0 25px;
    display: block;
    color: #f60;
    font-size: 16px;
}

.list-lc li .desc {
    margin: 5px 0 0 25px;
    display: block;
    color: #666;
}

ol.list-nor {
    padding-top: 15px;
    padding-left: 40px;
}

.list-nor li {
    list-style: decimal;
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}

.news-index-bt {
    border-bottom: 3px solid #f60;
    color: #f60;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.news-nei {
    width: 850px;
    margin: 0 auto;
    font-size: 14px;
}

.news-nei img {
    margin: 10px auto;
    display: block;
    max-width: 850px;
}


#shop-car {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    box-shadow: -1px 0 5px #ccc;
    animation: displayshop .3s;
}

@keyframes displayshop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#shop-car .wrap {
    position: relative;
    padding: 15px;
    background-color: #fff;
    z-index: 99;
}

#shop-car:before {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

#shop-car .head {
    position: relative;
}

#shop-car .head div {
    font-size: 18px;
    font-weight: 600;
}

#shop-car .head span {
    position: absolute;
    left: 140px;
    top: 5px;
    font-size: 14px;
    color: #00a0e9;
    cursor: pointer;
}

#shop-car .shop-content {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 15px;
}

#shop-car .shop-content table {
    width: 100%;
    border-collapse: collapse;
}

#shop-car .shop-content th {
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

#shop-car .shop-content th,
#shop-car .shop-content td {
    transition: background-color .25s ease;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    font-size: 14px;

}

#shop-car .title {
    color: #1f79d5;

}

#shop-car .price {
    color: #f00;
}

#shop-car .ctl span {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;

}

#shop-car .ctl span:hover {
    background-color: #f3f3f3;
}

#shop-tongji {
    text-align: right;
    font-weight: 600;
}

.shop-buy {
    margin-top: 10px;
    text-align: left;
}

.shop-buy a {
    background-color: #f60;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;

}

#shop-car .emp {
    font-size: 26px;
    color: #ccc;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
}

#shop-close {
    right: 20px !important;
    left: auto !important;
    display: inline-block;
}

.layui-layer-btn .layui-layer-btn0 {
    color: #fff !important;
}

.shop-order-page input {
    height: 25px;
    font-size: 12px;
}

.news-index-con li {
    line-height: 35px;
    font-size: 12px;
}

.watch-more {
    text-align: center;
    font-size: 12px;
}


/*在线咨询*/

.main-im {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
    width: 110px;
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../images/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../images/totop-icon.png) no-repeat center center;
    margin: 0 auto;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../images/open_im.png) no-repeat left top;
}

/*结束*/

/*QQ 等级*/
span.huang {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../images/qqdj.gif) no-repeat -46px 0px;
    margin-right: 2px;
}

span.sun {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/qqdj.gif) no-repeat 0px 0px;
    margin-right: 2px;
}

span.moon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/qqdj.gif) no-repeat -16px 0px;
    margin-right: 2px;
}

span.star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/qqdj.gif) no-repeat -32px 0px;
    margin-right: 2px;
}

#by-now-form input {
    display: inline-block;
    width: auto;
    max-width: 80px;
    border: none;
    outline: none;
}

#by-now-form label {
    margin-bottom: 0;
}
.lianxi-page {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999;
}

.lianxi-page.active {
    display: block;
}

.tc_zj {
    width: 280px;
    position: relative;
    left: 50%;
    top: 0;
    padding: 1px;
    margin-left: -142px;
    background: #fff;
    font-family: '黑体';
    font-size: .9rem;
}

.tc_title {
    height: 30px;
    margin-top: 10px;
    border-bottom: 3px solid #308EF0;
    font-weight: 700;
    padding-left: 17px;
    font-size: 18px;
    background: #FFF;
}

.tc_contact {
    padding: 10% 8%;
    background: #FFF;
}

.tc_ewm {
    text-align: center;
}

.tc_ewm img {
    display: block;
    width: 100%;
}

.foottu {
    height: 65px;
    padding: 10px 0;
    box-sizing: content-box;
}

.foottu a {
    display: block;
    width: 33.33%;
    height: 45px;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0.8em;
}

.foottu a i {
    width: 45px;
    height: 45px;
    background-size: 250px auto;
    margin: 0 auto;
    display: block;
    font-size: 32px;
    color: #0c5460;
}

.foottu a i.fa-qq {
    color: #9469f6;
}

@media screen and (max-width: 1200px) {
    .wrap-1200 {
        width: 100% !important;
        margin: 0 auto;
        position: relative;
    }
    .w-910, .qqqun {
        width: 100% !important;
    }

    .qqqun {
        margin-bottom: 0 !important;
    }
    .hot_news,.left-bar{
       display: none;
    }
    .main-im{
        display: none;
    }
    .header{
        height: 45px;
    }
    .nav-menu{
        margin-left: 118px;
        width: calc(100% - 118px);
    }
    .logo-header img{
        height: 45px;
    }
    .header-search{
        padding-top: 4px;
        width: 100%;
        position: relative;
    }

    .header-search .input{
        width: calc(100% - 80px);
    }
    #index-banner-interval{
        height: 110px;
    }
    #index-banner-interval .carousel-item .banner-item{
        height: 110px;
    }
    .home_tj{
        width: 100%;
    }
    .home_lsit .title .back,.home_lsit .title span a,.home_lsit .list li:hover .show{display:none;}
    .color_a,.color_b,.color_c{border-top:0;}
    .color_a .title,.color_b .title,.color_c .title{background-color:#fafafa;}
    .color_a .title span em{color:#3ec6d6;}
    .color_b .title span em{color:#ff9927;}
    .color_c .title span em{color:#ff6c81;}
    .home_lsit{width:100%;margin:auto;}
    .home_lsit .title{width:100%;float:none;height:auto;}
    .home_lsit .title span{text-align:center;color:inherit;padding:14px 0;}
    .home_lsit .title span em{font-style:normal;font-size:20px;}
    .home_lsit .title span p{display: none;}
    .home_lsit .list{width:100%;}
    .home_lsit .list li{width:50%;border-right:#eee 1px solid;border-bottom:#eee 1px solid;height:auto;padding:20px 0 0 0;}
    .home_lsit .list li:nth-child(odd){width:calc(50% - 1px);}
    .home_lsit .list li:nth-child(even){border-right:0;}
    .home_lsit .list li:nth-child(7),.home_lsit .list li:nth-child(8),.home_lsit .list li:nth-child(9),.home_lsit .list li:nth-child(10),.home_lsit .list li:nth-child(11),.home_lsit .list li:nth-child(12){display:none;}
    .home_lsit .list li .con{margin:auto;}
    .home_lsit .list li .con span{font-size:22px;line-height:30px;}
    .home_lsit .list li .con p{font-size:14px;}
    .home_lsit .list li .con p.wap{display:none;}

    .home_news{width:100%;margin:20px 0;}
    .home_news .f_r{display:none;}
    .home_news .box{width:94%;box-shadow:none;padding:0;margin:auto;float:none !important;}
    .home_news .box .list li span{display:none;}

    .mobile-footer.d-none {
        display: block !important;
        z-index: 10;
        right: 0;
        left: 0;
        height: 44px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 0;
        background-color: #f7f7f7;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25);
        box-shadow: 0 0 1px rgba(0, 0, 0, .25);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        line-height: 44px;
        text-align: center;
        font-size: 12px;
        padding-top: 1px;
        bottom: 0;
    }

    .ms_fnav:active, .ms_hnav:active {
        color: #333;
    }

    .ms_fnav a {
        font-family: "iconfont";
        font-size: 12px;
        width: 19%;
        height: 44px;
        position: relative;
        display: inline-block;
    }

    .ms_fnav a:active {
        color: #333;
    }

    .ms_fnav span {
        font-size: 12px;
        width: 100%;
        position: absolute;
        display: block;
        bottom: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
    }

    .ms_fnav i {
        position: absolute;
        display: block;
        left: 50%;
        top: 7px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 14px;
        font-style: normal;
    }

    .ms_fnav i {
        width: 20px;
        height: auto;
        margin: auto;
    }

    #nav-control-bar .header-concat-us,#nav-control-bar .header-nav{
        display: none;
    }

    #nav-menu-id.show .header-nav{
        display: block !important;
        position: fixed;
        margin: 0 !important;
        background-color: #fff;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0;
        overflow: hidden;
        box-shadow: 0 0 5px 1px #ccc;
    }
    #nav-menu-id .header-nav:before{
        position: fixed;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.1);
        z-index: -1;
    }
    #nav-menu-id.nav-menu .nav-item a{
        color: #000;
    }
    .nav-menu ul li:nth-child(3n+2) a, .nav-menu ul li:nth-child(3n+1) a {
        border-right: solid 1px #ddd;
    }
    #nav-menu-id a.nav-link {
        border-bottom: solid 1px #ddd !important;
        background-color: #fff !important;
        color: #666 !important;
        border-collapse: collapse;
    }
    a.nav-link.active, a.nav-link:hover{
        border-bottom: none;
    }
    #nav-menu-id .nav-item{
        float: left;
        width: 33.3333%;
        text-align: center;

    }

    .trust {
        display: none;
    }

    .copy {
        padding-top: 10px;
        background-color: #fff;
    }

    .copy .box, .copy .box .tel {
        width: 100%;
        position: relative;
    }

    .copy .box .tel {
        border-top: 1px solid #f3f3f3;
        padding-top: 10px;
        display: none;
    }

    .footer-none {
        display: none !important;
    }

    .copy .box .menu {
        width: 100%;

    }

    .copy .box .menu ul {
        padding-left: 0;
    }

    .footer-about {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }

    .footer-about > span, .footer-about p:nth-child(4) {
        display: none;
    }

    .copy .box .tel p, .copy .box .tel em {
        color: #fff;
        margin-top: 0;
    }

    .copy .box .tel a {
        display: none;
    }

    .copy .box .menu li a:hover {
        color: #999 !important;
    }

    #shop-car .wrap {
        padding: 0;
    }

    #shop-car .shop-content {
        padding: 0;
        font-size: 12px !important;
    }

    #shop-car .shop-content tr td {
        font-size: 12px;
    }

    #shop-car .shop-content tr td:nth-child(7),
    #shop-car .shop-content tr th:nth-child(7),
    #shop-car .shop-content tr td:nth-child(6),
    #shop-car .shop-content tr th:nth-child(6),
    #shop-car .shop-content tr td:nth-child(3),
    #shop-car .shop-content tr th:nth-child(3),
    #shop-car .shop-content tr td:nth-child(4),
    #shop-car .shop-content tr th:nth-child(4) {
        display: none !important;
    }

    #shop-tongji {
        font-size: 12px;
    }

    .pagination {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .list-xx{
        border: none !important;
    }

    .list-sou, .list-xx-con, .list-sou-l {
        width: 100% !important;
    }
    .list-sou-l {
        line-height: 25px;
        font-size: 12px;
    }

    .list-xx-con li {
        height: auto;
        padding: 3px 0;
    }

    .list-xx-con li div.qkbt {
        font-size: 12px !important;
        width: 63px !important;
    }

    .list-xx-con li div.qklm {
        width: 310px !important;
    }

    .list-xx-con li div.qklm a {
        padding: 0 2px;
        font-size: 12px;
        margin: 0;
    }
    .mb-scroll-select{
        overflow: hidden;
    }
    .list-xx-con li div.qkbt{
        padding: 0;
    }
    #searchQQForm {
        padding: 10px 10px 0 10px;
    }

    .has-num {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .pre-num, .end-num {
        margin-bottom: 0;
        line-height: 30px;
    }

    .end-num + button {
        float: right;
        margin-right: 10px;
    }

    input.number {
        width: calc(100% - 70px) !important;
        margin-right: 0;
    }

    .list-sou-r {
        display: none;
    }

    .mobile-dnone {
        display: none;
    }

    .paixu {
        padding: 0;
        background-color: #fff;
    }

    .paixu a {
        font-size: 12px;
        background-color: #fff;
        color: inherit;
        margin-left: 0;
    }

    .paixu a.on {
        background-color: #fff;
        color: #ff7f28;
    }
    .table-qq-list em {
        display: none;
    }

    .table-qq-list th:nth-child(3),
    .table-qq-list td:nth-child(3),
    .table-qq-list th:nth-child(5),
    .table-qq-list td:nth-child(5),
    .table-qq-list th:nth-child(6),
    .table-qq-list td:nth-child(6) {
        display: none;
    }
    .table-qq-list a {
        font-size: 12px;
    }

    .pagination {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .pagination li{
        margin-bottom: 5px;
    }

    .haoma-detail .qqxiu,.haoma-detail .qq-info{
        float: none !important;
        width: 100% !important;
    }
    .haoma-detail .qqxiu{
        text-align: center;
        height: auto;
    }
    .haoma-detail .qqxiu div{
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #f1f1f1;
    }
    .haoma-detail .qqxiu img{
        display: block;
        width: 100%;
    }
    .qq-info .lin-ul-de,
    .qq-info div{
        padding: 0 15px;
    }
    .qq-info .lin-ul-de{
        text-align: center;
    }
    #by-now-form table th:nth-child(1),
    #by-now-form table td:nth-child(1),
    #by-now-form table th:nth-child(2),
    #by-now-form table td:nth-child(2){
        display: none;
    }
    #detail .tb-extra dl dd .icon{
        margin-bottom: 5px;
    }
    .list-lc li{
        margin: 0 auto 0 30px;
        padding: 0 0 30px;
        width: auto;
    }
    .news-index-bt, .news-nei {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px solid #f3f3f3 !important;
    }
    .news-index-bt {
        margin-top: 0;
        margin-bottom: 0;
    }
    .list-xx-bt {
        margin-bottom: 0;
        font-size: 12px;
    }
    .list-xx{
        border: none !important;
    }
    .news-index p {
        line-height: 30px;
        font-weight: normal;
        font-size: 12px;
        margin-bottom: 0;
        border-bottom: 1px solid #f3f3f3;
        border-top: none;
        margin-top: 0;
    }

    .news-index p a {
        color: #ff7f28 !important;
    }
    .news-index p a:hover{
        background-color: #fff;
        color: #ff7f28;
    }
    .news-index-con {
        margin-bottom: 0;
    }
    .list-xx h1{
        text-align: left;
        margin-bottom: 0;
        padding: 10px;
        font-size: 1.5em;

    }
    .news-index {
        width: 100% !important;
        padding-bottom: 0;
    }

    .news-index ul.news-index-con li{
        line-height: 30px;
        font-size: 12px;
        padding: 0 10px !important;
        overflow: hidden;
    }
    .news-nei p{
        font-size: 12px;
        line-height: 25px;
    }
    .news-nei h1{
        font-size: 1.5em;
    }
    .news-nei h2{
        font-size: 1.3em;
    }
    .news-nei h3{
        font-size: 1.1em;
    }
    .news-nei h4{
        font-size: 1em;
    }
    .news-nei h5{
        font-size: 0.9em;
    }
    .news-nei h6{
        font-size: 0.8em;
    }
    .news-page{
        padding: 10px;
    }
    .news-page,.news-x,.news-x{
        width: 100%;

    }
    .news-s a, .news-x a{
        display: inline;
    }

    .wrap-760{
        width: 100% !important;
    }

    ol.list-nor{
        padding-left: 30px;
        padding-right: 10px;
    }


    .ms_list.d-none {
        display: block !important;
    }

    .ms_list {
        background: #fff;
        padding: 20px 0;
        list-style: none;
        margin-bottom: 0;
    }

    .ms_list_in {
        text-align: center;
        margin-bottom: 0;
    }

    .ms_list_in .ms_list_in_t {
        display: inline-block;
        width: 24%;
    }

    @font-face {
        font-family: 'iconfont';
        src: url('../fonts/iconfont.eot');
        /* IE9*/
        src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome銆乫irefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
        /* iOS 4.1- */
    }

    .ms_list_in .ms_list_in_t:active {
        color: #333;
    }

    .ms_list_in_t img {
        width: 50%;
        margin: 0 auto;
        height: auto;
    }

    .ms_list_in_t span {
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {

}