﻿.content_box {
  width: 100%;
  height: auto !important;
  background: #fff;
}
.content_box .logo_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.content_box .logo_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.content_box .nav_box {
  width: 100%;
  height: auto;
  background: #b00a00;
  position: relative;
  z-index: 99;
}
.content_box .nav_box .nav {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  background: #b00a00;
}
.content_box .nav_box .nav ul {
  display: flex;
  justify-content: space-between;
}
.content_box .nav_box .nav ul li {
  display: flex;
  justify-content: center;
  flex: 1;
}
.content_box .nav_box .nav ul li .nav_a {
  z-index: 5;
  position: relative;
  line-height: 50px;
  display: block;
  height: 50px;
  color: #fff;
  overflow: hidden;
  float: left;
  font-size: 16px;
  font-family: 微软雅黑;
}
.content_box .nav_box .nav ul li:hover {
  background: #FFF;
}
.content_box .nav_box .nav ul li:hover a {
  color: #b00a00;
  cursor: pointer;
}
.content_box .work_trend {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}
.content_box .work_trend .left_box {
  width: 580px;
  float: left;
  margin-top: 30px;
}
.content_box .work_trend .left_box .swiper_box {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.content_box .work_trend .left_box .swiper_box .swiper {
  position: relative;
  float: left;
  width: 580px;
  height: 340px;
  overflow: hidden;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic {
  position: relative;
  height: 340px !important;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic .warp {
  position: relative;
  height: 340px !important;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li {
  position: relative;
  height: 340px !important;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li a {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 200px;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li a img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li a img:hover {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 490px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 20;
}
.content_box .work_trend .left_box .swiper_box .swiper .pic li a .bg {
  width: 580px;
  height: 40px;
  background: #392f27;
  opacity: 0.5;
  overflow: hidden;
  z-index: 10;
}
.content_box .work_trend .left_box .swiper_box .swiper .hd {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin-left: 220px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.content_box .work_trend .left_box .swiper_box .swiper .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #CCCCCC;
  border-radius: 50%;
}
.content_box .work_trend .left_box .swiper_box .swiper .hd li.on {
  background: #FF9900;
}
.content_box .work_trend .right_box {
  width: 580px;
  margin-top: 30px;
  float: right;
}
.content_box .work_trend .right_box .cont {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.content_box .work_trend .right_box .cont li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.content_box .work_trend .right_box .cont li .date {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #b00a00;
  color: #FFF;
  float: left;
  font-size: 16px;
}
.content_box .work_trend .right_box .cont li .title {
  float: left;
  margin-left: 20px;
}
.content_box .work_trend .right_box .cont li .title a {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #161616;
}
.content_box .work_trend .right_box .cont li .title a:hover {
  color: #cb100e;
  cursor: pointer;
}
.content_box .top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #bcbcbc;
}
.content_box .top .lm {
  float: left;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 2px solid #b00a00;
  font-weight: bold;
  color: #000000;
}
.content_box .top .more {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.content_box .top .more a {
  font-size: 16px;
  color: #161616;
  font-family: 微软雅黑;
}
.content_box .top .more a:hover {
  color: #cb100e;
}
.content_box .slogan {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px;
}
.content_box .slogan .slogan_img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.content_box .main {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  overflow: hidden;
}
.content_box .main .container {
  width: 1200px;
  margin: 30px auto;
}
.content_box .main .container .wrap {
  width: 580px;
  float: left;
  margin-right: 40px;
}
.content_box .main .container .wrap .cont {
  width: 100%;
  margin-top: 16px;
}
.content_box .main .container .wrap .cont li {
  height: 46px;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
}
.content_box .main .container .wrap .cont li .title {
  float: left;
  font-size: 16px;
}
.content_box .main .container .wrap .cont li .title a {
  display: inline-block;
  color: #161616;
  font-size: 16px;
}
.content_box .main .container .wrap .cont li .title a:hover {
  color: #cb100e;
}
.content_box .main .container .wrap .cont li .date {
  float: right;
  color: #cb100e;
  font-size: 16px;
}
.content_box .footer_box {
  width: 100%;
  height: 100px;
  clear: both;
  background: #b00a00;
  overflow: hidden;
  min-width: 1200px;
}
.content_box .footer_box .bq {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
  color: #FFF;
  line-height: 30px;
  font-size: 16px;
}
.content_box .footer_box .bq a {
  font-size: 16px;
}