/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

.collect {
  display: none;
  float: left;
}
.collect.active {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

input,textarea {
  background: none;
  outline: none;
  border: 1px solid #ccc;
  padding:0;
}
textarea {
  resize:none;
}

input:focus ,textarea:focus{
  border: none;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
}

a {
  text-decoration: none;
}

a:link {
  color: #010219;
}

a:visited {
  color: #010219;
}

a:hover,
a:active,
a:focus {
  color: #064ABF;
}

.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.w {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}
.txt{
  line-height: 2;
}
.pro_details .content {
  line-height: 2;
}
.txt p,.txt p span,.pro_details .content p,.pro_details .content span{
  font-family: Microsoft YaHei !important;
}