/*全站*/
html,
body {
    font-family: "Roboto", Microsoft JhengHei, Arial, "sans-serif";
    font-size: 20px;
    line-height: 130%
}

body {
    overflow: hidden
}

img {
    max-width: 100%;
}

th {
    font-weight: normal
}

.row {
    margin-right: -8px;
    margin-left: -8px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 8px;
    padding-left: 8px
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

.navbar {
    min-height: inherit;
    margin-bottom: 0
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none
}

.hideobj {
    display: none;
}

.no-float {
    float: none
}

.wrap {
    margin: 0 auto
}

a {
    color: #000;
    background-color: none;
}

a:hover,
a:focus {
    text-decoration: none;
    background: none;
    color: #000;
    outline: 0
}

/*會員登入項目*/
#login-tabs li {
    background: none;
}

#login-tabs a {
    color: #000;
    background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
    text-decoration: none;
    background: none;
    color: #000;
}

/**表單元素**/
fieldset.over-border {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.4em 0 !important;
    border-radius: 16px;
}

legend.line-border {
    font-size: 16px !important;
    text-align: left !important;
    width: inherit;
    border-bottom: none;
    display: none;
}

fieldset>div {
    margin-top: 30px;
}

.red {
    color: #cc0000;
}

.radio-inline input[type='radio'] {
    margin-left: -20px;
    float: left;
}

.radio-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.help-inline {
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    float: left;
    padding-left: 0px;
    cursor: default;
}

.control-label {
    cursor: default;
}

.form-show .input-prepend {
    clear: both;
}

fieldset.instep-border {
    border: 1px solid #ccc !important;
    padding: 0 16px 16px 16px !important;
    margin: 0 0 16px 0 !important;
    border-radius: 15px;
    /*圓角*/
    background: #eeeeee;
    height: 100px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

fieldset.step-border {
    border: 1px solid #ccc !important;
    padding: 0 16px 16px 16px !important;
    margin: 0 0 16px 0 !important;
    border-radius: 15px;
    /*圓角*/
    height: 100px;
    text-align: center;
}

legend.stepline-border {
    text-align: center !important;
    width: inherit;
    border-bottom: none;
}

.enlarge {
    clear: both;
}

@media only screen and (max-width : 480px) {
    .navbar-inner li {
        display: block;
        width: 100%;
    }
}

/*#header*/
/*註冊*/

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
    text-decoration: underline;
    background: none;
}

/*語言*/
#language_area {
    margin-bottom: 5px
}

#language_area ul li a {
    color: #000;
    background: none;
    font-size: 15px;
    padding: 0 5px
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
    background: none;
    text-decoration: none;
    color: #f08200
}

#mainbanner {
    padding-top: 0px;
}


/*--側欄--*/
#sidebar {
    padding: 10px 0px
}

#sidebar .nav-header {
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    color: #000;
    margin-bottom: 20px;
    padding: 0 20px
}

#sidebar .nav-header:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 5px solid #f08200;
    display: block;
    left: 50%;
    top: -64px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    z-index: 60;
    border-radius: 3px
}

/*RSS*/
#rss_area a {
    text-shadow: none;
}

#rss_area a:hover {
    text-shadow: none;
}

h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    display: inline-block;
    border-bottom: 3px solid #f08200;
    margin: 0;
    padding: 0 15px
}

.page-header {
    margin: 0 0 40px 0;
    padding: 0
}


/*--內容區--*/
.right_content #content {

    padding: 0 0px 150px;
    position: relative;
    margin-top: -50px;
    z-index: 80
}

#result {
    display: none
}

/*麵包屑*/
#content .breadcrumb {
    text-shadow: none;
    padding: 0;
    background: none;
    text-align: right;
    margin-bottom: 20px;
    min-height: 58px
}

#content .breadcrumb li {
    text-shadow: none;
    font-size: 15px;
    color: #000
}

#content .breadcrumb li a {
    text-shadow: none;
    text-decoration: none;
    font-size: 15px;
    color: #818181
}

#content .breadcrumb li a:hover {
    text-shadow: none;
    background: none;
    text-decoration: underline;
    ;
    color: #000
}

#content .breadcrumb li .divider {
    text-shadow: none;
    background: none;
}

/*個數*/
.page-header {
    border-bottom: 1px #eee solid;
}

/*产品頁*/
.thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none
}

.thumbnail .listimg img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.thumbnail:hover .listimg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}


.catelist:nth-child(3n+1) {
    clear: left
}

.cate-name,
.cate-name-more {
    color: #333333;
    text-align: center
}

.catelist .thumbnail {
    margin-bottom: 0
}

.cate-name {
    text-align: center
}

.main_wrap {
    background: url(../images/inside_bg.jpg) center bottom no-repeat
}

.cate-name a,
.cate-name-more a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.cate-name a:hover,
.cate-name-more a:hover {}

.product-cate {
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 25px
}

.product-cate:hover {
    border: 1px solid #666;
    border-top: 1px solid #f08200;
    border-right: 1px solid #f08200
}

.product-cate:hover .cate-name a {
    color: #f08200
}

.pro-desc {
    height: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}

