﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

body {
    overflow-x: hidden;
    font-family: Microsoft YaHei;
    background: #fff
}

body,ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: 400
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a:active,a:hover {
    outline: 0
}

p {
    margin: 0
}

.address-save li:after,.clearfix:after,.page-job-list li:after {
    content: "";
    display: table;
    clear: both
}

.mob-case .case-list li h3,.mob-news .news-list li a,.mob-product .product-list li h3,.page-case-list li .wz h3,.page-job-list li div,.page-news-list li h4,.page-product-list li .wz h3,.page-sort .first-sort>li>a,.shopping-list li h3 a,.tow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mob-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px
}

.mob-head {
    background: #fff;
    padding: 10px 0;
    position: relative
}

.mob-head .logo {
    padding: 0 110px 0 15px
}

.mob-head .logo img {
    max-width: 100%;padding-top: 12px;
}

.mob-head .head-btn {
    position: absolute;
    right: 15px;
    height: 26px;
    top: calc(50% - 13px);
    font-size: 0
}

.mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 26px;
    text-align: center
}

.mob-head .head-btn a .iconfont {
    font-size: 20px;
    vertical-align: middle
}

.mob-head .head-btn a .icon-sousuo {
    font-size: 25px
}

.mob-head .head-btn .search-btn {
    border-right: 1px solid #aaa;
    margin-right: 10px;
    width: 40px
}

/* .search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none
}

.search form {
    width: 100%;
    border: 1px solid #444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search input[type=text] {
    width: 70%;
    padding-left: 15px;
    line-height: 22px
}

.search input[type=submit],.search input[type=text] {
    font-size: 16px;
    color: #323232;
    height: 22px;
    border: none;
    outline: none;
    background: none
}

.search input[type=submit] {
    width: 25%;
    border-left: 1px solid #b6b6b4;
    text-align: center;
    border-radius: 0
} */

.mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e4007f;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mob-nav .close-btn {
    text-align: right;
    padding: 15px 15px 0 0
}

.mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff
}

.mob-nav li a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff
}

.mob-nav li a:hover {
    background: #b60066
}

.mob-nav li:not(:last-child) {
    border-bottom: 1px solid #fff
}

.mob-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.mob-banner {
    position: relative
}

.mob-banner .slick-slide {
    outline: none
}

.mob-banner a {
    display: block
}

.mob-banner a img {
    width: 100%
}

.mob-banner .slick-dots {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 0
}

.mob-banner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #707070;
    margin: 0 2px
}

.mob-banner .slick-dots li button {
    display: none
}

.mob-banner .slick-dots li.slick-active {
    background: #e4007f
}

.mob-title {
    text-align: center;
    margin-bottom: 20px
}

.mob-title h3 {
    font-size: 20px;
    color: #252222;
    margin-bottom: 10px
}

.mob-title h3 span {
    color: #e4007f
}

.mob-title p {
    font-size: 12px;
    color: #252222;
    text-transform: uppercase
}

.mob-product {
    background: #fff;
    padding: 20px 0
}

.mob-product .product-list {
    font-size: 0;
    padding: 0 7.5px
}

.mob-product .product-list li {
    vertical-align: top;
    width: calc(50% - 15px);
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 7.5px 15px
}

.mob-product .product-list li a {
    display: block
}

.mob-product .product-list li img {
    width: 100%
}

.mob-product .product-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #434343;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-indent: 5px
}

.mob-about {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px
}

.mob-about .about-box {
    background: hsla(0,0%,100%,.8);
    border-radius: 20px;
    padding: 20px;
    display: block
}

.mob-about .text {
    font-size: 14px;
    line-height: 22px;
    color: #323232
}

.mob-case {
    background: #fff;
    padding: 20px 0
}

.mob-case .case-list {
    font-size: 0;
    padding: 0 7.5px
}

.mob-case .case-list li {
    vertical-align: top;
    width: calc(50% - 15px);
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 7.5px 10px
}

.mob-case .case-list li a {
    display: block
}

.mob-case .case-list li img {
    width: 100%
}

.mob-case .case-list li h3 {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    text-align: center
}

.mob-news {
    background: #fff;
    padding-bottom: 35px
}

.mob-news .news-img img {
    width: 100%
}

.mob-news .news-list {
    padding: 0 25px
}

.mob-news .news-list li {
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 0;
    font-size: 14px;
    color: #292929;
    line-height: 25px;
    position: relative
}

.mob-news .news-list li a {
    display: block;
    padding-right: 75px;
    font-size: 14px;
    color: #292929
}

.mob-news .news-list li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e4007f;
    margin-right: 5px;
    vertical-align: 2px
}

.mob-news .news-list li span {
    position: absolute;
    right: 0;
    width: 70px;
    font-size: 12px;
    color: #b0b0b0;
    text-align: right;
    top: 10px
}

.mob-ads img {
    width: 100%
}

.support {
    text-align: center;
    margin-top: -20px;
    padding: 10px 0;
    font-size: 16px;
    color: #4e5f70;
    line-height: 30px
}

.page-banner {
    font-size: 0
}

.page-banner img {
    width: 100%
}

.page-content {
    position: relative;
    padding-bottom: 20px;
    border-top: 1px solid #ddd
}

.page-sort {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    background: #eee;
    width: 50%;
    left: -50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 50vh
}

.page-sort .page-sort-title {
    position: relative;
    font-size: 20px;
    color: #434343;
    padding: 12px 0 12px 10%;
    line-height: 30px
}

.page-sort .page-sort-title .page-sort-btn {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #e4007f
}

.page-sort .page-sort-title .page-sort-btn .iconfont {
    color: #fff;
    font-size: 18px;
    vertical-align: 1px
}

.page-sort .first-sort>li {
    margin-bottom: 10px
}

.page-sort .first-sort>li>a {
    display: block;
    font-size: 18px;
    color: #323232;
    background: #e5e5e5;
    padding: 10px 0 10px 10%
}

.page-sort .first-sort>li>a:after {
    content: ">";
    margin-left: 10px
}

.page-sort .first-sort>li.active>a,.page-sort .first-sort>li:hover>a {
    background: #e4007f;
    color: #fff
}

.page-sort .sub-sort {
    background: #eaeaea;
    display: none
}

.page-sort .sub-sort>li>a {
    display: block;
    font-size: 16px;
    padding: 10px 0 10px 20%;
    color: #323232
}

.page-sort .three-sort {
    background: #dcdcdc;
    display: none
}

.page-sort .three-sort>li>a {
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 30%;
    color: #323232
}

