@import "iconfont.css";

@charset "utf-8";

* {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    box-sizing: inherit
}

html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset {
    margin: 0;
    padding: 0
}

ul,ol,dl {
    list-style-type: none
}

html,body {
    *position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: 400
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,th,td,button,input,select,textarea {
    font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6
}

a,area,a:focus,a:hover,a:active {
    outline: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222
}

a:hover {
    text-decoration: none;
    color: #f00
}

sub,sup {
    vertical-align: baseline
}

button,input[type="button"],input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
    margin: 1px 5px 0 0;
    border: none;
    color: #FFF;
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    border-radius: 5px;
}

img {
    border: 0;
    vertical-align: middle
}

a img,img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}

header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="radio"],input[type="checkbox"] {
    margin-top: -2px
}

.cl:after,.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,.clearfix {
    zoom: 1
}

.spinner {
    margin: 100px auto;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 10px
}

.spinner>div {
    background-color: #ddd;
    height: 100%;
    width: 6px;
    margin-right: 3px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.city-map-box {
    position: absolute;
    z-index: 1200;
    top: 25px;
    left: 0;
    background-color: #fff;
    width: 680px;
    padding: 0 30px 5px 23px;
    display: none;
    border: 1px solid #f60
}

.city-header {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1
}

.city-header h3 {
    padding: 16px 0;
    font-size: 13px;
    font-weight: 400
}

.city-header .city-breadcrumb {
    float: right;
    padding: 16px 0 0 50px
}

.city-header .city-breadcrumb .highlight {
    color: #0089dc
}

.city-map-box dl {
    zoom: 1;
    position: relative;
    border-top: 1px solid #eee;
    padding-left: 5em;
    line-height: 24px;
    font-size: 14px
}

.city-map-box dl:before,.city-map-box dl:after {
    content: " ";
    display: table
}

.city-map-box dl:after {
    clear: both
}

.city-map-box dt {
    position: absolute;
    left: 0;
    color: #666;
    padding: 4px 0
}

.city-map-box dd {
    float: left;
    margin: 4px 2px 4px 0;
    text-align: left
}

.city-map-box dd a {
    display: block;
    padding: 0 .8em;
    color: #0089dc
}

.city-map-box dd a:hover {
    color: #f60
}

.city-map-box dd.curr {
    background-color: #f60;
    border-radius: 5px
}

.city-map-box dd.curr a {
    color: #fff
}

.js_dom {
    display: none
}

.kf-tiao {
    position: fixed;
    background: url(../images/kf-tiao.png) no-repeat;
    z-index: 10006;
    right: -2px;
    top: 200px
}

.kf-tiao .borard {
    position: relative;
    width: 112px;
    height: 365px
}

.kf-tiao a {
    position: absolute;
    display: block;
    width: 110px;
    height: 270px;
    top: 98px;
    left: 0;
    text-align: center;
    padding-top: 90px;
    color: #fff
}

.kf-tiao .close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: #777e87;
    cursor: pointer
}

.kf-tiao .close:hover {
    background-color: #000
}

.kf-tiao .close:before {
    content: "\e66c";
    font-family: iconfont !important;
    font-style: normal;
    font-size: 10px;
    color: #fff;
    line-height: 16px
}

.kf-tiao .btn {
    display: none;
    position: absolute;
    right: 112px;
    background: #fa3228;
    color: #fff;
    top: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer
}

.kf-tiao .btn:before {
    content: "\e668";
    font-family: iconfont !important;
    font-style: normal;
    font-size: 40px;
    color: #fff;
    line-height: 60px
}

.kf-tiao.hidden .btn {
    display: block
}

body {
    background: url(../images/2016guoqing.png) fixed no-repeat center 100px;
    padding-top: 10px
}

.fl {
    float: left
}

.fr {
    float: right
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    zoom: 1
}

.wrap:before,.wrap:after {
    content: " ";
    display: table
}

.wrap:after {
    clear: both
}

.l {
    float: left;
    width: 220px
}

.r {
    float: right;
    width: 965px;
    padding: 15px 0;
    zoom: 1
}

.r:before,.r:after {
    content: " ";
    display: table
}

.r:after {
    clear: both
}

.rl {
    float: left;
    width: 730px
}

.rr {
    float: right;
    width: 220px
}

a {
    color: #222
}

a:hover {
    color: #e12228
}

a.hg {
    color: #06c
}

.red {
    color: #ef4047
}

hr {
    width: 100%;
    height: 2px;
    background-color: #b1191a;
    border: 0
}

.header {
    position: relative;
    z-index: 999;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0 0;
    /*background: #fff url(../images/huodong.png) no-repeat 962px 12px*/
}

.header .t {
    height: 80px;
    padding-top: 10px;
    zoom: 1
}

.header .t:before,.header .t:after {
    content: " ";
    display: table
}

.header .t:after {
    clear: both
}

.header .t .logo {
    float: left;
    height: 66px;
    width: 210px
}

.header .t .logo a {
    display: block;
    width: 210px;
    height: 0;
    padding-top: 66px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat
}

.header .nav {
    padding-top: 10px;
    height: 55px;
    zoom: 1
}

.header .nav:before,.header .nav:after {
    content: " ";
    display: table
}

.header .nav:after {
    clear: both
}

.header .nav .fi {
    float: left;
    width: 220px;
    height: 45px;
    line-height: 45px;
    background-color: #ff971a;
    font-size: 16px;
    padding-left: 20px;
    color: #fff
}

.header .nav ul {
    float: left;
    zoom: 1
}

.header .nav ul:before,.header .nav ul:after {
    content: " ";
    display: table
}

.header .nav ul:after {
    clear: both
}

.header .nav ul li {
    float: left;
    padding: 0 20px;
    color: #b1191a;
    font-size: 16px;
    line-height: 45px
}

.header .nav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 45px
}

.header .nav ul li a:hover {
    color: #ff6700
}

.header .nav ul li.curr a {
    color: #ff6700
}

.search-box {
    width: 550px;
    margin: 0 auto;
    margin-left: 50px
}

.search-box ul {
    height: 23px
}

.search-box ul li {
    cursor: pointer;
    float: left;
    color: #333;
    padding: 2px 15px
}

.search-box ul li.curr {
    background: #ff6700;
    color: #fff
}

