/*Google_font*/
@font-face {
    /*黑體*/
    font-family: '黑體';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.woff) format('woff'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.ttf) format('truetype');
}

@font-face {
    /*楷體*/
    font-family: '楷體';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.woff) format('woff'),
    url(//fonts.gstatic.com/ea/cwtexkai/v3/cwTeXKai-zhonly.ttf) format('truetype');
}
/*Google_font*/
/*User_tool--------------------------------*/
#user_tool {
    position: fixed;
    top: 70px;
    right: 30px;
    width: 47px;
    height: calc(100% - 228px);
    z-index: 3;
}

#user_tool > #user_home{
    position: relative;
    width: 47px;
    height: 47px;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: url('../../../../img/page/product/icon/icon-home-01.png');
    background-repeat: no-repeat;
}

#user_tool > #user_share{
    position: relative;
    margin-top: 20px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    float: left;
    -webkit-user-select: none;
    background-image: url('../../../../img/page/product/icon/icon-share-01.png');
    background-repeat: no-repeat;
    z-index: 3;
}


#user_tool > #user_next{
    position: relative;
    margin-top: 20px;
    width: 47px;
    height: 46px;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: url('../../../../img/page/product/icon/next_page_b_v2.png');
    background-repeat: no-repeat;
}
/*--------------------------------User_tool*/

/*Menu--------------------------------------*/
#menu_share {
    position: fixed;
    /*width: 200px;*/
    /*height: 200px;*/
    width: 100%;
    height: 100%;
    display: none;
    /*top: 318px;*/
    /*left: 1290px;*/
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#share_tooltip {
    position: relative;
    width: 460px;
    height: 200px;
    top: 25%;
    left: 40%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #999;
    z-index: 2;
    display: none;
    box-shadow: 5px 5px 5px #444444;
}

#share_tooltip ul {
    position: relative;
    margin: 15% auto;
    width: 290px;
}

#share_close {
    position: relative;
    float: right;
    z-index: 3;
    width: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #999;
    background-color: #ddd;
    border-radius: 0 5px 0 5px;
    cursor: pointer;
}

#share_close:hover {
    border-radius: 0 5px 0 5px;
    background-color: #999;
    color: #ddd;
}

#share_link_copy {
    position: relative;
    margin: 0 auto;
    width: 100px;
    top: -55px;
    color: #9faaaa;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

#share_copy_msg {
    position: relative;
    margin: 0 auto;
    width: 370px;
    top: -47px;
    display:none;
    font-size: 15px;
    line-height: 25px;
    color: #f39800;
}

#share_link_copy:hover {
    border: 1px solid #666;
}

#menu_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 1;
}
#menu_prod {
    position: absolute;
    top: 30px;
    left: 66px;
    width: 270px;
}

#menu_title {
    position: fixed;
    width: 270px;
    background-color: rgb(242, 173, 60);
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    z-index: 2;
}

#menu_title_text {
    position: relative;
    float: left;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    margin-left: 9px;
    width: 210px;
    overflow: hidden;
    display: block;
}

#menu_title_flag {
    position: relative;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 30px;
    width: 20px;
    color: #fff;
}

#menu_group {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 2px #444;
    max-height: 520px;
    overflow-y:auto;
    top: -700px;
    z-index: 2;
}

.menu_item:first-child{
    margin-top: 0px;
}

.menu_item {
    position: relative;
    margin-left: 7px;
    margin-top: 7px;
    width: calc(100% - 14px);
    height: 125px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
}

.menu_item .menu_img img {
    position: relative;
    width: 256px;
    height: 125px;
}

.menu_item .menu_sub {
    position: relative;
    background-color: rgb(242, 173, 60);
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    margin-top: -32px;
    font-size: 17px;
    font-weight: 200;
    color:#fff;
}
/*--------------------------------------Menu*/

/*Product-----------------------------------*/
#warp{
    position: relative;
}
.prod_item{
    position: relative;
    overflow: hidden;
}

.prod_title a {
    text-decoration: none;
}

.prod_item.type_a img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

.prod_item.type_b .block_left{
    position: relative;
    width: 60%;
    height: 100%;
    float: left;
}

.prod_item.type_b .block_left img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

.prod_item.type_b .block_right{
    position: relative;
    width: 40%;
    height: 100%;
    float: right;
}


.prod_item.type_b .block_right .prod_title{
    position: relative;
    margin-top: 70px;
    margin-left: 10px;
    font-size: 36px;
    line-height: 40px;
    font-family: "微軟正黑體;黑體;楷體";
    width: 360px;
    word-break: break-all;
}

