﻿/*************************
*******pagestyle CSS******
**************************/
.breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	margin: 10px 0 0;
	text-align: left;
	padding: 5px;
	background-color: transparent;
}
.breadcrumb>li{display:inline-block;color:#ccc;}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0";}
.breadcrumb>.active{color:#ccc}
.breadcrumb>li a{color:#ccc;}
.breadcrumb>li a:hover{color:#00aeef;text-decoration:underline;}

.parallax-window {
    min-height: 73vh;
    background: transparent;
	padding-bottom: 30px;
}
.pbox1 {
	float: left;
	width: 100%;
	padding: 30px 0;
	min-height: 300px;
}
.parallax-window img {
	height:auto;
	max-width:100%;
}
.page-header {
	width: 100%;
	margin: 0 0 25px;
	font-size: 2.5em;
	line-height: 1em;
	color: #fff;
	padding: 0 0 20px;
	border-style: none;
	text-align: center;
	display: inline-block;
	background: url(../line2.gif) no-repeat center bottom;
}
.page-header .en {
	font-size: 15px;
	color: #fff;
	width: 100%;
	display: inline-block;
}

@media (max-width: 767px) {

}

/*************************
******* profile CSS ******
**************************/
.about {
	width: 100%;
	padding: 0 0 50px;
	display: inline-block;
}
.about-b1 {
	padding: 25px 30px;
	margin: 15px 0 0;
	display: inline-block;
	width: 100%;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
}
.about-photo {
	padding: 0;
	margin: 0 0 15px 30px;
	display: inline-block;
	float: right;
}
.about-txt1 {
	font-size: 2.2em;
	line-height: 1.6em;
	color:#333;
	padding: 25px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.about-txt1 .fred{color:#ed1c24;}
.about-txt1 .fyellow{color:#fffc00;}
.about-txt2 {
	font-size: 18px;
	line-height: 2em;
	color:#333;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.about-txt2 dl {
	width: 100%;
	margin: 0;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dotted #FFF;
}
.about-txt2 dt {
	float: left;
	width: 120px;
	color: #333;
	font-weight: bold;
	text-align: left;
}
.about-txt2 dd {
	float: left;
	margin: 0;
	padding: 0;
	color: #333;
	width: calc(100% - 120px);
	text-align: left;
}
.about-txt3 {
	font-size: 18px;
	line-height: 2em;
	color:#333;
}
.tech-txt1 {
	width: 100%;
	float: left;
	display: inline-block;
	margin: 20px 0 0;
	padding: 20px 0 5px;
	border-top: 1px dashed #aaa;
}
.tech-txt1 dl {
	display:inline-block;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}
.tech-txt1 dt{
	float: left;
	width: 100px;
	display:inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	background: #c69c6d;
	border-radius: 3px;
}
.tech-txt1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 2px 0 0 20px;
	padding: 0;
	color: #333;
	font-size: 18px;
	line-height: 1.7em;
}
@media screen and (max-width:991px) {
.about-b1 {
	padding: 20px 15px;
}
.boxabout {
	margin-top: 60px;
}
.tech-txt1 dt{
	width: auto;
}
.tech-txt1 dd {
	width: 100%;
	margin: 5px 0 0 10px;
}
}
@media (max-width: 480px) {
.about-txt1 {
	font-size: 2em;
}
.about-photo {
	padding: 0;
	margin: 0 0 15px 0;
	display: inline-block;
	float: right;
}
.about-txt2 dt {
	width: 100%;
}
.about-txt2 dd {
	width: 100%;
	margin: 5px 0 0;
}
}
/*************************
******* contact CSS ******
**************************/
.contact {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 70px;
	display: inline-block;
}
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	width: 65%;
	padding: 30px;
	margin: 10px 0 0;
	background: rgba(255,255,255,0.9);
	position: relative;
	display: inline-block;
	border-radius: 5px;
}
.contact1 .contact-text {
	float: left;
	width: 100%;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	color: #666;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.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: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	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: #555;
}
.contact3 .send:hover{
	background:#00aeef;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact5 {
	float: right;
	width: 32%;
	padding: 15px 5px 25px;
	margin: 10px 0 0;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
}
.contact5 .ctxt {
	float: left;
	width: 100%;
	color: #333;
	margin: 0 0 8px;
}
.contact5 .ctxt1 {
	float: left;
	width: 100%;
	color: #333;
	margin: 15px 0 8px;
}
.contact5 .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.contact5 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.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 screen and (max-width:991px) {
.boxcontact {
	margin-top: 60px;
}
}
@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%;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@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;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@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;
}
}
/*************************
*******faq CSS******
**************************/
.faq1 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.faq1 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.faq1 dt{
	float: left;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #181996;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
}
.faq1 dd {
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #181996;
}
.faq2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.faq2 dl {
	width: 100%;
	margin: 0;
	float: left;
	padding: 12px 0 12px 7px;
	border-bottom: 1px dotted #ccc;
}
.faq2 dl:nth-child(even) {
	background-color: #f7f7f7;
}
.faq2 dl:hover {
	float: left;
	width: 100%;
	visibility: visible;
	background-color: #f0f8fb;
}
.faq2 dt{
	float: left;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #181996;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 10px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	margin-right: 5px;
}
.faq2 dd {
	float: left;
	width: calc(100% - 70px);
	display: block;
	margin: 0;
	padding: 3px 10px 0 5px;
}
.faq2 dd A:link {
	color:#333;
	text-decoration:none
}
.faq2 dd A:visited {
	color:#333;
	text-decoration:none
}
.faq2 dd A:hover {
	color:#00aeef;
	text-decoration:none
}
.faqcontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 35px;
	padding-bottom: 35px;
}
/*************************
******* News ******
**************************/
.news {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
#news-ov {
	width: 100%;
	float: left;
}
#news-ov ul {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0;
	padding:0;
}
#news-ov ul li {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 10px;
	background-color: #FFF;
	-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;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#news-ov ul li:hover {
	text-decoration:none;
	background-color:#ebf8dd;
}
#news-ov .news-det {
	display: inline-block;
	width: calc(100% - 300px);
	padding: 5px 0 0 20px;
}
#news-ov .news-det h3 {
	font-size: 1.7em;
	line-height: 1.4em;
	color: #468f41;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	margin: 0;
	padding: 0;
}
#news-ov li:hover .news-det h3 {
	color: #f26522;
	text-decoration: none;
}
#news-ov .news-det p {
	font-size: 15px;
	line-height: 26px;
	color: #555;
	margin: 8px 0 0;
}
#news-ov .news-img {
	float: left;
	width: 300px;
}
#news-ov .newsimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist2 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 0px;
}
.newslist2 dt {
	float: left;
	color: #999;
	background-color: #ebf8dd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
}
.newslist2 dd {
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
	width: 100%;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 35px;
	padding-bottom: 35px;
}
.newslist4 {
	color: #333333;
	background-color: #e8e8e8;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
}
.newslist4 A:link {color:#009bd8;text-decoration:none}
.newslist4 A:visited {color:#009bd8;text-decoration:none}
.newslist4 A:hover {color:#b60c16;text-decoration:underline}
@media (max-width: 768px){
#news-ov ul li {
	margin: 0 0 15px;
}
#news-ov .news-det {
	width: 100%;
	padding: 15px 0 0 0;
}
#news-ov .news-img {
	float: left;
	width: 100%;
}
#news-ov .newsimg {
	height: 220px;
}
}
@media (max-width: 480px) {
#news-ov .newsimg {
	height: 180px;
}

}
/*************************
*******Product CSS******
**************************/
.products {
	width: 100%;
	float: left;
	margin: 40px 0;
}
.products1 {
	width: 100%;
	float: left;
	background: #e6e6e6;
	padding: 3rem 0 3rem;
}
.products1 .title {
	font-size: 2em;
	line-height: 1.2em;
	color: #333;
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: center;
}
.products1 .title:before, .products1 .title:after{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background-color:#333;
	position:relative;top:-8px;
}
.products-con {
	width: 100%;
	display:inline-block;
}
.products-table {
	width: 100%;
	display:inline-block;
	margin: 15px 0 0;
}
#product-ov {
	width: 100%;
	float: left;
}
#product-ov ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov li { 
	display:block;
	list-style:none;
	margin: 0;
	padding: 0;
}
#product-ov li a { 
	display:block;
	width:50%;
	float: left;
	text-decoration: none;
	padding: 15px 1.5%;
	margin: 0;
	position: relative;
}
#product-ov li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	-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-ov li a:hover .pro-img {
	border: 1px solid #4d9c2d;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}

