@charset "utf-8";
@font-face {
    font-family: "xiqueregular";
    src: url("../font/xiqueregular.woff2"),
    url("../font/xiqueregular.woff"),
    url("../font/xiqueregular.ttf");
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
}

html, body {
    font-size: 14px;
    font-family: xiqueregular, "Microsoft YaHei";
    color: #fff3d0;
}

input, textarea {
    border: none;
    font-family: xiqueregular, "Microsoft YaHei";
}

img {
    border: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
}

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

a {
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

p {
    line-height: 1.6em;
}

.img100 img {
    vertical-align: bottom;
    width: 100%;
}

.middle-box {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    table-layout: fixed;
}

.middle-inner {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
    *left: 50%;
    width: 100%;
}

.pc-show {
    display: block;
}

.wap-show {
    display: none;
}

.position-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.overhide {
    overflow: hidden;
}

.w1440 {
    width: 1440px;
    max-width: 92%;
    margin: 0 auto;
}

/*header s*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    height: 90px;
    overflow: hidden;
}

.header-left {
    /*margin-left: 80px;*/
    padding-top: 28px;
}

.header-left img {
    vertical-align: middle;
    margin-right: 25px;
}

.header-left img:last-child {
    margin-right: 0;
}

.share, .header-line {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

/*.share{margin-right: 20px;}*/
.share a {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 6px;
}

.share a.weixin {
    background-image: url("../images/weixin.png");
}

.share a.weibo {
    background-image: url("../images/weibo.png");
}

.share a.qq {
    background-image: url("../images/qq.png");
}

.header-line {
    font-size: 30px;
    display: none !important;
}

.header-line span {
    color: #eeb361;
    font-size: 30px;
}

.header-line img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 15px;
}

.header-right {
    padding-top: 29px;
}

.header-bot {
    background: url("../images/nav-bg.png") no-repeat center;
    background-size: 100% 100%;
    height: 83px;
}

.nav {
    font-size: 0;
    text-align: center;
    padding-top: 15px;
    padding-left: 22px;
}

.nav li {
    display: inline-block;
    font-size: 14px;
    width: 150px;
    position: relative;
    text-align: center;
    padding-right: 10px;
    margin-left: -22px;
}

.nav-yi {
    display: block;
    width: 100%;
    line-height: 52px;
    font-size: 18px;
    color: #AB201E;
}

.nav li:after {
    content: '';
    position: absolute;
    right: 10px;
    border-right: 1px solid #909184;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    transform: rotate(20deg);
    display: none;
}

.nav li:last-child:after {
    display: none;
}

.nav li:nth-child(3):after {
    display: none;
}

.nav li:nth-child(3) {
    margin-right: 250px;
}

.logo {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 105%;
    left: 52.7%;
    margin: -110px 0 0 -106px;
}