.spec {
    height: 38px;
}

/*产品介紹頁*/
#pb_area {
    border: 0;
    overflow: hidden;
}

.thumbnail img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

.input-group {
    display: table;
    padding-bottom: 10px;
    width: 100%;
}

.input-group .form-control {
    margin-bottom: 0px;
}

.txtNormal {
    overflow: auto;
    width: 100%;
}

#content .thumbnails .prodlist {

    overflow: hidden;
}

#content .thumbnails .catelist {

    overflow: hidden;
}

.listtxtspec .input-prepend {
    padding: 1px 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

.listimg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 10px
}

#lineqty {
    width: 30%;
}

.showsmall ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.showsmall li {
    float: left;
}

.showsmall li img {
    margin: 3px;
    padding: 3px;
    width: 50px;
}

/*頁籤**/
.nav-tabs .active a {
    font-weight: bold;
}

/*訊息用*/
.msgcont {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px;
}

.msg_img_title {
    width: 30%;
}

/*尾檔*/
#cominfo ul li {
    font-size: 16px;
    margin-bottom: 5px
}

#cominfo .cominfotel,
#cominfo .cominfofax {
    display: inline-block
}

#cominfo .cominfofax {
    margin-left: 30px
}

#cominfo i {
    color: #f08200
}

#copyright {
    text-align: center;
    padding: 0 8px;
    line-height: 100%
}

#footlink ul li a {
    border-radius: inherit;
    display: inline-block;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
    background: none;
    text-decoration: underline;
}



/*首頁用*/
#index_msg_ul a {
    background: #eee;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
}

#index_msg_ul a:hover {
    background: #eee;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel .span {
    small_class
}

.item {
    background-color: #fff;

    height : {
        small_height
    }

    px;
    text-align : center;

    /* Firefox, Chrome */
    line-height : {
        small_height
    }

    px;

    /* IE */
    *font-size : 180px;
    /* 200px * 0.9 = 180px */
}

#idxprocarousel img {
    vertical-align: middle;
}

#idxprocarousel .caption {
    background: #666;
    padding: 5px;
}

#idxprocarousel .caption a {
    color: #fff;
}

#content .pshow_title {
    border-left: 5px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    background-color: #eee;
    padding: 7px;
    display: none
}

ul {
    list-style: none;
}

#footer .ftbar {}

.prodesc ul li {
    font-size: 15px;
    color: #777;
    position: relative;
    padding: 2px 0 2px 15px;
    margin-bottom: 2px
}

.prodesc {
    margin-left: 5px
}

/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
    position: absolute;
    left: 1%;
    top: 40%;
    width: 17px;
    height: 30px;
    z-index: 99;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
    position: absolute;
    right: 1%;
    top: 40%;
    width: 17px;
    height: 30px;
    z-index: 99;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
    position: absolute;
    left: 0;
    z-index: 99;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
    background: #fff;
}

/***style for banner's arrows and pagination end ****/

/*style for google map  2015.10.21*/
.googlemap {
    width: 100%;
    height: 12em;
}

.listimg a.btn.btn-link {
    display: initial;
}


/*menu*/

.nav>li>a {
    padding: 5px 8px;
    cursor: pointer
}

.menu_area {
    background: #f08200;
    border-bottom: 1px solid #f08200;
}

.nav_bar {
    display: inline-block;
    text-align: right;
    width: 100%
}

#main_menu>li {
    display: inline-block;
    text-align: right
}

#main_menu>li>a {
    color: #fff;
    font-size: 18px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    border-top: 3px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 3px 20px
}

#main_menu>li>a:hover,
#main_menu>li>a.active {
    background: none;
    border-bottom: 3px solid rgba(255, 255, 255, 1)
}

.hd_top {
    padding: 10px 20px
}

#main_menu li li a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 15px;
    display: block
}

#main_menu li li a.active,
#main_menu li li a.active:hover {
    background: #f08200;
    color: #fff
}

#main_menu li li a:hover {
    background: rgba(0, 0, 0, 0.1)
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0
}

#main_menu>li:hover .dropdown-menu {
    display: block
}
ul.dropdown-menu #incateall {
    display: none;
}

.open>.dropdown-menu {
    display: none
}

.logo_area {
    width: 320px
}

.company_logo {
    max-width: 320px
}

.sub_features {
    width: calc(100% - 320px)
}

.qsearch_area {
    width: 300px
}

.qsearch_area .form-control {
    padding: 2px 10px;
    border-radius: 0;
    height: 30px
}

.qsearch_area .btn {
    padding: 4px 10px 2px;
    line-height: 22px
}

.more_btn {
    background: url(../images/btn_bg.jpg) center no-repeat #f08200;
    line-height: 90px;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.more_btn:hover {
    background: url(../images/btn_bg.jpg) center no-repeat #f08200;
    color: #fff;
    box-shadow: 0 0 19px rgba(78, 27, 0, 0.78)
}

#footer {
    font-size: 15px
}

#mobile_toggle {
    display: none
}




/*heade*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+32,ffffff+85&1+32,0.9+85 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.9) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.9) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.9) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);
    /* IE6-9 */
}