.search-box .form {
    padding-left: 30px;
    border: 2px #ff6700 solid;
    position: relative;
    height: 40px;
    line-height: 37px
}

.search-box .form :before {
    content: "\3434";
    font-family: iconfont !important;
    font-style: normal;
    font-size: 20px;
    color: #999;
    line-height: 45px;
    position: absolute;
    font-weight: 700;
    left: 6px
}

.search-box .form input[type="search"] {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px
}

.search-box .form input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 100
}

.search-box .form input[type="search"]:-moz-placeholder {
    font-size: 14px;
    font-weight: 100
}

.search-box .form input[type="search"]::-moz-placeholder {
    font-size: 14px;
    font-weight: 100
}

.search-box .form input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 100
}

.search-box .form input[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    border: none;
    background: #ff6700;
    color: #fff;
    padding: 0 30px;
}

.kf-number {
    width: 200px;
    margin: 0 10px 0 0;
    text-align: right;
    font-weight: 700
}

.kf-number .phone-icon {
    color: #262626;
    margin-bottom: 10px;
    font-size: 16px
}

.kf-number .phone-icon em {
    color: #999;
    font-style: normal;
    font-size: 12px
}

.kf-number .phone-icon:before {
    content: "\e650";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b1191a;
    margin-right: 3px
}

.kf-number .phone-num {
    font-size: 24px;
    line-height: 26px
}

.kf-number .phone-num i {
    font-style: normal
}

.tel-box {
    float: right;
    height: 64px;
    width: 210px
}

.tel-top {
    float: right;
    text-align: right;
    width: 210px;
    padding: 2px 0 2px 0
}

.tel-text {
    float: right;
    text-align: right;
    width: 210px;
    padding-bottom: 1px
}

.tel-tel {
    float: right;
    text-align: right;
    width: 210px
}

#top-city {
    float: left;
    font-size: 12px;
    margin: 14px 0 0 0;
    width: 100px;
    padding-left: 30px;
    position: relative
}

#top-city .city-current {
    width: 116px;
    margin-bottom: 0
}

#top-city .city-current .city-current-name {
    color: #404040;
    font-size: 20px;
    margin: 4px 0 2px 0;
    line-height: 22px;
    padding-left: 2px
}

#top-city .inactive {
    color: #666;
    text-decoration: none;
    position: relative
}

#top-city .inactive span.qh-but {
    padding: 3px;
    cursor: pointer;
    display: block;
    padding-right: 19px
}

#top-city .inactive span.qh-but:before {
    content: " ";
    display: block;
    position: absolute;
    border-left: 4px solid transparent;
    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    top: 11px;
    right: 7px
}

#top-city .inactive:hover span.qh-but {
    background-color: #f60;
    color: #fff
}

#top-city .inactive:hover span.qh-but:before {
    border-top-color: #fff
}

#top-city .inactive:hover .city-map-box {
    display: block
}

footer {
    font: 400 1em/1.5 PingFang SC,Lantinghei SC,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;
    margin-top: 20px
}

footer .slogan {
    height: 90px;
    background: #f5f5f5;
    clear: both
}

footer .slogan li {
    width: 25%;
    float: left;
    height: 90px;
    line-height: 90px;
    text-align: center
}

footer .slogan li strong {
    font-size: 20px;
    color: #666
}

footer .slogan li:before {
    font-weight: bold;
    margin-right: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #e4393c;
    font-size: 27px;
    border: 2px #d1191a solid;
    border-radius: 30%
}

footer .slogan li.duo-icon:before {
    content: "\591a"
}

footer .slogan li.hao-icon:before {
    content: "\597d"
}

footer .slogan li.sheng-icon:before {
    content: "\7701"
}

footer .slogan li.bian-icon:before {
    content: "\4fbf"
}

footer .help {
    overflow: hidden;
    margin: 20px auto
}

footer .help .lt-help-post {
    float: left;
    width: 710px;
    overflow: hidden
}

footer .help .lt-help-post li {
    float: left;
    margin: 0 50px
}

footer .help .lt-help-post li dt {
    color: #363636;
    font-size: 16px;
    margin-bottom: 10px
}

footer .help .lt-help-post li dd {
    margin: 8px 0
}

footer .help .lt-help-post li dd a {
    display: block;
    color: #9e9e9e
}

footer .help .lt-help-post li dd a:hover {
    color: #e12228
}

footer .help .rt-other-infor {
    float: right;
    width: 400px
}

footer .help .rt-other-infor h5 {
    color: #363636;
    font-size: 16px;
    margin-bottom: 10px
}

footer .help .rt-other-infor p {
    color: #363636;
    margin: 5px 0
}

footer .help .rt-other-infor .wechatQRcode {
    float: right;
    width: 110px;
    height: 140px;
    background: url(../images/w-qr.jpg) no-repeat bottom left
}

footer .help .rt-other-infor .service-infor {
    margin-right: 50px;
    float: left;
    position: relative
}

footer .help .rt-other-infor .service-infor:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6
}

footer .help .rt-other-infor .service-infor p {
    margin: 5px;
    color: #666
}

footer .footer-menu {
    background: #333;
    overflow: hidden;
    padding: 20px 0
}

footer .footer-menu .wrap {
    text-align: center;
    background: #333
}

footer .footer-menu .wrap a {
    display: inline-block;
    margin: 0 20px;
    color: #fff
}

footer .footer-menu .wrap a:hover {
    color: #e12228
}

footer .last-bottom {
    background: #414141;
    padding: 25px 0 35px
}

footer .last-bottom .wrap {
    background: #414141
}

footer .last-bottom p {
    text-align: center;
    color: #fff;
    margin: 5px 0;
    font-size: 12px
}

footer .last-bottom p .other-icon-link {
    margin-top: 20px;
    display: inline-block;
    background: #fff;
    border: 1px #d6d6d6 solid;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden
}

footer .last-bottom p .other-icon-link img {
    width: auto;
    max-width: 100%;
    height: 40px
}

footer .last-bottom p a {
    color: #fff
}

footer .last-bottom.new-last-bottom {
    background: none;
    border-top: 1px #f5f6f7 solid
}

footer .last-bottom.new-last-bottom p {
    color: #fff
}

footer .last-bottom.new-last-bottom p a {
    color: #fff
}

.qrwrap {
    position: relative;
    padding-right: 12px;
    cursor: pointer;
    color: #f00
}

