
.swiper-wrapper{
    transition-delay:.3s;
}
.item-one {
    width: 100%;
    height: 100vh;
    background:#000;
}


.item-two {}
.item-three {
    height: 100%;
    position: relative;

}
.item-three .photo {
    position:relative;
    height:100%;
    overflow: hidden;
}
.item-three .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.9;
    transform: scale(1);
    transition: all 1s;

}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.2);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .word {
    display: flex;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.item-three .word .container {
    position:relative;
}
.item-three .word .word-item {
    position: absolute;

}

.item-three .word .word-item.wrod-center {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0);
    z-index: 9999999;
    color: #fff;
    width: 100%;
    padding: 5%;
    text-align: center;
}

.item-three .word .word-item.wrod-center h3 {
    font-size: 48px;
    color:#fff;
    font-weight: bold;
    line-height: 1.6;
    transform: translateY(200px);
    opacity: 0;
    transition: all .4s;
}
.item-three .word .word-item.wrod-center h3 span {
    color:#d8bd78;
}
.item-three .word .word-item.wrod-center h4 {
    margin:30px 0 0 0;
    font-size: 18px;
    color:#fff;
    transform: translateY(200px);
    opacity: 0;
    transition: all .4s;
}
.item-three .word .word-item.wrod-center a {
    display: block;
    width: 200px;
    height: 50px;
    overflow: hidden;
    margin: 5% auto;
    line-height: 50px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding: 0 0 0 0px;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 10px 6px 0 rgb(196 148 105 / 5%);
    transition: all 0.5s;
    transform: translateY(200px);
    opacity: 0;
}
.item-three .word .word-item.wrod-center a:hover {
    color:#fff;
    background:#d8bd78;
    border: 1px solid #d8bd78;
}


/*swiper动画特效*/
.home-banner .photo img {
    position: relative;
}
.ani-slide.item-three .photo img {
    transform: scale(1.05);
    opacity:1;
    
}
.ani-slide.item-three .photo:after {
    opacity:1;
} 
.ani-slide.item-three .word .word-item h3,
.ani-slide.item-three .word .word-item h4,
.ani-slide.item-three .word .word-item h5,
.ani-slide.item-three .word .word-item a
{
    transform:translateY(0);
    opacity:1;
}
/*swiper动画特效*/

.item-one .swiper-pagination {
    right: 30px !important;
}
.item-one .swiper-pagination-bullet {
    margin: 10px 0 !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.item-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}



@media screen and (max-width:1024px){
.item-one {
    width: 100%;
    height: 100vh;
    background:#000;
}
.item-two {}
.item-three {
    height: 100%;
    position: relative;

}
.item-three .photo {
    position:relative;
    height:100%;
}
.item-three .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.9;
    transform: scale(1);
    transition: all 1s;

}
.item-three .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    opacity:0;
    z-index: 1;
    transition: all 1s;
}

.item-three .word {
    display: flex;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.item-three .word .container {
    position:relative;
}
.item-three .word .word-item {
    position: absolute;
    left: 0;
    bottom: 100px;
}
.item-three .word .word-item.wrod-center h3 {
    font-size: 20px;
    color:#fff;
    margin:20px 0 20px 0;
    transition:all .8s;
}

.item-three .word .word-item.wrod-center h4 {
    font-size: 16px;
    color:#fff;
    line-height: 1.8;
    margin:10px 0 0 0;
    transition:all 1s;
}
.item-three .word .word-item.wrod-center a {
    display:block;
    width:160px;
    height:40px;
    border-radius: 5px;
    margin:30px auto;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    transition:all 1.2s;
}
}



/*22年专注定制*/
.wrod-center  .tag {
    margin-top:5%;
}
.wrod-center  .tag ul {
    overflow:hidden;
}
.wrod-center  .tag ul li {
    float:left;
    width:20%;
}
.wrod-center  .tag ul li h3 {
    font-size: 48px;
    color: #d8bd78;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top,#d8bd78,#eac9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s ease;
}
.wrod-center  .tag ul li p {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width:1024px) {
.wrod-center  .tag {
    margin-top: 10%;
}
.wrod-center  .tag ul {
    overflow:hidden;
}
.wrod-center  .tag ul li {
    width:50%;
    padding:2% 5%;
}
.item-three .word .word-item.wrod-center  .tag ul li h3 {
    margin: 0px 0 0px 0;
    font-size: 20px;
}
.wrod-center  .tag ul li p {
    font-size: 14px;
    padding-top: 5px;
}
}
/*22年专注定制*/

