/* 初始化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: #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;
}

.h_topnav {
  width: 100%;
  height: 62px;
  background: #3e3e3e;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  overflow: hidden
}

.topnav {
  width: 990px;
  margin: 0 auto;
  padding-left: 10px;
  height: 62px;
}

.topnav .t_right {
  float: right;
  height: 25px;
  overflow: hidden;
  width: 415px;
  margin-top: 17px;
}

.topnav .t_right span {
  display: block;
  height: 25px;
  line-height: 25px;
  background: url(../images/index_03.png) left center no-repeat;
  padding-left: 32px;
  color: #fff;
  font-weight: bolder;
  font-family: Arial;
  width: 213px;
  float: left;
  font-size: 24px;
}

.search {
  float: left;
  width: 154px;
  height: 24px;
  background: #fff;
  border-radius: 8px;
}

.search .input {
  float: left;
  width: 124px;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
  text-align: right;
}

.search .button {
  float: left;
  background: url(../images/index_03.gif) no-repeat;
  width: 9px;
  height: 9px;
  margin: 9px 0 0 12px;
  border: none;
  cursor: pointer
}

#header .top {
  width: 1200px;
  margin: 0 auto;
  height: 140px;
  position: relative
}

#header .top .logo {
  position: absolute;
  left: 0;
  top: 23px;
}

#header .nav {
  position: absolute;
  right: -15px;
  top: 22px;
}

#header ul li {
  float: left;
  width: 98px;
  height: 102px;
}

.nav li a {
  display: block;
  width: 104px;
  height: 70px;
  text-align: center;
  padding-top: 32px;
  margin: 0 -3px;
  color: #2f2f2f;
  font-size: 16px;
}

#header li a span {
  font-size: 12px;
  font-size: 12px;
  color: #a8a8a8
}

#header li:hover a,
#header li.current a {
  background: url(../images/index_07.gif) no-repeat;
  color: #fff
}

#header li:hover a span,
#header li.current a span {
  color: #fff
}

#footer {
  width: 100%;
  height: 122px;
  background: #202020;
  position: relative;
}
#footer .foot {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
#footer .wechat {
  position: absolute;
  left: 0;
  top: 11px;
}
#footer .wechat img {
  width: 100px;
  height: 100px;
}
#footer ul {
  text-align: center;
  padding-top: 30px;
}
#footer ul li {
  display: inline-block;
  line-height: 14px;
  border-right: 1px solid #cccccc;
  padding: 0 20px;
}
#footer ul li:last-child {
  border: none;
}
#footer ul li a{
  font-size: 14px;
  color: #cccccc;
}
#footer .copyright {
  font-size: 14px;
  color: #cccccc;
  text-align: center;
  margin-top: 30px;
}
#footer .copyright a {
  color: #cccccc;
}
.ny_banner {
  background: url(../images/333_16.jpg) center center no-repeat;
  width: 100%;
  height: 402px;
}

#content {
  width: 1000px;
  margin: 32px auto
}

.left {
  float: left;
  width: 196px;
}

.left li {
  border: 2px solid #cf271e;
  font-size: 16px;
  border-bottom: none;
}

.left li .tit {
  display: block;
  height: 49px;
  line-height: 49px;
  padding-left: 25px;
}
.left .top-tit {
  height: 49px;
  line-height: 49px;
  padding-left: 25px;
  font-size: 18px;
  background: url(../images/about_03.png) #cf271e 143px center no-repeat;
  color: #fff

}
/* .left li:hover .tit,
.left li.hover .tit {
  background: url(../images/about_03.png) #cf271e 143px center no-repeat
}

.left li:hover a,
.left li.hover a {
  color: #fff
} */

.left ul {
  margin-bottom: 36px;
  border-bottom: 2px solid #cf271e
}

.left li .sub {
  display: none;
}

.left li .sub a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  color: #333
}

.left li .sub a:hover {
  color: #cf271e
}

.left li:hover .sub {
  display: block
}

.service_tel {
  line-height: 20px;
  color: #d41c18
}

.service_tel img {}

.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: 772px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
}

.right .title {
  height: 39px;
  line-height: 39px;
  margin-bottom: 70px;
  background: url(../images/index_39.gif) 160px center no-repeat
}

.right .title p {
  float: right
}

.right .title h3 {
  background: url(../images/news_05.gif) left center no-repeat;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  height: 39px;
}

.right .title h3 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #d31e1e
}

.ny_danye img {
  max-width: 100%;
  display: block
}

.ny_danye .cont {
  line-height: 27px;
}

.right img {
  max-width: 100%;
}

.page {
  width: 706px;
  height: 21px;
  border-bottom: 1px solid #d3d3d3;
  margin: 52px auto;
  clear: both
}

.page a.prev,
.page a.next {
  float: left;
  width: 22px;
  height: 22px;
  margin-bottom: -1px;
}

.page .num {
  float: left;
  width: 662px;
  text-align: center
}

.page .num span {
  height: 22px;
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: -2px;
}

.page .num a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #d3d3d3;
  color: #000;
  margin: 0 4px;
}

.page a:hover,
.page a.cur {
  color: #cf271e;
  border-color: #cf271e
}

#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
}

#full .qq_info span img {
  width: 73px;
  height: 73px;
}
.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%;
}
/* all */
::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}
/* ie */
input:-moz-placeholder {
  color: #dedede;
}
/* individual: webkit */
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
/* individual: mozilla */
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}