.qrwrap:before {
    content: " ";
    display: block;
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 6px solid #ef0000;
    border-bottom: 5px solid transparent;
    top: 2px;
    right: 0;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.qrwrap .qrbox {
    display: none;
    width: 207px;
    height: 500px;
    background: #fff url("../images/sqm.jpg") no-repeat;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 15px;
    border: 2px solid #ff971a
}

.qrwrap:hover:before {
    top: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ff971a
}

.tel-text:hover .qrbox {
    display: block
}

.l .nav {
    background: #ff971a;
    padding: 1px
}

.l .nav .li {
    overflow: hidden;
    margin-top:;
    padding: 8px 10px 0 19px;
    position: relative
}

.l .nav .li:hover {
    background-color: #ff971a;
}

.l .nav .li:hover h3 a {
    color: #fff
}

.l .nav .li:hover h3 a:hover {
    color: #ccc
}

.l .nav .li:hover ul li a {
    color: #fff
}

.l .nav .li:hover ul li a:hover {
    color: #ccc
}

.l .nav h3 {
    height: 28px
}

.l .nav h3 a {
    line-height: 28px;
    font-size: 14px;
    color: #fff
}

.l .nav ul {
    zoom: 1;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ffffff;
}

.l .nav ul:before,.l .nav ul:after {
    content: " ";
    display: table
}

.l .nav ul:after {
    clear: both
}

.l .nav ul li {
    width: 49%;
    height: 24px;
    float: left
}

.l .nav ul li a {
    line-height: 24px;
    font-size: 12px;
    color: #fff
}

.l .qa {
    margin-top: 15px;
    border: 1px solid #eee
}

.l .qa h6 {
    background: #eee;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    zoom: 1
}

.l .qa h6:before,.l .qa h6:after {
    content: " ";
    display: table
}

.l .qa h6:after {
    clear: both
}

.l .qa h6 a {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.l .qa ul {
    padding: 2px 10px;
    margin-top: -1px;
    overflow: hidden
}

.l .qa ul li {
    border-top: 1px solid #eee;
    padding: 5px 0 8px
}

.l .qa ul li h5 {
    padding: 10px 0 5px;
    position: relative;
    text-indent: 2em
}

.l .qa ul li h5 a {
    font-size: 14px;
    font-weight: 700;
    color: #06c;
    line-height: 24px
}

.l .qa ul li h5 a:hover {
    color: #e12228
}

.l .qa ul li h5:before {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 0;
    content: " "
}

.l .qa ul li h5.ydkf:before {
    background: url(../images/yd_logo.gif);
    background-size: 20px 15px
}

.l .qa ul li h5.ltkf:before {
    background: url(../images/lt_logo.gif);
    background-size: 20px 15px
}

.l .qa ul li h5.wzkf:before {
    background: url(../images/dx_logo.gif);
    background-size: 20px 15px
}

.l .qa ul li p {
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.l .qa ul li .time {
    text-align: right;
    color: #ddd
}

.fix_box {
    position: fixed;
    right: 0;
    margin-left: 610px;
    bottom: 20px;
    z-index: 10005;
    width: 48px;
    zoom: 1
}

.fix_box .fix_box_back_up {
    display: block;
    background: url(../images/home_top.png) 0 -42px no-repeat;
    height: 42px;
    width: 48px;
    text-indent: -9999px;
    position: relative;
    z-index: 10;
    margin-top: 10px
}

.fix_box .fix_box_back_up:hover {
    background-position: 0 -84px
}

.fix_box .fix_box_survey {
    display: block;
    background: #646464;
    position: relative;
    z-index: 10;
    line-height: 18px;
    padding: 6px 9px;
    text-align: center;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    text-decoration: none;
    margin-top: 10px
}

.fix_box .fix_box_survey:hover {
    background: #fa3228;
    color: #fff;
    text-decoration: none
}

.home-num-list {
    width: 100%;
    zoom: 1;
    margin-top: -1px
}

.home-num-list:before,.home-num-list:after {
    content: " ";
    display: table
}

.home-num-list:after {
    clear: both
}

.num-list li {
    position: relative;
    float: left;
    height: 100px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
    overflow: hidden
}

.num-list li div {
    position: absolute
}

.num-list li .p-num {
    z-index: 3;
    font-weight: 700;
    width: 100%;
    padding-left: 30px;
    padding-top: 17px;
    font-size: 20px
}

.num-list li .p-num span {
    color: #e4393c;
    cursor: default
}

.num-list li .p-num span.s1 {
    color: #138a13
}

.num-list li .lanmu {
    z-index: 1;
    padding-left: 30px;
    color: #9a9a9a;
    font-size: 12px;
    top: 50px
}

.num-list li .p-infor {
    z-index: 1;
    top: 70px;
    text-align: left;
    padding-left: 26px;
    width: 100%
}

.num-list li .p-infor span {
    font-size: 12px;
    color: #666;
    margin: 0 5px
}

.num-list li .p-infor span em {
    font-weight: 700;
    font-size: 14px;
    color: #e4393c;
    padding: 0 5px 0 10px;
    position: relative
}

.num-list li .p-infor span em:before {
    font-weight: 100;
    position: absolute;
    font-family: FontAwesome;
    content: "\f157";
    left: 0
}

.num-list li .p-operate {
    z-index: 3;
    display: none;
    top: 62px;
    left: 50%;
    width: 180px;
    height: 24px;
    margin-left: -80px;
    zoom: 1
}

.num-list li .p-operate:before,.num-list li .p-operate:after {
    content: " ";
    display: table
}

.num-list li .p-operate:after {
    clear: both
}

.num-list li .p-operate a {
    float: left;
    width: 80px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    display: block
}

.num-list li .p-operate .btn-buy {
    background: #ff6700;
    border-radius: 3px 0 0 3px
}

.num-list li .p-operate .btn-collect {
    background: #393232;
    border-radius: 0 3px 3px 0
}

.num-list li .p-mask {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5)
}

.num-list li:hover .p-num {
    color: #fff
}

.num-list li:hover .p-num span {
    color: #fff
}

.num-list li:hover .lanmu {
    display: none
}

.num-list li:hover .p-infor {
    display: none
}

.num-list li:hover .p-operate {
    display: block
}

.num-list li:hover .p-mask {
    display: block
}

.num-list li.dg {
    background: url(../images/dg-block.png) no-repeat 133px 35px
}

.num-list li.dg .p-num span,.num-list li.dg .p-num span.s1 {
    color: #a7a6a5
}

.num-list li.dg .lanmu {
    color: #a7a6a5
}

.num-list li.dg .p-infor span,.num-list li.dg .p-infor span em {
    color: #a7a6a5
}

.num-list li.dg:hover .p-num {
    color: #a7a6a5
}

.num-list li.dg:hover .p-num span {
    color: #a7a6a5
}

.num-list li.dg:hover .lanmu {
    display: block
}

.num-list li.dg:hover .p-infor {
    display: block
}

.num-list li.dg:hover .p-operate {
    display: none
}

.num-list li.dg:hover .p-mask {
    display: none
}

.num-list-row li {
    position: relative;
    float: left;
    height: 44px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
    overflow: hidden
}

.num-list-row li div {
    position: absolute
}

.num-list-row li .p-num {
    z-index: 3;
    font-weight: 700;
    width: 50%;
    padding-left: 18px;
    font-size: 20px;
    line-height: 44px
}

.num-list-row li .p-num span {
    color: #e4393c;
    cursor: default
}

.num-list-row li .p-num span.s1 {
    color: #138a13
}

.num-list-row li .lanmu {
    z-index: 1;
    color: #9a9a9a;
    font-size: 12px;
    left: 45%;
    width: 20%;
    line-height: 40px
}

.num-list-row li .p-infor {
    z-index: 1;
    left: 65%;
    text-align: left;
    width: 30%;
    line-height: 40px
}

.num-list-row li .p-infor span {
    font-size: 12px;
    color: #666;
    margin: 0 5px
}

.num-list-row li .p-infor span em {
    font-weight: 700;
    font-size: 14px;
    color: #e4393c;
    padding: 0 5px 0 10px;
    position: relative
}

.num-list-row li .p-infor span em:before {
    font-weight: 100;
    position: absolute;
    font-family: FontAwesome;
    content: "\f157";
    left: 0
}

.num-list-row li .p-operate {
    z-index: 3;
    display: none;
    top: 10px;
    left: 45%;
    width: 50%;
    height: 24px;
    zoom: 1
}

.num-list-row li .p-operate:before,.num-list-row li .p-operate:after {
    content: " ";
    display: table
}

.num-list-row li .p-operate:after {
    clear: both
}

.num-list-row li .p-operate a {
    float: left;
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    display: block;
    margin-right: 33px;
    border-radius: 3px
}

.num-list-row li .p-operate .btn-buy {
    background: #ef4047
}

.num-list-row li .p-operate .btn-collect {
    background: #393232
}

.num-list-row li .p-mask {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5)
}

.num-list-row li:hover .p-num {
    color: #fff
}

.num-list-row li:hover .p-num span {
    color: #fff
}

.num-list-row li:hover .lanmu {
    display: none
}

.num-list-row li:hover .p-infor {
    display: none
}

.num-list-row li:hover .p-operate {
    display: block
}

.num-list-row li:hover .p-mask {
    display: block
}

.num-list-row li.dg {
    background: url(../images/dg-row.png) no-repeat 150px 2px
}

.num-list-row li.dg .p-num span,.num-list-row li.dg .p-num span.s1 {
    color: #a7a6a5
}

.num-list-row li.dg .lanmu {
    color: #a7a6a5
}

.num-list-row li.dg .p-infor span,.num-list-row li.dg .p-infor span em {
    color: #a7a6a5
}

.num-list-row li.dg:hover .p-num {
    color: #a7a6a5
}

.num-list-row li.dg:hover .p-num span {
    color: #a7a6a5
}

.num-list-row li.dg:hover .lanmu {
    display: block
}

.num-list-row li.dg:hover .p-infor {
    display: block
}

.num-list-row li.dg:hover .p-operate {
    display: none
}

.num-list-row li.dg:hover .p-mask {
    display: none
}

.sortbar {
    width: 100%;
    height: 40px;
    margin-top: 20px
}

.sortbar .sort-row {
    zoom: 1;
    height: 41px;
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8
}

.sortbar .sort-row:before,.sortbar .sort-row:after {
    content: " ";
    display: table
}

.sortbar .sort-row:after {
    clear: both
}

.sortbar .sort-row .sorts {
    float: left
}

.sortbar .sort-row .sorts ul {
    zoom: 1
}

.sortbar .sort-row .sorts ul:before,.sortbar .sort-row .sorts ul:after {
    content: " ";
    display: table
}

.sortbar .sort-row .sorts ul:after {
    clear: both
}

.sortbar .sort-row .sorts ul li {
    float: left;
    display: block;
    position: relative;
    margin-left: -1px;
    padding: 0 25px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    color: #6d6d6d;
    line-height: 39px;
    cursor: pointer
}

.sortbar .sort-row .sorts ul li.curr,.sortbar .sort-row .sorts ul li:hover {
    background-color: #fff;
    color: #c81623
}

.sortbar .sort-row .sorts ul li i {
    display: none
}

.sortbar .sort-row .sorts ul li.curr i {
    display: block;
    position: absolute;
    top: 1px;
    right: 13px;
    font-style: normal
}

.sortbar .sort-row .sorts ul li.curr i:before {
    font-family: FontAwesome;
    content: "\f175"
}

.sortbar .sort-row .sorts ul li.curr i.f:before {
    font-family: FontAwesome;
    content: "\f176"
}

.sortbar .sort-row .prices {
    float: left;
    position: relative
}

.sortbar .sort-row .prices:hover .number-txtbox-box {
    display: block
}

.sortbar .sort-row .prices .number-line {
    padding: 5px 0 0 15px;
    position: relative
}

.sortbar .sort-row .prices .number-line input {
    width: 240px;
    padding: 0 4px;
    height: 28px;
    border: solid 1px #dfdfdf;
    line-height: normal;
    font-family: arial
}

.sortbar .sort-row .prices .number-line .f-s-btn {
    position: absolute;
    right: 1px;
    top: 6px;
    border: none;
    background: #fff;
    height: 26px;
    width: 41px;
    border-left: 1px #d6d6d6 solid;
    color: #333
}

.sortbar .filter-row {
    zoom: 1;
    height: 39px;
    border: 1px solid #e8e8e8;
    border-top: 0
}

.sortbar .filter-row:before,.sortbar .filter-row:after {
    content: " ";
    display: table
}

.sortbar .filter-row:after {
    clear: both
}

.sortbar .filter-row .filter-box {
    float: left
}

.sortbar .filter-row .filter-box ul {
    zoom: 1
}

.sortbar .filter-row .filter-box ul:before,.sortbar .filter-row .filter-box ul:after {
    content: " ";
    display: table
}

.sortbar .filter-row .filter-box ul:after {
    clear: both
}

.sortbar .filter-row .filter-box ul li {
    float: left;
    line-height: 39px;
    margin-left: 12px;
    color: #6d6d6d;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    font-size: 12px
}

.sortbar .filter-row .filter-box ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 14px
}

