/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container {
    position:relative;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next, .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
    position:absolute;
    width:81px;
    height:82px;
    background:rgba(0, 0, 0, 0.2);
    top:50%;
    z-index:9999;
    transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%); /* for Chrome || Safari */
    -moz-transform:translate(0, -50%); /* for Firefox */
    -ms-transform:translate(0, -50%); /* for IE */
    -o-transform:translate(0, -50%); /* for Opera */
    transition:all .3s
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover, .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover {
    background:rgba(0, 0, 0, 0.4);
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next {
    left:0;
    cursor:pointer;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
    right:0;
    cursor:pointer;
    transform:rotate(180deg);
    margin-top:-41px;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before {
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    font-size:30px;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%); /* for Chrome || Safari */
    -moz-transform:translate(-50%, -50%); /* for Firefox */
    -ms-transform:translate(-50%, -50%); /* for IE */
    -o-transform:translate(-50%, -50%);
    /* background: url("/images/pres.png") no-repeat center;
background-size: 100%;
width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video {
    min-height:32px;
    width:100%;
    height:auto;
    display:block;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%); /* for Chrome || Safari */
    -moz-transform:translate(-50%, -50%); /* for Firefox */
    -ms-transform:translate(-50%, -50%); /* for IE */
    -o-transform:translate(-50%, -50%);
    color:#fff;
    font-size:30px;
    /* background: url("/images/nexts.png") no-repeat center;
background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}

/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet {
    width:16px;
    height:16px;
    border-radius:8px;
    border:0;
    background:rgba(0, 0, 0, 0);
    position:relative;
    opacity:1;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before {
    content:"";
    width:8px;
    height:8px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%); /* for Chrome || Safari */
    -moz-transform:translate(-50%, -50%); /* for Firefox */
    -ms-transform:translate(-50%, -50%); /* for IE */
    -o-transform:translate(-50%, -50%);
}

.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active {
    background:rgba(0, 0, 0, 0.21);
}

/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {
    position:absolute;
    left:0;
    text-align:center;
    bottom:5px;
    width:100%;
}

.forie .swiper-pagination-switch {
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:8px;
    border:0;
    background:rgba(0, 0, 0, 0);
    position:relative;
    opacity:1;
    margin:0 5px;
}

.forie .swiper-pagination-switch:before {
    content:"";
    width:8px;
    height:8px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
}

.forie .swiper-active-switch {
    background:rgba(0, 0, 0, 0.21);
}

@media only screen and (max-width:767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next, .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
        display:none
    }
}

/* @media only screen and (max-width: 480px) {
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg {
    width:100%;
}

.module_598317208 .ModuleHead .HeadCenter {
    float:none;
}

#module_598317208 {
    padding:0px;
}

#module_598317208 {
    position:static;
    z-index:0;
    width:100%;
    height:auto;
}

#module_598317208 .ModuleHead598317208 {
    display:none;
}

#module_598317208 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before {
    background-color:#fff;
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
    height:82px;
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
    width:81px;
}

#module_598317208 .swiper-slideshow-1-next:before, #module_598317208 .swiper-slideshow-1-prev:before {
    color:#fff;
}

#module_598317208 .swiper-slideshow-1-next:before, #module_598317208 .swiper-slideshow-1-prev:before {
    font-size:30px;
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
    background-color:rgba(0, 0, 0, 0.2);
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
    background-repeat:no-repeat;
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
}

#module_598317208 .swiper-slideshow-1-next, #module_598317208 .swiper-slideshow-1-prev {
}

#module_598317208 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color:rgba(0, 0, 0, 0.21);
}

#module_598317208 .swiper-slideshow-1-next:hover:before, #module_598317208 .swiper-slideshow-1-prev:hover:before {
    color:#fff;
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev:hover {
    background-color:rgba(0, 0, 0, 0.4);
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev:hover {
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev:hover {
    background-repeat:no-repeat;
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev {
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev:hover {
}

#module_598317208 .swiper-slideshow-1-next:hover, #module_598317208 .swiper-slideshow-1-prev:hover {
}

#module_598317208 .SubContainer {
}
