@charset "UTF-8";



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    overflow-x: hidden;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
    font-size: 0.6em;
}

sub {
    bottom: -0.6em;
    font-size: 0.6em;
}

html #overview #special-sectionOverview,
html #overview #sectionOverview,
html #overview #old-sectionOverview {
    width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

#sectionOverview,
#old-sectionOverview,
#special-sectionOverview {
    background-color: #fff;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #PB-width-full,
#old-sectionOverview #PB-width-full,
#special-sectionOverview #PB-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}
#special-sectionOverview #PB-width-full{
    /* background: url(../img/pic_bg.jpg) repeat-y top; */
    background-size: 100%;
}
#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #c8b06e;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
/* #OfficialHeaderWrapper{
    display: none;
} */
#PB-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#PB-width-full ul {
    list-style: none;
}
#PB-width-full ul li {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#PB-width-full a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#PB-width-full a:active {
    background-color: transparent;
}

#PB-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#PB-width-full a:hover,
#PB-width-full a:active {
    outline: 0;
}
#PB-width-full *:focus {
  outline-color: #1984d6;
}

#PB-width-full a.link_style{
    color: #fff !important;
    background: #0068b5;
    padding: 12px 50px 12px 20px;
    /* border: 2px solid #000; */
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 20px 0 10px;
    /* width: 96%;
    max-width: 280px; */
    /* text-transform: uppercase; */
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none !important;
}
#PB-width-full a.link_style:hover{
    /* border: 2px solid #14639e; */
    background: #0068b5;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PB-width-full a.link_style:hover span{
    color: #14639e;
}
#PB-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#PB-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link.png) no-repeat center center;
    background-size: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PB-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#PB-width-full a.link_style.link_style_c{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 8px 20px;
    /* margin-top: 40px; */
}
@media only screen and (max-width: 769px) {
    #PB-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
#PB-width-full a.btn_learn {
    display: inline-block;
    width: 96%;
    max-width: 480px;
    margin-top: 20px;
    padding: 10px 35px;
    /* border: 1px solid rgba(218, 174, 113, 0.3); */
    border-radius: 0px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 1.25em;
    font-weight: 300;
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#PB-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#PB-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#PB-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#PB-width-full .product-section .maintitle {
    position: absolute;
    /*-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
    z-index: 2;
}

@media only screen and (max-width: 1040px) {}

@media only screen and (max-width: 769px) {
    #PB-width-full .product-section:before {
        height: 0;
    }

    #PB-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #PB-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #PB-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#PB-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#PB-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#PB-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#PB-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#PB-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#PB-width-full .maintitle a {
    color: #0068b5;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    display: inline-block;
}

#PB-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#PB-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#PB-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#PB-width-full p.note {
    font-size: 0.8em;
    color: #4e4e4e !important;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 769px) {
    #PB-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#PB-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#PB-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#PB-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#PB-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #PB-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #PB-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #PB-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #PB-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#PB-width-full img.webstyle,
#PB-width-full .webstyle {
    display: inline-block;
}

/**/
#PB-width-full .flex-area{
    display: inline-block;
    max-width: 1680px !important;
    margin: 0 auto;
    width: 100%;
    padding: 20px 18px;
}
#PB-width-full .flex-area li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 1%;
}
#PB-width-full .flex-area li .info{
    margin-bottom: 0;
}
#PB-width-full .flex-area li .air_move{
    position: relative;
    /* max-width: 741px; */
}
#PB-width-full .flex-area li .air_move .air_move_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
}
#PB-width-full .flex-area li .air_move .air_move_pic{
    opacity: 1;
}
#PB-width-full .flex-area li .air_move .air_move_pic.air_move_pic_a{
    top: 50%;
    left: 50%;
}
#PB-width-full .flex-area li .air_move .air_move_pic.air_move_pic_b{
    top: 50%;
    left: 50%;
}
#PB-width-full .flex-area li .air_move .air_move_pic.air_move_pic_c{
    top: 50%;
    left: 50%;
}
#PB-width-full .flexCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#PB-width-full .flexCon.flex-100-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 0px;
}
#PB-width-full .flexCon.flex-100-100>.flex-item.flex-100 {
    width: 100%;
}
#PB-width-full .flexCon.flex-100-100>.flex-item.flex-100 img{
    width: 100%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}

#PB-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
    position: relative;
    z-index: 1;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#PB-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0 40px;
}
#PB-width-full .flexCon.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#PB-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #PB-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0 0 30px;
        margin-bottom: 50px;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
        width: 100%;
    }
    #PB-width-full .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #PB-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#PB-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#PB-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#PB-width-full .maintitle.lefttxt .info_left .mtitle,
#PB-width-full .maintitle.lefttxt .info_left .info,
#PB-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#PB-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#PB-width-full .maintitle.lefttxt .info_left .stitle,
#PB-width-full .maintitle.lefttxt .info_left .stitle p,
#PB-width-full .maintitle.lefttxt .info_left .info,
#PB-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#PB-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#PB-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#PB-width-full .maintitle.righttxt .info_left .mtitle,
#PB-width-full .maintitle.righttxt .info_left .mtitle p,
#PB-width-full .maintitle.righttxt .info_left .info,
#PB-width-full .maintitle.righttxt .info_left .info p,
#PB-width-full .maintitle.righttxt .info_right .mtitle,
#PB-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#PB-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#PB-width-full .maintitle.righttxt .info_right .stitle,
#PB-width-full .maintitle.righttxt .info_right .stitle p,
#PB-width-full .maintitle.righttxt .info_right .info,
#PB-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#PB-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#PB-width-full h1 {
    font-size: 2.8em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #fff !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#PB-width-full h2 {
    font-size: 2.5em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 15px;
    color: #1d2088 !important;
    display: inline-block;
    padding-top: 10px;
    /* text-transform: uppercase; */
}
#PB-width-full h2 b{
    /* font-weight: normal; */
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #0068b5;
}
/* #PB-width-full h3 {
    font-size: 1.845em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
} */

#PB-width-full h3 {
    font-size: 1.85em;
    font-family: "Myriad Pro Light", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000000;
    margin-bottom: 0em;
    font-weight: 400;
}


#PB-width-full .flex-item .info,
#PB-width-full .mainfull .maintitle .info,
#PB-width-full .mainsize .maintitle .info,
#PB-width-full .product-content .maintitle .info {
    font-family: "Myriad Pro Light", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1320px) {

    #PB-width-full .flex-item .info,
    #PB-width-full .mainfull .maintitle .info,
    #PB-width-full .mainsize .maintitle .info,
    #PB-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

#PB-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#PB-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#PB-width-full section.whiteBg h2,
#PB-width-full section.whiteBg h3,
#PB-width-full section.whiteBg .mtitle p,
#PB-width-full section.whiteBg .stitle p,
#PB-width-full section.whiteBg .flex-item .info,
#PB-width-full section.whiteBg .mainfull .info,
#PB-width-full section.whiteBg .maintitle .info,
#PB-width-full section.whiteBg ul li p,
#PB-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #PB-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #PB-width-full section.whiteBg .mtitle p,
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #PB-width-full section.whiteBg .mtitle p,
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#PB-width-full .full-section .mainfull {
    text-align: center;
}

