html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

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

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

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

q:before,
q:after {
    content: ''
}

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

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

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

body a.wfEditorMode {
    display: none;
}

body.wfEditorMode a.wfEditorMode {
    display: block;
    height: 1.3em;
    line-height: 1.3em;
    float: right;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
    margin-top: -1.3em;
    position: absolute;
}

@font-face {
    font-family: raleway;
    src: url('../../font/raleway/RALEWAY-MEDIUM.TTF');
}

@font-face {
    font-family: ralewayBold;
    src: url('../../font/raleway/RALEWAY-BOLD.TTF');
}

@font-face {
    font-family: ralewaySemiBold;
    src: url('../../font/raleway/RALEWAY-SEMIBOLD.TTF');
}

@font-face {
    font-family: ralewayMedium;
    src: url('../../font/raleway/RALEWAY-MEDIUM.TTF');
}

@font-face {
    font-family: ibmlight;
    src: url('../../font/ibmplexsans/IBMPLEXSANSCONDENSED-LIGHT.OTF');
}

@font-face {
    font-family: ibmbold;
    src: url('../../font/ibmplexsans/IBMPLEXSANSCONDENSED-SEMIBOLD.OTF');
}

@font-face {
    font-family: ibmtext;
    src: url('../../font/ibmplexsans/IBMPLEXSANS-TEXT.OTF');
}

@font-face {
    font-family: NEUTRADISPLAY;
    src: url('../../font/Neutra-Display-Light.woff');
}

@font-face {
    font-family: NEUTRADISPLAYMEDIUM;
    src: url('../../font/NeutraDisp-Medium.woff2');
}

@font-face {
    font-family: NEUTRADISPLAYBOLD;
    src: url('../../font/NeutraDisp-Bold.woff2');
}

@font-face {
    font-family: cardo;
    src: url('../../font/cardo/cardo1.woff2');
}

@font-face {
    font-family: iconfont;
    src: url('../../font/iconfont.woff');
}


@font-face {
    font-family: Belluga;
    src: url('../../font/BellugaSolid.0283a947.woff');
}

/* 100周年字体 */
@font-face {
    font-family: Simplon;
    src: url('/themes/basic/skin/font/SimplonNorm-Medium.woff');
}

@font-face {
    font-family: Conte;
    src: url('/themes/basic/skin/font/ConteScriptPlus.woff');
}

@font-face {
    font-family: Caslon;
    src: url('/themes/basic/skin/font/ACaslonPro-Regular.woff');
}

