@charset "utf-8";

a,abbr,acronym,address,article,aside,audio,b,big,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0
}

html,body {
    height: 100%;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0 none;
    vertical-align: top
}

img,picture,video,canvas,svg {
    display: block;
    max-width: 100%
}

address,em,i {
    font-style: normal
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

form,fieldset {
    border: 0 none
}

input,select {
    vertical-align: middle
}

a {
    text-decoration: none;
    color: inherit
}

button,input {
    border-radius: 0;
    border: 0;
    cursor: pointer
}

button {
    background: none
}

textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0);
    border: 0;
    word-break: keep-all;
    word-wrap: break-word
}

iframe {
    display: block
}

.content_totalwrap {
    top: 0;
    -webkit-transform-origin: top;
    transform-origin: top
}

.content_wrap {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden
}

.imgbg_wrap {
    position: relative;
    width: 100%
}

.imgbg_wrap img {
    width: 100%
}

.slide_bg {
    width: 100%
}

.swiper-slide {
    width: 100% !important
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.slide_bg img,.swiper-slide img {
    width: 100%
}

.slidearea {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100% */
}

.slidearea .swipeparallax .swiper-slide {
    overflow: hidden
}

.swipecarousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.swiper-absolute {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%
}

.swiper-container {
    overflow: visible
}

.swiper-button-prev {
    background-image: url("../img/arrow_left.png");
    background-size: contain;
    left: 50% !important;
    margin-left: -370px;
}

.swiper-button-next {
    background-image: url("../img/arrow_right.png");
    background-size: contain;
    left: 50% !important;
    margin-left: 350px;
}

.swiper-button-next,.swiper-button-prev {
    width: 20px;
    height: 40px
}

.swiper-button-next:after,.swiper-button-prev:after {
    display: none
}

.swiper-pagination {
    width: 100%;
    bottom: 0
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    margin: 0 1.4% 2.8409%;
    background: rgba(0,0,0,0) !important;
    opacity: 1 !important;
    border: solid 2px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination-bullet-active {
    background: #fff !important
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 45px
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.slidearea_ab {
    position: absolute
}

.swiper_puton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}