@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    position:relative;    
    background-color: #011a00;
}

.logos_img{
    display: none;
}


.phone_banner{
    display: none;
}
.pc_bnner{
    display: block;
}
@media screen and (max-width: 1024px){
.logos_img{
    display: block;
    position: absolute;
    top: 0;
    width: 70px;
    left: 10%;
    z-index: 10;
}
.logos_img img {
    width: 100%;
    height: 100%;
    position: relative;
}
}

.wrapper .banner {
    background-size: cover;
    height: auto;
    padding-top: 75px;
    position: relative;
    overflow: hidden;
    /*background-image: url(../uploads/index/banner01.jpg);*/
    /*background-position: 49.2% 50%;*/
}
.banner_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 40%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner_txt {
    color: #000;
    font-family: Microsoft JhengHei;
    text-align: center;
}
.banner_ch{
    font-size: 2rem;
    font-weight: bold;
}
.banner_en{
    font-size: 1.5rem;
}
.contant_tittle{
    width: 100%;
    height: 10%;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 2px;
        text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1024px){
.wrapper .banner {
    padding-top: 0px;
}
.banner_bg {
    background-position: 50% 0%;
}
.banner_txt {
    padding-top: 75px;
}
.phone_banner{
    display: block;
    height: 100%;
}
.pc_bnner{
    display: none;
}
}
@media screen and (max-width: 450px){
.banner_txt {
    padding-top: 0px;
}
.wrapper .banner {
    height: auto;
    font-size: 0;
}
.banner_ch {
    font-size: 1.8rem;
}
.banner_en {
    font-size: 1.2rem;
}
.banner_bg {
}
.contant_tittle {
    font-size: 1rem;
}
}
@media screen and (max-width: 375px){

.banner_ch {
    font-size: 1.5rem;
}
.banner_en {
    font-size: 1rem;
}
.banner_bg {
    height: 85%;
}
.contant_tittle {
    height: 15%;
    font-size: .8rem;
}
}

/*back-to-top*/
.back-to-top {
    position: fixed;
    width: 35px;    
    bottom: 15%;
    right: 5%;
    z-index: 10;
    cursor: pointer; 
}
.back-to-top img{
    width: 100%;
}



.case_detail_box{
    width: 100%;
    /*padding: 5% 0 8%;*/
    position: relative;
    background-color:#011a00; 
}
.out_box{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    position: relative;
}
@media screen and (max-width: 1200px){
.out_box{
    width: 80%;
}
.icon_box {
    width: 40%;
}
}
.box{
    width: 100%;
    height: 100vh;
    padding: 5% 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;



}
.big_img{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.big_img .out_box {
    height: 100%;
}
.big_img .img_box {
    height: 100%;
}
.more_img{
    width: 100%;
    position: relative;
}
.only_img{
    width: 100%;
    position: relative;
}
.img_box{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.img_box:before{
    padding-top: 56%;/*16:9*/
    content: "";
    display: block;
    position: relative;
}
.img_box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.MV_box{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.MV_box:before{
    padding-top: 56%;/*16:9*/
    content: "";
    display: block;
    position: relative;
}
.MV_box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txt_box {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 3%;
    margin: auto;
    font-weight: bold;
    text-align: right;
    font-size: .8rem;
    letter-spacing: 1px;
    padding: 0 3%;
}
.white_txt{
    color: #fff;
}
.black_txt{
    color: #000;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d50103;
}

.con_box {
    position: relative;
    width: 100%;
    display: table;
    background-color: #fff;
    display: flex;
}
.left_box{
    width: 40%;
    position: relative;
    display: table-cell;
    float: left;
    overflow: hidden;
    vertical-align: middle;
    flex: 1.2;
    background-size: cover;
    background-position: 50%;
}
.left_box img{
    display: none;
    width: auto;
    height: 100%;
}
.right_box{
    width: 60%;
    padding: 4%;
    position: relative;
    display: table-cell;
    float: right;
    vertical-align: middle;
    flex: 1.5;
}
.con_txt{
    color: #000;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 180%;
}
.con_txt p{
    font-size: 1.5rem;
}
.tittle_txt{
    font-size: 1.8rem;
}


.icon_box {
    position: relative;
    width: 30%;
    /* float: left; */
    background-color: #005dab;
    overflow: hidden;
    padding: 1% 3%;
    margin-top: 1%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.icon_txt{
    color: #fff;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    vertical-align: middle;
}
.icon_img {
    margin-right: 5px;
    vertical-align: middle;
}


/*back*/
.back_btn {
    width: 15%;
    margin: 0% auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0% 0 5%;
    position: relative;
}

.back_txt{
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: #0b7500;
    transition: all 0.3s ease-out;
}
@media screen and (min-width: 1024px){
   .back_btn:hover .back_txt{
    background-color: #ae0002;
    transition: all 0.3s ease-out;
} 
}

@media screen and (max-width: 1024px){
    .box {
    height: auto;
}
.big_img {
     height: auto; 
}
.con_box {
    width: 100%;
     display: block; 
}
.left_box {
    width: 100%;
    display: block; 
    float:inherit; 
    flex: none;
}
.left_box img {
    display: block;
    width: 100%;
    height: auto;
}
.right_box {
    width: 100%;
    display: block; 
    float:inherit; 
    flex: none;
}
.back_btn {
    padding: 0% 0 20%;
}
.phone_banner img {
    width: 100%; 
    height: 100%;
}
}

@media screen and (max-width: 480px){
.con_txt p {
    font-size: 1rem;
}
.tittle_txt {
    font-size: 1.25rem;
}
.icon_box {
    width: 50%;
    padding: 3% 3%;
        margin-top: 5%;
}
.back_btn {
    width: 35%;
}
.back_txt {
    padding: 10%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.con_txt {
    line-height: 120%;
}

.box {
    padding: 10% 0;
}
.right_box {
    padding: 8% 5%;
}
}
@media screen and (max-width: 414px){
.con_txt p {
    font-size: .8rem;    
    letter-spacing: 1px;
}
.tittle_txt {
    font-size: 1rem;
}
.con_txt {
    line-height: 100%;
}
.icon_img {
    width: 20px;
}
.icon_img img {
    width: 100%;
    height: 100%;
}
.icon_txt {
    font-size: .8rem;
}
}


.contant_tittle {
    display: none;
}