@font-face {
    font-family: syl;
    src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}

@font-face {
    font-family: syr;
    src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}

@font-face {
    font-family: jx;
    src: url(../font/jiangxizhuokai.ttf);
}

body {
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    font-size: 20px;
    font-family: syr;
    color: #333333;
}

.box {
    width: 73.5687%;
    min-width: 1400px;
    margin: 0 auto;
}

html {
    scroll-padding-top: 350px;
}

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    transition: .2s;
    background: #fff;
    max-width: 1920px;
}

header .box {
    height: 133px;
}

header .txt {
    font-size: 21px;
    line-height: 37px;
    margin-left: 17px;
}

nav {
    width: 983px;
}

nav a {
    width: 140px;
    height: 133px;
    font-size: 17px;
    color: #39414f;
}

nav .active,
nav a:hover {
    color: #fff;
    background: #c6a06c;
}

/* header end */


.xuan {
    position: fixed;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 96px;
    height: 311px;
    background: #f4f4f4;
    z-index: 99;
    font-size: 14px;
    color: #a2a2a2;
    padding: 18px 0 16px;
}

.xuan .line {
    height: 1px;
    background: #eeeeee;
}

.xuan li .img {
    width: 52px;
    background: #ededed;
    border-radius: 50%;
    margin: 0 auto 6px;
}

.xuan li:last-child .img {
    margin-bottom: 0;
}

.xuan li:hover .img {
    background: #c6a06c;
}

.xuan li:hover .img img {
    filter: brightness(100);
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 110px;
    border-radius: 15px;
    font-size: 20px;
    color: #333;
}

.xuan li .kuang1 {
    width: 140px;
    height: 140px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}


/* footer */

footer {
    width: 100%;
    background: #0c1014;
    color: #fff;
    font-size: 18px;
}

.ftop {
    padding: 51px 0 44px;
}

.ftop .box {
    padding: 0 48px 0 75px;
}

.ftop a {
    font-size: 18px;
    color: #fff;
    opacity: 0.42;
}

.ftop a:hover,
.ftop .active {
    opacity: 1;
}

.ftop span {
    font-size: 15px;
    opacity: 0.53;
}

.fmid {
    border-top: 1px solid rgb(255, 255, 255, .28);
    border-bottom: 1px solid rgb(255, 255, 255, .28);
}

.fmid .box>img {
    margin-left: 63px;
}

.fmid .line {
    width: 1px;
    height: 239px;
    background: #505355;
}

.fmid li {
    font: 16px syl;
    color: rgb(255, 255, 255, .5);
}

.fmid li:nth-child(n+2) {
    margin-top: 16px;
}


.fmid li:nth-child(1) font {
    font: bold 36px syr;
    opacity: 1;
    color: #c6a06c;
}

.fmid .qr {
    width: 285px;
}

.fmid .qr p {
    font-size: 16px;
    margin-top: 14px;
}

.fbtm .box {
    height: 66px;
    font-size: 14px;
    opacity: 0.76;
}

.fbtm a {
    color: rgb(255, 255, 255, .76);
}

/* footer end */

/* 列表分页 */


.pagination {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 58px;
}

.pagination li {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 1px;
    font-size: 14px;
    color: #333333;
}

.pagination li a {
    display: block;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #c6a06c;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.title .aa {
    font: 45px/1 jx;
    color: #444444;
    margin: 21px 0 20px;
}

.title .aa span {
    color: #c6a06c;
}

.index1 {
    background: #f5f5f5;
    padding: 75px 0 70px;
}

.index1 .box {
    margin-top: 49px;
}

.index1 .box>div:nth-child(1) {
    width: 692px;
    height: 528px;
    background: #fff;
    border-radius: 5px;
    padding: 23px 26px;
}

.index1 .box>div:nth-child(1) img {
    margin-bottom: 29px;
}

.index1 .box>div:nth-child(1) .tt {
    color: #c6a06c;
}

.index1 .tt {
    font: bold 23px syl;
}

