@charset "utf-8";
html {
    *overflow-y: auto;
    /* 去掉IE7下默认出现的滚动条 */
}

html,
body {
    overflow-x: hidden;
}


/*移动端防止网页左右晃动*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #666;
    background-color: #F5F5F5;
    font: 300 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend {
    margin: 0;
}

p,
ul,
ol,
fieldset {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

fieldset,
img {
    border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: center;
}

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

small {
    font-size: 0.875em;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

sup {
    line-height: 0;
    margin-right: 4px;
    *position: relative;
    *top: -6px;
    *vertical-align: baseline;
}

sub {
    vertical-align: text-bottom;
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input,
button,
textarea,
select {
    outline: none;
    font-family: "微软雅黑", Helvetia, "lucida Grande", Verdana, Arial;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    vertical-align: top;
    overflow: auto;
    /* 移除IE下的纵向滚动条 */
}

a {
    color: #666;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:hover {
    color: #0092dd;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


/* html5 tag */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *zoom: 1;
}

strong,
b {
    font-weight: normal;
    font-style: normal;
}

.wd {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/*头部*/

.head {
    height: 100px;
    background: #fff;
}

.head .logo {
    width: 30%;
    float: left;
}

@media screen and (max-width:479px) {
    .head .logo {
        width: 37%;
        margin-top: 10px;
    }
}

.head .logo a {
    display: block;
}

.head .logo a img {
    width: 100%;
}

.head .phone {
    width: 20%;
    float: right;
    text-align: left;
}

.head .phone span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 26px;
    line-height: 28px;
}

.head .phone span small {
    display: block;
    font-size: 28px;
    color: #ed1301;
}

.w_nav {
    width: 100%;
    background-color: #134b91;
}

.w_nav .on {
    background-color: #ffa800;
}

.w_nav ul {
    overflow: hidden;
}

.w_nav ul li {
    float: left;
    line-height: 50px;
}

.w_nav ul li a {
    padding: 0 39px;
    display: block;
    font-size: 1rem;
    color: #fff;
}

.w_nav ul li a:hover {
    background-color: #ffa800;
}

.head .a_nav {
    padding: 4%;
    float: right;
    cursor: pointer;
}

.head .a_nav span {
    height: 2px;
    width: 25px;
    display: block;
    margin-top: 5px;
    background: #ccc;
}

.head .a_nav span:first-child {
    margin-top: 0
}

@media screen and (min-width:992px) {
    .head .a_nav {
        display: none;
    }
}

.shop {
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
}


/*当前位置*/

.position {
    height: 40px;
    background: #fff;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.position i {
    margin-left: 10px;
    margin-right: 5px;
}

.position a {
    font-size: 0.8em;
}


/*页码*/

.page {
    clear: both;
    color: #999;
    padding: 15px;
    font-size: 13px;
    background: #fff;
    overflow: hidden;
}

.page li {
    float: left;
    display: inline;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}

.page .thisclass {
    color: #fff;
    background: #ffa800;
    border: 1px solid #ffa800;
}

.page a {
    float: left;
    color: #ccc;
    cursor: pointer;
}


/*底部*/

.foot {
    width: 100%;
    color: #fff;
    background-color: #474d55;
    height: 130px;
    margin-top: 15px;
}

.foot .foot_l {
    width: 50%;
    float: left;
    height: 110px;
    margin-top: 20px;
}

.foot .foot_r {
    width: 22%;
    float: right;
    height: 110px;
    margin-top: 11px;
    background: url(/images/wx.png) no-repeat center top;
}

.foot .foot_l .footnav {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.foot .foot_l .footnav a {
    color: #fff;
    font-size: 13px;
}

.foot .foot_l .footnav i {
    margin: 0 10px;
    color: #fff;
}

.foot .foot_l .footinfo {
    border-top: 1px solid #666;
    padding: 5px 0;
    line-height: 26px;
    font-size: 12px;
}

.foot .foot_l .footinfo span {
    margin-right: 25px;
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
}

.foot .foot_l .footinfo p {
    width: 32%;
    float: left;
}

.foot2 {
    width: 100%;
    height: 40px;
    background-color: #000;
    font-size: 12px;
    line-height: 40px;
}

.foot2 .p2 {
    display: none;
}

.foot2 p {
    color: #fff;
}

.foot2 p i {
    padding-left: 5px;
    padding-right: 3px;
}

.foot2 p a {
    color: #fff;
    margin: 0 10px;
}


/*右侧*/

.right {
    width: 29%;
    float: right;
}

.right .title {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.right .hot {
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.right .hot ul {
    overflow: hidden;
}

.right .hot ul li {
    line-height: 35px;
    border-bottom: 1px dotted #D0D0D0;
}

.right .hot ul li:last-child {
    border: none;
}

.right .hot ul li a {
    color: #0f0f0f;
    font-size: 14px;
}

.right .hot ul li a:hover {
    color: #0092dd;
}

.right .hot ul li i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    line-height: 16px;
    text-align: center;
    text-indent: 0;
    border-radius: 2px;
    background: #b2b2b2;
    color: #fff;
    float: left;
    margin-top: 10px;
}


/*自动编号*/

#li1 {
    background: #ea5246;
}

#li2 {
    background: #f56313;
}

