<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
::selection {
    color: #fff;
    background: #e8b33d;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.2;
    background-color: #fff;
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    tap-highlight-color: transparent;
    focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -moz-tap-highlight-color: transparent;
    -moz-focus-ring-color: transparent;
    transition: all 550ms;
}

a:hover {
    color: #e8b33d;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
    height: auto;
}

table, embed, video {
    max-width: 100%;
}

input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}

input:focus, textarea:focus {
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
}

input[type=radio] {
    cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
    resize: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

em, i {
    font-style: normal;
}

/* .c-xx start */
.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-cb {
    clear: both;
}

.c-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.c-mg {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.c-oh {
    overflow: hidden;
}

.c-wd {
    width: 1200px;
}

.c-tsn {
    transition: all 550ms;
}

.c-bbx {
    box-sizing: border-box;
}

.c-pr {
    position: relative;
}

.c-mt-5 {
    margin-top: 5px;
}

.c-mt-10 {
    margin-top: 10px;
}

.c-mt-15 {
    margin-top: 15px;
}

.c-mt-20 {
    margin-top: 20px;
}

.c-mt-25 {
    margin-top: 25px;
}

.c-mt-30 {
    margin-top: 30px;
}

.c-mt-35 {
    margin-top: 35px;
}

.c-mt-40 {
    margin-top: 40px;
}

.c-mt-45 {
    margin-top: 45px;
}

.c-mt-50 {
    margin-top: 50px;
}

.c-nomt {
    margin-top: 0 !important;
}

.c-nomr {
    margin-right: 0 !important;
}

.c-nomb {
    margin-bottom: 0 !important;
}

.c-noml {
    margin-left: 0 !important;
}

.c-nomg {
    margin: 0 !important;
}

.c-nopt {
    padding-top: 0 !important;
}

.c-nopr {
    padding-right: 0 !important;
}

.c-nopb {
    padding-bottom: 0 !important;
}

.c-nopl {
    padding-left: 0 !important;
}

.c-nopd {
    padding: 0 !important;
}

.c-nofont {
    line-height: 0;
    font-size: 0;
}

.c-nobg {
    background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}

.f-box {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
    .f-box {
        width: 960px;
    }
}

@media screen and (max-width: 991px) {
    .f-box {
        width: 720px;
        max-width: 96%;
    }
}

/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
    0% {
        box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
    }
}

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
    position: relative;
    overflow: hidden;
}

.an-hoverimg-xy:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleX(0);
    transition: all 550ms;
    visibility: hidden;
}

.an-hoverimg-xy:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: scaleY(0);
    transition: all 550ms;
    visibility: hidden;
}

.an-hoverimg-xy img {
    transition: all 550ms;
}

.an-hoverimg-xy:hover img {
    transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
    visibility: visible;
    transform: scaleX(1);
}

.an-hoverimg-beforex {
    position: relative;
    overflow: hidden;
}

.an-hoverimg-beforex:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleX(0);
    transition: all 550ms;
    visibility: hidden;
}

.an-hoverimg-beforex img {
    transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
    transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.an-hoverimg-beforey {
    position: relative;
    overflow: hidden;
}

.an-hoverimg-beforey:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleY(0);
    transition: all 550ms;
    visibility: hidden;
}

.an-hoverimg-beforey img {
    transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
    transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
    visibility: visible;
    transform: scaleY(1);
}

.an-hoverbtn-beforey {
    position: relative;
}

.an-hoverbtn-beforey &gt; * {
    position: relative;
}

.an-hoverbtn-beforey:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    background-color: #e8b33d;
    transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
    color: #fff;
}

.an-hoverbtn-beforey:hover:before {
    transform: scaleY(1);
}

.an-hoverbtn-beforex {
    position: relative;
}

.an-hoverbtn-beforex &gt; * {
    position: relative;
}

.an-hoverbtn-beforex:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: #e8b33d;
    transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
    color: #fff;
}

