@charset "utf-8";
@import url('icon-font-41/style.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
/*------------ basic ------------*/

body {
    background: #EEEEEE;
    color: #1E1F26;
    font-size: 16px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.editor {
    letter-spacing: 1px;
}

.content-nav-menu {
    display: none;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #395AB0;
    color: #444;
}

.header-sheet .close-ontop {
    color: #000;
}

.header-sheet a {
    color: #395AB0;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
    text-decoration: none;
    box-sizing: border-box;
    font-size: 13px;
    color: #0b63b3;
    background: transparent;
    width: 146px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0b63b3;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .2s;
    /*font-family: 'Encode Sans Expanded', sans-serif;*/
    position: relative;
    overflow: hidden;
    margin: 0px auto 0;
    font-weight: 600;
    z-index: 5;
    border-radius: 0;
}

.btn.back:hover {
    color: #fff;
    transition: all .2s;
    border-color: #1B2143;
}

.btn.back:before {
    z-index: -1;
    background-color: #1B2143;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.btn.back:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*--- fb-btn ---*/

.ibtn.fb {
    transition: all .3s ease;
    background-image: url(../../../images/layout03/tw/fb_page.png);
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    max-width: 1330px;
    margin: 0;
    right: 0;
    margin: auto;
}

.ibtn.fb:before {
    content: '';
    width: 160px;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    height: 45px;
}

/*--- style01-btn ---*/

.btn.style01 {
    width: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
    background: #395AB0;
    text-align: left;
    display: block;
}

.btn.style01.arrowL {
    background: #395AB0;
    text-align: right;
}

.btn.style01.arrowL:before {
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
    left: 8px;
}

.btn.style01:after {
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
    right: 8px;
}

.btn.style01.arrowL:after {
    display: none;
}

.btn.style01 i {
    display: none;
}

.btn.style01.arrowL i {
    margin: 0 15px 2px 0;
    transition: all .2s;
}

.btn.style01:hover {
    background: #1B2143;
    color: #fff;
}

.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}

/*--- style02-btn ---*/

.btn.style02 {
    border: 1px solid #395AB0;
    width: 150px;
    height: 36px;
    line-height: 34px;
    color: #395AB0;
    font-size: 14px;
    margin: 0 5px 10px;
    position: relative;
}

.btn.style02 i, .btn.style02:before {
    content: "\e908";
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #395AB0;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    margin: -10px 5px 0px 0;
    top: -2px;
}

.btn.style02:hover {
    border-color: #674bef;
    color: #674bef;
}

/*------------ / btn ------------*/

.banner .container {
    max-width: inherit;
    padding: 0;
}

/*------------ site_header ------------*/

.site-header {
    text-align: center;
    background: url(../../../images/layout03/common/header_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 600;
    width: 100%;
    top: 0;
}

.wrapper {
    padding-top: 196px;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 35px 0 23px;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout03/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 430px;
    height: 78px;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/

.top-nav {
    background: #85878A;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
    padding: 0 10px;
}

/*詢價車*/

.func-menu>li.gocart {
    margin-top: 5px;
}

.func-menu>li.gocart .toggleBtn {
    padding: 10px 15px;
}

.func-menu>li.gocart .toggleBtn {
    color: #fff;
}

.header-fixed .func-menu>li.gocart .toggleBtn {
    color: #000;
}

.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: #395AB0;
    text-align: center;
    line-height: 30px;
    padding: 0;
}

.func-menu>li.gocart .price {
    color: #5A60A0;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: none;
    background: #eee;
}

.func-menu .cart-box .btn {
    background: #395AB0;
    color: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #000;
}

.func-menu .cart-list li+li {
    border-top: 1px solid #666;
}

.func-menu .cart-list li:hover .box {
    background: #eee;
}

.func-menu .cart-list .qty {
    color: #395ab0;
}

/*數量icon*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #395ab0;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #152cbf;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    position: absolute !important;
    z-index: 0;
    top: 0;
    color: #0b63b3;
    border: 1px solid #0b63b3;
}

.qty-box .btn:hover {
    border-color: #152cbf;
    background: #0b63b3;
    color: #fff;
}

/*.products-intro .pd-intro .btn-group .btn.addcart{
    background: #DCDEDE;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover{
    background: #24262C;
}*/

.products-intro .pd-intro .btn-group .btn.addcart {
    text-decoration: none;
    box-sizing: border-box;
    font-size: 13px;
    background: transparent;
    width: 146px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0b63b3;
    color: #0b63b3;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .2s;
    /*font-family: 'Encode Sans Expanded', sans-serif;*/
    position: relative;
    overflow: hidden;
    margin: 0;
    font-weight: 600;
    border-radius: 0;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    color: #fff;
    transition: all .2s;
    border-color: #1B2143;
}

.products-intro .pd-intro .btn-group .btn.addcart:before {
    background-color: #1B2143;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.products-intro .pd-intro .btn-group .btn.addcart:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    float: left;
    position: relative;
}

.site-header .language .btn {
    transition: all .2s;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    line-height: 45px;
}

.site-header .language .btn i:before {
    content: '\f107';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
    color: #fff;
}

.site-header .language ul {
    display: none;
    margin: 0px 0 0 0;
    position: absolute;
    z-index: 35;
    width: 100%;
}

.site-header .language ul li {
    margin: 0 0 0px;
    background: #FFFFFF;
}

.site-header .language li a {
    display: block;
    background: rgb(29, 31, 42);
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
    text-align: left;
}

.site-header .language ul li a:hover {
    background: #1B2143;
}

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    padding: 10px 0px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 138px;
    float: left;
}

.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    border-radius: 80px;
}

.site-header .search-box .form-control:focus {
    outline: none;
    border: 0;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 3px;
    top: 8px;
    background: url(../../../images/layout03/common/search.png) no-repeat center;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../../images/layout03/common/search.png) no-repeat center;
}