#PB-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#PB-width-full img.mobile,
#PB-width-full .mobile {
    display: none;
}

#PB-width-full .text-left,
#PB-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#PB-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*PB-Reliability*/
#PB-width-full #PB-Reliability {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#PB-width-full #PB-Reliability .maintitle {
        text-align: center;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}
#PB-width-full #PB-Reliability .maintitle img{
    width: 50%;
}
#PB-width-full #PB-Reliability .maintitle_b {
     text-align: center;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
}

#PB-width-full #PB-Reliability .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#PB-width-full #PB-Reliability .maintitle .youtube_b img {
    width: 100%;
    max-width: 300px !important;
    margin-top: 15px !important;
}
#PB-width-full #PB-Reliability .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#PB-width-full #PB-Reliability .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
#PB-width-full #PB-Reliability ul{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 250px
}
#PB-width-full #PB-Reliability ul li{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
    text-shadow: 0 0 10px #ffff, 0 0 10px #ffff;
    /* border-right: 1px #1d2088 solid; */
}
#PB-width-full #PB-Reliability ul li:last-child {
    border: none;
}
#PB-width-full #PB-Reliability ul li h3{
    color: #093a8b;
    white-space:nowrap;
    font-size: 5em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: -0.25em;
}
#PB-width-full #PB-Reliability ul li h3 small{
  font-size: 0.4em;
  font-family: "Myriad Pro", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#PB-width-full #PB-Reliability ul li p{
    color: #000;
    font-size: 1.5em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    width: 100%;
    display: block;
    line-height: 1em;
    font-weight: 500;
}
#PB-width-full #PB-Reliability ul li:last-child{
    border: none
}
@media only screen and (max-width: 1480px) {
    #PB-width-full #PB-Reliability ul li h3{
        font-size: 5em;
    }
}
@media only screen and (max-width: 1280px) {
    #PB-width-full #PB-Reliability ul li h3{
        font-size: 4em;
    }
    #PB-width-full #PB-Reliability ul li p{
        font-size: 1em;
    }
    #PB-width-full #PB-Reliability .maintitle{
        width:  50%;
    }
    #PB-width-full #PB-Reliability .maintitle img{
        width: 40%;
    }
}
@media only screen and (max-width: 1024px) {
    #PB-width-full #PB-Reliability ul li h3{
        font-size: 3em;
    }
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Reliability .bg img{
        width: 200% !important;
        max-width: inherit !important;
        margin-left: -100% !important;
    }
    #PB-width-full #PB-Reliability .maintitle{
        transform: translate(0%, 0%);
        width: 100%;
        left: inherit;
        background: #eaeaea;
    }
    #PB-width-full #PB-Reliability .maintitle .info{
        text-align: center !important;
    }
    #PB-width-full #PB-Reliability .maintitle img{
        width: 30%;
    }
    #PB-width-full #PB-Reliability .maintitle_b{
        top: inherit;
        transform: translate(0%, 0%);
        width: 100%;
        left: inherit;
        padding-bottom: 80px;
    }
    #PB-width-full #PB-Reliability ul{
        padding-top: 0;
        max-width: inherit;
        display: flex;
        flex-direction: row;
    }
    #PB-width-full #PB-Reliability ul li{
        text-align: center;
    }
    #PB-width-full #PB-Reliability ul li h3 small{
        font-size: 0.4em;
        margin-left: 5px;
    }
}
/*PB-KV*/
#PB-width-full #PB-KV {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#PB-width-full #PB-KV .maintitle {
        text-align: center;
    left: 30%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#PB-width-full #PB-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#PB-width-full #PB-KV .maintitle .youtube_b img {
    width: 100%;
    max-width: 300px !important;
    margin-top: 15px !important;
}
#PB-width-full #PB-KV .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#PB-width-full #PB-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #PB-width-full h1{
        font-size: 2.6em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 1920px) {
    #PB-width-full h1{
        font-size: 2.4em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 1780px) {
    #PB-width-full h1{
        font-size: 2.3em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 1680px) {
    #PB-width-full h1{
        font-size: 2.2em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1580px) {
    #PB-width-full h1{
        font-size: 2.1em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.3em;
    }
}
@media only screen and (max-width: 1480px) {
    #PB-width-full h1{
        font-size: 2.0em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #PB-width-full h1{
        font-size: 1.8em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2.1em;
    }
}

@media only screen and (max-width: 1350px) {
    #PB-width-full h1{
        font-size: 1.7em;
    }
    #PB-width-full #PB-KV h2{
        font-size: 2em;
    }
    #PB-width-full #PB-KV .stitle p {
        font-size: 1.5em;
    }

    #PB-width-full #PB-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}
@media only screen and (max-width: 1100px) {
    #PB-width-full #PB-KV {
        padding-top: 0%;
        padding-bottom: 0px;
    }
    
    #PB-width-full #PB-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    /* #PB-width-full #PB-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #PB-width-full #PB-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    } */
    #PB-width-full #PB-KV .bg img {
        width: 100% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -0% !important;
    }
    #PB-width-full #PB-KV .bg:before{
        display: none;
    }

    #PB-width-full #PB-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 1200px) {
    #PB-width-full #PB-KV h2{
        text-align: center !important;
            color: #000000 !important;
    }
    #PB-width-full #PB-KV .info{
            color: #000000 !important;
    }
    #PB-width-full #PB-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #PB-width-full #PB-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #PB-width-full #PB-KV{
        margin-bottom: 0px;
    }
    #PB-width-full #PB-KV .bg img {
        width: 150% !important;
    max-width: inherit !important;
    margin: 0% auto 0% !important;
    margin-left: -50% !important;
    }
    #PB-width-full h3{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #PB-width-full #PB-KV .maintitle {
        padding-top: .5em;
        padding-bottom: 0;
    }

    #PB-width-full #PB-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}
/*#PB-width-full #PB-Secure*/
#PB-width-full #PB-Secure{
    position: relative;

}
#PB-width-full #PB-Secure .translate_box{
    width: 90%;
}
#PB-width-full #PB-Secure .maintitle {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    position: relative;
}
#PB-width-full #PB-Secure .mainfull img{
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    #PB-width-full #PB-Secure .maintitle .flexCon.flex-50-50>.flex-item{
        position: relative;
        width: 100%;
    }
    #PB-width-full #PB-Secure .translate_box{
        position: relative;
    }
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Secure .maintitle{
        padding: 50px 0;
    }
    #PB-width-full #PB-Secure .translate_box{
        width: 100%;
        padding: 0 18px;
    }
}
/*PB-protection*/
#PB-width-full #PB-protection {
    background: #fff;
    text-align: center;
    padding: 150px 0 50px
}
#PB-width-full #PB-protection .mainfull .maintitle {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    display: inline-block;
}
#PB-width-full #PB-protection .flexCon.flex-50-50>.flex-item img.pic_lockable{
    margin: 0 auto;
    width: 70%;
}
#PB-width-full #PB-protection .flexCon.flex-50-50>.flex-item{
    padding: 0 40px;
}
#PB-width-full #PB-protection .flexCon.flex-50-50>.flex-item p.note{
    margin-bottom: 20px;
}
#PB-width-full #PB-protection .flexCon.flex-50-50>.flex-item button{
    margin-top: 20%;
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-protection .flexCon.flex-50-50>.flex-item{
        padding: 0 18px;
    }
}
/*IntelEGS-Records*/
#PB-width-full #PB-Records {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#PB-width-full #PB-Records .info{
    color: #fff !important;
    text-shadow: 2px 2px 5px rgb(0 0 0);
}
#PB-width-full #PB-Records .maintitle {
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42%;
}