.an-hoverbtn-beforex:hover:before {
    transform: scaleX(1);
}

.an-hoverbtn-beforer {
    position: relative;
    overflow: hidden;
}

.an-hoverbtn-beforer &gt; * {
    position: relative;
}

.an-hoverbtn-beforer:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e8b33d;
    transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
    color: #fff;
}

.an-hoverbtn-beforer:hover:before {
    right: 0;
}

.an-boxsd:hover {
    animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc a {
    color: #e8b33d;
}

.m-desc a:hover {
    text-decoration: underline;
}

.m-desc p, .m-desc span, .m-desc b {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc p {
    min-height: 30px;
}

.m-desc img {
    max-width: 100%;
}

.m-desc iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.m-desc table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}

.m-desc table tr td {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
    .m-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .m-desc a {
        color: #e8b33d;
    }

    .m-desc a:hover {
        text-decoration: underline;
    }

    .m-desc p, .m-desc span, .m-desc b {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .m-desc p {
        min-height: 24px;
    }
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
}

.table table tr td {
    padding: 10px;
    height: 30px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
    .table {
        width: 100%;
        overflow-x: scroll;
    }

    .table &gt; div {
        width: 991px !important;
        max-width: 991px;
    }
}

@media screen and (max-width: 991px) {
    [class*=-item] .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    [class*=-item] .item-desc {
        font-size: 13px;
        font-size: 1.3rem;
    }

    [class*=-item] .item-link {
        font-size: 13px;
        font-size: 1.3rem;
    }

    [class*=-item] .item-modal {
        display: none;
    }
}

/* .m-xx end */
/* .j-xx start */
.j-offset-top {
    transition: all 750ms;
    transform: translateY(100px);
    opacity: 0;
}

.j-offset-top.run {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .j-offset-top {
        transform: none !important;
    }
}

.j-offset-left {
    transition: all 750ms;
    transform: translateX(100px);
    opacity: 0;
}

.j-offset-left.run {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .j-offset-left {
        transform: none !important;
    }
}

.j-offset-right {
    transition: all 750ms;
    transform: translateX(-100px);
    opacity: 0;
}

.j-offset-right.run {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .j-offset-right {
        transform: none !important;
    }
}

.j-fadein {
    transition: all 750ms;
    opacity: 0;
}

.j-fadein.run {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .j-fadein {
        transform: none !important;
    }
}

.j-lazy {
    min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

[class*=-item] .item-pic img {
    transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
    transform: scale(1.1);
}

[class*=-item] .item-title {
    overflow: hidden;
}

[class*=-item] .item-title a:hover {
    color: #e8b33d;
}

[class*=-item] .item-desc {
    overflow: hidden;
}

[class*=-item] .item-desc a {
    display: block;
}

[class*=-item] .item-desc a:hover {
    color: #e8b33d;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

#preloader {
    background-color: #333;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    animation: object_one 1.5s infinite;
}

#object_two {
    animation: object_two 1.5s infinite;
    animation-delay: 0.25s;
}

#object_three {
    margin-right: 0;
    animation: object_three 1.5s infinite;
    animation-delay: 0.5s;
}

@keyframes object_one {
    75% {
        transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
    }
}

.site-welcome {
    visibility: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    transition: all 550ms;
}

.j-videomodal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.j-videomodal iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 600px;
    max-width: 90%;
    max-height: 80%;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important;
}