.page-sort.open {
    left: 0
}

.bread-crumbs {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 15px;
    text-align: right;
    font-size: 16px;
    color: #323232;
    line-height: 30px
}

.bread-crumbs span {
    display: inline-block;
    color: #e4007f
}

.bread-crumbs .open-btn {
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #e4007f
}

.bread-crumbs .open-btn .iconfont {
    font-size: 16px;
    vertical-align: 0;
    color: #fff
}

.bread-crumbs.detail {
    text-align: left;
    border-top: 1px solid #e5e5e5
}

.page-detail {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #333
}

.page-detail img,.page-detail p img {
    max-width: 100%;
    width: auto!important;
    height: auto!important
}

.paging_num {
    padding: 10px 0
}

.paging_num a {
    padding: 0 7px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #e0e1dc;
    color: #666;
    margin-right: 8px
}

.paging_num a.paging_hover {
    border-color: #ab001a
}

.page-product-list {
    margin: 20px 7.5px 0;
    font-size: 0
}

.page-product-list li {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin: 0 7.5px 15px;
    position: relative
}

.page-product-list li .img {
    display: block
}

.page-product-list li .img img {
    width: 100%
}

.page-product-list li .wz {
    line-height: 30px
}

.page-product-list li .wz h3 {
    color: #323232;
    font-size: 14px;
    text-align: center
}

.product-detail {
    padding: 15px
}

.product-detail .detail-title {
    font-size: 20px;
    color: #323232;
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0 10px
}

.product-detail .detail-info {
    text-align: right;
    padding-bottom: 10px
}

.product-detail .detail-info span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #787878
}

.product-detail .detail-info span .iconfont {
    vertical-align: middle;
    margin-right: 5px
}

.product-detail .detail-img {
    margin-bottom: 20px
}

.product-detail .detail-img img {
    width: 100%
}

.effect-top {
    border: 1px solid #f5f5f5
}

.effect-top .slick-slide img {
    display: inline-block
}

.effect-top .slick-con {
    display: block;
    text-align: center;
    font-size: 0
}

.effect-top img {
    max-width: 100%
}

.effect-bottom {
    margin: 20px 0;
    text-align: center
}

.effect-bottom .arrow-next,.effect-bottom .arrow-prev {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    width: 20px;
    text-align: center;
    background: #e8e8e8
}

.effect-bottom .arrow-next img,.effect-bottom .arrow-prev img {
    vertical-align: middle
}

.effect-bottom .small-group {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    font-size: 0;
    overflow: hidden;
    height: 85px
}

.effect-bottom .small-group .small-wrap {
    width: 2000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.effect-bottom .small-group .small-img {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 4px;
    border: 1px solid #e2e2e3;
    float: left
}

.effect-bottom .small-group .small-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.effect-bottom .small-group .small-img:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.effect-bottom .small-group .small-img.active {
    border-color: #e4007f
}

.product-detail .btn-group {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px
}

.product-detail .btn-group a {
    display: inline-block;
    width: 31.33333%;
    margin: 0 1%;
    color: #fff;
    background: #e4007f;
    font-size: 14px;
    line-height: 35px
}

.product-detail .btn-group a.nobuy-product {
    background: #666
}

.product-detail .detail-wrap {
    margin-bottom: 20px
}

.product-detail .detail-wrap>h2 {
    border-top: 1px solid #eee;
    font-size: 20px;
    color: #333;
    margin: 0;
    padding: 10px 0
}

.product-detail .detail-content {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.product-detail .detail-content img,.product-detail .detail-content p img {
    max-width: 100%;
    width: auto!important;
    height: auto!important
}

.product-detail .detail-tab {
    padding-top: 40px
}

.product-detail .detail-tab .tab-li {
    font-size: 0;
    position: relative
}

.product-detail .detail-tab .tab-li h3 {
    display: inline-block;
    width: 33%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333
}

.product-detail .detail-tab .tab-li h3.on {
    color: #fff;
    background: #333
}

.product-detail .detail-tab .tab-li h3 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: 5px;
    background: red;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    line-height: 20px;
    margin: 0 5px
}

.product-detail .detail-tab .tab-li h3 a {
    position: absolute;
    z-index: 99;
    right: 0;
    font-size: 12px;
    color: #f90
}

.product-detail .detail-tab .tab-con .no-content-icon {
    text-align: center;
    color: #e4007f
}

#commentList li {
    padding: 10px 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

#commentList li .user-column {
    width: 70px;
    float: left;
    text-align: center
}

#commentList li .user-column img {
    height: 40px;
    max-width: 40px;
    border-radius: 50%
}

#commentList li .user-name {
    color: #333;
    padding-top: 5px;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    text-align: center
}

#commentList li .comment-content {
    margin-left: 80px;
    overflow: hidden;
    position: relative
}

#commentList li .comment-content .comment-star .iconfont {
    font-size: 16px;
    color: #e4007f;
    display: none
}

#commentList li .comment-content .comment-star .iconfont.shows {
    display: inline-block
}

#commentList li .comment-content .comment-star span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px
}

#commentList li .comment-content .comment-text {
    padding: 5px 0;
    line-height: 22px;
    font-size: 12px
}

#commentList li .comment-recover {
    font-size: 12px;
    color: #333
}

#commentList li .comment-recover span {
    color: #f90
}

#commentList li:last-child {
    border-bottom: none
}

.product-comment-title {
    padding: 0 15px;
    line-height: 44px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    color: #000;
    overflow: hidden
}

.product-comment-title .product-comment-num {
    color: #f90
}

@media (max-width: 360px) {
    .effect-bottom .arrow-next,.effect-bottom .arrow-prev {
        width:15px
    }

    .effect-bottom .arrow-next img,.effect-bottom .arrow-prev img {
        width: 8px
    }

    .effect-bottom .small-group {
        width: 250px;
        height: 75px
    }

    .effect-bottom .small-group .small-img {
        width: 72px;
        height: 72px
    }
}

.page-case-list {
    margin: 20px 7.5px 0;
    font-size: 0
}

.page-case-list li {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin: 0 7.5px 15px
}

.page-case-list li .img {
    display: block
}

.page-case-list li .img img {
    width: 100%
}

.page-case-list li .wz {
    position: relative;
    line-height: 30px
}

.page-case-list li .wz h3 {
    text-align: center;
    font-size: 14px;
    color: #323232
}

.page-news-list {
    padding: 0 15px
}

.page-news-list li {
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    padding: 5px
}

.page-news-list li h4 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.5
}