.sortbar .filter-row .filter-box ul li.selected:before {
    content: "\f046"
}

.sortbar .block-row {
    float: right;
    zoom: 1;
    width: 78px;
    height: 39px
}

.sortbar .block-row:before,.sortbar .block-row:after {
    content: " ";
    display: table
}

.sortbar .block-row:after {
    clear: both
}

.sortbar .block-row div {
    float: left;
    width: 39px;
    height: 39px;
    border-left: 1px solid #e8e8e8;
    text-align: center
}

.sortbar .block-row div:before {
    font-family: iconfont;
    line-height: 39px;
    font-size: 18px
}

.sortbar .block-row .block:before {
    content: "\f015f"
}

.sortbar .block-row .row:before {
    content: "\e607"
}

.sortbar .block-row .selected {
    color: #c81623
}

.sortbar400 {
    height: 40px
}

.sortbar400 .block-row {
    float: left
}

.sortbar400 .block-row div {
    border-left: 0;
    border-right: 1px solid #e8e8e8
}

.green {
    color: #093
}

.hui {
    font-size: 12px;
    color: #666
}

.subBtn {
    height: 38px;
    background: #ff6700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-family: "Hiragino Sans GB","microsoft yahei",sans-serif;
    font-size: 16px;
    line-height: 34px;
    padding: 1px 10px;
    border: 1px solid #ff6700
}

