

/*CSS Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background: #fff;
    font: 12px/1.5em "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
em {
    font-style: normal;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited,
a:link,
a:active {
    color: #333;
}

fieldset,
img {
    border: 0;
}

label,
button {
    cursor: pointer;
}

input,
select,
label {
    vertical-align: middle;
}

select,
input,
textarea,
font {
    font-size: 12px;
    line-height: 1.2em;
}

img {
    display: inline;
    height: auto;
    width: 100%;
}

i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
    line-height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

section {
    display: block;
}

/*顶部*/
.top-fixed {
    height: 45px;
    line-height: 45px;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #089ce6;
}

.top-fixed header {
    width: 100%;
    height: 100%;
    overflow: hidden;
    zoom: 1;
}

header a.logo {
    width: 120px;
    height: 30px;
    display: inline-block;
    float: left;
    background: url(../image/logo.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-left: 10px;
    margin-top: 8px;
}

.header-search-wall {
    height: 27px;
    position: relative;
    top: 9px;
    margin: 0 50px 0 120px;
    border-radius: 3px;
    border: 1px solid #55a5fb;
    background: #55a5fb;
    display: none;
}

.header-search-wall input {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
}

.header-search-wall .s_text {
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding-right: 38px;
    text-indent: 10px;
    width: 100%;
    box-sizing: border-box;
}

.header-search-wall .s_text input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    text-indent: 10px;
}

.header-search-wall .s_btn {
    width: 35px;
    height: 27px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-search-wall .s_btn input {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

.btn-category {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 22px 13.5px;
    position: absolute;
    top: 5px;
    right: 4px;
}


input:focus {
    border: none;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.search {
    float: right;
    margin: 8px 10px 0 1px;
    height: 30px;
    width: 50%;
    background: #eee;
    overflow: hidden;
    border-radius: 15px;
}

.search .key {
    border: 0;
    line-height: 28px;
    overflow: hidden;
    height: 30px;
    width: 75%;
    background: #eeeeee;
    float: left;
    padding-left: 5%;
    font-size: 12px;
    color: #444;
}

.search .submit {
    border: 0;
    height: 30px;
    width: 20%;
    float: right;
    border-radius: 0 15px 15px 0;
}


/*导航*/
nav {
    height: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .035), 0 1px 3px 0 rgba(0, 0, 0, .035);
    width: 100%;
    background: #fff;
}

nav a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    width: 19%;
    color: #6a6a6a;
    display: inline-block;
    position: relative;
    color: #333;
}

nav a.cur {
    color: #358ff0;
    font-weight: bold;
}

nav a i {
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    background: #358ff0;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    display: none;
}

nav a.cur i {
    display: block;
}

#opCategoryWrap {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    display: none;
}

#opCategoryWrap .tab-ul {
    width: 100%;
    padding: 10px 10px 5px
}

#opCategoryWrap .tab-ul,
#opCategoryWrap .tab-ul li {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#opCategoryWrap .tab-ul li {
    width: 50%;
    height: 31px;
    line-height: 30px;
    color: #358ff0;
    text-align: center;
    float: left;
    position: relative;
    border-left-style: none;
    border-right: 1px solid #358ff0;
    border-top: 1px solid #358ff0;
    border-bottom: 1px solid #358ff0;
}

#opCategoryWrap .tab-ul li:first-child {
    border-left: 1px solid #358ff0;
    border-radius: 5px 0 0 5px;
}

#opCategoryWrap .tab-ul li:last-child {
    border-radius: 0 5px 5px 0;
}

#opCategoryWrap .tab-ul li.current {
    background: #358ff0;
    color: #fff;
}

#opCategoryWrap .op-list-ul {
    width: 100%;
    padding: 10px 10px 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

#opCategoryWrap .op-list-ul.on {
    display: block;
}

#opCategoryWrap .op-list-ul li {
    float: left;
    height: 70px;
    width: 32.8%;
    text-align: center;
    position: relative;
    border: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#opCategoryWrap .op-list-ul li:first-child,
#opCategoryWrap .op-list-ul li:nth-child(2),
#opCategoryWrap .op-list-ul li:nth-child(3) {
    border-top: 1px solid #eee;
}

#opCategoryWrap .op-list-ul li:last-child,
#opCategoryWrap .op-list-ul li:nth-child(3n) {
    border-right: 1px solid #eee;
}

#opCategoryWrap .op-list-ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 16px;
}

#opCategoryWrap .op-list-ul li a h2 {
    font-size: 15px;
    color: #404040;
    margin: 17px 2px 4px;
}

#opCategoryWrap .op-list-ul li a p {
    font-size: 11px;
    color: #999;
    margin: 0 2px;
}

/*底部*/
footer small {
    font-size: 13px;
    text-align: center;
    padding: 14px 0;
    display: block;
    background: #4f4f4f;
    color: #aaaaaa;
}

footer small a {
    color: #3897f0;
    display: inline-block;
}

footer {
    background: #fff;
    margin-top: 10px;
}

footer {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px;
}

nav {
    text-align: center;
}

/* 分页 */
#page {font-size: 14px;text-align: center;}
#page a,#page b {display: inline-block;height: 26px;line-height: 26px;padding: 0px 8px;margin: 2px;color: #666;background-color: #fff;vertical-align: middle;text-decoration: none;border: 1px solid #ccc;border-radius: 3px;}
#page a.selected,#page b.selected {color: #fff;background-color: #138ff1;border: 1px solid #138ff1;}
#page .total{display: none;}