@charset "utf-8";
/*全局样式*/
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-style: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family: "微软雅黑", 'Lucida Sans Unicode', 'Lucida Sans Grande', Arial, sans-serif;
    font-size: 14px;
    font-weight: inherit;
}

@media screen and (min-width: 300px) and (max-width: 960px) {
    body {
        margin: 0;
        padding: 0;
        color: #333;
        font-style: inherit;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-family: "微软雅黑", 'Lucida Sans Unicode', 'Lucida Sans Grande', Arial, sans-serif;
        font-size: 14px;
        font-weight: inherit;
    }
}

div,
dl,
dt,
td,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 14px
}

i {
    font-style: normal;
}

Form,
Select {
    margin: 0;
    padding: 0;
}

input,
textarea {
    padding: 2px;
    font-size: 12px;
    resize: none;
    outline: none;
    border: 0;
}

div,
h1,
h2,
p,
Table,
Tr,
Td {}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font-style: normal;
}

ul li {
    vertical-align: top;
}

/*链接样式*/
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

a:link,
a:visited {
    text-decoration: none;
    vertical-align: baseline;
    word-break: break-all;
    outline: none;
}

a:hover,
a:active {
    text-decoration: none;
    vertical-align: baseline;
    word-break: break-all;
    color: #eb6000;
    cursor: pointer;
}

a:hover span {
    cursor: pointer;
    text-decoration: none;
}

/* 清浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* 浮动 */
.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.rxt_l {
    text-align: left
}

.rxt_r {
    text-align: right
}

.rxt_c {
    text-align: center
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
    font: 14px/1.5;


}

/* 去除 IE6 input/button 多余的空白 */
button,
input {
    *width: auto;
    *overflow: visible;
    /* 让 input 和 button 一样高 */
    line-height: normal;
}

/* 去掉各Table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 去除默认边框 */
fieldset,
img {
    border: 0;
}

/* 解决 IE6-7 图片缩放锯齿问题 */
img {
    -ms-interpolation-mode: bicubic;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 一致化 horizontal rule */
hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
    *color: pink;
    *filter: chroma(color=pink);
    height: 10px;
    *margin: -7px 0 2px;
}

.color1 {
    color: #999;
}

.color2 {
    color: #F30;
}

.color3 {
    color: #ff7632;
}

.color_red {
    color: #ff0000
}

.color_blue {
    color: #008df3
}

.color_green {
    color: #009900;
}

/*图片切换圆点*/
.slide-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 5;
    margin-left: -80px;
}

.slide-pagination a {
    float: left;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #000;
    font-size: 0;
    filter: alpha(opacity=30);
    opacity: .3;
}

.slide-pagination .active {
    background-color: #178ee5;
}

.slide-pagination .active {

    opacity: 1;
}


.slide-pagination2 {
    clear: both;
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

.slide-pagination2 a {
    display: inline-block;

    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    font-size: 0;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.slide-pagination2 .active {
    background-color: #178ee5;
}

.slide-pagination2 .active {

    opacity: 1;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.rstyle {
    position: relative;
}

/*翻页*/

.pagination {
    width: 100%;
    float: left;
    PADDING-BOTTOM: 30px;
    PADDING-TOP: 30px;
    TEXT-ALIGN: center;
    height: 40px
}

.pagination a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 8px 12px;
    margin: 0 4px;
    COLOR: #323232;
    TEXT-DECORATION: none;
    border: 1px solid #e1e3e2;
}

.pagination input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 8px 6px;
    margin: 0 4px;
    text-align: center;
    COLOR: #323232;
    TEXT-DECORATION: none;
    border: 1px solid #e1e3e2;
}

.pagination span {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 8px 12px;
    margin: 0 4px;
    COLOR: #c0c6c3;
    TEXT-DECORATION: none;
    border: 1px solid #e1e3e2;
}

.pagination a:hover {
    background-color: #f8f9fb;
    border: 1px solid #cacaca;
}

.pagination .current {
    background-color: #339adc;
    border: 1px solid #339adc;
    COLOR: #fff;
    TEXT-DECORATION: none;
}

.pagination .current.prev,
.pagination .current.next {
    background-color: #fff;
    padding: 4px 9px 4px 9px;
    MARGIN-RIGHT: 5px;
    COLOR: #767676;
    TEXT-DECORATION: none;
    border: 1px solid #c4c4c4;
}




@font-face {
    font-family: "responsivenav";
    src: url("../fonts/responsivenav.eot");
    src: url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
        url("../fonts/responsivenav.ttf") format("truetype"),
        url("../fonts/responsivenav.woff") format("woff"),
        url("../fonts/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;

    width: 70px;
    height: 55px;
    float: right;
    top: 0px;
    left: 0;
    display: none;
    z-index: 308;
}

.nav-toggle:before {
    color: #06b4e9;
    /* Edit this to change the icon color */
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 55px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 308;
}

.nav-toggle.active::before {
    font-size: 24px;
    content: "x";

    top: -60px;

}


.search-box {
    display: none;
    right: 0;
    left: auto;
    top: 33px;
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    height: 50px;
    margin-top: 0px;
    z-index: 9999;
    font-size: 0;
    zoom: 0;
}

.search-box p {
    color: #333
}

.input-group input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    border-radius: 3px;
    width: 190px;
    margin-right: 5px;
    padding-left: 10px;
}

.input-group button {
    height: 35px;
    line-height: 35px;
    border-style: none;
    width: 60px;
    border-radius: 3px;
    background: #06C;
    color: #FFF
}

#fade {
    display: none;
    /* Hidden as default */

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    z-index: 10;
}

/*lightbox*/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}