* {
	margin: 0;
	padding: 0;
	position: relative;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
    font-family: arial, SimHei;
}

div {

}

a {
	text-decoration: none;
	color: #000;
}

body {
	background-image: url("../../img/watermark-01.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}

ul {
	list-style-position: inside;
}

.container {
	width: 100%;
	overflow: hidden;
}

.text-red {
	color: red;
}

header {
	background-color: #FFF;
	line-height: 60px;
}

header > div {
	float: left;
}

.btn-menu, .btn-lang {
	padding: 5px;
}

.btn-menu i {
	font-size: 25px;
}

.btn-lang {
	font-size: 14px;
}

.btn-menu a, .btn-lang a {
	padding: 5px;
	font-size: 12px;
}

.btn-lang-line {
	top: 5px;
}

.arrow-up {
	width: 0;
	height: 0;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.btn-lang a:hover, .lang-eng.active, .lang-ch.active {
	background-color: red;
	color: #FFF;
}

.btn-lang a:hover .arrow-up {
	border-bottom: 5px solid red;
}

.lang-eng.active > .arrow-up, .lang-ch.active > .arrow-up {
	border-bottom: 5px solid red;
}

.logo {
	float: right;
	text-align: right;
}

.logo a {
	top: 6px;
}

.logo img {
	width: 180px;
	vertical-align: middle;
}

/* swiper style */
.swiper-container img {
	width: 100%;
}

/* home menu */
.home-menu li {
	display: block;
	line-height: 40px;
	padding: 15px;
	font-size: 20px;
	background-color: transparent;
	border-bottom: 1px solid rgb(128, 128, 128);
}

.home-menu li:last-of-type {
	border-bottom: 0px;
}

.home-menu li a {
	display: block;
}

.home-menu li span {
	float: right;
}

.home-menu li span i {
	color: red;
	font-size: 40px;
	padding-right: 15px;
}

.footer-baseline {
	width: 100%;
	height: 20px;
	background-image: url("../../img/colorlines-01.png");
	background-repeat: no-repeat;
	background-size: 100% 20px;
}

.copyright {
	padding: 15px;
	overflow: hidden;
}

.copyright .content {
	float: left;
	font-size: 10px;
	line-height: 25px;
}

.btn-social-media {
	float: right;
}

.btn-social-media ul {
	list-style: none;
}

.btn-social-media ul li {
	display: block;
	float: left;
	line-height: 25px;
	padding: 5px 10px;
}

.btn-social-media ul li:nth-of-type(1) {
	border-right: 1px solid #969696;
}

.btn-social-media ul li:nth-of-type(2) {
	border-right: 1px solid #969696;
}

.btn-social-media ul li i {
	color: #969696;
	font-size: 25px;
}

/* home menu */
.home-menu li {
	display: block;
	line-height: 40px;
	padding: 15px;
	font-size: 20px;
	background-color: transparent;
	border-bottom: 1px solid rgb(128, 128, 128);
}

.home-menu li:last-of-type {
	border-bottom: 0px;
}

.home-menu li a {
	display: block;
}

.home-menu li span {
	float: right;
}

.home-menu li span i {
	color: red;
	font-size: 40px;
	padding-right: 15px;
}

.home-menu1 {
	color: #065cde;
	padding-right: 15px;
}
/* menu list */
.menu-list {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease-out;
	-moz-transition: max-height 0.5s ease-out;
	-o-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;
}

.menu-list.active {
	max-height: 100%;
}

.menu-list li {
	display: block;
	line-height: 55px;
	padding: 15px;
	font-size: 20px;
	background-color: transparent;
	border-bottom: 1px solid rgb(128, 128, 128);
}

.menu-list li:first-of-type {
	border-top: 1px solid rgb(128, 128, 128);
}

.menu-list li:last-of-type {
	border-bottom: 0px;
}

.menu-list li a {
	display: block;
}

.menu-list li span {
	float: right;
}

.menu-list li span i {
	color: red;
	font-size: 40px;
	padding-right: 15px;
}

.menu-list li span i1 {
	color: #065cde;
	font-size: 40px;
	padding-right: 15px;
}

.intro-img img {
	width: 100%;
}

.title {
	line-height: 30px;
	font-size: 18px;
	padding:  15px 15px 10px 15px;
	color: red;
	overflow: hidden;
	border-bottom: 1px solid rgb(128, 128, 128);
}

.title span {
	float: right;
}

.title span i {
	color: red;
	font-size: 25px;
	padding-right: 15px;
}

.product-cate {
	line-height: 20px;
	font-size: 16px;
	padding:  15px 15px 10px 15px;
	color: red;
	overflow: hidden;
	border-bottom: 1px solid rgb(128, 128, 128);
}

.product-cate span {
	float: right;
	display: none;
}

.product-cate span i {
	color: red;
	font-size: 25px;
	padding-right: 15px;
}

.product-cate a {
	display: block;
	color: red;
}

.product-cate ul {
	list-style: none;
}

.product-cate ul ul {
	display: none;
}

.product-cate > ul > li {
	line-height: 35px;
	border-bottom: 2px dashed rgb(203, 207, 211);
}

.product-cate > ul > li:last-of-type {
	border-bottom: 0px;
}

.product-cate > ul > li li {
	font-size: 12px;
}

.product-cate > ul > li li a {
	padding-left: 25px;
	font-weight: bold;
}

.page-content {
	padding: 15px;
	text-align: justify;
	line-height: 25px;
}

.page-content label {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid rgb(128, 128, 128);
	display: block;
	margin-bottom: 10px;
}

.search-div {
	margin: 15px;
	overflow: hidden;
}

.search-div form {
	display: block;
}

.search-container-1{
  	vertical-align: middle;
  	white-space: nowrap;
  	position: relative;
}

.search-container-1 input#search{
  	width: 100%;
  	height: 40px;
  	background: #FFF;
  	border: none;
  	font-size: 10pt;
  	float: left;
  	padding-left: 45px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;

  	box-sizing: border-box;

  	-webkit-box-shadow: 0px 0px 2px 1px #D9D9D9 inset;
  	-moz-box-shadow: 0px 0px 2px 1px #D9D9D9 inset;
  	-o-box-shadow: 0px 0px 2px 1px #D9D9D9 inset;
  	box-shadow: 0px 0px 2px 1px #D9D9D9 inset;

  	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}

.search-container-1 .icon{
  	position: absolute;
  	top: 50%;
  	margin-left: 17px;
  	margin-top: 14px;
  	z-index: 1;
  	color: #4f5b66;
}

.search-container-1 input#search:focus {
    outline:none;
}

.news-list {
	display: block;
	overflow: hidden;
	line-height: 25px;
	border-bottom: 1px dotted rgb(119, 119, 119);
}

.news-list, .news-list a {
	color: rgb(119, 119, 119);
	font-weight: bold;
	font-size: 15px;
}

.news-list a:hover {
	text-decoration: underline;
}

.page-num {
	float: right;
	font-size: 15px;
}

.news-title {
	line-height: 25px;
	font-size: 1.5em;
	border-bottom: 2px solid rgb(119, 119, 119);
	margin-bottom: 15px;
}

.contact-list {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.contact-list {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
}

table#miyazaki { 
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100; 
  background: #fff; color: #000;
  text-rendering: optimizeLegibility;
  border-radius: 5px; 
}
table#miyazaki caption { 
  font-size: 2rem; color: #000;
  margin: 1rem;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki.png), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right; 
}
table#miyazaki thead th { font-weight: 600; }
table#miyazaki thead th, table#miyazaki tbody td { 
  padding: .8rem; font-size: 1.4rem;
}
table#miyazaki tbody td { 
  padding: .8rem; font-size: 1.4rem;
  color: #000; background: #fff; 

}
table#miyazaki tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}

@media screen and (max-width: 600px) {
  table#miyazaki caption { background-image: none; }
  table#miyazaki thead { display: none; }
  table#miyazaki tbody td { 
    display: block; padding: .6rem; 
  }
  table#miyazaki tbody tr td:first-child { 
    background: #ccc; color: #000; 

  }
	table#miyazaki tbody td:before { 
    content: attr(data-th); 
    font-weight: bold;
    display: inline-block;
    /*width: 6rem;  */
  }
}