﻿html, body {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  font-weight: lighter;
  background: #FAFAFA;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}
img{
  border: none;
}
.clearfix:after, .clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}


.container {
  width: 1350px;
  margin: 0 auto;
  position: relative;
}
 
.container::after {
  content: '';
  display: table;
  clear: both;
}
a {
  text-decoration: none;
}

.common-header {
  height: 93px;
  background: #fff;
}
.header-logo {
  float: left;
}
.header-logo img {
  display: block;
  padding-top: 26px;
}
.common-header .menu {
  float: right;
}
.common-header .menu .menu-item {
  float: left;
  height: 93px;
  line-height: 93px;
  margin-left: 10px;
}
.common-header .menu .menu-item a {
  color: #000000;
  font-size: 18px;
  padding: 0 30px;
}
.common-header .menu .menu-item.active {
  background: #C11814;
}
.common-header .menu .menu-item:hover {
  cursor: pointer;
}
.common-header .menu .menu-item.active a {
  color: #fff;
}

.footer {
  background: url(../images/footer-bg.png) no-repeat center center;
  height: 523px;
  padding-top: 81px;
}
.footer-left {
  float: left;
}
.footer-logo {
  margin-bottom: 53px;
}
.footer-logo img {
  display: block;
  width: 180px;
}
.footer-left-item {
  color: #fff;
  font-size: 12px;
  margin-bottom: 29px;
}
.footer-left-item img {
  display: inline-block;
  padding-right: 16px;
  position: relative;
  top: 8px;
}
.footer-left-item a {
  color: #fff;
}
.footer-right {
  float: right;
}
.footer-menu {
  float: left;
  margin-left: 73px;
  transform:translate3d(0,0,0);
  overflow:hidden;
}
.footer-menu-header {
  color: #C11814;
  border-bottom: 1px solid #4F4F4F;
  width: 100px;
  padding-bottom: 25px;
  font-size: 14px;
  position: relative;
  transform: translate3d(0,0,0);
}
.footer-menu-header::after {
  content: '';
  display: block;
  width:23px;
  height:1px;
  background:#C11814;
  border-radius:0px;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.footer-menu-item {
  line-height: 24px;
  margin-top: 38px;
}
.footer-menu-item a {
  color: #fff;
  font-size: 12px;
}
.footer-menu-item .itemName {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
.footer-menu-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.footer-menu-item .codes>div {
  display: inline-block;
  margin-right: 30px;
}
.breadcrumb {
  height: 40px;
  border-bottom: 1px solid #DBDBDB;
  color: #656565;
  line-height: 40px;
  font-size: 12px;
}
.breadcrumb a {
  color: #000000;
}

.center-title {
  width: 486px;
  margin: 78px auto 51px;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 27px;
  text-align: center;
}
.title-img {
  display: block;
  margin: 0 auto;
}
.title-text {
  font-size: 40px;
  color: #131313;
  position: relative;
  line-height: 1em;
  margin-top: -36px;
}

.title-text i {
  width: 6px;
  height: 6px;
  background:rgba(44,44,44,1);
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0 10px;
}
.title-text span {
  color: #C11814;
}
.title-text::after {
  content: '';
  display: block;
  width:111px;
  height:6px;
  background:#C11814;
  position: absolute;
  bottom: -30px;
  left: 193px;
}
.page-total {
  position: absolute;
  left: 15px;
  top: 8px;
}
.pagination {
  text-align: center;
  margin-bottom: 130px;
}

.pagination a {
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  background: #EFEFEF;
  border: 1px solid #E5E5E5;
  line-height: 36px;
  color: #999999;
  margin: 0 5px;
}
.pagination a.active {
  background: #C11814;
  border: 1px solid #C11814;
  color: #fff;
}
.pagination span {
  color: #999;
}
.copyright {
  font-size:12px;
  color:rgba(255,255,255,0.3);
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.copyright a{
  color:rgba(255,255,255,0.3);
}

.copyright span:nth-child(1) {
  margin-right: 20px;
}

.copyright span:nth-child(1) {
  margin-right: 5px;
}

.copyright span:nth-child(2) {
  margin-right: 5px;
}
.copyright img {
  vertical-align: sub;
  width: 18px;
  height: 18px;
}