input,
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media screen and (min-width: 1000px) {
    .zong {
        width: calc(100% - 120px);
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .zong,
    .zong1 {
        width: 95%;
        margin: auto;
    }
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

/*  head  */
.head {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.head .zong {
    position: relative;
    z-index: 99;
}

.logo {
    display: block;
    height: 70px;
    line-height: 70px;
}

.logo span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    font-family: Nasalization, Arial, "Arial Black", "sans-serif", Verdana;
    font-weight: bold;
    text-transform: uppercase;
}

.hemor {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.hemor:hover {
    color: #e8b33d;
}

/*  banner  */
.inbanner {
    position: relative;
}

.batu {
    display: block;
    overflow: hidden;
}

.batu img {
    display: block;
    max-width: 100%;
}

/*  sousuo  */
.sousuo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 1000px;
    background: #fff;
    border: solid 1px #333333;
    border-radius: 4px;
}

.sousuo form {
    width: 100%;
    height: 52px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.sou {
    width: calc(100% - 90px);
    float: left;
    line-height: 50px;
    background-color: #fff;
    float: left;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}

.sou::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.sou:-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sou::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sou:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.suo {
    width: 90px;
    height: 52px;
    float: right;
    cursor: pointer;
    background: #e8b33d;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 999px) {
    .head {
        background: #000;
        position: relative;
    }

    .logo {
        text-align: left;
        height: 50px;
        line-height: 50px;
    }

    .logo span {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 40px;
    }

    .hemor {
        line-height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .sousuo form {
        height: 32px;
    }

    .sou {
        width: calc(100% - 80px);
        float: left;
        line-height: 30px;
        background: #ffffff;
        float: left;
        padding-left: 7px;
    }

    .suo {
        width: 80px;
        height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .head {
        padding: 5px 0;
        position: relative;
    }

    .logo {
        height: 40px;
        line-height: 40px;
    }

    .logo span {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 40px;
    }

    .sousuo {
        width: 95%;
    }

    .hemor {
        line-height: 20px;
    }

    .batu img {
        max-width: 180%;
        margin-left: -40%;
    }
}

/*  main  */
.main1 {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 9999999999;
}

.m1l {
    width: 16.66%;
    border: solid 1px #e8e8e8;
}

.m1r {
    width: 80.8%;
}

.j-nextshow {
    position: relative;
    display: none;
}

.proslide_menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 12px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #067ab4;
}

.prbiao {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
    padding: 10px;
}

.myiji {
    padding-top: 10px;
}

.myiji &gt; li {
    position: relative;
    z-index: 99;
}

.myiji &gt; li &gt; a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 5px 20px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}

.myiji &gt; li i {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 10px;
    line-height: 26px;
    z-index: 3;
}

.merji {
    position: absolute;
    width: 600px;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    min-height: 480px;
    max-height: 600px;
    overflow: auto;
    left: 100%;
    display: none;
    z-index: -1;
    padding: 32px 60px;
    padding-right: 30px;
}

.merjia {
    display: block;
    color: #067ab4;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: bold;
}

.msanji {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 25px;
}

.msanji a {
    display: inline-block;
    vertical-align: middle;
    min-width: 33.333%;
    padding-right: 20px;
}

.msanji a:hover {
    color: #067ab4;
}

.myiji &gt; li:hover &gt; a {
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    color: #067ab4;
}

.myiji &gt; li:hover .merji {
    display: block;
}

.mabo {
    bottom: 0px;
}

.mato {
    top: -10px;
}

@media screen and (max-width: 1359px) {
    .m1l {
        width: 24%;
    }

    .m1r {
        width: 74%;
    }

    .myiji &gt; li &gt; a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 10px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 999px) {
    .main1 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .j-nextshow {
        display: block;
    }

    .myiji {
        display: none;
    }

    .merji {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 0px;
        max-height: none;
        padding: 10px;
        box-shadow: none;
    }

    .myiji &gt; li .active {
        display: block !important;
    }

    .merjia {
        display: none;
    }

    .msanji {
        margin: auto;
    }

    .msanji a {
        width: 100%;
        padding-left: 20px;
    }

    .myiji &gt; li:hover .merji {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .m1l {
        width: 100%;
        margin-top: 20px;
    }

    .m1r {
        width: 100%;
    }
}

.tankuang {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 99999999999;
}

.tankuang .guanbi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.tann {
    position: fixed;
    width: 95%;
    max-width: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 8px;
    padding: 34px 80px;
    z-index: 2;
}

.tanbiao {
    color: #0070ff;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    font-weight: bold;
}

.tanxin .int1 {
    width: 100%;
    margin-top: 15px;
}

.tanxin .int1 p {
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}

.tanxin .int1 input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px #000000;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 2px;
}

.tanxin .int2 {
    width: 100%;
    /*max-width: 198px;*/
    margin-top: 15px;
    position: relative;
}

.tanxin .int2 input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px #000000;
    padding: 0 15px;
    padding-right: 92px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 2px;
}

.tanxin .yanzheng {
    width: 81px;
    height: 31px;
    position: absolute;
    top: 6px;
    right: 4px;
    padding-left: 4px;
    border-left: 1px solid #000000;
}

.tanxin .int3 {
    width: 100%;
    margin-top: 15px;
    padding: 0px;
}

.tanxin .int3 input {
    width: 100%;
    max-width: none;
    margin: auto;
    height: 40px;
    line-height: 40px;
    background: #0070ff;
    border-radius: 4px;
    box-shadow: 0px 3px 27px 0px rgba(0, 112, 255, 0.35);
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2px;
    cursor: pointer;
    transition: 0.5s;
}

.tanxin .int3 input:hover {
    background: #fff;
    color: #0070ff;
}

@media screen and (max-width: 767px) {
    .tanbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .tann {
        padding: 34px 20px;
    }
}

/*  foot  */
.foot {
    background: #303030;
    text-align: center;
    padding: 15px 0;
}

.youlian {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
}

.youlian a {
    color: #ffffff;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.youlian span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 5px;
}

.beian {
    text-align: center;
    padding-top: 11px;
}

.beian li {
    display: inline-block;
}

.beian li span {
    display: inline-block;
    width: 29px;
}

.beian li span img {
    width: 100%;
}

.beian li a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 18px;
    width: 140px;
    text-align: left;
    margin: 20px;
    margin-left: 8px;
}

.fp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    color: #ffffff;
}

