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 .centent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page .centent img {
  display: block;
}
.page .centent .title {
  margin: 90px 0 50px;
}
.page .centent .title h1 {
  font-size: 50px;
  text-align: center;
  color: #333333;
}
.page .centent .title h2 {
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.page .centent .main {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.page .centent .main .left {
  width: 585px;
  height: 200px;
  display: flex;
}
.page .centent .main .left .imgbox {
  width: 200px;
  height: 100%;
}
.page .centent .main .left .imgbox img {
  height: 265px;
  width: 100%;
  display: block;
}
.page .centent .main .right {
  width: 585px;
  height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .centent .main .right p {
  color: #a0a0a0;
  font-size: 16px;
  text-indent: 2em;
}
.page .centent .bgcimage {
  height: 300px;
  width: 100%;
  margin-top: 60px;
  background-image: url(../images/about2.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .centent .bgcimage h3 {
  font-size: 16px;
  margin-left: 638px;
}
.page .centent .bgcimage h4 {
  font-size: 14px;
  margin-top: 20px;
  margin-left: 638px;
}
.page .centent .bgcimage .navbox {
  margin-top: 30px;
  margin-left: 638px;
}
.page .centent .bgcimage .navbox select {
  height: 40px;
  padding: 10px;
}
.page .centent .bgcimage .navbox button {
  height: 40px;
  padding: 10px 30px;
  background-color: #f9a474;
  color: #feede3;
  border: none;
}
.page .centent .article {
  width: 100%;
  height: 800px;
  background-image: url(../images/about3.png);
}
.page .centent .article .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .centent .article .title h5 {
  font-size: 50px;
  color: #ffffff;
}
.page .centent .article .title h6 {
  font-size: 16px;
  color: #9c9c9c;
  margin-top: 20px;
}
.page .centent .article .text {
  width: 415px;
  margin-left: 360px;
}
.page .centent .article .text h6 {
  color: #f9a474;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.page .centent .article .text .duanluo {
  color: #78797e;
  font-size: 16px;
  text-indent: 2em;
  line-height: 20px;
}
.page .centent .mass .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .centent .mass .title h1 {
  color: #333333;
  font-size: 50px;
}
.page .centent .mass .title h2 {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.page .centent .mass .content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
.page .centent .mass .content .main {
  width: 585px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page .centent .mass .content .main .imgbox img {
  margin-bottom: 40px;
}
.page .centent .mass .content .main h5 {
  color: #f9a474;
  font-size: 18px;
  margin-bottom: 25px;
}
.page .centent .mass .content .main .text {
  color: #999999;
  text-indent: 2em;
}

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