html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
span,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
nav,
header,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-align: inherit;
  line-height: inherit;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
}
::-webkit-input-placeholder {
  color: #b5b5b5;
}
:-moz-placeholder {
  color: #b5b5b5;
}
::-moz-placeholder {
  color: #b5b5b5;
}
:-ms-input-placeholder {
  color: #b5b5b5;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus:-moz-placeholder {
  opacity: 0;
}
:focus::-moz-placeholder {
  opacity: 0;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "Source Han Sans CN", "noto sans", "微软雅黑", "Microsoft Yahei", Arial;
  position: relative;
  height: 100%;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  text-transform: none;
  color: #333;
}
a img {
  border: 0;
}
a span {
  cursor: pointer;
}
em {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
}
.noFloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
textarea {
  resize: none;
}
input,
textarea,
button,
select {
  font-size: 14px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="button"],
input[type="submit"] {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
ul,
ol,
dl {
  list-style: none;
  display: block;
}
dd,
dt,
li {
  display: block;
}
img {
  width: 100%;
  display: block;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
.wgt500 {
  font-weight: 500;
  color: #F08200;
}
.wgtBold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.textJustify {
  text-align: justify;
  text-align-last: left;
}
.oneLineEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hasPaddingTop {
  padding-top: 112px;
}
.panel {
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 112px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.header:before {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #51c21c;
}
.header:after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fea206;
}
.header .wrapper {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header .logo .logoImg {
  width: 128px;
  height: 87px;
  background: url(../img/logo.png) no-repeat 50% 50%;
  background-size: 100%;
}
.header .menuLinkUl {
  float: right;
}
.header .menuLinkUl li {
  display: inline-block;
  vertical-align: middle;
}
.header .menuLinkUl li + li {
  margin-left: 50px;
}
.header .menuLinkUl .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.header .menuLinkUl .telCon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
}
.header .menuLinkUl .telCon:before {
  width: 1px;
  height: 13px;
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header .menuLinkUl .telCon .telLink {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
}
.header .menuLinkUl .menuLink {
  font-size: 15px;
  line-height: 112px;
  font-weight: bold;
  color: #333333;
}
.header .menuLinkUl .langCon {
  width: 84px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #5aaf46;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.header .menuLinkUl .langCon .langBtn {
  font-size: 12px;
  float: left;
  display: block;
  text-align: center;
  color: #666;
}
.header .menuLinkUl .langCon .langBtn:last-child {
  background: #5aaf46;
  color: #fff;
  border-radius: 0 30px 30px 0;
}
.footer {
  width: 100%;
  position: relative;
  background: #373737;
}
.footer .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 0;
  position: relative;
}
.footer .copyRightCon {
  position: relative;
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
}
.footer .copyRightCon .wgtBold {
  color: #aeaeae;
}
.footer .copyRightCon p {
  margin-top: 6px;
}
.footer .contactCon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
.footer .contactCon .icon {
  float: left;
  width: 48px;
  height: 48px;
}
.footer .contactCon .txtCon {
  padding-left: 63px;
}
.footer .contactCon .txtCon h1 {
  font-size: 15px;
  color: #5aaf46;
  line-height: 20px;
}
.footer .contactCon .txtCon a {
  font-size: 25px;
  color: #5aaf46;
  line-height: 30px;
}
.section .wrapper {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.section .smTitleTxt {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.section .titleTxt {
  padding-top: 46px;
}
.section .titleTxt h1 {
  font-size: 17px;
  color: #5aaf46;
  line-height: 22px;
}
.section .titleTxt p {
  font-size: 24px;
  font-weight: 500;
  color: #e0ddd7;
  line-height: 29px;
}
.section .titleTxt .line {
  width: 20px;
  height: 2px;
  background: #cecece;
  margin-top: 20px;
}
.section.section01 {
  background: #fff;
}
.section.section01 .companyIntro {
  margin-top: 25px;
  padding-bottom: 80px;
}
.section.section01 .companyImg {
  width: 382px;
  float: left;
}
.section.section01 .txtCon {
  padding-left: 415px;
}
.section.section01 .txtCon h1 {
  font-size: 22px;
  line-height: 29px;
  color: #928478;
}
.section.section01 .txtCon p {
  font-size: 14px;
  color: #928478;
  line-height: 24px;
  margin-top: 8px;
  text-indent: 28px;
  text-align: justify;
  text-align-last: left;
}
.section.section02 {
  background: #f5f5f5;
}
.section.section02 .productCon {
  float: left;
}
.section.section02 .proUl {
  margin-top: 24px;
  padding-bottom: 58px;
}
.section.section02 .proUl li {
  width: 104px;
  float: left;
  text-align: center;
}
.section.section02 .proUl li h1 {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  line-height: 19px;
}
.section.section02 .proUl li + li {
  margin-left: 15px;
}
.section.section02 .contactCon {
  padding-left: 628px;
  background: url("../img/map.png") no-repeat bottom right;
  background-size: 320px;
}
.section.section02 .contactUl {
  padding: 28px 0 40px;
}
.section.section02 .contactUl li {
  position: relative;
}
.section.section02 .contactUl li + li {
  margin-top: 9px;
}
.section.section02 .contactUl li .icon {
  width: 17px;
  position: absolute;
  top: 4px;
  left: 0;
}
.section.section02 .contactUl li .txt {
  color: #928478;
  padding-left: 30px;
  display: block;
}
.section.section03 {
  background: #fff;
}
.section.section03 .contactPanel {
  padding: 50px 0 20px;
}
.section.section03 .contactPanel p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-indent: 28px;
  text-align: justify;
  text-align-last: left;
}
.section.section03 .contactPanel .contactImg {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.section.section03 .contactPanel .contactImg .conImg {
  width: 494px;
}
.section.section04 {
  background: #fff;
}
.section.section04 .productPanel {
  padding: 50px 0 80px;
}
.section.section04 .selectCon {
  text-align: center;
  margin: 30px auto 36px;
  display: block;
}
.section.section04 .selectCon .selectLink {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  padding: 10px 30px;
  border-radius: 20px;
}
.section.section04 .selectCon .selectLink + .selectLink {
  margin-left: 15px;
}
.section.section04 .selectCon .selectLink.selectOne {
  background: #e73e18;
}
.section.section04 .selectCon .selectLink.selectTwo {
  background: #353535;
}
.section.section04 .selectCon .selectLink.selectThree {
  background: #5aaf46;
}
.section.section04 .selectCon .selectLink.selectFour {
  background: #e0ae1f;
}
.section.section04 .selectCon .selectLink.selectFive {
  background: #a4c22d;
}
.section.section04 .productChild .child {
  display: none;
}
.section.section04 .productChild .child.active {
  display: block;
}
.section.section04 .productTable {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  line-height: 60px;
}
.section.section04 .productTable .greyTr {
  border-radius: 5px;
}
.section.section04 .productTable .greyTr td {
  background: #f8f8f8;
  position: relative;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}
.section.section04 .productTable .greyTr td:first-child {
  border-radius: 12px 0 0 12px;
}
.section.section04 .productTable .greyTr td:last-child {
  border-radius: 0 12px 12px 0;
}
.section.section04 .productTable th {
  padding-left: 20px;
  font-weight: 500;
  color: #F08200;
  color: #333333;
}
.section.section04 .productTable th:nth-child(1) {
  width: 30%;
  padding-left: 60px;
}
.section.section04 .productTable th:nth-child(2) {
  width: 35%;
}
.section.section04 .productTable th:nth-child(3) {
  width: 35%;
}
.section.section04 .productTable td {
  color: #333333;
}
.section.section04 .productTable td:nth-child(1) {
  width: 30%;
  padding-left: 45px;
}
.section.section04 .productTable td:nth-child(2) {
  width: 35%;
}
.section.section04 .productTable td:nth-child(3) {
  width: 35%;
}
.section.section05 {
  background: #fff;
}
.section.section05 .contactPanel {
  padding: 50px 0 80px;
}
.section.section05 .contactUl {
  background: #f8f8f8;
  border-radius: 5px;
}
.section.section05 .contactUl li {
  padding: 44px 0;
  float: left;
}
.section.section05 .contactUl .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #5aaf46;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
}
.section.section05 .contactUl .icon img {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.section05 .contactUl .txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #928478;
  line-height: 19px;
  display: block;
  margin-top: 20px;
}
.section.section05 .map {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.buildingPanel {
  width: 100%;
  position: relative;
  background: #f7f7f7;
}
.buildingPanel .content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
.buildingPanel .img {
  width: 290px;
  margin: 0 auto;
}
.buildingPanel p {
  margin-top: 24px;
  font-size: 14px;
  color: #666;
  line-height: 19px;
}
