html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
input,
textarea,
button,
a {
  outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
fieldset,
textarea {
  margin: 0;
}
fieldset,
legend,
textarea,
input {
  padding: 0;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a img,
fieldset {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 1000px #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 1000px #FFFFFF;
}
select {
  border-radius: 0;
  -webkit-border-radius: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 40px;
  zoom: 1;
  overflow: visible;
}
.btn.btn_inline {
  display: inline-block;
}
.btn_primary {
  background-color: #04be02;
}
.btn_primary:not(.btn_disabled):visited {
  color: #fff;
}
.btn_primary:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.4);
  background-color: #039702;
}
input::-ms-clear {
  display: none;
}
.google_translate {
  position: absolute;
  right: 0;
  bottom: -33px;
}
body {
  background-color: #f2f2f2;
  font-family: "Microsoft YaHei", Helvetica, Verdana, Arial, Tahoma;
}
.body_wrapper {
  position: relative;
  margin: 0 auto;
  min-width: 600px;
  width: 960px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.header_wrapper {
  background-color: #fff;
}
.header_wrapper_inner {
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  min-width: 600px;
  width: 960px;
}
.header_wrapper_inner .logo_box {
  display: table-cell;
  width: 10000px;
  *display: block;
  *float: left;
  *width: 50%;
}
.header_wrapper_inner .logo_box img {
  width: 42px;
  height: 34px;
  margin-right: 20px;
  vertical-align: middle;
  float: left;
}
.header_wrapper_inner .logo_box h1 {
  margin-top: 3px;
  font-size: 20px;
  font-weight: normal;
  color: #4a4a4a;
}
.header_wrapper_inner .lan_box {
  display: table-cell;
  width: 10000px;
  *display: block;
  *float: left;
  *width: 50%;
  font-size: 14px;
  text-align: right;
}
.header_wrapper_inner .lan_box .devide_siyn {
  display: inline-block;
  margin: 0 9px;
  color: #9b9b9b;
}
.header_wrapper_inner .lan_box .lan_switch a {
  color: #9b9b9b;
}
.header_wrapper_inner .lan_box .lan_switch .selected {
  color: #09bb07;
}
.footer_wrapper {
  text-align: center;
  padding: 42px 0 30px 0;
}
.footer_wrapper .link_box {
  margin-bottom: 5px;
  color: #9b9b9b;
}
.footer_wrapper .link_box a {
  font-size: 12px;
  color: #9b9b9b;
}
.footer_wrapper .link_box span {
  margin: 0 7px;
  font-size: 12px;
}
.footer_wrapper .cp_right {
  font-size: 12px;
  color: #dcdcdc;
}
.bread_nav {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 13px;
}
.bread_nav a {
  color: #9b9b9b;
}
.bread_nav span {
  margin: 0 5px;
}
.bread_nav .link_wrap {
  margin: 0;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #4a4a4a;
}
.header_wrapper .goog-te-gadget-simple {
  border: 0 none;
}
