@charset "utf-8";
em,i{font-style:normal;}
body {
    background-color: #fff8ea;
}

.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;
}


.diy-ico {
    background-image: url(/static/qq/images/ico_pc.png);
    background-repeat: no-repeat;
}

.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;
}

/*自定义滚动条*/
::-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;
}

.head-top {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #ff7d15;
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ff7f28 {
    color: #ff7f28 !important;
}

.btn-ff7f28 {
    color: #fff !important;
    background-color: #ff7f28;
    border-color: #ff7f28;
}

.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;
}

.bg-ff2f28 {
    background-color: #ff7f28;
}

.w-275 {
    width: 275px;
}

.w-910 {
    width: 910px;
}

.logo-header {
    width: 289px;
    overflow: hidden;
    height: 99px;
}

.logo-header a, .logo-header img {
    margin-top: 20px;
    display: block;
    width: 289px;
    height: 57px;
}

.header {
    background-color: #fff;
}

.header .header-main {
    height: 99px;
    margin-left: 389px;
    overflow: hidden;
}

.header-tel {
    width: 228px;
    height: 80px;
    background: url(/static/qq/images/tel.jpg) no-repeat;
    padding-left: 75px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.header-tel a {
    display: inline-block;
    color: #fff;
    margin-top: 41px;
}

.header-search {
    width: 364px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #FF7F28;
    margin-top: 30px;
    position: relative;
}

input.search-k {
    width: 270px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border: none;
    padding-left: 10px;
    color: #b4b4b4;
    margin-top: 0;
    display: block;
    outline: none;
}

.search-b {
    width: 79px;
    background: #FF7F28;
    line-height: 34px;
    height: 34px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    margin-bottom: 0;
    bottom: 0;
}

.header-shop-car {
    position: absolute;
    right: 45px;
    top: 38px;
}

.search-text-more a {
    margin-right: 10px;
    font-size: 14px;
}

a.nav-link {
    color: #fff;
    border-bottom: 4px solid transparent;
    padding: .5rem 0.8rem;
}

a.nav-link.active,
a.nav-link:hover {
    background-color: #ffea00;
    border-bottom-color: #e4d104;
    color: #ff6000;
}

#index-pc-id .banner-zones {
    height: 260px;
}

#index-pc-id .put-total {
    top: 0;
    right: 0;
    bottom: 0;
    width: 290px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    padding: 0 15px;
}

.notice-bt {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dotted #dfdede;
    margin-bottom: 6px;
}

.notice-bt a {
    float: right
}