#PB-width-full #PB-Records .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#PB-width-full #PB-Records .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#PB-width-full #PB-Records .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
#PB-width-full #PB-Records .bg .logo_records{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 25% !important;
    background: none;
    max-width: 420px !important;
}
@media only screen and (max-width: 2080px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1780px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1580px) {

}
@media only screen and (max-width: 1480px) {

}
@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1280px) {
    #PB-width-full #PB-Records .bg .logo_records{
        position: absolute;
        top: 50%;
        left: 13%;
        transform: translate(-50%, -50%);
        width: 20% !important;
        background: none;
        max-width: 420px !important;
    }
    #PB-width-full #PB-Records .maintitle {
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
}

@media only screen and (max-width: 1180px) {
    #PB-width-full #PB-Records {
        padding-top: 0%;
        padding-bottom: 0px;
    }
    #PB-width-full #PB-Records .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #PB-width-full #PB-Records .bg .logo_records {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35% !important;
        background: none;
        max-width: 420px !important;
    }
    #PB-width-full #PB-Records:before {
        background-image: none;
        padding-top: 0%;
    }
    #PB-width-full #PB-Records h2{
        color: #000 !important;
    }
    #PB-width-full #PB-Records .info {
        color: #000 !important;
        text-shadow: none;
    }
    #PB-width-full #PB-Records p{
        color: #000 !important;
    }
    #PB-width-full #PB-Records .bg:before{
        display: none;
    }

    #PB-width-full #PB-Records .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Records h1{
        color: #000 !important;
    }
    #PB-width-full #PB-Records .product-content {
        position: relative;
        margin-bottom: 0
    }
    #PB-width-full #PB-Records .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #PB-width-full #PB-Records{
        margin-bottom: 0px;
    }
    #PB-width-full #PB-Records .bg img {
        width: 200% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -52% !important;
    }
    #PB-width-full #PB-Records .bg .logo_records {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70% !important;
        background: none;
        max-width: 420px !important;
        margin-left: 0% !important;
    }
    #PB-width-full h3{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #PB-width-full #PB-Records .maintitle {
        padding-top: .5em;
    }

    #PB-width-full #PB-Records .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}


/* KEYFRAMES */
@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% { transform:scale(0) ; opacity: 0; }
    50% { transform:scale(1) ; opacity: 0.5; }
    100% { transform:scale(2) ; opacity: 0; }
}

@media only screen and (max-width: 1280px) {
    #PB-width-full #PB-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #PB-width-full #PB-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #PB-width-full #PB-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #PB-width-full #PB-Barriers .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #PB-width-full #PB-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #PB-width-full #PB-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #PB-width-full #PB-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}
/*#PB-width-full #PB-target*/
#PB-width-full #PB-target{
    background:#fff;
    padding: 100px 0 100px;
}
#PB-width-full #PB-target .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-target h3{
    font-size: 1.5em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    line-height: 1.2 !important;
    margin: 10px 0 0px 0 !important;
    padding-bottom: 15px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}