/*------------site-nav ------------*/

.site-nav:before {
    content: '';
    transition: all .3s ease;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    background: rgb(34, 34, 34);
    /* Old browsers */
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(34, 34, 34, 1) 0%, rgba(9, 17, 72, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34, 34, 34, 1) 0%, rgba(9, 17, 72, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(34, 34, 34, 1) 0%, rgba(9, 17, 72, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#091148', GradientType=1);
    /* IE6-9 */
}

.header-fixed .site-nav:before {
    opacity: 0;
}

.site-nav {
    position: relative;
    text-align: center;
    padding-top: 7px;
}

.site-nav .menu {
    display: inline-block;
}

.site-nav .menu li {
    position: relative;
    width: 120px;
}

.site-nav .menu>li:nth-last-child(-n) {
    display: none;
}

.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #DDDDDD;
    letter-spacing: 2px;
    padding: 10px 0px;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    top: 0;
    line-height: 1.6;
    transition: all .3s ease;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
}

.site-nav .menu>li>ul {
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background: #414042;
}

.site-nav .menu>li ul {
    background: #1B2143;
}

.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}

.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
}

.site-nav .menu li ul li:last-child {
    border-bottom: none;
}

.site-nav .menu ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    transition: all .2s;
    color: #FFFFFF;
    border: solid 1px #111111;
    font-size: 15px;
    text-align: center;
    padding: 12px;
}

.site-nav .menu ul li+li a {
    margin-top: -1px;
}

.site-nav .menu ul>li.active>a, .site-nav .menu ul>li.active2>a, .site-nav .menu ul>li>a:hover {
    background: rgb(92, 104, 131);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6883', endColorstr='#1b2143', GradientType=1);
    /* IE6-9 */
}

.site-nav .menu ul ul {
    width: 100%;
    top: 0px;
    left: 100%;
    margin-left: 1px;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}

/*滿版清單*/

.site-nav .menu>li.full_menu>ul:before {
    height: 26px;
}

.site-nav .menu>li.full_menu>ul:after {
    display: none;
}

.site-nav .menu .full_menu ul a {
    padding: 6.5px 15px;
    border: none;
    color: #ddd;
}

.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
    background: rgba(199, 199, 199, 0.38);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(199, 199, 199, 0.38);
}