.notice ul li, .cjwt ul li {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dh_cs {
    height: 196px;
    width: 259px;
    background-color: #f4f4f4;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #717171;
    text-align: center;
}

.dh_dhsl {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #c7c6c6;
}

.dh_dhsl span {
    font-size: 40px;
    display: block;
    color: #fd9b28;
    height: 62px;
    line-height: 62px;
}

.dh_cs .ccalaa {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 9px;
    background-color: #fd9b28;
    color: #fff;
    font-size: 20px;
    border-radius: 45px;
}

.dh_cs .ccalab {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
    background-color: #8bc34a;
    color: #fff;
    font-size: 20px;
    border-radius: 45px;
}

.index-banner {
    width: 885px;
    height: 260px;
    background-color: #fff;
    overflow: hidden;
}

.kstd, .cjwt, .gmjl, .wdzj {
    background: #fff;
    border-top: 3px solid #ff7f28;
    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: #ff7f28
}

.wdzj ul li span.zj03 {
    padding-right: 10px;
    color: #ff7f28;
    font-weight: bold
}

.gdzj {
    height: 28px;
    border-top: 1px dashed #dfdede;
    line-height: 30px;
    text-align: right;
}

.gdzj span a {
    font-size: 14px;
    color: #e60504;
    padding-right: 10px;
}


.xuanze a {
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block
}

.xuanze {
    margin-bottom: 5px;
}

.xuanze01 a {
    width: 100px;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xuanze01 {
    margin-bottom: 5px;
}

.jrtj, .tjhm {
    width: 448px;
    background: #fff;
    border-top: 3px solid #ff7f28;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    padding: 0 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.jrtj-bt, .tjhm-bt {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dashed #dfdede;
    margin-bottom: 5px;
}

.jrtj-bt i, .tjhm-bt i {
    margin-left: 10px;
}

.jrtj-bt a, .tjhm-bt a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.q-sx {
    background: #e1e1e1;
    margin-bottom: 5px;
    overflow: hidden;
}

.q-hm {
    overflow: hidden;
    margin-bottom: 0;
}

.q-sx li {
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.q-sx li.sx-q {
    width: 116px;
    text-align: left;
    padding-left: 10px;
}

.q-sx li.sx-price {
    width: 70px;
}

.q-sx li.sx-brand {
    width: 55px;
}

.q-sx li.sx-secret {
    width: 80px;
}

.q-sx li.sx-operation {
    width: 85px;
}

.q-hm li {
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.q-hm li a {
    display: block;
}

.q-hm li.sx-q {
    width: 126px;
    text-align: left;
}

.q-hm li.sx-q a {
    font-size: 18px;
    color: #0066cc;
    font-weight: bold
}

.q-hm li.sx-price {
    width: 70px;
}

.q-hm li.sx-price a {
    color: #ea0707
}

.q-hm li.sx-brand {
    width: 55px;
}

.q-hm li.sx-secret {
    width: 80px;
}

.q-hm li.sx-operation {
    width: 85px;
}

.q-hm li.sx-operation a {
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 5px;
    background: #ff7d14;
    color: #fff;
}

/*滑动门*/
.case {
    width: 910px;
    background: #fff;
    border-top: 1px solid #dfdede;
    margin-bottom: 15px;
}

.case .title {
    height: 41px;
    padding-bottom: 5px;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
}

.case .title h2 {
    font-size: 18px;
    font-family: "microsoft yahei";
}

.case .title-list {
    position: relative;
    top: 1px;
    margin-bottom: 0;
}

.case .title-list li {
    width: 146px;
    line-height: 35px;
    text-align: center;
    float: left;
    display: inline;
    cursor: pointer;
}

.case .title-list li.on {
    color: #ff7f28;
    font-weight: bold;
}

.case .title-list p {
    position: absolute;
    top: 33px;
    left: 0;
    width: 146px;
    height: 7px;
    border-bottom: 3px solid #ff7f28;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.case .title-list b {
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 7px solid #ff7f28;
    border-color: #ff7f28 #fff;
    border-width: 0 7px 7px 7px;
    zoom: 1;
    font-size: 0;
    margin: 0 auto;
    top: -1px;
}

.product {
    height: 301px;
    position: relative;
    overflow: hidden;
    display: none;
}

.product ul {
    position: absolute;
    left: 0px;
}

.product-wrap .shows {
    display: block;
}

.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;
}


.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
}


.trust em, .trust i {
    font-style: normal;
}

.trust .ico {
    background-image: url(../images/ico_pc.png);
    background-repeat: no-repeat;
}

.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;
}

.list-lx {
    width: 100%;
    height: 125px;
    background: #fff;
    margin-bottom: 15px;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
}

.list-lx01 {
    width: 150px;
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    padding-top: 3px;
    margin-top: 8px;
}

.list-lx01 img {
    display: block;
    margin: 0 auto;
}

.list-lx02 {
    width: 500px;
    padding-left: 10px;
    padding-top: 15px;
}

.list-lx02 li {
    font-size: 16px;
    line-height: 30px;
}

.list-lx02 li a {
    margin-right: 10px;
}

.list-lx02 li a img {
    vertical-align: middle;
}

.list-lx03 {
    width: 370px;
    height: 120px;
    padding-top: 5px;
    padding-left: 70px;
    background: url(../images/list-lx02.png) no-repeat left;
    margin-left: 10px;
    margin-right: 30px;
}

.list-lx03 li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-lx03 li div {
    float: right
}

.list-xx {
    border-top: 1px solid #dfdede;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    background: #fff;
    padding-bottom: 5px;
}

.list-xx-bt {
    background: #f4f3f3;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 5px;
    color: #666;
}

.list-xx-bt a {
    color: #666;
}

.list-sou {
    width: 880px;
    margin: 0 auto;
    border-bottom: 1px dashed #dfdede;
    height: 60px;
    margin-bottom: 10px;
}

.list-sou-l {
    width: 500px;
    line-height: 60px;
    font-size: 16px;
}

input.number {
    width: 170px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdede;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.list-sou-r {
    width: 300px;
    font-weight: bold;
    line-height: 60px;
    text-align: right
}

input[type="checkbox"]:checked {
    vertical-align: middle;
    background-size: 90%;
    background-color: #FFF;
    background-image: url(../images/gou.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wenbenksty {
    background-color: #FFF;
    height: 21px;
    width: 21px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCC;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    vertical-align: middle;
}

.list-xx-con {
    width: 880px;
    margin: 0 auto 10px;
}

.list-xx-con li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.list-xx-con li div.qklm {
    width: 790px;
    display: block
}

.list-xx-con li div.qklm a { /*display:inline-block; padding-right:10px;*/
    padding: 0 5px;
}

.list-xx-con li div.qklm a + a {
    margin-left: 5px;
}

.current {
    background: #ff7f28;
    border: 1px solid #ff7f28;
    color: #ffffff;
}

.current:hover {
    color: #fff !important;
}

.list-xx-con li div.qkbt {
    width: 80px;
    display: block;
    color: #ff7f28;
}

.number-list {
    background: #fff;
    border-top: 3px solid #e60504;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.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: #ff7f28;
}

.paixu a.on {
    color: #fff;
    background: #ff7f28;
}

.table-qq-list th {
    border-top: none !important;
}

.table-qq-list a {
    color: #1f79d5;
    font-size: 14px;
}

.table-qq-list em {
    font-size: 12px;
    color: #333;
    vertical-align: top;
    font-style: normal;
    margin-left: 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: #ff7f28;
}

.pagination li.active a {
    color: #fff;
}

.pagination li a {
    display: block;
}

/*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;
}

.news-index-bt {
    width: 860px;
    margin: 0 auto;
    border-bottom: 3px solid #ff7f28;
    color: #ff7f28;
    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;
}

.qqxiu {
    position: relative;
    width: 330px;
    height: 180px;
}

.qq-info {
    width: calc(100% - 350px);
}

.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-nor {
    padding-top: 15px;
    padding-left: 40px;
}

.list-nor 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
}

.news-index {
    padding-bottom: 15px;
    width: 860px;
    margin: 0 auto;
}

.news-index ul.news-index-con li {
    height: 30px;
    padding-left: 20px;
    font-size: 14px;
}
.news-index ul.news-index-con .pagination li{
    padding-left: 5px;
}

.news-index p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-top: 1px dotted #ccc;
    margin-top: 10px;
}

.news-index p a {
    color: #F60;
    display: block;
}

.news-index p a:hover {
    background: #F60;
    color: #fff;
}

.list-xx h1 {
    line-height: 30px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

.list-xx .fbly {
    width: 850px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 20px;
}

.news-page {
    width: 850px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 15px;
}

.news-s {
    width: 400px;
    float: left;
    font-size: 14px;
}

.news-x {
    width: 400px;
    float: right;
    font-size: 14px;
}

.news-s a, .news-x a {
    color: #f00;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#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;
}

#qqorder-pay_type label {
    cursor: pointer;
}

#qqorder-pay_type label input + span {
    display: block;
    position: relative;
    border: 1px solid transparent;
}

#qqorder-pay_type label input:checked + span {
    border-color: #ff7f28;
}

#qqorder-pay_type label input:checked + span:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    right: -1px;
    bottom: -1px;
    display: inline-block;
    background: url(../images/member-icon.png) 0 0;
    background-size: 40px auto;
}

.codepay-header {
    width: 130px;
    margin: 0 auto;
}

.codepay-header.alipay-icon {
    background: url("../images/alipay.jpg") no-repeat center center;
}

.codepay-header.qqpay-icon {
    background: url("../images/qqpay.jpg") no-repeat center center;
}

.codepay-header.wechatpay-icon {
    background: url("../images/weixin.jpg") no-repeat center center;
}

.time-item strong {
    background: #3ec742;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.mod-ct .tip {
    margin-top: 20px;
    border-top: 1px dashed #e5e5e5;
    padding: 10px 0;
    position: relative;
}

.mod-ct .tip .ico-scan {
    display: inline-block;
    width: 56px;
    height: 55px;
    background: url("../images/wechat-pay.png") 0 0 no-repeat;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.mod-ct .tip .tip-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 23px;
    font-size: 16px;
    line-height: 28px;
    *display: inline;
    *zoom: 1
}

.mod-ct .tip .tip-text p {
    margin-bottom: 0;
}

.mod-ct .tip .dec {
    display: inline-block;
    width: 22px;
    height: 45px;
    background: url("../images/wechat-pay.png") 0 -55px no-repeat;
    position: absolute;
    top: -23px
}

.mod-ct .tip .dec-left {
    background-position: 0 -55px;
    left: -136px
}

.mod-ct .tip .dec-right {
    background-position: -25px -55px;
    right: -136px
}

.mod-ct .detail-open {
    border-top: 1px solid #e5e5e5;
}

.mod-ct .detail .detail-ct {
    font-size: 12px;
    text-align: right;
    line-height: 28px;
    display: none;
}

.mod-ct .detail-open .detail-ct {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.mod-ct .detail .detail-ct dt {
    float: left;
    font-weight: normal;
}

.inner-infos {
    text-align: center;
    margin: 30px auto 0 auto;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    font-family: "simsun";
}

.inner-infos p {
    margin-bottom: 0;
}

#online-box {
    right: 0;
    top: 50%;
    margin-top: -200px;
    border: 5px solid #ff7f28;
    border-radius: 4px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#online-box .card {
    border: none;
}

#online-box .card-header {
    background: #fff;
    border: none;
    color: #ff7f28;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    padding-left: 10px;
}

#online-box .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#online-box .card-body i {
    color: #ff7f28;
}

.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;
}

/*QQ test*/
.result-c table td,
.result-c table th{
    border-bottom: 1px solid #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.result-c table td{
    text-align: left;
    padding: 0 10px 0 20px;
}
.result-c table th{
    width: 100px;
    text-align: right;
}
.result-c table{
    width: 100%;
}
.result-c{
    background: #fff;
    width: 978px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    font-family: "MicroSoft yahei";
    overflow: hidden;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result-c-empty p{
    width: 660px;
    margin: 166px auto 0;
    color: #f60;
}
.search-result .result-c-empty{
    background: url("../images/search-content_top2.png") no-repeat center center;
    width: 978px;
    height: 344px;
    color: #ef6906;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto;
}
.search-result .head{
    background: url("../images/search-content_top.png") no-repeat center center;
    height: 135px;
}
.result-content{
    position: relative;
}
.search-result{
    overflow: hidden;
}
#test-pc-id .wrap-1200{
    background: url("../images/gujia-bg.jpg") no-repeat top center;
    background-size: contain;
    overflow: hidden;
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.search-box{
    overflow: hidden;
}
.input-qq{
    background: url("../images/gujia-search.png") no-repeat center center;
    position: relative;
    font-size: 14px;
    height: 155px;
    z-index: 10;
    width: 653px;
    margin: 68px 0 40px;
}
.input-qq input{
    position: absolute;
    left: 68px;
    top: 80px;
    width: 495px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    padding-left: 20px;
    background-color: transparent;
    border: none;
    outline: none;
}
.sub-online{
    position: absolute;
    background-color: #f60;
    padding: 11px 27px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 82px;
    left: 623px;
    color: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.sub-online:hover{
    opacity: 0.9;
}

/*qq test end*/

@media screen and (max-width: 1200px) {
    body{
        background-color: #fff;
    }
    #online-box {
        display: none;
    }

    .wrap-1200 {
        width: 100% !important;
        margin: 0 auto;
    }

    .head-top {
        display: none;
    }

    .header {
        overflow: hidden;
        padding: 10px 5px;
        position: relative;
    }

    .logo-header {
        width: 100px;
        height: 30px;
        overflow: hidden;
    }

    .logo-header img {
        width: 100px;
        height: auto;
    }

    .logo-header a, .logo-header img {
        margin-top: 0;
        width: 100px;
        height: auto;
    }

    .header .header-main {
        height: 30px;
        margin-left: 120px;
    }

    .header-main .col-8 {
        width: calc(100% - 50px) !important;
        max-width: calc(100% - 50px) !important;
        flex: inherit;
    }

    .header-main .col-4 {
        display: none;
    }

    .search-text-more {
        display: none;
    }

    .header-shop-car {
        display: none;
    }

    .header-search {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #FF7F28;
        margin-top: 0;
        position: relative;
    }

    input.search-k {
        height: 100%;
        width: calc(100% - 45px);
    }

    .search-b {
        width: auto;
        line-height: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 10px;
    }

    .nav-menu {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-bottom: 0;
        right: 10px;
        top: 10px;
        background-color: #fff;
        border-radius: 50rem;
        border: 1px solid #d2d2d2;
        cursor: pointer;
    }

    .nav-menu:before {
        position: absolute;
        content: "\f0ca";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        line-height: 28px;

    }

    .nav-menu .wrap-1200 {
        display: none;
    }

    .nav-menu.show .wrap-1200 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 9999999;

    }

    .nav-menu.show .wrap-1200 ul {
        box-shadow: 0 0 5px 1px #ccc;
    }

    .nav-menu .wrap-1200 li {
        width: 33.3333%;
        text-align: center;
    }

    a.nav-link {
        border-bottom: solid 1px #ddd !important;
        background-color: #fff !important;
        color: #666 !important;
        border-collapse: collapse;
    }

    .nav-menu ul li:nth-child(3n+2) a, .nav-menu ul li:nth-child(3n+1) a {
        border-right: solid 1px #ddd;
    }

    .top-info-page {
        display: none;
    }

    .index-banner {
        width: 100%;
        height: auto;
    }

    #index-pc-id .put-total {
        position: relative !important;
        width: 100%;
        text-align: center;
        border: none !important;
    }

    .put-total .notice-bt {
        display: none;
    }

    .dh_dhsl {
        text-align: center;
        font-size: 1.3em;
        color: #d2d2d2;
        line-height: 70px;
        height: 70px;
        padding-bottom: 0;
    }

    .dh_cs {
        text-align: center;
        width: 100%;
        height: auto;
        background-color: #fff;
        border: none !important;
        padding-bottom: 15px;
    }

    .dh_dhsl span {
        color: #fd9b28;
        font-size: 1.8em;
        display: inline-block;
    }

    .lianxi-btn a {
        color: inherit;
    }


    .dh_cs .ccalaa, .dh_cs .ccalab {
        padding: 0 15px;
        display: inline-block;
    }

    .left-bar, .zgtjAndtj {
        display: none;
    }

    .index-content {
        margin-top: 0 !important;
    }

    #index-pc-id .banner-zones {
        height: auto;
    }

    .w-910, .qqqun {
        width: 100% !important;
    }

    .qqqun {
        margin-bottom: 0 !important;
    }

    .case {
        border-top: none !important;
        width: 100% !important;
    }

    .case .title-list {
        overflow: hidden;
    }

    .case .title-list li {
        width: 25%;
        font-size: 12px;
    }

    .haomalist {
        width: 100% !important;
        overflow: hidden;
    }

    .case .title {
        border-left: none;
        border-right: none;
    }

    .haomalist .list-view {
        width: 100%;
        overflow: hidden;
    }

    .haomalist .list-view li {
        width: 50% !important;
    }

    .haomalist li a {
        width: 100% !important;
    }

    .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;
    }

    .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;
    }

    #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;
    }

    .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: 15px;
    }

    .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?#iefix') 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;
    }

    .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;
    }

    .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;
    }

    #searchQQForm {
        padding: 10px 10px 0 10px;
    }

    .has-num {
        width: 100% !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);
        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;
    }

    .news-index {
        width: 100% !important;
        padding-bottom: 0;
    }
    .fbly,.news-nei{
        width: 100% !important;
        margin-bottom: 0;
    }

    .number-list {
        margin-bottom: 0;
    }

    .news-index-bt, .news-nei {
        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;

    }
    .list-xx .fbly{
        font-size: 12px;
        text-align: left;
        padding: 0 10px;
        height: auto;
        margin-bottom: 0;
        border-color: #f3f3f3;
    }
    .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;
    }

    .input-qq{
        background: url("../images/gujia-search.png") no-repeat center center;
        position: relative;
        -webkit-background-size: contain;
        background-size: contain;
        font-size: 14px;
        z-index: 10;
        margin: 58px 0 0 0;
        width: 100%;
    }
    .zhanwei{
        display: block;
        width: 100%;
        visibility: hidden;
    }
    .input-qq input{
        position: absolute;
        bottom: 5px;
        left: 10px;
        line-height: 37px;
        height: 37px;
        width: 80%;
        border: none;
        background-color: transparent;
        outline: none;
    }
    .sub-online{
        bottom: 34px;
        right: 5px;
        top: auto;
        left: auto;
        font-size: 14px;
        position: absolute;
        border: none;
        z-index: 99;
        color: #f60;
        cursor: pointer;
        outline: none;
        background-color: transparent;
    }
    .search-result .result-c-empty{
        width: auto;
        height: auto;
    }
    .search-result .head{
        background: url("../images/search-content_top.png") no-repeat top center;
        -webkit-background-size: contain;
        background-size: contain;
        height: 54px;
    }
    .result-content{
        position: relative;
    }
    .search-result{
        overflow: hidden;
        margin-top: 0 !important;
    }

    .result-c-empty p{
        width: 100%;
        color: #f60;
        font-size: 12px;
        line-height: 1.8;
        font-weight: 500;
        text-align: center;
        padding: 2rem 0;
        margin-top: 0;
    }

    .result-c table td,
    .result-c table th{
        border-bottom: 1px solid #f3f3f3;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .result-c table td{
        text-align: left;
        padding: 0 10px 0 20px;
    }
    .result-c table th{
        width: 100px;
        text-align: right;
    }
    .result-c table{
        width: 100%;
    }
    .result-c{
        background: #fff;
        width: 100%;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        font-family: "MicroSoft yahei";
        overflow: hidden;
        margin: 0 auto;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrap-760{
        width: 100% !important;
    }
    .order-page .card-body{
        padding: 10px !important;
    }
    .order-page dt{
        width: 50px !important;
    }
    .order-page dd.float-left{
        width: calc(100% - 50px) !important;
    }
    .wenbenksty{
        width: 17px !important;
        height: 17px !important;
    }
    .end-num{
        margin-left: 20px;
    }
    .qqxiu{
        padding-top: 10px;
        float: none !important;
        width: 100% !important;
        text-align: center;
        height: auto;
    }
    .qqxiu div{
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #f1f1f1;
    }
    .qqxiu img{
        display: block;
        width: 100%;
    }
    .qq-info{
        width: 100%;
    }
    .qq-info .lin-ul-de,
    .qq-info div{
        padding: 0 15px;
    }
    ol.list-nor{
        padding-top: 0;
        padding-left: 25px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .show-min-sc{
        display: none !important;
    }
}

#by-now-form input {
    display: inline-block;
    width: auto;
    max-width: 80px;
    border: none;
    outline: none;
}

#by-now-form label {
    margin-bottom: 0;
}
.qqxiu img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

/*在线咨询*/

.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;
}

/*结束*/