body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, cite {
  margin: 0;
  padding: 0;
  color: #333;
  border: none;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      line-height: 1.5;
}
*, :after, :before {
    box-sizing: border-box;
}
body {
  position: relative;
  background: #fff;
}

article, iframe {
  display: block;
  border: 0;
}

b, strong, i, em, cite {
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100%;
  display: block;
  border: none;
}

article, iframe {
  display: block;
  border: 0;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input::focus-inner {
  outline: 0;
  padding: 0;
  border: 0;
}

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

:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a, area {
  blr: expression(this.onFocus=this.blur())
}

a {
  color: #333;
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0px;
  width: 100%;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hide, .mobshow {
  display: none;
}
.show{
  display: block;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
.tac{
  text-align: center;
}

::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f2f2f2
}
/*
::-webkit-scrollbar {
  width: 8px;
  height: 6px
}
*/
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.colf5{
  background-color: #fff;
}
.colf55{
  background-color: #f5f5f5;
}
.Width{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mt40{
  margin-top: 40px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60{
  padding-top: 60px;
}
.pb0{
	padding-bottom:0 !important;}
.cover,.cover02,.cover03{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
}
.title04 .more-link{
  font-size:16px;
}
.mobile_show{
  display: none;
}