#header2 {
    background: rgba(255, 255, 255, 0.9)
}

#header2 .hd_top {
    display: none
}

#header2 .menu_area {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 0
}

#header2 #main_menu>li>a {
    margin: 0;
    border: 0;
    padding: 8px 20px
}

#header2 #main_menu>li>a.active,
#header2 #main_menu>li>a:hover {
    background: #f08200;
    border: 0
}

#header2 .logo_area {
    width: 20%
}

#header2 #language_area ul li a {
    font-size: 14px;
    line-height: 100%
}

.header * {
    -webkit-transition: position 0.3s ease 0.3s;
    -moz-transition: position 0.3s ease 0.3s;
    -ms-transition: position 0.3s ease 0.3s;
    -o-transition: position 0.3s ease 0.3s;
    transition: position 0.3s ease 0.3s;
}

.header--clone {
    position: fixed;
    width: 100%;
    z-index: 130;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-160px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.sb-active .header--clone {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

#qsearch .input-group {
    padding-bottom: 0
}



/*footer*/
#footer {
    background: #646464;
    color: #fff
}

#footer a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#footer a:hover {
    color: #f08200;
}

.ft_nav,
.ft_info_zone {
    width: 50%;
    float: left
}

.ft_info_zone {
    float: right;
    width: 357px
}

.ft_up {
    padding-top: 20px;
    padding-bottom: 30px
}

#custnav ul ul li {
    float: left;
    font-size: 15px
}

#custnav1 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px
}

#footer .nav>li>a {
    position: relative
}

#footer .nav>li>a:hover {
    background: rgba(0, 0, 0, 0)
}

#footer .ftbar .nav>li>a {
    padding: 10px 15px 15px;
    border-bottom: 2px solid rgba(240, 130, 0, 0);
    border-radius: 0
}

#footer .ftbar .nav>li>a:hover {
    border-bottom: 2px solid rgba(240, 130, 0, 1);
    background: none
}

#cm1 .nav>li>a {
    padding: 2px 15px
}

#cm1 .nav>li>a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    left: 0;
    top: 12px;
    position: absolute;
    background: #fff;
}

#cm1 .nav>li>a:hover:before {
    background: rgba(240, 130, 0, 1)
}

#cm1 .nav-header {
    font-size: 16px
}

.ft_logo {
    font-size: 23px;
    margin: 15px 0;
    font-weight: bold;
}

.bt_line {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.ft_link {
    float: left;
    padding-top: 5px
}

.ft_link>div {
    display: inline-block;
    color: #333;
    vertical-align: top
}

.smo {
    float: right
}

#footer .ft_link a {
    color: #333;
    padding: 0
}

#footer .ft_link li {
    padding: 0 5px;
    /*border-right: 1px solid #ccc;*/
    line-height: 100%
}

#footer .ft_link li:last-child {
    border-right: 0
}

.smo a {
    background: rgba(196, 196, 196, 1.00);
    border-radius: 3px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    font-size: 18px
}

#footer .smo a:hover {
    background: #f08200;
    color: #fff
}


#gotop {
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 120;
    cursor: pointer
}

#gotop>div:after {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#gotop>div:hover:after {
    border-top: 1px solid #f08200;
    border-right: 1px solid #f08200
}

ul {
    padding: 0
}

.in_banner_des {
    display: none
}

.main_wrap {
    position: relative
}

.main_wrap:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 1920px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -130px;
    z-index: 30;
    display: block;
    height: 130px
}



/*內頁*/

.left_nav {
    width: 275px;
    margin-top: 25px
}

.right_content {
    width: calc(100% - 275px);
    padding-left: 80px
}

#side_menu a {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#side_menu a:hover {
    background: #fff;
    color: #f08201
}

#side_menu ul>li>a.active {
    color: #f08201;
    border-bottom: 1px solid #f08201;
    background: #fafafa
}

#side_menu ul>li.active>ul {
    border-bottom: 1px solid #f08201
}

#side_menu ul>li.active>ul>li {
    margin-bottom: 1px
}

#side_menu ul>li.active>ul>li>a {
    border-bottom: 0;
    font-size: 16px;
    padding: 5px 20px 5px 40px;
    position: relative;
    line-height: 25px
}

#side_menu ul>li.active>ul>li>a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #f08201;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#side_menu ul>li.active>ul>li>a.active,
#side_menu ul>li.active>ul>li:hover>a {
    background: #f08201;
    color: #fff
}

#side_menu ul>li.active>ul>li>a.active:before,
#side_menu ul>li.active>ul>li>a:hover:before {
    background: #fff
}



.prodlist:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0
}

.prodlist:hover:after {
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(240, 130, 0, 1)
}

.prodlist {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 50px
}

.prodlist .listimg,
.prodlist .pro_list_right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.prodlist .pro_list_right {
    padding-top: 20px
}

.prodlist .pro_list_right .cate-name {
    text-align: left;
    margin-bottom: 10px
}

.prodlist .pro_list_right .cate-name a {
    color: #f08200;
    font-size: 18px;
}

.prolistdesc {
    font-size: 15px;
    color: #777
}