.blog-home {
    display: block;
    width: 920px;
    margin-bottom: 20px
}

.pager-top {
    border-bottom: 1px solid #e3eef8;
    overflow: hidden;
    padding: 5px 10px 0
}

.pager-top {
    border-bottom: medium none;
    padding-top: 0
}

.pager-top span.right-line {
    float: right
}

.text-article {
    font-size: 14px !important;
    line-height: 1.5;
    padding: 10px 5px;
    width: 910px;
    word-wrap: break-word
}

.stat-article {
    display: block;
    width: 880px;
    color: #666;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 12px
}

.stat-article a {
    color: #666
}

.stat-article span.stat {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right
}

.page2 {
    display: block;
    font-size: 14px;
    border-left: 1px solid #f60;
    border-right: 1px solid #f60;
    border-bottom: 1px solid #f60;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 915px;
    -moz-border-radius: 0 0 5px 5px;
    background-color: #fffbf0
}

.page2 ul {
    width: 880px;
    display: block;
    padding: 2px 0;
    line-height: 24px;
    zoom: 1
}

.page2 ul:before,.page2 ul:after {
    content: " ";
    display: table
}

.page2 ul:after {
    clear: both
}

.page2 .registItems {
    width: 870px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #999
}

.page2 .zfbg {
    background-color: #ccc
}

.page2 .zfdg {
    padding: 10px 5px 0;
    border-bottom: none;
    width: 690px
}

.page2 .left1 {
    width: 60px;
    font-weight: bold;
    float: left;
    text-align: right
}

.page2 .right1 {
    padding-left: 10px;
    width: 610px;
    float: left;
    overflow: hidden
}

.gallery-item {
    float: left;
    display: block;
    min-height: 60px;
    padding: 10px 5px;
    vertical-align: top;
    width: 165px
}

.gallery-item .preview {
    left: 0;
    height: 67px
}

.gallery-item .actions {
    padding-left: 20px;
    color: #f67b00;
    font-weight: bold
}

.page {
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 920px;
    border-radius: 5px
}

.page1 {
    float: left;
    display: block;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
    padding: 0 20px;
    width: 708px;
    -moz-border-radius: 0 0 5px 5px
}

.page thead tr td {
    padding: 4px 0
}

.page tbody tr:hover {
    background-color: #eee
}

.page tbody tr td {
    line-height: 22px;
    border-top: 1px dotted #999;
    padding: 4px 0
}

.page h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px
}

.fenxiang {
    height: 45px;
    overflow: hidden
}

.page .cell,.page2 .cell {
    float: left;
    display: block;
    width: 600px;
    color: #000;
    line-height: 18px;
    margin: 1px 0
}

.page input {
    height: 24px;
    width: 220px
}

.page .newsitem,.page2 .newsitem {
    float: left;
    width: 708px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #999
}

.page .tlabel,.page2 .tlabel {
    float: left;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 90px;
    color: #000
}

.page label {
    float: left;
    padding-right: 10px;
    font-weight: normal;
    text-align: left;
    color: #000;
    width: 45%
}

.page ul li {
    width: 708px;
    margin: 5px 0;
    zoom: 1
}

.page ul li:before,.page ul li:after {
    content: " ";
    display: table
}

.page ul li:after {
    clear: both
}

.page .blog-home {
    float: left;
    display: block;
    width: 640px
}

.page .pager-top {
    border-bottom: 1px solid #e3eef8;
    overflow: hidden;
    padding: 5px 10px 0
}

.page .pager-top {
    border-bottom: medium none;
    padding-top: 0
}

.page .pager-top span.right-line {
    float: right
}

.page .text-article {
    float: left;
    font-size: 14px !important;
    line-height: 1.5;
    padding: 10px 5px;
    width: 730px;
    word-wrap: break-word
}

.page .stat-article {
    float: left;
    width: 700px;
    color: #888;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding: 0 5px
}

.title-top {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #e3eef8;
    border-top: 1px solid #cee1ee;
    padding: .5em .3em .5em .5em;
    word-wrap: break-word;
    font-size: 12px;
    display: block
}

h1.title-article {
    word-wrap: break-word;
    font-size: 14px;
    display: block;
    height: 35px;
    line-height: 30px;
}