.page-news-list li p {
    font-size: 14px;
    color: #666;
    line-height: 1.7
}

.page-news-list li:hover h4,.page-news-list li:hover p {
    color: #e4007f
}

.mob-message {
    padding: 15px
}

.mob-message .input-item {
    margin-bottom: 15px
}

.mob-message .input-item input[type=text],.mob-message .input-item textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mob-message .input-item input[type=text]:focus,.mob-message .input-item textarea:focus {
    border-color: #e4007f;
    outline: none
}

.mob-message .input-item textarea {
    height: 100px;
    resize: none;
    padding-top: 5px
}

.mob-message .input-item input[type=text].verifycode {
    width: 35%
}

.mob-message .input-item #checkcode {
    vertical-align: middle;
    margin: 0 5px
}

.mob-message .input-item .msg-wrap {
    position: static!important
}

.mob-message .input-item #change-code {
    font-size: 14px;
    color: red
}

.mob-message .input-btn {
    margin-bottom: 20px
}

.mob-message .input-btn .submit {
    width: 35%;
    height: 35px;
    background: #e4007f;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    outline: none
}

.mob-message .input-btn .submit:hover {
    background: #cd0072
}

.page-job-list {
    margin: 0 15px
}

.page-job-list li {
    border-bottom: 1px solid #d6d6d6;
    line-height: 20px
}

.page-job-list li div {
    padding: 10px 0;
    width: 24%;
    float: left;
    margin-right: 1.3333%;
    text-align: center;
    font-size: 14px;
    color: #323232
}

.page-job-list li div:last-child {
    margin-right: 0
}

.page-job-list li span.more {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    background: #e4007f;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%
}

.page-job-list .job-list-item {
    border-bottom: none;
    padding: 10px 0
}

.page-job-list .job-list-item div {
    border-bottom: 2px solid #e4007f;
    font-size: 16px
}

.page-job-list .job-list-item div .iconfont {
    font-size: 18px;
    margin-right: 5px
}

.job-detail-title {
    font-size: 20px;
    color: #e4007f;
    border-bottom: 1px solid #ccc;
    line-height: 2;
    position: relative
}

.job-detail-title:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 85px;
    height: 1px;
    background: #e4007f;
    bottom: -1px;
    left: 0
}

.job-detail-content {
    padding-bottom: 40px
}

.job-detail-content h4 {
    font-size: 16px;
    color: #e4007f;
    font-weight: 400;
    margin: 20px 0 10px
}

.job-detail-content .text {
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.job-detail-content .text img,.job-detail-content .text p img {
    max-width: 100%;
    width: auto!important;
    height: auto!important
}

.job-detail-content .submit-btn {
    margin-top: 20px
}

.job-detail-content .submit-btn a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    background: #4aa3df;
    border-radius: 5px
}

.job-detail-content .submit-btn a:hover {
    background: #4393c9
}

.resume-message {
    margin-top: 10px;
    padding: 0 15px
}

.resume-message .resume-title {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px
}

.resume-message .resume-item {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

.resume-message .resume-item .resume-item-title {
    width: 70px;
    text-align: right;
    float: left
}

.resume-message .resume-item .radio-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.resume-message .resume-item .radio-label input[type=radio] {
    vertical-align: -2px
}

.resume-message .resume-item #experience,.resume-message .resume-item input[type=text],.resume-message .resume-item select {
    float: left;
    margin-left: 5px;
    width: calc(90% - 75px);
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.resume-message .resume-item i {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    color: red;
    font-style: normal
}

.resume-message .resume-item #experience {
    height: 100px;
    resize: none
}

.resume-message .resume-item #checkcode {
    width: 30%
}

.resume-message .resume-item #checkCodeImg {
    float: left;
    margin-left: 10px
}

.resume-message .resume-last-item {
    font-size: 14px;
    color: #060;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.resume-message #file {
    font-size: 12px
}

.resume-message .resume-prompt {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 10px
}

.resume-message .resume-warning {
    color: red;
    line-height: 30px;
    font-size: 12px;
    margin: 10px 0
}

.resume-message input[type=reset],.resume-message input[type=submit] {
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    background: #4aa3df;
    border-radius: 5px;
    border: none
}

.resume-message input[type=reset]:hover,.resume-message input[type=submit]:hover {
    background: #4393c9
}

.resume-message .msg-box {
    position: absolute;
    left: 70px;
    top: 0
}

.search-title {
    padding: 10px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ddd
}

.search-title span {
    color: #e4007f
}

.search-news-list {
    margin: 0 7px
}

.search-news-list li {
    position: relative;
    line-height: 35px;
    border-bottom: 1px solid #ddd
}

.search-news-list li a {
    font-size: 14px;
    color: #333;
    display: block;
    padding-right: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.search-news-list li a:before {
    display: inline-block;
    vertical-align: 2px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    margin-right: 5px;
    margin-left: 5px
}

.search-news-list li a:hover {
    color: #e4007f
}

.search-news-list li a:hover:before {
    background: #e4007f
}

.search-news-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    text-align: right
}

.pagination {
    margin: 20px 0;
    text-align: center;
    font-size: 0
}

.pagination .pagin-left,.pagination .pagin-mid,.pagination .pagin-right,.pagination .pagin-select {
    display: inline-block;
    vertical-align: middle
}

.pagination #current,.pagination a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei,Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px
}

.pagination #current,.pagination a:hover {
    color: #fff;
    border-color: #e4007f;
    background: #e4007f
}

.pagination .pagin-mid {
    font-size: 14px
}

.pagination .pagin-mid .mob-pagin-mid {
    display: none
}

.prev-next {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333
}

.prev-next .next,.prev-next .previous {
    background: #eee;
    margin: 10px 0;
    padding: 0 15px;
    position: relative
}

.prev-next .next:hover,.prev-next .previous:hover {
    background: #e4007f;
    color: #fff
}

.prev-next .next:hover a,.prev-next .previous:hover a {
    color: #fff
}

.prev-next a {
    color: #e4007f;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.login-header {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 40px
}

.login-header .history-go {
    position: absolute;
    z-index: 99;
    padding-left: 15px;
    top: 10px;
    width: 60px;
    height: 30px
}

.login-header .history-go .iconfont {
    font-size: 26px;
    vertical-align: middle;
    color: #333
}

.login-header h4 {
    text-align: center;
    padding-left: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333
}

.user-login {
    margin: 0 15px
}

.user-login .user-t {
    margin-bottom: 20px;
    position: relative
}

.user-login .user-t .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #333
}