#PB-width-full #PB-target .mainfull ul{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#PB-width-full #PB-target .mainfull ul li{
  display: inline-block;
  width: 25%;
}
#PB-width-full #PB-target .mainfull ul li img{
    width: 100%;
}
#PB-width-full #PB-target .mainfull ul li p{
  display: inline-block;
      font-family: "Myriad Pro", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2em;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 18px;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
    #PB-width-full #PB-target{
        padding: 50px 0 50px;
    }
    #PB-width-full #PB-target .mainfull ul{
        display: inline-block;
    }
    #PB-width-full #PB-target .mainfull ul li{
        width: 50%;
        margin-bottom: 30px;
        float: left;
        min-height: 420px;
    }
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-target{
        padding: 50px 0 50px;
    }
    #PB-width-full #PB-target .mainfull ul li{
        width: 100%;
        margin-bottom: 30px;
        min-height: auto
    }
    #PB-width-full #PB-target h3{
        font-size: 1.5em !important;
        font-weight: normal !important;
    }
}
/*PB-Series*/
#PB-width-full #PB-Series {
    background: #fff;
    background: url(../img/bg_series.svg) center top no-repeat;
    background-size: cover;
    padding-top: 50px !important;
    /*display: inline-block;*/
    width: 100%;
    padding-bottom: 50px
}
#PB-width-full #PB-Series .maintitle_a {
    text-align: left;
    width: 100%;
    max-width: 1280px;
    margin: 100px auto 0;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Series .maintitle_b {
    text-align: left;
    width: 100%;
    max-width: 960px;
    margin: -30px auto 0;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Series .maintitle_c {
    text-align: left;
    width: 100%;
    max-width: 1280px;
    margin: 100px auto 0;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Series .maintitle_d {
    text-align: left;
    width: 100%;
    max-width: 960px;
    margin: -130px auto 0;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Series .picbox{
    display: inline-block;
    position: relative; 
}
#PB-width-full #PB-Series .picbox_a img{
    display: inline-block;
    width:  100%;
    max-width: 690px !important;
}
#PB-width-full #PB-Series .picbox_b img{
    display: inline-block;
    width: 100%;
    max-width: 620px !important;
}
#PB-width-full #PB-Series .picbox_c img{
    display: inline-block;
    width:  100%;
    max-width: 690px !important;
}
#PB-width-full #PB-Series .picbox_d img{
    display: inline-block;
    width: 100%;
    max-width: 460px !important;
}
#PB-width-full #PB-Series .picbox_a .picbox_info{
    display: inline-flex;
    position: absolute;
    left: 100%;
    top: 10%;
    width: 100%;
    flex-direction: column;
    padding: 10px 18px;
    border-left: 2px #01e7e2 solid;
}
#PB-width-full #PB-Series .picbox_b .picbox_info{
        display: inline-flex;
    position: relative;
    right: calc(-17% - 3px );
    width: 35%;
    padding: 10px 18px;
    border-right: 2px #01e7e2 solid;
    transform: translate(-50%, -50%);
    flex-direction: column;
    height: 100%;
    margin-top: 18%;
}
#PB-width-full #PB-Series .picbox_c .picbox_info{
    display: inline-flex;
    position: absolute;
    left: 100%;
    top: 10%;
    width: 67%;
    flex-direction: column;
    padding: 10px 18px;
    border-left: 2px #01e7e2 solid;
}
#PB-width-full #PB-Series .picbox_d .picbox_info{
        display: inline-flex;
    position: relative;
    right: calc(-25% - 1px );
    width: 50%;
    padding: 10px 18px;
    border-right: 2px #01e7e2 solid;
    transform: translate(-50%, -50%);
    flex-direction: column;
    height: 100%;
    margin-top: 44%;
}
#PB-width-full #PB-Series .picbox .picbox_info h3{
    font-size: 1.85em;
    font-family: "Myriad Pro Light", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #004c4a;
    margin-bottom: 0em;
    font-weight: 600;
    margin-bottom: 15px;
}
#PB-width-full #PB-Series .picbox .picbox_info p{
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 100%;
    letter-spacing: 0em;
    margin-bottom: 0px;
}
#PB-width-full #PB-Series .flex-reverse{
        -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: flex;
}
@media only screen and (max-width: 1080px) {
    #PB-width-full #PB-Series .picbox_a{
        width: 60%;
    }
    #PB-width-full #PB-Series .picbox_a .picbox_info{
        width: 65%;
    }
    /* #PB-width-full #PB-Series .picbox_b{
        width: 60%;
    } */
    #PB-width-full #PB-Series .maintitle_b{
        margin-top: 0;
    }
    #PB-width-full #PB-Series .picbox_b .imgrelative{
        width: 60%;
    }
    #PB-width-full #PB-Series .picbox_b img{
        width: 100%;
    }
    #PB-width-full #PB-Series .picbox_b .picbox_info {
        width: 35%;
    }
    #PB-width-full #PB-Series .picbox_c{
        width: 60%;
    }
    #PB-width-full #PB-Series .picbox_c .picbox_info{
        width: 65%;
    }
    #PB-width-full #PB-Series .maintitle_d{
        margin-top: 0;
    }
    #PB-width-full #PB-Series .picbox_d .imgrelative{
        width: 50%;
    }
    #PB-width-full #PB-Series .picbox_d img{
        width: 100%;
    }
    #PB-width-full #PB-Series .picbox_d .picbox_info {
        width: 50%;
    }
}
@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Series{
        background: none;
        padding-bottom: 0;
    }
    #PB-width-full #PB-Series .maintitle_a{
        margin-top: 20px;
    }
   #PB-width-full #PB-Series .picbox_a .picbox_info{
        position: relative;
        left: 0;
        width: 100%;
        border-left: 10px #01e7e2 solid;
    }
    #PB-width-full #PB-Series .picbox_b .picbox_info{
        position: relative;
        left: 0;
        width: 100%;
        border-right: none;
        border-left: 10px #01e7e2 solid;
        transform: translate(0%, 0%);
        right: inherit;
        margin: 0;
    }
    #PB-width-full #PB-Series .picbox_c .picbox_info{
        position: relative;
        left: 0;
        width: 100%;
        border-left: 10px #01e7e2 solid;
    }
    #PB-width-full #PB-Series .picbox_d .picbox_info{
        position: relative;
        left: 0;
        width: 100%;
        border-right: none;
        border-left: 10px #01e7e2 solid;
        transform: translate(0%, 0%);
        right: inherit;
        margin: 0;
    }
    #PB-width-full #PB-Series .picbox_a{
        width: 96%;
    }
    #PB-width-full #PB-Series .picbox_a:before{
        content: "";
        width: 10px;
        height: 70px;
        background: #01e7e2;
        border-radius: 0;
        position: absolute;
        left: 100%;
        top: 10%;
        transform: translate(-50%, -50%);
    }
    #PB-width-full #PB-Series .maintitle_b{
            margin-top: 50px;
        background: #ededed;
        padding-bottom: 30px;
    }
    #PB-width-full #PB-Series .picbox_b{
            width: 100%;
    display: inline-block;
    text-align: right;
    }
    #PB-width-full #PB-Series .picbox_b .imgrelative:before{
        content: "";
        width: 10px;
        height: 70px;
        background: #01e7e2;
        border-radius: 0;
        position: absolute;
        right: 99%;
        top: 35%;
        transform: translate(-50%, -50%);
    }
    #PB-width-full #PB-Series .picbox_b .imgrelative{
        width: 94%;
        margin: 0 0 0 auto;
        position: relative;
    }
    #PB-width-full #PB-Series .picbox_b img{
        width: 100%;
    }


    #PB-width-full #PB-Series .picbox_c{
        width: 96%;
    }
    #PB-width-full #PB-Series .picbox_c:before{
        content: "";
        width: 10px;
        height: 70px;
        background: #01e7e2;
        border-radius: 0;
        position: absolute;
        left: 100%;
        top: 17%;
        transform: translate(-50%, -50%);
    }
    #PB-width-full #PB-Series .maintitle_d{
            margin-top: 50px;
        background: #ededed;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    #PB-width-full #PB-Series .picbox_d{
            width: 100%;
    display: inline-block;
    text-align: right;
    }
    #PB-width-full #PB-Series .picbox_d .imgrelative:before{
        content: "";
        width: 10px;
        height: 70px;
        background: #01e7e2;
        border-radius: 0;
        position: absolute;
        right: 98%;
        top: 76%;
        transform: translate(-50%, -50%);
    }
    #PB-width-full #PB-Series .picbox_d .imgrelative{
        width: 79%;
        margin: 0 5% 0 auto;
        position: relative;
    }
    #PB-width-full #PB-Series .picbox_d img{
        width: 100%;
    }
}
/*PB-Easy*/
#PB-width-full #PB-Easy {
    background: #fff;
    padding-top: 50px !important;
    /*display: inline-block;*/
    width: 100%;
    padding-bottom: 50px
}
#PB-width-full #PB-Easy .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Easy .maintitle_b {
    max-width: 1300px;
    margin: 0% auto 0;
    position: relative;
    width: 100%;
    padding: 30px 18px 50px;
    display: block;
    text-align: center;
}
#PB-width-full #PB-Easy .product_box{
    margin-bottom: 5%;
    /* position: absolute;
    left: 48%;
    top: 36%;
    transform: translate(-50%, 0%); */
}
#PB-width-full #PB-Easy .product_box img.pd{
    width: 100%;
}
#PB-width-full #PB-Easy .product_box .logos_area{
        position: absolute;
        left: 69%;
    top: 98%;
    transform: translate(0%, 0%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#PB-width-full #PB-Easy .product_box .logos_area img{
    width: auto;
    margin: 0 3px !important;
}
#PB-width-full #PB-Easy .product_box{
    display: inline-block;
    position: relative;
    /* top: 0;
    left: 0; */
    /* width: 100%;
    height: 100%; */
}
#PB-width-full #PB-Easy .product_box .product_tx{
    position:   absolute;
    transform: translate(0%, -50%);
}
#PB-width-full #PB-Easy .maintitle .info {
    font-size: 1.6em;
    position: relative;
    z-index: 1;
    margin-top: 1em;
}
#PB-width-full #PB-Easy .product_box .product_tx p{
    color: #000;
    font-size: 1.2em;
    line-height: 1.1;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-weight: 500;
}
#PB-width-full #PB-Easy .product_box .product_tx p small{
    font-size: 0.7em;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
}
#PB-width-full #PB-Easy .product_box .product_tx.text-left{
    text-align: left;
    left: 74%;
}
#PB-width-full #PB-Easy .product_box .product_tx.text-right{
    text-align: left;
    right: 75%;
}
#PB-width-full #PB-Easy .product_box .product_tx.t1{
    top: 17.2%;
}
#PB-width-full #PB-Easy .product_box .product_tx.t2{
    top: 35%;
}
#PB-width-full #PB-Easy .product_box .product_tx.t3{
    top: 51.5%;
}
#PB-width-full #PB-Easy .product_box .product_tx.t4{
    top: 64.4%;
    right: 69%;
    max-width: 230px;
}
#PB-width-full #PB-Easy .product_box .product_tx.t5{
        top: 91%;
    right: 68.8%;
}
@media only screen and (max-width: 1920px) {
    #PB-width-full #PB-Easy .product_box{
        min-width: 1280px;
        /* top: 30%; */
    }
}
@media only screen and (max-width: 1600px) {
    #PB-width-full #PB-Easy .product_box {
        min-width: inherit;
        /* top: 30%; */
        width: 100%;
    }
    #PB-width-full #PB-Easy .product_box .product_tx p{
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 1280px) { 
    #PB-width-full #PB-Easy .product_box{
        min-width: 915px;
        margin-bottom: 10%;
            margin-left: -5%;
        /* left: 54%; */
    }
    #PB-width-full #PB-Easy .product_box .product_tx p{
        font-size: 1em;
    }
}
@media only screen and (max-width: 1100px) {
    #PB-width-full #PB-Easy h2.pd_name span{
        padding: 6px 30px 3px;
    }
    #PB-width-full #PB-Easy .product_box .product_tx p{
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 1024px) {
    #PB-width-full #PB-Easy .product_box{
        position: relative;
        transform: translate(0%, 0%);
        width: 100%;
        min-width: inherit !important;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        margin: 0% 0% 12%;
    }
    #PB-width-full #PB-Easy .product_box img.pd{
        width: 90%;
        margin: 0 auto !important;
        max-width: 700px;
    }
    #PB-width-full #PB-Easy img.webstyle{
        display: none !important;
    }
    #PB-width-full #PB-Easy img.mobile{
        display: block !important;
    }
    #PB-width-full #PB-Easy .product_box .logos_area{
            position: relative;
    left: inherit;
    top: inherit;
    margin: -1% auto 4%;
    }
    #PB-width-full #PB-Easy .product_box .product_tx{
        position: relative;
        transform: translate(0%, 0%);
        width: 50%;
        margin-bottom: 10px;
        float: left;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        padding-left: 40px;
    }
    #PB-width-full #PB-Easy .product_box .product_tx::after{
        content: '';
        position: absolute;
        left: 0px;
        top: -5px;
        background: #ff9f00;
        color: #000;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        padding: 2px;
        text-align: center;
        line-height: 1.5;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 500;
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t4{
        max-width: inherit;
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t1::after{
        content: '1';
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t2::after{
        content: '2';
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t3::after{
        content: '3';
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t4::after{
        content: '4';
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t5::after{
        content: '5';
    }
}
@media only screen and (max-width: 768px) {
    #PB-width-full #PB-Easy .product_box .product_tx{
            width: 95%;
        padding-left: 10%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    #PB-width-full #PB-Easy .product_box .product_tx.t5{
        width: 100%;
    }
}


/*PB-Upgrade*/
#PB-width-full #PB-Upgrade {
    background: #fff;
    padding-top: 50px !important;
    /*display: inline-block;*/
    width: 100%;
    padding-bottom: 50px
}
#PB-width-full #PB-Upgrade .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-Upgrade .mainfull button{
    width: calc(100% - 36px) !important;
    height: auto !important;
    max-width: 1650px !important;
}
@media only screen and (max-width: 769px) {
   #PB-width-full #PB-Upgrade .mainfull button{
    width: 100% !important;
    } 
}
/*PB-Highspeed*/
#PB-width-full #PB-Highspeed{
    text-align: center;
    padding: 80px 18px 0px;
    background: url(../img/bg_reliability.jpg) center top no-repeat;
    background-size: cover
}
#PB-width-full #PB-Highspeed .mainsize .info{
  text-align: left;
}
#PB-width-full #PB-Highspeed .mainsize .maintitle{
    padding-top: 50px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: inline-block;
}
#PB-width-full #PB-Highspeed .mainsize .maintitle .flex-left{
    display: inline-block;
    float: left;
    width: 220px;
}
#PB-width-full #PB-Highspeed .mainsize .maintitle .flex-left img{
    width: 100%;
    max-width: 200px !important;
}
#PB-width-full #PB-Highspeed .mainsize .maintitle .flex-right{
    display: inline-block;
    float: left;
    width: calc(100% - 220px);
}
#PB-width-full #PB-Highspeed .info .info_img{
    float: right;
    margin-left: 10px;
    margin-bottom: 15%
}
#PB-width-full #PB-Highspeed p.note{
  text-align: left;
  color: #8f8f8f;
}
#PB-width-full #PB-Highspeed .chartlist{
  display: inline-block;
    width: 100%;
    margin: 30px auto 0px;
    padding: 0px 0 0;
}
#PB-width-full #PB-Highspeed ul{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#PB-width-full #PB-Highspeed ul.chart_area{
  padding: 50px 0 20px
}
#PB-width-full #PB-Highspeed ul.performance_area{
  padding: 0px 0 20px;
  max-width: 1200px
}
#PB-width-full #PB-Highspeed ul li{
    display: inline-block;
    width: 33%;
    border-right: 1px #cacaca solid;
}
#PB-width-full #PB-Highspeed ul.chart_area li{
  border: none;
}
#PB-width-full #PB-Highspeed ul.performance_area li{
  width: 16.66%;
  border: none;
  float: left;
  padding: 0 10px
}
#PB-width-full #PB-Highspeed ul.performance_area li a{
  display: inline-block;
  width: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a div{
  display: inline-block;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_a{
  background: url(../img/ico_performance_01.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_b{
  background: url(../img/ico_performance_02.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_c{
  background: url(../img/ico_performance_06.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_d{
  background: url(../img/ico_performance_04.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_e{
  background: url(../img/ico_performance_03.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a .bt_performance_f{
  background: url(../img/ico_performance_05.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_a,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_a{
  background: url(../img/ico_performance_01_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_b,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_b{
  background: url(../img/ico_performance_02_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_c,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_c{
  background: url(../img/ico_performance_06_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_d,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_d{
  background: url(../img/ico_performance_04_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_e,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_e{
  background: url(../img/ico_performance_03_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active .bt_performance_f,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover .bt_performance_f{
  background: url(../img/ico_performance_05_active.png) center top no-repeat;
  background-size: 100%;
}
#PB-width-full #PB-Highspeed ul.performance_area li a p{
  color: #9b9b9b;
  font-family: "Myriad Pro", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;    
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#PB-width-full #PB-Highspeed ul.performance_area li a.active p,
#PB-width-full #PB-Highspeed ul.performance_area li a:hover p{
  color: #ffa800;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#PB-width-full #PB-Highspeed ul li:last-child {
    border: none;
}
#PB-width-full #PB-Highspeed ul li h3{
    color: #000;
    font-size: 120px;
    font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 35px;
}
#PB-width-full #PB-Highspeed ul li h3 b{
  font-size: 80px;
  font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#PB-width-full #PB-Highspeed ul li p{
    color: #000;
    font-size: 20px;
    font-family: "SF UI Display Thin", "Helvetica", "Myriad Pro", "STHeiti Light", "Apple LiGothic Medium", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    width: 100%;
    display: block;
    line-height: 1em;
    font-weight: 500;
}
#PB-width-full #PB-Highspeed ul li:last-child{
    border: none
}
#PB-width-full #PB-Highspeed .performance_info{
  display: inline-block;
  width: 100%;
  margin: 20px 0 100px;
      max-width: 1170px;
      padding: 20px 20px;
      border: 1px solid rgba(255, 169, 66, 0.5);
}
#PB-width-full #PB-Highspeed .performance_info .performance_info_txt{
  display: none
}
#PB-width-full #PB-Highspeed .performance_info .performance_info_txt p{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px
}
#PB-width-full #PB-Highspeed .performance_info .performance_info_txt.active{
  display: block
}
@media only screen and (max-width: 769px) {
  #PB-width-full #PB-Highspeed ul.performance_area li{
    width: 33.33%;
    margin-bottom: 10px;
  }
  #PB-width-full #PB-Highspeed ul.performance_area li a p{
    font-size: 0.7em;
    line-height: 1.1;
    min-height: 30px;
  }
  #PB-width-full #PB-Highspeed .performance_info{
    margin-bottom: 50px
  }
  #PB-width-full #PB-Highspeed .mainsize .maintitle .flex-left{
    width: 100%;
    text-align: center !important;
  }
  #PB-width-full #PB-Highspeed .mainsize .maintitle .flex-right{
    width: 100%;
  }
}
/*#PB-width-full #PB-workload*/
#PB-width-full #PB-workload{
    background:#fff;
    padding: 100px 0 100px;
}
#PB-width-full #PB-workload .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#PB-width-full #PB-workload .maintitle h3{
    font-size: 1.75em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 20px 0 0px 0 !important;
    padding-bottom: 15px;
    color: #0068b5 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}
#PB-width-full #PB-workload .productGridTable {
    position: relative;
    margin-bottom: 20px;
}
#PB-width-full #PB-workload .productGridTable-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #f5f5f5, #f5f5f5, #f5f5f5);
    vertical-align: top;
    border-radius: 15px;
}
#PB-width-full #PB-workload .productGridTable-item {
    padding: 30px 18px 30px;
    background-color: #f3f6f8;
    min-height: auto;
}
#PB-width-full #PB-workload .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#PB-width-full #PB-workload .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#PB-width-full #PB-workload .productGridTable-item .itemInfoContainer {
    margin-top: 10px;
    min-height: auto;
}
#PB-width-full #PB-workload .itemAction {
    position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#PB-width-full #PB-workload .itemAction.tag p{
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0 0 4px;
    border-radius: 5px;
    font-size: 0.9em;
    background: #0068b5;
    padding: 3px 5px;
}
#PB-width-full #PB-workload a.link_style.link_style_c{
    min-width: 125px;
}
#PB-width-full #PB-workload .itemInfoContent .itemInfo-title{
    font-size: 1.7em;
    font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000 !important;
    margin: 25px 0 5px !important;
    text-align: center;
}
#PB-width-full #PB-workload .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#PB-width-full #PB-workload .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#PB-width-full #PB-workload .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #PB-width-full #PB-workload .productGridTable {
        justify-content: flex-start;
    }
    #PB-width-full #PB-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PB-width-full #PB-workload .productGridTable-item {
        margin: 0 15px 10px;
        width: calc(25% - 30px);
        max-width: 400px;
    }
    #PB-width-full #PB-workload .productGridTable-item.productGridTable-item_link{
        width: calc(45% - 10px);
        max-width: inherit;
        background: none;
    }
    #PB-width-full #PB-workload .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    #PB-width-full #PB-workload .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #PB-width-full #PB-workload .itemAction {
        /*display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;*/
    }
    #PB-width-full #PB-workload .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #PB-width-full #PB-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 850px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #PB-width-full #PB-workload .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 30px 30px 30px;
        width: 50%;
        max-width: 410px;
        min-height: auto;
    }
    #PB-width-full #PB-workload .productGridTable .productGridTable-item {
        padding: 30px 30px 30px;
    }
    #PB-width-full #PB-workload .itemInfoContainer {
        /*margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;*/
        width: 100%;
    }
    #PB-width-full #PB-workload .itemAction{
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #PB-width-full #PB-workload .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }
    #PB-width-full #PB-workload .productGridTable-item.productGridTable-item_link{
        width: calc(66% - 10px);
        max-width: inherit;
        background: none;
    }
    #PB-width-full #PB-workload .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 92%;
    }

}
@media (max-width: 730.5px){
    #PB-width-full #PB-workload{
        padding-top: 0;
    }
    #PB-width-full #PB-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PB-width-full #PB-workload .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: 354px;
        min-height: auto;
    }
    #PB-width-full #PB-workload .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #PB-width-full #PB-workload .itemInfoContainer {
        /*margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;*/
        width: 100%;
    }
    #PB-width-full #PB-workload .itemAction {
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #PB-width-full #PB-workload .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #PB-width-full #PB-workload .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #PB-width-full #PB-workload a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #PB-width-full #PB-workload .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
    #PB-width-full #PB-workload .productGridTable-item.productGridTable-item_link{

        max-width: inherit;
        background: none;
    }
}
@media (max-width: 480px){
    #PB-width-full #PB-workload .maintitle{
        padding: 0px 0;
    }
    #PB-width-full #PB-workload .maintitle h2{
        text-align: center !important;
    }
    #PB-width-full #PB-workload .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #PB-width-full #PB-workload .productGridTable .productGridTable-item  {
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: inherit;
    }
}