.title-top .link_1 {
    display: block;
    margin-bottom: 5px;
    height: 20px;
    line-height: :20px;
    padding-top: 1px;
    margin-right: 6em;
    overflow: hidden
}

.title-top .timestamp {
    display: inline;
    font-weight: normal;
    color: #888;
    line-height: 1em
}

.pipe {
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
    margin: 0 3px
}

.title-top span.group {
    color: #093;
    font-weight: normal;
    margin-right: 3px;
    font-weight: bold
}

.huifu {
    display: block;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #dad7d7;
    margin: 10px 10px;
    padding: 10px 10px;
    position: relative;
    line-height: 20px;
    width: 580px;
    color: #666;
    background-color: #f6f6f6
}

.huifu .huifu_asarrow {
    background: url("../images/arrow.gif") no-repeat scroll 0 0 transparent;
    height: 11px;
    left: 53px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 19px
}

.font14 {
    font-size: 14px;
    font-weight: bold;
    color: #f30;
    line-height: 140%
}

.filterContent {
    border: #f60 1px solid;
    overflow: hidden;
    margin: 0 0 5px;
    background-color: #fffff5;
    zoom: 1;
    width: 915px;
    font-size: 12px;
    margin-bottom: 20px
}

.filterContent:before,.filterContent:after {
    content: " ";
    display: table
}

.filterContent:after {
    clear: both
}

.filterContent a {
    font-size: 12px
}

.filterCond {
    float: left;
    display: block;
    width: 100%;
    font-weight: bold;
    padding-left: 15px;
    background-color: #fffcdb
}

.filtersearch {
    background-color: #fffcdb;
    width: 710px;
    padding: 5px 8px 0 28px;
    position: relative;
    border-bottom: 1px solid #ccc
}

.filterfl {
    margin: 0 15px
}

.filterContent .filterPrice {
    position: relative
}

.filterContent .filterPrice {
    position: relative;
    padding: 4px 2px
}

.filterContent dl {
    display: block;
    padding: 4px 0 2px;
    zoom: 1
}

.filterContent dl:before,.filterContent dl:after {
    content: " ";
    display: table
}

.filterContent dl:after {
    clear: both
}

.filterContent dt {
    float: left;
    line-height: 28px;
    overflow: hidden;
    text-align: right;
    width: 55px;
    padding-right: 10px
}

.filterContent dd {
    float: left;
    overflow: hidden;
    padding: 2px 0;
    width: 645px;
    font-weight: 500
}

.filterContent dd ul {
    zoom: 1
}

.filterContent dd ul:before,.filterContent dd ul:after {
    content: " ";
    display: table
}

.filterContent dd ul:after {
    clear: both
}

.filterContent dd li {
    float: left
}

.filterContent dl a {
    color: #06c
}

.filterContent dd a {
    color: #06c;
    border: 1px solid #fff;
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0 0 0;
    padding: 1px 5px
}

.filterContent dd a.dhsttl,.filterContent dd a.dhst {
    border: 1px solid #f60;
    display: block;
    height: 22px;
    line-height: 18px
}

.filterContent dd a.dhsttl {
    color: #fff;
    background: #f60
}

.filterContent dd a.dhst {
    padding-right: 22px;
    background: url("../images/sure.png") no-repeat scroll right top #fffcdb
}

.filterContent dd a:hover,.filterfl dd a:hover {
    border: 1px solid #f60;
    background-color: #fffcdb;
    display: block;
    height: 22px;
    line-height: 18px;
    color: #06c
}

.filterContent dd em {
    cursor: pointer;
    float: left;
    font-style: normal;
    font-size: 12px;
    height: 18px;
    white-space: nowrap
}

.filterContent dd .red {
    color: #f00
}

.filterCond dl {
    float: left;
    display: block;
    padding-top: 2px
}

.filterCond dd a {
    margin-right: 4px
}

.filterContent dd a.dhst {
    border: 1px solid #f60;
    display: block;
    float: left;
    height: 22px;
    line-height: 18px
}

.redbtn {
    background-color: #da251d;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    height: 24px;
    padding: 1px 6px
}

.tabs_header {
    border-bottom: 2px solid #f60;
    height: 31px;
    width: 915px
}

.tabs_header ul {
    height: 29px;
    width: 100%;
    overflow: hidden
}

.tabs_header ul li {
    float: left;
    border: 1px solid #fcd693;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    height: 30px;
    margin-right: 2px
}

.tabs_header ul.tabs li.active {
    border-color: #f60;
    background: #f60
}

.tabs_header ul.tabs li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    color: #222
}

.tabs_header ul.tabs li a:hover {
    color: #f60
}

.tabs_header ul.tabs li.active a {
    color: #fff;
    font-weight: bold
}

.pagination {
    width: 100%;
    display: block;
    font-size: 12px;
    zoom: 1
}

.pagination:before,.pagination:after {
    content: " ";
    display: table
}

.pagination:after {
    clear: both
}

.page-bottom {
    float: right;
    display: block;
    height: 22px;
    margin: 10px 0
}

.page-prev,.page-next,.page-start,.page-end,.jiage-up,.jiage-down,.jiage-cup,.jiage-cdown {
    background: url("../images/t1k.xmxolhxxxxxxxx-215-864.gif") no-repeat scroll 500px 500px #fff;
    border: 1px solid #ccc
}

.pagination a,.pagination .page-prev,.pagination .page-next,.pagination .page-cur,.pagination .page-start,.pagination .page-end,.pagination .page-break,.jiage-up,.jiage-down,.jiage-cup,.jiage-cdown {
    height: 20px;
    line-height: 20px;
    margin: 0 3px 0 0;
    text-align: center;
    vertical-align: middle;
    padding: 0 6px
}

.pagination a,.pagination a:link,.pagination a:visited,.jiage-up,.jiage-down {
    border: 1px solid #ccc;
    color: #03c;
    min-width: 8px;
    float: left;
    text-decoration: none
}

.pagination .page-cur,.jiage-cup,.jiage-cdown,.pagination a:hover,.pagination a:active {
    background-color: #ffede1;
    border-color: #fd6d01;
    color: #03c;
    border: 1px solid #fd6d01;
    text-decoration: none;
    float: left
}

.jiage-up span,.jiage-down span {
    padding-right: 12px
}

