@charset "utf-8";
.banner .swiper-slide .videoImg {
    display: none;
}
.showVideo {
    display: none;
}
.bannerBox {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerBox .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size:36px;
    font-weight: 600;
    height: fit-content;
    text-align: center;
    color:#b48334
}

.yuan {
    width: 400px;
    height: 400px;
    border: 3px solid #b48334;
    border-radius: 50%;
    position: relative;
    animation: xuanzhuan 20s linear infinite;
    /*transform: rotateZ(45deg);*/
}
.text1,.text2 {
    width: 174px;
    height: 164px;
    position: absolute;
    top: 87px;
    bottom: 90px;
    margin: auto;
    animation: xuanzhuan2 20s linear infinite;
    text-transform: uppercase;
    color: #b48334;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text1 {
    right: -87px;
}
.text2 {
    left:-87px;
    text-align: right;
}

.text1 span ,.text2 span{
    display: block;
}
.dian1,.dian2,.dian3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #b48334;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    /*margin:auto;*/
    margin: 10px auto 0;
}
.dian1,.dian3 {
    left: -10px;
}
.dian2 {
    right: -10px;
}
.text3 > span {
    transform: rotate(-10deg) scale(1,1.5);
    margin-bottom: 5px;
}
@keyframes xuanzhuan {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes xuanzhuan2 {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.yuanW {
    position: absolute;
    width: 500px;
    height: 500px;
    transform: rotateZ(15deg) rotateX(60deg);
}
.yuan2 {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 3px solid #b48334;
    border-radius: 50%;
    transform-style: preserve-3d;
    /*transform: rotateZ(0deg);*/
    animation: xuanzhuan 20s linear infinite;
}
.text3 {
    width: 174px;
    height: 164px;
    position: absolute;
    top: 87px;
    bottom: 90px;
    margin: auto;
    text-transform: uppercase;
    color: #b48334;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /*transform: rotate(-15deg);*/
    animation: xuanzhuan2 20s linear infinite;
}
.text3 {
    left:-87px;
    text-align: right;
    height: 183px;
}
.text3 .dian3 {
    margin-top: 0;
    margin-bottom:10px;
    height: 30px;
}








#fp-nav ul li, .fp-slidesNav ul li {
    border-radius: 50%;
    background: #fff;
    margin:10px 0 !important;
    border:1px solid  #d7c180;
}
#fp-nav ul li a.active {
    background: #d7c180;
    border-radius: 50%;
}
.liveButton a {
    width: 116px;
    height: 50px;
    border-radius: 10px;
    background: #FFC831;
    color: #333;
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
}
.liveButton a:hover {
    background: #B98400;
    color: #fff;
}
.phoneSliderMenus {
    display: none;
}
/*Í·²¿ÐÎ×´*/
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    background:rgba(0,0,0,0.3)
}
.header .menuContainer {
    display: flex;
    justify-content: space-between;
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto;
    height: 80px;
    align-items: center;
    width: 90%;
    transition: all 0.5s;
}
.header .logo img {
    width: 366px;
    transition: all 0.5s;
}
.header .menuBox ul {
    display: flex;
    justify-content: space-between;
}
.header li {
    margin-left: 20px;
    position: relative;
    line-height: 80px;
}
.header a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.header .menuBox ul li a:hover {
    color: #DCC480;
}
.header.active {
    background: rgba(183,132,52,0.8);
    transition: all 0.5s;
}
.header.active .logo img {
    transition: all 0.5s;
    filter: grayscale(100%) brightness(200%);
}
.header.active .menuContainer {
    height: 50px;
    transition: all 0.5s;
}
.header.active li {
    line-height: 50px;
}
.secondMenus {
    display: none;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 320px;
}
.header.active .secondMenus {
    top: 50px;
}
.secondMenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    padding: 8px 0;
}
.secondMenu a {
    position: relative;
    z-index: 10;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.secondMenu a::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #fff;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
}
.secondMenu a:last-child::after {
    display: none;
}
.menuBox li:nth-child(1) .secondMenu a:nth-child(3)::after {
    display: none;
}
.menuBox li:nth-child(1) .secondMenu a:nth-child(1) {
    letter-spacing: 1px;
}
.menuBox li:nth-child(2) .secondMenu a:nth-child(2)::after {
    display: none;
}
.menuBox li:nth-child(5) .secondMenu a:nth-child(3)::after {
    display: none;
}
.menuBox li:nth-child(5) .secondMenu a:nth-child(4) {
    padding-right:18px
}
.menuBox li:nth-child(5) .secondMenu a:nth-child(5) {
    padding-right:18px
}
.secondMenu::before {
    content: '';
    position: fixed;
    background: rgba(222, 198, 129, 0.7);
    width: 100%;
    height: 0;
    left: 0;
    top: 70px;
    z-index: 0;
    transition: all 0.5s;
}
.header.active .secondMenu::before {
    top: 50px;
}
.menuBox ul li.active .secondMenu::before {
    height: 60px;
    transition: 0.5s;
}
.detailHeader {
    background: rgba(183,132,52,0.8);
}
.header.detailHeader .menuContainer {
    height: 50px;
}
.header.detailHeader li {
    line-height: 50px;
}
.header.detailHeader .secondMenus {
    top: 50px;
}
.header.detailHeader .secondMenu::before {
    top: 50px;
}
.header.detailHeader .logo img {
    transition: all 0.5s;
    filter: grayscale(100%) brightness(200%);
}
/*ÂÖ²¥Í¼Ä£¿é*/
.indexBanner img,
.banner img {
    width: 100%;
}
.indexBanner img {
    height: 100%;
    object-fit: cover;
}
.indexBanner {
    position: relative;
    max-width: 100% !important;
}
.indexBanner,
.slideBg,
.indexBanner .swiper-slide {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.canvas,.canvas1,.canvas2,.canvas3,.canvas4 {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.4;
}
.indexSlideText {
    color: #fff;
    font-size: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.indexSlideText p {
    color: #fff;
}
.indexTag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24%;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    margin: auto;
    flex-wrap: wrap;
    text-align: center;
}
.indexTag .item:hover {
    font-weight: 600;
}
.indexTag .item {
    margin-bottom: 20px;
    color: #fff;
}
.swiperBanner.section {
    padding:0;
    max-width: 100%;
}
.swiperBanner .fp-tableCell {
    vertical-align:top
}
.swiper-slide1-box,.swiper-slide2-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.swiper-slide1-box .itemList {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 80px;
}
.swiperImg img {
    width: 100%;
}
.swiper-slide1-box .itemList img {
    width: 100%;
}
.slide1-text {
    color: #d7c180;
    text-align: center;
}
.slide1-text span {
    font-size:36px;
}
.slide1-text p {
    font-size:54px;
}
.textLine {
    width: 290px;
    height: 13px;
    background: url('/Public/Home/images/textLine.png') no-repeat center;
    margin: 10px auto 0;
}


.swiper-slide2-box {
    flex-direction: row;
    padding: 0 20px;
}
.swiper-slide2-box .slide2-text {
    margin-right: 70px;
}
.swiper-slide2-box .month{
    font-size:86px;
    color:#b28136;
    font-weight: 600;
    font-style: italic;
}
.swiper-slide2-box .month span{
    font-size:40px;
}
.swiper-slide2-box .line{
    background:#b28136;
    width: 28px;
    height: 6px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.swiper-slide2-box .text{
    font-size: 46px;
    font-weight: 600;
    color:#b28136;
    margin-bottom: 20px;
}
.swiper-slide2-box .summary{
    font-size: 24px;
    font-weight: 400;
    color:#d7c180;
    max-width: 650px;
}
.swiper-slide2-box .itemList {
    width: 44%;
}
.swiper-slide2-box .itemList img {
    max-width: 100%;
}







/*part1*/
.houwang {
    /*margin-top: 5% !important;*/
}
.part1.section .title {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    color: #4d4d4d;
}
.part1.section .summary {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.part1.section ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.part1.section li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}
.part1.section li:nth-child(3n) {
    margin-right: 0;
}
.part1.section .part1ImgBox {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
}
.part1.section .part1ImgBox img {
    transition: 0.5s ease;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.part1.section li:hover .part1ImgBox img {
    transform: translate(-50%, -50%) scale(1.1);
}
.part1.section .part1Text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.part1.section .part1Text .title {
    margin: 12px auto;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
/*pastLine*/
.partLine .fp-tableCell {
    /*height: auto !important;*/
}
.partLine2 .fp-tableCell {
    /*height: auto !important;*/
}
.partLine {
    /*height: 269px !important;*/
    height: 269px;
    position: relative;
    max-width: 100%;
}
.partLine .title {
    position: absolute;
    bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
}
.partLine2 {
    height: 492px !important;
    position: relative;
    max-width: 100% !important;
}
.partLine2 .title {
    position: absolute;
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
}
.partLine2 .partLink {
    font-size: 18px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    /*margin: auto;*/
    bottom: 50px;
    transition: all 0.5s;
    margin-top: 15%;
}
.partLine2 .partLink:hover {
    font-size: 19px;
    transition: all 0.5s;
}
.partLine2 .partLink a {
    font-weight: 600;
    color: #fff;
    position: relative;
}
.partLine2 .partLink a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}
.partLine2 .partLink a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}
/*part2*/
.part2.section {
    padding: 0;
    max-width: 100%;
}
.part2.section ul {
    display: flex;
    flex-wrap: wrap;
}
.part2.section li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
}
.fp-tableCell .part2Container {
    margin-bottom:0
}
.part2Container {
    max-width: 1520px;
    padding:0 20px;
    margin: 30px auto 50px;
}
.part2.section li:nth-child(4n) {
    margin-right: 0;
}
.part2.section .part2ImgBox {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 61%;
}
.part2.section .part2ImgBox img {
    transition: 0.5s ease;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
}
.part2.section li:hover .part2ImgBox img {
    transform: translate(-50%, -50%) scale(1.1);
}
.part2.section .part2Text {
    font-size: 16px;
    color: #3e3a39;
    margin: 10px auto 4px;
}
.part2.section .part2Summary {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
.part2.section .hoverShow {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 133, 52, 0.9);
    padding: 20px;
    color: #fff;
    transform: translateY(100%);
    transition: all 0.5s ease;
}
.part2.section .hoverShow .showTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.part2.section .hoverShow .showSub {
    font-size: 12px;
}
.part2.section .hoverShow .showSummary {
    font-size: 12px;
    line-height: 1.8;
}
.part2.section .hoverShow .showLine {
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}
.part2.section .hoverShow .showMore {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5%;
    border: 1px solid #fff;
    border-radius: 20px;
    background: url('/Public/Home/images/more.svg') no-repeat center right 5px;
    padding: 2px 30px 2px 5px;
    background-size: 30%;
    display: inline-block;
}
.part2.section li:hover .hoverShow {
    transform: translateY(0);
    transition: all 0.5s ease;
}
.part2.section .more {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 20px auto;
}
.part2.section .more a {
    font-size: 16px;
    display: block;
    border: 1px solid #333;
    border-radius: 30px;
    color: #333;
    padding: 0;
}
.part2.section .more a:hover {
    background: #B08349;
    color: #fff;
    border: 1px solid #B08349;
}
/*part3*/
.indexPart3 .indexPart3B {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.indexPart3Img {
    max-width: 830px;
    width: 60%;
    position: relative;
}
.indexPart3Img1 {
    transform: translateY(100%);
    transition: all 1s;
}
.section.active .indexPart3Img1 {
    transform: translateY(0);
    transition: all 1s;
}
.indexPart3Img img {
    width: 100%;
}
.indexPart3Img2 {
    position: absolute;
    top: 0;
    transform: translateY(100%);
    transition: all 1s;
}
.section.active .indexPart3Img2 {
    transform: translateY(0);
    transition: all 1s;
    transition-delay: 0.4s;
}
.indexPart3Img .indexPart3Box .title {
    font-size: 64px;
    font-weight: 600;
    margin-top: 10%;
}
.indexPart3Box .line {
    width: 30px;
    height: 1px;
    background: #000;
    margin: 30px 0;
}
.indexPart3Box .sub a {
    font-size: 26px;
    transition: all 0.5s;
    color: #4d4d4d;
}
.indexPart3Box .sub:hover a {
    font-size: 27px;
    transition: all 0.5s;
}
.indexPart3Box .more a {
    font-size: 21px;
    color: #4d4d4d;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    border: 1px solid #B88534;
    font-weight: 600;
    margin-top: 20%;
}
.part3Title {
    /*margin-bottom: 30px;*/
    max-width: 1520px;
    padding:0 20px;
    margin: 0 auto 30px;
}
.part3Title a {
    font-size: 42px;
    color: #4d4d4d;
    font-weight: 600;
    transition: all 0.5s;
}
.part3Title a:hover {
    font-size: 43px;
    transition: all 0.5s;
    color: #4d4d4d;
}
.indexPart3Box .title a {
    font-size: 64px;
    transition: all 0.5s;
    font-weight: 600;
    color: #4D4D4D;
}
.indexPart3Box .title:hover a {
    font-size: 65px;
    transition: all 0.5s;
}
.indexPart3Box .more a:hover {
    color: #fff;
    background: #B88534;
    border-color: #B88534;
}
/*part6*/
.part6.section li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 30px;
}
.part6.section li:nth-child(3n) {
    margin-right: 0;
}
.part6.section .part2ImgBox {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
}
/*part7*/
.part7.section {
    background: #f1f1f1;
    max-width: 100%;
}
.part7.section .part1 {
    padding: 80px 20px 60px;
    max-width: 1520px;
    margin: auto;
}
.part7.section .title {
    font-size: 42px;
    color: #4D4D4D;
    text-align: center;
    font-weight: 600;
}
.part7.section .summary {
    font-size: 20px;
    color: #6b6b6b;
}
.part7.section .liveContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.part7.section .liveContainer .liveList {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}
.part7.section .liveContainer .liveList img {
    width: 100%;
}
.part7.section .liveContainer .liveList:nth-child(3n) {
    margin-right: 0;
    position: relative;
}
.part7.section .liveContainer .text {
    background: #fff;
    padding: 14px 30px;
}
.part7.section .liveContainer .time {
    font-size: 12px;
    color: #b18449;
}
.part7.section .liveContainer .title {
    font-size: 14px;
    text-align: left;
    color: #000;
    margin: 5px auto 10px;
}
.part7.section .liveContainer .more {
    background: #b18449;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}
.part7.section .liveContainer .mores {
    background: none;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}
.part7.section .liveContainer .liveBottom .title {
    margin-bottom: 0 !important;
}
/*part8*/
.part8.part7 .part1 {
    padding: 80px 0px 60px;
}
.part8 .part1 .title {
    font-size: 42px;
    color: #4D4D4D;
    text-align: center;
    font-weight: 600;
}
.part8 .part1 .summary {
    font-size: 20px;
    color: #6b6b6b;
    text-align: center;
}
.part8 .part1 .indexNews {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.part8 .part1 .indexNewsList {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 0;
}
.part8 .part1 .indexNewsList:nth-child(3n) {
    margin-right: 0;
}
.part8 .part1 .newsTitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.part8 .part1 .newsLine {
    width: 30px;
    height: 3px;
    background: #b88534;
    margin: 15px auto;
}
.part8 .part1 .indexNewsImg {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
}
.part8 .part1 .indexNewsImg img {
    transition: 0.5s ease;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.part8 .part1 .indexNewsImg:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.5s ease;
}
.part8 .part1 .newsText {
    background: #f4f4f4;
    padding: 15px 30px;
    color: #333;
}
.part8 .part1 .newsText .title {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
.part8 .part1 .newsText .summary {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.part8 .part1 .newsText .more {
    font-size: 12px;
    margin-top: 5%;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 24%;
    display: inline-block;
    color: #888888;
}
.part8 .part1 ul {
    margin-top: 20px;
    padding: 0 20px;
}
.part8 .part1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
}
.part8 .part1 li .time {
    font-size: 12px;
    color: #bfbfbf;
}
.part8 .part1 li .title {
    background: url(/Public/Home/images/more2.svg) no-repeat right center;
    background-size: 20px;
    font-size: 14px;
    text-align: left;
    padding-right: 30px;
    color: #333;
    margin-top: 5px;
}
.part8 .part1 .more a {
    font-size: 12px;
    margin-top: 2%;
    border: 1px solid #888888;
    border-radius: 20px;
    background: url(/Public/Home/images/more2.svg) no-repeat center right 5px;
    padding: 2px 24px 2px 5px;
    background-size: 20%;
    display: inline-block;
    color: #888888;
    margin-left: 20px;
}
.part8 .part1 .more:hover a {
    background: #b28235 url(/Public/Home/images/more.svg) no-repeat center right 5px;
    background-size: 20%;
    color: #fff;
    border-color: #b28235;
}
.part8 .part1 .newsText .more:hover {
    background: #B88534 url(/Public/Home/images/more.svg) no-repeat center right 5px;
    color: #fff;
    background-size: 20%;
    border-color: #B88534;
}


.indexNews {
    margin: 50px auto !important;
}
.indexPart3ImgHover {
    visibility: inherit !important;
}
/*footer*/
footer.section {
    max-width: 100% !important;
    padding: 0;
}
.footerContainer {
    display: flex;
}
.footerContainer .footerLeft {
    background: url('/Public/Home/images/p29.jpg') no-repeat center;
    width: 33%;
    padding: 3% 0 3% 5%;
    display: flex;
    flex-direction: column;
    background-size: cover;
}
.footerContainer .footerLeft .bottomLogo {
    margin-bottom: 30%;
}
.footerContainer .footerLeft .bottomLogo img {
    width: 250px;
}
.footerContainer .footerLeft .footerLeftCode {
    display: flex;
    color: #fff;
}
.footerContainer .footerLeft .footerLeftCode span {
    color: #b88534;
    font-size: 17px;
    display: block;
    line-height: 1;
}
.footerContainer .footerLeft .phoneList {
    margin-bottom: 10px;
}
.footerContainer .footerLeft .footerLeftCode a {
    color: #dec681;
    font-size: 42px;
    /*font-family: CTCuHeiSJ,'Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif';*/
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
.footerContainer .footerLeft .footerWechat {
    border-right: 1px solid #b88534;
    padding-right: 20px;
    height: fit-content;
    margin-right: 20px;
}
.footerContainer .footerLeft .footerWechat img {
    margin-top: 15px;
}
.footerContainer .footerRight {
    width: 67%;
    background: url('/Public/Home/images/p30.jpg') no-repeat center;
    padding: 5%;
    background-size: cover ;
}
.footerContainer .footerAdd {
    font-size: 17px;
    color: #DEC681;
    margin-top: 20px;
    line-height: 1.8;
}
.footerContainer .footerTitle p {
    margin-bottom: 10px;
}
.footerContainer .footerTitle p span {
    font-size: 34px;
    font-weight: 600;
    color: #B88534;
}
.footerContainer .footerTitle span {
    font-size: 24px;
    color: #6B6B6B;
    margin-right: 30px;
    display: inline-block;
}
.footerContainer .footerMenu {
    display: flex;
}
.footerContainer .footerMenu .menuList {
    margin-right: 10%;
}
.footerContainer .footerMenu .menuList .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footerContainer .footerMenu .menuList a {
    display: block;
    color: #606060;
    margin-bottom: 8px;
}
.footerContainer .footerRightCode {
    margin-left: auto;
    display: flex;
    margin-right: 10%;
}
.footerContainer .footerRightCode .conWechat2L {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    margin: 50px 20px 0;
}
.footerContainer .footerRightCode .conWechat2L img {
    margin-bottom: 10px;
}
.footerContainer .footerNumber {
    display: flex;
    margin: 30px auto;
    padding: 40px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.footerContainer .footerNumber .number {
    display: flex;
    align-items: flex-end;
    margin-right: 50px;
}
.footerContainer .footerNumber .big {
    font-size: 54px;
    font-weight: 600;
    color: #B88534;
    line-height: 1;
    position: relative;
}
.footerContainer .footerNumber .number:first-child .big::after {
    display: none;
}
.footerContainer .footerNumber .big::after {
    content: '+';
    position: absolute;
    font-size: 28px;
    font-weight: 600;
    top: -10px;
}
.footerContainer .footerNumber .small {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.sliderMenu .item .itemText .indexGoTop {
    display: none;
}
.sliderMenu .item .itemText .pageGoTop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floatMenu {
    width: 180px;
    height: 360px;
    background: url('/Public/Home/images/float1.jpg') no-repeat center;
    position: fixed;
    top:0;
    bottom: 0;
    left: 10px;
    margin: auto;
    border-radius: 8px;
    display: none;
}
.floatMenu.active {
    display: none !important;
}
.floatClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.floatLogo {
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom:40px;
}
.floatContent {
    background: rgba(221,197,128,0.2);
    width: 90%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 10px;
}
.floatContent a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #DDC580;
    position: relative;
    padding-left: 10px;
    margin: 10px 0;
}
.floatContent a::after {
    position: absolute;
    content:'';
    width: 5px;
    height: 5px;
    top:0;
    left: 0;
    bottom: 0;
    background: #DDC580;
    margin: auto;
}
.floatMore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto 0;
}
.floatMore a {
    color: #fff;
    background: #B08349;
    border-radius: 20px;
    display: block;
    font-size: 18px;
}
.floatMore a:hover {
    background: #DDC580;
    color: #fff;
}
.sliderMenu {
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 1;
    display: none;
}
.sliderMenu .item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    background: #F6F6F6;
}
.sliderMenu .item .itemText {
    position: absolute;
    background: #B88534;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    align-items: center;
    line-height: 1.2;
    display: none;
    justify-content: center;
}
.sliderMenu .item .itemText a {
    font-size: 12px;
}
.sliderMenu .item:hover .itemText {
    display: flex;
}
.sliderMenu .item .itemText a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliderMenu .itemShow {
    position: absolute;
    right: 51px;
    top: 0;
    background: #F6F6F6;
    padding: 10px;
    width: 160px;
    height: 160px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
.itemShow img {
    max-width: 100px;
}
.itemShow .title {
    color: #808080;
    font-size: 12px;
    text-align: center;
    margin: 5px auto;
}
.sliderMenu .item:hover .itemShow {
    display: flex;
}
.sliderMenu .itemShowTel {
    position: absolute;
    right: 51px;
    top: 0;
    height: 100%;
    background: #F6F6F6;
    z-index: 1;
    width: 160px;
    display: none;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
}
.sliderMenu .itemShowTel p {
    font-size: 12px;
}
.sliderMenu .itemShowTel span {
    font-size: 18px;
    color: #B78434;
    font-weight: 600;
}
.sliderMenu .item:hover .itemShowTel {
    display: flex;
}
/*Ã½Ìå²éÎÊ*/
@media screen and (max-width: 1600px) {

    .bannerBox {
        /*zoom:0.8*/
    }


    /*part1*/
    .part1.section {
        padding: 3% 20px 3%;
    }
    .footerContainer .footerLeft {
        padding: 20px;
        align-items: center;
        justify-content: center;
    }
    .footerContainer .footerLeft .bottomLogo {
        margin-bottom: 20%;
    }
    .footerContainer .footerLeft .footerLeftCode a {
        font-size: 36px;
    }
    .footerContainer .footerNumber .big {
        font-size: 48px;
    }
    .footerContainer .footerTitle span {
        font-size: 20px;
    }
    .footerContainer .footerNumber .number {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .footerContainer .footerTitle span {
        font-size: 16px;
    }
    .footerContainer .footerLeft .bottomLogo img {
        width: 200px;
    }
    .footerContainer .footerLeft .footerLeftCode a {
        font-size: 24px;
    }
    .footerContainer .footerAdd {
        font-size: 14px;
    }
    .footerContainer .footerRightCode {
        margin-right: 0;
    }
    .footerContainer .footerRightCode .conWechat2L {
        margin-right: 0;
    }
    .footerContainer .footerRightCode img {
        width: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .footerContainer .footerNumber .number {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footerContainer .footerNumber {
        flex-wrap: wrap;
        margin: 20px auto;
        padding: 20px 0 0;
    }
    .footerContainer .footerTitle p {
        font-size: 24px;
    }
    .part8 .part1.section ul {
        padding: 0;
    }
    .part8 .part1.section .more a {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1200px) {
    /*header*/
    .header .menuContainer {
        width: 100%;
    }
    .phoneMenu.phone {
        width: 30px;
        height: 20px;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .phoneMenu .phoneLine {
        width: 100%;
        height: 2px;
        background: #fff;
    }
    .phoneMenu .phoneLine::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        top: 0;
        background: #fff;
    }
    .phoneMenu .phoneLine::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        background: #fff;
    }
    .header .menuBox ul {
        position: fixed;
        background: #fff;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 100%;
        flex-wrap: wrap;
        padding-top: 80px;
        display: block;
        transition: all 0.5s;
        overflow: auto;
        overflow-x: hidden ;
        z-index: 100;
        padding-bottom: 100px;
    }
    .header .menuBox ul.active {
        right: 0;
        transition: all 0.5s;
    }
    .header .menu a {
        color: #333;
        display: block;
    }
    .header li {
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .secondMenus {
        display: block !important;
        position: relative;
        top: 0 !important;
        padding: 0;
        height: auto !important;
        width: 80%;
    }
    .secondMenu {
        height: auto !important;
    }
    .secondMenu::before {
        display: none;
    }
    .close {
        position: absolute;
        top: 30px;
        right: 30px;
        background: #B88534;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
    }
    .close img {
        width: 20px;
    }
    .header .menu a {
        font-size: 20px;
    }
    .menu .secondMenu a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .indexPart3Box .title {
        font-size: 36px;
    }
    .indexPart3Box .sub {
        font-size: 18px;
    }
    .indexSlideText {
        font-size: 32px;
    }
    .indexTag {
        font-size: 18px;
        max-width: 1000px;
    }
}
@media screen and (max-width: 1100px) {
    .bannerBox {
        /*zoom:0.7*/
    }
    .footerContainer {
        flex-direction: column;
    }
    .footerContainer .footerLeft,
    .footerContainer .footerRight {
        width: 100%;
    }
    .footerContainer .footerLeft .bottomLogo {
        margin-bottom: 50px;
    }
    .footerContainer .footerLeft {
        padding: 50px 20px;
    }
    .indexTag .item {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {

    .footerContainer .footerTitle p span {
        display: block;
        font-size: 28px;
        margin-right: 0;
    }

    /*part1*/
    .part1.section {
        padding: 5% 20px 3%;
    }
    .part1.section .title,
    .part3Title {
        font-size: 24px;
    }
    .part1.section .summary {
        font-size: 14px;
    }
    .part1.section li,
    .part2.section li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .part1.section li:nth-child(2n),
    .part2.section li:nth-child(2n) {
        margin-right: 0;
    }
    .part1.section .part1Text {
        /*position: inherit;
        background: #000;*/
    }
    .part1.section .part1Text .title {
        font-size: 12px;
    }
    .partLine.section {
        height: 200px !important;
    }
    .partLine2.section {
        height: 200px !important;
    }
    .partLine .title,
    .partLine2 .title {
        font-size: 18px;
        top: 0;
        bottom: 0;
        line-height: 1.8;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .partLine2 .title {
        margin-bottom: 70px;
    }
    .part2.section .hoverShow {
        display: none;
    }
    .part2.section .part2Text {
        font-size: 14px;
    }
    .part2.section .more a {
        font-size: 12px;
    }
    .part6.section li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .part7 .liveContainer .liveList {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .part8 .part1.section ul {
        margin-left: 0;
    }
    .part8 .part1.section li {
        width: 100%;
        margin-right: 0;
    }
    .part8 .part1.section .indexNewsList {
        width: 100%;
    }
    .part8 .part1.section .more a {
        margin-left: 0;
    }
    .footerContainer .footerNumber .big {
        font-size: 24px;
    }
    .footerContainer .footerNumber .small {
        margin-left: 30px;
    }
    .footerContainer .footerMenu {
        flex-direction: column;
    }
    .footerContainer .footerLeft .bottomLogo img {
        width: 150px;
    }
    .footerPhone {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: space-between;
    }
    .footerContainer .footerRightCode {
        margin-left: 0;
    }
    .menuList {
        display: none;
    }
    .footerContainer .footerRightCode .conWechat2L {
        margin-top: 0;
    }
    .menuContainer .logo {
        width: 70%;
    }
    .header .logo img {
        width: 100%;
    }
    .header .menu a {
        font-size: 16px;
    }
    .menu .secondMenu a {
        font-size: 14px;
    }
    .header li {
        line-height: 30px;
    }
    .indexPart3 .section {
        flex-direction: column;
    }
    .indexPart3Img {
        margin-top: 50px;
        width: 100%;
    }
    .indexPart3Box .title {
        font-size: 24px;
    }
    .partLine .title,
    .partLine2 .title {
        font-size: 16px !important;
    }
    .indexSlideText {
        font-size: 20px;
    }
    .indexTag {
        font-size: 12px;
    }
    .indexPart3 .indexPart3B {
        flex-wrap: wrap;
        margin-top:50px;
    }
    .indexPart3Box .title a {
        font-size: 24px;
    }
    .indexPart3Box .sub a {
        font-size: 14px;
    }
    .part3Title a {
        font-size: 20px;
    }
    .part8 .part1 .title {
        font-size: 20px;
    }
    .part8 .part1 .summary {
        font-size: 14px;
    }
    .part8 .part1 .indexNewsList {
        width: 100%;
        margin-bottom: 20px;
    }
    .section.indexBanner {
        padding:0
    }

    .header {
        position: relative;
        background: rgba(183, 132, 52,1);
    }
    .header .menuContainer {
        height: 60px;
    }
    .header .logo img {
        filter: grayscale(100%) brightness(200%);
    }
    .header.active {
        position: fixed;
    }

    .menuBox ul li:nth-child(5) a {
        width: 33.3%;
        margin-right: 0;
    }
    .floatMenu {
        width: 130px;
        height: 240px;

    }
    .floatLogo {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .floatLogo img {
        width: 70%;
    }
    .floatContent a {
        font-size: 12px;
    }
    .floatMenu .floatMore a {
        font-size: 14px;
    }
    .floatMore {
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 15px auto 0;
    }

    .floatContent {
        padding: 5px;
    }
    .menuBox li:nth-child(1) .secondMenu a:nth-child(5) {
        margin-left: 3px;
    }

    .indexPart3Box .line {
        margin:15px 0
    }
    .indexPart3Box .more a {
        font-size:16px;
        margin-top: 20px;
    }
    .partLine .title {
        font-size:20px !important
    }
    .partLine.section .title {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .partLine0.partLine .title {
        font-size:16px !important
    }
    .part8 .part1 .newsText .title {
        font-size: 14px;
    }
    .part8 .part1 .newsText .summary {
        font-size: 12px;
    }

    .sliderMenu {
        display: none !important;
    }
    .phoneSliderMenus {
        display: block;
    }
    .phoneSliderMenu {
        background-size: cover;
        background: url('/Public/Home/images/mm4.jpg') no-repeat center;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
    }
    .phoneSliderMenu .item {
        flex-basis: 100%;
        border-right: 1px solid #d6c07e;
        color: #d6c07e;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative;
    }
    .phoneSliderMenu .item.wechat {
        display: none;
    }
    .phoneSliderMenu .item:last-child {
        border-right: none;
    }
    .phoneSliderMenu .item img {
        width: 20px;
        margin-right: 10px;
    }
    .phoneSliderMenu .item a {
        color: #d6c07e;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer {
        margin-bottom: 50px !important;
    }

    .phoneCall {
        position: fixed;
        right: 0;
        bottom: 20%;
        width: 50px;
        height: 50px;
        background: #fff;
    }
    .phoneCall img {
        width: 100%;
    }
    .weChatImg {
        position: fixed;
        bottom: 50px;
        width: 100%;
        padding: 20px;
        background: rgba(0,0,0,0.5);
        text-align: center;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 10;
    }
    .weChatImg img {
        width: 60% !important;
    }
    .weChatBox {
        position: relative;
    }
    .wechatClose {
        width: 30px;
        height: 30px;
        background: #30190a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: -36px;
        right: 20%;
    }

    .messageBox {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
        z-index:100;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .message {
        background: #eee;
        border-radius: 10px;
        width: 80%;
        padding: 20px;
        text-align: center;
        position: relative;
    }
    .message .messageTitle {
        font-size: 22px;
        font-weight: 600;
    }

    .message .messageSub {
        font-size: 14px;
        color: #4d4d4d;
        margin-bottom: 20px;
    }
    .messageInput {
        text-align: left;
        margin-bottom: 20px;
    }
    .messageInput input {
        border-radius: 10px;
        border: 1px solid #dfdfdf;
    }
    .messageInput textarea {
        border-radius: 10px;
        border: 1px solid #dfdfdf;
        height: 80px;
        min-height: 80px;
        padding: 10px 20px;
    }
    .formTitle {
        font-size:16px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .formTitle span {
        color: red;
    }

    .messageButton {
        background: #B88534;
        border-radius: 20px;
        color: #fff;
        padding: 5px 30px;
        font-size: 20px;
        font-weight: 600;
    }
    .messagesClose {
        width: 30px;
        height: 30px;
        background: #30190a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: -36px;
        right: 0;
    }
    .indexNews.part8 .part1 .newsText {
        padding: 15px 20px;
    }

    .live.part8 .part1 .more a {
        margin-left: 10px;
    }
    .floatMenu {
        display: none !important;
    }

    .swiper-slide .itemList {
        width: 100%;
        margin-bottom: 0;
    }
    .swiper-slide1-box .itemList img {
        max-height: 100px;
        width: auto;
    }
    .slide1-text span {
        font-size:14px;
    }
    .slide1-text p {
        font-size:18px;
    }
    .textLine {
        background-size: 20%;
        margin-top: 0;
    }
    .swiper-slide1-box .itemList {
        padding: 0;
    }

    .swiper-slide2-box .month{
        font-size:20px;
    }
    .swiper-slide2-box .month span {
        font-size:16px;
    }
    .swiper-slide2-box .text {
        font-size:14px;
        margin-bottom: 10px;
    }
    .swiper-slide2-box .summary {
        font-size:12px;
    }
    .swiper-slide2-box .slide2-text {
        margin-right:10px;
    }
    .swiper-slide2-box .line {
        margin:10px 0;
        width: 20px;
        height: 2px;
    }


    .indexTag {
        bottom: 20%;
    }
    .indexSlideText {
        justify-content: flex-start;
        top: 20%;
    }
    .indexTag .item {
        margin-bottom: 5px;
    }

    .bannerBox {
        /*zoom:0.3*/
    }
    .partLine2 {
        height:200px !important
    }
    .part1.section ul {
        margin-top: 20px;
    }
    .part3Title {
        margin-top: 20px;
    }
    .part3Title a:hover {
        font-size: 20px;
    }
    .indexPart3Box .title:hover a {
        font-size:24px;
    }

    .banner .swiper-slide .videoImg {
        display: block;
        position: relative;
        cursor: pointer;
    }
    .banner .swiper-slide .videoImg::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url('/Public/Home/images/video-play.png') no-repeat center;
    }
    .banner .swiper-slide .bannerVideo {
        display: none;
    }
    .showVideo {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
        z-index: 100;
        align-items: center;
        display: none;
    }
    .showVideo video {
        width: 100%;
        z-index: 11;
        top: 0;
        position: absolute;
        bottom: 0;
        margin: auto;
    }
    .showVideo::after {
        content: '';
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    .videoClose {
        position: absolute;
        top: 20px;
        z-index: 10;
        right: 20px;
        padding: 10px;
        border-radius: 50%;
        background: #b78434;
    }
    .videoClose img {
        width: 20px !important;
    }

    .bannerBox .title {
        font-size:12px;
    }
    .bannerBox {
    }
    .yuan {
        width: 100px;
        height: 100px;
        border-width: 2px;
    }
    .text1,.text2,.text3 {
        font-size:12px;
    }
    .yuanW,.yuan2 {
        width: 140px;
        height: 140px;
    }

    .dian1, .dian2, .dian3 {
        width: 10px;
        height: 10px;
    }
    .text1, .text2,.text3 {
        height: 94px;
        top: 50px;
    }
    .text3 {
        height: 120px;
    }
    .text3 .dian3 {
        height: 15px;
    }


}
@media screen and (max-width: 480px){
    .indexTag {
        bottom: 10%;
    }
    .indexSlideText {
        top: 20%;
    }
}<!--ºÄÊ±1780477165.2398Ãë-->