span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

span:focus, header:focus, footer:focus, nav:focus, section:focus, aside:focus, article:focus, ul:focus, dl:focus, dt:focus, dd:focus, li:focus, a:focus, p:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, i:focus, b:focus, textarea:focus, button:focus, input:focus, select:focus, figure:focus, figcaption:focus {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
}

.head, .alink {
  width: 1200px;
  margin: 0 auto;
  background-color: #f8e5d2;
  position: relative;
}

.head .img-wrap, .alink .img-wrap {
  position: relative;
  height: 510px;
}

.head .img-wrap img, .alink .img-wrap img {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  display: block;
  width: 1180px;
}

.head .img-box, .alink .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.head .img-box img, .alink .img-box img {
  display: block;
  width: 100%;
}

.head .footer, .alink .footer {
  background-color: #ff8f37;
  padding-top: 320px;
  padding-bottom: 20px;
}

.head .footer h1, .head .footer h5, .alink .footer h1, .alink .footer h5 {
  color: #fff;
  text-align: center;
}

.head .footer h1, .alink .footer h1 {
  font-size: 36px;
}

.head .footer .border-line, .alink .footer .border-line {
  height: 2px;
  background-color: #fff;
  margin: 20px;
}

.head .footer h5, .alink .footer h5 {
  line-height: 1.8;
}

.alink {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  border-bottom: 1px solid #777;
}

.alink .section {
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.alink .section img {
  display: block;
  width: 200px;
}

.alink .section.left {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.alink .section.right {
  flex: 0 0 60%;
}

.alink .section .s-title {
  display: inline;
  line-height: 1.8;
  border-bottom: 1px solid #333;
}

.alink .section .title, .alink .section .des {
  line-height: 1.8;
  white-space: wrap;
  font-size: 16px;
}

.alink:hover {
  color: #1055f7;
}

.alink:last-of-type {
  border-bottom: none;
}

.section-title, .foot-des {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #ecb27e;
  z-index: -1;
}

.section-title .title {
  background-color: #e47f31;
  color: #2f2c2c;
  padding: 16px 24px;
  font-family: "Microsoft YaHei";
  font-size: 36px;
}

.foot-des {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.foot-des .img-item {
  flex: 0 0 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}

.foot-des .img-item img {
  display: block;
  width: 100%;
}

.mat10 {
  margin-top: 10px !important;
}

.J-global-toolbar .tab-sub {
  position: absolute;
  z-index: 3;
  right: 2px;
  top: -5px;
  height: 16px;
  padding: 1px 2px;
  border: 1px solid #b61d1d;
  overflow: hidden;
  color: #FFF;
  font: 11px/11px verdana;
  text-align: center;
  min-width: 11px;
  border-radius: 10px;
  background-color: #cc6060;
  background-image: linear-gradient(to bottom,#cc6060 0,#b61d1d 100%);
}