.inner {
  width: 1200px;
  margin: 0 auto;
}
header .top {
  height: 87px;
  margin-bottom: 14px;
}
header .top .logo {
  width: 485px;
  float: left;
  margin-top: 15px;
}
header .top .logo img {
  width: 100%;
}
header .top .tel {
  float: right;
  margin-top: 30px;
}
header .top .tel > img {
  width: 31px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
header .top .tel p {
  float: left;
  font-size: 24px;
  color: #000000;
}
header .top .tel p span {
  color: #b51829;
  font-size: 28px;
}
header .header {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 50px;
  background: #b51829;
  box-shadow: 2px 2px 6px 4px #d1d1d1;
}
header .header ul {
  display: flex;
  justify-content: space-between;
}
header .header ul li {
  float: left;
  font-size: 20px;
  text-align: center;
  width:110px;
}
header .header ul li a{
  line-height: 48px;
  display: block;
}
header .header ul li a {
  color: #fff;
}
header .header ul li.active >a{
  border-bottom: 4px solid #fff;
}

header .header ul .slide{
  overflow: hidden;
  position: relative;
  right:0;
  width:120px;
  display: none;
  background:#fff;
  padding:6px 0;
  border-radius: 0 0 8px 8px;
  box-shadow:  1px 2px 4px #d1d1d1;
}
header .header ul .slide a{
  color:#333;
  font-size: 18px;

}
/* header .header ul li:hover .slide{
  display: block;
} */
header .header ul .slide a:hover{
  color:#fff;
  background:#b51829;
}
.banner .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 0;
  background: #e5e5e5;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #aaaaaa;
}
.banner .swiper-slide img {
  width: 100%;
}
.news {
  margin-top: 50px;
  background: url(../images/news_bg.png) no-repeat center bottom;
  padding-bottom: 50px;
}
.news h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 7px;
  color: #333333;
  border-left: 6px solid #b51829;
  height: 30px;
}
.news h2 span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 8px;
}
.news h2 strong {
  height: 1px;
  background: #d6d6d6;
  display: inline-block;
  margin-bottom: 4px;
}
.news .left {
  box-shadow: 2px 2px 6px 4px #e7e7e7;
  background: #fff;
  float: left;
  width: 890px;
  padding: 31px 32px;
  box-sizing: border-box;
  /*     box-shadow: 10px 6px 10px #e7e7e7; */
}
.news .left ul {
  margin-top: 25px;
  /* width: 692px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .left ul li {
  margin-bottom: 16px;
  width: 405px;
}
.news .left ul li > img,
.news .left ul li video {
  width: 170px;
  /* height: 180px; */
  float: left;
  background: #000;
}
.news .left ul li .des {
  width: 225px;
  /* height: 180px; */
  float: right;
  position: relative;
}
.news .left ul li .des h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .left ul li .des p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.news .left ul li .des h6 {
  color: #333;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: normal;
}
.news .left ul li:hover .des h3 {
  color: #b51829;
}
.news .left > a {
  color: #b51829;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.news .right {
  background: #fff;
  width: 290px;
  float: right;
  padding: 45px 25px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 2px 2px 6px 4px #e7e7e7;
  /* box-shadow: 10px 6px 10px #e7e7e7; */
}
.news .right h2 strong {
  /* width: 102px; */
}
.news .right .a {
  overflow: hidden;
  height: 543px;
  margin-top: 25px;
}
.news .right ul {
  overflow: hidden;
}
.news .right ul li {
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
  border-bottom: 1px solid #d9d9d9;
  /* padding: 0 20px; */
  position: relative;
}
/* .news .right ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #b51829;
  position: absolute;
  left: 2px;
  top: 8px;
} */
.news .right ul li a {
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: inline-block;
  width: 242px;

  
}
.news .right ul li:hover a {
  color: #b51829;
}
.news .right > a {
  color: #b51829;
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
  display: block;
}
.tit h2 {
  font-size: 40px;
  color: #333333;
  text-align: center;
  line-height: 130px;
}
.yangshi {
  height: 600px;
  position: relative;
  background: url(../images/ys_bg.jpg) no-repeat center;
}
.yangshi .inner {
  width: 1240px;
}
.yangshi .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.yangshi .inner ul li {
  width: 290px;
  height: 310px;
  margin: 0 4px;
  border: 1px solid #e5e5e5;
  float: left;
  animation: all 5s infinite;
  transition: all .3s linear;
}
.yangshi .inner ul li video {
  width: 100%;
}
.yangshi .inner ul li a {
  display: block;
  padding: 16px;
}
.yangshi .inner ul li h4 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.yangshi .inner ul li p {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.yangshi .inner ul li:hover {
  width: 320px;
  height: 346px;
  margin-top: -20px;
  box-shadow: 4px 4px 10px #c9c9c9;
}
.yangshi .inner ul li:hover h4 {
  color: #b51829;
}
.yangshi .inner .more {
  display: flex;
  justify-content: space-between;
  width: 604px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -302px;
}
.yangshi .inner .more a {
  width: 290px;
  height: 50px;
  background: #b51829;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: 200;
}
.zhuanye {
  height: 682px;
  background: url(../images/zy_bg.jpg) no-repeat center bottom;
}
.zhuanye ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zhuanye ul li {
  width: 290px;
  height: 244px;
  border-radius: 6px;
  background: #e9e7e7;
  margin-bottom: 20px;
  transition: all .3s linear;
}
.zhuanye ul li:hover {
  background: #b51829;
  box-shadow: 4px 4px 10px #f1c6cb;
}
.zhuanye ul li:hover h4 {
  color: #fff;
}
.zhuanye ul li:hover .des {
  border-bottom: none;
}
.zhuanye ul li:hover .des a {
  background: #b51829;
  color: #fff;
}
.zhuanye ul li:nth-of-type(1):hover h4 {
  background: url(../images/21.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(2):hover h4 {
  background: url(../images/22.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(3):hover h4 {
  background: url(../images/32.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(4):hover h4 {
  background: url(../images/42.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(5):hover h4 {
  background: url(../images/52.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(6):hover h4 {
  background: url(../images/62.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(7):hover h4 {
  background: url(../images/72.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(8):hover h4 {
  background: url(../images/82.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(1) h4 {
  background: url(../images/11.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(1) .des {
  background: #fff url(../images/1.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(2) h4 {
  background: url(../images/12.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(2) .des {
  background: #fff url(../images/2.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(3) h4 {
  background: url(../images/13.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(3) .des {
  background: #fff url(../images/3.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(4) h4 {
  background: url(../images/14.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(4) .des {
  background: #fff url(../images/4.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(5) h4 {
  background: url(../images/15.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(5) .des {
  background: #fff url(../images/5.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(6) h4 {
  background: url(../images/16.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(6) .des {
  background: #fff url(../images/6.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(7) h4 {
  background: url(../images/17.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(7) .des {
  background: #fff url(../images/7.png) no-repeat right bottom;
}
.zhuanye ul li:nth-of-type(8) h4 {
  background: url(../images/18.png) no-repeat center;
}
.zhuanye ul li:nth-of-type(8) .des {
  background: #fff url(../images/8.png) no-repeat right bottom;
}
.zhuanye h4 {
  color: #b51829;
  font-size: 24px;
  line-height: 66px;
  padding-left: 20px;
}
.zhuanye .des {
  padding: 20px;
  background: #fff;
  width: 278px;
  height: 178px;
  box-sizing: border-box;
  border-radius: 0 4px 0 0 ;
  border-bottom: 5px solid #e9b9be;
  position: relative;
  transition: all .2s linear;
}
.zhuanye .des p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.zhuanye .des a {
  color: #b51829;
  display: block;
  width: 145px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  border: 1px solid #b51829;
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -72.5px;
  transition: all .3s linear;
}
.tuandui {
  height: 846px;
  position: relative;
  background: url(../images/td_bg.jpg) no-repeat center bottom;
}
.tuandui ol {
  display: flex;
  justify-content: space-between;
}
.tuandui ol li .left {
  width: 230px;
  height: 285px;
  float: left;
}
.tuandui ol li .left img {
  width: 100%;
}
.tuandui ol li .des {
  width: 364px;
  height: 285px;
  border: 6px solid #b51829;
  float: left;
  border-radius: 0  10px 10px 0;
  padding: 25px;
  box-sizing: border-box;
}
.tuandui ol li .des h5 {
  font-size: 28px;
  color: #b51829;
  position: relative;
}
.tuandui ol li .des h5:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #b51829;
  position: absolute;
  left: -25px;
  top: 10px;
}
.tuandui ol li .des h6 {
  font-weight: 300;
  font-size: 18px;
  width: 160px;
  height: 26px;
  margin: 10px 0 30px;
  text-align: center;
  line-height: 26px;
  color: #b51829;
  border-radius: 20px;
  border: 1px solid #b51829;
}
.tuandui ol li .des p {
  line-height: 28px ;
  color: #333;
}
.tuandui ul {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.tuandui ul li {
  width: 230px;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.tuandui ul li img {
  width: 100%;
}
.tuandui ul li > p {
  font-size: 20px;
  line-height: 54px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.tuandui ul li:hover > p {
  display: none;
}
.tuandui ul li:hover .wrap {
  top: 0;
  left: 0;
}
.tuandui ul li .wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all .3s linear;
}
.tuandui ul li .wrap h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 80px;
  position: relative;
}
.tuandui ul li .wrap h2:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 1px;
  background: #fff;
  bottom: 10px;
  left: 50%;
  margin-left: -18px;
}
.tuandui ul li .wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  text-align: justify;
}
.tuandui ul li .wrap a {
  width: 120px;
  height: 35px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
}
.tuandui .more {
  display: flex;
  justify-content: space-between;
  width: 604px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -302px;
}
.tuandui .more a {
  width: 290px;
  height: 50px;
  background: #b51829;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: 200;
}
.dayi {
  height: 1006px;
  position: relative;
  background: url(../images/dy_bg.jpg) no-repeat center bottom;
}
.dayi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dayi ul li {
  width: 590px;
  height: 236px;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: border-box;
  transition: all .3s linear;
}
.dayi ul li h4 {
  width: 500px;
  font-size: 23px;
  color: #333;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: inline-block;
}
.dayi ul li h4:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 27px;
  height: 27px;
  background: url(../images/wen.png) no-repeat center;
}
.dayi ul li p {
  width: 500px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  line-height: 31px;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dayi ul li p:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 27px;
  height: 27px;
  background: url(../images/da.png) no-repeat center;
}
.dayi ul li:hover {
  border: none;
  width: 615px;
  height: 254px;
  margin-left: -10px;
  margin-top: -10px;
  background: url(../images/dayibg.png) no-repeat center;
  background-size: cover;
}
.dayi ul li:nth-of-type(2n):hover {
  border: none;
  width: 615px;
  height: 254px;
  margin-right: -14px;
  margin-top: -10px;
  background: url(../images/dayibg.png) no-repeat center;
  background-size: cover;
}
.dayi .more {
  display: flex;
  justify-content: space-between;
  width: 604px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -302px;
}
.dayi .more a {
  width: 290px;
  height: 50px;
  background: #b51829;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: 200;
}
.cases {
  height: 948px;
  background: url(../images/case_bg.jpg) no-repeat center bottom;
}
.cases ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.cases ul li {
  margin-bottom: 86px;
}
.cases ul li .des {
  width: 380px;
  height: 260px;
  position: relative;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  transition: all .2s linear;
}
.cases ul li .des img {
  width: 180px;
  height: 135px;
  position: absolute;
  top: -60px;
}
.cases ul li .des .text {
  margin-top: 50px;
  position: relative;
}
.cases ul li .des .text h4 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: inline-block;
  transition: all .2s linear;
  /* text-indent: -10px; */
}
.cases ul li .des .text p {
  font-size: 18px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cases ul li .des .text h6 {
  font-weight: normal;
  font-size: 18px;
  color: #666;
  margin-top: 20px;
  /* position: absolute;
            bottom:30px;
            left:25px; */
}
.cases ul li .des .bling {
  position: absolute;
  top: 25px;
  left: 304px;
  width: 49px;
  height: 49px;
}
.cases ul li:hover .des {
  border-bottom: 6px solid #b51829;
  box-shadow: 4px 4px 10px #d3d1cf;
}
.cases ul li:hover .text h4 {
  color: #b51829;
}
.cases ul li:nth-of-type(6),
.cases ul li:nth-of-type(4),
.cases ul li:nth-of-type(5) {
  margin-bottom: 50px;
}
.cases .more {
  margin-bottom: 20px;
}
.cases .more a {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  background: #b51829;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: 200;
}
.about {
  height: 438px;
  background: url(../images/about_bg.jpg) no-repeat center bottom;
}
.about .inner {
  box-shadow: 2px 2px 6px 4px #e7e7e7;
}
.about .inner .left {
  float: left;
}
.about .inner .left .swiper-container2 {
  width: 570px;
  height: 282px;
}
.about .inner .left .swiper-container2 .swiper-slide img {
  width: 100%;
}
.about .inner .left .swiper-button-prev {
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-weight: 200;
  font-size: 34px;
  color: #fff;
  background: #b51829;
  top: 276px;
  left: 504px;
  text-align: center;
}
.about .inner .left .swiper-button-prev.swiper-button-disabled {
  background: #b5b5b5;
  opacity: 1;
}
.about .inner .left .swiper-button-prev img {
  display: block;
  margin: 4px 8px;
}
.about .inner .left .swiper-button-next {
  top: 276px;
  right: 0;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-weight: 200;
  font-size: 34px;
  color: #fff;
  background: #b51829;
  text-align: center;
}
.about .inner .left .swiper-button-next.swiper-button-disabled {
  background: #b5b5b5;
  opacity: 1;
}
.about .inner .left .swiper-button-next img {
  display: block;
  margin: 4px 11px;
}
.about .inner .right {
  float: left;
  width: 630px;
  height: 282px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.about .inner .right p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.about .inner .right p a {
  color: #b51829;
}
footer {
  width: 100%;
  height: 445px;
  background: #2b3242;
  margin-top: 50px;
}
footer .inner {
  width: 1060px;
  height: 365px;
}
footer .inner .logo2 {
  float: left;
  width: 570px;
}
footer .inner .logo2 img {
  display: block;
  padding: 50px 0 30px;
}
footer .inner .logo2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
footer .inner .right {
  padding: 74px 0;
  padding-left: 70px;
  float: left;
}
footer .inner .right h6 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 100;
  padding-left: 40px;
  background: url(../images/tel2.png) no-repeat center left;
}
footer .inner .right p {
  font-size: 45px;
  color: #fff;
}
footer .inner .right p span {
  font-size: 28px;
}
footer .bot {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-top: 20px;
  text-align: center;
  opacity: 0.4;
  border-top: 1px solid #3e4453;
}
footer .yqlj{
  color:#ffffff;
  font-size: 14px;
  width:1048px;
  height:84px;
  line-height: 40px;
  border-top: 1px solid #3e4453;
  margin-top: 10px;
}
footer .yqlj a{
  color:#ffffff;
  opacity:0.4;
  margin:0 12px;

}
footer .yqlj a:nth-of-type(9){
  margin-left: 0;
  white-space: nowrap;
}

footer .yqlj span{
  opacity:0.4;
}
footer .yqlj a:last-child{
  opacity:1;
}
footer a.map{
  float:right;
  /* margin-top:30px; */
  margin-right: 30px;
}