.prolistdesc li {
    position: relative;
    padding: 5px 5px 5px 20px
}

.up_btn {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 3
}

.prolistdesc li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: #f08200;
    position: absolute;
    left: 0;
    top: 12px
}

.pro-name {
    font-size: 40px;
    color: #000;
    line-height: 45px;
    margin: 80px 0 30px
}

.prodesc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 1px;
    top: 12px
}

.proshowqty .hideobj {
    display: none
}

.proshowqty .input-group-btn {
    position: fixed;
    right: 0;
    bottom: 15%;
    white-space: normal;
    width: 50px;
    z-index: 30
}

.proshowqty .input-group-btn a.btn-primary {
    background: url(../images/inq_btn.png) no-repeat;
    width: 51px;
    height: 119px;
    font-size: 18px;
    white-space: normal;
    margin: 0;
    border-radius: 0;
    padding: 30px 16px;
    position: relative;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.proshowqty .input-group-btn a.btn-primary:hover {
    background: url(../images/inq_btna.png) no-repeat;
    border: 0
}

img.mfp-img {
    background: #fff
}

.pro_top_zone {
    background: url(../images/pro_bg.jpg) bottom no-repeat;
    padding-bottom: 80px;
    background-size: contain
}

.download_zone {
    margin: 30px 0 50px
}

.download_zone a {
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.download_zone a.popup-video {
    display: none;
}
.download_zone a:hover {
    background: #f08200;
    color: #fff;
    border: 1px solid #f08200
}

.download_zone a.popup-video:hover {
    background: #000;
    border: 1px solid #000
}

#prodNav {
    position: relative;
    min-height: 350px
}

#prodNav ul.nav-tabs {
    width: 100%;
    position: absolute;
    top: -39px;
    text-align: center
}

#prodNav ul.nav-tabs li {
    display: inline-block;
    text-align: center;
    float: none
}


#prodNav .nav-tabs>li>a {
    background: url(../images/tab_gy.png) no-repeat;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 20px;
    border: 0
}


#prodNav .nav-tabs>li.active>a,
#prodNav .nav-tabs>li.active>a:hover,
#prodNav .nav-tabs>li.active>a:focus,
#prodNav .nav-tabs>li>a:hover {
    background: url(../images/tab_bk.png) no-repeat;
    border: 0
}

.org {
    color: #f08200
}

.mt-50 {
    margin-top: 50px
}

.mt-30 {
    margin-top: 30px
}

#prodNav .tab-pane {
    padding: 45px 16px 0
}

#prodNav .tit {
    font-size: 38px;
    line-height: 43px;
    color: #000
}

#prodNav .sub_tit {
    font-size: 16px;
    line-height: 30px;
    color: #f08200
}

#prodNav .spec-selection {
    margin: 30px 0 40px;
    display: inline-block;
    width: 100%;
    position: relative
}

#prodNav .title-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

#prodNav .title-item span.addToCompare {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px
}

#prodNav .title-item span.addToCompare.active {
    background: #f08200
}

#prodNav .title-item span {
    display: inline-block;
    vertical-align: middle
}

#prodNav .tit2 {
    border-bottom: 1px solid rgba(86, 86, 86, 1.00);
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #000;
}

#prodNav .sub_tit2 {
    background: #988268;
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

#prodNav .spec-selection:after {
    content: "\f07e";
    font-family: FontAwesome;
    font-size: 50px;
    color: rgba(42, 42, 42, 1.00);
    position: absolute;
    right: 0;
    bottom: -30px
}

.section {
    padding-bottom: 50px
}

.spc_tab th {
    background: #f08200;
    color: #fff
}

.spc_tab tr {
    border-bottom: 1px solid rgba(193, 193, 193, 1.00)
}

.spc_tab tr td:first-child {
    white-space: nowrap
}

.spc_tab td,
.spc_tab th {
    padding: 5px 10px;
    font-size: 15px;
    border-right: 1px solid rgba(192, 192, 192, 0.3)
}

.spc_tab th {
    border-right: 1px solid #fff
}
.spc_tab td{
    white-space: nowrap;
}

.spc_tab tr.bk_line {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.spc_tab tr.bk_line_bt {
    border-bottom: 1px solid #000
}

.spc_tab tr:hover {
    background: rgba(229, 229, 229, 1)
}

.spc_tab tr:hover td:hover {
    background: rgba(144, 144, 144, 0.8);
    color: #fff
}

.spc_tab2 table {
    border-collapse: collapse;
    width: 100%
}

.spc_tab2 th {
    background: #000;
    color: #fff
}

.spc_tab2 th,
.spc_tab2 td {
    border: 1px solid rgba(220, 220, 220, 1.00);
    padding: 5px 10px;
    font-size: 14px;
    text-align: center
}

.huge_img {
    border: 1px solid rgba(224, 224, 224, 1.00)
}

.image-popup-pic img {
    max-width: 900px;
    margin: 0 auto
}

.huge_img img {
    max-width: 100%
}

.image-popup-pic {
    margin: 0 auto;
    display: block;
    text-align: center
}

.spc_tab3 th {
    padding: 3px 10px;
    white-space: nowrap
}

.spc_tab3 th.active {
    background: #333
}

.spc_tab3 td {
    text-align: center
}

.spc_tab3 tr td:first-child {
    text-align: left
}

.sub_tit ul {
    margin-top: 15px
}

.sub_tit ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px
}