#product-ov ul li .pro-name {
	font-size: 18px;
	line-height: 1.4em;
	color: #000000;
	margin-top: 8px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov li a:hover .pro-name {
	color: #4d9c2d;
}
#product-ov ul li .productimg {
	width: 100%;
	height: 280px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#product-ov ul li a:hover .productimg {
	opacity: 0.7;
}
.product-info { 
	width:46%;
	float:right;
}
.product-info h2 {
	font-size: 2em;
	color: #333;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px;
	border-bottom: #ddd solid 3px;
}
.product-info .info {
  margin: 0;
  padding: 0 0 30px;
  border-top: #ddd solid 1px;
  width:100%;
  float:left;
}
.product-info .info ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.product-info .info ul li {
	width: 100%;
	float: left;
	padding: 13px 0;
	margin: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d0d0;
}
.product-info .info .ti {
    float: left;
    width: 80px;
	font-size: 16px;
    color: #999;
}
.product-info .info .txt {
	font-size: 16px;
	color: #111;
	display: block;
	width: calc(100% - 80px);
	padding: 0 0 0 5px;
	float:left;
}
.product-info .info .txt1 {
	font-size: 16px;
	color: #111;
	display: block;
	width: 100%;
	padding: 0;
	float:left;
}
.productpicbig {
	float: left;
	padding: 5px;
	width: 50%;
	border: 1px solid #E3E3E3;
	margin: 0;
}
.productpicbig .productimg {
	width: 100%;
	height: 550px;
	outline: none;
	display: inline-block;
	float: left;
}
.baguetteBoxOne { 
	float: left;
	width:100%;
	margin: 25px 0 0;
	display: inline-block;
}
.baguetteBoxOne ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.baguetteBoxOne li { 
	float: left;
	display:block;
	list-style:none;
	margin: 0;
	width:25%;
	padding: 10px;
}
.baguetteBoxOne li a { 
	display:block;
	width:100%;
	float: left;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.baguetteBoxOne li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	-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;
}
.baguetteBoxOne li:hover .pro-img {
	border: 1px solid #00aeef;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}
.baguetteBoxOne li .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.baguetteBoxOne li:hover .productimg {
	opacity: 0.7;
}
.baguetteBoxOne li .pro-name {
	font-size: 18px;
	line-height: 1.4em;
	color: #000000;
	margin-top: 8px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.baguetteBoxOne li a:hover .pro-name {
	color: #00aeef;
}

.fancytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	table-layout: fixed;
}
.fancytable td {
	min-width: 100px;
}
.fancytable thead {
	visibility: visible;
	background-color: #021765;
}
.fancytable thead td {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 8px 4px;
	text-align: center;border: 1px solid #CCC;
}
.fancytable thead td:nth-of-type(odd) {
	color: #fed900;
}
.fancytable th {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	visibility: visible;
	padding: 6px 5px;
	text-align: center;
}
.fancytable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fancytable tbody td:nth-of-type(odd) {
	background-color: #f9ebe8;
}
.fancytable tbody td {
	padding: 4px 5px;
	border: 1px solid #CCC;
	text-align: center;
	min-width: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.fancytable {table-layout: inherit;}
.products-table {width:100%; overflow-x:scroll;}
.products-table table {	width:100%; overflow-x:scroll;}
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.productpicbig {
	width: 100%;
}
.product-info { 
	width:100%;
	float:left;
	margin-top: 20px; 
}
.productpicbig .productimg {
	height: 450px;
}
.baguetteBoxOne li { 
	width:50%;
}
}
@media (max-width: 767px) {
.fancytable {table-layout: inherit;}
.products-table {width:100%; overflow-x:scroll;}
.products-table table {	width:100%; overflow-x:scroll;}
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.productpicbig {
	width: 100%;
}
.product-info { 
	width:100%;
	float:left;
	margin-top: 20px; 
}
.productpicbig .productimg {
	height: 450px;
}
.baguetteBoxOne li { 
	width:50%;
}
}
@media (max-width: 600px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov li a { 
	width:100%;
	padding: 12px 0;
}
.baguetteBoxOne li { 
	width:100%;
}
}
@media (max-width: 480px) {
#product-ov li a { 
	width:100%;
	padding: 12px 0;
}
#product-ov ul li .productimg {
	height: 200px;
}
.productpicbig .productimg {
	height: 350px;
}
}