.user-login .user-t .user-input {
    width: 100%;
    font-size: 14px;
    color: #333;
    background: none;
    outline: none;
    height: 37px;
    border: 1px solid #ddd;
    padding-left: 50px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user-login .user-t .user-input:-webkit-autofill,.user-login .user-t .user-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    box-shadow: inset 0 0 0 1000px #fff!important
}

.user-login .user-t .user-input.msg {
    width: 55%
}

.user-login .user-t .msgcode {
    width: 43%;
    height: 37px;
    background: #ff0098;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: none
}

.user-login .user-t #valicode {
    width: 60%;
    vertical-align: middle
}

.user-login .user-t #codeimg {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.user-login .forget {
    font-size: 16px;
    color: #333
}

.user-login .forget a {
    float: right;
    color: #e4007f
}

.user-login .forget a.registered {
    float: none
}

.user-login .user-btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e4007f;
    border-radius: 5px;
    line-height: 2.5;
    width: 100%;
    border: none
}

.jump-content {
    margin: 15px;
    padding-top: 10vh
}

.jump-center {
    text-align: center
}

.jump-center .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e4007f;
    line-height: 100px
}

.jump-center .icon .iconfont {
    font-size: 60px;
    vertical-align: middle;
    color: #e4007f
}

.jump-center #show {
    font-size: 20px;
    color: #e4007f;
    line-height: 1.7;
    margin: 20px 0
}

.jump-center a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #e4007f;
    text-align: center
}

.person-header {
    margin-bottom: 0
}

.ht-bg20 {
    background: #f5f5f5;
    height: 20px
}

.user-person {
    margin: 0 20px;
    padding: 15px 0
}

.user-person h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

.user-person p {
    font-size: 14px;
    color: #666;
    line-height: 1.7
}

.person-list {
    margin: 0 15px
}

.person-list li a {
    display: block;
    padding: 15px 50px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.person-list li .iconfont {
    position: absolute;
    left: 0;
    top: 15px;
    height: 20px;
    font-size: 20px;
    color: #333;
    text-align: center;
    width: 50px
}

.person-list li .icon-jinrujiantou1 {
    right: 0;
    left: auto
}

.person-list li .mui-badge-danger {
    background: red
}

.person-list li .mui-badge {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%
}

.personal-save {
    margin: 0 15px
}

.personal-save li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.personal-save li label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    width: 80px;
    color: #333
}

.personal-save li .input-s {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-left: 10px;
    color: #333;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.personal-save .user-btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e4007f;
    border-radius: 5px;
    line-height: 2.5;
    width: 100%;
    border: none
}

.no-information {
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    margin-bottom: 40px;
    color: #e4007f
}

.add-more {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e4007f;
    border-radius: 5px;
    line-height: 2.5;
    width: calc(100% - 30px);
    margin: 0 15px;
    border: none
}

.add-more a {
    display: block
}

.address-list {
    margin: 0 15px
}

.address-list li {
    padding: 8px 17px 0;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #ee8a1e;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: #fff
}

.address-list li span.selected {
    width: 40px;
    height: 27px;
    line-height: 20px;
    display: block;
    position: absolute;
    right: 17px;
    top: 0;
    background: url(../images/m_img.png) 0 50% no-repeat;
    color: #fff;
    text-align: center
}

.address-list li p {
    font-size: 13px;
    position: relative;
    padding: 7px 0 7px 40px;
    line-height: 20px
}

.address-list li p .iconfont {
    width: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 7px
}

.address-list li .operating {
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    padding: 0 12px;
    margin-top: 5px;
    position: relative
}

.address-list li .operating .modify {
    position: absolute;
    right: 12px;
    top: 0
}

.address-list li .operating .modify .iconfont {
    position: static;
    font-size: 20px
}

.address-save {
    margin: 0 15px
}

.address-save li {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.address-save li label {
    float: left;
    width: 100px;
    text-align: right;
    color: #333;
    font-weight: 400
}

.address-save li .input-s {
    width: calc(100% - 100px);
    float: right;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    color: #333
}

.address-save li .status {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer
}

.address-save .user-btn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e4007f;
    border-radius: 5px;
    line-height: 2.5;
    width: 100%;
    margin-top: 20px;
    border: none
}

.shopping-list li {
    border-bottom: 1px solid #f1ecec;
    padding: 15px 10px;
    font-size: 0
}

.shopping-list li a.img {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center
}

.shopping-list li a.img img {
    max-width: 100%
}

.shopping-list li h3 {
    width: 43%;
    padding-left: 2%;
    font-size: 13px;
    color: #666;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle
}

.shopping-list li h3 a {
    display: block;
    font-size: 14px
}

.shopping-list li h3 p {
    font-weight: 700
}

.shopping-list li .operating {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.shopping-list li .operating .xy-numbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 90px;
    padding: 0 25px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: #efeff4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.shopping-list li .operating .xy-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 27px;
    height: 100%;
    padding: 0;
    color: #555;
    border: none;
    border-radius: 0;
    background-color: #f9f9f9
}

.shopping-list li .operating .xy-btn.btn-minus {
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.shopping-list li .operating .xy-btn.btn-plus {
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.shopping-list li .operating .xy-numbox-input {
    display: inline-block;
    width: 30px;
    height: 100%;
    padding: 0 3px;
    text-align: center;
    text-overflow: ellipsis;
    word-break: normal;
    border: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px
}

.shopping-list li .operating .btn-remove {
    text-align: right;
    padding: 8px 24px 0 0
}

.shopping-list li .operating .btn-remove button {
    padding: 0 10px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: none;
    outline: none
}

.totalcost {
    text-align: right;
    line-height: 60px;
    background: #fff
}

.totalcost .total-price {
    display: inline-block;
    font-size: 14px;
    padding-right: 20px
}

.totalcost .total-price b,.totalcost .total-price span {
    font-weight: 700;
    color: #ab0020
}

.totalcost .btn-total {
    width: 80px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: 1px solid #f78d1d;
    display: inline-block;
    font-size: 14px;
    background: #f78d1d
}

.user-bought {
    margin-bottom: 15px
}

.user-bought .bought-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 9px;
    background: #f9f9f9;
    font-size: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-bought .bought-top .order {
    width: 65%
}

.user-bought .bought-top .time {
    color: #ee8a1e
}

.user-bought .count-right {
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #f9f9f9;
    padding: 0 14px
}

.user-bought .count-right span {
    color: #e0012a;
    font-weight: 700
}

.user-bought .bought-bottom {
    line-height: 50px;
    border-bottom: 1px solid #f9f9f9;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-bought .bought-bottom .name {
    width: 50%;
    font-size: 14px
}

.user-bought .bought-bottom .delete {
    width: 50%;
    text-align: right
}

.user-bought .bought-bottom .delete a {
    border: 1px solid #ddd;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 14px
}

.my-order-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efeff4
}

.my-order-title li {
    width: 33.33%;
    text-align: center
}

.my-order-title li a {
    display: block;
    line-height: 50px;
    border-bottom: 2px solid transparent;
    font-size: 16px
}

.my-order-title li.on a {
    border-bottom-color: #ab0020;
    color: #ab0020
}

.no-content-info {
    text-align: center;
    padding: 20px 0
}

.no-content-info .iconfont {
    font-size: 60px;
    color: #666
}

.comments-recovery {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 10px
}

.comments-recovery .comments-recovery-list {
    overflow: hidden
}

.comments-recovery .comments-recovery-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px
}

