/* 初始化 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
menu,
form,
fieldset,
figure,
figcaption,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  width: 100%;
  height: 100%;
  color: #333;
  font: 14px/1.5em 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体';
}
a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #f00;
  text-decoration: none;
}
ol,
ul,
dl,
li,
dt,
dd {
  list-style: none;
}
em,
cite,
th {
  font-style: normal;
  font-weight: normal;
}
input,
textarea,
button {
  font: 14px Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
}
:focus {
  outline: 0;
}
.col-sub,
.col-extra {
  float: left;
  display: inline;
}
.col-main {
  float: left;
  width: 100%;
  min-height: 1px;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac */
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* 默认宽度1200 */
.wrapper-inner {
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
}

/* 头部 */
#header {
  padding: 20px 0;
}

/* LOGO */
#logo {
  text-align: right;
}

/* 导航 */
#nav {
  padding-top: 60px;
}
#nav ul li {
  float: left;
  margin-right: 40px;
}
#nav ul li a {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
#nav ul li a:hover,
#nav ul li a.active {
  color: #e60012;
  background: url('../images/icon_nav.png') no-repeat left center;
}

/* Banner */
#banner {
  min-height: 350px;
  margin-top: 20px;
}
.carousel-item img {
  height: 350px;
}

/* 模块 */
.block {
  margin-bottom: 20px;
}
.block-background {
  border: 1px solid #cacaca;
  background-image: linear-gradient(#fff, #e7e7e7);
}
.block-head {
  padding: 16px 0;
}
.block-head h6 {
  padding-left: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  background: url('../images/icon_header.png') no-repeat 10px center;
}

.block-title {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 42px;
  padding-left: 20px;
}

.block-news {
  padding: 15px 25px;
}
.block-news li {
  margin: 3px 0;
}
.block-news li a {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  background: url('../images/icon_title.jpg') no-repeat left center;
}

/* 内页分栏 */
.layout-inner {
  margin: 20px 0 50px;
}
.layout-inner .col-main .main-wrap {
  margin-left: 240px;
}
.layout-inner .col-sub {
  width: 210px;
  margin-left: -100%;
}

.layout-inner .main-wrap .row li {
  margin-top: 20px;
}

/* 侧边栏导航 */
.subMenu ul {
  min-height: 600px;
  padding: 10px 10px 300px 10px;
  background: url('../images/icon_logo.png') no-repeat left bottom;
}
.subMenu ul li {
  margin-bottom: 14px;
  border-right: 5px solid #d2d2d2;
}
.subMenu ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-right: none;
  background-color: #fff;
}
.subMenu ul li a:hover,
.subMenu ul li a.active {
  color: #fff;
  border: 1px solid #e60012;
  background-color: #e60012;
}
.subMenu ul p {
  margin-bottom: 10px;
  text-align: center;
}
.subMenu ul p a {
  font-size: 14px;
  line-height: 2;
}
.subMenu ul p a.active {
  color: #e60012;
}

/* 搜索框 */
.search span,
.search input {
  float: left;
  display: block;
}
.search #search {
  width: 500px;
  margin: 10px auto;
}
.search .search_txt {
  display: block;
  padding: 0 10px;
  width: 300px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #cacaca;
}
.search .search_btn {
  display: block;
  width: 26px;
  height: 24px;
  background: url('../images/icon_search.png') no-repeat 0 0;
}

.honor li a {
  display: block;
  position: relative;
}
.honor li a img {
  width: 100%;
  height: 176px;
}
.honor li a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #e60012;
}

.products li a{
  display: block;
}
.products li a img{
  display: block;
  width: 100%;
  height: auto;
}

.customer li a {
  display: block;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #cacaca;
}

.news-list {
  margin-top: 20px;
}
.news-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #7f7f7f;
}
.news-list li a {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  background: url('../images/icon_title.jpg') no-repeat left center;
}
.news-list li a span {
  float: right;
}

.table {
  line-height: 1.5;
}
.table>:not(:first-child){
  border: none;
}
.table th,
.table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #a0a0a0;
}
.table th {
  color: #b61d22;
}
.table tbody tr:hover {
  background-color: #f5f5f5;
}

/* 文章详情 */
.detail {
  margin: 20px 0;
  font-size: 16px;
  color: #000;
}
.detail p {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.detail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.viewLinks {
  margin-top: 20px;
}
.viewLinks a {
  font-size: 14px;
}
.viewLinks span {
  float: right;
}

.message .form-label{
  margin-bottom: 20px;
}
.message textarea{
  resize:none;
}
.message .col-form-label{
  text-align: right;
}
.message .form-label span,
.message .col-form-label span{
  display: inline-block;
  margin-right: 5px;
  color: #f00;
}

/* 分页样式 */
.pages {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.pages li {
  display: inline;
  margin: 0 5px;
}
.pages li > a,
.pages li > span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.pages li > a {
  color: #000;
  margin-bottom: 10px;
}
.pages li > span {
  color: #000;
  cursor: not-allowed;
}
.pages li.active > span {
  color: #f00;
}
.pages li.disabled > span {
  color: #ccc;
}
.pages:after,
.pages:before {
  content: ' ';
  display: table;
}
.pages:after {
  clear: both;
}

/* 底部样式 */
#footer {
  margin-top: 20px;
  padding: 20px 0;
  line-height: 1;
  background-color: #e7e7e7;
}
#footer .links {
  float: left;
}
#footer .links dl {
  float: left;
  margin-left: 60px;
}
#footer .links dl dt {
  font-size: 16px;
}
#footer .links dl dd {
  margin-top: 14px;
}
#footer .links dl dd a {
  font-size: 14px;
  line-height: 1;
}
#footer .copyright {
  float: right;
}
#code {
  position: relative;
  text-align: right;
}
#code a {
  display: inline-block;
  width: 148px;
  height: 40px;
  cursor: pointer;
  background: url('../images/icon_code.png') no-repeat 0 0;
}
#code #code_img {
  display: none;
  position: absolute;
  left: 102px;
  bottom: 0;
}
#code #code_img img{
  display: block;
  width: 258px;
  height: 258px;
}

#footer .copyright p {
  margin-top: 15px;
  text-align: right;
}
