* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
    background-color: #000;
}

.Center-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}


ul,
ol,
li {
    list-style: none;
}

img {
    display: block;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 100px;
}

.pageContainer {
    width: 1720px;
    margin: 0 auto;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
}

i,
em {
    font-style: normal;
}


.mySwiper_total,
.mySwiper_total>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

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

.banner header {
    height: 120px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    transition: all 0.3s;
}

.banner header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.banner header .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner header .right nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner header .right nav::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: rgb(117, 117, 117);
}

.banner header .right nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.banner header .right nav>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    height: 100%;
}

.banner header .right nav>ul>li>a>span {
    font-size: 14px;
    color: #efefef;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner header .right nav>ul>li>a>span.en,
.banner header .right nav>ul>li>a>span.cn {
    pointer-events: none;
    display: flex;
    align-items: center;
}

.banner header .right nav>ul>li>a>span.en {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(70%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner header .right nav>ul>li:hover>a>span.cn {
    opacity: 0;
    transform: translateY(-70%);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.banner header .right nav>ul>li:hover>a>span.en {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner header .right nav>ul>li:hover>a>span,
.banner header .right nav>ul>li.active>a>span {
    color: #c6a962;
}
.banner header .right nav>ul>li>ul{
    display: none;
}
.banner header .right nav>ul>li>ul::before{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: rgb(198,169,98);
    position: absolute;
    top: 0;
}
.banner header .right nav>ul>li>ul>li{
    border-bottom: 1px solid rgb(248,248,248);
    box-sizing: border-box;
}
.banner header .right nav>ul>li:hover>ul{
    position: absolute;
    display: block;
    top: 120px;
    z-index: 99999;
    width: 180px;
    background-color: #fff;
}

.banner header .right nav>ul>li:hover>ul>li>a{
    color: #808080;
    font-size: 14px;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner header .right nav>ul>li:hover>ul>li:hover a{
    color: #c6a962;
}

/* 隐藏的导航 */
.yin_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box;
    background-color: rgba(255,255,255, .5);
}

.yin_nav ul {
    width: 80%;
    background: #000;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 35px 0 35px;
}

.yin_nav ul li {
    border-bottom: 1px solid #151515;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yin_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 45px;
    width: 100%;
    color: #efefef;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
}
.yin_nav ul li.active>a {
    color: #c6a962;
}

.nav_bar2_a{
    font-size: 18px;
    color: #fff;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
svg{
    width: 25px;
    height: 25px;
}

.search {
    margin-left: 30px;
}

.search .search-wrapper .input-holder {
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .search-wrapper.active .input-holder {
    border-radius: 22.5px;
    width: 240px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search .search-wrapper .input-holder .search-input {
    width: 68.75%;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 20px;
    opacity: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    color: #565656;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search .search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.search .search-wrapper .input-holder .search-icon {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    padding: 0px;
    margin-left: 30px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search .search-wrapper.active .input-holder .search-icon {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
}

.search .search-wrapper .input-holder .line {
    display: block;
    width: 1px;
    height: 15px;
    background-color: rgb(117, 117, 117);
    opacity: 0;
}

.search .search-wrapper.active .input-holder .line {
    opacity: 1;
}

.search .search-wrapper.active .input-holder .search-icon {
    position: static;
    background-color: rgb(238, 216, 171);
    overflow: hidden;
}

.search .search-wrapper.active .input-holder .search-icon span {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #000);
}

.banner .mySwiper_banner .pic {
    width: 100%;
    height: 100%;
}

.banner .mySwiper_banner .pic img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: rgb(255, 255, 255);
    border-radius: inherit;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(198, 169, 98);
}

.banner .swiper-pagination {
    bottom: 40px;
}

.index1 {
    background: url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
}

.sameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    padding: 0 100px;
    box-sizing: border-box;
}

.sameHeader .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sameHeader .right .nav,
.sameHeader .right .close {
    display: none;
}

.sameHeader .right .nav ul {
    display: flex;
    align-items: center;
}

.sameHeader .right .nav ul li {
    padding: 0 30px;
    box-sizing: border-box;
}

.sameHeader .right .nav ul li a span {
    font-size: 14px;
    color: #efefef;
}

.sameHeader .right .nav ul li:hover a span,
.sameHeader .right .nav ul li.active a span {
    color: #c6a962;
}

.sameHeader .right .hum a,
.sameHeader .right .close a {
    width: 30px;
    height: 22px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.sameHeader .right .search {
    display: flex;
    align-items: center;
}

.sameHeader .right .search .search-wrapper {
    margin-left: 30px;
}

.sameHeader .right .search::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: rgb(117, 117, 117);
}

.index1 .main {
    padding-left: 100px;
    margin-top: 130px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .left h1.section_title {
    /*font-family: "regular";*/
    color: #c6a962;
    font-size: 55px;
    font-weight: normal;
    line-height: 1em;
}

.main .left span.description_en {
    font-size: 16px;
    color: #282828;
    display: block;
    margin: 20px 0;
}

.index1 .main .left {
    width: 642px;
}

.index1 .main .left .text p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 2.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index1 .main .left .link {
    margin-top: 30px;
    margin-bottom: 60px;
}

.index1 .main .left .link a {
    display: flex;
    align-items: center;
}

.index1 .main .left .link span {
    font-size: 14px;
    color: #c6a962;
    margin-right: 13px;
}

.index1 .main .left .factory h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1em;
}

.index1 .main .left .factory .swiper_box {
    display: flex;
    align-items: center;
}

.index1 .main .left .factory .swiper_box .mySwiper_factory {
    width: 510px;
    height: 130px;
    margin-left: 0;
    margin-right: 0;
}

.index1 .main .left .factory .swiper_box .mySwiper_factory .swiper-slide {
    width: 100%;
    height: 100%;
}

.index1 .main .left .factory .swiper_box .mySwiper_factory .swiper-slide img {
    width: 100%;
    height: 100%;
}

.index1 .main .left .factory .swiper_box .arrow .swiper-button-next,
.index1 .main .left .factory .swiper_box .arrow .swiper-button-prev {
    position: static;
    transform: rotate(90deg);
    margin-top: 0;
    color: rgb(198, 169, 98);
    width: 20px;
    height: 56px;
}

.index1 .main .left .factory .swiper_box .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
}

.index1 .main .left .factory .swiper_box .arrow .swiper-button-next.swiper-button-disabled,
.index1 .main .left .factory .swiper_box .arrow .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index1 .main .left .factory .swiper_box .arrow .swiper-button-next:after,
.index1 .main .left .factory .swiper_box .arrow .swiper-button-prev:after {
    font-size: 16px;

}

.index1 .main .left .factory .swiper_box .arrow span {
    width: 12.71px;
    height: 1px;
    background-color: rgb(198, 169, 98);
    display: block;
}

.index1 .main .right {
    padding: 0 130px 0 0;
    box-sizing: border-box;
}

.index1 .main .right .bg {
    width: 930px;
    height: 561px;
    background-color: rgb(198, 169, 98);
    position: relative;
}

.index1 .main .right .bg .pic {
    width: 100%;
    height: 545px;
    background-color: rgb(217, 165, 97);
}

.index1 .main .right .bg .pic img {
    width: 100%;
    height: 100%;
}

.index1 .main .right .bg .block {
    position: absolute;
    right: -80px;
    bottom: 100px;
}

.index2 {
    background: url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
}

.index2 .main,
.index3 .main,
.index4 .main {
    margin-top: 80px;
}

.index2 .main .title,
.index3 .main .title,
.index4 .main .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 100px;
    box-sizing: border-box;
}

.main .left p.p_title {
    font-size: 24px;
    color: #fefefe;
    padding-top: 15px;
}

.btn .btn_link {
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    border: 1px solid rgb(56, 56, 56);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    color: #383838;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.btn .btn_link span{
            display: inline-block;
            position: relative;
            z-index: 2;
            overflow: hidden;
            border-radius: 5px;
}
.btn .btn_link::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(198,169,98);
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn .btn_link:hover::after{
    width: 100%;
    left: 0;
}
.btn .btn_link:hover{
    color: #fff;
    z-index: 3;
}

.index2 .main .content,
.index3 .main .content {
    padding: 60px 0 0 100px;
    box-sizing: border-box;
}
.index2 .main .content .box{
    display: none;
}
.index2 .main .content .box.active{
    display: block;
}
.index2 .main .content .mySwiper_product .swiper-slide {
    width: 650px;
    height: 365px;
}

.index2 .main .content .mySwiper_product .swiper-slide .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index2 .main .content .mySwiper_product .swiper-slide:hover .item {
    border: 4px solid rgb(198, 169, 98);
    box-sizing: border-box;
}

.index2 .main .content .mySwiper_product .swiper-slide .item a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.index2 .main .content .mySwiper_product .swiper-slide .item a::after {
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6);
}

.index2 .main .content .mySwiper_product .swiper-slide .item .pic {
    width: 100%;
    height: 100%;
}

.index2 .main .content .mySwiper_product .swiper-slide .item .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}

.index2 .main .content .mySwiper_product .swiper-slide:hover .item .pic img {
    transform: scale(1.1);
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}

.index2 .main .content .mySwiper_product .item .text {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}

.index2 .main .content .mySwiper_product .item .text p {
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.index2 .main .content .mySwiper_product .swiper-slide:hover .item .text {
    top: 26px;
    left: 26px;
}
.index2 .main .content .mySwiper_product .swiper-slide:hover .item a::after {
    opacity: 0;
}

.index2 .main .sidebar {
    margin-top: 60px;
    padding-left: 100px;
    box-sizing: border-box;
}


.index2 .main .sidebar ul {
    display: flex;
    align-items: center;
}

.index2 .main .sidebar ul li {
    margin-right: 80px;
}

.index2 .main .sidebar ul li a {
    font-size: 14px;
    color: #8e8e8e;
}


.index2 .main .sidebar ul li.active a,
.index2 .main .sidebar ul li:hover a {
    color: #c6a962;
}
.index2 .main .wap-sidebar{
    display: none;
}

.index2 .main .wap-sidebar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 60px;
}
.index2 .main .wap-sidebar ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.index2 .main .wap-sidebar ul li a{
    width: 100%;
    height: 45px;
    border: 1px solid rgb(29,29,29);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .main .wap-sidebar ul li span {
    font-size: 18px;
    color: #898989;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index2 .main .wap-sidebar ul li.active a,
.index2 .main .wap-sidebar ul li:hover a{
    background-color: rgb(198,169,98);
}
.index2 .main .wap-sidebar ul li.active span,
.index2 .main .wap-sidebar ul li:hover span{
    color: #fff;
}

.index3 {
    background: url(../images/index3_bg.png) no-repeat center;
    background-size: cover;
}

.index3 .main .content .mySwiper_hotel {
    padding: 40px 0 0 0;
    box-sizing: border-box;
    margin-top: -15px;
}

.index3 .main .content .mySwiper_hotel .swiper-slide a {
    position: relative;
}

.index3 .main .content .mySwiper_hotel .swiper-slide .block {
    position: absolute;
    right: -40px;
    top: -40px;
}

.index3 .main .content .mySwiper_hotel .swiper-slide {
    width: 600px;
    box-sizing: border-box;
    margin-right: 60px;
}

.index3 .main .content .mySwiper_hotel .swiper-slide a {
    width: 100%;
    height: 100%;
}

.index3 .main .content .mySwiper_hotel .swiper-slide .pic {
    width: 100%;
    height: 320px;
}

.index3 .main .content .mySwiper_hotel .swiper-slide .pic img {
    width: 100%;
}

.index3 .main .content .mySwiper_hotel p {
    font-size: 22px;
    color: #fefefe;
    margin-top: 30px;
}

.index4 {
    background: url(../images/index4_bg.jpg) no-repeat center;
    background-size: cover;
}

.index4 .main .content {
    padding: 80px 100px 0;
    box-sizing: border-box;
}

.index4 .main .content .mySwiper_news {
    padding-bottom: 75px;
}

.index4 .main .content .mySwiper_news .swiper-slide,
.page5 .list ul li a{
    height: 362px;
    background-color: rgba(254, 254, 254, 0.02);
    border: 1px solid rgb(38, 38, 38);
    box-sizing: border-box;
}

.index4 .main .content .mySwiper_news .swiper-slide a,
.page5 .list ul li a {
    box-sizing: border-box;
    padding: 40px 30px;
}

.index4 .main .content .mySwiper_news .swiper-slide:hover,
.page5 .list ul li a:hover {
    border: 1px solid rgb(198, 169, 98);
}

.index4 .main .content .mySwiper_news span.time,
.page5 .list ul li span.time {
    font-size: 14px;
    color: #5e5e5e;
}

.index4 .main .content .mySwiper_news h3.news_title,
.page5 .list ul li h3.news_title {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    line-height: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index4 .main .content .mySwiper_news .text p,
.page5 .list ul li .text p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 2.413em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 20px;
}

.index4 .main .content .mySwiper_news i,
.page5 .list ul li i {
    margin-top: 35px;
    display: block;
    overflow: hidden;
}
.page5 .top .mySwiper_comNews .swiper-slide i{
    display: block;
    overflow: hidden;
}
.index4 .main .content .mySwiper_news .swiper-slide:hover i img,
.page5 .list ul li a:hover i img,
.page5 .top .mySwiper_comNews .swiper-slide:hover i img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 rgb(198, 169, 98));
}

.index4 .main .content .mySwiper_news .swiper-pagination .swiper-pagination-bullet,
.page1 .box4 .content .mySwiper_honor .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: inherit;
    margin: 0 5px;
    opacity: 1;
}

.index4 .main .content .mySwiper_news .swiper-pagination .swiper-pagination-bullet-active,
.page1 .box4 .content .mySwiper_honor .swiper-pagination .swiper-pagination-bullet-active{
    background-color: rgb(198, 169, 98);
}

.footer {
    background-color: #000;
}
.footer .main{
    margin-top: 140px;
}
.footer .main .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .main h4.title,
.page4 .box4 .content h4.title {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
.footer .main .left .text,
.page4 .box4 .content .left .text{
    margin-top: 55px;
}
.footer .main .left .text p,
.page4 .box4 .content .left .text p {
    font-size: 14px;
    color: #8e8e8e;
}

.footer .main .left .text p:last-child a,
.page4 .box4 .content .left .text p:last-child a {
    font-size: 30px;
    color: #c6a962;
    /*font-family: "regular";*/
}

.footer .main .left .code,
.page4 .box4 .content .left .code {
    width: 140px;
    height: 140px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 40px;
}

.footer .main .left .code img,
.page4 .box4 .content .left .code img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.footer .main .center,
.page4 .box4 .content .center {
    width: 740px;
}

.footer .main .center form,
.page4 .box4 .content .center form {
    margin-top: 55px;
}

.footer .main .center form .inputGroup,
.page4 .box4 .content .center form .inputGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer .main .center form .inputGroup input,
.page4 .box4 .content .center form .inputGroup input {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 14px;
    color: #8e8e8e;
    border-bottom: 1px solid rgb(30, 30, 30);
    width: 220px;
}

.footer .main .center form textarea,
.page4 .box4 .content .center form textarea {
    font-family: "微软雅黑";
    padding: 20px 0;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    height: 123px;
    border-bottom: 1px solid rgb(30, 30, 30);
    font-size: 14px;
    color: #8e8e8e;
    display: block;
    margin-bottom: 80px;
}

.footer .main .center form .submit,
.page4 .box4 .content .center form .submit {
    width: 160px;
    height: 45px;
    text-align: center;
    background-color: rgb(198, 169, 98);
    border-radius: 22.5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
.footer .main .center form .submit:hover,
.page4 .box4 .content .center form .submit:hover{
    background-color: rgba(198, 169, 98,.5);
    color: rgba(255,255,255,.5);
}

.footer .main .center form .inputGroup input::-webkit-input-placeholder,
.page4 .box4 .content .center form .inputGroup input::-webkit-input-placeholder,
.page7 .bottom form .inputGroup input::-webkit-input-placeholder {
    color: #3a3a3a;
}

.footer .main .center form .inputGroup input::-moz-placeholder,
.page4 .box4 .content .center form .inputGroup input::-moz-placeholder,
.page7 .bottom form .inputGroup input::-moz-placeholder {
    color: #3a3a3a;
}

.footer .main .center form .inputGroup input:-moz-placeholder,
.page4 .box4 .content .center form .inputGroup input:-moz-placeholder,
.page7 .bottom form .inputGroup input:-moz-placeholder {
    color: #3a3a3a;
}

.footer .main .center form .inputGroup input::-ms-input-placeholder,
.page4 .box4 .content .center form .inputGroup input::-ms-input-placeholder,
.page7 .bottom form .inputGroup input::-ms-input-placeholder {
    color: #3a3a3a;
}

.footer .main .center form .inputGroup input:-ms-input-placeholder,
.page4 .box4 .content .center form .inputGroup input:-ms-input-placeholder,
.page7 .bottom form .inputGroup input:-ms-input-placeholder {
    color: #3a3a3a;
}

.footer .main .center form textarea::-webkit-input-placeholder,
.page4 .box4 .content .center form textarea::-webkit-input-placeholder,
.page7 .bottom form textarea::-webkit-input-placeholder{
    color: #3a3a3a;
}

.footer .main .center form textarea::-moz-placeholder,
.page4 .box4 .content .center form textarea::-moz-placeholder,
.page7 .bottom form textarea::-moz-placeholder{
    color: #3a3a3a;
}

.footer .main .center form textarea:-moz-placeholder,
.page4 .box4 .content .center form textarea:-moz-placeholder,
.page7 .bottom form textarea:-moz-placeholder{
    color: #3a3a3a;
}

.footer .main .center form textarea::-ms-input-placeholder,
.page4 .box4 .content .center form textarea::-ms-input-placeholder,
.page7 .bottom form textarea::-ms-input-placeholder{
    color: #3a3a3a;
}

.footer .main .center form textarea:-ms-input-placeholder,
.page4 .box4 .content .center form textarea:-ms-input-placeholder,
.page7 .bottom form textarea:-ms-input-placeholder{
    color: #3a3a3a;
}
.footer .main .right,.page4 .box4 .content .right{
    width: 458px;
    height: 406px;
}
.footer .main .right #map,
.page4 .box4 .content .right #map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer .main .right #map img,
.page4 .box4 .content .right #map img{
    width: 100%;
}

.footer .bottom {
    position: absolute;
    bottom: 40px;
}

.footer .bottom .container {
    display: flex;
    align-items: center;
}

.footer .bottom .container p {
    font-size: 14px;
    color: #303030;
    margin-right: 40px;
}


/* 关于我们 */
.banner1 {
    position: relative;
    width: 100%;
    height: 800px;
}

.banner1 .pic {
    width: 100%;
    height: 100%;
}

.banner1 .pic img {
    width: 100%;
    height: 100%;
}

.banner1 .location {
    position: absolute;
    bottom: 40px;
}
.banner1 .location p,
.banner1 .location p a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page1,.page2,.page3,.page4,.page5,.page6,.page7{
    overflow: hidden;
}
.page1 .box1 {
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #000;
}

.page1 .box1 .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page1 .box1 .left {
    width: 70.93%;
}

.page1 .box1 .left h1.gold_title {
    font-size: 30px;
    color: #c6a962;
    line-height: 1em;
    margin-bottom: 65px;
    margin-top: 40px;
}

.page1 .box1 .left .des p {
    font-size: 14px;
    color: #fff;
    line-height: 2.5em;
    text-align: justify;
}

.page1 .box1 .left .mySwiper_about {
    margin-top: 160px;
}
.page1 .box1 .left .mySwiper_about img{
    width: 100%;
}

.page1 .box1 .right {
    position: relative;
}

.page1 .box1 .right .pic {
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.page1 .box1 .right .block {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
}

.page1 .box2 {
    background: url(../images/page1_box2_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0 80px 0;
    box-sizing: border-box;
    position: relative;
    height: 840px;
}

.page1_title h2 {
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.page1_title p {
    font-size: 16px;
    color: #282828;
}

.page1 .box2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 840px;
    background: url(../images/arc_bg.png) no-repeat center;
}

.page1 .box2 .content {
    overflow: hidden;
    padding-top: 65px;
}

.page1 .box2 .content .mySwiper_des {
    margin-top: -65px;
}

.page1 .box2 .content .mySwiper_des .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page1 .box2 .content .mySwiper_des .des_title h4 {
    font-size: 24px;
    color: #c6a962;
    font-weight: normal;
}

.page1 .box2 .content .mySwiper_des .des_box {
    width: 850px;
    height: 160px;
    border: 1px solid rgb(38, 38, 38);
    background-color: rgba(254, 254, 254, 0.02);
    padding: 40px;
    box-sizing: border-box;
    text-align: justify;
    margin-top: 60px;
}

.page1 .box2 .content .mySwiper_des .des_box .text p {
    font-size: 14px;
    color: #fff;
    line-height: 2.143em;
}

.page1 .box2 .content .mySwiper_des .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.page1 .box2 .content .mySwiper_des .toggle .swiper-button-next,
.page1 .box2 .content .mySwiper_des .toggle .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(198, 169, 98);
    margin-top: 0px;
    margin: 0 10px;
}

.page1 .box2 .content .mySwiper_des .toggle .swiper-button-next.swiper-button-disabled,
.page1 .box2 .content .mySwiper_des .toggle .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page1 .box2 .content .mySwiper_des .toggle .swiper-button-next:after,
.page1 .box2 .content .mySwiper_des .toggle .swiper-button-prev:after {
    font-size: 20px;
}

.page1 .box2 .content .mySwiper_time .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page1 .box2 .content .mySwiper_time .swiper-slide i {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .box2 .content .mySwiper_time .swiper-slide-active i:after {
    content: '';
    min-width: 30px;
    min-height: 30px;
    border: 1px solid rgb(198, 169, 98);
    border-radius: 50%;
}

.page1 .box2 .content .mySwiper_time .swiper-slide {
    font-size: 0;
    padding-top: 142px;
    opacity: 0;
}

.page1 .box2 .content .mySwiper_time .swiper-slide-active {
    padding-top: 0;
    /* text-align: center; */
    justify-content: center;
    opacity: 1;
}

.page1 .box2 .content .mySwiper_time .swiper-slide-prev {
    opacity: 1;
    justify-content: left;
}

.page1 .box2 .content .mySwiper_time .swiper-slide-next {
    /* text-align: right; */
    justify-content: right;
    opacity: 1;
}

.page1 .box2 .content .mySwiper_time {
    overflow: unset;
    width: 33.33%;
    margin: 0 auto;
}

.page1 .box2 .content .mySwiper_time p {
    font-size: 40px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.page1 .box2 .content .mySwiper_time .swiper-slide-active p {
    color: #fff;
}

.page1 .box3 {
    background-color: #000;
    padding: 120px 0;
    box-sizing: border-box;
}

.page1 .box3 .content .text {
    margin: 65px 0 70px 0;
}

.page1 .box3 .content .text p {
    font-size: 14px;
    color: #fff;
    line-height: 2.143em;
}

.page1 .box3 .content .picGroup {
    display: flex;
    justify-content: space-between;
}

.page1 .box3 .content .picGroup .pic {
    width: 830px;
    height: 400px;
    overflow: hidden;
}

.page1 .box3 .content .picGroup .pic img {
    max-width: 100%;
    height: 400px;
}
.page1 .box4{
    padding: 120px 0;
    box-sizing: border-box;
}
.page1 .box4 .content{
    padding: 80px 0 82px 0;
    box-sizing: border-box;
}
.page1 .box4 .content .mySwiper_honor .swiper-slide{
    box-sizing: border-box;
}
.page1 .box4 .content .mySwiper_honor .bg{
    border: 1px solid rgba(254,254,254,.2);
    background-color: rgb(5,5,5);
    height: 594px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.page1 .box4 .content .mySwiper_honor .swiper-slide .pic{
    max-width: 100%;
    max-height: 594px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page1 .box4 .content .mySwiper_honor .swiper-slide .pic img{
    max-width: 100%;
    max-height: 594px;
}
.page1 .box4 .content p{
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}

/* 产品中心 */
.page2 .main {
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #000;
}

.page2 .main .col {
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.page2 .main .col ul {
    display: flex;
    align-items: center;
}

.page2 .main .col ul li {
    margin-right: 80px;
}

.page2 .main .col ul li a {
    font-size: 14.14px;
    color: #8e8e8e;
}

.page2 .main .col ul li:hover a,
.page2 .main .col ul li.active a {
    color: #c6a962;
}

.page2 .main .list {
    padding-bottom: 90px;
}

.page2 .main .list ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.page2 .main .list ul li {
    width: 33.33333%;
    padding: 30px 25px;
    box-sizing: border-box;
}

.page2 .main .list ul li .pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}

.page2 .main .list ul li a .pic::after {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(2);
    transform-origin: center center;
    background-color: rgba(0, 0, 0, .6);
    transition: all 0.6s;
}

.page2 .main .list ul li .pic img {
    max-width: 100%;
    max-height: 300px;
}

.page2 .main .list ul li p {
    font-size: 22px;
    color: #fff;
}

.page2 .main .list ul li a {
    transform: translateY(0);
    transition: all 0.5s;
}

.page2 .main .list ul li a:hover .pic {
    border: 4px solid rgb(198, 169, 98);
    box-sizing: border-box;
}

.page2 .main .list ul li a:hover .pic::after {
    transform: scale(0);
    transition: all 0.6s;
}

.page2 .main .list ul li a:hover {
    transform: translateY(-20px);
    transition: all 0.5s;
}

.yeshu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeshu ul li {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(31, 31, 31);
    margin: 0px 2.5px;
    box-sizing: border-box;
}

.yeshu ul li:first-child,
.yeshu ul li:last-child {
    margin: 0px 7.5px;
}

.yeshu ul li:first-child a,
.yeshu ul li:last-child a,
.yeshu ul li:first-child span,
.yeshu ul li:last-child span{
    color: #1f1f1f;
}

.yeshu ul li a,
.yeshu ul li span {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeshu ul li:hover,
.yeshu ul li.active {
    background-color: rgb(198, 169, 98);
    border: none;
}

footer {
    background-color: #000;
    border-top: 1px solid rgb(31, 31, 31);
}

footer .container {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
}

footer p {
    font-size: 14px;
    color: #303030;
}

footer p:nth-child(1) {
    margin-right: 40px;
}

footer p:nth-child(2) {
    margin-right: 105px;
}

/* 产品详情 */
.page3,
.page4,
.page5,
.page6,
.page7 {
    background-color: #000;
}

.page3 .top {
    padding: 120px 0 190px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.page3 .top .left{
    width: 820px;
}
.page3 .top .left .mySwiper_big {
    width: 100%;
    height: 460px;
    background-color: #fff;
}

.page3 .top .left .mySwiper_big img {
    max-width: 100%;
    height: 460px;
}

.page3 .top .left .swiper-button-next,
.page3 .top .left .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: rgb(198, 169, 98);
}

.page3 .top .left .swiper-button-next.swiper-button-disabled,
.page3 .top .left .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page3 .top .left .swiper-button-next:after,
.page3 .top .left .swiper-button-prev:after {
    font-size: 22px;
}

.page3 .top .left .mini {
    display: flex;
    align-items: center;
    padding-top: 40px;
    width: 820px;
}

.page3 .top .left .mySwiper_mini {
    height: 112px;
    margin: 0 40px;
    width: 87.8%;
}

.page3 .top .left .mySwiper_mini .swiper-slide {
    width: 200px;
    overflow: hidden;
}

.page3 .top .left .mySwiper_mini .swiper-slide-thumb-active {
    border: 2px solid rgb(198, 169, 98);
    box-sizing: border-box;
    overflow: hidden;
}

.page3 .top .left .mySwiper_mini img {
    max-width: 100%;
    height: 112px;
}

.page3 .top .right {
    width: 780px;
}

.page3 .top .right .title {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    margin-bottom: 30px;
}

.page3 .top .right .title::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background-color: rgb(198, 169, 98);
    margin-right: 20px;
}

.page3 .top .right .title p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.page3 .top .right ul li {
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(23, 23, 23);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page3 .top .right ul li .pro_title {
    width: 13.076%;
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.page3 .top .right ul li .pro_title::before {
    content: "";
    display: block;
    min-width: 10px;
    min-height: 10px;
    background-color: rgb(198, 169, 98);
    margin-right: 20px;
}

.page3 .top .right ul li .pro_title h5 {
    font-size: 18px;
    color: #fff;
}
.page3 .top .right ul li .des{
    width: 70%;
}
.page3 .top .right ul li .des p {
    font-size: 18px;
    color: #fff;
}

.page3 .top .right .button {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.page3 .top .right .button a {
    width: 160px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.page3 .top .right .button a.consult {
    background-color: rgb(198, 169, 98);
    color: #fff;
    margin-right: 30px;
}

.page3 .top .right .button a.return {
    background-color: rgb(39, 39, 39);
    color: #626262;
}

.page3 .bottom .title {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, .08);
    display: flex;
}

.page3 .bottom .title::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background-color: rgb(198, 169, 98);
    margin-right: 20px;
}

.page3 .bottom .title p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.page3 .bottom .content {
    padding: 80px 0;
    box-sizing: border-box;
}

.page3 .bottom .content img {
    max-width: 100%;
    width: 100%;
}

/* 酒店甄选 */
.page4 .box1,
.page4 .box2,
.page4 .box3 {
    padding-top: 120px;
}

.page4 .box1 .content_text {
    margin-top: 70px;
}

.page4 .box1 .content_text p {
    font-size: 14px;
    color: #fffdfd;
    line-height: 2.143em;
}

.page4 .box1 .content_pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.page4 .box1 .content_pic .pic {
    width: 48.837%;
}

.page4 .box1 .content_pic img {
    width: 100%;
}

.page4 .box2 .content .mySwiper_case {
    padding: 100px 0 0 0;
    box-sizing: border-box;
}

.page4 .box2 .content .mySwiper_case .swiper-slide {
    width: 600px;
    margin-right: 60px;
}

.page4 .box2 .content .mySwiper_case p {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
}

.page4 .box2 .content .mySwiper_case .pic {
    width: 100%;
    height: 320px;
}

.page4 .box2 .content .mySwiper_case .pic img {
    max-width: 100%;
    height: 320px;
}

.page4 .box2 .content .mySwiper_case .block {
    position: absolute;
    top: -40px;
    right: -40px;
}

.page4 .box2 .content .mySwiper_case .toggle,
.page5 .top .mySwiper_comNews .toggle {
    display: flex;
    align-items: center;
    margin-top: 85px;
}

.page4 .box2 .content .mySwiper_case .toggle .swiper-button-next,
.page4 .box2 .content .mySwiper_case .toggle .swiper-button-prev,
.page5 .top .mySwiper_comNews .toggle .swiper-button-next,
.page5 .top .mySwiper_comNews .toggle .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: rgb(198, 169, 98);
    border-radius: 50%;
    margin-right: 10px;
}

.page4 .box2 .content .mySwiper_case .toggle .swiper-button-next:after,
.page4 .box2 .content .mySwiper_case .toggle .swiper-button-prev:after,
.page5 .top .mySwiper_comNews .toggle .swiper-button-next:after,
.page5 .top .mySwiper_comNews .toggle .swiper-button-prev:after {
    font-size: 16px;
}

.page4 .box2 .content .mySwiper_case .toggle .swiper-button-next.swiper-button-disabled,
.page4 .box2 .content .mySwiper_case .toggle .swiper-button-prev.swiper-button-disabled,
.page5 .top .mySwiper_comNews .toggle .swiper-button-next.swiper-button-disabled,
.page5 .top .mySwiper_comNews .toggle .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page4 .box3 .content {
    padding: 80px 0 60px 0;
}

.page4 .box3>p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .box3 .content ul {
    display: flex;
}
.page4 .box3 .content ul.pic2{
    display: none;
}

.page4 .box3 .content ul li {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 637px;
    flex: 1;
    cursor: pointer;
    transition: flex 0.7s ease;
}
.page4 .box3 .content ul.pic2 li{
    position: relative;
    height: 637px;
    cursor: pointer;
    transition: all 0.7s ease;
}

.page4 .box3 .content ul li::before,
.page4 .box3 .content ul.pic2 li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}
.page4 .box3 .content ul li.active::before,
.page4 .box3 .content ul.pic2 li.active::before{
    background-color: rgba(0, 0, 0, .4);
}
.page4 .box3 .content ul.pic2 li .pic{
    width: 100%;
}
.page4 .box3 .content ul.pic2 li .pic img{
    width: 100%;
}
.page4 .box3 .content ul li .text,
.page4 .box3 .content ul.pic2 li .text{
    padding: 60px 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}
.page4 .box3 .content ul li .text h5,
.page4 .box3 .content ul.pic2 li .text h5 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出用省略号*/
    white-space: nowrap;
    transition: all 0.5s;
}

.page4 .box3 .content ul li .text p,
.page4 .box3 .content ul.pic2 li .text p{
    font-size: 14px;
    color: #dcdcdc;
    display: none;
    transition: all 0.5s;
}

.page4 .box3 .content ul li .text span,
.page4 .box3 .content ul.pic2 li .text span{
    width: 30px;
    height: 2px;
    display: block;
    background-color: rgb(198, 169, 98);
    transition: all 0.5s;
}

.page4 .box3 .content ul li.active {
    flex: 2;
}

.page4 .box3 .content ul li.active .text {
    background-color: rgba(198, 169, 98, .8);
}

.page4 .box3 .content ul li.active .text h5 {
    overflow: visible;
}

.page4 .box3 .content ul li.active .text p {
    display: block;
}

.page4 .box3 .content ul li.active .text span {
    display: none;
}

.page4 .box4 {
    padding-top: 120px;
    padding-bottom: 134px;
}

.page4 .box4 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}
.page4 .box5{
    padding-top: 120px;
}
.page4 .box5 .content{
    padding: 80px 0 0 0;
    box-sizing: border-box;
}
.page4 .box5 .content ul{
    margin: 0 -40px;
    display: flex;
    flex-wrap: wrap;
}
.page4 .box5 .content ul li{
    padding: 0 40px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 80px;
}
.page4 .box5 .content ul li .box{
    position: relative;
}
.page4 .box5 .content ul li .box .pic{
    overflow: hidden;
}
.page4 .box5 .content ul li .box .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page4 .box5 .content ul li:hover .box .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page4 .box5 .content ul li .box .text{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page4 .box5 .content ul li .box .text p{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
#hotelProductMore a{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* 新闻列表 */
.page5 {
    padding: 120px 0;
}

.page5 .top .mySwiper_comNews {
    /*height: 574px;*/
    border: 1px solid rgb(38, 38, 38);
    box-sizing: border-box;
}

.page5 .top .mySwiper_comNews .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .top .mySwiper_comNews .swiper-slide .left,
.page5 .top .mySwiper_comNews .swiper-slide .right {
    width: 50%;
    /*height: 574px;*/
}

.page5 .top .mySwiper_comNews .swiper-slide .left .pic {
    width: 100%;
    /*height: 100%;*/
}

.page5 .top .mySwiper_comNews .swiper-slide .left .pic img {
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}

.page5 .top .mySwiper_comNews .swiper-slide .right {
    /*padding: 105px 80px;*/
    margin-top: -50px;
    padding: 20px 80px;
    box-sizing: border-box;
    background-color: rgba(254, 254, 254, 0.02);
}

.page5 .top .mySwiper_comNews .swiper-slide .right span.time {
    font-size: 14px;
    color: #333;
}

.page5 .top .mySwiper_comNews .swiper-slide .right h3.news_title {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 2.08em;
    margin: 20px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page5 .top .mySwiper_comNews .swiper-slide .right .text {
    margin-bottom: 50px;
}

.page5 .top .mySwiper_comNews .swiper-slide .right .text p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 2.143em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page5 .top .mySwiper_comNews .toggle {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 54.65%;
    z-index: 10;
    width: 110px;
}

.page5 .list ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px -20px 90px;
}

.page5 .list ul li {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 25%;
}

/* 新闻详情 */
.page6 .return {
    padding: 40px 0 80px 0;
}

.page6 .return a {
    font-size: 14px;
    color: #626262;
    width: 160px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(39, 39, 39);
    transition:all 0.3s;
}
.page6 .return a:hover{
    background-color: #c6a962;
    color: #efefef;
}

.page6 .news .title {
    border-bottom: 1px solid rgb(16, 16, 16);
}

.page6 .news .title h2 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.page6 .news .title p {
    font-size: 16px;
    color: #626262;
    text-align: center;
    padding-bottom: 40px;
}

.page6 .news .content {
    padding: 40px 0;
    box-sizing: border-box;
}

.page6 .news .content p {
    font-size: 14px;
    color: #fff;
    line-height: 2.143em;
}

.page6 .news .content img {
    max-width: 100%;
}

.page6 .news .flip_page p {
    font-size: 14px;
    color: #626262;
    line-height: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page6 .news .flip_page p a{
    color: #626262;
    display: contents;
    font-size: 14px;
}

.page6 .recommend-product {
    padding: 220px 0 120px 0;
    box-sizing: border-box;
}

.page6 .recommend-product .title h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    line-height: 1.1em;
    padding-bottom: 10px;
}

.page6 .recommend-product .title p {
    font-size: 16px;
    color: #282828;
}

.page6 .recommend-product .mySwiper_recom {
    padding-top: 80px;
}

.page6 .recommend-product .content .pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}

.page6 .recommend-product .content .pic::after {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(2);
    transform-origin: center center;
    background-color: rgba(0, 0, 0, .6);
    transition: all 0.5s;
}

.page6 .recommend-product .content .pic img {
    max-width: 100%;
    max-height: 300px;
}

.page6 .recommend-product .content p {
    font-size: 22px;
    color: #fff;
}

.page6 .recommend-product .content .swiper-slide {
    transform: translateY(0);
    transition: all 0.5s;
}

.page6 .recommend-product .content .swiper-slide:hover .pic {
    border: 4px solid rgb(198, 169, 98);
    box-sizing: border-box;
}

.page6 .recommend-product .content .swiper-slide:hover .pic::after {
    transform: scale(0);
    transition: all 0.5s;
}

.page6 .recommend-product .content .swiper-slide:hover {
    transform: translateY(-20px);
    transition: all 0.5s;
}

.page6 .recommend-product .content .mySwiper_recom .toggle {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-next,
.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: rgb(198, 169, 98);
    border-radius: 50%;
    margin-right: 20px;
}

.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-next:after,
.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-prev:after {
    font-size: 16px;
}

.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-next.swiper-button-disabled,
.page6 .recommend-product .content .mySwiper_recom .toggle .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
/* 联系我们 */
.page7{
    padding: 120px 0;
}
.page7 .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page7 .top .block{
    position: absolute;
    right: -34px;
}
.page7 .top .left{
    width: 600px;
}
.page7 .top .left .tel{
    border-bottom: 1px solid rgb(31,31,31);
}
.page7 .top .left .tel .tel_title{
    display: flex;
}
.page7 .top .left .tel .tel_title p{
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}
.page7 .top .left .tel .tel_number h1{
    font-size: 60px;
    color: #c6a962;
}
.page7 .top .left .title{
    padding: 30px 0 40px 0;
}
.page7 .top .left .title h2{
    font-size: 30px;
    color: #fff;
}
.page7 .top .left .title h3{
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}
.page7 .top .left .text p{
    font-size: 14px;
    color:#8e8e8e;
}
.page7 .top .left .code{
    width: 140px;
    height: 140px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 40px;
}
.page7 .top .left .code img{
    width: 100%;
}
.page7 .top .right{
    width: 50%;
}
.page7 .top .right .pic{
    width: 100%;
    height: 600px;
}
.page7 .top .right .pic img{
    width: 100%;
    height: 100%;
}
.page7 .bottom{
    margin-top: 130px;
}
.page7 .bottom form{
    margin-top: 60px;
}
.page7 .bottom form .inputGroup{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page7 .bottom form .inputGroup input{
    width: 31.395%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #8e8e8e;
    border-bottom: 1px solid rgb(30,30,30);
    background-color: transparent;
}
.page7 .bottom form textarea{
    font-size: 14px;
    color: #8e8e8e;
    font-family: "微软雅黑";
    width: 100%;
    height: 120px;
    display: block;
    margin-top: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(30,30,30);
    background-color: transparent;
}
.page7 .bottom form #map{
    margin: 60px 0 80px;
    width: 574px;
    height: 247px;
    overflow: hidden;
}
.page7 .bottom form .submit{
    width: 160px;
    height: 45px;
    border-radius: 22.5px;
    background-color: rgb(198,169,98);
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
.page7 .bottom form .submit:hover{
    background-color: rgba(198,169,98,.5);
    color: rgba(255,255,255,.5);
}
.version2{
    display: none;
}
.banner header .nav_icon{
    display: none;
}
.search-app{
    display: none;
}
.toggle-button {
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhezhao{
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
}
.search-box {
    display: none;
    position: relative;
    width: 94.7%;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.search-box input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 55px 0 20px;
    background-color: rgba(255,255,255,.2);
    color: #efefef;
}

        .searchIcon{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgb(238,216,171);
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 3;
        }