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 .about {
  display: flex;
  justify-content: center;
}
.page .about .aboutUs {
  height: 970px;
  width: 1203px;
}
.page .about .aboutUs .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20PX;
}
.page .about .aboutUs .title .borderBT_left {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .about .aboutUs .title h1 {
  font-size: 45px;
  text-align: center;
  padding: 90px 50px 0;
}
.page .about .aboutUs .title .borderBT_right {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .about .aboutUs .main .maintop {
  text-align: center;
}
.page .about .aboutUs .main .maintop p {
  font-size: 20PX;
  color: #858585;
}
.page .about .aboutUs .main .maincenter {
  padding-top: 90px;
  height: 266px;
  display: flex;
  justify-content: space-between;
}
.page .about .aboutUs .main .maincenter .image_left {
  width: 585px;
  display: flex;
}
.page .about .aboutUs .main .maincenter .image_left .img_login {
  width: 200px;
  height: 100%;
}
.page .about .aboutUs .main .maincenter .image_left .img_login img {
  display: block;
  height: 100%;
}
.page .about .aboutUs .main .maincenter .text_right {
  height: 100%;
  width: 590px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .about .aboutUs .main .maincenter .text_right p {
  text-indent: 2em;
  color: #999999;
  font-weight: 5px;
}
.page .about .aboutUs .main .mainfooter {
  height: 266px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}
.page .about .aboutUs .main .mainfooter .aifeier {
  width: 585px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.page .about .aboutUs .main .mainfooter .aifeier .aferlogin {
  width: 300px;
  height: 100%;
}
.page .about .aboutUs .main .mainfooter .aifeier .aferlogin img {
  display: block;
  height: 100%;
}
.page .about .aboutUs .main .mainfooter .aifeier .afertext {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.page .about .aboutUs .main .mainfooter .aifeier .afertext h2 {
  color: #f9a575;
  font-size: 24px;
}
.page .about .aboutUs .main .mainfooter .aifeier .afertext h4 {
  color: #f9a575;
  font-size: 20px;
  margin-top: 20px;
}
.page .about .aboutUs .main .mainfooter .aifeier .afertext p {
  color: #f9a575;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page .about .aboutUs .main .mainfooter .borderleft {
  border-left: 2px solid #e5e5e5;
  flex-wrap: 1;
}
.page .about .aboutUs .main .mainfooter .xiangyi {
  width: 590px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyilogin {
  width: 300px;
  height: 100%;
  background-color: #f9a575;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyilogin img {
  display: block;
  width: 300px;
  height: 100%;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyitext {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyitext h2 {
  font-size: 24px;
  color: #f9a575;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyitext h4 {
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
}
.page .about .aboutUs .main .mainfooter .xiangyi .xiangyitext p {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page .TERMIN {
  width: 100%;
  height: 840px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
}
.page .TERMIN .IMAGE {
  width: 1200px;
  height: 100%;
}
.page .TERMIN .IMAGE .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20PX;
}
.page .TERMIN .IMAGE .title .borderBT_left {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .TERMIN .IMAGE .title h1 {
  font-size: 45px;
  text-align: center;
  padding: 90px 50px 0;
}
.page .TERMIN .IMAGE .title .borderBT_right {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .TERMIN .IMAGE P {
  text-align: center;
}
.page .TERMIN .IMAGE .main {
  width: 1200px;
  height: 500px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.page .TERMIN .IMAGE .main .left {
  width: 500px;
  height: 100%;
}
.page .TERMIN .IMAGE .main .left .login {
  width: 380px;
  height: 100%;
}
.page .TERMIN .IMAGE .main .left .login img {
  width: 380px;
  height: 100%;
  display: block;
}
.page .TERMIN .IMAGE .main .right {
  width: 585px;
  height: 100%;
}
.page .TERMIN .IMAGE .main .right h1 {
  font-size: 68px;
  color: #f9a575;
  font-weight: bolder;
}
.page .TERMIN .IMAGE .main .right p {
  color: #444444;
  transform: scale(0.3);
  margin-left: -430px;
}
.page .TERMIN .IMAGE .main .right h6 {
  color: #c7845e;
  font-size: 14px;
  margin-top: 50px;
}
.page .TERMIN .IMAGE .main .right h5 {
  color: #999999;
  margin-top: 10px;
}
.page .TERMIN .IMAGE .main .right img {
  display: block;
  margin-top: 14px;
}
.page .newscenter {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.page .newscenter .news {
  width: 1200px;
}
.page .newscenter .news .titlebox {
  padding: 90px 0;
}
.page .newscenter .news .titlebox .title {
  display: flex;
  justify-content: space-between;
}
.page .newscenter .news .titlebox .title .borderleft {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .newscenter .news .titlebox .title h1 {
  color: #333333;
  font-size: 45px;
  padding: 0 40px;
}
.page .newscenter .news .titlebox .title .borderright {
  border-bottom: 2px solid #666666;
  flex-grow: 1;
}
.page .newscenter .news .titlebox h2 {
  color: #6b6b6b;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.page .newscenter .news .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
}
.page .newscenter .news .content .flexmain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page .newscenter .news .content .flexmain .main {
  width: 380px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page .newscenter .news .content .flexmain .main:last-child {
  margin: 0;
}
.page .newscenter .news .content .flexmain .main img {
  height: 254;
  width: 100%;
  display: block;
}
.page .newscenter .news .content .flexmain .main h3 {
  color: #f9a575;
  font-size: 16px;
  text-align: center;
  padding: 24px 0 10px 0;
}
.page .newscenter .news .content .flexmain .main .orange {
  width: 280px;
  color: #fcd9c5;
  text-align: center;
}
.page .newscenter .news .content .flexmain .main .gray {
  color: #999999;
  width: 280px;
  text-align: center;
}

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