.sub_tit ul li span {
    color: #000
}

.spc_tab3 tr:hover {
    background: rgba(255, 169, 61, 0.1)
}

.spc_tab3 tr:hover td:hover {
    background: rgba(251, 143, 61, 0.2);
    color: #000
}

.slick-slide img.ban_xs {
    display: none
}

.slick-slide img

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.scrollbar {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px
}


.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb {
    background-color: #f08200;
    background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}

.caret {
    display: none
}


.wow {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.wow.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#main_menu #m3, .ftbar .nav #t2 {
	display: none;
}

#tarteaucitronAlertSmall {
	display: none !important;
}

.alpha-one .alpha-one-title {
	font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold
}

.alpha-one .alpha-one-img, .alpha-one .alpha-one-text {
    padding: 0 16px;
	margin-bottom: 20px;
}

.alpha-one .alpha-one-img img{
    margin-bottom: 10px;
}

.alpha-one .alpha-one-text {
    padding-top: 10%;
}

.mt30 {
	margin-top: 30px
}

.mt20 {
	margin-top: 20px
}


/*影片專區*/

.video-page {
    overflow-x: hidden;
}
.video-item {
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 25px;
    border: 1px solid #fff;
    position: relative;
}
.video-item>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.video-pic {
    position: relative;
}

.video-pic:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    transform: translate(-50%, -50%);
    opacity: .6;
    transition: all 0.5s ease-in-out;
}

.video-pic:after {
    content: "";
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: .6;
    transition: all 0.5s ease-in-out;
}
.video-tit {
    padding: 10px 20px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.video-item:hover {
    border: 1px solid #666;
    border-top: 1px solid #f08200;
    border-right: 1px solid #f08200;
}
.video-item:hover .video-pic:before,
.video-item:hover .video-pic:after{
    opacity: 1;
}
.video-item:hover .video-tit{
    color: #f08200;
}








@media (max-width:1360px) {
    .wrap {
        width: 100%;
        max-width: 1280px
    }

    .hd_top {
        padding: 10px 16px
    }

    .qsearch_area {
        width: 350px
    }

    .logo_area {
        width: 300px
    }

    .sub_features {
        width: calc(100% - 300px)
    }

    .image-popup-pic img {
        max-width: 100%
    }


}

@media (max-width:1280px) {
    body {
        font-size: 18px
    }

    #sidebar .nav-header:before {
        top: -56px
    }

    #sidebar .nav-header {
        font-size: 30px;
        margin-bottom: 10px
    }

    h1 {
        font-size: 30px
    }

    #prodNav .tit {
        font-size: 30px
    }

    .pro-name {
        margin: 50px 0 20px;
        font-size: 35px
    }

    .in_banner_des {
        display: block
    }

    #maincarousel .swiper-slideimg {
        display: none
    }

    .main_wrap:before {
        border-width: 0 0 130px 1280px;
    }

    #footer .wrap {
        padding-right: 20px;
        padding-left: 20px
    }

    .ft_nav {
        width: calc(100% - 450px)
    }

    .prodlist .pro_list_right {
        padding-top: 0
    }

    .prolistdesc li {
        padding: 3px 3px 3px 16px
    }

    .prolistdesc li:before {
        top: 9px
    }

    .right_content {
        padding-left: 50px
    }
}

@media (max-width:1279px) {
    .right_content {
        padding-left: 30px
    }

    #maincarousel {
        margin-top: 50px
    }

    .header {
        background: #fff
    }

    .ft_nav {
        width: calc(100% - 400px)
    }

    .prodlist {
        width: 100%;
        border-bottom: 1px solid rgba(219, 219, 219, 1.00)
    }

    .thumbnail {
        margin-bottom: 0
    }

    #content .thumbnails .prodlist {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .prodlist .listimg,
    .prodlist .pro_list_right {
        vertical-align: middle
    }


}