.index1 .cn {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

.index1 ul {
    width: 691px;
}

.index1 li {
    background: #fff;
    border-radius: 5px;
    padding: 23px 12px 22px 56px;
}

.index1 li::before {
    content: '';
    width: 8px;
    height: 33px;
    background: #c6a06c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index2 {
    padding-top: 62px;
    overflow: hidden;
}

.index2 .title .cc {
    font-size: 28px;
    color: #c6a06c;
    margin-top: 10px;
}

.title .bb {
    font-size: 25px;
    line-height: 1;
    color: #666666;
}

.index2 main {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 133px 0 83px;
    margin-top: 47px;
}

.index2 .swiper {
    width: 353px;
    padding-bottom: 63px;
    overflow: initial;
}

.index2 .swiper-slide>div {
    width: 304px;
    height: 102px;
    background: #fff;
    padding-top: 33px;
    margin: -51px auto 0;
    font-size: 22px;
    box-shadow: 0px 2px 10px 0px rgba(182, 185, 190, 0.35);
}

.index2 .line {
    width: 18px;
    height: 3px;
    background: #c6a06c;
    margin: 10px auto 0;
}

.index2 .swiper .swiper-scrollbar {
    width: 465px;
    height: 4px;
    background: #dddddd;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.index2 .swiper-scrollbar-drag {
    background: #c6a06c;
}

.index2 .swiper .swiper-slide:hover>div {
    background: #c6a06c;
    color: #fff;
}

.index2 .swiper .swiper-slide:hover .line {
    background: #fff;
}

.index2 .txt {
    font-size: 32px;
    color: #fff;
    margin-top: 70px;
}

.index3 {
    padding: 121px 0 69px;
}

.index3 .box {
    background: url(../images/index3.jpg) no-repeat center;
    background-size: cover;
    padding: 177px 0 151px;
    color: #fff;
}

.index3 .tit {
    font-size: 29px;
}

.index3 ul {
    width: 911px;
    margin: 48px auto 41px;
}

.index3 li {
    width: 181px;
    height: 172px;
    background: url(../images/index3_05.png) no-repeat center;
}

.index3 li p {
    font-size: 23px;
    line-height: 27px;
    color: #fff;
    margin-top: 18px;
}

.index3 .tt {
    font: 46px jx;
    color: #fff;
    letter-spacing: 2px;
}

.index3 .cn {
    width: 559px;
    height: 65px;
    background: #ca9855;
    font-size: 23px;
    color: #fff;
    margin: 33px auto 0;
}

.index4 main {
    height: 1022px;
    background: url(../images/index4.jpg) no-repeat center;
    padding: 128px 0 89px;
    margin-top: 44px;
}

.index4 .box {
    height: 100%;
}

.index4 .tt {
    font-size: 27px;
    line-height: 50px;
    color: #fff;
    margin-left: 42px;
}

.index4 .img1 {
    top: -41px;
    left: 461px;
}

.index4 .img2 {
    right: 107px;
    top: 0;
}

.index4 .txt {
    font-size: 27px;
    color: #fff;
}

.index4 .txt span {
    display: block;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
}

.index4 .txt1 {
    right: 168px;
    top: -19px;
}

.index4 .txt1 span {
    margin: 13px 0 0 17px;
}

.index4 .txt2 {
    left: 377px;
    top: 293px;
}

.index4 .txt2 span {
    margin-left: 17px;
}

.index4 .txt3 {
    right: 215px;
    bottom: 30px;
}

.index4 .txt3 span {
    margin: 0 0 19px 28px;
}

.index4 .txt:hover span {
    background: #c6a06c;
}

.index4 .cn {
    font-size: 27px;
    color: #fff;
}

.index4 .cn span {
    color: #c6a06c;
}

.index4 .cn b {
    margin: 0 32px 0 234px;
}

.index5 {
    padding: 62px 0 70px;
}

.index5 .box {
    margin-top: 17px;
}

.index5 li {
    margin-top: 37px;
}

.index5 li p {
    height: 119px;
    background: #f7f7f7;
    font-size: 23px;
}

.index5 li:hover p {
    color: #fff;
    background: #c6a06c;
}

.index6 {
    background: #f1f2f6;
    padding: 66px 0 111px;
}

.index6 .box {
    margin-top: 50px;
}

.index6 li {
    width: 155px;
    overflow: hidden;
}

.index6 li .img {
    display: none;
}

.index6 .img>div {
    top: 116px;
    left: 39px;
}

.index6 .img .tt {
    letter-spacing: 0;
    color: #fff;
}

.index6 .img .cn {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.index6 li>div.border {
    width: 155px;
    height: 535px;
    background: #393944;
    padding: 58px 0 45px;
    color: #fff;
}

.index6 .num {
    font-size: 40px;
}

.index6 .tt {
    font-size: 30px;
    letter-spacing: 6px;
}

.index6 .add {
    width: 65px;
    height: 65px;
    background: #454553;
    border-radius: 50%;
    font-size: 40px;
    color: rgb(255, 255, 255, .48);
}

.index6 .active {
    width: 1087px;
}

.index6 .active>div.border {
    background: #c6a06c;
}

.index6 .active .img {
    display: block;
}

.index6 .active .add {
    background: #cfa872;
    color: #fff;
}

.index7 {
    padding-top: 59px;
}

.index7 main {
    background: url(../images/index7.jpg) no-repeat center;
    padding: 154px 0 72px;
    margin-top: 64px;
}

.index7 .img {
    height: 527px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.index7 .img img {
    height: 100%;
}

.index7 .tt {
    font-size: 21px;
    color: #333333;
    margin-top: 38px;
}

.index7 .swiper-button {
    width: 54px;
    height: 54px;
    background: url(../images/left.png) no-repeat center;
    top: 41%;
}

.index7 .swiper-button-prev {
    left: -103px;
}

.index7 .swiper-button-next {
    transform: rotateY(180deg);
    right: -103px;
}

.index7 .more {
    width: 169px;
    height: 61px;
    background: #c6a06c;
    border-radius: 20px 0;
    font-size: 24px;
    color: #fff;
    margin: 40px auto 0;
}

.index8 {
    background: url(../images/index8.png) no-repeat left;
    padding: 123px 0;
    overflow: hidden;
}

.index8 .tt {
    font-size: 26px;
}

.index8 .tit {
    font-size: 43px;
    margin: -4px 0 33px;
}

.index8 .tit span {
    color: #c6a06c;
}

.index8 .con {
    width: 638px;
    font-size: 17px;
    line-height: 36px;
    color: rgba(51, 51, 51, 0.788);
    margin-bottom: 210px;
}

.index8 .more span {
    width: 202px;
    height: 1px;
    background: #c6a06c;
}

.index8 .more font {
    font: bold 17px syl;
    color: #c6a06c;
    letter-spacing: 8px;
    margin: 0 19px 0 33px;
}

.index8 .img {
    width: 666px;
}

.index8 .video {
    width: 224px;
    height: 299px;
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    bottom: -47px;
    left: 49%;
}

.index9 {
    background: #f1f2f6;
    padding: 85px 0;
    overflow: hidden;
}

.index9 .box>div {
    width: 1660px;
    height: 695px;
    overflow: hidden;
}

.index9 .swiper {
    width: 469px;
    overflow: initial;
    padding: 63px 0 78px;
    margin: 0;
}

.index9 .swiper-slide {
    transition: .3s;
}

.index9 .text {
    height: 175px;
    background: #f8f8f8;
    padding: 54px 0 39px;
}

.index9 .tt {
    font-size: 26px;
}

.index9 a {
    width: 157px;
    height: 38px;
    font-size: 16px;
    color: #c6a06c;
    border-bottom: 1px solid #c6a06c;
}

.index9 .img {
    height: 340px;
    overflow: hidden;
    transition: .3s;
}

.index9 .swiper-slide-next {
    box-shadow: 0px 3px 30px 0px rgba(11, 23, 82, 0.35);
    color: #fff;
}

.index9 .swiper-slide-next .text {
    background: #c6a06c;
}

.index9 .swiper-slide-next a {
    background: #fff;
    border-color: #fff;
    border-radius: 19px;
}

.index9 .swiper-slide-next .img {
    height: 379px;
}

.index9 .swiper-pagination {
    bottom: -5px !important;
}

.index9 .swiper-pagination-bullet {
    width: 38px;
    height: 10px;
    background: #c6a06c;
    border-radius: 10px;
}

.index9 .swiper-pagination-bullet-active {
    width: 64px;
}

.form {
    background: #f1f2f6;
    padding: 86px 0 76px;
}

.form .tit {
    font-size: 40px;
}

.form form {
    margin-top: 51px;
}

.form form>div {
    width: 49.3%;
    height: 64px;
    background: #fff;
    border: 1px solid #dddddd;
    padding-left: 15px;
}

.form .ipt {
    font-size: 16px;
    color: #888888;
    margin-left: 15px;
    width: 90%;
    height: 100%;
}

.form form>div:nth-child(3) {
    width: 100%;
    height: 221px;
    padding-top: 26px;
    margin-top: 21px;
    padding-left: 0;
}

.form button {
    width: 224px;
    height: 69px;
    background: #c6a06c;
    font-size: 18px;
    color: #fff;
    margin-top: 26px;
}

/* index end */


.banner {
    height: 598px;
    margin-top: 133px;
}

.top {
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
}

.top a,
.top a:hover {
    font-size: 14px;
    color: #222222;
}

.top .img {
    width: 65px;
    height: 60px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: 32px;
}

.top .navs a {
    font-size: 18px;
    color: #222222;
    margin-left: 72px;
}

/* 关于我们 */

.atit {
    font: 43px/1 jx;
}

.atita {
    color: #fff;
}

.about1 {
    padding: 60px 0 80px;
}

.about1 .box {
    margin-top: 45px;
}

.about1 .con {
    font-size: 17px;
    line-height: 36px;
}

.about1 .con img {
    max-width: 100%;
}

.about1 video {
    margin: 38px 0 64px;
}

.about1 .tt {
    font: 43px/1 jx;
}

.about1 .cn {
    font-size: 17px;
    line-height: 36px;
    margin-top: 43px;
}

.about1 .cn b {
    color: #bfa074;
}

.about2 {
    height: 897px;
    background: url(../images/about2.jpg) no-repeat center;
    padding-top: 65px;
}

/* 关于我们 end */


/* 产品 */

.prolist {
    padding: 48px 0 70px;
}

.prolist .list {
    width: 678px;
    background: #f7f7f7;
    box-shadow: 0px 2px 10px 0px rgba(229, 229, 229, 0.75);
    border: 1px solid #dddddd;
    padding: 26px 18px 21px;
}

.prolist .list:nth-child(n+3) {
    margin-top: 60px;
}

.prolist .img {
    height: 434px;
    overflow: hidden;
    margin-bottom: 29px;
}

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

.prolist .tt {
    width: 87%;
    font-size: 20px;
}

.prolist .more {
    width: 42px;
    height: 42px;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

.prolist .more img {
    filter: brightness(0);
}

.prolist .list:hover {
    background: #c6a06c;
}

.prolist .list:hover .tt {
    color: #fff;
}

.prolist .list:hover .more {
    background: #fff;
    border-color: #fff;
}

.prolist .list:hover .more img {
    filter: none;
}

/* 产品 */


/* 合作 */

.coop1 {
    padding-top: 44px;
}

.coop1 main {
    background: url(../images/coop1.jpg) no-repeat center;
    padding: 203px 0 152px;
    margin-top: 55px;
}

.coop1 li {
    width: 445px;
    height: 264px;
    background: rgb(0, 0, 0, .33);
    border: 1px solid rgb(255, 255, 255, .33);
    padding: 65px 0 0 44px;
    color: #fff;
}

.coop1 li:nth-child(n+4) {
    margin-top: 45px;
}

.coop1 .tt {
    font: 21px/1 syl;
    margin: 26px 0 11px;
}

.coop1 .cn {
    font-size: 23px;
}

.coop1 li:hover {
    background: url(../images/coop1_07.jpg) no-repeat center;
    border-color: transparent;
}

.coop2 {
    background: #f5f6fa;
    padding: 131px 0 74px;
}

.coop2 .kuang {
    height: 708px;
    background: url(../images/coop2.jpg) no-repeat center;
    padding: 139px 0 67px;
}

.coop2 .kuang .tt {
    font: 41px/1 jx;
    color: #fff;
}

.coop2 .ul1 {
    width: 1257px;
    height: 164px;
    background: #fff;
    border-radius: 3px;
    padding: 0 68px 0 70px;
}

.coop2 .ul1 li p {
    font-size: 21px;
    color: #555555;
    margin-top: 20px;
}

.coop2 .ul1 .line {
    width: 1px;
    height: 48px;
    background: #dddddd;
}

.coop2 .ul2 {
    width: 1140px;
    margin: 55px auto 64px;
}

.coop2 .ul2 .img {
    width: 120px;
    height: 120px;
    background: url(../images/coop2_11.png) no-repeat center;
}

.coop2 .ul2 p {
    font-size: 19px;
    margin-top: 17px;
}

.coop2 .ul2 li:hover p {
    color: #c6a06c;
}

.coop2 a {
    width: 284px;
    height: 85px;
    background: #c6a06c;
    border-radius: 50px 0;
    font-size: 24px;
    color: #fff;
    margin: auto;
}

.join2 {
    padding: 61px 0 54px;
}

.join2 .atit {
    font-size: 42px;
    color: #444444;
    margin-bottom: 10px;
}

.join2 .list li {
    width: 49.3%;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 10px 0px rgba(214, 214, 214, 0.75);
    margin-top: 36px;
}

.join2 .img {
    width: 51.732%;
    height: 300px;
    overflow: hidden;
}

.join2 .txt {
    width: 44.8%;
}

.join2 .tt {
    font-size: 23px;
    color: #333333;
}

.join2 .cn {
    width: 89%;
    font-size: 17px;
    line-height: 36px;
    color: #888888;
    -webkit-line-clamp: 3;
    margin: 16px 0 19px;
}

.join2 .more {
    width: 96px;
    height: 39px;
    background: #c6a06c;
    font-size: 16px;
    color: #fff;
    margin: 0 0 32px auto;
}

.join2 .list li:hover {
    border-color: #c6a06c;
}

.join2 .list li:hover .tt {
    color: #c6a06c;
}

/* 合作 end */



/* 新闻资讯 */

.news {
    padding: 65px 0 87px;
}

.news .swiper-slide {
    border: 1px solid #cccccc;
    padding: 32px 48px 31px 36px;
}

.news .swiper-slide .img {
    width: 651px;
    height: 393px;
    overflow: hidden;
}

.news .swiper-slide .txt {
    width: 632px;
}

.news .swiper-slide .tt {
    font-size: 22px;
    margin-top: 16px;
}

.news .swiper-slide .cn {
    font-size: 14px;
    line-height: 32px;
    color: #888888;
    -webkit-line-clamp: 3;
    margin: 15px 0 54px;
}

.news .swiper-slide .more {
    font-size: 14px;
    color: #c6a06c;
}

.news .swiper-slide .more img {
    height: 6px;
    margin-left: 17px;
}

.news .swiper-button {
    width: 12px;
    height: 24px;
    background: url(../images/left1.png) no-repeat center;
    top: auto;
    bottom: 44px;
}

.news .swiper-button-next {
    transform: rotateY(180deg);
    right: 56px;
}

.news .swiper-button-prev {
    left: auto;
    right: 181px;
}

.news .swiper .swiper-pagination {
    width: auto;
    right: 108px;
    left: auto;
    bottom: 30px;
    font-size: 14px;
    color: #999999;
}

.news .swiper-pagination-current {
    font-size: 34px;
    color: #c6a06c;
}

.news ul.border {
    margin: 103px -30px 0;
}

.news .list {
    width: calc(100% / 3);
    transition: .2s;
    padding: 57px 28px 66px;
    border-right: 1px solid #cccccc;
}

.news .list:nth-child(n+4) {
    padding-bottom: 0;
}

.news .list:nth-child(-n+3) {
    padding-top: 0;
    border-bottom: 1px solid #cccccc;
}

.news .list:nth-child(3n) {
    border-right: none;
}

.news .list .time {
    font-size: 25px;
    line-height: 1;
    color: #999999;
}

.news .list .time span {
    font-size: 65px;
    margin-right: 11px;
}

.news .list .img {
    height: 248px;
    overflow: hidden;
    margin: 15px 0 26px;
}

.news .list .tit {
    font-size: 20px;
}

.news .list .con {
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    -webkit-line-clamp: 2;
    margin: 10px 0 32px;
}

.news .list .more {
    width: 180px;
    height: 51px;
    border: 1px solid #cccccc;
    border-radius: 25px;
    font-size: 16px;
    color: #999999;
}

.news .list .more img {
    filter: grayscale(1);
    margin-left: 14px;
}

.news .list:hover .tit {
    color: #c6a06c;
}

.news .list:hover .more {
    background: #c6a06c;
    border-color: #c6a06c;
    color: #fff;
}

.news .list:hover .more img {
    filter: brightness(100);
}

/* 新闻资讯 end */

.arc {
    padding: 80px 0;
}

.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding-bottom: 80px;
}

.arc .tit {
    font-size: 40px;
    font-weight: bold;
}

.arc .time {
    font-size: 18px;
    margin: 10px 0 50px;
}

.arc img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* contact */

.contact {
    height: 526px;
}

.contact>div.p_a {
    width: 78.823%;
    min-width: 1200px;
    background: #fff;
    box-shadow: 3.657px 3.41px 10px 0px rgba(9, 35, 54, 0.05);
    top: -83px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact .tit {
    height: 83px;
    background: #c6a06c;
    font-size: 24px;
    color: #fff;
    padding: 0 5.2% 0 3.9%;
}

.contact .con {
    padding: 44px 3.8% 84px 3.6%;
}

.contact ul {
    width: 58%;
}

.contact .line {
    border-bottom: 1px solid #d6d6d6;
    margin: 26px 0 34px;
}

.contact .line:last-child {
    margin-bottom: 0;
}

.contact li span {
    width: 100px;
    font-size: 25px;
    line-height: 1;
    margin: 0 12px;
}

.contact li font {
    font-size: 19px;
    line-height: 1;
}

.contact .phone {
    font-size: 36px;
    color: #c6a06c;
}

.contact .qrcode {
    width: 509px;
    font-size: 20px;
}

.contact .qrcode img {
    border: 1px solid #dddddd;
}

.contact .qrcode p {
    margin-top: 14px;
}

.maps {
    width: 100%;
    height: 663px;
}

.map {
    width: 100%;
    height: 100%;
}


/* contact end */