.banner {
  max-height: 720px;
  overflow-y: hidden;
}

.tops {
  padding-top: 80px;
}
.tops h3 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #010101;
}
.tops h3 a {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #010101;
}
.tops .p1 {
  width: 37px;
  height: 1px;
  margin-top: 27px;
  margin-bottom: 20px;
  background-color: #e50112;
}
.tops .p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.tops .p2 > a {
  float: right;
  width: 140px;
  height: 45px;
  background-color: #e50112;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #e80015;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: -10px;
}
.tops .p2 > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e80015;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.tops .p2 > a:hover {
  color: #e80015;
  background-color: #fff;
}
.tops .p2 > a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.tops .left > a {
  width: 140px;
  height: 45px;
  background-color: #e50112;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #e80015;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 40px;
}
.tops .left > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e80015;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.tops .left > a:hover {
  color: #e80015;
  background-color: #fff;
}
.tops .left > a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.pro .center {
  padding-bottom: 30px;
}
.pro .center .tops {
  overflow: hidden;
}
.pro .center .menu {
  background-color: #f9f9f9;
  width: 444px;
  padding: 0 23px;
  padding-top: 40px;
  float: right;
  overflow: hidden;
}
.pro .center .menu a {
  display: block;
  float: left;
  width: 170px;
  height: 65px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  text-align: center;
  margin: 0 25px;
  background-color: #f9f9f9;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 65px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.7s;
}
.pro .center .menu a:hover {
  color: #fff;
}
.pro .center .menu a:hover {
  background: url('../images/pro2.jpg') no-repeat center;
}
.pro .center ul {
  overflow: hidden;
  width: 1230px;
}
.pro .center ul li {
  width: 380px;
  float: left;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
  border-bottom: #ddd 1px solid;
}
.pro .center 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: #e80015;
}
.pro .center ul li:hover:before {
  width: 100%;
}
.pro .center ul li .img {
  width: 380px;
  height: 300px;
  display: block;
}
.pro .center ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.pro .center ul li .a1 {
  display: block;
  padding-right: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.7s;
  background: center;
}
.pro .center ul li:hover .a1 {
  color: #e80015;
  background: url('../images/pro1.png') no-repeat center;
  background-position-x: 348px;
}
.case {
  background-color: #f6f6f6;
  padding-bottom: 70px;
}
.case .picScroll {
  width: 1432px;
  margin: 0 auto;
  margin-top: 65px;
  overflow: hidden;
}
.case .picScroll .bd li {
  width: 340px;
  background-color: #fff;
  margin-right: 26px;
}
.case .picScroll .bd li .img {
  width: 340px;
  height: 240px;
  display: block;
}
.case .picScroll .bd li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.case .picScroll .bd li .text {
  padding: 0 15px;
}
.case .picScroll .bd li .text .aq {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 59px;
  letter-spacing: 0px;
  color: #666666;
  border-bottom: #ddd 1px solid;
  transition: 0.7s;
}
.case .picScroll .bd li .text .a2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.7s;
  display: block;
  background: url('../images/case.png') no-repeat center;
  background-position-x: 280px;
}
.case .picScroll .bd li:hover .text .aq {
  color: #e80015;
  border-bottom: #e80015 1px solid;
}
.case .picScroll .bd li:hover .text .a2 {
  color: #e80015;
}
.about .center {
  overflow: hidden;
  padding-bottom: 90px;
}
.about .center .tops {
  margin-bottom: 80px;
}
.about .center .left {
  width: 525px;
  height: 403px;
  padding-right: 16px;
  padding-bottom: 20px;
  background: url('../images/ab.jpg') no-repeat center;
  background-position-x: 16px;
  background-position-y: 20px;
  overflow: hidden;
  position: relative;
}
.about .center .left .prev {
  width: 46px;
  height: 58px;
  position: relative;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 16px;
  border-right: 20 16px solid;
  background-color: #e50112;
  outline: none;
  cursor: pointer;
  z-index: 99999999999;
}
.about .center .left .prev img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .center .left .next {
  width: 46px;
  height: 58px;
  position: relative;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 62px;
  border-right: 20 62px solid;
  background-color: #e50112;
  outline: none;
  cursor: pointer;
  z-index: 99999999999;
}
.about .center .left .next img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .center .left .bd {
  overflow: hidden;
}
.about .center .left .bd li {
  float: left;
  width: 525px;
  height: 403px;
}
.about .center .left .bd li .img {
  width: 525px;
  height: 403px;
  display: block;
}
.about .center .left .bd li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.about .center .left .bd li .img_a{
  height: 45px;
    line-height: 45px;
    background: rgba(255,255,255,0.5);
    margin-top: -45px;
    position: relative;
    z-index: 2;
	display:block;
	padding-left:30px;
	transition:0.3s;
}
.about .center .left .bd li:hover .img_a{
	background: rgba(255,255,255,1);
}
.about .center .right {
  width: 580px;
}
.about .center .right .p1 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #333333;
}
.about .center .right .p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.about .center .right .p3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .center .right > a {
  width: 140px;
  height: 45px;
  background-color: #e50112;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #e80015;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 40px;
}
.about .center .right > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e80015;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .center .right > a:hover {
  color: #e80015;
  background-color: #fff;
}
.about .center .right > a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.see {
  background: url('../images/see.jpg') no-repeat center;
  background-position-y: 0px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.see .center .tops {
  height: 220px;
}
.see .center .tops h3 {
  color: #fff;
  margin-bottom: 20px;
}
.see .center .tops p {
  color: #fff;
}
.see .center ul {
  margin-top: 56px;
  overflow: hidden;
  width: 1230px;
}
.see .center ul li {
  width: 570px;
  background-color: #fff;
  float: left;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.see .center ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e80015;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.see .center ul li:hover,
.see .center ul li:focus,
.see .center ul li:active {
  color: white;
}
.see .center ul li:hover:before,
.see .center ul li:focus:before,
.see .center ul li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.see .center ul li .img {
  width: 180px;
  height: 130px;
  float: left;
  display: block;
}
.see .center ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.see .center ul li .text {
  float: right;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  width: 352px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-right: 15px;
  margin-top: 10px;
  transition: 0.7s;
  height: 120px;
}
.see .center ul li .text a{
	display:block;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:45px;
	border-bottom: 1px dashed #dedede;
}
.see .center ul li:hover .text a{
	color:#fff;
}
.see .center ul li:hover .text {
  color: #fff;
}
.news .center {
  overflow: hidden;
  margin-bottom: 70px;
}
.news .center .tops {
  text-align: center;
  margin-bottom: 50px;
}
.news .center .tops .p1 {
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 20px;
}
.news .center .t {
  overflow: hidden;
}
.news .center .t .img {
  width: 730px;
  height: 425px;
  display: block;
  float: left;
}
.news .center .t .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.news .center .t .text {
  background-color: #f6f6f6;
  float: right;
  width: 450px;
  padding: 0 65px;
  margin-left: -122px;
  margin-top: 51px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.news .center .t .text .a1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.7s;
}
.news .center .t .text .a1:hover {
  color: #e80015;
}
.news .center .t .text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .center .t .text .a2 {
  width: 140px;
  height: 45px;
  background-color: #e50112;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #e80015;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 30px;
}
.news .center .t .text .a2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e80015;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.news .center .t .text .a2:hover {
  color: #e80015;
  background-color: #fff;
}
.news .center .t .text .a2:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .center ul {
  overflow: hidden;
  width: 1260px;
}
.news .center ul li {
  float: left;
  width: 260px;
  margin-right: 55px;
  margin-top: 40px;
}
.news .center ul li .p1 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.news .center ul li .aa {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  transition: 0.7s;
  letter-spacing: 0px;
  color: #666666;
}
.news .center ul li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .center ul li .a1 {
  background: url('../images/case.png') no-repeat center;
  width: 24px;
  height: 5px;
  display: block;
  margin-top: 20px;
  transition: 0.7s;
}
.news .center ul li:hover .aa {
  color: #e80015;
}
.news .center ul li:hover .a1 {
  margin-left: 10px;
}
.ys {
  background: url('../images/ys.jpg') no-repeat center;
  background-position-y: 0px;
  background-color: #f6f6f6;
}
.ys .center .tops {
  padding-top: 120px;
}
.ys .center .tops h3,
.ys .center .tops p {
  color: #fff;
}
.ys .center .tops .p2 {
  color: #fff;
  margin-top: 15px;
}
.ys .center .picScroll {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  padding-bottom: 60px;
}
.ys .center .picScroll .hd {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}
.ys .center .picScroll .hd li {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  opacity: 0.5;
  float: left;
  margin-right: 17px;
  border-radius: 100%;
  transition: 0.7s;
}
.ys .center .picScroll .hd .on {
  background-color: #e80015;
  opacity: 1;
}
.ys .center .picScroll .bd {
  overflow: hidden;
  float: left;
  width: 700px;
}
.ys .center .picScroll .bd .p1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 100px;
}
.ys .center .picScroll .bd .p1 span {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ys .center .picScroll .bd .p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ys .box {
  width: 1180px;
  height: 160px;
  padding-left: 100px;
  padding-right: 80px;
  background-color: #e50112;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 70px;
}
.ys .box .left {
  width: 379px;
  margin-top: 26px;
  padding-left: 30px;
  height: 111px;
  background-color: #e50112;
  border: solid 1px #ffffff;
}
.ys .box .left .p1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.ys .box .left .p2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.ys .box .right {
  width: 769px;
  font-size: 0px;
  padding-top: 25px;
}
.ys .box .right input {
  margin-left: 30px;
  width: 243px;
  height: 49px;
  background-color: #ffffff;
  padding-left: 38px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 49px;
  color: #e50112;
  margin-bottom: 16px;
}
.ys .box .right input::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 49px;
  color: #e50112;
}
.ys .box .right #name {
  background: url('../images/namr.png') no-repeat center;
  background-position-x: 15px;
  background-color: #ffffff;
}
.ys .box .right #tel {
  background: url('../images/tel.png') no-repeat center;
  background-position-x: 15px;
  background-color: #ffffff;
}
.ys .box .right #contant {
  background: url('../images/ly.png') no-repeat center;
  background-position-x: 15px;
  background-color: #ffffff;
}
.ys .box .right #codeText {
  padding-left: 20px;
  width: 261px;
}
.ys .box .right #imgCode {
  display: inline-block;
  background-color: #ccc;
  width: 100px;
  margin-left: -105px;
  height: 40px;
  vertical-align: top;
  margin-top: 5px;
}
.ys .box .right #btn {
  width: 92px;
  height: 92px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 92px;
  letter-spacing: 0px;
  color: #e50112;
  outline: none;
  cursor: pointer;
  position: relative;
  float: right;
  margin-top: 10px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.1), 0 0 0 10px rgba(225, 225, 225, 0.1), 0 0 0 20px rgba(225, 225, 225, 0.1), 0 0 0 30px rgba(225, 225, 225, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(225, 225, 225, 0.1), 0 0 0 20px rgba(225, 225, 225, 0.1), 0 0 0 40px rgba(225, 225, 225, 0.1), 0 0 0 60px rgba(225, 225, 225, 0);
  }
}
.ys .box .right #btn span {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  animation: ripple 0.6s linear infinite;
  border-radius: 50px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ys .box .right .l {
  float: left;
  width: 623px;
}