.nav li.active {
    background: url("../images/shew.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 9;
}

.nav li.active:after {
    display: none;
}

.menu-handler {
    width: 30px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    right: 4%;
    top: 14px;
    transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: none;
}

.menu-handler .burger {
    height: 2px;
    background: #f4cc99;
    display: block;
    width: 20px;
    position: absolute;
    z-index: 5;
    left: 5px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    top: 8px;
    transition: all .4s;
}

.menu-handler .burger-2 {
    top: 15px;
}

.menu-handler .burger-3 {
    top: 22px;
}

.menu-handler.active .burger-1 {
    top: 15px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
    top: 15px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

/*header e*/
/*footer s*/
.footer {
    background: url("../banner/footerbg.jpg") no-repeat center top;
    /*background-size: cover;*/
    padding: 60px 0 5px;
    overflow: hidden;
}

.ermbox {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ermwarp {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -131px 0 0 -139px;
    padding: 10px;
    background: #fff;
    width: 210px;
    height: 210px;
    border: 1px solid #d8d8d8;
}

#erm {
    width: 185px;
    height: 185px;
    margin: 15px auto;
}

.erlgh span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.ermwarp_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.erlgh_footer {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

.erlgh_footer p {
    color: #666;
}

.footer-code {
    width: 159px;
    height: 160px;
    margin: 0 auto 25px;
    /*background: url("../images/code-bg.png") no-repeat center;*/
    background-size: cover;
    position: relative;
}

.footer-code img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    margin-left: -45px;
    transform: translateY(-51%);
    border-radius: 10px;
}

.tel {
    color: #333;
    font-size: 30px;
    margin: 20px 0;
}

.add {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-top {
    border-bottom: 1px dashed #725c42;
}

.footer-bot .w1440 {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
}

.footer-bot .w1440 a {
    color: #333;
}

.footer-bot .w1440 a:hover {
    color: #F4CC99;
}

.footer-bot .w1440 a, .footer-bot .w1440 span {
    display: inline-block;
}

.fanwei img, .fanwei span {
    display: inline-block;
    vertical-align: middle;
}

.fanwei img {
    max-width: 100%;
}

.fanwei span {
    width: 130px;
    font-size: 24px;
    color: #333;
}

.fanwei {
    margin-top: 60px;
}

/*footer e*/

/*index s*/
.index-con {
    position: relative;
    z-index: 20;
    border-top: 2px solid #AB201E;
}

.banner {
    border-bottom: 1px solid #9f7333;
}

.banner-dot-con {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 30px;
}

.bannerDot .swiper-pagination-bullet {
    width: 14px;
    height: 15px;
    opacity: 1;
    background: url("../images/dbx1.png") no-repeat center;
    background-size: cover;
    margin: 0 2px;
    position: relative;
}

.bannerDot .swiper-pagination-bullet:after {
    content: '';
    border-left: 1px solid #AB201E;
    position: absolute;
    height: 20px;
    top: 100%;
    left: 50%;
    margin: 2px 0;
    display: none;
}

.bannerDot .swiper-pagination-bullet:before {
    content: '';
    border-left: 1px solid #AB201E;
    position: absolute;
    height: 5px;
    left: 50%;
    bottom: -30px;
    display: none;
}

.bannerDot .swiper-pagination-bullet-active {
    background: url("../images/dbx2.png") no-repeat center;
    background-size: cover;
}

.bannerDot .swiper-pagination-bullet-active:before {
    display: block;
}

.bannerDot .swiper-pagination-bullet-active:after {
    display: block;
}

.banner-dot-con div {
    display: inline-block;
    vertical-align: middle;
}

.bannerdot-line {
    border-left: 1px solid #AB201E;
    height: 6px;
    margin: 0 2px;
}

.title61 {
    width: 797px;
    height: 114px;
    margin: 0 auto 50px;
    /*background: url("../images/title61.png") no-repeat center;*/
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: -20px;
}

.title61-up {
    margin-top: -20px;
}

.title61 img {
    display: block;
    margin: 12px auto;
}

.padding-bot150 {
    padding-top: 80px;
}

.play {
    width: 60px;
    height: 60px;
    background: url("../images/play.png") no-repeat center;
    background-size: cover;
    left: 51.3%;
    margin-left: -46px;
    top: 49%;
    margin-top: -66px;
    position: absolute;
}

.shipin {
    cursor: pointer;
}

.sptc {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.video_t {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1200px;
    max-width: 90%;
}

.video_t a {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -19px;
    top: -19px;
    z-index: 9;
}

.video_t a img {
    width: 100%;
    vertical-align: bottom;
}

.video_t video {
    width: 100%;
    vertical-align: bottom;
}

.mxcp .swiper-container {
    margin: 0 60px;
}

.mcxp-bg a {
    display: block;
    background: url("../images/dg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 20px 100px 12px 100px;
}

.mxcp-top {
    position: relative;
}

.mcxp-bg .img1 {
    transition: all .4s;
}

.mcxp-bg .img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s;
}

.mxcp-bot {
    text-align: center;
    margin-top: -37px;
    padding-bottom: 7px;
    position: relative;
    z-index: 10;
}

.mxcp-bot h3 {
    display: inline-block;
    background: url("../images/cpbt-bg.png") no-repeat center;
    background-size: 100% 100%;
    line-height: 44px;
    height: 50px;
    font-size: 26px;
    padding: 0 35px;
    color: #EBEBEB;
}

.mxcp-bot p {
    font-size: 32px;
    color: #eeb361;
    font-family: "SimHei";
    letter-spacing: -1px;
}

.mcxp-bg a:hover .img1 {
    opacity: 0;
}

.mcxp-bg a:hover .img2 {
    opacity: 1;
}

.mxcpBtn div {
    width: 42px;
    height: 42px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -39px;
}

.mxcpBtn1 {
    background-image: url("../images/mxcpbtn1.png");
    left: 0;
}

.mxcpBtn2 {
    background-image: url("../images/mxcpbtn2.png");
    right: 0;
}

.he {
    position: absolute;
    width: 254px;
    left: -30px;
    bottom: 100%;
    margin-bottom: -50px;
}

.jxcp li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: -45px;
}

.jxcp li:nth-child(3n) {
    margin-right: 0;
}

.jxcp li a {
    display: block;
    position: relative;
    z-index: 9;
    padding-top: 24px;
    padding-bottom: 66px;
}

.cpbj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/cpbj.png") no-repeat center;
    background-size: 100% 100%;
}

.cptp {
    position: relative;
    z-index: -1;
    width: 80%;
    margin: 0 11%;
}

.cptp .img1 {
    transition: all .4s;
}

.cptp .img2 {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .4s;
}

.jxcp li a:hover .img1 {
    opacity: 0;
}

.jxcp li a:hover .img2 {
    opacity: 1;
}

.jhy {
    text-align: center;
    background: url("../images/jhy.png") no-repeat center;
    background-size: 100% 100%;
    width: 385px;
    height: 153px;
    margin: -33px 27px 0;
    position: relative;
    z-index: 9;
    max-width: 92%;
}

.jhy p {
    padding-top: 60px;
    font-size: 24px;
    color: #1d0500;
    line-height: 1em;
    margin-bottom: 10px;
}

.jhy span {
    display: block;
    font-size: 18px;
    color: #555;
    text-align: justify;
}

.padding-bot60 {
    padding-bottom: 0px;
}

.ppzx-top {
    /*background: url("../images/g.png") no-repeat center;*/
    background-size: 100% 100%;
    padding: 0;
    z-index: 4;
}

.ppzx-top .title61 {
    margin-bottom: 0;
}

.ppzx-top:before {
    content: '';
    height: 22px;
    width: 10000px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    /*background: url("../images/bang.png") right;*/
    background-size: auto 100%;
    right: 100%;
    z-index: -1;
}

.ppzx-top:after {
    content: '';
    height: 22px;
    width: 10000px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    /*background: url("../images/bang.png") right;*/
    background-size: auto 100%;
    left: 100%;
    z-index: -1;
}

.ppzx-warp {
    padding: 60px 250px 160px;
}

.ppzx-bg {
    background: url("../images/ppzx.png") no-repeat;
    background-size: 100% 100%;
}

.new-list li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
}

.new-list li:nth-child(even) {
    margin-right: 0;
}

.new-des {
    margin-top: 35px;
}

.new-des h3 {
    color: #AB1F1E;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-des span {
    color: #AB1F1E;
    font-size: 18px;
    margin: 15px 0;
    display: block;
}

.new-des p {
    color: #555;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.2em;
    overflow: hidden;
}

.new-list, .new-top .new-des {
    margin: 0 3%;
}

.margin-bot60 {
    /*margin-bottom: 60px;*/
}

/*index e*/
/*1.1品牌介绍 s*/
.guide {
    font-size: 0;
    margin-bottom: 60px;
}

.guide a {
    height: 68px;
    line-height: 60px;
    display: inline-block;
    font-size: 30px;
    color: #fff3d0;
    min-width: 120px;
    padding: 0 47px;
    background: url("../images/dh2.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 12px;
}

.guide a.active {
    background: url("../images/dh1.png") no-repeat center;
    background-size: 100% 100%;
}

.guide a:hover {
    background: url("../images/dh1.png") no-repeat center;
    background-size: 100% 100%;
}

/*.about-kuang{background: url("../images/about-kuang.png") no-repeat;background-size: 100% 100%;}*/
.about-bg-box img {
    display: block;
}

.about-bg1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.about-bg2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    bottom: 38px;
}

/*.about-bg1 img {*/
/*    height: 30px;*/
/*}*/

/*.about-bg3 img {*/
/*    height: 38px;*/
/*}*/

.about-bg2 img {
    width: 100%;
    height: 100%;
}

.about-bg3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.about-warp {
    padding: 80px 190px;
    z-index: 9;
}

.about-des {
    /*writing-mode: tb-rl;*/
    color: #555;
}

.about-des h3 {
    font-size: 36px;
}

.about-des h3 span {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 12px 8px;
    font-size: 24px;
}

.ppwh .about-des h3 strong {
    display: inline-block;
    border: 2px solid;
    padding: 5px 5px 11px;
    margin-left: 12px;
}

.ppsl .about-des h3 strong {
    display: inline-block;
    border: 2px solid;
    padding: 5px 5px 11px;
}

/*.about-des h3 img{display: inline-block;vertical-align: middle;}*/
.about-des h4 {
    font-size: 24px;
    margin-left: 30px;
    line-height: 29px;
}

.about-des h4 img {
    display: block;
    margin-top: 12px;
}

.about-des h4 span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.about-des p {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}

.about-page:first-child {
    margin-right: 0;
}

.about-page:last-child {
    margin-left: 0;
}

.about-page {
    line-height: 50px;
    /*margin-left: 50px;*/
}

.niao {
    position: absolute;
    width: 279px;
    left: 5px;
    bottom: 5px;
    z-index: -1;
}

.yun {
    position: absolute;
    top: 5px;
    width: 182px;
    z-index: -1;
}

.yun1 {
    right: 90px;
}

/*1.1品牌介绍 e*/
.ppwh .about-warp {
    padding: 50px 120px 80px;
}

.ppwh .about-page {
    height: 500px;
    margin-left: 100px;
}

.ppwh .about-page:last-child {
    height: 350px;
    margin-right: 0;
}

.ppwh h4, .ppwh p {
    margin-top: 35px;
}

.ppwh .yun1 {
    right: 20px;
}

.ppwh .yun2 {
    right: 360px;
}

.ppwh .yun3 {
    right: 625px;
}

.ppwh .yun4 {
    right: 930px;
}

/*1.2品牌文化 s*/
/*1.3品牌实力 s*/
.ppsl .about-warp {
    padding: 50px 140px 80px;
}

/*.ppsl .about-page p{line-height: 1em;}*/
.ppsl .niao {
    width: 187px;
    bottom: 14px;
    left: 10px;
}

.ppsl-list {
    text-align: center;
    margin-left: 80px;
    margin-top: 60px;
}

.ppsl-list p {
    font-size: 24px;
    margin-top: 20px;
}

.ppsl-list li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.ppsl-list li:last-child {
    margin-right: 0;
}

.ppsl .about-page {
    height: 300px;
}

.ppsl h4, .ppsl p {
    margin-top: 35px;
}

.ppsl .yun1 {
    right: 40px;
}

/*1.3品牌实力 e*/
/*2.1品牌故事 s*/
.ppgs-con h4 img {
    display: inline-block;
}

.ppgs-con h4 span {
    margin-top: 6px;
    margin-bottom: 0;
}

.ppgs-con p {
    margin-top: 35px;
    letter-spacing: -2px;
    line-height: 2.2em;
}

/*2.1品牌故事 e*/
/*3.1匠心产品 s*/
.page {
    text-align: center;
    font-size: 0;
    margin-top: 80px;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 18px;
}

.pages {
    width: 35px;
    height: 42px;
    line-height: 35px;
    background: url("../images/page1.png") no-repeat;
    background-size: 100% 100%;
}

.pages.active {
    background: url("../images/page-on.png") no-repeat;
    background-size: 100% 100%;
}

.pages:hover {
    background: url("../images/page-on.png") no-repeat;
    background-size: 100% 100%;
}

.page-btn {
    width: 108px;
    height: 41px;
    line-height: 35px;
    background: url("../images/page.png") no-repeat;
    background-size: 100% 100%;
}

.page a.page-left {
    margin-right: 20px;
}

.page a.page-right {
    margin-left: 20px;
}

/*3.1匠心产品 e*/
/*3.2匠心产品详情 s*/
.cpxq {
    min-height: 1195px;
}

.cpxq-warp {
    padding: 80px 90px;
    position: relative;
    z-index: 9;
}

.cpxq-top h2 {
    font-size: 48px;
}

.cpxq-top span {
    font-size: 30px;
}

.cpxq-l {
    width: 49%;
}

.cpxq-page {
    margin-top: 35px;
}

.cpxq-bot {
    padding-bottom: 230px;
}

.cpxq-page h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "Microsoft YaHei";
}