/* 內頁選單 */
#nav-wrap .btn-cate {
  display: none;
}
@media (max-width: 1199px) {
  /* 共用 */
  #nav-wrap .btn-cate {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.25rem;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: #c69c6d solid 1px;
    background-color: #c69c6d;
  }
  #nav-wrap .btn-cate:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-bottom-width: 0;
    border-top-color: #fff;
    -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;
  }
  #nav-wrap .icon-close:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
/* 選單 */
  #nav-wrap .nav-category {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: #ddd solid 1px;
    background-color: #fff;
  }
  #nav-wrap .menu-main li a {
    display: block;
    padding: 0 15px;
    color: #666;
    text-decoration: none;
    line-height: 35px;
  }
  #nav-wrap .menu-main li a:hover {
    color: #000;
  }
  #nav-wrap .menu-main li.current a {
    background-color: #f2f2f2;
  }
  #nav-wrap .menu-main li.current a span {
    margin: 0;
    font-size: 1.166666rem;
    font-size: 16px;
    color: #448c42;
    line-height: 35px;
  }

}
@media only screen and (min-width: 1200px) {

  /* 共用 */
  #nav-wrap {
    width:100%;
	float:left;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
  }
  #nav-wrap .nav-category {
    display: block !important;
	text-align: center;
  }
  #nav-wrap .menu-main li > a {
    display: inline-block;
    font-size: 1.25rem;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    line-height: 22px;
    -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;
  }
  #nav-wrap .menu-main li > a:hover {
    color: #000;
  }
  #nav-wrap .menu-main li.current > a span {
    display: inline-block;
    margin: 0;
    font-size: 1.25rem;
    font-size: 16px;
  }
  #nav-wrap.nav-style .menu-main li {
	display: inline-block;
	list-style-type: none;
	position: relative;
  }
  #nav-wrap.nav-style .menu-main li > a {
	border-radius: 0;
	color: #7f7f7f;
	padding: 10px 25px;
	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;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dfdfdf;
  }
  #nav-wrap.nav-style .menu-main li > a:hover {
	color: #242585;
	background-color: #cccccc;
  }
  #nav-wrap.nav-style .menu-main li.current > a ,
  #nav-wrap.nav-style .menu-main li.current > a:hover,
  #nav-wrap.nav-style .menu-main li.current > a:focus {
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
	position: relative;
	background-color: #c69c6d;
	padding: 10px 17px;
	margin: 0;
  }
  /* 品牌&產品 */
  .product-top #nav-wrap {
	float: left;
	width: auto;
  }
}