@font-face {
    font-family: SimplonMono;
    src: url('/themes/basic/skin/font/SimplonMono.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BellugaSolid;
    src: url('/themes/basic/skin/font/BellugaSolid.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: qingsong;
    src: url('/themes/basic/skin/font/qingsong.ttf');
}

@font-face {
    font-family: MuyaoSoftbrush2;
    src: url('/themes/basic/skin/font/Muyao-Softbrush-2.ttf');
}



* {
    margin: 0;
    padding: 0;
}

html {
    font-family: raleway, Source Han Sans CN, sans-serif, Noto Sans CJK SC, Source Han Sans SC, Microsoft YaHei, Source Han Sans CN;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

body {
    font-family: 'SourceHanSansSC';
}

input {
    border: none;
    outline: none;
}


.box .main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    transition: top 0.5s ease, background-color 0s linear;
    -webkit-transition: top 0.5s ease, background-color 0s linear;
    -moz-transition: top 0.5s ease, background-color 0s linear;
    -o-transition: top 0.5s ease, background-color 0s linear;
}

.header.active {
    transition: top 0.5s ease, background-color .3s linear;
    -webkit-transition: top 0.5s ease, background-color .3s linear;
    -moz-transition: top 0.5s ease, background-color .3s linear;
    -o-transition: top 0.5s ease, background-color .3s linear;
}

.header * {
    font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.header .head {
    position: relative;
}

.header .head .logo {
    height: 86px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .head .logo a {
    display: block;
    width: 205px;
    height: 100%;
}

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

.header .head .vtcenter {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 20px;
}

.header .head .vtcenter .href {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header .head .vtcenter .href a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.header .head .vtcenter p {
    font-size: 16px;
    color: #111111;
    height: 33px;
    padding: 0 20px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 0;
}

.header .head .vtcenter .lang_pers {
    display: flex;
}

.header .head .vtcenter .language {
    margin-right: 25px;
    position: relative;
}

.header .head .vtcenter .language img {
    margin-left: 7px;
    margin-top: 1px;
}

.header .head .vtcenter .language .lang {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 104%;
    display: none;
}

.header .head .vtcenter .language .lang a {
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
}

.header .head .Navigation {
    padding: 0 90px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.header .head .Navigation .option {
    position: relative;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
}

.header .head .Navigation .option::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #bb9652;
    left: 0;
    bottom: -13px;
    transition: all .3s linear;
}

.header .head .Navigation .option:hover::after {
    width: 100%;
}

.header .head .Navigation .option.thAnniversary {
    max-width: 113px;
    width: 100%;
    padding: 0;
}

.header .head .Navigation .option.thAnniversary::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 50px;
    height: 2px;
    background: #b9934c;
}

.header .head .Navigation .option.thAnniversary a {
    width: 100%;
}

.header .head .Navigation .option.thAnniversary a img {
    width: 100%;
}

.header .head .Navigation .search::after {
    display: none;
}

.header .head .Navigation a {
    color: #000;
    font-size: 16px;
}

.header .head .Navigation .option .options {
    width: 130px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    z-index: 100;
    box-sizing: content-box;
    display: none;
}

.header .head .Navigation .option .options li {
    padding: 7px 15px;
    border-bottom: 1px solid #bb9652;
    position: relative;
}

.header .head .Navigation .option .options li:last-child {
    border: none;
}

.header .head .Navigation .option .options li a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;

}

.header .head .Navigation .option .options li .optio {
    width: 120px;
    position: absolute;
    top: 40%;
    left: 90%;
    background-color: #fff;
    padding: 0 10px;
    z-index: 101;
    box-sizing: content-box;
    display: none;
}

.header .head .Navigation .option .options li a:hover {
    color: #bb9652;
}

.zhanwei {
    width: 100%;
    height: 200px;
}


.a-search {
    position: absolute;
    /* top: 180px; */
    background: #fff;
    left: 0px;
    width: 100%;
    text-align: left;
    z-index: 999;
    padding: 15px 50px;
    border-top: 1px solid #eaeaea;
    display: none;
    box-sizing: border-box;
}

.a-search .txt {
    width: 100%;
    font-size: 30px;
    font-family: 'C-News';
}

.a-search .but {
    position: absolute;
    background: url("../../images/header/search.png") no-repeat center center;
    background-size: 30px 30px;
    width: 69px;
    height: 69px;
    right: 40px;
    top: 0px;
    z-index: 9;
}

.phone_a-search {
    position: fixed;
    top: 55px;
    background: #fff;
    left: 0px;
    width: 100%;
    text-align: left;
    z-index: 999;
    padding: 10px 10px;
    border-top: 1px solid #eaeaea;
    display: none;
    box-sizing: border-box;
}

.phone_a-search .txt {
    width: 100%;
    font-size: 30px;
    font-family: 'C-News';
}

.phone_a-search .but {
    position: absolute;
    background: url("../../images/header/search.png") no-repeat center center;
    background-size: 30px 30px;
    width: 31px;
    height: 55px;
    right: 40px;
    top: 0px;
    z-index: 9;
}

.pc-back-search {
    position: fixed;
    z-index: 88;
    background: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}


.header .dropdownmenu {
    width: 100%;
}

.header .dropdownmenu .dropdown {
    display: none;
    width: 100%;
    background-color: grey;
    z-index: 1000;
    min-width: 160px;
    padding: 20px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.header .dropdownmenu .dropdown .container {
    width: 1276px;
    margin: 0 auto;
}



.header .dropdownmenu .dropdown .container .rows {
    height: 140px;
}

.header .dropdownmenu .dropdown .container .rows .item {
    position: relative;
    display: inline-block;
    width: 17.5%;
    height: 100%;
    margin: 0 7px;
    vertical-align: top;
}

.header .dropdownmenu .dropdown .container .rows .item img {
    max-width: 100%;
    height: auto;
}

/* 2019-11-26 start */
.header .dropdownmenu .dropdown .recipecontainer {
    width: 1346px;
    margin: 0 auto;
}

.header .dropdownmenu .dropdown .container .rows .recipeitem {
    position: relative;
    display: inline-block;
    width: 24%;
    height: 100%;
    margin: 0px 49px;
    vertical-align: top;
}

.header .dropdownmenu .dropdown .container .rows .recipeitem .lefttext {
    float: left;
    width: 40%;
}

.header .dropdownmenu .dropdown .container .rows .recipeitem .rightimg {
    float: left;
    width: 60%;
    padding-top: 21px;
}

.header .dropdownmenu .dropdown .container .rows .recipeitem .rightimg a {
    position: relative;
}

.header .dropdownmenu .dropdown .container .rows .recipeitem .rightimg span {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* 2019-11-26 end */

.header .dropdownmenu .dropdown.productdropdown .container .rows .item {
    width: 18.5%;
}

.header .dropdownmenu .dropdown .container.thAnniversary .rows .item {
    line-height: 24px;
    margin-left: 15%;
}

.header .dropdownmenu .dropdown .container.thAnniversary .rows .item strong {
    font-size: 14px;
    height: auto;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #b9934c;
    line-height: 1.5;
    padding: 4.2px 14px 4.2px 0;
}

.header .dropdownmenu .dropdown .container.thAnniversary .rows .item .sublink span {
    display: block;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-size: 14px;
}

.header .dropdownmenu .dropdown .container .rows .item strong {
    font-weight: 700;
    font-size: 13.3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    /* height: 50px; */
    height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3d2b2b;
    cursor: default;
}

.header .dropdownmenu .dropdown .container .rows .item:not(:last-child) strong {
    margin-bottom: 12px;
}

.header .dropdownmenu .dropdown .container .rows .item strong a {
    color: #3d2b2b;
    text-decoration: none;
}

.header .dropdownmenu .dropdown .container .rows .item p {
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3d2b2b;
    cursor: default;
}



.header .dropdownmenu .dropdown .container .rows .item p:before {
    content: '>';
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #3d2b2b;
}

.header .dropdownmenu .dropdown .container .rows .item p .sublink {
    display: inline-block;
    width: 85%;
}

.header .dropdownmenu .dropdown .container .rows .item .sublink {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    color: #3d2b2b;
    font-size: 12px;
    margin-bottom: 12.6px;
}

.header .dropdownmenu .dropdown .container.thAnniversary .rows .item .sublink {
    margin-bottom: 0;
    text-transform: none;
}

.header .dropdownmenu .dropdown .container .rows .item .sublink span {
    position: relative;
    padding: 5px 0;
}

.header .dropdownmenu .dropdown .container .rows .item .sublink span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #3d2b2b;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header .dropdownmenu .dropdown .container.thAnniversary .rows .item .sublink span::after {
    display: none;
}

.header .dropdownmenu .dropdown .container .rows .item .sublink span:hover:after {
    width: 100%;
}

.header .dropdownmenu .dropdown .container .rows .item .btn-chocolat {
    /* position: absolute; */
    bottom: 0;
    display: block;
    width: 100%;
    background: #3d2b2b;
    border-color: #3d2b2b;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 14px 14px;
    margin-top: 4.2px;
    font-size: 12.6px;
    font-family: SourceHanSansCN;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .dropdownmenu .dropdown .container .rows .item .btn-chocolat:hover {
    background: #685655;
    border-color: #685655;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link {
    position: relative;
    display: inline-block;
    width: 100%;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link>img {
    width: 100%;
    max-height: unset !important;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    -ms-flex-align: center;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.7s ease-in-out;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link>div span {
    position: relative;
    text-align: center;
    font-family: SourceHanSansCN;
    font-size: 12.6px;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link>div span:before {
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 0;
    position: absolute;
    transition: width 0.7s cubic-bezier(0, 0.37, 0.4, 1);
    left: 50%;
    top: -15px;
    margin-left: -10px;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link>div span:after {
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 0;
    position: absolute;
    transition: width 0.7s cubic-bezier(0, 0.37, 0.4, 1);
    right: 50%;
    bottom: -15px;
    margin-right: -10px;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link:hover>div {
    opacity: 1;
    background: rgba(208, 175, 86, 0.7);
}

.header .dropdownmenu .dropdown .container .rows .item .img-link:hover>div span:before {
    width: 20px;
}

.header .dropdownmenu .dropdown .container .rows .item .img-link:hover>div span:after {
    width: 20px;
}

.header .dropdownmenu .dropdown .container .rows .item.bgimg {
    width: 30%;
    position: relative;
    height: auto;
    background-color: #000;
}

.header .dropdownmenu .dropdown .container .rows .item.bgimg a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header .dropdownmenu .dropdown .container .rows .item.bgimg a img {
    width: 100%;
    height: auto;
    opacity: .66;
}

.header .dropdownmenu .dropdown .container .rows .item.bgimg a .text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 4.2px 14px 4.2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 75%;
    color: #fff;
    font-size: 14px;
}

.table {
    display: table;
}

.tablecell {
    display: table-cell;
}


.a-header.active .header-up {
    background: none;
}

.a-header.active .header-bottom {
    background: none;
}

.a-header.active .header-bottom .header-bottom-right .account-part {
    background: none;
}

.a-header.active .header-bottom .header-bottom-right .account-part a {
    background: none;
}

.header.active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: rgba(0, 0, 0, 0);
}

.header.active .head {
    color: #fff;
}

.header.active .head .Navigation a {
    color: #fff;
}

.header.active .head .vtcenter .href a {
    color: #fff;
}

.header.active .head .vtcenter p {
    border: 1px solid #fff;
    color: #fff;
}

footer {
    background-color: #111111;
    padding: 40px 0 40px;
}

footer .footer-logo {
    max-width: 299.88px;
    margin: 0 auto;
}

footer .footer-logo img {
    max-width: 100%;
    max-height: 100%;
}

footer .footer-nav {
    margin-top: 105.98px;
}

footer .footer-nav .footer-logo-parts {
    width: 1200px;
    margin: 0 auto 112px;
    text-align: right;
}

footer .footer-nav .footer-logo-parts>a {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    transition: .3s;
    background-color: #b9954a;
    -js-display: flex;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    padding: 4.2px;
    cursor: pointer;
    box-sizing: border-box;
}

footer .footer-nav .footer-logo-parts>a img {
    max-width: 100%;
    max-height: 100%;
}

footer .footer-nav .footer-logo-parts>a:hover {
    background-color: #bea46e;
    border-radius: 50%;
}

footer .footer-nav .footer-nav-container {
    width: 1200px;
    height: 252px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

footer .footer-nav .footer-nav-container .item {
    max-width: 16.666%;
    max-height: 140px;
}

footer .footer-nav .footer-nav-container .item h3 {
    font-size: 14px;
    color: #c5a45a;
    font-family: ralewayBold;
    text-align: left;
    padding-bottom: 12px;
}

footer .footer-nav .footer-nav-container .item a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: ralewayMedium;
    text-align: left;
    margin-top: 16px;
}

footer .footer-nav .footer-nav-container .item a img {
    width: 14px;
    display: inline;
    vertical-align: middle;
}

footer .footer-nav .footer-nav-container .item a span {
    position: relative;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 14px;
}

footer .footer-nav .footer-nav-container .item a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

footer .footer-nav .footer-nav-container .item a span:hover:after {
    width: 100%;
}

footer .footer-nav .footer-nav-container .item a.tit {
    display: block;
    font-size: 14px;
    color: #c5a45a;
    font-family: ralewayBold;
    text-align: left;
    padding-bottom: 12.6px;
    margin-top: 0;
}

footer .footer-nav .footer-nav-container .item a.tit span {
    position: relative;
    padding: 7px 0;
}

footer .footer-nav .footer-nav-container .item a.tit span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

footer .footer-nav .footer-nav-container .item a.tit span:hover:after {
    width: 100%;
}

footer .footer-nav .footer-nav-container .item .qrcode {
    width: 98px;
    margin-top: 16.8px;
}

footer .footer-nav .footer-nav-container .item p {
    text-align: center;
    color: #ffffff;
    font-size: 13.3px;
    margin-top: 11.2px;
}

footer .footer-bottom {}

footer .footer-bottom .footer-bottom-container {
    position: relative;
    width: 980px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .footer-bottom .footer-bottom-container .bcorp {
    position: absolute;
    top: -42px;
    right: -120px;
    width: 56px;
    height: 84px;
    max-width: inherit !important;
    max-height: inherit !important;
}

footer .footer-bottom .footer-bottom-container a {
    font-size: 14px;
    color: #ffffff;
    font-family: ralewayMedium;
}

footer .footer-bottom .footer-bottom-container a span {
    position: relative;
    padding: 7px 0;
}

footer .footer-bottom .footer-bottom-container a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

footer .footer-bottom .footer-bottom-container a span:hover:after {
    width: 100%;
}


.box .main .crumbs {
    display: flex;
    font-size: 14px;
    color: #878787;
    padding: 13px 0;
}

.box .main .crumbs p a {
    color: #878787;
}

.box .main .crumbs .interval {
    margin: 0 5px;
}

.box .main .crumbs .font {
    color: #707070;
    font-weight: bold;
}


.content .wrapper .title {
    font-size: 44px;
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
}

.content .wrapper .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Coming_soon {
    width: calc(100vw);
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.Coming_soon .imgs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: auto;
}

.Coming_soon .imgs .Coming_soon_bg {
    width: 100%;
    height: auto;
}

.Coming_soon .imgs .close {
    width: 47px;
    height: auto;
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}

.phone_header {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    z-index: 1010;
}

.phone_zhan {
    height: 55px;
    width: 100%;
    display: none;
}

.phone_header a {
    display: block;
    width: 50px;
}

.phone_header a img {
    width: 100%;
    height: auto;
}

.phone_header .menu {
    display: flex;
    align-items: center;
}

.phone_header .menu .phone_search {
    margin-right: 50px;
}

.phone_header .menu .phone_menu {
    width: 35px;
    height: auto;
    margin-left: 20px;
}

.mobileheadercontent * {
    box-sizing: border-box;
}

.mobileheadercontent {
    display: none;
    position: fixed;
    top: -150%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 55px);
    background-color: #efebe8;
    font-size: 12px;
    z-index: 1000;
    padding-top: 55px;
    overflow: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mobileheadercontent.active {
    top: 0;
}

.mobileheadercontent .bhtop {
    padding: 20px;
    background-color: #c5a45a;
    margin-left: -20px;
}

.mobileheadercontent .bhtop .btn {
    float: left;
    width: 33.33333%;
    padding-left: 20px;
}

.mobileheadercontent .bhtop .btn a {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: #ffffff;
    color: #3d2b2b;
    text-align: center;
    font-weight: 600;
    padding: 14px 7px;
    height: 119px;
}

.mobileheadercontent .bhtop .btn a:after {
    content: "\EA0F";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #3d2b2b;
    font-family: 'iconfont';
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobileheadercontent .bhmiddle {
    padding: 20px;
}

.mobileheadercontent .bhmiddle>a {
    display: block;
    background-color: #ffffff;
    margin-top: 20px;
    position: relative;
    color: #3d2b2b;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.mobileheadercontent .bhmiddle div {
    background-color: #ffffff;
    margin-top: 20px;
}

.mobileheadercontent .bhmiddle div>p {
    position: relative;
    color: #3d2b2b;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.mobileheadercontent .bhmiddle div>p:after {
    content: "\EA05";
    position: absolute;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 28px;
    font-family: 'iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.mobileheadercontent .bhmiddle div.opened>p:after {
    content: "\EA17";
}

.mobileheadercontent .bhmiddle div:first-child {
    margin-top: 0;
}

.mobileheadercontent .bhmiddle div section {
    display: none;
    padding: 10px 30px 20px;
}

.mobileheadercontent .bhmiddle div section>a {
    display: block;
    color: #3d2b2b;
    margin-top: 20px;
    padding-left: 20px;
}

.mobileheadercontent .bhmiddle div section a:first-child {
    margin-top: 0;
}

.mobileheadercontent .bhmiddle div section>p {
    color: #3d2b2b;
    font-weight: 700;
    margin-top: 20px;
}

.mobileheadercontent .bhmiddle div section>p:first-child {
    margin-top: 0;
}

.mobileheadercontent .bhmiddle div section>p>a {
    color: #3d2b2b;
}

.mobileheadercontent .bhtop .btn a {
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobileheadercontent .bhtop .btn a:after {
    display: none;
}

.bars {
    width: 25px;
    height: 18px;
    position: absolute;
    right: 16px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.bars span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    cursor: pointer;
    display: block;
    height: 2px;
    width: 100%;
    transition: all .35s ease;
}

.bars span.middle {
    top: 8px;
}

.bars span.bottom {
    top: 16px;
}


.opened span.top {
    background-color: #c5a45a;
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}


.opened span.middle {
    opacity: 0;
}


.opened span.bottom {
    background-color: #c5a45a;
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.header .logo svg .logo-letter:first-child {
    transition: all .4s ease .02s;
}

.header .logo svg .logo-letter:nth-child(2) {
    transition: all .4s ease .04s;
}

.header .logo svg .logo-letter:nth-child(3) {
    transition: all .4s ease .06s;
}

.header .logo svg .logo-letter:nth-child(4) {
    transition: all .4s ease .08s;
}

.header .logo svg .logo-letter:nth-child(5) {
    transition: all .4s ease .1s;
}

.header .logo svg .logo-letter:nth-child(6) {
    transition: all .4s ease .12s;
}

.header .logo svg .logo-letter:nth-child(7) {
    transition: all .4s ease .14s;
}

.header .logo svg .logo-letter:nth-child(8) {
    transition: all .4s ease .16s;
}

.header.scrolled .logo-letter:first-child,
.header.scrolled .logo-letter:nth-child(2),
.header.scrolled .logo-letter:nth-child(3),
.header.scrolled .logo-letter:nth-child(4),
.header.scrolled .logo-letter:nth-child(5),
.header.scrolled .logo-letter:nth-child(6),
.header.scrolled .logo-letter:nth-child(7),
.header.scrolled .logo-letter:nth-child(8),
.header.scrolled .logo-letter:nth-child(9),
.header.scrolled .logo-letter:nth-child(10) {
    transition: opacity .2s ease 0s, transform 0s ease .2s !important;
}

.header.scrolled .logo-letter {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}

.header.active #logo-titre {
    fill: #FFF;
}

.header .logo {
    position: relative;
    text-align: center;
    overflow: visible;
}

.header.scrolled .logo {
    height: 50px;
}

.header .logo::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 73px;
    height: 5px;
    background: #c80000;
}

.header .logo,
.header .logo::after {
    transition: all .3s ease 0s;
}

.header.scrolled .logo::after {
    transition: all .3s ease 0s !important;
    transform: translate3d(-50%, -4px, 0);
    width: 37px;
    height: 4px;
}

@media (max-width: 1440px) {
    footer .footer-nav .footer-nav-container {
        width: 960px;
    }

    footer .footer-nav .footer-logo-parts {
        width: 960px;
    }

    footer .footer-bottom .footer-bottom-container {
        width: 900px;
    }

    .header .dropdownmenu .dropdown .container {
        width: 1105px;
    }

    .header .dropdownmenu .dropdown .container .rows .item {
        width: 23%;
    }
}

@media (max-width: 1280px) {
    .box .main {
        width: 960px;
    }

    .header .head .vtcenter .href {
        margin-right: 15px;
    }

    .header .head .vtcenter .language {
        margin-right: 15px;
    }

    .header .head .vtcenter p {
        padding: 0 14px;
    }

    .header .head .vtcenter {
        flex-direction: column-reverse;
    }

    .header .head .vtcenter p {
        height: 30px;
    }

    .header .head .vtcenter .href {
        margin-top: 5px;
    }

    footer .footer-nav .footer-nav-container {
        width: 750px;
    }

    footer .footer-nav .footer-logo-parts {
        width: 750px;
    }

    footer .footer-bottom .footer-bottom-container {
        width: 640px;
    }

    .header .dropdownmenu .dropdown .container {
        width: 905px;
    }

    .header .dropdownmenu .dropdown .container .rows .item {
        width: 23%;
    }

    .header .head {
        width: 1150px;
    }

    .header .head .Navigation {
        padding: 0 60px;
        padding-bottom: 12px;
    }
}

@media (max-width: 960px) {
    .box .main {
        width: 750px;
    }

    .header .head .Navigation .option {
        padding: 5px 0px;
    }

    .header .head .Navigation a {
        font-size: 14px;
    }

    .header .head .Navigation .search a {
        display: block;
        width: 20px;
    }

    .header .head .Navigation .search a img {
        width: 100%;
        height: auto;
    }

    .header .head .vtcenter {
        flex-direction: column-reverse;
    }

    .header .head .vtcenter p {
        height: 30px;
    }

    .header .head .vtcenter .href {
        margin-top: 5px;
    }

    footer .footer-nav .footer-nav-container {
        width: 640px;
    }

    footer .footer-nav .footer-logo-parts {
        width: 640px;
    }

    footer .footer-bottom .footer-bottom-container {
        width: 500px;
    }

    .header .dropdownmenu .dropdown .container {
        width: 750px;
    }

    .header .dropdownmenu .dropdown .container .rows .item {
        width: 22.1%;
    }


    .phone_header {
        display: flex;
    }

    .phone_zhan {
        display: block;
    }

    .header {
        display: none;
    }

    .zhanwei {
        display: none;
    }

    .mobileheadercontent {
        display: block;
    }

    .header .head .vtcenter .href {
        margin-right: 0;
    }

    .header .dropdownmenu .dropdown .container {
        width: 100%;
    }

    .header .dropdownmenu .dropdown .container .rows .item strong {
        height: 40px;
    }
}

/* @media (max-width: 750px) {
    .box .main {
        width: 640px;
    }

    .header .head .vtcenter .href {
        margin-right: 0;
    }

    .header .dropdownmenu .dropdown .container {
        width: 100%;
    }

    .header .dropdownmenu .dropdown .container .rows .item strong {
        height: 40px;
    }
} */

@media (max-width: 750px) {
    .box .main {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .phone_header {
        display: flex;
    }

    .phone_zhan {
        display: block;
    }

    .header {
        display: none;
    }

    .zhanwei {
        display: none;
    }

    .mobileheadercontent {
        display: block;
    }

    .Coming_soon .imgs {
        width: 90%;
    }

    .Coming_soon .imgs .close {
        width: 20px;
        height: auto;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    footer {
        display: none;
    }

    .header .head .vtcenter .href {
        margin-right: 0;
    }

    .header .dropdownmenu .dropdown .container {
        width: 100%;
    }

    .header .dropdownmenu .dropdown .container .rows .item strong {
        height: 40px;
    }




    /*  */
    .info-list .info {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0;
        padding: 0 20px;
    }
}

.celebration {
    display: block !important;
}

.celebration.active span div {
    animation: fontFamilyIn .5s forwards;
}

.celebration.active2 span div {
    animation: fontFamilyOut .5s forwards;
}

@keyframes fontFamilyIn {
    0% {
        opacity: 1;
        font-family: inherit;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        font-family: LiSu;
    }
}

@keyframes fontFamilyOut {
    0% {
        opacity: 1;
        font-family: LiSu;
    }

    /* 50% {
        opacity: 0;
    } */

    100% {
        opacity: 1;
        font-family: inherit;
    }
}