.banner .swiper-container {
  height: 500px;
}
.banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.active1 {
  background: #d80007!important;
}
.active1 a {
  color: #fff!important;
}
#aboutUs {
  padding-top: 50px;
}
#aboutUs .g-textCircle .f_left img {
  width: 100%;
}
#aboutUs .g-textCircle .des {
  padding-left: 305px;
  vertical-align: top;
}
#aboutUs .g-textCircle .des .con {
  padding: 12px 0;
  line-height: 30px;
  height: 159px;
}
#product {
  padding-top: 50px;
}
#product .proBar ul {
  height: 43px;
  line-height: 40px;
  background: #efefef;
  color: #333;
}
#product .proBar ul li {
  text-align: center;
  float: left;
  /*width: 20%;*/
  position: relative;
  cursor: pointer;
}
#product .proBar ul li a {
  width: 100%;
}
#product .proBar ul li:hover,
#product .proBar ul li.active {
  border-bottom: 3px solid #d80007;
}
#product .proBar ul li:hover:before,
#product .proBar ul li.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid #d80007;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
#product .proBar ul li:hover a,
#product .proBar ul li.active a {
  color: #d80007;
}

#cases {
  padding-top: 50px;
  margin-bottom: 60px;
}
#cases .caseList ul {
  position: relative;
  height: 360px;
}
#cases .caseList ul li {
  width: 20%;
  height: 240px;
  background: url("../imgs/caseBg.png") center no-repeat;
  float: left;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#cases .caseList ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  line-height: 240px;
}
#cases .caseList ul li a img {
  vertical-align: middle;
}
#cases .caseList ul li:nth-child(n+6) {
  position: absolute;
  top: 140px;
  left: 10%;
}
#cases .caseList ul li:nth-child(n+7) {
  position: absolute;
  top: 140px;
  left: 30%;
}
#cases .caseList ul li:nth-child(n+8) {
  position: absolute;
  top: 140px;
  left: 50%;
}
#cases .caseList ul li:nth-child(n+9) {
  position: absolute;
  top: 140px;
  left: 70%;
}
#news {
  background: #efefef;
  padding: 60px 0;
}
#news .new,
#news .info {
  width: 590px;
  display: inline-block;
  float: left;
}
#news .new .con,
#news .info .con {
  margin-top: 20px;
  background: #fff;
  padding-right: 20px;
}
#news .del h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 24px 0 10px;
}
#news .del span {
  font-size: 12px;
  color: #bbb;
}
#news .del p {
  line-height: 22px;
  margin: 6px 0 10px;
}
#news .del a {
  display: inline-block;
  width: 96px;
  height: 24px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
#news .new {
  margin-right: 20px;
}
#news .new .con .f_left {
  width: 285px;
}
#news .new .con .f_left {
  width: 285px;
  height: 193px;
}
#news .new .con .del p {
  height: 64px;
}
#news  .info .del p {
  height: 200px;
  overflow: hidden;
}
#news .new .con .f_left img {
  width: 100%;
}
#news .new .con .newsList {
  padding: 20px 0 0 20px;
  height: 173px;
}
#news .new .con .newsList li a {
  display: block;
  color: #333;
  line-height: 28px;
}
#news .new .con .newsList li a:hover .g-flex-auto {
  color: #d80007;
}
#news .new .con .newsList li a .time {
  font-size: 12px;
  color: #bbb;
}
#news .info .swiper-container3 {
  width: 285px!important;
  height: 386px;
  position: relative;
}
#news .info .swiper-container3 img{
  width: 285px;
  height: 386px;
}
#news .info .swiper-container3 .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index:9;
}
#news .info .swiper-container3 .btn1 {
  left: 0;
}
#news .info .swiper-container3 .btn1 img,#news .info .swiper-container3 .btn2 img{
  width: 40px;
  height: 40px;
}
#news .info .swiper-container3 .btn2 {
  right: 0;
}
#news .info .del a {
  margin-top: 20px;
}
#contact {
  background: red url("../imgs/conBg.png") center / cover no-repeat;
  opacity: .9;
  z-index: 0;
  color: #fff;
  padding: 60px 0;
}
#contact .title3 {
  text-align: center;
}
#contact .title3 h2 {
  font-size: 30px;
}
#contact .title3 p {
  font-size: 16px;
  padding: 10px 0 30px;
}
#contact .del {
  font-size: 12px;
}
#contact .del .address {
  margin-right: 20px;
}
#contact .del .address .map {
  width: 100%;
  height: 350px;
  background: #fff;
}
#contact .del .address .map iframe {
  width: 590px;
  height: 350px;
}
#contact .del .address .contactWay {
  margin-top: 40px;
}
#contact .del .address .contactWay h3 {
  border-bottom: 1px solid #f2a8aa;
  line-height: 48px;
  font-weight: 700;
  font-size: 16px;
}
#contact .del .address .contactWay p {
  border-bottom: 1px solid #f2a8aa;
  line-height: 36px;
}
#contact .del .address .contactWay p span:before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#contact .del .address .contactWay p .tel,
#contact .del .address .contactWay p .cusSer {
  width: 240px;
  display: inline-block;
}
#contact .del .address .contactWay p .add:before {
  background: url("../imgs/address.png") no-repeat;
}
#contact .del .address .contactWay p .tel:before {
  background: url("../imgs/tel3.png") no-repeat;
}
#contact .del .address .contactWay p .email:before {
  background: url("../imgs/email.png") no-repeat;
}
#contact .del .address .contactWay p .cusSer:before {
  background: url("../imgs/cusSer.png") no-repeat;
}
.title {
  background: url("../imgs/border2.png") center repeat-x;
  text-align: center;
  margin-bottom: 20px;
}
.title h2 {
  display: inline;
  background: #fff;
  font-size: 30px;
  color: #d80007;
  padding: 0 24px;
}
.title h2 .eng {
  color: #000;
}
.title h2 .eng:before {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 4px solid #d80007;
  margin: 0 20px;
}
.title h2 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid #d80007;
}
.title_2 {
  position: relative;
}
.title_2:before {
  width: 6px;
  height: 30px;
  background: #d80007;
}
.title_2 .til {
  padding-left: 12px;
  position: absolute;
  top: -4px;
  display: inline-block;
}
.title_2 .til h2 {
  font-size: 16px;
  display: inline-block;
}
.title_2 .til p {
  font-size: 8px;
  color: #bcbcbc;
  display: inline-block;
}
.title_2 .til p span {
  width: 100%;
}
.title_2 p.g-flex-auto {
  margin-left: 126px;
  border-bottom: 1px solid #dadada;
}
.title_2 a.more {
  display: inline-block;
  width: 53px;
  float: right;
  margin-top: 6px;
}
.swiper-container2 {
  margin-top: 12px!important;
  width: 660px;
  height: 135px;
  color: #fff;
  text-align: center;
}
/*.swiper-container2 .swiper-wrapper .swiper-slide {*/
  /*margin: 0 10px;*/
/*}*/
.swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 135px;
}
