.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.banner {
  width: 100%;
  height: 670px;
  position: relative;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 670px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 999;
}
.banner .hd {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  border-left: 30px 50% solid;
  transform: translateX(-50%);
  z-index: 999;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #ba192a;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 568px;
  }
  .banner .bd ul li {
    height: 568px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 488px;
  }
  .banner .bd ul li {
    height: 488px;
  }
}
.search {
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  padding-top: 8px;
  box-sizing: border-box;
}
.search .slideTxtBox2 {
  width: 610px;
  float: left;
}
.search .slideTxtBox2 p {
  line-height: 35px;
  width: 136px;
  float: left;
  box-sizing: border-box;
  padding-left: 42px;
  font-size: 16px;
  color: #333;
  background: url("../images/xwzx.png") no-repeat left center;
}
.search .slideTxtBox2 .bd {
  width: 472px;
  float: left;
}
.search .slideTxtBox2 .bd li {
  width: 100%;
  line-height: 35px;
}
.search .slideTxtBox2 .bd li a {
  display: block;
  float: left;
  width: 380px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .slideTxtBox2 .bd li span {
  float: right;
  font-size: 12px;
  color: #808080;
}
.search .box {
  float: right;
  width: 260px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
}
.search .box input {
  float: left;
  width: 210px;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 33px;
  color: #808080;
  font-size: 14px;
}
.search .box .sss {
  float: right;
  width: 35px;
  height: 35px;
  background: url("../images/ss.png") no-repeat center;
  cursor: pointer;
  margin: -1px;
}
.biaoti {
  width: 100%;
  height: 96px;
  text-align: center;
  position: relative;
  padding-top: 41px;
  box-sizing: border-box;
}
.biaoti span {
  position: absolute;
  top: 0px;
  left: 50%;
  letter-spacing: 9.6px;
  color: #f5f5f5;
  font-family: arial;
  font-size: 80px;
  font-weight: 900;
  line-height: 59px;
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.biaoti h3 {
  letter-spacing: 4.3px;
  color: #ba192a;
  font-size: 36px;
  line-height: 35px;
  font-weight: bold;
  position: relative;
}
.biaoti h3 a {
  color: #ba192a;
}
.biaoti i {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0e1829;
  margin: 16px auto 0;
}
.product {
  width: 100%;
  height: 952px;
  padding-top: 80px;
  box-sizing: border-box;
}
.product .classify {
  width: 260px;
  height: 647px;
  background-color: #ba192a;
  float: left;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 13px 15px;
}
.product .classify .logo {
  width: 100%;
  height: 46px;
  text-align: center;
}
.product .classify .logo img {
  max-width: 100%;
}
.product .classify .ti {
  margin: 35px 0 14px;
  width: 100%;
  color: #0e1829;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  height: 45px;
  background: #fff;
  text-align: center;
}
.product .classify li:hover {
  transform: translateX(5px);
}
.product .classify li {
  width: 100%;
  box-sizing: border-box;
  padding-left: 65px;
  line-height: 41px;
  height: 41px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  transition: 0.3s;
  background: url(../images/cpico.png) no-repeat 35px center;
}
.product .classify li a {
  color: #fff;
}
.product .classify .er {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
.product .classify .er img {
  display: block;
  width: 89px;
  height: 89px;
  margin: 0 auto;
}
.product .classify .er span {
  display: block;
  margin: 18px 0 12px;
  font-size: 14px;
  line-height: 12px;
  color: #fff;
}
.product .classify .er p {
  font-family: arial;
  font-size: 22px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
}
.product .pics {
  width: 978px;
  float: right;
  margin-top: 50px;
}
.product .pics .tis {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 50px;
  background-color: #ba192a;
  text-align: center;
  line-height: 50px;
}
.product .pics ul {
  width: 100%;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .pics ul li:hover .tu img {
  transform: scale(1.2);
}
.product .pics ul li:hover .ti {
  color: #ba192a;
}
.product .pics ul li:hover .ti a {
  color: #ba192a;
}
.product .pics ul li {
  margin-top: 24px;
  width: 300px;
  height: 266px;
}
.product .pics ul li .tu {
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  border: solid 2px #e6e6e6;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.product .pics ul li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  transition: 1s;
}
.product .pics ul li .ti {
  width: 100%;
  line-height: 30px;
  margin-top: 16px;
  box-sizing: border-box;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  height: 30px;
  background: url("../images/mo.png") no-repeat right center;
}
.product .pics ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.min_banner {
  width: 100%;
  height: 220px;
  background: url("../images/bg.jpg") no-repeat center;
  padding-top: 58px;
  box-sizing: border-box;
}
.min_banner .le {
  width: 630px;
}
.min_banner .le span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #f5f5f5;
  font-weight: bold;
}
.min_banner .le p {
  width: 630px;
  height: 50px;
  background-color: #ffffff;
  margin-top: 27px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.min_banner .ri {
  margin-top: 10px;
}
.min_banner .ri .dh {
  box-sizing: border-box;
  padding-left: 58px;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 33px;
  background: url("../images/dh2.png") no-repeat left center;
}
.min_banner .ri .dh span {
  font-family: arial;
  font-size: 26px;
  font-weight: 900;
  color: #f5f5f5;
}
.min_banner .ri .mo {
  float: right;
  display: block;
  width: 160px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.reason {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.reason .biaoti {
  padding-top: 9px;
  box-sizing: border-box;
}
.reason .biaoti h3 {
  line-height: 66px;
  height: 66px;
}
.reason .biaoti h3 em {
  font-size: 80px;
  font-weight: bold;
}
.reason .ti {
  width: 100%;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #ba192a;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 80px;
}
.reason .ti i {
  color: #333;
}
.reason .ti span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 55px;
  height: 40px;
  background-color: #ba192a;
  text-align: center;
  font-family: arial;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.reason .ys1 {
  width: 100%;
  height: 370px;
  margin-top: 50px;
}
.reason .ys1 .ti {
  width: 575px;
  margin: 0 auto;
}
.reason .ys1 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.reason .ys1 ul li:nth-child(2) {
  padding-top: 40px;
  box-sizing: border-box;
}
.reason .ys1 ul li {
  width: 380px;
  height: 220px;
  position: relative;
  z-index: 99;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
}
.reason .ys1 ul li .tu {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reason .ys1 ul li i {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
}
.reason .ys1 ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason .ys1 ul li p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.reason .ys2 {
  width: 590px;
  height: 685px;
  float: left;
}
.reason .ys2 .jie {
  line-height: 40px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 200px;
  margin: 22px 0 45px;
}
.reason .ys2 img {
  width: 100%;
  height: 320px;
}
.reason .ys3 {
  float: right;
}
.reason .ys4 {
  width: 100%;
  height: 600px;
}
.reason .ys4 .jie {
  margin: 21px 0 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 80px;
}
.reason .ys4 ul {
  width: 1610px;
  height: 400px;
  background: url(../images/mt.png) no-repeat center 272px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -310px;
  padding-left: 37px;
  box-sizing: border-box;
  padding-right: 310px;
}
.reason .ys4 ul li {
  width: 205px;
  text-align: center;
}
.reason .ys4 ul li .tu::after{
	content: "";
	width: 229px;
	height: 295px;
	background: url(../images/ryzz.png) no-repeat center;
	position: absolute;
	left: -12px;
	top: 0;
	z-index: -1;
}
.reason .ys4 ul li .tu {
  width: 205px;
  height: 280px;
z-index: 999;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
.reason .ys4 ul li .tu img {
  width: 100%;
  height: 100%;
}
.reason .ys4 ul li p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
}
.reason .ys4 ul li:hover p a{color: #ba192a}
.reason .ys4 ul li p a {
  color: #333;
}
.reason .ys5 {
  width: 100%;
  height: 415px;
}
.reason .ys5 .jie {
  margin: 21px 0 42px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 80px;
}
.reason .ys5 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .ys5 ul li {
  width: 390px;
  position: relative;
  padding-top: 33px;
  box-sizing: border-box;
}
.reason .ys5 ul li .tu {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 25px;
}
.reason .ys5 ul li .tu img {
  width: 100%;
  height: 100%;
}
.reason .ys5 ul li em {
  display: inline-block;
  margin-left: 165px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #ba192a;
}
.reason .ys5 ul li .zi {
  width: 100%;
  height: 160px;
  border: 2px solid rgba(186, 25, 42, 0.2);
  box-sizing: border-box;
  padding: 25px 32px;
  margin-top: 23px;
}
.reason .ys5 ul li .zi span {
  display: inline-block;
  margin-left: 132px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.reason .ys5 ul li .zi p {
  line-height: 32px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 14px;
  margin-top: 25px;
  height:64px;
  overflow:hidden;
}
.case {
  width: 100%;
  padding-top: 212px;
  padding-bottom: 65px;
  background: #fafafa url(../images/bg2.jpg) no-repeat center top;
}
.case .to {
  width: 100%;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .to li:hover .tu img {
  transform: scale(1.2);
}
.case .to li:hover .ti {
  border-bottom: 1px solid #ba192a;
  color: #ba192a;
}
.case .to li:hover .ti a {
  color: #ba192a;
}
.case .to li:nth-child(2) {
  margin-top: -40px;
}
.case .to li {
  width: 390px;
}
.case .to li .tu {
  width: 100%;
  height: 306px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.case .to li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .to li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .to li .ti {
  width: 100%;
  height: 34px;
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.3s;
}
.case .to li .ti a {
  color: #333;
  transition: 0.3s;
}
.case .to li .jie {
  color: #737373;
  margin-top: 18px;
  font-size: 16px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .mo {
  display: block;
  width: 160px;
  height: 50px;
  background-color: #0e1829;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-top: 85px;
  margin-bottom: 34px;
}
.case .mo a {
  color: #fff;
}
.case .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .list li:hover {
  transform: translateX(5px);
}
.case .list li:hover a {
  color: #ba192a;
}
.case .list li {
  float: left;
  line-height: 46px;
  height: 46px;
  box-sizing: border-box;
  padding-left: 29px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 23%;
  background: url("../images/ti1.png") no-repeat left center;
}
.case .list li a {
  color: #333;
  transition: 0.3s;
}
.team {
  width: 100%;
  padding-bottom: 80px;
  background: url("../images/bg3.jpg") no-repeat center top;
  overflow: hidden;
}
.team .center {
  height: 592px;
  padding-top: 51px;
  box-sizing: border-box;
}
.team .center .pic {
  width: 508px;
  height: 338px;
  position: absolute;
  bottom: 0px;
  left: -32px;
  border-left: 0 -32px solid;
  z-index: 99;
}
.team .center .left {
  float: left;
  width: 573px;
}
.team .center .left h3 {
  width: 100%;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
}
.team .center .left em {
  display: block;
  color: #ffffff;
  opacity: 0.5;
  margin: 18px 0;
  font-family: arial;
  font-size: 14px;
  line-height: 11px;
}
.team .center .left .xian {
  width: 440px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}
.team .center .left p {
  margin-top: 19px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
}
.team .center .left .dh {
  margin-top: 42px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 63px;
  font-size: 16px;
  color: #fff;
  background: url("../images/dh3.png") no-repeat left center;
  float: left;
}
.team .center .left .dh i {
  font-family: arial;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
.team .center .left .mo {
  display: block;
  width: 175px;
  height: 48px;
  background-color: #fafafa;
  float: right;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ba192a;
  margin-top: 38px;
}
.team .center .tu {
  width: 960px;
  height: 520px;
  float: right;
  margin: 20px -320px 0 0;
}
.team .center .tu img {
  width: 100%;
  height: 100%;
}
.team .con {
  width: 1300px;
  margin: 80px auto 0;
}
.team .con .le {
  width: 540px;
}
.team .con .le h3 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #ba192a;
}
.team .con .le .jie {
  margin-top: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 36px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 16px;
}
.team .con .le span {
  display: block;
  margin: 50px 0 52px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #ba192a;
}
.team .con .le img {
  width: 100%;
  height: 400px;
}
.team .con .ri {
  width: 650px;
}
.team .con .ri h3 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #ba192a;
  margin-bottom: 22px;
}
.team .con .ri p {
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 15px;
  background: url(../images/fw.png) no-repeat left 6px;
  color: #808080;
  margin-bottom: 17px;
}
.team .con .ri img {
  width: 100%;
  height: 400px;
  margin-top: 27px;
}
.honor {
  width: 100%;
  height: 550px;
}
.honor .picScroll-left {
  width: 100%;
  position: relative;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 0 37px;
}
.honor .picScroll-left .prev {
  width: 50px;
  height: 50px;
  background: url("../images/jt1.png") no-repeat center;
  display: block;
  position: absolute;
  top: 115px;
  left: -90px;
  z-index: 999;
}
.honor .picScroll-left .next {
  width: 50px;
  height: 50px;
  background: url("../images/jt2.png") no-repeat center;
  display: block;
  position: absolute;
  top: 115px;
  right: -90px;
  z-index: 999;
}
.honor .picScroll-left .bd {
  overflow: hidden;
}
.honor .picScroll-left .bd li {
  width: 205px;
  float: left;
  text-align: center;
  margin-right: 50px;
}
.honor .picScroll-left .bd li .tu {
  width: 205px;
  height: 280px;
  background: url("../images/ryzz.png") no-repeat center;
  box-sizing: border-box;
  padding: 12px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.honor .picScroll-left .bd li .tu img {
  width: 100%;
  height: 100%;
}
.honor .picScroll-left .bd li .ti {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 27px;
}
.honor .picScroll-left .bd li .ti a {
  color: #333;
}
.about {
  width: 100%;
  height: 844px;
  background: url("../images/bg4.jpg") no-repeat center;
  padding-top: 90px;
  box-sizing: border-box;
}
.about .le {
  width: 890px;
  height: 600px;
  margin: 73px 0 0 -240px;
}
.about .le img {
  width: 100%;
  height: 100%;
}
.about .ri {
  width: 573px;
  text-align: right;
}
.about .ri span {
  display: block;
  font-family: arial;
  font-size: 46px;
  line-height: 35px;
  font-weight: 900;
  color: #ffffff;
  opacity: 0.1;
}
.about .ri p {
  margin: 32px 0 95px;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
}
.about .ri h3 {
  font-size: 30px;
  line-height: 29px;
  font-weight: bold;
  color: #fff;
}
.about .ri h3 a {
  color: #fff;
}
.about .ri .jie {
  margin: 40px 0 92px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b5b5b5;
  font-size: 16px;
}
.about .ri .yy {
  width: 311px;
  height: 217px;
  float: left;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 16px;
}
.about .ri .yy img {
  width: 100%;
  height: 100%;
}
.about .ri ul {
  float: right;
  width: 200px;
  margin-top: 21px;
}
.about .ri ul li.on {
  background: #ba192a url(../images/g11.png) no-repeat 38px center;
}
.about .ri ul li.on a {
  color: #fff;
}
.about .ri ul li:nth-child(2) {
  background: #fff url(../images/g2.png) no-repeat 38px center;
}
.about .ri ul li:nth-child(2).on {
  background: #ba192a url(../images/g21.png) no-repeat 38px center;
}
.about .ri ul li {
  margin-bottom: 35px;
  line-height: 70px;
  height: 70px;
  background: #fff url(../images/g1.png) no-repeat 38px center;
  box-sizing: border-box;
  padding-left: 88px;
  text-align: left;
  font-size: 18px;
  transition: 0.5s;
  color: #333;
}
.about .ri ul li a {
  color: #333;
  transition: 0.3s;
}
.news {
  width: 100%;
  height: 667px;
  padding-top: 80px;
  box-sizing: border-box;
}
.news .slideTxtBox1 {
  width: 740px;
  margin-top: 50px;
  float: left;
}
.news .slideTxtBox1 .hd {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #e6e6e6;
}
.news .slideTxtBox1 .hd ul {
  float: left;
  width: 385px;
  box-sizing: border-box;
  padding-left: 45px;
  background: url("../images/ti2.png") no-repeat left center;
}
.news .slideTxtBox1 .hd ul li.on a {
  color: #ba192a;
}
.news .slideTxtBox1 .hd ul li {
  float: left;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  transition: 0.3s;
  margin-right: 40px;
}
.news .slideTxtBox1 .hd ul li a {
  color: #333;
  transition: 0.3s;
}
.news .slideTxtBox1 .hd .mo {
  display: block;
  float: right;
  line-height: 24px;
  color: #cccccc;
  font-size: 14px;
}
.news .slideTxtBox1 .bd {
  width: 100%;
  margin-top: 31px;
}
.news .slideTxtBox1 .bd .yi:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bd .yi:hover .zi .ti a {
  color: #ba192a;
}
.news .slideTxtBox1 .bd .yi {
  width: 100%;
  height: 168px;
  border-bottom: 1px solid #f5f5f5;
}
.news .slideTxtBox1 .bd .yi .tu {
  width: 180px;
  height: 140px;
  float: left;
  overflow: hidden;
}
.news .slideTxtBox1 .bd .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .slideTxtBox1 .bd .yi .zi {
  width: 526px;
  float: right;
  margin-top: 16px;
}
.news .slideTxtBox1 .bd .yi .zi .ti {
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news .slideTxtBox1 .bd .yi .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .yi .zi span {
  display: block;
  color: #808080;
  margin: 16px 0 20px;
  font-size: 12px;
  line-height: 10px;
}
.news .slideTxtBox1 .bd .yi .zi .jie {
  line-height: 28px;
  letter-spacing: 0px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.news .slideTxtBox1 .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6px;
}
.news .slideTxtBox1 .bd ul li:hover a {
  background: url("../images/ti4.png") no-repeat left center;
  color: #ba192a;
}
.news .slideTxtBox1 .bd ul li {
  width: 354px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.news .slideTxtBox1 .bd ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #ba192a;
}
.news .slideTxtBox1 .bd ul li:hover:before {
  width: 100%;
}
.news .slideTxtBox1 .bd ul li a {
  display: block;
  float: left;
  width: 260px;
  box-sizing: border-box;
  padding-left: 23px;
  background: url("../images/ti3.png") no-repeat left center;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d4d4d;
  font-size: 14px;
}
.news .slideTxtBox1 .bd ul li span {
  display: block;
  color: #999999;
  float: right;
  font-size: 12px;
  line-height: 60px;
}
.news .right {
  width: 495px;
  margin-top: 50px;
  float: right;
}
.news .right .biao {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #e6e6e6;
}
.news .right .biao p {
  width: 385px;
  box-sizing: border-box;
  padding-left: 45px;
  background: url("../images/ti2.png") no-repeat left center;
  float: left;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #ba192a;
  transition: 0.3s;
  margin-right: 40px;
}
.news .right .biao .mo {
  display: block;
  float: right;
  line-height: 24px;
  color: #cccccc;
  font-size: 14px;
}
.news .right li.on {
  background-color: #ba192a;
  border: 1px solid #ba192a;
}
.news .right li.on .ti {
  color: #fff;
}
.news .right li.on .ti a {
  color: #fff;
}
.news .right li.on .jie {
  color: #fff;
}
.news .right li.on .jie i {
  background: #fff;
  color: #ba192a;
}
.news .right li:last-child {
  margin: 0;
}
.news .right li {
  width: 100%;
  height: 120px;
  background-color: #fafafa;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 25px 25px 0 32px;
  margin-bottom: 15px;
  transition: 0.5s;
}
.news .right li .ti {
  width: 100%;
  position: relative;
  height: 19px;
  line-height: 19px;
  box-sizing: border-box;
  padding-left: 29px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .right li .ti i {
  display: block;
  width: 19px;
  height: 19px;
  background-color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news .right li .ti a {
  color: #333;
  transition: 0.3s;
}
.news .right li .jie {
  margin-top: 13px;
  position: relative;
  line-height: 24px;
  letter-spacing: 0px;
  color: #808080;
  box-sizing: border-box;
  padding-left: 29px;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .right li .jie i {
  display: block;
  width: 19px;
  height: 19px;
  background-color: #ba192a;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0px;
}
.yqlj {
  width: 100%;
  height: 182px;
  padding-top: 79px;
  box-sizing: border-box;
}
.yqlj .ti {
  float: left;
  letter-spacing: 1.5px;
  color: #ba192a;
  line-height: 23px;
  font-weight: bold;
  font-size: 30px;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #ba192a;
}
.yqlj li {
  margin-left: 40px;
  float: left;
  transition: 0.3s;
  font-size: 14px;
}
.yqlj li a {
  color: #808080;
  transition: 0.3s;
}
