* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  word-break: break-all;
  word-wrap: break-word;
  resize: none;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
  color: #333;
}
li {
  list-style: none;
}
@font-face {
  font-family: "MySourceHanSerifCN";
  src: url("../font/SourceHanSerifCN-Bold.ttf") format("truetype");
}
.h1,
.h2,
.h3 {
  color: #332c2b;
  font-size: 34px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-family: "MySourceHanSerifCN";
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 26px;
}
.h4 {
  color: #caa883;
  font-size: 18px;
  text-align: center;
}
.p14 {
  color: #999999;
  font-size: 14px;
}
.p16 {
  font-size: 16px;
  color: #999999;
}
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #f6be83;
}
::-webkit-scrollbar-thumb:hover {
  background: #f6be83;
}
.conw {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body {
  margin-top: 66px;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  z-index: 999;
}
header .conw {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header .conw .logo a {
  height: 54px;
  margin: 6px auto;
  display: block;
}
header .conw .logo a img {
  width: auto;
  height: 100%;
}
header .conw .menu {
  display: flex;
  align-items: center;
}
header .conw .menu .item {
  height: 100%;
}
header .conw .menu .item a {
  padding: 0 8px;
  display: flex;
  height: 100%;
  margin: 0 20px;
  box-sizing: content-box;
  transition: all 0.1s;
  position: relative;
  font-size: 16px;
}
header .conw .menu .item .active {
  color: #f6be83;
}
header .conw .menu .item .active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f6be83;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
header .conw .menu .item .sonmenu {
  display: none;
  position: absolute;
  width: 100vw;
  justify-content: center;
  left: 0;
  background-color: #fcf9f9;
  border-top: 2px solid #f6be83;
}
header .conw .menu .item .sonmenu li a {
  line-height: 3.4;
  margin: 0 16px;
}
header .conw .menu .item .sonmenu li a i {
  font-size: 14px;
  line-height: 3.9;
}
header .conw .menu .item .sonmenu li a:hover {
  color: #f6be83;
}
header .conw .menu .item .sonmenu li a:hover i {
  color: #f6be83;
}
header .conw .menu .item .sonmenu li i {
  margin: 0 4px;
  color: #bfbbbb;
}
header .conw .menu .item:hover .sonmenu {
  display: flex;
  transition: all 0.1s;
}
header .conw .menu .item > a:hover {
  color: #f6be83;
}
header .conw .menu .item > a:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f6be83;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
header .conw .menu .item > a {
  align-items: center;
}
header .conw .rightH {
  display: flex;
  align-items: center;
  color: #332c2b;
}
header .conw .rightH .headSearch {
  border-right: 1px solid #d3d3d3;
  padding-right: 4px;
  cursor: pointer;
  position: relative;
}
header .conw .rightH .headSearch i {
  font-size: 28px;
}
header .conw .rightH .headSearch form {
  display: none;
  right: 13px;
  top: -1px;
  position: absolute;
  z-index: 500;
  width: 158px;
  height: 32px;
  padding-top: 0px;
  border: 1px solid #808080;
  border-radius: 30px;
  overflow: hidden;
  line-height: 28px;
  box-sizing: border-box;
}
header .conw .rightH .headSearch form .textbox {
  text-indent: 0.8em;
  width: calc(100% - 28px);
}
header .conw .rightH .headSearch form .serach {
  width: 28px;
  padding-right: 8px;
  background: #fff url(../images/serach.png) no-repeat center;
  cursor: pointer;
  background-size: contain;
}
header .conw .rightH .headSearch i:hover form {
  display: flex;
}
header .conw .rightH .headPhone {
  font-size: 18px;
}
header .conw .rightH i {
  font-size: 22px;
  padding: 0 10px;
}
footer {
  width: 100%;
  background: url(../images/footerbj.png) center no-repeat;
  background-size: cover;
  padding: 38px 0 28px;
}
footer .conwTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
footer .conwTop .menuFooter {
  display: flex;
  width: 92%;
}
footer .conwTop .menuFooter .menuflist {
  margin-right: 6%;
}
footer .conwTop .menuFooter .menuflist .bt {
  padding: 28px 0;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
footer .conwTop .menuFooter .menuflist p {
  padding: 4px 0;
}
footer .conwTop .menuFooter .menuflist p a {
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
}
footer .conwTop .menuFooter .menuflist p a:hover {
  text-decoration: underline;
  color: #f6be83;
}
footer .conwTop .menuFooter .menuflist:last-of-type .bt {
  opacity: 0;
}
footer .conwTop .codeFooter {
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
footer .conwTop .codeFooter img{height:105px;}
footer .conwBottom {
  font-size: 14px;
  color: #999;
}
footer .conwBottom div {
  display: flex;
  justify-content: space-between;
}
footer .conwBottom div a {
  font-size: 14px;
  color: #999;
}
footer .conwBottom div a:hover {
  text-decoration: underline;
  color: #333;
}
footer .conwBottom div:first-of-type {
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-end;
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.sidebox {
  position: fixed;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  display: none;
}
.sidebox a {
  padding: 10px 6px;
  display: block;
  background-color: #383231;
  color: #f8f4ed;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.4;
}
.sidebox a .iconfont {
  font-size: 24px;
}
.sidebox #retop {
  color: #f1bc84;
  border-bottom: none;
}
.banners {
  height: 100%;
}
.banners img {
  max-width: 100%;
}
.nav {
  background-color: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.08);
}
.nav .conw {
  display: flex;
}
.nav .conw li {
  margin-right: 3%;
  height: 50px;
  line-height: 50px;
}
.nav .conw li a {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.nav .conw li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #f6be83;
  width: 100%;
  height: 6px;
  left: -3px;
  z-index: -1;
  padding: 0 3px;
  opacity: 0;
}
.nav .conw a:hover,
.nav .conw .actives a {
  font-size: 18px;
  transition: all 0.2s;
  font-weight: 700;
}
.nav .conw a:hover:after,
.nav .conw .actives a:after {
  opacity: 1;
  transition: all 0.4s;
}
.textservice .subtitle {
  color: #e4e4e2;
  font-size: 48px;
  padding-bottom: 28px;
  text-align: center;
}
.textservice .subtitle span {
  padding-bottom: 28px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.textservice .subtitle span:after {
  content: "";
  background-color: #f6be83;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.textservice .h2 {
  line-height: 3;
  margin-bottom: 24px;
}
.textservice img {
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
.textservice img:hover {
  transform: scale(1.1);
}
