/* 初始化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: #1f1c17;
  font: 12px "微软雅黑", Arial, sans-serif;
  background: #ffffff;
  overflow-x: hidden
}

a {
  color: #1f1c17;
  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;
}

#header {
  height: 162px;
  border-bottom: 3px solid #040000
}

.topnav {
  width: 100%;
  height: 31px;
  background: #eaeaea;
  line-height: 31px;
}

.topnav span {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #999999
}

#header .top {
  width: 1000px;
  margin: 0 auto;
  height: 96px;
  position: relative
}

#header .top .logo {
  position: absolute;
  left: 0;
  top: 14px;
}

#header .top .rexian {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 30px;
  font-size: 16px;
}

#header .top .rexian span {
  display: block;
  font-size: 28px;
  font-weight: bold
}

#header .top .search {
  width: 250px;
  height: 26px;
  border: 1px solid #201c18;
  position: absolute;
  top: 39px;
  right: 240px;
}

.search .input {
  float: left;
  width: 200px;
  height: 26px;
  line-height: 26px;
  padding-left: 12px;
  background: none;
  border: none;
  color: #c7c7c7
}

.search .button {
  float: right;
  background: url(../images/index_05.gif) #201c18 center center no-repeat;
  width: 35px;
  height: 26px;
  border: none
}

#header .nav {
  height: 26px;
  width: 999px;
  margin: 0 auto
}

.nav ul li {
  float: left;
  background: url(../images/index_11.gif) right center no-repeat;
  padding-right: 6px;
  width: 105px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.nav li a {
  color: #666666;
}

.nav li.last {
  background: none
}

.nav li a:hover,
.nav li.current a {
  color: #9d281f
}

#footer {
  width: 100%;
  height: 101px;
  border-top: 1px solid #dedede;
  overflow: hidden;
  margin-top: 26px;
}

#footer .foot {
  width: 1002px;
  margin: 0 auto
}

#footer .mininav {
  float: left;
  padding-top: 23px;
  width: 560px;
}

#footer .mininav a {
  display: block;
  float: left;
  width: 62px;
  line-height: 26px;
}

#footer .mininav a span {
  display: block;
  font-family: Arial;
  font-style: italic
}

#footer .copyright {
  float: right;
  width: 360px;
  text-align: right;
  line-height: 24px;
  padding-top: 14px;
}

.ny_banner {
  background: url(../images/news_02.jpg) center center no-repeat;
  height: 152px;
  width: 100%;
  margin-bottom: 44px;
}

.left {
  float: left;
  width: 189px;
}

.left .title {
  background: url(../images/news_03.gif) no-repeat;
  height: 56px;
  padding: 18px 0 0 32px;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
}

.left .title span {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif
}

.left ul {
  background: #211e19;
  margin-bottom: 36px;
  padding: 5px 17px 0;
}

.left ul li {
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #42403b;
  padding-left: 15px;
}

.left ul li a {
  border-left: 3px solid #211e19;
  padding-left: 7px;
  color: #fff;
  height: 12px;
}

.left li:hover a,
.left li.hover a {
  border-left-color: #fff
}

.service_tel {
  line-height: 20px;
  color: #55100e
}

.service_tel p {
  background: url(../images/news_13.gif) left center no-repeat;
  padding-left: 29px;
  height: 20px;
  font-size: 20px;
  margin-top: 5px;
}

.right {
  float: right;
  width: 758px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
}

.right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 45px
}

.right .title p {
  float: right
}

.right .title h3 {
  height: 45px;
  border-bottom: 2px solid #980d0d;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal
}

.ny_danye img {
  max-width: 100%;
  display: block
}

.ny_danye .cont {
  line-height: 27px;
}

.page {
  width: 100%;
  text-align: center;
  margin: 30px 0
}

.page a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #9c9c9c;
  margin: 0 2px;
}

.page a.prev {
  margin-right: 5px;
}

.page a.next {
  margin-left: 5px;
}

.page a:hover,
.page a.cur {
  color: #b02a2a;
  border-color: #b02a2a
}

#full .qq_info a,
#full .qq_info span {
  display: block
}

#full .qq_info span {
  width: 86px;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 24px;
  border: 1px solid #968f96;
  border-top: none
}