.jiage-up,.jiage-cup {
    background-position: 31px -53px
}

.jiage-down,.jiage-cdown {
    background-position: 31px -37px
}

.jiage-cup,.jiage-cdown {
    padding-right: 17px
}

.page-break {
    float: left;
    color: #666;
    vertical-align: top
}

.page-next {
    background-position: -52px -5px
}

.page-end {
    background-position: -87px -20px
}

.page-prev {
    background-position: 6px -5px
}

.page-start {
    background-position: 6px -20px
}

.page-skip {
    color: #666;
    float: left;
    line-height: 22px;
    margin-left: 2px
}

.page-start span,.page-end span,.page-skip button span {
    display: none
}

.page-prev span {
    padding-left: 8px
}

.page-next span {
    padding-right: 5px
}

.num-page {
    min-height: 500px
}

.related-search {
    padding-top: 20px
}

.xh-num-list {
    zoom: 1;
    width: 100%;
    border: 1px solid #eee
}

.xh-num-list:before,.xh-num-list:after {
    content: " ";
    display: table
}

.xh-num-list:after {
    clear: both
}

.xh-num-list li .p-num {
    color: #666
}

.xh-num-list li .p-infor .p-fee {
    font-weight: 100
}

.xh-num-list li .p-infor .p-price {
    font-weight: 100
}

.xh-num-list .num-list li {
    width: 20%
}

.xh-num-list .num-list-row li {
    width: 50%
}

#page-bar .page-wrap {
    height: 35px;
    margin-top: 25px;
    zoom: 1
}

#page-bar .page-wrap:before,#page-bar .page-wrap:after {
    content: " ";
    display: table
}

#page-bar .page-wrap:after {
    clear: both
}

#page-bar .page-wrap a {
    float: left;
    position: relative;
    color: #3d3d3d;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px #ededed solid
}

#page-bar .page-wrap a.active {
    background: #ff5000;
    border-color: #ff5000;
    color: #fff
}

#page-bar .page-wrap a.active:hover {
    color: #fff
}

#page-bar .page-wrap a.disabled {
    color: #eee;
    border-color: #eee
}

#page-bar .page-wrap a.disabled:hover {
    color: #eee;
    border-color: #eee
}

#page-bar .page-wrap a:hover {
    border-color: #ff5000;
    color: #ff5000
}

#page-bar .page-wrap .next {
    width: 35px
}

#page-bar .page-wrap .next:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f101";
    width: 35px;
    text-align: center;
    left: 0
}

#page-bar .page-wrap .prev {
    width: 35px
}

#page-bar .page-wrap .prev:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f100";
    width: 35px;
    text-align: center;
    left: 0
}

#page-bar .close-click {
    display: none
}

#page-block .page-wrap {
    float: right;
    line-height: 39px;
    zoom: 1
}

#page-block .page-wrap:before,#page-block .page-wrap:after {
    content: " ";
    display: table
}

#page-block .page-wrap:after {
    clear: both
}

#page-block .page-wrap a {
    float: left
}

#page-block .page-wrap .prev,#page-block .page-wrap .next {
    width: 36px;
    text-align: center;
    color: #6d6d6d;
    height: 39px;
    position: relative
}

#page-block .page-wrap .prev:before,#page-block .page-wrap .next:before {
    position: absolute;
    font-family: FontAwesome
}

#page-block .page-wrap .prev:before {
    content: "\f104"
}

#page-block .page-wrap .next:before {
    content: "\f105"
}

#page-block .page-wrap .pageNum {
    font-size: 12px;
    font-family: arial,'Hiragino Sans GB',"\5b8b\4f53",sans-serif
}

#page-block .page-wrap .pageNum .curr {
    color: #c81623
}

#page-block .close-click {
    display: none
}

.s-title {
    border-top: 1px solid #ddd;
    background: #f1f1f1;
    line-height: 34px;
    height: 38px;
    width: 100%;
    overflow: hidden
}

.s-title h3 {
    float: left;
    padding-left: 10px;
    font-size: 14px
}

.s-title h3 b {
    color: #e4393c;
    margin-right: 5px
}

.s-title h3 em {
    font-style: normal
}

.s-title .st-ext {
    float: left;
    font-size: 12px;
    padding-left: 20px
}

.page1 {
    border: 1px solid #d6d6d6
}

.search-result-wrap {
    padding: 80px 0;
    padding-left: 310px;
    color: #666;
    background: url(../images/search-result-pic.png) 160px center no-repeat
}

.search-result-wrap .result-title {
    font-size: 24px;
    margin: 20px 0
}

.search-result-wrap p {
    margin: 8px 0;
    font-size: 15px
}

.search-result-wrap p .all-clear {
    cursor: pointer
}

.search-result-wrap p a,.search-result-wrap p em {
    color: #005ea7
}

.num-list li .p-operate a {
    width: 67px;
}

.qrcode {
    width: 100%;
    position: absolute;
    left: 0;
    top: 99px;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    display: none;
    height: 198px;
}

.qrcodePanel {
    width: 100%;
    height: 181px;
    padding: 10px;
}

