@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDPAGE_BASE_PAT02 */
/* load db RWDbanner008 */
.RWDbanner008 img {
  width: auto;
  max-height: 100%;
  max-width: initial;
}
.RWDbanner008 .slider-contain {
  position: relative;
  width: 100%;
}
.RWDbanner008 .slider {
  position: relative;
  width: auto;
  height: 400px;
}
.RWDbanner008__mask {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .RWDbanner008__mask {
    display: block;
  }
  .slider:hover .RWDbanner008__mask {
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .RWDbanner008 .slider {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .RWDbanner008 .slider {
    height: 150px;
  }
}
/*END*/
/* load db RWDeffect02 */
.webtech_edit_mode .RWDeffect02 {display: none;}
/*END*/
/* load db scrollTop002 */
@font-face {
    font-family: 'iicon';
    src: url('/public/css/iicon/fonts/iicon.eot?mpc8e8');
    src: url('/public/css/iicon/fonts/iicon.eot?mpc8e8#iefix') format('embedded-opentype'),
        url('/public/css/iicon/fonts/iicon.ttf?mpc8e8') format('truetype'),
        url('/public/css/iicon/fonts/iicon.woff?mpc8e8') format('woff'),
        url('/public/css/iicon/fonts/iicon.svg?mpc8e8#iicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="ii-"],
[class*=" ii-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iicon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.scrollTop002 .ii-arrow_b3:before {
  content: "\e94d";
}
.scrollTop002{
	transition: bottom 0.5s ease 0s;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;
	cursor:pointer;
	/*z-index: 75;*/
	z-index: 21;
}
.scrollTop002 .ii{
    font-size: 30px;
    display: inline-block;
    background: #bbb;
    color: #fff;
    border-radius: 100%;
    margin: 0 auto;
    transform:rotate(180deg);
}
.scrollTop002 .txt{
    display: block;
}
/*END*/
/* load file model/lib/RWDvideo006/css/model.css */
.RWDvideo006{width:100%}.RWDvideo006__wrapper{width:100%;overflow:hidden;position:relative}.RWDvideo006__pic{position:absolute;width:100%;height:100%;left:0;top:0;z-index:10;background-color:#eee}.RWDvideo006__pic__img{object-fit:cover;width:100%;height:100%;display:block}.RWDvideo006__video{width:100%;height:100vh;position:relative;z-index:20;pointer-events:none;user-select:none}.RWDvideo006__video iframe{position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%, -50%)}@media(min-aspect-ratio: 16/9){.RWDvideo006__video iframe{height:56.25vw}}@media(max-aspect-ratio: 16/9){.RWDvideo006__video iframe{width:177.78vh}}.RWDvideo006__editor{position:absolute;top:80px;left:80px;z-index:30;color:#fff}.RWDvideo006__scrolldown{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:50px;width:50px;font-size:22px;color:#fff;background:rgba(0,0,0,0);outline:none;border:0;z-index:30}
/*END*/
/* load file model/lib/RWDbanner014/css/model.css */
@charset "UTF-8";

.ii-arrow1:before {
    content: "\e900";
}

.RWDbanner014 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 950px; */
    line-height: 1.5;
}

.model__head.isRWDbanner014{
    margin: 0 0 50px;
    text-align: center;
}
.model__head__imgbox.isRWDbanner014{
    margin: 0 0 30px;
}
.model__head__img.isRWDbanner014{
    max-height: 60px;
}
.model__head__h1.isRWDbanner014{
    margin: 0 0 15px;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 1.5;
    font-weight: bold;
}
.model__head__h2.isRWDbanner014{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.RWDbanner014 .main_pic_box {
    position: relative;
}
/* .RWDbanner014 .main_pic_box.black{
    background-color: black;
} */

.RWDbanner014 .RWDbanner014-main-container {
    position: relative;
}

.RWDbanner014 .main_pic_box .swiper-slide {
    position: relative;
    display: block;
    /* height: 950px; */
    padding: 50px 0;
}

.RWDbanner014 .main_pic_box .swiper-slide .box {
    position: relative;
    display: block;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    pointer-events: none;
    transition: all .8s ease;
}
.RWDbanner014 .main_pic_box .swiper-slide.swiper-slide-active .box{
    opacity: 1;
    pointer-events: auto;
}

.RWDbanner014 .main_pic_box .swiper-slide .main_img {
    position: relative;
    height: 90%;
    DISPLAY: BLOCK;
    WIDTH: 55%;
    margin: 0 auto;
    top: 5%;
    transition: all .8s ease;
    transform: translateX(50px);
}
.RWDbanner014 .main_pic_box .swiper-slide.swiper-slide-active .main_img{
    transform: translateX(0);
}
.RWDbanner014 .main_pic_box .swiper-slide.swiper-slide-prev .main_img{
    transform: translateX(-50px);
}


.RWDbanner014 .main_pic_box .swiper-slide .main_img img {
    position: relative;
    width: 100%;
    HEIGHT: 100%;
    OBJECT-FIT: contain;
}

.RWDbanner014 .main_pic_box .swiper-slide .info {
    position: absolute;
    top: 50%;
    right: 63%;
    transform: translateY(-50%);
    width: 29%;
    max-width: 600px;
    overflow: hidden;
    z-index: 2;
}
.RWDbanner014_info_img{
    position: relative;
    display: block;
}
.RWDbanner014_info_img img {
    position: relative;
}
.RWDbanner014_info_title{
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: bold;
}
.RWDbanner014_info_text{
    display: block;
    margin: 5px 0;
}
.RWDbanner014 .control_arrow{
    display: none;
}
.RWDbanner014 .main_pic_box .swiper-slide .button {
    position: absolute;
    font-size: 32px;
    color: black;
    font-weight: bold;
    right: 25%;
    top: 75%;
    z-index: 5;
    cursor: pointer;
    line-height: 32px;
    text-decoration: none;
    transform: translateX(50%)translateY(-50%);
}
/* .RWDbanner014 .main_pic_box .swiper-slide.black .button{
    color: white;
} */
.RWDbanner014 .main_pic_box .bg {
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    box-shadow: 0px -1px 15px rgba(0, 0, 0, .18);
    background-color: white;
}



.RWDbanner014 .main_pic_box .bg::before{
    content: '';
    background-color: white;
    transition: all .8s ease;
    width: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.RWDbanner014 .main_pic_box .bg::after{
    content: '';
    background-color: white;
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 1;
}
/* .RWDbanner014 .main_pic_box.black .bg::before{
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
} */


.RWDbanner014 .main_pic_box .bg.dark {
    background-color: black;
}

.RWDbanner014 .swiper-pagination {
    position: absolute;
    display: flex;
    right: 5%;
    left: auto;
    width: auto;
    z-index: 10;
    bottom: 20px;
}

.RWDbanner014 .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    margin: 0 10px;
    opacity: 1;
    outline: none;
}
/* .RWDbanner014 .black .swiper-pagination .swiper-pagination-bullet{
    color: white;
} */

.RWDbanner014 .swiper-pagination .swiper-pagination-bullet svg, .RWDbanner014 .swiper-pagination .swiper-pagination-bullet circle {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.RWDbanner014 .swiper-pagination .swiper-pagination-bullet svg{
    opacity: 0;
    transition: all 1s ease;
}
.RWDbanner014 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
    opacity: 1;
    transition: all .3s ease;
}
.RWDbanner014 .swiper-pagination .swiper-pagination-bullet circle {
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    fill: transparent;
    stroke-width: 2;
    stroke-dasharray: 0 155;
    stroke: rgba(0, 0, 0, 1);
}
/* .RWDbanner014 .black .swiper-pagination .swiper-pagination-bullet circle {
    stroke: rgba(255, 255, 255, 1);
} */

.RWDbanner014 .swiper-pagination .swiper-pagination-bullet b {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 14px;
    font-weight: bold;
}


.swiper-pagination-bullet-active .p17_page circle{
    animation: home_loader_on0 6s linear forwards;
}
.swiper-pagination-bullet-active .p17_page{
    animation: home_loader_off0 6s linear forwards;
}
@keyframes home_loader_on0 {
    0% {
        stroke-dasharray: 0 155;
    }

    100% {
        stroke-dasharray: 155 155;
    }
}

@keyframes home_loader_off0 {
    0%,90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.RWDbanner014 .thumb_pic{
    position: absolute;
    width: 43%;
    top: 50%;
    z-index: 5;
    right: 0;
    transform: translateY(-50%);
}
.RWDbanner014 .thumb_pic .swiper-slide{
    width: 240px;
    position: relative;
    height: auto;
}
.RWDbanner014 .thumb_pic .swiper-slide .box{
    display: block;
    position: relative;
    opacity: 1;
    transition: all .8s ease;
}
.RWDbanner014 .thumb_pic .swiper-slide img{
    width: 100%;
}

.RWDbanner014 .thumb_pic .swiper-slide.swiper-slide-active .box,
.RWDbanner014 .thumb_pic .swiper-slide.swiper-slide-duplicate-active .box,
.RWDbanner014 .thumb_pic .swiper-slide.swiper-slide-prev .box{
    opacity: 0;

}


@media (max-width:1650px) {
    .RWDbanner014 .main_pic_box .swiper-slide .info {
        right: 70%;
        width: 25%;
    }
    .RWDbanner014{
        /* height: 850px; */
    }
    .RWDbanner014 .main_pic_box .swiper-slide{
        /* height: 850px; */
    }
    .RWDbanner014 .thumb_pic .swiper-slide{
        width: 200px;
    }
    .RWDbanner014 .thumb_pic{
        width: 45%;
    }
}

@media (max-width:1200px) {
    .RWDbanner014 .thumb_pic .swiper-slide{
        width: 180px;
    }


}


@media (max-width:991px) {
    .RWDbanner014 .thumb_pic{
        display: none;
    }
    .RWDbanner014 .main_pic_box .swiper-slide{
        padding: 0;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .info{
        position: relative;
        top: auto;
        width: auto;
        max-width: 90%;
        transform: none;
        right: 0;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .main_img{
        position: relative;
        width: 100%;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .main_img {
        position: relative;
        top: auto;
        height: auto;
    }
    .RWDbanner014 .swiper-pagination{
        left: 5%;
        right: 0;
        width: 50px;
        height: 50px;
        bottom: 24px;
        margin-left: 0;
    }
    .RWDbanner014 .swiper-pagination .swiper-pagination-bullet{
        position: absolute;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease;
        margin: 0;
        background-color: white;
    }
    .RWDbanner014 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
        z-index: 5;
    }
    .RWDbanner014 .main_pic_box .swiper-slide {
        height: auto;
        display: flex;
        align-items: center;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .box,.RWDbanner014{
        height: auto;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .box{
        padding-bottom: 126px;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .button{
        font-size: 24px;
        bottom: 0;
        width: 50%;
        text-align: center;
        height: 96px;
        right: 0;
        transform: none;
        top: auto;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .RWDbanner014 .main_pic_box .bg{
        display: none;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .button{
        background-color: white;
    }
    /* .RWDbanner014 .main_pic_box .swiper-slide.black .button{
        background-color: #272727;
        color: white;
    } */

    .RWDbanner014 .main_pic_box .control_arrow{
        display: flex;
        position: absolute;
        bottom: 25px;
        width: 120px;
        justify-content: space-between;
        left: 5%;
        margin-left: 71px;
        z-index: 10;
    }
    .RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow{
        position: relative;
        background-color: white;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
    }
    .RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow.RWDbanner014-swiper-button-prev{
        transform: rotate(180deg);
    }
    /* .RWDbanner014 .main_pic_box .black .control_arrow .RWDbanner014-arrow{
        color: white;
        background-color: black;
    }
    .RWDbanner014 .black .swiper-pagination .swiper-pagination-bullet {
        color: white;
        background-color: black;
    } */

}





@media (max-width:767px) {
    .RWDbanner014 .main_pic_box .swiper-slide .button{
        font-size: 18px;
        height: 60px;
    }
    .RWDbanner014 .swiper-pagination {
        transform: scale(.835);
        transform-origin: left bottom;
        bottom: 8px;
    }
    .RWDbanner014 .main_pic_box .swiper-slide .box {
        padding-bottom: 95px;
    }
    .RWDbanner014 .main_pic_box .control_arrow .RWDbanner014-arrow{
        width: 40px;
        height: 40px;
    }
    .RWDbanner014 .main_pic_box .control_arrow {
        display: flex;
        position: absolute;
        bottom: 10px;
        width: 90px;
        justify-content: space-between;
        left: 5%;
        margin-left: 51px;
        z-index: 10;
    }

}


@media (max-width:350px) {
    
    .RWDbanner014 .main_pic_box .swiper-slide .button{
        width:47%;
    }
}
/*END*/