body {
  font-family: "微软雅黑";
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
.head-box {
  position: relative;
  z-index: 999;
  margin-top: 30px;
  background: url('../images/break-bg.png') repeat;
  border: 0px;
}
.head-box .navbar-nav span {
  display: block;
  text-align: center;
}
.head-box .navbar-nav ul li {
  padding-left: 12px;
  padding-right: 12px;
}
.head-box .navbar-nav ul li:hover {
  background: url('../images/red-bg.png') repeat;
}
.head-box .navbar-nav ul li a {
  text-align: center;
  color: #fff;
}
.head-box .navbar-nav ul li a:hover {
  color: #fff;
}
.head-box .navbar-nav ul .active {
  background: url('../images/red-bg.png') repeat;
}
.head-box .navbar-nav ul .active a {
  color: #fff;
  background: none;
}
.head-box .navbar-nav ul .active a:hover {
  color: #fff;
  background: none;
}
.head-box .logo {
  margin-top: -23px;
}
.banner-box {
  margin-top: -120px;
  border-bottom: 3px solid #E43A3B;
}
.company-box .title {
  margin: 40px auto;
  background: #fff;
  width: 240px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  color:#E43A3B;
}
.company-box .title small {
  font-size: 1.4rem;
}
.company-box .line {
  height: 1px;
  background: #ddd;
  margin-top: -70px;
}
.company-box .info {
  margin-top: 80px;
  margin-bottom: 50px;
}
.company-box .info p {
  font-size: 1.6rem;
  line-height: 3.0rem;
  color: #666;
}
.group-box {
  /*background: url('../images/group-bg.jpg') no-repeat center;*/
  padding: 20px 0;
  height: 677px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.group-box .title {
  margin: 40px auto;
  width: 300px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  color: #E43A3B;
}
.group-box .title small {
  /*color: #fff;*/
  font-size: 1.4rem;
}
.group-box .line {
  height: 1px;
  background: url('../images/line-bg.png') no-repeat center;
  margin-top: -70px;
}
.group-box .info {
  margin-top: 60px;
  text-align: center;
  /*color: #fff;*/
}
.group-box .info p {
  font-size: 1.6rem;
  line-height: 3.0rem;
}
.group-box .company-list {
  margin-top: 50px;
}
.group-box .company-list ul {
  padding-left: 0px;
  margin: 0 -10px;
}
.group-box .company-list ul li {
  float: left;
  display: inline;
  width: 20%;
  overflow: hidden;
  height: 300px;
  text-align: center;
  padding: 0 10px;
}
.group-box .company-list ul li:hover .cpanel {
  height: 100%;
}
.group-box .company-list ul li:hover .cpanel .info-box {
  display: block;
}
.group-box .company-list .c-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.group-box .company-list .cimg {
  width: 100%;
  height: 100%;
}
.group-box .company-list .cpanel {
  position: absolute;
  width: 100%;
  min-height: 110px;
  padding: 10px 0;
  text-align: center;
  bottom: 0px;
  left: 0px;
  background: url('../images/break-bg.png') repeat;
  color: #fff;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
}
.group-box .company-list .cpanel small {
  color: #fff;
}
.group-box .company-list .cpanel .cpanel-title {
  position: absolute;
  top: 10px;
  width: 100%;
}
.group-box .company-list .cpanel .info-box {
  display: none;
  border-top: 1px solid #ddd;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  text-indent: 2em;
  text-align: left;
  font-size: 1.2rem;
}
.group-box .company-list .cpanel .btn-box {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.company-news .title {
  margin: 40px auto;
  background: #fff;
  width: 240px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  color: #E43A3B;
}
.company-news .title small {
  font-size: 1.4rem;
}
.company-news .line {
  height: 1px;
  background: #ddd;
  margin-top: -70px;
}
.company-news .info {
  margin-top: 80px;
}
.company-news .info p {
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #666;
}
.company-news .news-pic {
  margin-bottom: 15px;
}
.company-news .news-pic img {
  width: 100%;
}
.company-news .time {
  padding: 10px;
  background: #5b9fe3;
  color: #fff;
  text-align: center;
}
.company-news .time small {
  color: #fff;
}
.company-news .more {
  background: #5b9fe3;
  padding: 10px;
  text-align: center;
  margin: 5px 0;
}
.company-news .more:hover {
  background: #2f89e2;
}
.company-news .more a {
  color: #fff;
}
.company-news .view {
  background: #aaaaaa;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.company-news .news-box {
  height: 170px;
}
.company-news .news-title {
  border-bottom: 1px solid #ddd;
}
.foot-box {
  background: #333333;
  padding: 20px 0;
  border-top: 10px solid #eaeaea;
  margin-top: 50px;
}
.foot-box .title {
  margin: 0 auto;
  background: #333;
  width: 500px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  color: #ddd;
}
.foot-box .title small {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
.foot-box .line {
  height: 1px;
  background: #ddd;
  margin-top: -50px;
}
.foot-box .info {
  margin-top: 50px;
  text-align: center;
}
.foot-box .info p {
  font-size: 1.4rem;
  color: #666;
}
/**group-list**/
.group-list {
  width: 235px;
  overflow: hidden;
  background: #F2F2F2;
  margin-top: -20px;
  position: relative;
  z-index: 999;
}
.group-list .main-nav {
  background: #E95859;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.group-list .main-nav small {
  color: #fff;
  background: #E95859;
  padding-left: 10px;
  padding-right: 10px;
}
.group-list .main-nav .line {
  height: 1px;
  background: #fff;
  margin-top: -20px;
  margin-bottom: 20px;
}
.group-list ul {
  padding: 25px;
}
.group-list ul li {
  border-bottom: 1px solid #fff;
}
.group-list ul li a {
  line-height: 50px;
  width: 100%;
  display: block;
  color: #666;
}
.group-list ul li a:hover {
  color: #E95859;
}
.group-list ul li .active {
  color: #E95859;
}
/**group-list**/
/**content-box**/
.content-box {
  width: 865px;
}
.content-box .title {
  color: #666;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.content-box .content {
  line-height: 24px;
  color: #666;
}
.content-box .content p {
  color: #666;
}
/**content-box**/
.company-banner-box {
  margin-top: -120px;
  border-bottom: 3px solid #E43A3B;
  height: 530px;
  width: 100%;
}