@media (max-width:1000px) {
    body {
        font-size: 16px
    }

    .container-fluid {
        box-shadow: 2px 0px 14px rgba(8, 8, 8, 0.49)
    }

    .download_zone {
        margin: 30px 0 0
    }

    .proshowqty .input-group-btn a.btn-primary {
        width: 45px;
        height: 110px;
        background-size: contain
    }

    .proshowqty .input-group-btn a.btn-primary:hover {
        background-size: contain;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }

    .proshowqty .input-group-btn {
        width: 45px;
        height: 110px;
    }

    .main_wrap:before {
        border-width: 0 0 100px 1000px;
    }

    .main_wrap:before {
        height: 100px;
        top: -100px
    }

    .left_nav {
        display: none
    }

    .right_content {
        width: 100%;
        padding: 0
    }

    .wrap {
        padding-right: 20px;
        padding-left: 20px
    }

    .hd_top {
        padding: 10px 20px;
        box-shadow: 5px 2px 12px rgba(53, 53, 53, 0.57);
    }

    .menu_area,
    .sub_features {
        display: none
    }

    #header2 .hd_top {
        display: block;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0)
    }

    #header2 .logo_area {
        width: 250px
    }

    #header2 {
        background: rgba(255, 255, 255, 0.94);
        border-bottom: 2px solid #f08200;
        box-shadow: 0px 5px 5px rgba(109, 109, 109, 0.23);
    }

    .right_content #content {
        margin-top: -30px
    }

    #mobile_toggle {
        display: block;
    }

    .sb-slidebar #slidebar-1,
    .sb-slidebar #slidebar-2 {
        display: none;
        transition: all 0.5s ease-out;
        opacity: 0
    }

    .sb-slidebar.side-1 #slidebar-1 {
        display: block;
        opacity: 1
    }

    .sb-slidebar.side-2 #slidebar-2 {
        display: block;
        opacity: 1
    }

    .sb-close {
        display: none
    }

    #mobile_toggle ul {
        position: absolute;
        right: 20px;
        top: 15px;
        z-index: 9;
        margin-bottom: 0
    }

    #mobile_toggle ul li {
        display: inline-block;
        padding: 0 2px
    }

    .sb-btn1,
    .sb-btn2 {
        padding: 5px 8px;
        background: #f08200;
        color: #fff;
        font-size: 13px;
    }

    .sb-btn2 {
        background: #818181;
    }

    .sb-slidebar.side-1 {
        background: #333
    }

    .sb-slidebar.side-2 {
        background: #f1f1f1
    }

    .sb-slidebar .nav-header {
        padding: 15px;
        font-size: 20px;
        color: #fff;
        background: #818181
    }

    #left_menu li {
        border: 0
    }

    #left_menu li li {
        border-bottom: 1px solid #fff
    }

    #left_menu #slidebar-2 ul li a {
        color: #333
    }

    #left_menu #slidebar-2 ul li a.arrow:after,
    #left_menu #slidebar-1 ul li a.arrow:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

    #left_menu #slidebar-2 ul li a.active,
    #left_menu #slidebar-2 ul li a.active:hover {
        background: #f08200;
        color: #fff
    }

    #left_menu #slidebar-2 ul li ul li a {
        background: rgb(107, 106, 106);
        color: #fff;
    }

    #left_menu #slidebar-2 ul li ul li ul li a {
        background: rgba(255, 255, 255, 1.00);
        color: rgba(79, 79, 79, 1.00);
        border-bottom: 1px solid #C60D11
    }

    #left_menu .collapse {
        visibility: visible
    }

    #left_menu #slidebar-2 ul>li>a:focus,
    #left_menu #slidebar-2 ul>li>a:hover {
        background: rgb(216, 216, 216)
    }

    #left_menu #slidebar-2 ul li ul li a.active,
    #left_menu #slidebar-2 ul li ul li a:hover,
    #left_menu #slidebar-2 ul li ul li a:focus {
        color: #ff7e31;
        background: rgb(255, 234, 219)
    }

    #left_menu #slidebar-2 ul li ul li ul li a.active,
    #left_menu #slidebar-2 ul>li>ul li ul li a:hover {
        color: #ec0000;
        background: rgba(255, 255, 255, 1.00);
    }

    #left_menu #slidebar-2 ul li ul li ul li ul li {
        border-bottom: 1px solid #eee
    }

    #left_menu #slidebar-2 ul li ul li ul li ul li a {
        box-shadow: none;
        padding: 5px 15px;
        border-bottom: 1px solid #eee
    }

    #left_menu .form-search {
        padding: 12px
    }

    .input-group {
        padding: 0
    }

    #slidebar-1 {
        background: #333
    }

    #left_menu #slidebar-1 a {
        color: rgba(239, 239, 239, 1.00);
        font-weight: normal
    }

    #left_menu #slidebar-1 ul li {
        border-bottom: 1px solid rgba(216, 216, 216, 1.00)
    }

    #left_menu #slidebar-1 ul li.lang_btn {
        width: 33.3%;
        float: left;
        clear: none;
        background: rgba(107, 10, 11, 1.00);
        text-align: center
    }


    #left_menu #slidebar-1 ul>li>a:hover,
    #left_menu #slidebar-1 ul>li>a:focus,
    #left_menu #slidebar-1 ul li.active,
    #left_menu #slidebar-1 ul>li>a[data-option="on"] {
        background: #f08200;
    }

    .sb-submenu {
        background: #fff;
    }

    #left_menu #slidebar-1 ul li li a {
        color: rgb(255, 255, 255);
        border-bottom: 1px rgba(220, 220, 220, 1.00);
        background: rgb(140, 140, 140);
    }


    #left_menu #slidebar-1 ul li ul li.active {
        background: #fff
    }

    #left_menu #slidebar-1 ul li ul li.active a,
    #left_menu #slidebar-1 ul li .nav>li>a:hover,
    #left_menu #slidebar-1 ul li .nav>li>a:focus {
        background: #e8e8e8;
        color: #f08200
    }

    #left_menu #slidebar-1 ul li li.active li a,
    #left_menu #slidebar-1 ul li li li a {
        background: rgb(218, 218, 218);
        color: rgb(84, 84, 84);
    }


    #left_menu #slidebar-1 ul li li.active li.active li a,
    #left_menu #slidebar-1 ul li li.active li li a {
        background: #fff;
        box-shadow: inset 1px 1px 10px rgba(105, 105, 105, 0.02);
        color: rgba(62, 62, 62, 1.00);
        border-bottom: 1px solid #CCC
    }

    #left_menu #slidebar-1 ul li li.active li li a.active,
    #left_menu #slidebar-1 ul li li li li a.active {
        color: rgba(168, 0, 2, 1.00)
    }

    #left_menu #slidebar-1 ul li li.active li li a,
    #left_menu #slidebar-1 ul li li li li a {
        background: #fff;
        color: #333;
        box-shadow: inset 1px 1px 10px rgba(255, 255, 255, 0);
        padding: 8px 15px
    }

    #left_menu #slidebar-1 ul li li.active li.active a,
    #left_menu #slidebar-1 ul li li.active li a[data-option="on"],
    #left_menu #slidebar-1 ul li li li a[data-option="on"] {
        color: #fff;
        background: #000;
    }


    #left_menu #slidebar-1 ul li li.active li li a,
    #left_menu #slidebar-1 ul li li li li a,
    #left_menu #slidebar-1 ul li li li li a:focus,
    #left_menu #slidebar-1 ul li li li li a:hover,
    #left_menu #slidebar-1 ul li li li li a[data-option="on"] {
        background: #fff;
        color: #333;
        box-shadow: inset 1px 1px 10px rgba(255, 255, 255, 0);
    }

    #left_menu #slidebar-1 ul li.lang a {
        background: #000;
        color: #fff
    }

    #left_menu #slidebar-1 ul li.lang {
        border-bottom: 1px solid rgb(185, 185, 185)
    }

    #footer .ftbar {
        text-align: center
    }

    #footer .ftbar ul {
        display: inline-block;
        text-align: center
    }

    .ft_nav {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        line-height: 0
    }

    .ft_info_zone {
        width: 100%;
        float: none
    }

    .ft_info_zone {
        text-align: center
    }

    #custnav,
    #custnav .nav>li {
        display: none
    }

    .smo,
    .ft_link {
        float: none;
        text-align: center
    }

    .smo {
        margin-top: 5px
    }

    #content .thumbnails .catelist.col-md-4 {
        width: calc(100% / 3);
        float: left;
        margin-bottom: 30px
    }

    .ft_link>div {
        text-align: center
    }

    .wow {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

    .wow.animated {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .sb-site {
        padding: 0
    }
}

@media (max-width:767px) {
    .pro-name {
        margin: 0 0 20px
    }

    .container_product_show .form-show {
        width: 80%;
        margin: 0 auto;
        float: none
    }

    .pro_top_zone {
        padding-bottom: 30px
    }

    .panel-heading {
        padding: 0;
        border: 0;
        border-radius: 0
    }

    .panel-group .panel {
        border-radius: 0
    }

    .panel-title>a {
        display: block;
        padding: 10px 20px;
        font-size: 18px;
        background: #727171;
        color: #fff
    }

    .panel-title>a[aria-expanded="true"] {
        background: #000
    }

    #prodNav .tit {
        font-size: 25px;
        line-height: 30px
    }

    #prodNav .sub_tit {
        font-size: 15px
    }

    .panel-body {
        padding: 30px 15px
    }

    .right_content #content {
        margin-top: 0
    }

    .main_wrap:before {
        border-width: 0 0 50px 767px;
    }

    .main_wrap:before {
        height: 50px;
        top: -50px;
    }

    .huge_img {
        border: 0
    }

    .image-popup-pic:after {
        content: "\f00e";
        font-family: FontAwesome;
        font-size: 25px;
        color: #f07c00;
        display: block;
        width: 100%;
        background: rgb(245, 245, 245);
        padding: 8px
    }

    #mobile_toggle p {
        margin: 0
    }

    #content .thumbnails .catelist.col-md-4 {
        width: calc(100% / 2);
        float: left
    }

    .catelist:nth-child(3n+1) {
        clear: none
    }

    .catelist:nth-child(2n+1) {
        clear: left
    }

	.alpha-one .alpha-one-text {
		padding-top: 0;
	}

}