.cpxq-page p {
    font-family: "Microsoft YaHei";
    line-height: 2em;
    text-align: justify;
}

.cpxq-img {
    width: 47%;
    text-align: right;
}

.cpxq-img img {
    max-width: 100%;
    width: 480px;
    vertical-align: bottom;
}

.gezi {
    position: absolute;
    bottom: 9px;
    left: 7px;
    right: 6px;
}

.yunc {
    position: absolute;
    left: 20px;
    top: 7px;
    width: 131px;
    z-index: 3;
}

/*3.2匠心产品详情 e*/
/*4.2明星同款 s*/
.mxcp-list {
    font-size: 0;
}

.mxcp-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 32%;
    margin-right: 2%;
}

.mxcp-list li:nth-child(3n) {
    margin-right: 0;
}

.mxcp-list .mxcp-bot {
    margin-top: -25px;
}

.mxcp-list .mxcp-bot h3 {
    font-size: 28px;
    height: 45px;
    line-height: 38px;
}

.mxcp-list .mxcp-bot p {
    font-size: 25px;
}

.cpxq2 .cpxq-warp img {
    width: 620px;
}

/*4.2明星同款 e*/

/*5.1品牌资讯 s*/
.new-list2 li {
    width: 47%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.new-list2 .new-des h3 {
    font-size: 24px;
}

.new-list2 .new-des h3 {
    font-size: 24px;
}

.new-list2 .new-des span {
    font-size: 14px;
}

.new-list2 .new-des p {
    font-size: 16px;
    border-top: 1px dashed #5d6a73;
    padding-top: 15px;
}

/*5.1品牌资讯 e*/
/*5.2品牌资讯详情 s*/
.no-banner {
    padding-top: 246px;
}

.xwxq-box {
    background: url("../images/xwxq-bg.png") no-repeat;
    background-size: 100% 100%;
}

.xwxq-top {
    text-align: center;
    padding: 60px 20px 28px;
    border-bottom: 1px dashed #74848f;
}

.xwxq-top h2 {
    font-size: 36px;
    color: #AB201E;
    margin-bottom: 20px;
}

.xwxq-top span {
    color: #AB201E;
    margin: 0 20px;
    display: inline-block;
}

.edtied {
    width: 980px;
    max-width: 92%;
    margin: 0 auto;
    padding: 40px 0;
    min-height: 300px;
}

.edtied p {
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
}

.edtied img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto !important;
}