.codePos {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.codePos img {
    width: 120px;
    height: 120px;
    border: 5px solid white;
}

.codeDesc {
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;
}

.attribute-box {
    border: 1px solid #EEE;
    border-top: 0;
    border-bottom: 0;
    width: 100%
}

i.del {
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
    background: rgba(101,97,97,.8);
    border-radius: 3px
}

i.del:after {
    content: "\f014"
}

.top-nav-attr {
    position: relative;
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    font-weight: 500;
    color: #666;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    background: #FFFCDB;
    border: solid 1px #e8e8e8;
    border-top: 0;
    padding: 5px 0 5px 122px
}

.top-nav-attr span {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    line-height: 44px;
    height: 44px;
    width: 110px;
    background: #f3f3f3
}

.top-nav-attr .item {
    float: left;
    position: relative;
    padding: 0 12px;
    margin: 5px 10px 6px 0;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    background: #ef4047;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.top-nav-attr .item i {
    display: none
}

.top-nav-attr .item:hover i {
    display: block
}

.top-nav-attr .all-clear {
    float: left;
    position: relative;
    padding: 0 12px;
    margin: 5px 10px 6px 0;
    height: 22px;
    line-height: 22px;
    color: #06C;
    cursor: pointer
}

.top-nav-attr .all-clear:hover {
    color: #fff;
    background: #ef4047;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.attr-list {
    font: 14px/150% Arial,Verdana,"\5b8b\4f53";
    font-weight: 500;
    color: #666;
    width: 100%;
    border-top: 1px solid #DDD
}

.attr-list .sl-wrap {
    position: relative;
    line-height: 34px;
    border-bottom: 1px solid #DDD;
    background-color: #f3f3f3
}

.attr-list .sl-key {
    float: left;
    width: 100px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden
}

.attr-list .sl-value {
    margin-left: 110px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff
}

.attr-list .sl-value ul {
    padding-top: 4px
}

.attr-list .sl-value a {
    float: left;
    padding: 1px 5px;
    margin: 5px 2px 6px 0;
    height: 22px;
    line-height: 20px;
    color: #005aa0;
    cursor: pointer
}

.attr-list .sl-value a.curr {
    position: relative;
    color: #fff;
    background: #ff6700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.attr-list .sl-value a.curr i.del {
    display: none
}

.attr-list .sl-value a.curr:hover i.del {
    display: block
}

.attr-list .sl-value a:hover:not(.curr) {
    color: #ef4047;
    border: 1px solid #ef4047;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 4px;
    height: 22px;
    line-height: 20px
}

.attr-list .sl-v-tab {
    padding-top: 6px;
    height: 38px
}

.attr-list .sl-v-tab .trig-item {
    float: left;
    height: 26px
}

.attr-list .sl-v-tab .trig-item .th {
    position: relative;
    line-height: 26px;
    padding: 0 23px 0 6px;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 15px;
    cursor: pointer
}

.attr-list .sl-v-tab .trig-item .th i {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 18px
}

.attr-list .sl-v-tab .trig-item .th i:before {
    content: "\e603";
    font-family: iconfont!important;
    font-style: normal
}

.attr-list .sl-v-tab .trig-item .sl-value {
    display: none
}

.attr-list .sl-v-tab .trig-item:hover .th {
    height: 26px;
    border-color: #DDD;
    border-bottom: medium none;
    position: relative;
    z-index: 102
}

.attr-list .sl-v-tab .trig-item:hover .th i:before {
    content: "\e604"
}

.attr-list .sl-v-tab .trig-item:hover .sl-value {
    display: block;
    width: 610px;
    position: absolute;
    left: 113px;
    top: 31px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
    -moz-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
    box-shadow: 1px 1px 1px rgba(153,153,153,.3);
    z-index: 101
}

.number-txtbox-box {
    padding: 6px 0
}

.number-txtbox-box:after,.number-txtbox-box:before {
    content: " ";
    display: table
}

.number-txtbox-box:after {
    clear: both
}

.number-txtbox-box .number-txtbox {
    float: left;
    overflow: hidden
}

.number-txtbox-box .number-txtbox:after,.number-txtbox-box .number-txtbox:before {
    content: " ";
    display: table
}

.number-txtbox-box .number-txtbox:after {
    clear: both
}

.number-txtbox-box .number-txtbox .tel-gd {
    float: left;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    overflow: hidden
}

.number-txtbox-box .number-txtbox .tel-gd:after,.number-txtbox-box .number-txtbox .tel-gd:before {
    content: " ";
    display: table
}

.number-txtbox-box .number-txtbox .tel-gd:after {
    clear: both
}

.number-txtbox-box .number-txtbox .tel-gd div {
    float: left;
    border-left: 1px solid #D6D6D6;
    margin-left: -1px;
    height: 28px
}

.number-txtbox-box .number-txtbox input {
    width: 28px;
    padding: 0 4px;
    height: 28px;
    border: 0;
    font-family: arial;
    text-align: center
}

.number-txtbox-box .number-txtbox span {
    float: left;
    display: block;
    width: 13px;
    line-height: 30px
}

.number-txtbox-box .number-txtbox .gd-one {
    border-radius: 5px 0 0 5px
}

.number-txtbox-box .number-txtbox .gd-last {
    border-radius: 0 5px 5px 0
}

.number-txtbox-box .number-txtbox .m8 {
    float: left;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden
}

.number-txtbox-box .number-txtbox .m8 input {
    width: 160px;
    padding-left: 6px;
    text-align: left
}

.number-txtbox-box .tip {
    float: left;
    border: 1px solid #CCC;
    color: #CCC;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 10px;
    padding: 0 3px 0 8px
}

.number-txtbox-box input[type=button] {
    cursor: pointer;
    margin: 1px 5px 0 0;
    border: none;
    color: #FFF;
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    border-radius: 5px
}

.number-txtbox-box .search-btn {
    background: #ff6700
}

.number-txtbox-box .but-box {
    float: left
}

.number-txtbox-box .btn-last {
    float: left;
    color: #CCC;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 10px
}

.number-txtbox-box .btn-last span {
    padding-left: 5px
}

.number-txtbox-box:hover .tip {
    border: 1px solid #666;
    color: #666
}

.number-txtbox-box:hover .btn-last {
    color: #666
}

.sl-other .sl-wrap .sl-key {
    background-color: #EEE
}

.sl-other .sl-wrap .sl-value {
    background-color: #F9F9F9
}

.sqm-wrap {
    position: absolute;
    top: 65px;
    right: 0;
    width: 220px;
    line-height: 24px;
    padding-right: 12px;
    cursor: pointer;
    color: #007cc3;
}

.sqm-wrap:hover .sqm-cont {
    display: block;
}

.sqm-wrap:hover:before {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.sqm-tit {
    float: right;
    text-align: right;
    width: 250px;
    padding-bottom: 1px;
}

.sqm-wrap:before {
    position: absolute;
    top: 7px;
    right: 0;
    content: " ";
    border-top: 5px solid transparent;
    border-right: 6px solid #007cc3;
    border-bottom: 5px solid transparent;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.sqm-cont {
    display: none;
    position: absolute;
    width: 400px;
    z-index: 5;
    right: 0;
    top: 21px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.sqm-cont img {
    width: 100%;
    height: auto;
}

.poparea{
    width: 80px;
    text-align: center;
    color: #ff6700;
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding-top: 8px;
    display: inline-block;
}

.poparea em{
    display: block;
    margin: 5px auto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    cursor: pointer;
}