.comments-recovery .comments-recovery-list li:last-child {
    border-bottom: none
}

.comments-recovery .comments-recovery-list li .comment-text {
    padding: 5px 0;
    line-height: 22px;
    font-size: 12px
}

.comments-recovery .comments-recovery-list li span {
    color: #f90
}

.message-list {
    margin: 0 15px
}

.message-list li {
    position: relative
}

.message-list li p {
    line-height: 32px;
    text-align: left;
    font-size: 15px
}

.message-list li .input-s {
    border: 1px solid #e7e5e5;
    width: 100%;
    display: block;
    line-height: 32px;
    height: 32px;
    border-radius: 2px;
    text-align: left;
    padding: 0 6px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.message-list li .content {
    height: 100px
}

.message-list li .comment-submit {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-color: #e4007f;
    width: 100%;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    border: none;
    margin-top: 20px
}

.message-list li .check-info {
    font-size: 14px;
    color: red;
    line-height: 20px;
    display: none
}

.message-list .comment-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px
}

.message-list .comment-order .comment-img {
    width: 80px;
    height: auto;
    margin-right: 10px;
    max-width: 60px
}

.message-list .comment-order .comment-stars span {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    display: block;
    text-align: left
}

.message-list .comment-order .comment-stars i {
    font-size: 18px;
    color: #d7d6d6;
    margin-right: 8px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer
}

.message-list .comment-order .comment-stars i.change {
    color: #e4007f
}

.shop-header {
    padding: 15px 33px 15px 10px;
    line-height: 26px;
    font-size: 12px;
    border-bottom: 8px solid #f1f1f1;
    position: relative
}

.shop-header p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #8f8f94
}

.shop-header a {
    position: absolute;
    right: 0;
    top: 22px;
    width: 40px;
    text-align: center;
    line-height: 30px
}

.shop-header a .iconfont {
    font-size: 30px;
    vertical-align: middle
}

.shop-title {
    line-height: 50px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 8px solid #f1f1f1
}

.shop-title span {
    font-size: 13px;
    color: #000;
    padding-right: 10px
}

.bought-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #f9f9f9;
    padding: 10px 15px
}

.bought-list li a.img {
    display: block;
    width: 30%
}

.bought-list li a.img img {
    width: 100%
}

.bought-list li h3 {
    width: 48%;
    padding-left: 2%;
    line-height: 24px;
    font-size: 13px
}

.bought-list li .price {
    width: 20%;
    text-align: right;
    line-height: 28px;
    font-size: 16px
}

.bought-list li .price b {
    font-size: 16px;
    color: #666
}

.bought-list li .price span {
    color: #999;
    font-size: 16px;
    display: block;
    text-align: right
}

.bought-list li .price a {
    font-size: 12px
}

.bought-list li .price a .iconfont {
    font-size: 14px
}

.pay-header .pay-icon {
    text-align: center;
    line-height: 90px;
    padding-top: 15px
}

.pay-header .pay-icon .iconfont {
    font-size: 50px;
    color: #ee8a1e
}

.pay-header .pay-summary p {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #8f8f94
}

.pay-title {
    line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    margin-top: 20px
}

.pay-list li,.pay-title {
    border-bottom: 1px solid #ddd
}

.pay-list li {
    padding: 8px 15px;
    line-height: 40px;
    font-size: 0;
    color: #333;
    position: relative
}

.pay-list li a {
    display: block;
    height: 40px
}

.pay-list li img {
    vertical-align: middle;
    margin-right: 5px
}

.pay-list li span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}

.pay-list li .iconfont {
    position: absolute;
    right: 0;
    width: 50px;
    line-height: 40px;
    font-size: 35px;
    color: #333
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 0
}

.footer ul li.active {
    background: #e4007f
}

.footer ul li a {
    display: block
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

#mobile_share {
    position: fixed;
    right: 0;
    bottom: 90px;
    width: 123px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mobile_share h2.title {
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #717577;
    color: #fff;
    font-size: 14px
}

#mobile_share .share_item {
    padding: 8px;
    background: #fff;
    border: 1px solid #f1f1f1
}

#mobile_share .share_item li {
    display: block;
    overflow: hidden;
    margin: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px
}

#mobile_share.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.share-link {
    display: block;
    margin: 0 auto;
    width: 105px;
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    padding-left: inherit
}

.share-link i {
    background: url(../images/share_icon.png) no-repeat;
    background-size: 200px 32px;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    float: left
}

.share-link span {
    display: inline-block
}

.share-weibo i {
    background-position: 0 0
}

.share-renren i {
    background-position: -42px 0
}

.share-douban i {
    background-position: -84px 0
}

.share-qweibo i {
    background-position: -126px 0
}

.share-qzone i {
    background-position: -168px 0
}

.share-weixin {
    display: block;
    margin: 0 auto;
    width: 105px;
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    padding-left: inherit
}

