/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
fieldset,
img {
  vertical-align: middle;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-type: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: '微软雅黑', Arial, sans-serif;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type='text'],
input[type='submit'],
textarea {
  outline-style: none;
}
textarea {
  resize: none;
  font-family: '微软雅黑', Arial, sans-serif;
}
body {
  color: #6c6c6c;
  font: 12px '微软雅黑', Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
a {
  color: #575757;
  text-decoration: none;
}
a:link {
  text-decoration: none; /* 指正常的未被访问过的链接*/
}
a:visited {
  text-decoration: none; /*指已经访问过的链接*/
}
a:hover {
  text-decoration: none; /*指鼠标在链接*/
}
a:active {
  text-decoration: none; /* 指正在点的链接*/
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
}

.detail .tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.detail .related {
  padding: 6px 0;
  text-align: center;
}
.detail .related span {
  padding: 0 10px;
}
.detail .text {
  padding: 10px;
  line-height: 23px;
}
.detail .text .photo {
  text-align: center;
}
.detail .other {
  padding: 8px 0;
  width: 100%;
}
.detail .other li {
  line-height: 24px;
}
.detail .print {
  padding: 8px 0;
  text-align: right;
  clear: both;
}
.detail .print a {
  margin-right: 20px;
}
.detail .text .pro_photo {
  text-align: center;
}
.right {
  height: auto !important;
  height: 400px;
  min-height: 400px;
}
/*表单*/

.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}