/*#PB-width-full .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#PB-width-full .text_icon p {
    display: inline-block;
    width: 100%
}

#PB-width-full .text_icon .title {
    /*font-style: italic;*/
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;    font-size: 6.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #0068b5;
    /* margin-bottom: -10px; */
}

#PB-width-full .text_icon .title span {
    font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 0.2em;
    margin-left: 3px;
    line-height: 1em;
    color: #000;
    font-weight: 300;
    white-space:nowrap;
}

#PB-width-full .text_icon .desc {
font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
font-size: 1.2em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2em;
    display: inline-block;
    /* margin-top: -30px; */
}
#PB-width-full .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1320px) {
    #PB-width-full .text_icon .title{
        font-size: 5em;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    #PB-width-full .text_icon .title {
        font-size: 8em;
        margin-bottom: -10px;
    }
    #PB-width-full #PB-Text .solutions_box .list_40,
    #PB-width-full #PB-Text .solutions_box .list_20{
        width: 100%;
    }
    #PB-width-full #PB-Text .solutions_box .list_20{
        margin: 50px 0;
    }
    #PB-width-full #PB-Text .solutions_box .list_20:after{
        display: none;
    }
    #PB-width-full #PB-Text .solutions_box h3{
        min-height: inherit;
    }
}

@media only screen and (max-width: 769px) {
    #PB-width-full .text_icon_list li,
    #PB-width-full .text_icon_list.list_auto li {
        width: 100%;
        margin-bottom: 30px;
    }

    #PB-width-full .text_icon .title {
        font-size: 5.6em
    }

    #PB-width-full .text_icon .title span {
        font-size: 0.2em
    }
    #PB-width-full #PB-Text h3 {
        text-align: left;
    }
    #PB-width-full #PB-Text .bg{
        top: 0%;
        width: 300%;
        left: -50%;
    }
    #PB-width-full #PB-Text h4.text_stroke{
        right: -3.7em;
        font-size: 2.4em;
        top: 50%;
        left: inherit;
    }
}
@media only screen and (max-width: 480px) {

}
#PB-width-full h4.text_stroke{
    background-size: 100% 100%;
    -webkit-text-stroke: 1px #0068b5;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    font-size: 3em;
    text-transform: uppercase;
    font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
        position: absolute;
    left: -3.4em;
    top: 44%;
}

