﻿* {
  list-style: none;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
  color: #333;
  font-size: 1.2em;
  font-family: Arial, "Microsoft yahei", Roboto-Light, Helvetica, Sans-Serif;
	background-color: #ebebeb;
}
a {
  color: #a76a00;
  text-decoration: none;
}
a:hover {
	color: #f60;
}
.gap-top {
  height: 15px;
}
.gap {
  height: 10px;
}
.relative {
	position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.big {
  font-size: 1.3em;
}
.mid {
  font-size: 0.94em;
}
.small {
  font-size: .8em;
}
.red {
  color: #f00;
}
.bold {
  font-weight: bold;
}
.icon {
  color: #f0e2d0;
}
img {
	margin: 0; 
	border: none;
  max-width: 100%;
}
.img {
  max-width: 100%;
}
.img:hover {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -o-filter: brightness(85%);
}
.img-logo-bottom {
  width: 50px;
  vertical-align: middle;
}
.v-img {
  vertical-align: middle;
}
hr {
  border: none;
  border-top: 1px dashed #333;
  height: 1px;
  width: 15px;
  margin-left: 15px;
}
.content-wrapper {
  margin: 0 auto;
	padding: 0;
	width: 95%;
  max-width: 1366px;
}
.content-c-wrapper {
  margin: 0 auto;
	padding: 0;
	width: 90%;
  max-width: 1266px;
}
header {
	padding: 0;
	margin: 0;
  display: table;
  position: relative;
}
footer {
  width: 100%;
  clear: both;
  font-size: 0.8em;
  background-color: #cbbb9f;
  height: 50px;
  text-align: center;
}
.container-left, .container-right {
  width: 48%;
  padding: 0 8px;
}
.container-left {
  float: left;
}
.container-right {
  float: right;
}
.img-logo {
  width: 28%;
}
.clear {
  clear: both;
}
.mobile {
  display: none;
}
.tooltip {
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 90%;
  background-color: #b9d9df;
  color: black;
  font-size: 0.8em;
  border-style: solid;
  border-radius: 15px;
  border-color: #86a8ae;
  padding: 20px;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

nav ul {
  display: table;
  float: right;
}
nav ul li { float: left; }
nav ul li:last-child { padding-right: 0px; }
nav ul li a {
  font-size: 18px;
  padding: 50px 20px 0 0;
  display: inline-block;
}
nav ul li a:hover {
  color: #f60;
}
nav ul li a:hover i {
  color: #f60;
}
nav ul li a i {
  padding-right: 10px;
  color: #a76a00;
}
.toggle-menu ul {
  display: table;
  width: 25px;
}
.toggle-menu ul li {
  width: 100%;
  height: 4px;
  background-color: #a76a00;
  margin-bottom: 4px;
}
.toggle-menu ul li:last-child { margin-bottom: 0px; }
input[type=checkbox], label { display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px)
{
.img-logo {
  width: 44%;
}
}	

@media only screen and (max-width: 767px)
{
.desk {
  display: none;
}
.mobile {
  display: block;
}
.gap-top {
  height: 12px;
}
.img-logo {
  padding-left: 20px;
  width: 60%;
}
.img-i {
  width: 7%;
}
.icon {
  padding-right:15px;
}
.box {
  font-size: 1em;  
  border-radius: 4px 0 0 4px;
  width: 65%;
  padding: 5px 10px;
}
.dropbtn-r {
  font-size: 1em;  
  padding: 5px 10px;
}
body {
  font-size: .84em;  
}
.content-wrapper {
	width: 95%;
}
.content-c-wrapper {
	width: 95%;
}
.container-left, .container-right {
  width: 95%;
  float: none;
}
.img-box {
  width: 23%;
}

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: none;
}
input[type=checkbox]:fous {
 background:none;
}
label {
  float: right;
  padding: 18px 40px 0 0;
  display: inline-block;
  cursor: pointer;
}
input[type=checkbox]:checked ~ nav {
  display: block; 
}
nav {
  display: none;
  position: absolute;
  right: 0px;
  top: 55px;
  background-color: #a76a00;
  padding: 0px;
  z-index: 99;
}
nav ul { 
  width: auto; 
}
nav ul li {
  float: none;
  padding: 0px;
  width: 100%;
  display: table;
}
nav ul li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(225,225,225,0.1);
}
nav ul li a i {
  color: #fde428;
  padding-right: 13px;
}
.tooltip .tooltiptext {
  width: 93%;
  padding: 5px;
}
}