.site-nav .menu li.full_menu ul ul li:hover>a, .site-nav .menu li.full_menu ul ul li.active>a, .site-nav .menu li.full_menu ul ul li.active2>a {
    background: rgb(92, 104, 131);
    background: -moz-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    background: linear-gradient(to right, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6883', endColorstr='#1b2143', GradientType=1);
    color: #FFFFFF;
}

.site-nav .menu li.full_menu ul ul ul li:hover>a, .site-nav .menu li.full_menu ul ul ul li.active>a, .site-nav .menu li.full_menu ul ul ul li.active2>a {
    background: rgb(92, 104, 131);
    background: -moz-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    background: linear-gradient(to right, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6883', endColorstr='#1b2143', GradientType=1);
    color: #FFFFFF;
}

.site-nav .menu li.full_menu>ul>li>a:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.site-nav .menu .full_menu ul>li.active>a, .site-nav .menu .full_menu ul>li.active2>a, .site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    text-decoration: none;
    color: #fff;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 1px;
}

.share .btn {
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #555;
    transition: all .2s;
    border: 2px solid #555;
}

.share .btn:hover {
    transition: all .2s;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border-color: #ffffff;
    color: #fff;
}

/*------------ / site_header ------------*/

.header-fixed .site-title {
    padding: 5px 0;
    float: left;
}

.header-fixed .site-title .logo {
    background: url('../../../images/layout03/common/logo02.png') 50% 50% no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    text-align: left;
}

.header-fixed .top-nav {
    display: none;
}

.header-fixed .site-nav {
    padding: 18.5px 0 4.5px;
    margin-left: 90px;
    text-align: left;
}

.header-fixed .site-nav .menu {
    margin: 0 0px;
}

.header-fixed .site-nav .menu>li>a {
    width: 104px;
    height: auto;
    padding: 5px 0;
    color: #000;
}

.header-fixed .func-menu>li.gocart {
    margin-top: 0;
}

/*------------ / fixed ------------*/

/*------------ site_main ------------*/

.main-top {
    padding: 14.5px 0;
    text-align: right;
    margin-bottom: 50px;
    background: #DDDDDD;
}

.main-top .main-title {
    display: none;
    margin: 0;
}

.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea {
    color: #fff!important;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}

.main-content .container {
    width: 100%;
    display: flex;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
    padding: 0 40px 0px;
}

.content-top {
    margin: 0 0 25px;
    padding: 3px 0;
    min-height: 32px;
    border-bottom: solid 2px #C6CACC;
}

.content-title {
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    min-height: 32px;
    padding-left: 37px;
    margin: 0;
    float: left;
}

.content-title:before {
    content: "";
    background: url(../../../images/layout03/common/title_ic.png);
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 6px;
}

.search-title h1 {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

.search-title:before {
    content: "\f105";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    background: #111111;
    position: relative;
}

.footer_top {
    color: #777777;
    font-size: 12px;
    padding: 86px 0 202px;
}

.footer_bottom {
    position: absolute;
    top: 86px;
    max-width: 100%;
    width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
}

.site-footer .col {
    float: left;
}

.site-footer .tit {
    display: none;
}

.site-info {
    width: 100%;
    order: 2;
    background: #000;
    font-size: 14px;
    color: #BABABA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-info .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.site-info .list-v {
    max-width: 1330px;
    margin: auto;
    padding: 0px 0;
    left: 190px;
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    font-size: 14px;
}

.site-info li {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    letter-spacing: 1px;
}

.site-info li a:hover {
    color: #FFFFFF;
}

.site-info li span, .site-info li a {
    color: #8B8B8B;
}

.site-info li>a, .site-info li>span {
    display: inline-block;
    padding: 11px 0;
}

.site-map {
    font-size: 14px;
    width: 50%;
    position: relative;
    z-index: 5;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
}

.site-map ul+ul {
    margin: 0 0 0 45px;
}

.site-map ul li {
    margin-bottom: 14px;
}

.site-map ul li a {
    padding: 0 5px;
}

.site-map ul li a:hover {
    color: #fff;
}

.site-footer .fllow {
    float: right;
    width: 50%;
    text-align: right;
}

.fllow .share {
    margin: 40px 0px 0px 0px;
    vertical-align: bottom;
    text-align: left;
    width: 250px;
    padding-left: 10px;
    box-sizing: border-box;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    margin: 0 15px 0 0;
}

.copy_box {
    text-align: left;
    font-size: 12px;
    color: #777777;
    width: 240px;
    float: right;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -88.5px;
    z-index: 400;
    margin-bottom: -32px;
    transition: all .3s ease;
}

.floating .gotop {
    background-image: url(../../../images/layout03/common/gotop.png);
    width: 177px;
    height: 70px;
}

.floating .gotop:hover {
    opacity: 0.7;
}

.footer_top .container {
    position: static;
    display: flex;
    flex-wrap: wrap;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #5F5F5F;
    font-size: 13px;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {}

.main-top .breadcrumb li:first-child a span {
    font-size: 0;
    background: url(../../../images/layout03/common/bread.png);
    width: 13px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.main-top .breadcrumb li:last-child a {
    color: #265BFF;
}

.breadcrumb li+li:before {
    content: '-';
    color: #5F5F5F;
    margin: 0px 2px;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 9px 0 9px 10px;
    color: #999;
    float: right;
}

.products-breadcrumb a:hover {
    color: #265BFF;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

.products-breadcrumb li+li:before {
    content: '/ ';
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 220px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    margin-right: 45px;
}

.content {
    position: relative;
}

.has-side .content {
    width: calc(100% - 265px);
    box-sizing: border-box;
    padding: 0;
}

.side_logo {
    display: none;
}

.side .title {
    max-width: 220px;
    color: #1E1F26;
    font-size: 34px;
    border-width: 0 1px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 2px solid #C6CACC;
    position: relative;
    line-height: 48px;
}

.side .title:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 41px;
    height: 2px;
    background: #1A87EA;
}

.side-nav {
    max-width: 220px;
    margin-top: 20px;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}

.side-nav>li {}

.side-nav>li>a {
    padding: 12px 12px;
    color: #1E1F26;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}

.side-nav>li>a:before {
    content: "\f0da";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    vertical-align: middle;
    margin-top: 1px;
    color: #B0B1B4;
    transition: all .3s ease;
    position: absolute;
    left: 0px;
}

.side-nav>li>a:hover, .side-nav>li.active>a, .side-nav>li.active2>a {
    color: #1A87EA;
}

.side-nav>li>a:hover:before, .side-nav>li.active>a:before, .side-nav>li.active2>a:before {
    color: #1E1F26;
}

.side-nav>li.active>a:after, .side-nav>li.active2>a:after, .side-nav>li:hover>a:after {
    opacity: 0;
}

.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0 20px;
}

.side-nav ul li a {
    padding: 7px 25px 7px 40px;
    color: #1E1F26;
    font-size: 15px;
    transition: all .3s ease;
    position: relative;
}

.side-nav ul li a:before {
    content: '';
    position: absolute;
    transition: all .3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background: rgb(92, 104, 131);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(92, 104, 131, 1) 0%, rgba(27, 33, 67, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6883', endColorstr='#1b2143', GradientType=1);
    /* IE6-9 */
}

.side-nav ul li:hover>a:before, .side-nav ul li.active>a:before, .side-nav ul li.active2>a:before {
    width: 100%;
}

.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
    color: #FFFFFF;
}

.side-nav ul ul {
    padding-left: 25px;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a, .pagination li span {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #0b63b3;
    border: 1px solid #0b63b3;
    padding: 0 5px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.pagination li a:hover, .pagination li.active a {
    background: #0b63b3;
    border-color: #0b63b3;
    color: #fff;
}

.pagination li a.controls {
    color: #777;
    background: none;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
}

.pagination li a.controls:hover {
    color: #ffffff;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
    text-align: left;
    margin: 0 0 45px 0;
    font-size: 16px;
}

.reminder b:before {
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e928";
    color: #1A87EA;
    font-size: 18px;
    vertical-align: text-bottom;
}

.requrin_txt {
    color: #1A87EA;
}

/*-----form-detail-----*/

.form-box .captcha a {
    margin-left: 5px;
}

.form-control, .page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    color: #0b63b3;
    border: 1px solid #0b63b3;
    background: transparent;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #16248c;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 90px;
}

/*-----form-static-control-----*/

.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/

.contact-form {
    margin-top: 60px;
}

.contit b {
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-right: 5px;
}

.contit {
    position: relative;
    color: #1E1F26;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #C6CACC;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}

.contit:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-top: 2px solid #1A87EA;
    width: 76px;
}

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.form-wrap.has-bg:before, .form-wrap.has-bg:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 275px;
    height: 216px;
    background: url('../../../images/layout03/common/contact/bg.png');
    z-index: -1;
    pointer-events: none;
}

.form-wrap.has-bg:before {
    top: 0;
    left: 0;
}

.form-wrap.has-bg:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.form-box {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 15;
    padding: 20px 25px 0px;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:after {
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e928";
    color: #1A87EA;
    font-size: 18px;
    vertical-align: text-bottom;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #111;
    font-size: 15px;
    line-height: inherit;
    float: left;
}

.form-box .control-box {
    position: relative;
    margin-left: 180px;
}

.form-box .control-box select {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    border: 1px solid #0b63b3;
    background: #0b63b3;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 280px;
}

/*----- success-box -----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 0;
}

.success-box .msg {
    color: #1E1F26;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 15px;
}

.success-box .msg:after {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 15px auto 15px;
}

.success-box .msg i {
    display: none;
}

.success-box .btn-box {
    background: none;
}

/*------------ lightbox ------------*/

/*************fancybox-close*************/

body .fancybox-close {
    background: url(../../../images/layout03/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 10px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    color: #1A87EA;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.5;
}

.fancybox-album .fancybox-title {
    color: #ECECEC;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 40px 20px;
}

.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
    background: #eee;
}

.fancybox-album .photo-pager b {
    color: #1127b7;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
    background: #eee;
}

body .fancybox-skin {
    background: #eee;
    margin: 20px 40px;
    border-radius: 0px;
    border-radius: 0;
}

body .fancybox-inner {
    background: #eee;
    border-radius: 0;
    overflow: hidden !important;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.login-box {
    padding: 30px;
}

.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.lightbox-title span {
    display: block;
    font-size: 32px;
}

.lightbox-title .icon {
    background: url('../../../images/layout03/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    padding: 5px 0;
}

.lightbox-wrapper .control-label {
    display: none;
}

body .fancybox-nav span {
    visibility: visible;
    width: 35px;
    height: 70px;
    background: url(../../../images/layout03/common/album/lightbox_arrow.png) no-repeat;
    left: -60px;
}

body .fancybox-next span {
    left: auto;
    background-position: 100% 0;
    right: -60px;
}

.fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-next:hover span {
    background-position: 100% 100%;
}

.photo-title {
    background: #F9F7FB;
    color: #9A7F64;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 15px 0;
}

.photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}

/*------------ / lightbox ------------*/

.form-radio:before {
    background-image: url('../../../images/layout03/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout03/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #444;
}

.mmenu-show #mobile-fixed li {
    background: #395ab0;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #395ab0;
}

.mmenu-show #mobile-menu .language-menu {
    background: #395ab0;
    color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
    background: #53555c;
}

.mmenu-show #mobile-search {
    background: #395ab0;
}

.mmenu-show #mobile-menu .language ul li a {
    padding: 0px 0px 0 6px;
}

/*------------ / mobile_menu ------------*/

.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}

@media screen and (max-width: 1280px) {
    .site-nav .menu li {
        width: 85px;
    }
    .site-nav .menu li a {
        font-size: 15px;
        padding: 4px 5px;
    }
}

@media screen and (max-width: 1000px) {
    .btn.style01, .btn.back {
        width: 160px;
    }
    .search-box:after {
        color: #111;
        top: 0;
    }
    .breadcrumb {
        display: none;
    }
    .main-top {
        padding: 10px 0;
    }
    .main-top .main-title {
        display: block;
        font-size: 24px;
        text-align: center;
    }
    .main-title:before, .main-title:after {
        content: '。';
    }
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
    }
    .wrapper {
        padding-top: 40px;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .main-top {
        margin-bottom: 10px;
    }
    .has-side .content, .content {
        padding: 0px 0px 0px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 15px 0;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 300px;
        height: 54px;
        background-image: url(../../../images/layout03/common/logo.png);
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer {
        padding: 25px 0 0px;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: 100%;
        text-align: center;
    }
    .site-info li, .site-info p {
        display: inline-block;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li+li {
        margin: 0 0 0 20px;
    }
    .site-info li>a, .site-info li>span {
        display: inline-block;
        padding: 3px 0;
    }
    .site-footer .fllow {
        padding: 0px 0 0 0;
        position: relative;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .fllow .qr-inner {
        margin: 0 auto 20px;
        display: block;
        max-width: 100px;
    }
    .copy_box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .follow p {
        display: block;
    }
    .footer_to {
        padding: 20px 0;
    }
    .footer_top, .footer_top .container {
        padding: 0;
    }
    .footer_bottom {
        position: static;
        padding-bottom: 30px;
        background: #000000;
    }
    .copy_box {
        color: #fff;
    }
    .copy_box .author {
        display: inline-block;
    }
    .site-info {
        position: static;
        padding: 60px 15px 30px;
    }
    .site-info .list-v {
        left: 0;
    }
    .ibtn.fb {
        top: 100%;
        margin-top: 0px;
        left: 0;
        right: 0;
        width: 160px;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout03/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .form-box, .form-wrap.has-bg {}
    .form-wrap.has-bg {
        background: none;
    }
    .form-box {
        padding: 20px 15px 0px;
    }
    .copy_box {
        text-align: center;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .content-top, .content-title {
        min-height: 28px;
    }
    .content-title {
        font-size: 18px;
    }
    .content-title:before {
        top: 2px;
    }
    .fancybox-album .fancybox-skin {
        margin: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .pagination li a.controls {
        bottom: -30px;
        margin: 0;
    }
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
}

@media screen and (max-width: 350px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 280px;
        height: 51px;
    }
}