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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  display: block;
}

.page {
  width: 1920px;
}
.page .header {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page .header .logo {
  width: 120px;
}
.page .header .nav {
  height: 98px;
}
.page .header .nav ul {
  display: flex;
}
.page .header .nav ul li {
  height: 98px;
  line-height: 98px;
  padding: 0 50px;
}
.page .header .nav ul li:hover a {
  color: #f9a575;
}
.page .header .nav ul li a {
  color: black;
  text-decoration: none;
}
.page .header .nav ul li .liebiao {
  font-size: 30px;
}
.page .header .nav ul li:hover {
  color: #f9a575;
}
.page .footer {
  width: 100%;
  height: 370px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page .footer .ftop {
  display: flex;
  justify-content: space-around;
}
.page .footer .ftop .Bottom_link {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .footer .ftop .Bottom_link .links a {
  text-decoration: none;
  color: #cccccc;
}
.page .footer .ftop .Bottom_link .links em {
  color: #333333;
  padding: 20px;
}
.page .footer .ftop .Bottom_link p {
  font-size: 16px;
  color: #333333;
}
.page .footer .ftop .Bottom_link .cions {
  display: flex;
  align-items: center;
}
.page .footer .ftop .Bottom_link .cions .cion {
  width: 24px;
  margin-right: 5px;
}
.page .footer .ftop .Bottom_link .cions .cion a img {
  width: 100%;
  display: block;
}
.page .footer .ftop .Border {
  border-left: 3px solid #333333;
}
.page .footer .ftop .Bottom_contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .footer .ftop .Bottom_contact .title {
  font-size: 16px;
}
.page .footer .ftop .Bottom_contact .title h4 {
  color: #ededed;
}
.page .footer .ftop .Bottom_contact .content {
  font-size: 14px;
  height: 65px;
  color: #b7b7b7;
}
.page .footer .ftop .Bottom_contact .content dt {
  margin-top: 5px;
}
.page .footer .ftop .Bottom_code {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page .footer .ftop .Bottom_code .QRcode {
  width: 80px;
}
.page .footer .ftop .Bottom_code .QRcode img {
  display: block;
  height: 100%;
}
.page .footer .ftop .Bottom_code p {
  color: #bababa;
}
.page .footer .fbottom {
  display: flex;
  justify-content: center;
}
.page .footer .fbottom .copyright {
  height: 12px;
}
.page .footer .fbottom .copyright p {
  color: #a9a9a9;
}

.page img {
  width: 100%;
}
.page .main {
  width: 1200px;
  margin: 0 auto;
}
.page .main h3 {
  font-size: 50px;
  text-align: center;
  margin: 90px 0 30px 0;
}
.page .main .mainborder {
  border-bottom: 3px solid #f9a575;
  height: 10px;
  margin-bottom: 20px;
}
.page .main .mainTop .mainTopbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page .main .mainTop .mainTopbox .box {
  width: 278px;
  height: 386px;
  position: relative;
}
.page .main .mainTop .mainTopbox .box:hover .img2 {
  display: block;
}
.page .main .mainTop .mainTopbox .box img {
  height: 386px;
  position: absolute;
}
.page .main .mainTop .mainTopbox .box .img2 {
  display: none;
}
.page .mainBanner {
  width: 100%;
}
.page .mainBottom {
  background-color: #fef6f1;
}
.page .mainBottom h2 {
  text-align: center;
  font-size: 50px;
  padding-top: 90px;
  margin-bottom: 25px;
}
.page .mainBottom p {
  color: #f9a575;
  text-align: center;
  margin-bottom: 25px;
}
.page .mainBottom .mainBottombox {
  padding-bottom: 60px;
}
.page .mainBottom .mainBottombox .Bottombox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.page .mainBottom .mainBottombox .Bottombox .box {
  width: 380px;
  height: 530px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .mainBottom .mainBottombox .Bottombox .box img {
  width: 100%;
}
.page .mainBottom .mainBottombox .Bottombox .box p {
  color: #f9a575;
  font-size: 18px;
}
.page .mainBottom .mainBottombox .Bottombox .box span {
  font-size: 14px;
  margin-bottom: 30px;
}
.page .mainBottom .mainBottombox .Bottombox .box button {
  background-color: #f9a575;
  color: #fff;
  padding: 5px 30px;
  border: none;
}

/*# sourceMappingURL=display.css.map */