/*#PB-width-full #PB-Solutions*/
#PB-width-full #PB-Solutions{
    position: relative;
}
#PB-width-full #PB-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#PB-width-full #PB-Solutions .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#PB-width-full #PB-Solutions .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#PB-width-full #PB-Solutions .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #PB-width-full #PB-Solutions .text_icon .title {
        font-size: 2.5em
    }
    #PB-width-full #PB-Solutions .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 769px) {
    #PB-width-full #PB-Solutions .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #PB-width-full #PB-Solutions .text_icon_list li,
    #PB-width-full #PB-Solutions .text_icon_list.list_auto li {
        width: 100%;
        margin-bottom: 30px;
    }
    #PB-width-full #PB-Solutions .bg{
        width: 300%;
    }
    #PB-width-full #PB-Solutions .mainfull{
        padding-top: 0;
    }
    #PB-width-full #PB-Solutions .text_icon_list li, #PB-width-full #PB-Solutions .text_icon_list.list_auto li{
        margin: 20px 0;
    }
    #PB-width-full #PB-Solutions .text_icon_list{
        margin: 0px 0 30px;
        padding: 0;
    }
    #PB-width-full #PB-Solutions .text_icon .title {
        font-size: 3.6em
    }

    #PB-width-full #PB-Solutions .text_icon .title span {
        font-size: 0.2em
    }
}