/*5.2品牌资讯详情 e*/

.sp-list li {
    margin-bottom: 70px;
}

.sp-list li:last-child {
    margin-bottom: 0;
}

.sp-list h3 {
    font-size: 30px;
    color: #f4cc99;
}

.sp-list p {
    color: #f4cc99;
    margin: 10px 0 20px;
}

.hmy-show {
    display: inline-block;
}

.hmy-hide {
    display: none;
}

.share a, .mxcpBtn div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-page:nth-child(2) {
    animation-delay: 300ms !important;
}

.about-page:nth-child(3) {
    animation-delay: 600ms !important;
}

.about-page:nth-child(4) {
    animation-delay: 900ms !important;
}

.slideUp {
    animation: slideUp 1s both;
    -webkit-animation: slideUp 1s both;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slideDown {
    animation: slideDown 1s both;
    -webkit-animation: slideDown 1s both;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slideLeft {
    animation: slideLeft 1s both;
    -webkit-animation: slideLeft 1s both;
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.slideRight {
    animation: slideRight 1s both;
    -webkit-animation: slideRight 1s both;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.tobig {
    animation: tobig 1s both;
    -webkit-animation: tobig 1s both;
}

@keyframes tobig {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pagess {
    clear: both;
    height: 30px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}

/*第几页样式*/
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #AB201E;
    padding: 2px 10px;
    margin: 0 3px;
    background: #AB201E;
    color: #fff;
}

@media (max-width: 750px) {
    .guanyu {
        display: none;
    }
    .header-left {
        display: none;
    }
}