* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.crumbs {
  margin: 0;
}
select{
	display:none;
}
.crumbs a {
  font-size: 16px;
  color: #bbbbbb;
  margin-right: 5px;
}
.crumbs a:nth-last-of-type(1) {
  color: #000;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
li {
  list-style: none;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url(../font/segoeuil.ttf);
}
@font-face {
  font-family: 'Tunga-Bold';
  src: url(../font/Tunga\ Bold.ttf);
}
.topbg {
  height: 413px;
  overflow: hidden;
  background: url(../images/banner_page.png) no-repeat center;
  background-size: cover;
  padding: 0 71px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
header .nav {
  display: flex;
  width: 900px;
  justify-content: flex-end;
}
header .nav li {
  margin-right: 26px;
}
header .nav li a {
  font-style: 16px;
  color: #ffffff;
  cursor: pointer;
}
header .nav li a:hover {
  color: #fff;
}
header .nav li a.active {
  color: #19ffed;
}
footer {
  background: #000000;
  padding: 71px 111px 0;
  position: relative;
}
footer .cc {
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .cc::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
footer::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
footer .ft-left {
  float: left;
  width: 450px;
}
footer .ft-left::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
footer .ft-left dl {
  float: left;
  margin: 0 24px;
}
footer .ft-left dl dt {
  font-size: 24px;
  color: #19ffed;
  margin-bottom: 20px;
}
footer .ft-left dl dd {
  font-size: 12px;
  color: #bbbbbb;
  line-height: 2;
}
footer .ft-left dl dd a {
  color: #bbbbbb;
}
footer .ft-right {
  float: left;
  margin-left: 82px;
}
footer .ft-right a {
  color: #5f5f5f;
  padding: 0px 7px 5px;
  display: inline-block;
}
footer .ft-right .phoneinfo {
  font-size: 24px;
  color: #19ffed;
}
footer .ft-right .phoneinfo span {
  margin-right: 15px;
}
footer .ft-right .address {
  margin-top: 18px;
  font-size: 15px;
  color: #bbbbbb;
}
footer .ft-right .href {
  margin-top: 17px;
  font-size: 12px;
  width: 670px;
  display: flex;
}
footer .ft-right .href > div {
  flex: 1;
  color: #5f5f5f;
}
footer .ft-right .href > div span {
  color: #5f5f5f;
  padding: 0 7px 5px;
  display: inline-block;
}
footer .ft-right .href::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
footer .ft-right .href .lable {
  float: left;
  color: #ffffff;
}
footer .ft-right .href p {
  float: left;
  color: #5f5f5f;
}
footer .ft-right .href p a {
  color: #5f5f5f;
}
footer .ft-right .hreftop {
  margin-top: 40px;
}
footer .ft-right .ft-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 50px;
}
footer .ft-right .ft-info p {
  font-size: 12px;
  color: #5f5f5f;
}
footer .ft-right .ft-info ul {
  display: flex;
  margin-left: 45px;
}
footer .ft-right .ft-info ul li {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
footer .ft-right .ft-info ul li img {
  width: 100%;
}
.bx {
  width: 1200px;
  margin: auto;
  min-width: 1200px;
}
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
}
.top select {
  border: none;
  font-size: 16px !important;
  color: #626262 !important;
  margin-right: 12px;
  outline: none;
}
.imglist::after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}
.imglist a {
  float: left;
  display: block;
  margin-top: 40px;
  margin-right: 60px;
  width: 16%;
  height: 130px;
}
.imglist a:nth-child(5n) {
  margin-right: 0;
}
.more {
  margin-top: 89px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 100px;
}
