/* 初始化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;
}

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: #333;
  font: 12px "微软雅黑", Arial, sans-serif;
  background: #ffffff;
  overflow-x: hidden
}

a {
  color: #333;
  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: 113px;
  background: #333333;
  position: relative;
  z-index: 100000000
}

#header .top {
  width: 1170px;
  margin: 0 auto;
  height: 113px;
  position: relative
}

#header .top .logo {
  position: absolute;
  left: 0;
  top: 29px;
}

#header .top .rexian {
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff;
  font-size: 21px;
  font-weight: bolder;
  font-family: Arial
}

#header .top .search {
  width: 135px;
  height: 24px;
  position: absolute;
  top: 68px;
  right: 0;
  background: #fff;
  border-radius: 8px;
}

.search .input {
  float: left;
  width: 125px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  background: none;
  border: none;
  color: #333333
}

.search .button {
  float: left;
  background: url(../images/index_08.gif) no-repeat;
  width: 9px;
  height: 9px;
  border: none;
  margin: 9px 0 0 12px;
}

#header .nav {
  height: 113px;
  position: absolute;
  top: 0;
  right: 150px;
}

.nav ul li {
  float: left;
  height: 113px;
}

.nav li a {
  display: block;
  height: 78px;
  padding: 0 14px;
  text-align: center;
  padding-top: 35px;
  line-height: 20px;
  font-size: 14px;
  color: #fff
}

.nav li a span {
  font-size: 12px;
  text-transform: uppercase;
}

.nav li a:hover,
.nav li.current a {
  color: #fff;
  background-color: #c80f0c;
}

#footer {
  width: 100%;
  background: #333333;
  height: 84px;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  color: #b3b3b3;
  padding-top: 16px;
}

#footer a {
  color: #b3b3b3
}

/*侧导航*/
.ny_left {
  float: left;
  width: 196px;
  font-size: 16px;
}

.ny_left ul {
  margin-bottom: 57px;
  margin-top: 15px;
}

.ny_left ul li {
  margin: -2px;
  width: 191px;
  height: 48px;
  border: solid 2px #c80f0c;
}

.ny_left ul li p {
  margin-top: 12px;
  margin-left: 33px;
  float: left;
}

.ny_left li:hover,
.ny_left li.hover {
  background: url(../images/service_btn.png) #c80f0c 140px center no-repeat;
}

.ny_left li:hover a,
.ny_left li.hover a {
  color: #fff
}

.ny_left ul .hover {
  margin: -2px;
  width: 191px;
  height: 48px;
  border: solid 2px #c80f0c;
  background: url(../images/service_btn.png) #c80f0c 140px center no-repeat;
}

.ny_left ul .hover p {
  color: #fff;
}

.ny_left .service_tel {
  color: #c80f0c;
  margin-top: 36px;
}

.ny_left .service_tel p {
  background: url(../images/index_59.png) left center no-repeat;
  padding-left: 29px;
  font-size: 21px;
  line-height: 30px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
}

.ny_left .service_tel span {
  display: block;
  font-family: "Microsoft YaHei";
  color: #c80f0c;
  font-size: 13px;
}


/*内页标题*/
.ny_right {
  float: right;
  width: 754px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  margin-bottom: 120px;
}

.ny_right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px
}

.ny_right .title p {
  float: right;
  color: #6c6c6c
}

.ny_right .title h3 {
  height: 45px;
  border-bottom: 2px solid #c80f0c;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal
}

/*其他*/
#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
}