.share-weixin i {
    background: url(../images/share_icon2.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    float: left
}

.share-weixin span {
    display: inline-block
}




/* zm62架构样式 */
@CHARSET "UTF-8";
#header{width:100%;   text-align:center; background:#fff; font-weight:bold; 
 line-height:44px; font:bold 20px/44px "微软雅黑"; color:#434343; position:relative;m}
.header_left{width:74px; height:34px; background:url(../images/abc.png) center 10px no-repeat; background-size:26px 24px; position:absolute; left:0; top:0;  margin-top:5px;}
.header_right{width:74px; height:34px; background:url(../images/13.png) center 10px no-repeat; position:absolute; right:0; top:0; background-size:26px 21px; margin-top:5px;}

.logo{float:left;padding-left:10px;width:50%;}
.logo img{width:90%;padding-top:18px;}
.memu{float:right;width: 45%}
.haoma{background: url(../images/c.jpg) no-repeat top left;padding-left: 18%;color: #020202;font-size: 12px;background-size: 50%;float: left;width: 60%;margin-top: 10%;font-weight: normal;}
.haoma p{
    font-weight: normal;
    font-size: 12px;
}

.navbg{width: 20%;float:right;height: 40px;background: url(../images/navbg.png) no-repeat;background-size: 60%;
background-position: 50%;cursor:pointer;margin-top:8%;border-left: 1px solid #c4c4c4}

.close{width:22px;height:22px;text-align:center;line-height:22px;background:#444;border-radius:3px;margin:3px 0;color:#fff;position:absolute;right:5px;top:5px;z-index:9999;cursor:pointer;font-family:"微软雅黑"}


.daohang{width:100%;margin:0 auto;margin-top:-3px;}
#navs li{float:left;width:24.2%;margin:0.5% 1% 0.5% 0%;background:#546fb4;height:44px;text-align: center}
#navs li a{color:#fff;text-align:center;line-height:44px;font-size: 18px;}
#navs li:nth-child(4n){margin-right: 0px;}
/*header css style*/

.nav1{width:100%;display:none;position:absolute;top:0;left:0;background:rgba(255,151,0,.3);}
#nav{width:100%;padding-top:30px;position:relative;z-index:999}
#nav li{border-bottom:1px solid #fff;background:#526fb5;line-height:40px;text-align:center}
#nav li a{display:block;color:#fff;}

.ding{background:#d5b058;padding:10px 0;}
.ding p{text-align:center;line-height:22px;color:#fff;}
.ding img{width:100%;height:auto;}

.content_con{width:98%;margin:0 auto;}
.title2{font:200 24px/37px "微软雅黑";color:#00a1ae;text-align:center;text-align:left;margin-top:5%;border-bottom: 1px solid #d7d7d7;}
.title2 a{color:#7e8384;font-size:14px;position:absolute;right:0%;}

.pro_en{color:#cccccc;font-size:12px;text-transform: uppercase;font-weight:bold;background:url(../images/en.png) no-repeat center;text-align: center;margin-top:6px;}
.show_title{color:#666666;font-size:12px;margin-top:10px;text-align:center;}
.show_title p{color:#666666;font-size:12px;margin-top:5px;text-align:center;}


.index_pro02{width:98%;margin:0 auto;margin-top:10px;}
.index_pro02 ul{text-align: center;}
.index_pro02 li{width:28%;;height:30px;background:#26221f;margin:0 7px;display: inline-block;*display: inline;*zoom:1;}
.index_pro02 li:hover{background:#ff9700;}
.index_pro02 li a{line-height: 30px;color:#fff;font-size:14px;}
.index_pro02 li:hover a{color: #252222}


.product{width:98%;margin:0 auto;margin-top:10px;margin:0 auto;}
.product ul{padding-bottom:5px; text-align:left !important;margin-top: 2%}
.product ul li{overflow: hidden; width:48.0%; margin:2% 1%;float:left;padding: 1px}

.product ul li a img{display: block;width:100%;height: auto;vertical-align: middle;    }
.product ul li h3{display: block;width:100%;line-height: 30px;height: 30px;overflow: hidden;color:#000;font-size:14px;text-align:center;font-weight:normal}
.product ul li h3 a{text-align:center;color:#c4d7f0;display: block;font-weight:normal;font-size: 14px;}


.img_heng{width: 100%;margin:0 auto;margin-top:5px;}
.img_heng img{width: 100%;margin: 2% 0}


.productc{width:98%;margin:0 auto;margin-top:15px;}
.productc li{width:98%;margin:0 auto;margin:2% 0;}
.adsm{width:45%;float:left;}
.productc li .adsm a.img {display:block;}
.productc li .adsm a.img img{width:100%;height: auto;vertical-align: middle;}

.guang{width:50%;float:right;}
.guang h3 a{color:#61d3dc;font-size:16px;font-weight: normal;}
.guang span{color:#828282;font-size:14px;display:block;text-align: left;margin-top:5px;}


.about{width:100%;margin: 0 auto;}
.about_title{line-height:31px;font-weight:bold;font-family:"微软雅黑";
font-size:21px;color:#1ea78d;text-align:center;}
.about_tt{color:#cccccc;font-size:12px;text-align:center;font-weight:bold;background:url(../images/en1.png) no-repeat center;margin-top:6px;text-transform: uppercase;}
.about_img{width:98%;float:left;margin-top:5px;margin-left: 1%;}
.about_img img{width:100%;}
.about_com{width:98%;float:right;margin-right:1%;margin-top:5px;max-height: 240px;overflow: hidden;color:#4e5252;font-family: "宋体"}
.about_com p{font-size:10px;line-height:26px;}

.lx{margin-bottom: 32px;}
.lx_img{width:50%;float:left;margin-top:5px;margin-left: 3%;}
.lx_img img{width:100%;}
.lx_com{width:43%;float:right;margin-right:1%;margin-top:2px;max-height: 240px;overflow: hidden;color:#4e5252;font-family: "宋体";}
.lx_com p{font-size:10px;line-height:18px;}

.ads1{width:100%;margin:0 auto;position:relative;margin-top:10px;}
.ads1 img{width:100%;margin:0 auto;}

.about_nr{width:98%;margin:0 auto;margin-top:10px;}

a.more{display: block;width: 112px;height: 31px;line-height: 31px;text-align: center;border: 1px solid #ffffff;
    color:#fff;text-transform: uppercase;}

.xws{width:100%;margin:0 auto;margin-top:10px;}
.news1_title{font-weight:bold;font-family:"微软雅黑";text-align:center;color:#f0f0f0;font-weight:bold;font-size:22px;margin-top:20px;}
.news1_title1{color:#cccccc;font-size:12px;text-transform: uppercase;text-align:center;margin-top:5px;background:url(../images/bt.png) no-repeat center;}

.news_list1{width:98%;margin:0 auto;}
.news_list1 li{position:relative;border:1px solid #d2d2d2;float:left;width:47%;margin:0 1%;}
.news_list1 li a.img img{width:100%;}
.xw{height:130px;background:#fff;}
.xw1{width:96%;margin:0 auto;}
.xw a{color:#333333;font-size:14px;line-height:35px;}
.xw span{color:#666666;font-size:12px;display:block;text-align:left;}
.xw1 p{color:#6e6e6e;font-size:12px;display:block;line-height:28px;}
.xw:hover{background:#1ea78d;}
.xw:hover a{color:#fff;}
.xw:hover span{color:#fff;}
.xw:hover p{color:#fff;}




.news2{;margin-top:15px;position:relative;padding:15px 0;}
.news_list2{margin-top:20px;width:96%;margin:0 2%;}
.news_list2 li{float:left;margin-left:15px;width:90%;padding:12px 0;text-align: left;position: relative;line-height: 150%;border-bottom: 1px dashed #e2e2e2}

.news_list2 li a{background: url(../images/san.png) no-repeat left center;padding-left: 5%;font-size: 14px;color: #292929}

.news_list2 li span{position: absolute;right: 0;top: 0;color: #b0b0b0;line-height: 150%;padding: 12px 0}



/*网站头部返回按钮样式*/
.header_return{position:absolute;right:15px;top:2px;}
.header_return img{width:43px;height: 40px;}

 /*banner css style*/
.out_b{overflow:hidden; margin:0 auto; width:320px; padding-top:10px; padding-bottom:10px;}
.slide {position : relative; height:150px; overflow:hidden; width:320px; overflow:hidden; margin:0 auto;}
.slide .content{height:320px; -webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;}
.slide a {display:inline-block; float:left; width:320px; height:150px; }
.slide a img{width:320px;}
.slide .mark {width: 100%; position: absolute;height: 3px; bottom: 0; background-color: rgba(51,51,51,0.5); -webkit-transform: translate3d(0,0,0); display: -webkit-box;}
.slide .mark li {display: block; -webkit-box-flex: 1; height: 100%; overflow: hidden;}
.slide .mark li.active { background-color:#25a4bb;}

.scroll{width:320px;height:auto;margin:0 auto 0 auto; position:relative;overflow:hidden;}
.mod_01{float:left;width:320px;}
.mod_01 img{display:block;width:100%;height:auto;}
.dotModule_new{padding:0 5px;height:11px;line-height:6px;-webkit-border-radius:11px;;position:absolute;bottom:10px;right:50%;z-index:11;width:80px;margin-right:-40px;}
#slide_01_dot{text-align:center;margin:1px 0 0 0;}
#slide_01_dot span{display:inline-block;margin:0 2px;width:9px;height:9px;vertical-align:middle;background:#f7f7f7;-webkit-border-radius:9px;}
#slide_01_dot .selected{background:#526fb5;}

 /*product css style*/

.products{position:relative; width:99.5%; margin:0 auto;margin-top:10px; background:#fff;}
.contentss{padding:10px; line-height:25px; text-align:left; text-indent:25px;}
.ee{padding-left:20px; font-family:"微软雅黑";}
.products_title{background:url(../images/eef.jpg) 18px center no-repeat #fff; background-size:2px 22px; text-align:left; padding-left:30px; border-bottom:1px solid #d5d5d5;  font:500 14px/40px "微软雅黑"; height:40px; width:100%;  border-bottom:1px solid #d5d5d5;color: #000}
.products ul{padding-bottom:5px; text-align:left !important;}
.products ul li{
    /* display: inline-block; */
    margin-top: 15px;text-align: center;overflow: hidden; width:46.0%; margin:5px;}
.products ul li a{display: inline-block;overflow: hidden;border: 1px solid #fff;box-shadow: 3px 3px 5px #aaa; width:100%;}
.products ul li a img{display: block;width:100%;height: auto;vertical-align: middle;}
.products ul li  h3{display: block;width:100%;line-height: 30px;height: 30px;overflow: hidden;text-align: center;background: #eee;}


.products1 ul{padding-bottom:5px; text-align:left !important;}
.products1 ul li{display: inline-block;margin-top: 15px;text-align: center;overflow: hidden; width:32.0%; padding:5px;position: relative;padding-bottom: 0}
.products1 ul li a{display: inline-block;overflow: hidden;border: 1px solid #fff;box-shadow: 3px 3px 5px #aaa; width:100%;}
.products1 ul li a img{display: block;width:100%;height: auto;vertical-align: middle;}
.products1 ul li  h3{display: block;width:100%;line-height: 30px;height: 30px;overflow: hidden;text-align: center;background-color: #ff9700;;color: #2b2217;font-weight: normal;font-size: 14px;}

.products1 ul li  h3 a{color: #2b2217;font-size: 14px;}



 /* news css style*/
.news{position:relative; width:99.5%; margin:0 auto;margin-top:10px; background:#fff;}
.news_title{background:url(../images/eef.jpg) 18px center no-repeat #fff; background-size:2px 22px; text-align:left; padding-left:30px; border-bottom:1px solid #d5d5d5;  font:500 14px/40px "微软雅黑"; height:40px; width:100%;  border-bottom:1px solid #d5d5d5;color: #000}
.news ul{}
.news ul li{height:35px; line-height:35px; border-bottom:1px solid #d3d3d3; background:url(../images/dd1.jpg) 95% center no-repeat; background-size:20px 20px;}
.news ul li a{font:500 12px/35px "微软雅黑"; padding-left:28px; text-align:left; display:block;color: #000}

/* product_cate css style*/
.product_cate{width:99.5%; margin:0 auto;margin-top:20px;}
.product_cate_title{background:url(../images/eef.jpg) 18px center no-repeat #fff; background-size:2px 22px; text-align:left; padding-left:30px; border-bottom:1px solid #d5d5d5;  font:500 16px/40px "微软雅黑"; height:40px; width:100%;  border-bottom:1px solid #d5d5d5;color: #000}
.product_cate ul{}
.product_cate ul li{height:35px; line-height:35px; border-bottom:1px solid #d3d3d3; background:url(../images/abcd.png) 95% center no-repeat; background-size:20px 20px;}
.product_cate ul li a{font:500 12px/35px "微软雅黑"; padding-left:20px; text-align:left; display:block;color: #000}


.ban{background: #00a0e9;text-align: center;color:#fff;padding-top: 30px;padding-bottom: 30px;}
.ban p{color:#fff;text-align: center;}


/* footer css style*/
.distraction{height:70px; width:100%;line-height: 70px;color: #4e5f70;font-size: 20px;text-align: center;}

.distraction p{text-align:center;font-size:14px;}
.footer{ width:100%; margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;}
.footer1{max-width:640px;margin:0 auto;background:#221e1f;display:-webkit-box; }
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:normal 16px/50px "微软雅黑"; color:#fff; height:50px;}
.footer span.span1{background:url(../images/a1.png) left 10px center no-repeat;
     background-size:35%;   
    }
.footer span.span2{background:url(../images/a2.png) left 10px center no-repeat;
    background-size:35%;   
    }
.footer span.span3{background:url(../images/a3.png) left 10px center no-repeat; 
    background-size:35%;   
}
.footer span.span4{background:url(../images/a4.png) left 10px center no-repeat;
    background-size:35%;   
    }
.footer span.span0{background:url(../images/icon.png) left 10px center no-repeat; 
    background-size:35%;   
}

/*share css style*/
#mobile_share{position:fixed;right:0;bottom:90px;
width: 123px;z-index: 99999;background: #fff;padding: 0;overflow: hidden;-webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;-webkit-transform: translateX(100%);}
#mobile_share h2.title{text-align:center;line-height:30px;height:30px;background: #717577;color: #fff;font-size:14px;}
#mobile_share .share_item{padding: 8px;background: #fff;border: 1px solid #f1f1f1;}
#mobile_share .share_item li{display: block;overflow:hidden;margin: 8px 0;border-bottom: 1px solid #f1f1f1;padding-bottom: 8px;}
.share-link {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-link i{background: url(../images/share_icon.png) no-repeat;background-size: 200px 32px;width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-link span{display:inline-block;}
.share-weibo i{background-position:0 0;}
.share-renren i{background-position:-42px 0;}
.share-douban i{background-position:-84px 0;}
.share-qweibo i{background-position:-126px 0;}
.share-qzone i{background-position:-168px 0;}
.share-weixin {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-weixin i{background:url(../images/share_icon2.png) no-repeat;background-size:32px 32px;
	width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-weixin span{display:inline-block;}
body{height:100%; overflow-x:hidden; position:relative;max-width:640px;margin:0 auto;}

/*job css style*/
.jobcontent h4{background-color:#fff;height: 26px;line-height: 26px;padding-left:15px;}
.jobcontent .text{padding:5px 15px;line-height:20px;}





/*热门搜索*/
.search{width:100%;margin:0 auto;margin-top:15px;background: #e3e3e3;display: block;    border-top: none;
    padding: 0px;}
#formsearch{margin:0 auto;padding-top: 10px;padding-bottom: 10px;margin-left: 30%;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;margin-left: 20%;}
#formsearch input{height:28px;background:none;border:none;line-height:22px;width:80%;}
#formsearch input#keyword{
    float: left;
    font-size: 10%;
    font-family: "微软雅黑";
    height:28px;line-height:28px;padding-left:4px;color:#a2a2a2;background: #fff;width: 40%;text-align: left;}
#formsearch input#s_btn{
    float: left;
    width:52px;height:28px;line-height:28px;text-align:center;background:url(../images/ss.jpg) ;color:#fff;border:none;cursor:pointer;}



#gotop{position:fixed;height:15%;width:15%;background:url(../images/top.png) no-repeat;right:0;bottom: 6%;cursor:pointer;}

 /*search news css style*/
.newslist{border-top:10px solid #fff;border-bottom:10px solid #fff;}
.newslist li{text-align:left;padding-left:10px;line-height:34px;height:34px;position:relative;margin-bottom:1px;background:#fff;font-family: "Microsoft YaHei"}
.newslist li span{position:absolute;right:10px;top:0;}


.clearboth{
    clear: both;
}

.c1{width: 100%;margin: 0 auto;}

.xtt li{display: block;float: left;width: 25%;}
.xtt li img{width: 100%;}

.c2{margin-top: 30px;}
.c2 h2{text-align: center;height: 67px;font-weight: 500;background: url(../images/h2.png) no-repeat center 1px;}
.c2 h2 span{font:400 22px/30px "微软雅黑";color: #272727;}
.c2 h2 dd{font:400 14px/20px "微软雅黑";color: #ef0f34;}
.ck{text-align: center;margin:14px auto;width: 14px;left:50%;top:0;position: relative;margin-left: -7px;height: 14px;display: block;}

.c2 ul{padding-bottom:5px; text-align:left !important;margin-top: 6%}
.c2 ul li{overflow: hidden; width:44.0%; margin:0% 3%;float:left;}
.c2 ul li .img{display: block;border:1px solid #d4d4d4;}
.c2 ul li a img{display: block;width:100%;height: auto;vertical-align: middle;    }
.c2 ul li h3{display: block;width:100%;overflow: hidden;color:#fff;text-align:center;font-weight:normal;height: 54px;}
.c2 ul li h3 a{text-align:center;color:#4e5252;display: block;font-weight:normal;font-size: 16px;line-height: 54px;}


.c3{margin-top: 30px;}
.c3-box{width: 100%;margin: 0 auto;}
.c3 h2{text-align: center;height: 67px;font-weight: 500;background: url(../images/h2.png) no-repeat center 1px;}
.c3 h2 span{font:400 22px/30px "微软雅黑";color: #272727;}
.c3 h2 dd{font:400 14px/20px "微软雅黑";color: #ef0f34;}

.c3 ul{padding-bottom:5px; text-align:left !important;margin-top: 6%}
.c3 ul li{overflow: hidden; width:44.0%; margin:0% 3%;float:left;}
.c3 ul li .img{display: block;border:1px solid #d4d4d4;}
.c3 ul li a img{display: block;width:100%;height: auto;vertical-align: middle;    }
.c3 ul li h3{display: block;width:100%;overflow: hidden;color:#fff;text-align:center;font-weight:normal;height: 54px;}
.c3 ul li h3 a{text-align:center;color:#505251;display: block;font-weight:normal;font-size: 16px;line-height: 54px;}

.c4{margin-top: 30px;}
.c4 h2{text-align: center;height: 20px;line-height: 20px;color: #505050;font-size: 20px;font-weight: 500;background: url(../images/h2.png) no-repeat center 1px;}
.c4 dd{width: 95%;margin: 0 auto;}
.c4 dd img{width: 100%;}

.hf{width:90%;margin: 0 auto;margin-top: 30px;}
.hf img{width: 100%;}

.ban{width:100%;margin: 0 auto;text-align: center;font-size: 20px;color: #4e5f70;margin: 20px 0 0 0;}
.ban img{width: 100%;}

.c5{margin-top: 30px;}
.c5 h2{text-align: center;height: 67px;font-weight: 500;background: url(../images/h2.png) no-repeat center 1px;}
.c5 h2 span{font:400 22px/30px "微软雅黑";color: #272727;}
.c5 h2 dd{font:400 14px/20px "微软雅黑";color: #ef0f34;}

.c5 dd img{width: 100%;}