@media only screen and (max-width: 1880px) {
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        font-size: 2.5em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1780px) {
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        font-size: 2.4em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1440px) {
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        font-size: 2.4em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        font-size: 2em;
        line-height: 1.2em;
    }

   /*  #PB-width-full .flex-item .info,
    #PB-width-full .mainfull .maintitle .info,
    #PB-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #PB-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #PB-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 769px) {

    #PB-width-full img.webstyle,
    #PB-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #PB-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PB-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #PB-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PB-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PB-width-full img.mobile,
    #PB-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #PB-width-full .maintitle .info,
    #PB-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #PB-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #PB-width-full .flex-item .info,
    #PB-width-full .mainfull .maintitle .info,
    #PB-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

    #PB-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#PB-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #PB-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2em !important;
        text-align: center !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #PB-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #PB-width-full .full-section {
        padding: 0 0;
    }
}
@media only screen and (max-width: 480px) {
    #PB-width-full .mtitle p,
    #PB-width-full h2 {
        font-size: 2.4em !important;
        line-height: 1.2em;
    }
}
/* nav bar */
#PB-width-full #PB-nav {
    position: fixed;
    top: 45%;
    right: 10px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#PB-width-full #PB-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#PB-width-full #PB-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 20px
}

#PB-width-full #PB-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#PB-width-full #PB-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#PB-width-full #PB-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #0068b5;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#PB-width-full #PB-nav ul li.on.active b,
#PB-width-full #PB-nav ul li.active b {
    top: 90%
}

#PB-width-full #PB-nav ul li:hover b {
    display: inline-block !important;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: auto;
}

#PB-width-full #PB-nav ul li:hover div {
    background: #0068b5
}

#PB-width-full #PB-nav ul li.active {
    height: 38px !important
}

#PB-width-full #PB-nav ul li.active div {
    background: #0068b5;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 769px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #PB-width-full #PB-nav {
        display: none;
    }
}

/*動態CSS*/
#PB-width-full .txt_move {
    /*position: relative;*/
    animation: 1.5s ease txt_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#PB-width-full .pic_move_a {
    position: relative;
    animation: 2s ease pic_move_a;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#PB-width-full .pic_move_b {
    position: relative;
    animation: 2s ease pic_move_b;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#PB-width-full .pic_move_c {
    position: relative;
    animation: 2s ease pic_move_c;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}


/* @media only screen and (max-width: 768px) {
.product-section .product-content,
.full-section .product-content .product-text,
#PB-width-full .mainfull .maintitle .product-text,
#PB-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#PB-width-full .txt_move{
animation: inherit !important;
}
#PB-width-full .txt_move_b{
animation: inherit !important;
}
} */

#PB-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#PB-width-full .slick-prev:before, #PB-width-full .slick-next:before {
  color: #0072ce !important;
}
#PB-width-full .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PB-width-full .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PB-width-full .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#PB-width-full .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #PB-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #PB-width-full .slick-prev:before,
    #PB-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#videoplayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199999;
    padding: 2%;
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 1);
    animation: videoplayer-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s;
    animation-fill-mode: backwards
}

#videoplayer iframe.player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: black
}

#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    opacity: .6;
    transition: opacity .15s;
    color: white;
    cursor: pointer
}

#videoplayer .close:hover {
    opacity: 1
}

#videoplayer .close:active {
    opacity: .82
}

#videoplayer .close:focus {
    opacity: .82;
    box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
    outline: none
}

#videoplayer .close:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
    content: "\00D7";
    font-family: 'arial', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
#PB-width-full a.play.video_btn{
    display: inline-block;
    position: relative; 
}
#PB-width-full a.play.video_btn:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 1;
}
#PB-width-full a.play.video_btn:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
#PB-width-full .bgstyle{
    display: inline-block;
    position: relative;
}
#PB-width-full .bgstyle span.tag{
    color: #fff;
    background: #0068b5;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 6px 20px;
    /* text-transform: uppercase; */
}
#PB-width-full .flex-reverse .bgstyle span.tag{
    left: auto;
    right: 0;
}
#PB-width-full .bgstyle span.tag:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #fdfefe #fdfefe transparent transparent;
    position: absolute;
    top: -2px;
    right: -2px;
    margin: auto;
}

#PB-width-full .bgstyle:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 10px;
    top: 10px;
    background-image: linear-gradient(45deg, #0068b5, #307cb5, #78c6ff);
}
#PB-width-full a.play.video_btn .icon-play{
     width: 60px;
     height: 60px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.5);
     border:  2px solid #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: auto;
     opacity: .8;
     transform: translate(-50%, -50%);
     -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     z-index: 2;
}
#PB-width-full a.play.video_btn .icon-play:before{
     content: '';
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 0 10px 15px;
     border-color: transparent transparent transparent #ffffff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 5px;
     margin: auto;
        -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