.prod_item.type_b .block_right .prod_content{
    position: relative;
    margin-top: 70px;
    margin-left: 15px;
    width: calc(100% - 200px);
    height: calc(100% - 300px);
}


.prod_item.type_c .block_left{
    position: relative;
    width: 40%;
    height: 100%;
    float: left;
}

.prod_item.type_c .block_left img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

.prod_item.type_c .block_right{
    position: relative;
    width: 60%;
    height: 100%;
    float: right;
}


.prod_item.type_c .block_right .prod_title{
    position: relative;
    margin-top: 120px;
    margin-left: 100px;
    font-size: 40px;
    line-height: 40px;
    font-family: "微軟正黑體;黑體;楷體";
}

.prod_item.type_c .block_right .prod_content{
    position: relative;
    margin-top: 70px;
    margin-left: 100px;
    width: calc(100% - 200px);
    height: calc(100% - 300px);
}

/* Type D */
.prod_item.type_d .block_left{
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.prod_item.type_d .block_left img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

.prod_item.type_d .block_right{
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
}


.prod_item.type_d .block_right .prod_title{
    position: relative;
    margin-top: 120px;
    margin-left: 100px;
    font-size: 35px;
    line-height: 40px;
    font-family: "微軟正黑體;黑體;楷體";
}

.prod_item.type_d .block_right .prod_content{
    position: relative;
    margin-top: 70px;
    margin-left: 100px;
    width: calc(100% - 200px);
    height: calc(100% - 300px);
}
/*-----------------------------------Product*/

/*Product_index-----------------------------*/
.prod_item.content .block_right{
    position: relative;
    width: 30%;
    height: 100%;
    float: right;
    overflow-y: auto;
}

.prod_item.content .block_left{
    position: relative;
    width: 70%;
    height: 100%;
    float: left;
}

.prod_item.content a {
    text-decoration: none;
    font-size: 14px;
    color: #eab660;
    font-family: "微軟正黑體";
    line-height: 32px;
}

.prod_item.content .index_title {
    margin-top: 70px;
    margin-left: 48px;
    font-size: 24px;
    font-family: "微軟正黑體";
}

.prod_item.content .index_list {
    margin-top: 40px;
    margin-left: 50px;
    padding-bottom: 20px;
}

.prod_item.content .index_list ul {
    list-style: none;
}
/*-----------------------------*Product_index_no_index/

/*Product_index-----------------------------*/
.prod_item.content .full_page{
    position: relative;
    width: 100%;
    height: 100%;
}
/*Product_index_no_index-----------------------------*/

/*Product_index_top----------------------------------*/
#prod_index_top {
    position: fixed;
    display: none;
    top: 600px;
    right: 29px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #ffffff;
    background-color: #8f8e8e;
    cursor: pointer;
    border-radius: 50px;
}

#prod_index_top:hover {
    background-color: red;
}
/*-----------------------------*Product_index_top/

/*Product_attach_file-----------------------------*/
.prod_attach {
    position: relative;
    margin-left: 15px;
    padding-left: 10px;
    /*top: -70px;*/
    /*top: 60px;*/
    top: 0px;
    /*width: calc(100% - 200px);*/
    width: 682px;
    height: auto;
}

.btn_attach_get {
    position: relative;
    margin: 5px;
    padding: 5px;
    /*width: 120px;*/
    width: 102px;
    height: 25px;
    font-size: 12px;
    float: left;
    color: #444;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.text_hidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn_attach_get img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.btn_attach_get:hover {
    color: #666;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #444444;
}
/*-----------------------------Product_attach_file*/

/*-----------------------------Product_soc*/
@font-face {
    font-family: 'si';
    src: url('../../../../img/page/product/icon/socicon-v1.5/socicon.eot');
    src: url('../../../../img/page/product/icon/socicon-v1.5/socicon.eot?#iefix') format('embedded-opentype'),
    url('../../../../img/page/product/icon/socicon-v1.5/socicon.woff') format('woff'),
    url('../../../../img/page/product/icon/socicon-v1.5/socicon.ttf') format('truetype'),
    url('../../../../img/page/product/icon/socicon-v1.5/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../../../../img/page/product/icon/socicon-v1.5/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    line-height: 48px;
    font-size: 26px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 29px;
    color: #ffffff;
    background-color: #9faaaa;
}

.soc li a:hover {
    background-color: #f39800;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'\e041';
}
.soc-twitter:before {
    content:'\e040';
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-weibo:before {
    content:'\e060';
}

/*Product_soc-----------------------------*/