@media (max-width:580px) {
    #content .breadcrumb {
        min-height: inherit
    }

    .page-header {
        margin-bottom: 20px
    }

    h1 {
        font-size: 25px
    }

    .pro-name {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 35px
    }

    .container_product_show .form-show {
        width: 100%
    }
    #footer .ftbar .nav{
        width:90%;
    }
    #footer .ftbar .nav>li {
        width: calc(100% / 3);
    }

    #footer .ftbar .nav>li>a {
        padding: 10px 0px
    }

    #footer .ftbar .nav-pills>li+li {
        margin: 0
    }

    #footer .ftbar .nav>li>a:hover {
        border-bottom: 2px solid rgba(240, 130, 0, 0);
    }

    #custnav1 {
        padding: 15px 0
    }

    .ft_info_zone {
        padding-left: 0
    }

    .right_content #content {
        padding-bottom: 80px
    }

    .prodlist .listimg,
    .prodlist .pro_list_right {
        width: 80%;
        display: block;
        margin: 0 auto
    }

    #footer .ft_link ul {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 357px
    }

    #footer .ft_link li {
        text-align: center;
        padding: 0 1px;
        border: 0;
        display: inline
    }

    #footer .ft_link li:first-child {
        width: 100%;
        display: block;
        margin-bottom: 5px
    }

    #footer .ft_link .nav-pills>li+li {
        margin: 0
    }

}