#PB-width-full a.play.video_btn:hover .icon-play{
    width: 80px;
    height: 80px;
    background: #0068b5;
    border: 2px solid #0068b5;
    -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     opacity: 1;
}
#PB-width-full a.play.video_btn:hover .icon-play:before{
    border-width: 20px 0 20px 30px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    left: 10px;
}

#PB-width-full ul.icos_box {
    text-align: left;
    width: 100%;
    margin: 10px auto 0;
}

#PB-width-full ul.icos_box li {
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    padding: 0 10px !important;
    margin-bottom: 10px !important;
}

#PB-width-full ul.icos_box li img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#PB-width-full ul.icos_box li span {
    font-size: 0.9em;
    color: #d0b18a;
}

@media only screen and (max-width: 1024px) {
    #PB-width-full ul.icos_box li {
        max-width: inherit !important;
    }
}


/**/
#PB-width-full #Resources{
    /* display: inline-block; */
    background: #f5f5f5;
}
#PB-width-full #Resources .maintitle{
        text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
}
#PB-width-full #Resources .productGridTable {
    position: relative;
}
#PB-width-full #Resources .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 0px 0px 92px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    min-height: auto;
}

#PB-width-full #Resources .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#PB-width-full #Resources .itemImgContainer .lab_mark{
    font-family: "MyriadPro",sans-serif;
    color: #fff;
    font-size: 0.8em;
    padding: 5px 20px;
    background: #0068B1;
    border-radius: 0px 0 0px 8px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#PB-width-full #Resources .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    /* max-width: 314px; */
    background-size: contain;
}
#PB-width-full #Resources .productGridTable-item .itemInfoContainer {
    margin-top: 32px;
    min-height: auto;
    padding: 0 30px;
}
#PB-width-full #Resources .itemAction {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#PB-width-full #Resources a.link_style.link_style_c{
    min-width: 125px;
}

#PB-width-full #Resources .itemInfoContent .itemInfo-txt{
    font-family: "MyriadPro",sans-serif;
    color: #555555;
    margin: 0 auto 20px;
    max-width: 950px;
    text-align: left;
    font-size: 1em;
}
#PB-width-full #Resources .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#PB-width-full #Resources .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#PB-width-full #Resources .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 0px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#PB-width-full #Resources .regular .productGridTable-item,
#PB-width-full #Resources .regular_b .productGridTable-item,
#PB-width-full #Resources .regular_c .productGridTable-item,
#PB-width-full #Resources .regular_d .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #PB-width-full #Resources .productGridTable {
        justify-content: flex-start;
    }
    #PB-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 50px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PB-width-full #Resources .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(33.33% - 10px);
        max-width: 410px;
        min-height: 420px;
    }
    
    #PB-width-full #Resources .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #PB-width-full #Resources .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 30px;
        padding-left: 30px;
    }
    #PB-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #PB-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #PB-width-full #Resources .productGridTable-item{
        min-height: 460px;
    }
    #PB-width-full #Resources .regular_c .productGridTable-item {
        min-height: 730px;
    }
    #PB-width-full #Resources .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width: 49%;
        max-width: 410px;
        min-height: auto;
    }
    #PB-width-full #Resources .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
    }
    #PB-width-full #Resources .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #PB-width-full #Resources .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #PB-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #PB-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PB-width-full #Resources h2{
        text-align: center !important;
    }
    #PB-width-full #Resources .productGridTable-item{
        min-height: 490px;
    }
    #PB-width-full #Resources .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 354px;
        min-height: auto;
    }
    #PB-width-full #Resources .productGridTable .productGridTable-item  {
        
    }
    #PB-width-full #Resources .regular .productGridTable-item,
    #PB-width-full #Resources .regular_b .productGridTable-item,
    #PB-width-full #Resources .regular_c .productGridTable-item,
    #PB-width-full #Resources .regular_d .productGridTable-item{
        padding-bottom: 0px;
    }
    #PB-width-full #Resources .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #PB-width-full #Resources .itemAction {
        bottom: 20px;
        padding-right: 30px !important;
        padding-left: 30px !important;
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
        box-sizing: border-box;
    }
    #PB-width-full #Resources .regular .itemAction,
    #PB-width-full #Resources .regular_b .itemAction,
    #PB-width-full #Resources .regular_c .itemAction,
    #PB-width-full #Resources .regular_d .itemAction {
        bottom: 30px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #PB-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #PB-width-full #Resources a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #PB-width-full #Resources .regular .productGridTable-item a.link_style,
    #PB-width-full #Resources .regular_b .productGridTable-item a.link_style,
    #PB-width-full #Resources .regular_c .productGridTable-item a.link_style,
    #PB-width-full #Resources .regular_d .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #PB-width-full #Resources .maintitle{
        padding: 50px 0;
    }
    #PB-width-full #Resources .maintitle h2{
        text-align: center !important;
    }
    #PB-width-full #Resources .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #PB-width-full #Resources .productGridTable .productGridTable-item  {
        width: 100%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

#PB-width-full #Resources .slider {
    width: 92%;
    text-align: center;
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 0px 0 10px;
    display: inline-block;
    height: 100%;
    background: none;
}
.slick-initialized .slick-slide{

}
#PB-width-full #Resources .slick-prev:before, #PB-width-full #Resources .slick-next:before {
  color: #0072ce !important;
}
#PB-width-full #Resources .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PB-width-full #Resources .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PB-width-full #Resources .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#PB-width-full #Resources .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #PB-width-full #Resources .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;

    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #PB-width-full #Resources .slick-prev:before,
    #PB-width-full #Resources .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}
#PB-width-full #Resources .itemAction a.link_style {
    display: inline-block;
    padding: 8px 25px 6px;
    text-align: center;
    border: 2px #0068b5 solid;
    border-radius: 5px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 1em;
    text-decoration: none;
    width: 100%;
}
#PB-width-full #Resources .itemAction a.link_style:after{
    display: none;
}
#PB-width-full #Resources .itemAction a.link_style p{
      padding-right: 0px;
    position: relative;
    font-size: 1em;
    color: #0068b5;
        display: inline-block;
        white-space: nowrap;
        font-size: 1em;
}
#PB-width-full #Resources .itemAction a.link_style p:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 48%;
    right: 0%;
    transform: translate(0%, -50%);
    background: url(../img/ico_link.svg) center center no-repeat;
    background-size: 100% 100%;
}
#PB-width-full #Resources .itemAction a.link_style:hover{
    background: #0068b5;
}
#PB-width-full #Resources .itemAction a.link_style:hover p{
    color: #fff;
}
#PB-width-full .owl-carousel button{
    background: none;
    border: none;
}
#PB-width-full .owl-carousel .owl-next:before,
#PB-width-full .owl-carousel .owl-prev:before{
    padding-bottom: 400%;
}

/*套入天地*/
header{
    display: flex;
}