#li3 {
    background: #eea313;
}


/*表格*/

table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}

table tr {
    border-bottom: 1px solid #f5f5f5;
    line-height: 35px;
}

table tbody tr:last-child {
    border-bottom: none;
}

table tr td {
    border-right: 1px solid #f5f5f5;
}

table tr td:last:child {
    border-right: none;
}

@media screen and (max-width:1199px) {
    .wd {
        width: 96%;
    }
}

@media screen and (max-width:991px) {
    .wd {
        width: 97%;
    }
    .w_nav {
        display: none;
    }
    .head .phone {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .wd {
        width: 97%;
    }
    .right {
        width: 100%;
        margin-top: 10px;
    }
    .foot .foot_l {
        width: 60%;
    }
}

@media screen and (max-width:479px) {
    .foot {
        display: none;
    }
    .wd {
        width: 100%;
    }
    .head {
        height: 60px;
    }
    .head .a_nav {
        padding: 5%;
    }
    .head .logo span {
        display: none;
    }
    .foot2 {
        padding-left: 15px;
    }
    .foot2 .p1 {
        display: none;
    }
    .foot2 .p2 {
        display: block;
    }
    .w_nav ul li {
        margin-top: 10px;
        margin-left: 10px;
        line-height: 35px;
    }
    .w_nav ul li a {
        padding: 0 10px;
        font-size: 13px;
    }
}


/*左侧通用*/

.list {
    margin-top: 30px;
}


/*栏目背景*/

.shop_bg {
    width: 100%;
    height: 200px;
    background: url(/static/cpzs.jpeg) no-repeat center top;
}

@media screen and (max-width:479px) {
    .shop_bg {
        background-size: cover;
        height: 100px;
    }
}

.sp_bg {
    width: 100%;
    height: 200px;
    background: url(/static/sp_bg.jpeg) no-repeat center top;
}

@media screen and (max-width:479px) {
    .sp_bg {
        background-size: cover;
        height: 100px;
    }
}

.new_bg {
    width: 100%;
    height: 200px;
    background: url(/static/new_bg.jpeg) no-repeat center top;
}

@media screen and (max-width:479px) {
    .new_bg {
        background-size: cover;
        height: 100px;
    }
}

.ab_bg {
    width: 100%;
    height: 200px;
    background: url(/static/ab_bg.jpeg) no-repeat center top;
}

@media screen and (max-width:479px) {
    .ab_bg {
        background-size: cover;
        height: 100px;
    }
}


/*在线客服*/

.service {
    top: 50%;
    right: 1%;
    width: 50px;
    position: fixed;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.08);
}

@media screen and (max-width:479px) {
    .service {
        display: none;
    }
}

.service div:hover {
    background: #ffa800;
}

.service i {
    color: #ccc;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
}

.service div:hover i {
    color: #fff;
}

.service .kefu {
    position: relative;
}

.service .kefu:hover .popup {
    display: block;
}

.service .popup {
    top: 0;
    z-index: 99;
    right: 55px;
    display: none;
    min-width: 215px;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.service .popup:hover {
    background: #fff;
}

.service .popup .qq {
    height: 70px;
    line-height: 70px;
    background: #134b91;
}

.service .popup a {
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    background: #ffa800;
}

.service .popup .phone {
    color: #ffa800;
    border-bottom: 1px solid #f5f5f5;
}

.service .popup p {
    color: #ccc;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.service .popup p span {
    font-size: 23px;
    padding-right: 5px;
    vertical-align: top;
}

.service .popup font {
    font-size: 22px;
}

.service .wx {
    position: relative;
}

.service .wx:hover p {
    display: block;
}

.service .wx p {
    top: 0;
    z-index: 99;
    right: 55px;
    padding: 10px;
    display: none;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.service .wx img {}

.service .wx span {
    color: #ccc;
    font-size: 12px;
}

.service .top {}