﻿/*************************
*******pagestyle CSS******
**************************/
#pcontent {
	width: 100%;
	display: inline-block;
	padding: 0 0 50px;
	background: url(../pagebg.jpg) no-repeat top center;
	/*background-attachment:fixed;*/
}
#pcontent2 {
	width: 100%;
	display: inline-block;
	padding: 0;
}
#products {
	width: 100%;
	display: inline-block;
	padding: 0;
	background: url(../pagebg.jpg) no-repeat top center;
	/*background-attachment:fixed;*/
}
.pageright {
	float: right;
	width: calc(100% - 270px);
	margin: 10px 0 0;
}
.pageright2 {
	float: left;
	width: 100%;
	padding: 0;
}
.itemarea {
	width: 100%;
	float: left;
}
.parallax-window {
    min-height: 73vh;
    background: transparent;
}
.parallax-window img {
	height:auto;
	max-width:100%;
}
.pbox1 {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 1em;
	line-height: 1.8em;
	min-height: 300px;
}
.pbox1 img {
	display:block;
	height:auto;
	max-width:100%;
}
.page-header {
	padding: 0 0 15px;
	border-style: none;
	width: 100%;
	margin: 0;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #000;
	font-weight: bold;
	display: inline-block;
	background: url(../line5.png) no-repeat left bottom;
}
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
	max-width: 100%;
}
.wrap-fs { 
	width: 100%;
	display: block;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap-fs img {
	display:block;
	height:auto;
	max-width:100%;
}
.wrap-fs .page-header {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	padding: 0 0 20px;
	border-style: none;
	width: 100%;
	margin: 0 0 20px;
	font-size: 2.2em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #000;
	display: inline-block;
	text-align: center;
	background: url(../line6.png) no-repeat center bottom;
}
.wrap-fs .contact .page-header {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	padding: 0 0 20px;
	border-style: none;
	width: 100%;
	margin: 0 0 20px;
	font-size: 2.2em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: url(../line6.png) no-repeat center bottom;
}
@media (max-width: 991px) {
.pageright {
	float: left;
	width: 100%;
}
.page-header {
	font-size: 1.7em;
}
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	height: auto;
	min-height: 400px;
}
}
.breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	text-align: right;
	padding: 15px 7px 7px;
	background-color: transparent;
}
.breadcrumb>li{display:inline-block;color:#999;}
.breadcrumb>li+li:before{padding:0 5px;color:#999;content:"/\00a0";}
.breadcrumb>.active{color:#333}
.breadcrumb>li a{color:#999;}
.breadcrumb>li a:hover{color:#ed1c24;text-decoration:none;}

.wrap-fs .breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	margin: 0;
	text-align: right;
	padding: 15px 5px 5px;
	background-color: transparent;
}
.wrap-fs .breadcrumb>li{display:inline-block;color:#999;}
.wrap-fs .breadcrumb>li+li:before{padding:0 5px;color:#999;content:"/\00a0";}
.wrap-fs .breadcrumb>.active{color:#999}
.wrap-fs .breadcrumb>li a{color:#999;}
.wrap-fs .breadcrumb>li a:hover{color:#e33b30;text-decoration:underline;}
/*************************
*******內頁選單
**************************/
.pageleft {
	float: left;
	width: 220px;
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 1.6em;
}
ul.mtree {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
  opacity: 0;
  margin-left: 0;
  padding: 0;
  border-top: 5px solid #d20008;
  /*background: url(../leftmenu-bg.png) no-repeat 0 top;*/
}
ul.mtree ul {
  padding-left: 0;
}
ul.mtree li {
  list-style: none;
	padding: 0 0 4px;
}
ul.mtree a {
  display: block;
	text-decoration:none;
}
ul.mtree a:hover {
	text-decoration:none;
}
ul.mtree li > a.current {
  font-weight: bold;
	background-color: #313131 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}
ul.mtree li.mtree-node > a {
  /*font-weight: bold;*/
}
ul.mtree li.mtree-node > a.current {
  font-weight: bold;
	background: #313131 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

ul.mtree.transit {
  /*background: #111;*/
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 15px;
  background: #e2f6fc;
	padding: 0;
    border: none;
	/*border-left: 1px solid #17318e;
	border-bottom: 1px solid #fff;*/
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #ccc;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
  /*background: #fff;*/
	background: #313131 url(../icon8.png) no-repeat 8px 22px;
}
ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
  background: #393939 url(../icon8.png) no-repeat 8px 22px;
  color: #fff;
}
ul.mtree.transit li > a.current {
  font-weight: bold;
	background: #313131 url(../icon8.png) no-repeat 10px 22px;
	color: #e73629;
}
ul.mtree.transit li.mtree-node > a.current:before {
	color: #FFF;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  /*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 12px 0.5em 12px 1.5em;
  color: #666;
}
ul.mtree.transit li > a {
	background: #f0f0f0 url(../icon6.png) no-repeat 10px 22px;
}
ul.mtree.transit li li > a {
  padding: 6px 0px 6px 1.4em;
	/*background: none;*/
	background: #f5e9ea url(../icon9.gif) no-repeat 9px 16px;
}
ul.mtree.transit li li > a:hover {
	background: #7b7b7b url(../icon9-1.gif) no-repeat 9px 16px;
}
ul.mtree.transit li li > a.current {
	background: #7b7b7b url(../icon9-1.gif) no-repeat 9px 16px;
}
ul.mtree.transit li li li > a {
  padding: 6px 0px 6px 1.8em;
	background: none;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
	background: none;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
ul.mtree.transit li li li > a:hover {
  background-image: none;
}
@media (max-width: 991px) {
.pageleft {
	float: left;
	width: 100%;
	margin: 35px 0 0;
}
ul.mtree {
  padding: 0;
  /*border-top: 5px solid #d20008;
  background: inherit;*/
}
}
/*************************
******* profile CSS ******
**************************/
.boxabout { 
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url("../about-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	background-attachment: fixed;
	min-height: 75vh;
}
.about {
	width: 100%;
	padding: 0 0 80px;
	display: inline-block;
	position: relative;
}
.about-b1 {
	padding: 20px 35px 40px;
	margin: 15px 0;
	display: inline-block;
	width: 100%;
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
}
.about-txt1 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 2.3em;
	line-height: 1.4em;
	color:#666;
	padding: 25px 0 10px;
	display: inline-block;
	width: 100%;
}
.about-txt1 .fred{color:#ed1c24;}
.about-txt1 .fyellow{color:#fffc00;}
.about-p1 {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 300px;
	height: 300px;
	background: url(../about-p1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom: -15px;
	right: 0;
}
@media (min-width: 992px) and (max-width: 1299px) {
.boxabout { background-size: auto 100%;}
}
@media (max-width: 991px) {
.boxabout { background-size: auto 100%;}
}
@media (max-width: 767px) {
.about-p1 {
	width: 230px;
	height: 230px;
	bottom: -10px;
	right: 0;
}
}

/*************************
******* contact CSS ******
**************************/
.boxcontact { 
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 5px 0;
	background-image: url("../contact-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.contact {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 70px;
	display: inline-block;
	text-align: center;
}
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	width: 80%;
	padding: 30px 50px;
	margin: 0;
	background: rgba(255,255,255,0.9);
	display: inline-block;
	border-radius: 15px;
	text-align: left;
}
.contact1 .contact-text {
	float: left;
	width: 100%;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	color: #666;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.contact1 .control-label {
	text-align: left;
}
.contact1 label {
	padding-left: 10px;
	float: left;
	width: 100%;
	color: #666;
}
.contact1 .required {
	color: #E85500;
	border: 0;
	margin-left:5px;
}
.contact2 {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact2 .cleft {
	width: 30%;
	float: left;
}
.contact2 .cright {
	width: 25%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact3 {
	padding-top: 30px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.contact3 button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.contact3 .send {
	background: #9e0b0f;
}
.contact3 .send:hover{
	background:#ed1c24;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact6 {
	float: left;
	width: 33%;
	padding: 0 0 0 2%;
}
.contact6:first-child {
	float: left;
	width: 34%;
	padding: 0;
}
#contact_form .pull-left{padding-right:10px}
@media (min-width: 992px) and (max-width: 1299px) {
.boxcontact { background-size: auto 100%;}
}
@media (max-width:991px) {
.boxcontact { background-size: auto 100%;}
}
@media (min-width: 768px) and (max-width: 991px) {

.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
}
@media (max-width: 767px) {
.contact1 {
	width: 100%;
	padding: 15px;
}
.contact2 .cleft {
	width: 50%;
	float: left;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact4 .google-maps {
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
}
@media (max-width: 480px) {
.contact3 button {
	width: 100%;
	margin-left: 0px;
}
.contact6 {
	width: 100%;
	padding: 1px 0;
}
.contact6:first-child {
	width: 100%;
	padding: 1px 0;
}
}

/*************************
*******news CSS******
**************************/
.infolist { position: relative; padding: 0; display: inline-block; width: 100%;float: left; }
.infolist .item-box { display: block; width: 100%;margin-bottom: 10px; color: #444; background-color: #fff;border: 1px solid #ddd;float: left;padding: 0;}
.infolist .item-box:nth-child(odd) { background-color: #fbf6f1;}
.infolist .item-box:last-child { margin-bottom: 0;}
.infolist .item-box .title { margin: 0; padding: 0; }
.infolist .more { display: inline-block; position: relative; width: 100px; height: 60px; overflow: hidden; vertical-align: middle;float: right; }
.infolist .more:before { pointer-events: none; content: ""; position: absolute; z-index: 0; top: 0; right: -50px; width: calc(100% + 50px); height: 100%; -moz-transform-origin: bottom; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -moz-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); background-image: -moz-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); background-image: -webkit-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); background-image: -ms-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); }
.infolist .more span { display: block; position: relative;width: 100%; font-size: 15px; color: #fff; text-align: center;padding: 15px 0 0 12px; }
.infolist .main { display: inline-block; padding: 10px 15px 10px 0; width: calc(100% - 100px); vertical-align: middle;float: left; }
.infolist .item-box .title {  color: #333; font-size: 18px; line-height: 140%;font-weight: 500;padding: 3px 0 3px 15px; }

@media only screen and (min-width:768px) {
  .infolist .item-box .title { padding: 7px 0 5px 15px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  .infolist .item-box:hover .title { color: #da2618; }
}
@media only screen and (min-width:1024px) {
  .infolist { padding: 0; }
  .infolist .item-box { position: relative; margin-bottom: 15px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  .infolist .item-box:before, .infolist .item-box:after { pointer-events: none; content: ""; position: absolute; top: 50%; right: 50px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; opacity: 0; }
  .infolist .item-box:after { margin-top: -3px; width: 7px; height: 7px; border-right: 1px solid #f70d18; border-top: 1px solid #f70d18; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  .infolist .item-box:hover .more:before { -moz-transform-origin: bottom; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -moz-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); background-image: -moz-linear-gradient(140deg, #ec7602 0%, #ec7602); background-image: -webkit-linear-gradient(140deg, #ec7602 0%, #ec7602); background-image: -ms-linear-gradient(140deg, #ec7602 0%, #ec7602); }
}

#news { display: inline-block; width: 100%; }
#news .list { position: relative; padding: 0; font-size: 0; }
#news .list .item-box { display: block; margin-bottom: 10px; color: #444; background-color: #fff;border: 1px solid #ddd;}
#news .list .item-box:last-child { margin-bottom: 0;}
#news .list .item-box .title, #news .list .item-box .txt { margin: 0; padding: 0; }
#news .date { display: inline-block; position: relative; width: 105px; height: 65px; overflow: hidden; /*vertical-align: middle;*/ }
#news .date:before { pointer-events: none; content: ""; position: absolute; z-index: 0; top: 0; left: -90px; width: calc(100% + 50px); height: 100%; -moz-transform-origin: bottom; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -moz-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); background-image: -moz-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); background-image: -webkit-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); background-image: -ms-linear-gradient(140deg, rgb(170, 170, 170) 0%, rgb(196, 196, 196) 100%); }
#news .date strong, #news .date span { display: block; position: relative; z-index: 1; width: 80px; color: #fff; text-align: center; }
#news .date strong { margin-top: 12px; font-size: 20px; font-weight: 500;line-height: 80%; }
#news .date span { font-size: 14px; }
#news .main { display: inline-block; padding: 10px 10px 10px 0; width: calc(100% - 105px); vertical-align: top; }
#news .list .item-box .title { max-height: none; color: #333; font-size: 18px; line-height: 130%;font-weight: 500; }
#news .list .item-box .txt { display: none; }

#news .view { margin: 0 0 10px; }
#news .view .top-box { font-size: 0;border: 1px solid #ddd;background: #fff; }
#news .view .top-box .date:before { background-image: -moz-linear-gradient(140deg, rgb(218, 38, 24) 0%, rgb(218, 38, 24) 100%); background-image: -webkit-linear-gradient(140deg, rgb(218, 38, 24) 0%, rgb(218, 38, 24) 100%); background-image: -ms-linear-gradient(140deg, rgb(218, 38, 24) 0%, rgb(218, 38, 24) 100%); }
#news .view .top-box .main { padding: 7px 15px 13px;width: 100%;display: inline-block; }
#news .view .top-box .title { margin: 0; font-size: 22px; color: #333; line-height: 140%;max-height: 52px; }
#news .view .edit-wrap { padding: 30px 5px 25px;/*border-bottom: 1px dashed #ccc;*/}
#news .view .title1 {  color: #333; font-size: 22px; line-height: 140%;font-weight: 500;padding: 12px 15px 12px 45px;border: 3px solid #ddd;background: #f5f2ef url(../icon-info.svg) no-repeat 10px 16px;background-size: 25px 25px; }

@media only screen and (min-width:768px) {
  #news .list { margin: 0 auto; max-width: 1200px; padding-bottom: 70px; }
  #news .list .item-box .txt { display: block; overflow: hidden; font-size: 15px;color: #888; text-overflow: ellipsis; white-space: nowrap; }
  #news .date { padding-top: 15px; width: 150px; height: 100px;vertical-align: middle; }
  #news .date strong, #news .date span { width: 115px; }
  #news .main { padding: 10px 20px 10px 10px; width: calc(100% - 150px);vertical-align: middle; }
  #news .list .item-box .title { margin-bottom: 6px; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;font-size: 20px; }
  #news .date strong { margin-top: 11px;font-size: 28px; line-height: 90%; }
  #news .view .top-box .title { padding-top: 0; font-size: 24px;font-weight: 500; }
  #news .view .top-box .main { padding: 7px 10px 5px; width: calc(100% - 150px);display: inline-block; }
}
@media only screen and (min-width:1024px) {
  #news .list { padding: 0; }
  #news .list .item-box { position: relative; padding-right: 120px; margin-bottom: 15px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #news .list .item-box:before, #news .list .item-box:after, #news .list .item-box .txt:before { pointer-events: none; content: ""; position: absolute; top: 50%; right: 50px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; opacity: 0; }
  #news .list .item-box:before { width: 20px; height: 1px; background-color: #f70d18; }
  #news .list .item-box:after { margin-top: -3px; width: 7px; height: 7px; border-right: 1px solid #f70d18; border-top: 1px solid #f70d18; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  #news .list .item-box .txt:before { content: "Detail"; margin-top: -9px; padding-right: 30px; height: 20px; line-height: 20px; color: #aaa; font-size: 14px; font-style: italic; }
  #news .item-box:hover .date:before { -moz-transform-origin: bottom; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -moz-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); background-image: -moz-linear-gradient(140deg, #da2618 0%, #da2618); background-image: -webkit-linear-gradient(140deg, #da2618 0%, #da2618); background-image: -ms-linear-gradient(140deg, #da2618 0%, #da2618); }
  #news .list .item-box:hover:before, #news .list .item-box:hover:after, #news .list .item-box:hover .txt:before { right: 30px; opacity: 1; }
}
/*檔案下載*/	
.search {
	display: inline-block;
    width: 100%;
	margin: 0;
	padding: 15px 10px 15px 15px;
	background: url(../line5.gif) repeat 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.search .select-ov {
	float: left;
	padding: 0 10px 0 0;
}
.search .input-txt .input-style {
	float: left;
	display: inline-block;
	width: calc(100% - 80px);
}
.search-btn {
	float: left;
	margin: 0 0 0 10px;
	width: 60px;
	display: inline-block;
}
.search-btn .btn-style {
  display: block;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  border: #1446a1 solid 1px;
  background: #1446a1 url(../search1.svg) no-repeat center center;
	background-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 6px 15px 6px;
	border-radius: 3px;
	text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.search-btn .btn-style:hover,
.search-btn .btn-style:focus {
  color: #fff;
  text-decoration: none;
  border: #da2618 solid 1px;
  background-color: #da2618;
}
.download-ov {
	width: 100%;
	display: inline-block;
}
.css-table{
	display: inline-block;
	width: 100%;
	background: #ffffff;
	border-collapse: collapse;
}
.css-table ul, .css-table li {
	display: inline-block;
	margin: 0;
	padding: 0;
    list-style-type: none;
}
.css-table .td{
	color: #666;
	border-bottom: #cfd1d9 1px solid;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.4em;
}
.css-table .th{
	color:#fff;
	border: #fff 1px solid;
	text-align: center;
	padding: 8px 6px;
	font-size: 16px;
}
.css-table{
	display: table;
}
.css-table .thead{
	display:table-header-group;
	background: #626262 url(../tablebg.jpg) no-repeat center top;
}
.css-table .tbody{
	display:table-row-group;
}
.css-table .tr{
	display:table-row;
	-webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.css-table .tr:nth-child(even){
	background: #f6f6f6;
}
.css-table .tbody .tr:hover{
	background: #fbe9e9;
}
.css-table .th, .css-table .td{
	display:table-cell;
	vertical-align:middle;
}
.css-table .td a{color: #2276c3;}
.css-table .td a:hover{color: #ed6d02; text-decoration: none;}
.css-table .td a.download2 {
	display: inline-block;
    padding: 10px 15px 10px 35px;
	font-size: 15px;
	line-height: 1em;
	color: #fff;
	border-radius: 3px;
	background: #b7b7b7 url(../download.svg) no-repeat 12px 9px;
	background-size: 16px;
}
.css-table .td a.download2:hover {
	color: #fff;
	background: #da2618 url(../download.svg) no-repeat 12px 9px;
	background-size: 16px;
}
.css-table .td.txt1{font-size: 16px;color: #2276c3; font-weight: bold;}
.css-table .th.txt1,.css-table .td.txt1{width: 55%;}
.css-table .th.txt2,.css-table .td.txt2{width: 15%; text-align: center;}
.css-table .th.txt3,.css-table .td.txt3{}
.css-table .th.dow1,.css-table .td.dow1{width: 15%; text-align: center;}

@media (max-width: 991px) {
.search .input-txt {width: 100%;padding-top: 10px;}
.css-table .thead{ display: none;}
.css-table .tbody{border-top: 3px solid #333;}
.css-table .td.txt1, .css-table .td.txt2, .css-table .td.txt3, .css-table .td.dow1{display: inline-block;width: 100%;text-align: left;padding: 12px 10px 8px;font-size: 16px;}
.css-table .tr li:before{ content: attr(data-title); display: inline-block; width: 110px;color: #888;font-size: 14px;}

}
/*************************
*******Product CSS******
**************************/
.productitem {
	width: 100%;
	float: left;
	margin: 10px 0;
	position: relative;
	background: #000;
	border: 3px solid #000;
}
.productitem:last-child {
	margin: 10px 0 50px;
}
/*.productitem:nth-child(1), .productitem:nth-child(2) {animation-delay: 0.3s;}*/

.productitem .photoimg {
	width: 60%;
	height: 280px;
	outline: none;
	display: inline-block;
	float: left;
	background: #fff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.productitem:hover .photoimg {
	opacity: 0.7;
}
.productitem .txt {
	float: right;
	height: 276px;
	width: 40%;
	display: inline-block;
	padding: 0 40px;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: #000;
}
.productitem .txt h2 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	width: 100%;
	display: inline-block;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	padding: 20% 0 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.productitem:hover .txt h2 {
	color: #d20008;
}
.productitem .txt .chs {
	display: inline-block;
	font-size: 24px;
	color: #ddd;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 0;
}
.productitem:hover .txt .chs {
	color: #d20008;
}
.productitem .txt .more{
	display: inline-block;
	font-size: 1em;
	line-height: 1.5em;
	margin: 12px 0 5px;
	padding: 5px 30px 6px;
	border: 1px solid #ddd;
	color: #999;
	position: absolute;
	bottom: 25px;
	left: 40px;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.productitem:hover .txt .more{
	border: 1px solid #666;
	color: #fff;
	background: #666;
}
.productbanner {
	width: 100%;
	float: left;
	margin: 5px 0 0;
	position: relative;
	background: #000;
	border: 7px solid #000;
}
.productbanner .photoimg {
	width: 50%;
	height: 330px;
	outline: none;
	display: inline-block;
	float: left;
	background: #fff;
}
.productbanner .txt {
	float: right;
	width: 50%;
	display: inline-block;
	padding: 20px 30px;
	margin: 0;
	position: relative;
	right: 0;
	top: 18%;
	overflow: hidden;
	/*max-height: 270px;*/
}
.productbanner .txt h2 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	width: 100%;
	display: inline-block;
	font-size: 2.4em;
	color: #fff;
	padding: 0;
	margin: 5px 0 0;
}
.productbanner .txt h2 .chs {
	display: inline-block;
	font-size: 24px;
	color: #ff0000;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 10px;
}
.productbanner .txt p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 1.6em;
	color: rgba(255, 255, 255,0.7);
	padding: 0;
	margin: 10px 0 0;
}
.productcontent {
	width: 100%;
	display: inline-block;
	margin: 0 0 60px;
}
.productcontent h3 { 
	width: 100%;
	display:inline-block;
	padding: 20px 20px 20px;
	margin:  0;
	border-bottom: 1px dotted #aaa;
	background: #efefef;
}
.productcontent h3 span.amount { 
	color: #333;
	font-size:26px;
	line-height: 1.3em;
	font-weight: bold;
}
.productcontent h3 span.fuond { 
	color: #ef984b;
	font-size:24px;
	display:inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px solid #ddd;
}
.checklist {
	float: left;
	width: 100%;
	padding: 30px 15px 10px;
	display:inline-block;
	background: #efefef;
}
.checklist .col {
	float: left;
	display:inline-block;
	width: calc(100%/5 - 10px);
	padding: 3px 20px;
	margin: 10px 5px;
	min-height: 240px;
	border-right: 1px solid #ddd;
}
.checklist .col:last-child {
	border-right: none;
}
.checklist .col .checklist-t1 {
	display:inline-block;
	width: 100%;
	padding: 0 0 12px;
	margin: 0 0 13px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	position: relative;
}
.checklist .col .checklist-t1:before{
	content:"";
	display:inline-block;
	width:40px;
	height:1px;
	margin:0;
	overflow:hidden;
	background-color:#bbb;
	position:absolute;
	bottom:-1px;
}
.checklist .col .checkbox {
    margin: 0;
    padding: 0;
    width:100%;
    display: inline-block;
	color: #666;
}
.checklist .checkbox input[type="checkbox"]:disabled {cursor:not-allowed;}
.product-list {
	float: left;
	width: 100%;
	padding: 10px 15px 15px;
	display:inline-block;
	background: #efefef;
}
.product-list .list-title { 
	width: 100%;
	display:inline-block;
	padding: 9px 20px;
	background: #444;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.product-related {
	float: left;
	width: 100%;
	padding: 30px 40px 35px;
	display:inline-block;
	background: url(../products-relatedbg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.product-related .title { 
	width: 100%;
	display:inline-block;
	padding: 25px 0 15px;
	margin:  0;
	font-size: 34px;
	color: #ffd614;
	text-align: center;
}
.product-related .title:before, .product-related .title:after{
	content:"";
	display:inline-block;
	width:20px;
	height:1px;
	margin:0 10px;
	overflow:hidden;
	background-color:#ffd614;
	position:relative;
	top:-13px;
}
.product-list ul, .product-related ul {
	float: left;
	width: 100%;
	display:inline-block;
	margin: 5px 0;
	padding: 0;
}
.product-list li { 
	display:block;
	list-style:none;
	width:calc(100%/4 - 14px);
	float: left;
	padding: 15px 20px;
	margin: 15px 7px;
	min-height: 390px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-related li { 
	display:block;
	list-style:none;
	width:calc(100%/4 - 8px);
	float: left;
	padding: 15px 20px;
	margin: 15px 4px;
	min-height: 300px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-list li:hover, .product-related li:hover { 
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .2 );
}
.product-list li a div.all, .product-related li a div.all { float: left;display:block;width: 100%;min-height: 300px; }
.product-related li a div.all p { line-height: 1.5em;margin-bottom: 2px;}
.product-list li .photo, .product-related li .photo { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-list li .photo .productimg1, .product-related li .photo .productimg1 {
	width: 100%;
	height: 180px;
	outline: none;
	display: inline-block;
	float: left;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.product-list li:hover .photo .productimg1, .product-related li:hover .photo .productimg1 {
	opacity: 0.8;
}
.product-list li .product-t1 {
	font-size:1.3em;
	line-height: 1.4em;
	color: #0060bd;
	margin: 13px 0 5px;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.product-related li .product-t1 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #111;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-list li:hover .product-t1 {
	color: #d30a0a;
}
.product-related li:hover .product-t1 {
	color: #00aeef;
}
.product-list li .product-f1, .product-related li .product-f1 {
	font-size:1em;
	line-height: 1.5em;
	color: #777;
	margin: 3px 0 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	max-height: 70px;
	overflow: hidden;
}
.product-related li .product-f2 {
	font-size:15px;
	line-height: 1.5em;
	color: #666;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.product-related li .product-f2 p {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.product-related li a {color: #666;}
.product-list li .more{
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 12px auto 5px;
	padding: 3px 20px 4px;
	border: 1px solid #eee;
	color: #999;
	position: absolute;
	bottom: 12px;
	left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-list li:hover .more{
	border: 1px solid #d20008;
	color: #fff;
	background: #d20008;
}

@media (min-width: 992px) and (max-width: 1199px) {
/*.productitem .txt {width: 350px;}*/
.productitem .txt h2 {font-size: 2.4em;padding: 15% 0 0;}
}
@media (max-width: 991px) {
/*.productitem .photoimg {width: 100%;height: 250px;}
.productitem .txt {height: 246px;width: 250px;padding: 0 30px;}
.productitem .txt h2 {font-size: 2em;padding: 15% 0 0;}*/
.productbanner .photoimg {width: 100%;height: 250px;}
.productbanner .txt {width: 100%;padding: 25px;margin: 0;position: relative;right: 0;top: 0;max-height: inherit;}
.product-list li { width:calc(100%/2 - 14px);}
.product-related li { width:calc(100%/2 - 8px);}
.checklist .col {width: calc(100%/3 - 10px);padding: 3px 20px;margin: 10px 5px;	min-height: 240px;border-right: 1px solid #ddd;}
}
@media (max-width: 768px) {
.productbanner .photoimg {width: 100%;height: 200px;}
.product-list li, .product-related li { width:calc(100%/2 - 14px);}
.product-related {padding: 30px 20px 35px;}
.product-related .title { font-size: 26px;}
.product-related .title:before, .product-related .title:after{display: none;}
}
@media (max-width: 600px) {
.productitem .photoimg {width: 100%;height: 200px;}
.productitem .txt {height: auto;width: calc(100% - 4px);padding: 0 20px;position: relative;margin: 0 2px;}
.productitem .txt h2 {font-size: 1.8em;padding: 20px 0;}
.productitem .txt .more{font-size: 0.9em;margin: 10px 0 5px;padding: 5px 20px 6px;position: relative;bottom: 15px;left: 0;}
.product-list li, .product-related li { width:100%;margin: 10px 0;}
.checklist {padding: 10px 0 15px;}
.checklist .col {width: calc(100%/2 - 10px);padding: 3px 10px;}
}

/*產品詳細頁*/
.product-info {
	float: left;
	width: 100%;
	padding: 15px 20px 10px;
	display:inline-block;
	background: #efefef;
}
.productpicbig {
	float: left;
	padding: 5px;
	margin: 15px 0;
	width: 100%;
	border: 1px solid #efefef;
	position:relative
}
.product-info .info {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.product-info .info h2 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 36px;
	line-height: 1.6em;
	color: #333;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.product-info .info .group {
    margin: 0;
    padding: 17px 0;
    border-bottom: #ccc dashed 1px;
    width:100%;
    display: inline-block;
	color: #555;
}
.product-info .info .group:last-child {
  border-bottom: none;
}
.product-info .info .checkbox {
    margin: 0;
    padding: 1px 0;
    width:100%;
    display: inline-block;
}
.product-info .info .checkbox span {
	color: #999;
}
.product-info .info .discount .txt span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #e70000;
}
.productpicbig {
	float: left;
	padding: 0;
	margin-bottom: 50px;
	width: 100%;
	position:relative
}
.product-series {
	float: left;
	width: 100%;
	padding: 15px 30px 25px;
	display:inline-block;
	background: #efefef;
}
.product-series .title { 
	width: 100%;
	display:inline-block;
	padding: 0 0 15px;
	margin:  0;
	font-size: 30px;
	color: #333;
}
.product-features {
	float: left;
	width: 100%;
	padding: 20px 20px 20px;
	display:inline-block;
}
.product-features .title { 
	width: 100%;
	display:inline-block;
	padding: 25px 0 15px;
	margin:  0;
	font-size: 30px;
	color: #333;
}
.product-features .info1 { 
	width: 100%;
	display:inline-block;
	padding: 10px 0 0;
	margin:  0;
	color: #555;
}
.product-spec {
	float: left;
	width: 100%;
	padding: 0;
	display:inline-block;
}
/*.product-spec {
	float: left;
	width: 100%;
	padding: 20px 20px 50px;
	display:inline-block;
}*/
.product-spec .title { 
	width: 100%;
	display:inline-block;
	padding: 15px 0 15px;
	margin:  0;
	font-size: 30px;
	color: #333;
}
.product-spec .info2 { 
	width: 100%;
	display:inline-block;
	padding: 10px 0 10px;
	margin:  0;
	color: #333;
}
.product-spec .ptable { 
	width: 100%;
	display:inline-block;
	margin: 0;
}
.product-spec .ptable .pname { 
	width: 100%;
	display:inline-block;
	padding: 9px 20px;
	background: #444;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.product-spec .ptable dl {
	list-style-type: none;
    margin: 0;
    padding: 9px 0;
    border-bottom: #d2d2d2 solid 1px;
    width:100%;
    display: inline-block;
}
.product-spec .ptable dl:nth-child(odd) {
	background: #f1f1f1;
}
.product-spec .ptable dt {
    font-size: 15px;
	line-height: 1.7em;
	font-weight: bold;
	color: #888;
    width: 300px;
    display: inline-block;
	float: left;
	padding: 0 20px;
}
.product-spec .ptable dd {
    font-size: 15px;
	line-height: 1.6em;
	color: #111;
    width: calc(100% - 300px);
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1299px) {
.product-spec .ptable dt { width: 200px;}
.product-spec .ptable dd { width: calc(100% - 200px);}
}
@media (max-width: 991px) {
.product-spec .ptable dt { width: 200px;}
.product-spec .ptable dd { width: calc(100% - 200px);}
.product-features {	padding: 20px 0;}
.product-spec {	padding: 20px 0 50px;}
}
@media (max-width: 768px) {
.product-spec .ptable dt { width: 100%;padding: 0 5px 2px;}
.product-spec .ptable dd { width: 100%;	padding: 0 5px;}
}
@media (min-width: 1200px) {
.product-info {padding: 20px 30px 10px;}
.product-info .info {float: right;width: calc(100% - 700px);margin: 15px 0 0;}
.productpicbig {width: 650px;}
}
@media (max-width: 991px) {

}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}

/*選項卡*/
.tab{
    margin-top: 55px;
	width: 100%;
	float: left;
}
.tab .nav-tabs{
	padding: 0;
	margin: 0;
    border:none;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}
.nav-tabs ul, .nav-tabs li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	width: calc(100%/4);
	text-align: center;
	
}
.nav-tabs li a{
    padding: 12px 10px;
	margin-right: 1px;
    border:none;
    border-right: 0px none;
    /*background: transparent;*/
    color:#fff;
    border-radius: 0px;
    transition: all 0.2s ease-in 0s;
	background: #bbb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.nav-tabs li a:hover{
    background: #eec4c5;
    color: #333;
}
.nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
	font-weight: bold;
    color: #e50008;
	background: #dfdfdf;
	border:none;
}
.tab .tab-content{ padding: 35px 0 20px;}
@media only screen and (max-width: 767px){
    .tab{ margin-top: 35px;	}
	.nav-tabs li{ width:100%; margin-bottom: 1px;}
    .nav-tabs li a{ padding: 12px;}
    .nav-tabs li.active a,
    .nav-tabs li.active a:focus,
    .nav-tabs li.active a:hover{ padding: 12px; margin-top: 0;}
}

/* 網站導覽 */
.sitemap { width: 100%; margin:35px 0 10px; padding:0 0 20px;display: inline-block;border: 10px solid #efefef;background: #fff;}
.sitemap_tree { padding:10px 30px 20px; margin:0; width: calc(100%/3);display: block;float: left; }
.sitemap_tree li { padding:5px 0;list-style: none; }
.sitemap_tree li a { display:block; text-decoration:none; }
.sitemap_tree li a:hover, .sitemap_tree li a:focus { text-decoration:none;color:#ec1c24; }
.sitemap_tree > li li { line-height:130%; }
.sitemap_tree > li > ol > li a { padding:0; }

/* 第1層 */
.sitemap_tree > li { font-size:150%; color:#d01325; line-height:180%; }
	.sitemap_tree > li > a { color:#9f0200; padding:7px 0 7px 2px; border-bottom:1px dashed #ccc;}
	.sitemap_tree > li > a:hover { color:#ec1c24; }
/* 第2層 */
.sitemap_tree > li > ol { margin-left:0; margin-top:10px;padding: 0; }
.sitemap_tree > li > ol > li { font-size:16px; color:#000; padding-left:20px;background: url(../icon5.png) no-repeat 5px 12px; }
	.sitemap_tree > li > ol > li > a { color:#333; }
/* 第3層 */
.sitemap_tree > li > ol > li > ol { margin-left:0; margin-top:5px;padding: 0 }
.sitemap_tree > li > ol > li > ol > li { font-size:15px;color:#6d6d6d; padding-left:20px;background: url(../icon9.gif) no-repeat 5px 12px; }
	.sitemap_tree > li > ol > li > ol > li > a { color:#6b6b6b; }
/* 第4層 */
.sitemap_tree > li > ol > li > ol > li > ol { margin-left:0; margin-top:5px;padding: 0 }
.sitemap_tree > li > ol > li > ol > li > ol > li { font-size:15px;color:#6d6d6d; padding-left:20px;background: url(../icon9.gif) no-repeat 5px 12px; }
	.sitemap_tree > li > ol > li > ol > li > ol > li a { color:#6b6b6b; }

@media only screen and (max-width: 767px){
.sitemap_tree { padding:5px 20px; margin:0; width: 100%; }
}