.banner {
  width: 100%;
  min-width: 1200px;
  text-align: left;
  position: relative;
  top: 100px;
}

.banner .aboutcon {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
}

.banner .abouttop {
  width: 100%;
  background: url("../img/banner_top_05.jpg") no-repeat;
  background-size: 100% 100%;
  height: 380px;
  padding-top: 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.banner .abouttop .title1 {
  font-size: 42px;
  color: #fff;
  font-weight: 0;
}

.banner .abouttop .line1 {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}

.banner .abouttop .title2 {
  font-size: 24px;
  color: #fff;
  font-weight: 0;
}

.banner .abouttop1 {
  background: url("../img/banner_top_05.jpg") no-repeat;
  background-size: 100% 100%;
}

.banner .abouttop2 {
  background: url("../img/banner_top_05.jpg") no-repeat;
  background-size: 100% 100%;
}

.banner .abouttop3 {
  background: url("../img/banner_top_05.jpg") no-repeat;
  background-size: 100% 100%;
}

.banner .sboiunv {
  width: 100%;
  background: #f3f2f1;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
}

.banner .sboiunv a {
  color: #333;
  margin-right: 3px;
  margin-left: 3px;
}

.banner .sboiunv a:first-child {
  padding-left: 20px;
}

.banner .aboutBottom {
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
}

.banner .aboutBottom .aboutBottomL {
  width: 221px;
  float: left;
}

.banner .aboutBottom .aboutBottomL p {
  font-size: 30px;
  color: #969696;
  margin: 0;
  padding: 0;
  padding-left: 21px;
  padding-bottom: 10px;
}

.banner .aboutBottom .aboutBottomL ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  border-top: 1px dashed #ddd;
  position: relative;
}

.banner .aboutBottom .aboutBottomL ul li {
  list-style: none;
  color: #000;
  font-size: 18px;
  height: 58px;
  border-bottom: 1px dashed #ddd;
  line-height: 58px;
  padding: 0 24px 0 24px;
  cursor: pointer;
  font-weight: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .aboutBottom .aboutBottomL ul li.active {
  color: #c30000;
}

.banner .aboutBottom .aboutBottomR {
  width: 892px;
  float: right;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 {
  display: none;
  width: 891px;
  margin: 0 auto;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .aboutrtitle {
  border-left: 5px solid #b8914c;
  padding-left: 10px;
  font-size: 30px;
  color: #333;
  margin: 0px 0px 15px 0px;
  font-weight: 0;
  height: 35px;
  line-height: 35px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro {
  border-top: 1px dashed #ddd;
  padding: 29px 0;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro p {
  font-size: 14px;
  color: #333;
  line-height: 27px;
  margin: 20px 0;
  text-align: justify;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap {
  color: #333;
  font-size: 14px;
  padding: 29px 0 30px 0;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_img {
  width: 330px;
  height: 200px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_img img {
  width: 330px;
  height: 200px;
  transition: all 1s;
  transform: scale(1);
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_img img:hover {
  transition: all 1s;
  transform: scale(1.2);
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time {
  width: 70px;
  height: 71px;
  background: #c91c28;
  color: #fff;
  float: left;
  text-align: center;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-1 {
  position: absolute;
  backface-visibility: hidden;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  pointer-events: none;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-1 .t1 {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 28px;
  width: 70px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-1 .t2 {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 70px;
  font-size: 14px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-2 {
  position: absolute;
  backface-visibility: hidden;
  -webkit-transform: perspective(600px) rotateX(180deg);
  -moz-transform: perspective(600px) rotateX(180deg);
  -ms-transform: perspective(600px) rotateX(180deg);
  -o-transform: perspective(600px) rotateX(180deg);
  transform: perspective(600px) rotateX(180deg);
  pointer-events: none;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-2 .t1 {
  position: absolute;
  top: -60px;
  left: 0px;
  font-size: 28px;
  width: 70px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time .wrap-2 .t2 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 70px;
  font-size: 14px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_time:hover {
  -webkit-transform: scale(1.2) rotateZ(360deg);
  -moz-transform: scale(1.2) rotateZ(360deg);
  -ms-transform: scale(1.2) rotateZ(360deg);
  -o-transform: scale(1.2) rotateZ(360deg);
  transform: scale(1.2) rotateZ(360deg);
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont {
  width: 530px;
  float: right;
  padding-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 200px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_title {
  font-weight: 700;
  font-size: 16px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_title a {
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_title a:hover {
  color: #c91c28;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_con {
  line-height: 30px;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 0 0;
  height: 100px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_details {
  height: 24px;
  width: 78px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #cfcfcf;
  margin: 0 0 30px 0;
  cursor: pointer;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_details a {
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_details:hover {
  background: #c91c28;
  border: 1px solid #c91c28;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont .news_details:hover a {
  color: #fff;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont1 {
  height: 71px;
  width: 780px;
  float: right;
  padding: 14px 0 0 0;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .cont-wrap .news_wrap .news_cont1 .news_con1 {
  margin: 6px 0 0 0;
  height: 25px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab {
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .p1 {
  font-size: 20px;
  font-weight: 700;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .p1 span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6d9d9;
  position: relative;
  margin-right: 10px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .p1 span span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c30000;
  z-index: 2;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .p2 {
  font-size: 18px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .p2em {
  text-indent: 2em;
  font-size: 18px;
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .yuan {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6d9d9;
  position: relative;
  margin-right: 10px;
  margin-top: 24px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .yuan span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c30000;
  z-index: 2;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .mar45 {
  margin-top: 45px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list-tit {
  color: #c91c28;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 36px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list {
  margin-top: 35px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li {
  float: left;
  width: 418px;
  position: relative;
  cursor: pointer;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont {
  width: 418px;
  height: 240px;
  overflow: hidden;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont img {
  transition: all 1s;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont .p_tit {
  margin: 0 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 30px 0;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont .p_con {
  margin: 0 0;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont .p_con span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b32228;
  margin: 0 13px 2px 0;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-title_h40 {
  text-align: center;
  padding: 20px 0;
  width: 418px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont img:hover {
  transform: scale(1.2);
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap {
  width: 418px;
  height: 73px;
  padding-top: 43px;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap .img-title {
  width: 418px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap .img-title a {
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap .img-title1 {
  position: absolute;
  bottom: 85px;
  left: 16px;
  width: 386px;
  padding: 30px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  box-shadow: 2px 9px 9px #eeeeee;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap .img-title1 a {
  color: #333;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-wrap .img-title1:hover a {
  color: #c30000;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont1 {
  background: url("../img/ba_001.png") no-repeat;
  background-size: 100% 100%;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li .img-cont2 {
  background: url("../img/ba_002.png") no-repeat;
  background-size: 100% 100%;
}

.banner .aboutBottom .aboutBottomR .aboutcon2 .intro .tab .tab-list li:nth-child(2n) {
  margin-left: 54px;
}
