.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner {
  width: 100%;
  margin: 0 auto;
  height: 750px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.banner .fullSlide {
  width: 100%;
  position: relative;
  height: 100%;
  background: transparent;
}
.banner .fullSlide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .fullSlide .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 750px;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .slideNav a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -136px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
.banner .fullSlide .slideNav a.next {
  right: 10%;
  background-position: -6px -137px;
}
.banner .fullSlide .slideNav a.next:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide .slideNav a.prev {
  left: 10%;
  background-position: -126px -137px;
}
.banner .fullSlide .slideNav a.prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide:hover .slideNav a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search {
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px #dcdcdc solid;
}
.search .searchRL {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  float: left;
}
.search .searchR {
  float: right;
  margin-top: 10px;
}
.search .searchR .searchInp {
  width: 260px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #da251c;
  float: left;
}
.search .searchR .submitBtn {
  float: left;
  margin-left: 2px;
  background: #da251c url(../images/searchico.png) center center no-repeat;
  border: none;
  height: 40px;
  padding: 0;
  cursor: pointer;
  width: 40px;
}
.pro {
  padding: 50px 0 50px;
  background: #fff url(../images/probg.png) center bottom no-repeat;
}
.pro .title {
  width: 1180px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  height: 94px;
  background: url(../images/titline.png) center bottom no-repeat;
}
.pro .title h3 {
  color: #da251c;
  font-size: 26px;
}
.pro .title h3 span {
  color: #a4a4a4;
  font-size: 20px;
  display: block;
  margin-top: 34px;
  text-transform: uppercase;
}
.pro .proNav {
  margin-top: 20px;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  height: 26px;
  line-height: 26px;
  padding: 15px 0;
}
.pro .proNav ul li {
  float: left;
  width: 190px;
  margin-right: 20px;
}
.pro .proNav ul li a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a4a4a4;
  padding-left: 30px;
  background: url(../images/pronavA.png) left center no-repeat;
}
.pro .proNav ul li a:hover {
  background: url(../images/pronavAH.png) left center no-repeat;
  color: #da251c;
}
.pro .proNav ul li.more {
  float: right;
  width: 130px;
  margin-right: 0;
}
.pro .proSlide {
  margin-top: 20px;
  height: 640px;
  overflow: hidden;
}
.pro .proSlide .hd {
  text-align: center;
  height: 40px;
}
.pro .proSlide .hd ul li {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  margin: 0 10px;
  background: #393939;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.pro .proSlide .hd ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 17px;
}
.pro .proSlide .hd ul li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 17px;
  right: 10px;
}
.pro .proSlide .hd ul li.on {
  background: #da251c;
}
.pro .proSlide .bd {
  height: 600px;
}
.pro .proSlide .bd ul {
  margin: 0 -10px;
  height: 600px;
}
.pro .proSlide .bd ul li {
  margin: 20px 10px 0;
  width: 380px;
  height: 280px;
  position: relative;
  float: left;
}
.pro .proSlide .bd ul li .pic img {
  width: 380px;
  height: 280px;
  display: block;
}
.pro .proSlide .bd ul li h5 {
  position: absolute;
  width: 200px;
  height: 40px;
  left: 50%;
  margin-left: -100px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pro .proSlide .bd ul li h5 a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.pro .proSlide .bd ul li h5:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 17px;
}
.pro .proSlide .bd ul li h5:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 17px;
  right: 10px;
}
.pro .proSlide .bd ul li:hover h5 {
  bottom: 120px;
}
.pro .proSlide .bd ul li:hover h5 a {
  background: #da251c;
}
.youshi {
  height: 947px;
  background: #fff url(../images/ysbg.jpg) center top no-repeat;
}
.youshi .ysBox {
  margin-left: 452px;
  color: #fff;
  width: 654px;
}
.youshi .ysBox .title {
  padding-top: 55px;
}
.youshi .ysBox .title h4 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.youshi .ysBox .title h3 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.youshi .ysBox .title .titLine {
  width: 170px;
  height: 2px;
  margin-top: 30px;
  background: #393939;
  display: block;
}
.youshi .ysBox .ysSlide {
  margin-top: 30px;
  position: relative;
  height: 530px;
}
.youshi .ysBox .ysSlide .bd ul li {
  height: 530px;
}
.youshi .ysBox .ysSlide .bd ul li .pic {
  width: 510px;
  height: 340px;
  border: 10px #fff solid;
}
.youshi .ysBox .ysSlide .bd ul li .pic img {
  width: 510px;
  height: 340px;
  display: block;
}
.youshi .ysBox .ysSlide .bd ul li .txt h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-top: 38px;
}
.youshi .ysBox .ysSlide .bd ul li .txt .line {
  width: 100px;
  height: 1px;
  margin-top: 18px;
  background: #fff;
}
.youshi .ysBox .ysSlide .bd ul li .txt p {
  font-size: 14px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
}
.youshi .ysBox .ysSlide .ysHd span {
  width: 40px;
  height: 80px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 552px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.youshi .ysBox .ysSlide .ysHd .prev {
  background: url(../images/arrowtop.png) 0 0 no-repeat;
  top: 70px;
}
.youshi .ysBox .ysSlide .ysHd .prev:hover {
  background: url(../images/arrowtopOn.png) 0 0 no-repeat;
}
.youshi .ysBox .ysSlide .ysHd .next {
  background: url(../images/arrowbottom.png) 0 0 no-repeat;
  top: 210px;
}
.youshi .ysBox .ysSlide .ysHd .next:hover {
  background: url(../images/arrowbottomOn.png) 0 0 no-repeat;
}
.liucheng {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  height: 118px;
}
.liucheng .item {
  width: 110px;
  text-align: center;
  position: absolute;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.liucheng .item img {
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.liucheng .item h5 {
  font-style: italic;
  font-size: 24px;
  color: #da251c;
  line-height: 1;
  margin-top: 10px;
}
.liucheng .item p {
  margin-top: 8px;
  border-top: 1px #3e4248 solid;
  border-bottom: 1px #3e4248 solid;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #3e4248;
}
.liucheng .item:hover {
  margin-top: -10px;
}
.liucheng .item:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.liucheng .item1 {
  top: -93px;
  left: 0;
}
.liucheng .item2 {
  top: -140px;
  left: 215px;
}
.liucheng .item3 {
  top: -120px;
  left: 430px;
}
.liucheng .item4 {
  top: -25px;
  left: 640px;
}
.liucheng .item5 {
  top: 40px;
  left: 855px;
}
.liucheng .item6 {
  top: 65px;
  left: 1070px;
}
.case {
  padding: 208px 0 50px;
  background: url(../images/casebg.jpg) center top no-repeat;
}
.case .title {
  width: 1180px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  height: 94px;
  background: url(../images/titline.png) center bottom no-repeat;
}
.case .title h3 {
  color: #da251c;
  font-size: 26px;
}
.case .title h3 span {
  color: #a4a4a4;
  font-size: 20px;
  display: block;
  margin-top: 34px;
  text-transform: uppercase;
}
.case .caseBox {
  height: 600px;
}
.case .caseBox ul {
  margin: 0 -10px;
}
.case .caseBox ul li {
  margin: 20px 10px 0;
  width: 380px;
  height: 280px;
  position: relative;
  float: left;
  overflow: hidden;
}
.case .caseBox ul li .pic img {
  width: 380px;
  height: 280px;
  display: block;
}
.case .caseBox ul li h5 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #393939;
}
.case .caseBox ul li h5 a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.case .caseBox ul li h5:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 100ms;
}
.case .caseBox ul li h5:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 17px;
  right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 100ms;
}
.case .caseBox ul li .plus {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 155px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 200ms;
}
.case .caseBox ul li .plus img {
  display: block;
  width: 70px;
  height: 70px;
}
.case .caseBox ul li:hover h5 {
  height: 280px;
  bottom: 0;
  background: rgba(215, 50, 64, 0.8);
}
.case .caseBox ul li:hover h5 a {
  margin-top: 170px;
  font-size: 16px;
}
.case .caseBox ul li:hover h5:before {
  left: -10px;
}
.case .caseBox ul li:hover h5:after {
  right: -10px;
}
.case .caseBox ul li:hover .plus {
  top: 80px;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center top no-repeat;
  color: #fff;
  line-height: 1;
  height: 300px;
}
.mbanner1 .mbanBox {
  width: 1180px;
  margin: 0 auto;
}
.mbanner1 .mbanBox .mbanL {
  float: left;
  width: 500px;
  margin-left: 300px;
}
.mbanner1 .mbanBox .mbanL h4 {
  font-size: 18px;
  padding-top: 62px;
  color: #fff;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  text-transform: uppercase;
}
.mbanner1 .mbanBox .mbanL h5 {
  margin-top: 6px;
  font-size: 30px;
  color: #fff;
}
.mbanner1 .mbanBox .mbanL .txt {
  background: url(../images/mbannerTxt.png) left top no-repeat;
  height: 99px;
  margin-top: 20px;
}
.mbanner1 .mbanBox .mbanL .txt h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 1px;
  margin-left: 9px;
}
.mbanner1 .mbanBox .mbanL .txt p {
  line-height: 50px;
  font-size: 26px;
  text-align: center;
}
.mbanner1 .mbanBox .mbanR {
  width: 160px;
  float: right;
  margin-top: 82px;
  padding-left: 78px;
  line-height: 1;
  background: url(../images/bannerTel.png) left top no-repeat;
}
.mbanner1 .mbanBox .mbanR h5 {
  font-size: 14px;
  margin-top: 13px;
}
.mbanner1 .mbanBox .mbanR h6 {
  font-size: 26px;
  margin-top: 4px;
}
.mbanner1 .mbanBox .mbanR p {
  margin-top: 18px;
}
.mbanner1 .mbanBox .mbanR p a {
  display: block;
  text-align: center;
  border: 1px #fff solid;
  position: relative;
  top: 0;
  padding: 4px;
}
.mbanner1 .mbanBox .mbanR p a span {
  background: #fff;
  display: block;
  line-height: 50px;
  height: 50px;
  color: #da251c;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mbanner1 .mbanBox .mbanR p a:hover {
  border-color: #da251c;
  top: 5px;
}
.mbanner1 .mbanBox .mbanR p a:hover span {
  background: #da251c;
  color: #fff;
}
.about {
  background: #fff;
  padding: 50px 0;
}
.about .aboutBox {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.about .aboutBox .aboutPic {
  width: 600px;
  height: 420px;
  border: 15px #393939 solid;
}
.about .aboutBox .aboutPic img {
  width: 600px;
  height: 420px;
  display: block;
}
.about .aboutBox .aboutTxt {
  background: url(../images/aboutTxt.png) center top no-repeat;
  position: absolute;
  width: 470px;
  height: 220px;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.05);
  top: 50px;
  right: 0;
  padding: 50px 100px 50px 60px;
}
.about .aboutBox .aboutTxt h4 {
  line-height: 1;
  font-size: 24px;
}
.about .aboutBox .aboutTxt h4 a {
  color: #da251c;
}
.about .aboutBox .aboutTxt h4:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 15px;
  background: #000;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  height: 1px;
}
.about .aboutBox .aboutTxt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
  font-size: 14px;
  margin-top: 25px;
}
.about .aboutBox .aboutTxt .aboutLink {
  display: block;
  width: 170px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  background: #da251c;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 13px;
}
.about .aboutSlide {
  width: 1050px;
  margin: 0 auto;
  margin-top: 50px;
}
.about .aboutSlide .zsHd {
  text-align: center;
  height: 40px;
}
.about .aboutSlide .zsHd li {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 10px;
  height: 40px;
  width: 150px;
  background: #393939;
  color: #fff;
}
.about .aboutSlide .zsHd li.on {
  background: #da251c;
}
.about .aboutSlide .imgCont {
  margin: 20px auto 0;
  height: 240px;
  width: 1038px;
  position: relative;
}
.about .aboutSlide .imgCont ul li {
  margin: 0 10px 0;
  width: 326px;
  height: 240px;
  position: relative;
  float: left;
  overflow: hidden;
}
.about .aboutSlide .imgCont ul li .pic img {
  width: 326px;
  height: 240px;
  display: block;
}
.about .aboutSlide .imgCont ul li h5 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #393939;
}
.about .aboutSlide .imgCont ul li h5 a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.about .aboutSlide .imgCont ul li h5:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 100ms;
}
.about .aboutSlide .imgCont ul li h5:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 17px;
  right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 100ms;
}
.about .aboutSlide .imgCont ul li .plus {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 128px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transition-delay: 200ms;
}
.about .aboutSlide .imgCont ul li .plus img {
  display: block;
  width: 70px;
  height: 70px;
}
.about .aboutSlide .imgCont ul li:hover h5 {
  height: 280px;
  bottom: 0;
  background: rgba(215, 50, 64, 0.8);
}
.about .aboutSlide .imgCont ul li:hover h5 a {
  margin-top: 190px;
  font-size: 16px;
}
.about .aboutSlide .imgCont ul li:hover h5:before {
  left: -10px;
}
.about .aboutSlide .imgCont ul li:hover h5:after {
  right: -10px;
}
.about .aboutSlide .imgCont ul li:hover .plus {
  top: 60px;
}
.about .aboutSlide .imgCont .inHd span {
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
}
.about .aboutSlide .imgCont .inHd .prev {
  background: url(../images/arrowL.png) 0 0 no-repeat;
  left: -70px;
}
.about .aboutSlide .imgCont .inHd .prev:hover {
  background: url(../images/arrowLH.png) 0 0 no-repeat;
}
.about .aboutSlide .imgCont .inHd .next {
  background: url(../images/arrowR.png) 0 0 no-repeat;
  right: -70px;
}
.about .aboutSlide .imgCont .inHd .next:hover {
  background: url(../images/arrowRH.png) 0 0 no-repeat;
}
.news {
  background: #fafafa url(../images/newsbg.png) center bottom no-repeat;
  padding: 50px 0 75px;
}
.news .title {
  width: 1180px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  height: 94px;
  background: url(../images/titline.png) center bottom no-repeat;
}
.news .title h3 {
  color: #da251c;
  font-size: 26px;
}
.news .title h3 span {
  color: #a4a4a4;
  font-size: 20px;
  display: block;
  margin-top: 34px;
  text-transform: uppercase;
}
.news .newsSlide {
  margin-top: 20px;
}
.news .newsSlide .newsHd {
  text-align: center;
  height: 40px;
}
.news .newsSlide .newsHd a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 10px;
  height: 40px;
  width: 150px;
  background: #393939;
  color: #fff;
}
.news .newsSlide .newsHd a.on {
  background: #da251c;
}
.news .newsSlide .bd {
  margin-top: 15px;
}
.news .newsSlide .bd ul li {
  height: 698px;
}
.news .newsSlide .bd ul li .picItem {
  height: 458px;
  width: 590px;
  overflow: hidden;
  position: relative;
  float: left;
}
.news .newsSlide .bd ul li .picItem img {
  display: block;
  height: 458px;
  width: 590px;
}
.news .newsSlide .bd ul li .picItem .txt {
  background: #fff;
  position: absolute;
  top: 0;
  height: 0;
  width: 450px;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0 70px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.news .newsSlide .bd ul li .picItem .txt h4 {
  margin-top: 92px;
  font-size: 22px;
  line-height: 1;
  background: url(../images/li.png) no-repeat center bottom;
  height: 52px;
}
.news .newsSlide .bd ul li .picItem .txt h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsSlide .bd ul li .picItem .txt h4 a:hover {
  color: #da251c;
}
.news .newsSlide .bd ul li .picItem .txt h5 {
  font-size: 14px;
  color: #d8d8d8;
  margin-top: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.news .newsSlide .bd ul li .picItem .txt p {
  font-size: 14px;
  color: #9a9a9a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 33px;
  height: 99px;
  margin-top: 30px;
}
.news .newsSlide .bd ul li .picItem .date {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #da251c;
  color: #fff;
  font-size: 16px;
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -75px;
}
.news .newsSlide .bd ul li .picItem:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.news .newsSlide .bd ul li .picItem:hover .txt {
  height: 458px;
}
.news .newsSlide .bd ul .newsList {
  margin: 0 -5px;
  clear: both;
}
.news .newsSlide .bd ul .newsList p {
  width: 500px;
  float: left;
  margin: 10px 5px 0;
  height: 50px;
  line-height: 50px;
  background: #fff url(../images/li.png) 10px center no-repeat;
  padding: 0 10px 0 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.news .newsSlide .bd ul .newsList p a {
  color: #9a9a9a;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  position: relative;
  left: 0;
}
.news .newsSlide .bd ul .newsList p a:hover {
  left: 5px;
}
.news .newsSlide .bd ul .newsList p span {
  color: #c3c3c3;
  float: right;
}
.news .newsSlide .bd ul .newsList p:hover {
  background: #da251c url(../images/liH.png) 10px center no-repeat;
}
.news .newsSlide .bd ul .newsList p:hover a {
  color: #fff;
}
.news .newsSlide .bd ul .newsList p:hover span {
  color: #fff;
}
.links {
  width: 100%;
  height: 25px;
  position: relative;
  background: #333436;
}
.links .title {
  font-size: 16px;
  width: 60px;
  line-height: 40px;
  height: 40px;
  background: #da251c;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-transform: uppercase;
  z-index: 3;
  top: -20px;
}
.links .linksBox {
  width: 1140px;
  background: #fff;
  position: absolute;
  height: 50px;
  line-height: 50px;
  left: 50%;
  margin-left: -590px;
  margin-top: -25px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
}
.links .linksBox a {
  display: block;
  padding-left: 20px;
  color: #9a9a9a;
  width: 110px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links .linksBox a:hover {
  color: #da251c;
}
.links .linksBox a:nth-child(5) {
  margin-left: 100px;
}