/*banner图*/
.item-banner {}
.item-banner .item-three {}
.item-banner .item-three .photo {}
.item-banner .item-three .photo ul {
    z-index: 2;
}
.item-banner .item-three .photo ul li {
     overflow: hidden;
}
.item-banner .item-three .photo ul li a {
    display: block;
    width: 100%;
}
.item-banner .item-three .photo ul li .banner{
    position: relative;
    z-index: 999;
    height: 100%;
}
.item-banner .item-three .photo ul li .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-banner .item-three .photo ul li #video{
    position: relative;
    z-index: 99;
}
.banner .fix-word {
	position: absolute;
    z-index: 999999999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
	background: rgba(0,0,0,0);
}

.banner .fix-word .p1 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;

}
.banner .fix-word .p2 {
    font-size: 14px;
    color: #fff;
    font-family: "Futura-Medium";
	padding:30px 0;
}
.banner .fix-word .p3 {
    margin-top: 5%;
}
.banner .fix-word .p3 img {
	width: 40px !important;
}
.banner .fix-word .p4 {
    font-size: 14px;
    color: #fff;
	padding:2% 0 0 0;
}

.second-one .pagination-one {
    position: absolute;
    left:5% !important;
    bottom:5% !important;
    z-index: 9;
}
.second-one .pagination-one .swiper-pagination-bullet {
    margin: 10px 10px !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.second-one .pagination-one .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.second-one .pagination-one .swiper-pagination-bullet-active {
    border: 1px solid #d8bd78;
}
.second-one .pagination-one .swiper-pagination-bullet-active:after {
    background: #d8bd78;
}
  
/*banner图*/



.top-tab {
    position: relative;
    height: 100%;
}
.top-tab ul {
    position: relative;
    height: 100%;
}
.top-tab ul li {
    position: relative;
    height: 100%;
    overflow:hidden;
}
.top-tab ul li .photo {}
.top-tab ul li .photo img {}
.top-tab ul li .word {}

.bottom-tab {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    bottom: 60px;
}
.bottom-tab ul {
    width:100%;
    max-width: 800px;
    margin:0 auto;
    background: rgba(255,255,255,0.65);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow:hidden;
}
.bottom-tab ul li {
    float: left;
    width: 33.33%;
    height:90px;
    line-height:90px;
    vertical-align: middle;
    text-align: center;
}

.bottom-tab ul li span {
    padding:0 5px;
    font-size: 20px;
    color:#000;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}
.bottom-tab ul li.active {
    background-image: -webkit-linear-gradient(top,#d8bd78,#d8bd78);
    border-radius: 6px;
    box-shadow: 0 10px 6px 0 rgb(216 189 120 / 10%);
    color: #fff;
}
.bottom-tab ul li.active span {
    color: #fff;
}
@media screen and (max-width:1024px){
.bottom-tab ul {
    width:90%;
    max-width: 800px;
}
.bottom-tab ul li {;
    height:60px;
    line-height:60px;
}
.bottom-tab ul li span {
    font-size: 16px;
}
}



/*首页招商加盟*/
.item-three .word .word-item.word-apply {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    z-index: 8;
    color: #fff;
    width: 100%;
    padding:2% 5%;
}
.item-three .word .word-item.word-apply .title {
    text-align: center;
    margin:0 0 2% 0;
}
.item-three .word .word-item.word-apply .title h3 {
    font-size: 48px;
    color:#fff;
    font-weight: bold;
    line-height: 1.6;
    transition: all .4s;
}
.item-three .word .word-item.word-apply .title h3 span {
    color:#d8bd78;
}
.item-three .word .word-item.word-apply .title h4 {
    margin:30px 0 0 0;
    font-size: 18px;
    color:#fff;
    transition: all .4s;
}

.item-three .word .word-item.word-apply .con {
    *max-width: 800px;
    margin:0 auto;
}
.item-three .word .word-item.word-apply .con input, 
.item-three .word .word-item.word-apply .con select,
.item-three .word .word-item.word-apply .con .sr-city{
    float: left;
    width: 23%;
    height: 44px;
    line-height: 44px;
    margin:1% 2% 0 0;
    padding: 11px 10px 11px 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}
.item-three .word .word-item.word-apply .con .bottom {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    font-size: 15px;
    color: #fff;
    font-family: "Medel";
    width: 98%;
    height: 44px;
    line-height: 44px;
    margin: 30px 0 0 0;
    background: #d8bd78;
    border: 1px solid rgba(216,189,120,0.6);
    z-index: 0;
    transition: all 0.6s;
    cursor: pointer;
}

/*首页招商加盟*/

@media screen and (max-width:1024px){
.item-three .word .word-item.word-apply .con input, 
.item-three .word .word-item.word-apply .con select,
.item-three .word .word-item.word-apply .con .sr-city{
    width: 48%;
}

.item-three .word .word-item.word-apply .title {
    text-align: center;
    margin:0 0 10% 0;
}
.item-three .word .word-item.word-apply .title h3 {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    line-height: 1.6;
    transition: all .4s;
}
.item-three .word .word-item.word-apply .title h3 span {
    color:#d8bd78;
}
.item-three .word .word-item.word-apply .title h4 {
    margin:30px 0 0 0;
    font-size: 16px;
    color:#fff;
    transition: all .4s;
}
}


.item-three .word .word-item.word-apply .news-item {
    overflow-x:hidden;
    padding:5% 0 0 0;
}
.item-three .word .word-item.word-apply .news-item ul li{
    float: left;
    width: 33%;
    padding:0 1%;
}
.item-three .word .word-item.word-apply .news-item ul li a {
    display: block;
    padding:5%;
    overflow: hidden;
}
.item-three .word .word-item.word-apply .news-item ul li .box {
    *background:#fff;
    border: 1px solid rgba(222,222,222,0.2);
    *box-shadow: 0 10px 10px rgb(153 153 153 / 8%);
}
.item-three .word .word-item.word-apply .news-item .photo {
    float: right;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.item-three .word .word-item.word-apply .news-item .photo .photo-news {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.item-three .word .word-item.word-apply .news-item .photo .photo-news img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.item-three .word .word-item.word-apply .news-item li:hover .photo .photo-news img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.item-three .word .word-item.word-apply .news-item .word-news {
    float: left;
    width: 100%;
}
.item-three .word .word-item.word-apply .news-item .word-news time {
    font-size: 14px;
    color: #fff;
}
.item-three .word .word-item.word-apply .news-item li:hover .word-news time {
    color:#d8bd78;
}
.item-three .word .word-item.word-apply .news-item .word-news h3 {
    font-size: 16px;
    color:#fff;
    font-weight: bold;
    height:60px;
    line-height: 1.6;
    padding:10px 0 10px 0;
}
.item-three .word .word-item.word-apply .news-item li:hover .word-news h3 {
}
.item-three .word .word-item.word-apply .news-item .word-news p {
    padding:5px 0 0 0;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width:1024px){
.item-three .word .word-item.word-apply {
    top: 10%;
}
.item-three .word .word-item.word-apply .news-item {
    overflow-x:hidden;
    padding:5% 0 0 0;
}
.item-three .word .word-item.word-apply .news-item ul li{
    width: 100%;
    margin: 1% 0;
    padding:0 1%;
}
.item-three .word .word-item.word-apply .news-item ul li a {
    display: block;
    padding:5%;
    overflow: hidden;
}
.item-three .word .word-item.word-apply .news-item ul li .box {
    *background:#fff;
    border: 1px solid rgba(222,222,222,0.2);
    *box-shadow: 0 10px 10px rgb(153 153 153 / 8%);
}
.item-three .word .word-item.word-apply .news-item .photo {
    display: none;
    float: right;
    width: 36%;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
}
.item-three .word .word-item.word-apply .news-item .photo .photo-news {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.item-three .word .word-item.word-apply .news-item .photo .photo-news img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.item-three .word .word-item.word-apply .news-item li:hover .photo .photo-news img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.item-three .word .word-item.word-apply .news-item .word-news {
    width: 100%;
}
.item-three .word .word-item.word-apply .news-item .word-news time {
    display: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Futura-Medium';
}
.item-three .word .word-item.word-apply .news-item .word-news h3 {
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    height:60px;
    line-height: 1.6;
    padding:10px 0 10px 0;
}
.item-three .word .word-item.word-apply .news-item li:hover .word-news h3 {
    color:#d8bd78;
}
}

/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 0px !important;
}
.right-fixed {
    display: none;
}
@media screen and (max-width: 1024px){
.right-fixed {
    opacity: 0;
    display: none!important;
}
}


/*首页尾部*/
.item-three-footer {
    padding:10% 0;
    background: #293752;
}
.footer.home-footer {
}

@media screen and (max-width:1024px){
.item-three-footer {
    padding:20% 0;
}
.footer.home-footer {
}
}
/*首页尾部*/

.home-banner {
    position:relative;
}
.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) center no-repeat;
    left: 5%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:5%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}