@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:767px);

/** edm **/
@import url(edm.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#f2f2f5; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family: "Microsoft JhengHei","arial";word-break: break-word;letter-spacing:0;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504f55+0,353437+100 */
background: linear-gradient(to bottom,  rgba(80,79,85,1) 0%,rgba(53,52,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}


/** 上版 **/
header{background:#ffffff url("../images/head_bg.png") no-repeat center top;padding: 0 15px;}
.head-main{max-width:1000px; margin:0 auto;display: flex;align-items: center; justify-content: space-between;}
.head-main .logo{width: 375px; height:auto;padding:28px 0 36px 0;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.home{width: 76px;font-size: 13px; color: #999999;}
.home i{color: #3e3d41;font-size: 15px;margin: 0 3px 0 0;}
.home a{display: flex;align-items: center;justify-content: center; color: #999999;padding: 2px 6px;border-radius: 6px; border: 1px #cccccc solid;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eff2f3+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,242,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home a:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff2f3+0,ffffff+100 */
background: linear-gradient(to bottom,  rgba(239,242,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width:767px){
    .head-main .logo{position: absolute;top: 6px;left:10px; width: 220px;padding: 0;}
    .home{position: absolute;top: 10px;right: 60px;}
}
@media screen and (max-width:374px){
    .head-main .logo{width: 170px;top: 9px;}
    .home{width: 66px;font-size: 12px;top: 11px;}
    .home i{font-size: 13px;}
    .home a{padding: 2px 4px;}
}

/** 主選單與下拉 **/
.nav-menu{margin: -16px 0 0 0;padding: 0 0 16px 0; overflow: hidden;}
nav{max-width: 1000px;margin: 0 auto;padding: 0 100px; position: relative;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504f55+0,353437+100 */
background: linear-gradient(to bottom,  rgba(80,79,85,1) 0%,rgba(53,52,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
nav:before{content: "";display: block;width: 100%;height: 77%;position: absolute;top: 16px;left: -100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504f55+0,353437+100 */
background: linear-gradient(to bottom,  rgba(80,79,85,1) 0%,rgba(53,52,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;}
nav:after{content: "";display: block;width: 100%;height: 77%;position: absolute;top: 16px;right: -100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504f55+0,353437+100 */
background: linear-gradient(to bottom,  rgba(80,79,85,1) 0%,rgba(53,52,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;}
.menu{max-width:1200px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;border-right:1px rgba(255,255,255,.1) solid;box-shadow: 1px 0 0 0 #000000; }
.menu>li{flex:1; color:#fff; font-size:16px; text-align:center; position:relative; border-left:1px #000000 solid;box-shadow: -1px 0 0 0 rgba(255,255,255,.1); cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#fff; display:block; padding:7px 10px; margin:0;}
.menu>li>a:hover{color: #ffcc00;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#353437+-1,353437+0,504f55+100 */
background: linear-gradient(to bottom,  rgba(53,52,55,1) -1%,rgba(53,52,55,1) 0%,rgba(80,79,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:47px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
@media screen and (max-width:1000px){
    .nav-menu{padding: 0 0 10px 0;}
    nav{padding: 0 50px;}
}
@media screen and (max-width:767px){
    .nav-menu{margin: 0;padding: 0;}
	#menu{display:none;}
	.slicknav_menu{display:block;width: 100%;background: #ffffff;}
}

/** edm輪播 **/
.edm-main-block{position:relative;z-index: 1;}
.edm-main-block:after{content: "";display: block;width: 100%;height:29.6%; background:#e2e2e4;position: absolute;top: 19%;left: 0;z-index: -1;}
.edm-main{background:#ffffff; max-width:1000px;margin:-10px auto -10px auto; position:relative;z-index: 1;overflow: hidden;}
.edm-main img{vertical-align:middle; width:100%; height:auto; position:absolute;}
.edm{position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1000px; height: 550px; overflow: hidden; visibility: hidden;}
.edm-loading-main{position: absolute; top: 0px; left: 0px;}
.edm-loading{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.edm-loading-photo{position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.edm-photo{cursor: default; position: relative; top: 0px; left: 0px; width: 1000px; height: 550px; overflow: hidden;}
.edm-navigator{width:16px;height:16px;}
@media screen and (max-width:767px){
    .edm-main{margin:0 auto;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}

/** 內頁banner **/
.inside-banner{margin: -10px 0 0 0;}
.inside-banner .banner-title{max-width:1200px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;}
@media screen and (max-width:767px){
    .inside-banner{margin: 0;}
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1200px; margin:0 auto; padding:0.75rem 1rem 0.75rem 0; list-style:none; background-color:#e9ecef; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{font-weight:bold; text-decoration:none; color:#4697bf;}
.breadcrumb-item a:hover{color:#007bff; text-decoration:none;}

/** 內頁架構 **/
.content-body{max-width:1000px; margin:0 auto;padding: 0 0 4vw 0;}
.page-title{background: url("../images/page-title.png")no-repeat left top 7px;border-bottom: solid 1px #ff7d00;font-size: 18px;font-weight: bold;padding:5px 0 5px 25px;line-height: 1.4;margin: 0 0 15px 0;}
.page-main{font-size:15px; color:#4f4f4f;}
.page-main a{color:#4f4f4f;}
.page-main a:hover{color:#ffcc00;}
@media screen and (max-width:767px){
    .content-body{padding: 0 0 30px 0;}
}

/** 左邊分類 **/
.left-menu-title{text-align:center; font-size:18px;padding:8px 10px;margin: 0 0 20px 0; border-radius:0 0 5px 5px; color:#ffffff;text-shadow: 0 2px 3px rgba(0,78,111,.3);box-shadow: 0 3px 5px 0 rgba(0,0,0,.38);/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09caa1+0,2de4bc+50,09caa1+100 */
background: linear-gradient(to right,  rgba(9,202,161,1) 0%,rgba(45,228,188,1) 50%,rgba(9,202,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.in-left-menu{box-shadow: 0 5px 5px 0 rgba(0,0,0,.17);border-radius: 0 0 500px 500px;padding: 0 20px 100px 20px;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{font-size:16px; color:#727272; padding:0 10px;margin: 0;}
.in-left-menu>ul>li>a{display: block;color: #727272;padding:10px 0 10px 20px;background: url(../images/icon.png) no-repeat left top 15px;font-weight: bold;}
.in-left-menu>ul>li>a:hover{color: #4c4c4c;background: url(../images/icon-active.png) no-repeat left top 15px;}
.in-left-menu>ul>li>.current{color: #4c4c4c;background: url(../images/icon-active.png) no-repeat left top 15px;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:1000px){
    .in-left-menu{padding: 0 15px 100px 15px;}
    .in-left-menu>ul>li{ padding:0 ;}
}
@media screen and (max-width:767px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #09caa1;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:8px 51.59px 8px 10px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#09caa1; width:41.59px; height:100%; text-align:center; color:#FFF; line-height:41.59px; position:absolute; right:0; top:0;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #09caa1; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:8px 10px; border-top:1px solid #09caa1; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f2f2f5;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #09caa1; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
    .in-left-menu{box-shadow: 0 0 0 0 rgba(0,0,0,0);border-radius:0;padding: 0;margin: 0 0 20px 0;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 關於揚光 **/
.about-main{display: flex;}
.about-main .about-info{flex: 1;}
.about-main .about-photo{flex: 1.5;margin: 0 0 0 20px;}
@media screen and (max-width:767px){
	.about-main .about-photo{flex: 1;}
}
@media screen and (max-width:575px){
	.about-main{display: block;}
    .about-main .about-info{flex: initial;width: 100%;}
    .about-main .about-photo{flex: initial;width: 100%;margin: 20px 0 0 0;}
}

/** 產品列表介紹 **/
.pro-store-info{font-size:16px; color:#666; padding:10px; margin-bottom:20px;}
.pro>ul{max-width:1200px; margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro>ul>li{width:calc(100%/4 - 10px); margin:5px; padding:0; text-align:center;font-size: 13px;}
.pro>ul>li a{display: block;color: #000;text-align: center;}
.pro>ul>li:hover{}
.pro>ul>li h3{font-size:13px; color:#333333; line-height:1.4;  padding:0; margin:10px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pro-photo-main{overflow: hidden;padding: 3px;border: 1px #bbbbbb solid;}
.pro-photo-main .pro-photo{background-color:#f2f2f5;background-repeat: no-repeat;background-position: center center;background-size: contain;}
.pro>ul>li:hover .pro-photo-main{background: #bbbbbb;}
@media screen and (max-width:1000px){
	.pro>ul>li{width:calc(100%/3 - 10px); }
}
@media screen and (max-width:575px){
	.pro>ul>li{width:calc(100%/2 - 10px); }
}

/** 產品明細 **/
.pro-detaile-title{font-size:18px; color:#333; padding:5px; margin:0 0 10px 0; font-weight:normal;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 20px 0;}
.pro-detaile-photo-box{width:calc(50% - 25px); margin:0 25px 0 0;}
.pro-detaile-spe-box{width:50%; position:relative; padding-bottom:210px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:16px; color:#333; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
h3.pro-introduce{ display: table;font-size: 15px;color: #FFF;text-align: center;padding: 8px 10px;border-radius: 5px;background: #666666;margin: 20px 0; }
.pro-content{border-top: solid 1px #CCC;border-bottom: solid 1px #CCC;padding: 15px 0;}
.pro-detail-content-menu{}
.pro-detail-content-menu>ul{margin: 0;padding: 0;list-style-position: inside;}
.pro-detail-content-menu>ul>li{margin: 8px;color: #666666;font-size: 13px;}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 聯絡我們 **/
.contact-body{background: url("../images/wrapper-bg-contact.jpg")no-repeat right center;}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.googlemap{position: relative;padding-bottom: 40%;padding-top: 30px;height: 0;overflow: hidden;margin: 0 0 25px 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.location-googlemap{position: relative;padding-bottom: 100%;padding-top: 30px;height: 0;overflow: hidden;}
.location-googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:575px){
	.googlemap{padding-bottom: 60%;}
}

/** 表單欄位 **/
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:flex; flex-wrap:wrap; margin:10px 0;overflow:hidden;}
.opinion-left01{width:110px; min-width:110px; padding:5px 15px; font-size:15px; color:#000000; display:flex; align-items:center;}
.input-main-style01{background: #ffffff; flex:1; width:100%; border:1px #666666 solid;border-radius: 3px; margin:0; padding:5px 15px; font-size:15px; color:#222222; min-height:37px;}
.input-main-style02{background: #ffffff; flex:1; width:100%; border:1px #666666 solid;border-radius: 3px; margin:0; padding:5px 15px; font-size:15px;color:#222222; min-height:37px;}
.input-main-style03{background: #ffffff; flex:1; width:100%; border:1px #666666 solid;border-radius: 3px; margin:5px 0 0 0; padding:5px 15px; font-size:15px;color:#222222; min-height:37px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:15px; color:#222222; display:flex; flex-wrap:wrap;}
.input-main-select select{background: #ffffff; width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px;  border:0; font-size:15px;color:#222222; min-height:37px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:15px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background: #ffffff; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:15px;  color:#222222; min-height:37px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:15px;font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:37px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 15px; color: #222222;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus{border: 1px #222222 solid;}
@media screen and (max-width:575px){
	.opinion{display:block;}
	.opinion-left01{width:100%;padding:5px 0;}
	.input-main-style02{width:calc(100% - 106px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.btn-send{font-size:13px;}
a.btn-send{ text-align:center; min-width:100px; margin:2px; font-size: 15px;font-weight: normal;border-radius: 5px;border: 1px solid #999;padding:4px 10px;text-decoration: none;color: #666666;text-shadow: 1px 1px 0px #ffffff;box-shadow: inset 1px 1px 0px 0px #ffffff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+5,dfdfdf+100 */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 5%,rgba(223,223,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.btn-send:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+5,ededed+100 */
background: linear-gradient(to bottom,  rgba(223,223,223,1) 5%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
a.btn-reset{ text-align:center; min-width:100px; margin:2px; font-size: 15px;font-weight: normal;border-radius: 5px;border: 1px solid #999;padding:4px 10px;text-decoration: none;color: #666666;text-shadow: 1px 1px 0px #ffffff;box-shadow: inset 1px 1px 0px 0px #ffffff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+5,dfdfdf+100 */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 5%,rgba(223,223,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.btn-reset:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+5,ededed+100 */
background: linear-gradient(to bottom,  rgba(223,223,223,1) 5%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:2px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 4px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 4px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 4px);}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size: 13px; color:#333; text-align:center; clear:both; margin:15px 0;}
.page a{display: inline-block;margin: 5px 0; font-size: 15px;font-weight: normal;border-radius: 5px;border: 1px solid #999;padding:4px 10px;text-decoration: none;color: #666666;text-shadow: 1px 1px 0px #ffffff;box-shadow: inset 1px 1px 0px 0px #ffffff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+5,dfdfdf+100 */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 5%,rgba(223,223,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page a:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfdfdf+5,ededed+100 */
background: linear-gradient(to bottom,  rgba(223,223,223,1) 5%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#ffffff url("../images/footer_bg.png")no-repeat center top;font-size: 13px; color: #000000;padding:30px 15px 20px 15px;}
footer .footer{max-width:1000px; margin:0 auto; display: flex;}
footer .footer .f-logo{width: 360px;margin: 0 30px 0 0;}
footer .footer .f-info{flex: 1;text-align: right;}
footer .footer .f-info .f-contact{border-bottom: 1px #cccccc solid;border-top: 1px #cccccc solid;padding: 4px 0;margin:5px 0 10px 0;}
footer .footer .f-info .f-contact span{padding: 0 0 0 12px;display: inline-block;}
footer .footer .f-info .f-contact span:first-of-type{padding: 0;}
footer .footer .f-info .f-contact a{display: inline-block;color: #666666;}
footer .footer .f-info .f-contact a:hover{color: #0b5194;}
footer .footer .f-info .wd{}
footer .footer .f-info .wd a{display: block;color: #666666;}
footer .footer .f-info .wd a:hover{color: #0b5194;}
@media screen and (max-width:767px){
	footer{padding:20px 15px;}
	footer .footer{display: block;}
    footer .footer .f-logo{width: 100%;max-width: 300px;margin: 0 auto 15px auto;}
    footer .footer .f-info{flex: initial;width: 100%; text-align:center;}
    footer .footer .f-info .f-contact span{padding: 0 6px;}
    footer .footer .f-info .f-contact span:first-of-type{padding: 0 6px;}
}