@media (max-width:480px) {
    .logo_area {
        width: 250px
    }

    .hd_top {
        padding: 8px 10px
    }

    #mobile_toggle ul {
        right: 15px;
    }

    #maincarousel {
        margin: 0
    }

    #header.header {
        position: static
    }

    #gotop>div:after {
        width: 30px;
        height: 30px
    }

    #cominfo .cominfotel,
    #cominfo .cominfofax {
        width: 100%;
        display: block;
        margin: 0
    }

    #content .breadcrumb li a,
    #content .breadcrumb li {
        font-size: 14px
    }

    #content .thumbnails .catelist.col-md-4 {
        width: 100%;
        float: none
    }

    .ft_logo {
        font-size: 20px;
        font-weight: normal
    }

    #cominfo ul li {
        font-size: 15px
    }
}

@media (max-width:360px) {

    .logo_area,
    #header2 .logo_area {
        width: 225px
    }

    #mobile_toggle ul li {
        margin: 0
    }

    #mobile_toggle ul {
        right: 5px
    }

    .sb-btn1,
    .sb-btn2 {
        padding: 4px 5px
    }

    #custnav ul ul li {
        width: 100%;
        display: block;
        float: none
    }

    #footer .ft_link li {
        line-height: 120%;
    }

    .prodlist .listimg,
    .prodlist .pro_list_right {
        width: 100%
    }

    #prodNav .tit {
        font-size: 22px
    }

    #footer .ft_link ul {
        font-size: 11px
    }

    #footer .ft_link ul {
        width: 300px
    }

    h1 {
        font-size: 22px
    }

}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333;
    z-index: 100
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px)
}

.loadEffect span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f08200;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}

@keyframes load {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(.3);
        opacity: 0.5;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -10px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}

.center {
    text-align: center;
}

.test ul li a {
    background: url(../images/sideicon03.html) left center no-repeat;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 15px;
    display: inline-block;
}

.profile-2 p {
    background: url(../images/profile-3.jpg) left center no-repeat;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 15px;
    display: inline-block;
    background-position: 0px 5px;
}

.profile-3 .caption {
    display: table;
    margin-bottom: 30px;
}

.profile-3 span {
    display: table-cell;
    font-weight: 700;
    font-size: 22px;
    padding-right: 30px;
    vertical-align: top;
}

.profile-3 p {
    display: table-cell;
    font-size: 20px;
    vertical-align: top;
}

#float-link {
	display: none;
}

.ft_up {
    display: flex;
    flex-wrap: wrap;
}

.ft_up .ft_logo {
    line-height: 1.2;
    text-align: left;
}

@media (max-width: 1000px) {
    .ft_up .ft_logo {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .ft_up .ft_logo {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ft_up .ft_logo {
        text-align: center;
    }
}

.ft_up .ft_nav {
    width: 50%;
}

@media (max-width: 992px) {
    .ft_up .ft_nav {
        width: 100%;
    }
}

.ft_up .ft_nav_contact {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 -20px;
    padding: 0 60px;
}

@media (max-width: 1440px) {
    .ft_up .ft_nav_contact {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .ft_up .ft_nav_contact {
        width: 100%;
        padding: 20px 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ft_up .ft_nav_contact {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
}

.ft_up .ft_nav_contact .ft_info_zone {
    flex: 0 1 auto;
    width: auto;
}

.ft_up .ft_nav_contact .ft_info_zone .nav-stacked {
    text-align: left;
}

.ft_up .ft_nav_contact>div {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .ft_up .ft_nav_contact .footer-editor {
        padding-top: 20px !important;
        margin-top: 20px;
    }
}

.ft_up .ft_nav_contact .cominfotel {
    margin-right: 30px;
}

.ft_up .ft_nav_contact .cominfofax {
    margin-left: 0 !important;
}

.ft_up .ft_nav_contact .nav-stacked>li>div {
    display: flex;
    align-items: flex-start;
}

.ft_up .ft_nav_contact .nav-stacked>li>div i {
    margin-right: 8px;
    padding-top: 4px;
    color: #f08200;
}

.alpha-one ul {
    list-style-type: disc;
    padding-left: 20px;
}

.alpha-one>ul>li+li {
    margin-top: 30px;
}

.alpha-one section+section {
    margin-top: 30px;
}

.alpha-one figure {
    text-align: center;
}

.alpha-one figure img {
    max-width: 600px;
}

@media (max-width: 768px) {
    .alpha-one figure img {
        max-width: 100%;
    }
}

.alpha-one figure figcaption {
    margin-top: 10px;
    font-weight: 700;
}