.foot a:hover {
    color: #067ab4;
}

@media screen and (max-width: 767px) {
    .youlian {
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
    }
}

/***************************  xinxi  **************************/
.xinmain {
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.21);
    border-top: 1px solid #333333;
    margin-top: 50px;
    padding: 25px 10px;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.xinbiao {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    font-weight: bold;
}

.xinlie {
    position: relative;
    min-height: 40px;
    margin-top: 20px;
}

.xinzi {
    width: 341px;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.xinzi span {
    color: #ff0000;
}

.int {
    margin-left: 372px;
    position: relative;
}

.int:after {
    content: "";
    clear: both;
    display: block;
}

.anniu {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    background: #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    color: #fff;
}

.logotu {
    position: relative;
    width: 150px;
    height: 180px;
    line-height: 150px;
    border: 1px solid #ccc;
    margin-top: 10px;
    text-align: center;
    font-size: 0px;
    padding-bottom: 30px;
}

.logotu img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.bannertu {
    position: relative;
    width: 300px;
    height: 180px;
    line-height: 150px;
    border: 1px solid #ccc;
    margin-top: 10px;
    text-align: center;
    font-size: 0px;
    padding-bottom: 30px;
}

.bannertu img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.comtu {
    position: relative;
    width: 150px;
    height: 180px;
    line-height: 150px;
    border: 1px solid #ccc;
    margin-top: 10px;
    text-align: center;
    font-size: 0px;
    padding-bottom: 30px;
}

.comtu img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.delete {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.hint {
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}

.select_box {
    height: 40px;
    overflow: hidden;
}

.yiji {
    width: 60%;
    max-width: 500px;
    line-height: 38px;
    border: solid 1px #333333;
    background: #fff url(../images/xiala.jpg) no-repeat right center;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    cursor: pointer;
    padding-right: 30px;
}

.erji {
    width: 60%;
    border: solid 1px #333333;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    z-index: 999;
}

.erji li {
    color: #999999;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.erji li:hover {
    background: #333333;
    color: #fff;
}

.sanji {
    position: absolute;
    width: 40%;
    left: 60%;
    top: 0px;
    border: solid 1px #333333;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    z-index: 999;
    display: none;
}

.sanji li {
    color: #999999;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.sanji li:hover {
    background: #333333;
    color: #fff;
}

.erji li.active,
.sanji li.active {
    background: #333333;
    color: #fff;
}

.int2 input {
    width: 60%;
    max-width: 500px;
    line-height: 38px;
    border: solid 1px #dddddd;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.int2 textarea {
    width: 60%;
    max-width: 500px;
    height: 178px;
    line-height: 28px;
    border: solid 1px #dddddd;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.int3 {
    font-size: 0px;
    width: 47%;
    max-width: 500px;
    position: relative;
}

.int3 input {
    width: 24%;
    max-width: 122px;
    margin-right: 1%;
    margin-bottom: 10px;
    line-height: 38px;
    border: solid 1px #dddddd;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.add_products {
    position: absolute;
    right: -30px;
    top: 0px;
    line-height: 40px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    cursor: pointer;
}

.fengexian {
    clear: both;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    margin-top: 40px;
    margin-bottom: 40px;
}

.border_red {
    border-color: #ff0000 !important;
}

.int4 {
    width: 178px;
    float: left;
    margin-bottom: 10px;
}

.int4 input {
    width: 100%;
    line-height: 38px;
    border: solid 1px #dddddd;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.yanzheng {
    width: 137px;
    height: 40px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.center_save {
    float: left;
    width: 114px;
    height: 40px;
    background: #e8b33d;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.center_save:hover {
    border-radius: 20px;
}

@media screen and (max-width: 1219px) {
    .xinzi {
        width: 200px;
    }

    .int {
        margin-left: 220px;
    }
}

@media screen and (max-width: 999px) {
    .xinbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        font-weight: bold;
    }

    .xinzi {
        width: auto;
        text-align: left;
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .int {
        margin-left: 0px;
    }

    .int2 input,
    .int2 textarea,
    .yiji,
    .int4 {
        width: 100%;
        max-width: none;
    }

    .erji {
        width: 50%;
    }

    .sanji {
        width: 50%;
        left: 50%;
    }

    .int3 {
        width: 100%;
        max-width: none;
        padding-right: 30px;
    }

    .int3 input {
        max-width: none;
    }

    .add_products {
        right: 5px;
        top: 0px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .yanzheng {
        margin-left: 0px;
    }

    .bannertu {
        width: 280px;
    }
}

/***************************  product  **************************/
.mianbao {
    padding-top: 44px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    background: url("../images/mian.jpg") repeat-x bottom;
    padding-bottom: 15px;
}

.mianbao a {
    color: #333;
}

.mianbao a:hover {
    color: #999999;
}

.comian {
    color: #999999 !important;
}

.prmain {
    padding-top: 20px;
    padding-bottom: 72px;
}

.prlie {
    position: relative;
    border: solid 1px #dcdcdc;
    min-height: 220px;
    margin-top: 20px;
}

.prlie:first-child {
    margin-top: 0px;
}

.prtu {
    display: block;
    width: 160px;
    position: absolute;
    left: 32px;
    top: 30px;
}

.prtu img {
    width: 100%;
    max-width: 283px;
}

.prmor {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    min-width: 120px;
    background: #eabb00;
    border: 1px solid #eabb00;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
}

.przi {
    margin-left: 220px;
    margin-right: 120px;
    padding-top: 13px;
}

.pra {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 24px;
    margin-top: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prp a {
    display: block;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.pra2 {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #067ab4;
    line-height: 24px;
    margin-top: 11px;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prtag {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.prtag a {
    color: #666666;
}

.prtag span {
    font-weight: bold;
}

.pra:hover,
.prp a:hover,
.pra2:hover,
.prtag a:hover {
    color: #067ab4;
}

.prmor:hover {
    background: #fff;
    color: #d6a916;
}

.fenye {
    text-align: center;
    margin-top: 62px;
}

.fenyen {
    display: inline-block;
}

.fenyen:after {
    content: "";
    clear: both;
    display: block;
}

.fenyen a {
    display: block;
    float: left;
    border: solid 1px #dcdcdc;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.fenyen a i {
    font-size: 12px;
}

.fenyen a:hover {
    background: #303030;
    border-color: #303030;
    color: #fff;
}

.dangqianfen {
    background: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}

.seno {
    text-align: center;
    padding: 200px 0;
}

.seno p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 26px;
}

.seno &gt; a {
    display: inline-block;
    min-width: 140px;
    line-height: 36px;
    background: #e8b33d;
    padding: 0 5px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 53px;
    border-radius: 4px;
}

.seno &gt; a:hover {
    background: #333;
    color: #fff;
}

.seno p a {
    color: #e8b33d;
}

.seno p a:hover {
    color: #333;
}

@media screen and (max-width: 1359px) {
    .prlie {
        border: none;
        min-height: 180px;
    }

    .prtu {
        left: 10px;
        top: 10px;
    }

    .przi {
        margin-left: 180px;
        margin-right: 10px;
        padding-top: 20px;
    }

    .pra {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        margin-top: 0px;
    }

    .prp a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        max-height: 54px;
        margin-top: 5px;
    }

    .pra2,
    .prtag {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .pra2 {
        line-height: 20px;
        margin-top: 5px;
    }

    .seno {
        padding: 40px 0;
    }

    .seno p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .mianbao {
        padding-top: 14px;
    }

    .prmain {
        padding-top: 20px;
        padding-bottom: 32px;
    }

    .prlie {
        border: none;
        min-height: 124px;
        margin-top: 12px;
    }

    .prtu {
        width: 120px;
        left: 2px;
        top: 2px;
    }

    .prmor {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: auto;
    }

    .przi {
        margin-left: 130px;
        margin-right: 5px;
        padding-top: 5px;
    }

    .pra {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        margin-top: 0px;
    }

    .prp a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        max-height: 36px;
        margin-top: 5px;
    }

    .pra2,
    .prtag {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 3px;
    }

    .pra2 {
        line-height: 20px;
        margin-top: 5px;
    }

    .seno {
        padding: 40px 0;
    }

    .seno p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    .fenye {
        margin-top: 32px;
    }
}

/***************************  product2  **************************/
.prxiang {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #666666;
    margin-top: 8px;
}

.prxiang a{color: #067ab4; font-weight: bold;}

.prxiang p,
.prxiang em {
    color: #666666;
}

.prxiang img {
    max-width: 100%;
    display: inline-block;
}

.pr2n {
    padding-top: 10px;
}

.pr2n h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 41px;
}

.share {
    float: right;
    margin-top: 13px;
}

.share1 {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}

.share2 {
    display: inline-block;
    vertical-align: middle;
}

.pr2b {
    position: relative;
    max-width: 494px;
    margin-top: 58px;
}

.prbbiao {
    background: #e8b33d;
    line-height: 22px;
    padding: 5px 10px;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.prbn {
    padding: 10px;
}

.prbn p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    margin-top: 6px;
}

.prbn p i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pr2tag {
    margin-top: 37px;
}

.pr2tag span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #010101;
    line-height: 26px;
    margin-bottom: 18px;
}

.pr2tag a {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #dcdcdc;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px;
}

.pr2tag a:hover {
    color: #fff;
    border-color: #367eb5;
    background: #367eb5;
}

.pr2tag2 a {
    display: block;
    border: none;
    padding: 0px;
    margin: auto;
    margin-bottom: 16px;
}

.pr2tag2 a:hover {
    color: #367eb5;
    background: none;
}

.shejiao {
    float: right;
    margin-top: 10px;
}

.shejiao:after {
    content: "";
    clear: both;
    display: block;
}

.shejiao a {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    float: left;
    margin: 2px;
}

.she1 {
    background: #3d5a9b;
}

.she2 {
    background: #cc222a;
}

.she3 {
    background: #0077b5;
}

.she4 {
    background: #d81e06;
}

.she5 {
    background: #1ea2f4;
}

.she6 {
    background: #d64b24;
}

@media screen and (max-width: 767px) {
    .pr2n h1 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .prxiang {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }

    .pr2l {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
    }

    .pr2r {
        margin: auto;
        margin-top: 20px;
    }

    .pr2biao {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pr2a a,
    .pr2xin {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pr2tag span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/***************************  yiji  **************************/
.pryiji2 {
    border-bottom: solid 6px #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pryiji2:after {
    content: "";
    clear: both;
    display: block;
}

.pryiji2 li a {
    display: block;
    width: 25%;
    float: left;
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pryiji2 li a:hover {
    color: #d6a916;
}

.pryiji2 li.active a {
    color: #d6a916;
}

.yino {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 24px;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .pryiji2 li a {
        font-size: 12px;
        font-size: 1.2rem;
        width: 50%;
    }

    .yino {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.hemor {
    word-break: break-all;
}

.hea {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 70px;
    background: #000;
    right: 0px;
    top: 100%;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.hemor:hover .hea {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hea:hover {
    background: #e8b33d;
    color: #333;
}

.m1mor {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 19px;
    margin-top: 10px;
}

@media screen and (max-width: 999px) {
    .head .zong {
        padding-top: 32px;
    }

    .logo {
        text-align: center;
    }

    .hemor {
        top: 0px;
        transform: translate(0);
        left: 0px;
        padding-right: 90px;
    }

    .hea {
        padding: 0 5px;
        visibility: visible;
        opacity: 1;
        top: 0px;
        width: 80px;
        font-size: 12px;
        font-size: 1.2rem;
        right: 0px;
    }
}

.g-bd {
    padding-top: 37px;
    padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .g-bd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.m-hnav .nav-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.m-hnav .nav-item {
    margin-bottom: 16px;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.m-hnav .nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 10px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.m-hnav .nav-item:hover {
    color: #067ab4;
    text-decoration: underline;
}

.m-hnav .nav-item:hover:before {
    border-left-color: #067ab4;
}

.m-hnav .box-link {
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    border: solid 1px #e8e8e8;
}

@media screen and (max-width: 991px) {
    .m-hnav .nav-item {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .m-hnav .nav-item {
        width: 50%;
    }
}

@media screen and (max-width: 375px) {
    .m-hnav .nav-item {
        width: 100%;
    }
}

.m-hprol {
    margin-top: 40px;
}

@font-face {
    font-family: Nasalization;
    src: url('../fonts/nasalization.eot');
    src: url('../fonts/nasalization.eot') format('embedded-opentype'),
    url('../fonts/nasalization.woff2') format('woff2'),
    url('../fonts/nasalization.woff') format('woff'),
    url('../fonts/nasalization.ttf') format('truetype'),
    url('../fonts/nasalization.svg#nasalization') format('svg');
}

@font-face {
    font-family: "iconfont"; /* Project id 3492599 */
    src: url('../fonts/iconfont.eot?t=1656574019820'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1656574019820#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff2?t=1656574019820') format('woff2'),
    url('../fonts/iconfont.woff?t=1656574019820') format('woff'),
    url('../fonts/iconfont.ttf?t=1656574019820') format('truetype'),
    url('../fonts/iconfont.svg?t=1656574019820#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-diqiu:before {
    content: "\e642";
}

.icon-chuanzhen:before {
    content: "\e603";
}

.icon-wechat1:before {
    content: "\e7d1";
}

label.m-error {
    color: #ff0000;
    line-height: 30px;
}
</pre></body></html>