.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner {
  width: 100%;
  height: 850px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  display: none;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.banner .nivoSlider a {
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner .nivo-controlNav-bg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 44px;
  z-index: 100;
}
.banner .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 101;
  text-align: center;
  font-size: 0;
}
.banner .nivo-controlNav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 0 8px;
  border-radius: 20px;
  cursor: pointer;
  background: #fbf8ef;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .nivo-controlNav a.active {
  background: #de1313;
}
.banner .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.banner .nivo-prevNav {
  left: 0px;
}
.banner .nivo-nextNav {
  right: 0px;
}
.banner .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}
.banner a.nivo-nextNav {
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBr.png) center center no-repeat;
  right: 50%;
  margin-right: -640px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -640px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
@media (min-width: 1460px) {
  .banner a.nivo-nextNav {
    margin-right: -720px;
  }
  .banner a.nivo-prevNav {
    margin-left: -720px;
  }
}
@media (min-width: 1680px) {
  .banner a.nivo-nextNav {
    margin-right: -800px;
  }
  .banner a.nivo-prevNav {
    margin-left: -800px;
  }
}
.banner .nivo-caption {
  display: none !important;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;
}
.banner .nivoSlider {
  position: relative;
}
.banner .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}
.banner .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.banner .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.banner .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.banner .nivo-html-caption {
  display: none;
}
.top {
  position: relative;
  height: 64px;
  z-index: 6;
}
.top .inContent {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 128px;
  background: #fff url(../images/topline.png) center center no-repeat;
  box-shadow: 0px 2px 20px rgba(13, 4, 8, 0.1);
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  padding: 22px 0 0;
}
.top .slogan {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 378px;
  padding-left: 48px;
  padding-top: 14px;
  line-height: 1;
}
.top .slogan .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #de1313;
}
.top .slogan .t2 {
  font-size: 15px;
  margin-top: 17px;
}
.top .search {
  float: left;
  width: 300px;
  padding: 0 72px;
  border-left: 1px #b8b8ba dashed;
  border-right: 1px #b8b8ba dashed;
  height: 76px;
  text-align: right;
}
.top .search .xunpan {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  background: url(../images/topxp.png) left center no-repeat;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.top .search .xunpan i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-color: #de1313;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
}
.top .search .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #de1313;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(222, 19, 19, 0.15);
}
.top .search .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #de1313;
}
.top .search .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.top .search .searchBox {
  margin-top: 8px;
  height: 30px;
  border: solid 1px #cccccc;
}
.top .search .searchBox .searchInp {
  width: 254px;
  height: 30px;
  border: none;
  border-right: none;
  line-height: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}
.top .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
}
.top .search .searchBox .submitBtn {
  background: url(../images/searchico.png) left center no-repeat;
  border: none;
  color: #fff;
  width: 44px;
  height: 30px;
  cursor: pointer;
  float: right;
}
.top .search .searchBox .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top .tel {
  width: 330px;
  float: right;
  padding-top: 8px;
}
.top .tel .t1 {
  line-height: 1;
}
.top .tel .t2 {
  margin-top: 12px;
  height: 33px;
  line-height: 33px;
  padding-left: 44px;
  font-size: 30px;
  color: #de1313;
  background: url(../images/tel.png) 0 center no-repeat;
}
.title {
  text-align: center;
  line-height: 1;
  background: url(../images/titbg.png) center bottom no-repeat;
  padding-bottom: 33px;
}
.title .en {
  font-size: 30px;
  font-weight: bold;
  color: #cccccc;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.title h3 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 16px;
  color: #de1313;
}
.title h3 a {
  color: #de1313;
}
.product {
  padding: 60px 0;
}
.product .inContent {
  margin-top: 40px;
}
.product .proL {
  float: left;
  background-color: #fafafa;
  width: 276px;
  padding-bottom: 25px;
}
.product .proL .tit {
  height: 72px;
  padding-left: 112px;
  background: #de1313 url(../images/proLtit.png) 46px center no-repeat;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding-top: 28px;
  font-size: 24px;
}
.product .proL .tit i {
  font-size: 14px;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
}
.product .proL .proNav {
  padding: 0 25px;
  border-radius: 8px;
  overflow: hidden;
}
.product .proL .proNav ul {
  position: relative;
  z-index: 2;
}
.product .proL .proNav ul li {
  position: relative;
  margin-top: 12px;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #e6e6e6 solid;
}
.product .proL .proNav ul li > a:before {
  content: "";
  width: 7px;
  height: 13px;
  background: url(../images/pronavjt.png) 0 center no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proL .proNav ul li.on:before {
  width: 100%;
}
.product .proL .proNav ul li.on > a {
  color: #de1313;
}
.product .proL .proNav ul li.on > a:before {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  background: url(../images/pronavjth.png) 0 center no-repeat;
  top: 16px;
  right: 14px;
}
.product .proL .proNav ul li .secs {
  overflow: hidden;
  overflow: auto;
}
.product .proL .proNav ul li .secs a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 43px;
  color: #666666;
  position: relative;
  padding: 0 30px 0 0;
  border-bottom: 1px #e6e6e6 dashed;
}
.product .proL .proNav ul li .secs a:before {
  content: "+";
  position: absolute;
  right: 13px;
}
.product .proL .proNav ul li .secs a:hover {
  color: #de1313;
  padding-left: 5px;
}
.product .proR {
  width: 900px;
  float: right;
}
.product .proR .proRtit {
  height: 46px;
  font-size: 0;
  margin-bottom: 6px;
}
.product .proR .proRtit span {
  display: inline-block;
  width: 160px;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #de1313;
  margin-right: 20px;
  color: #de1313;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #de1313, #de1313);
  background-image: linear-gradient(to bottom, #de1313, #de1313);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 100% 0%;
}
.product .proR .proRtit span.on {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.999);
}
.product .proR .list {
  overflow: hidden;
  height: 667px;
}
.product .proR .list ul {
  float: left;
  margin-right: -21px;
}
.product .proR .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .list ul li {
  margin: 20px 20px 0 0;
  width: 287px;
  height: 261px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  background-color: #fcfcfc;
  overflow: hidden;
}
.product .proR .list ul li .pic {
  display: block;
  width: 287px;
  height: 215px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proR .list ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background: rgba(222, 19, 19, 0.7);
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .pic:after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  border: 1px #fff solid;
  left: 50%;
  top: 0;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/proadd.png) center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .bt {
  height: 46px;
  line-height: 46px;
  display: block;
  padding: 0 40px 0 10px;
  position: relative;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proR .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  background: #de1313;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  right: 10px;
  top: 23px;
  width: 15px;
  height: 1px;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.product .proR .list ul li .bt:after {
  content: "";
  display: block;
  position: absolute;
  background: #de1313;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 15px;
  height: 1px;
  right: 10px;
  top: 23px;
}
.product .proR .list ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.product .proR .list ul li:hover .pic:before {
  top: 0;
}
.product .proR .list ul li:hover .pic:after {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product .proR .list ul li:hover .bt {
  color: #de1313;
}
.product .proR .list ul li:hover .bt:before,
.product .proR .list ul li:hover .bt:after {
  width: 25px;
  height: 1px;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .proR .list ul li.item1,
.product .proR .list ul li.item2 {
  width: 440px;
  height: 366px;
}
.product .proR .list ul li.item1 .pic,
.product .proR .list ul li.item2 .pic {
  width: 440px;
  height: 320px;
}
.product .proR .list ul li.item1 .pic:after,
.product .proR .list ul li.item2 .pic:after {
  width: 78px;
  height: 78px;
  margin-left: -40px;
  margin-top: -40px;
}
.mBanner1 {
  background: url(../images/mBanner1.jpg) center top no-repeat;
  height: 686px;
  line-height: 1;
  color: #de1313;
}
.mBanner1 .text {
  margin-left: 750px;
  padding-top: 301px;
}
.mBanner1 .t1 {
  font-size: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mBanner1 .t2 {
  font-size: 22px;
  margin-top: 19px;
}
.mBanner1 .t3 {
  font-size: 12px;
  margin-top: 18px;
  color: #cccccc;
  text-transform: uppercase;
}
.mBanner1 .line {
  border-top: 1px solid #ee8989;
  height: 1px;
  width: 400px;
  border-bottom: 1px #de1313 solid;
  margin-top: 10px;
}
.mBanner1 .tel {
  margin-top: 32px;
  font-size: 16px;
  color: #4d4d4d;
}
.mBanner1 .tel i {
  font-size: 24px;
  font-weight: bold;
  color: #de1313;
}
.mBanner1 .zxLink {
  display: block;
  width: 140px;
  height: 36px;
  margin-top: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  background-color: #de1313;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.mBanner1 .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #de1313;
  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;
}
.mBanner1 .zxLink:hover {
  color: #de1313;
  background-color: #fff;
}
.mBanner1 .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  height: 620px;
}
.advantage .ysTitle .cn {
  position: absolute;
  height: 500px;
  left: 570px;
  top: -4px;
  width: 36px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 42px;
}
.advantage .ysTitle .cn span {
  color: #de1313;
}
.advantage .ysTitle .en {
  position: absolute;
  left: 620px;
  top: 0;
  height: 500px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 1px;
  color: #cccccc;
  font-family: Arial;
  line-height: 1;
  text-transform: uppercase;
  width: 12px;
  margin-left: 16px;
  font-size: 14px;
}
.advantage .ysBanner .cn {
  position: absolute;
  left: 700px;
  top: 0;
  height: 500px;
  width: 16px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #4d4d4d;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  float: left;
}
.advantage .ysBanner .en2 {
  position: absolute;
  left: 730px;
  top: 0;
  height: 500px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  width: 12px;
  font-family: Arial;
}
.advantage .ysBanner .en {
  position: absolute;
  left: 730px;
  top: 0;
  height: 500px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 12px;
  letter-spacing: 1px;
  color: #cccccc;
  margin-left: 16px;
  text-transform: uppercase;
  width: 12px;
  font-family: Arial;
}
.advantage .advList {
  width: 490px;
}
.advantage .advList li {
  position: relative;
}
.advantage .advList li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advList li .item {
  padding-top: 58px;
  height: 242px;
  border-top: 1px #e6e6e6 solid;
}
.advantage .advList li .item:first-child {
  padding-top: 22px;
  border-top: none;
}
.advantage .advList li .item .cn {
  font-size: 18px;
  font-weight: bold;
  color: #de1313;
  line-height: 1;
}
.advantage .advList li .item .en {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  line-height: 1;
  margin-top: 14px;
}
.advantage .advList li .item p {
  line-height: 30px;
  color: #808080;
  margin-top: 22px;
  padding-left: 30px;
  position: relative;
}
.advantage .advList li .item p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #de1313;
  top: 14px;
}
.advantage .advList li .text {
  float: left;
}
.advantage .advList li.li1 {
  height: 457px;
}
.advantage .advList li.li2 {
  height: 396px;
}
.advantage .advList li.li2 .text {
  float: right;
  padding-top: 136px;
}
.advantage .advList li.li2 .pic {
  left: 0;
  right: auto;
}
.advantage .advList li.li3 {
  padding-top: 96px;
}
.advantage .prev,
.advantage .next {
  width: 28px;
  height: 23px;
  border: solid 1px #de1313;
  cursor: pointer;
  float: left;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .prev:hover,
.advantage .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.advantage .prev {
  background: url(../images/ysl.png) center center no-repeat;
}
.advantage .next {
  background: url(../images/ysr.png) center center no-repeat;
  margin-left: 10px;
}
.case {
  padding: 60px 0;
}
.case .caseBox {
  margin: 30px -10px 0;
}
.case .caseBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox ul li {
  margin-top: 20px;
  float: left;
  position: relative;
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox ul li .item {
  overflow: hidden;
  position: relative;
}
.case .caseBox ul li .pic {
  display: block;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.case .caseBox ul li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox ul li h4 {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox ul li .bt {
  height: 50%;
  display: block;
  background-color: rgba(222, 19, 19, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox ul li .bt span {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox ul li .bt i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 5px;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -20px;
}
.case .caseBox ul li .bt em {
  display: block;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox ul li .text {
  height: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox ul li .text p {
  color: #fff;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  top: 50%;
  margin-top: -35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}
.case .caseBox ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.case .caseBox ul li:hover h4 {
  bottom: -40px;
}
.case .caseBox ul li:hover .bt {
  top: -5px;
}
.case .caseBox ul li:hover .text {
  bottom: -5px;
}
.case .caseBox .hd {
  text-align: center;
  height: 13px;
}
.case .caseBox .hd ul {
  font-size: 0;
}
.case .caseBox .hd ul li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #262626;
  border-radius: 50%;
  margin: 0 5px;
}
.case .caseBox .hd ul li.on {
  background-color: #de1313;
}
.team {
  padding: 0 0 60px;
}
.team .list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.team .listTabs {
  margin: 0 auto;
  overflow: hidden;
  width: 1032px;
  height: 390px;
}
.team .listTabs ul li {
  position: relative;
  float: left;
  height: 390px;
  width: 1032px;
}
.team .listTabs ul li .pic {
  display: block;
  width: 336px;
  height: 390px;
  position: relative;
  float: left;
}
.team .listTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 175px;
  height: 332px;
  border: solid 6px #de1313;
}
.team .listTabs ul li .pic img {
  width: 266px;
  height: 354px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.team .listTabs ul li:hover .pic img {
  width: 276px;
  height: 368px;
  right: 10px;
}
.team .listTabs ul li .text {
  width: 652px;
  padding-top: 90px;
  color: #666;
  float: right;
}
.team .listTabs ul li .text .bt {
  display: block;
  line-height: 1;
  font-size: 26px;
  color: #de1313;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team .listTabs ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.team .listTabs ul li .text .des {
  margin-top: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team .listTabs ul li .text .des i {
  color: #de1313;
}
.team .listTabs ul li .text .field {
  line-height: 1;
  margin-top: 40px;
}
.team .listTabs ul li .text .field h5 {
  color: #808080;
}
.team .listTabs ul li .text .field p {
  margin-top: 13px;
  color: #de1313;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team .listTabs ul li .text .word {
  margin-top: 28px;
  padding-left: 7em;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}
.team .listTabs ul li .text .word span {
  color: #808080;
  position: absolute;
  left: 0;
}
.team .prev,
.team .next {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
  cursor: pointer;
}
.team .prev:hover,
.team .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.team .prev {
  background: url(../images/tdl.png) center center no-repeat;
  left: 0;
}
.team .next {
  background: url(../images/tdr.png) center center no-repeat;
  right: 0;
}
.about .inContent {
  background: url(../images/aboutbg.jpg) left bottom no-repeat;
}
.about .aboutPic {
  float: right;
  width: 620px;
  height: 388px;
  background-color: #de1313;
  position: relative;
  margin-bottom: 30px;
}
.about .aboutPic i {
  display: block;
  width: 523px;
  height: 388px;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 30px;
  left: 54px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.about .aboutPic i:after {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(3 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.about .aboutPic i:hover:after {
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.about .aboutPic i img {
  width: 100%;
  height: 100%;
  display: block;
}
.about .aboutText {
  width: 530px;
  float: left;
  padding-top: 50px;
}
.about .aboutText .tit .cn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #de1313;
}
.about .aboutText .tit .en {
  line-height: 1;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
  text-transform: uppercase;
}
.about .aboutText .tit .en:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 1px;
  background-color: #e6e6e6;
  margin-left: 20px;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  text-align: justify;
  margin-top: 28px;
  color: #808080;
  text-indent: 2em;
}
.about .aboutText .more {
  display: block;
  margin-top: 35px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #de1313;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #de1313;
  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 .aboutText .more:hover {
  color: #de1313;
  background-color: #fff;
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.showSlide {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.showSlide > .aboutTab {
  text-align: center;
  font-size: 0;
}
.showSlide > .aboutTab li {
  display: inline-block;
  margin: 0 10px;
  overflow: hidden;
  background: #de1313;
}
.showSlide > .aboutTab li span {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.showSlide > .aboutTab li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #444;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 0;
}
.showSlide > .aboutTab li.on span:before {
  height: 100%;
}
.showSlide > .aboutTabs {
  margin-top: 22px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.showSlide > .aboutTabs .bd {
  width: 1038px;
  margin: auto;
  overflow: hidden;
}
.showSlide > .aboutTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide > .aboutTabs .bd ul li {
  width: 326px;
  height: 240px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.showSlide > .aboutTabs .bd ul li .pic {
  width: 326px;
  height: 240px;
  display: block;
  overflow: hidden;
  position: relative;
}
.showSlide > .aboutTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide > .aboutTabs .bd ul li .bt {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background: #fafafa url(../images/aboutAdd.png) center 120px no-repeat;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 1;
}
.showSlide > .aboutTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.showSlide > .aboutTabs .bd ul li:hover .bt {
  background: rgba(222, 19, 19, 0.8) url(../images/aboutAdd.png) center 120px no-repeat;
  height: 100%;
  color: #ffffff;
  padding-top: 72px;
}
.showSlide > .aboutTabs .prev,
.showSlide > .aboutTabs .next {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
  cursor: pointer;
}
.showSlide > .aboutTabs .prev:hover,
.showSlide > .aboutTabs .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.showSlide > .aboutTabs .prev {
  background: url(../images/tdl.png) center center no-repeat;
  left: 10px;
}
.showSlide > .aboutTabs .next {
  background: url(../images/tdr.png) center center no-repeat;
  right: 10px;
}
.message {
  background: url(../images/lybg.jpg) center center no-repeat;
  padding: 90px 0 70px;
}
.message .inContent {
  height: 480px;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 75px 0 35px;
}
.message .tel {
  position: absolute;
  width: 420px;
  height: 60px;
  left: 50%;
  margin-left: -210px;
  top: -14px;
  background: url(../images/lytelbg.png) center center no-repeat;
  text-align: center;
  color: #fff;
}
.message .tel span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-left: 44px;
  background: url(../images/lytel.png) 0 center no-repeat;
}
.message .tel span i {
  font-weight: bold;
  font-size: 24px;
}
.message .problem {
  float: right;
  width: 447px;
}
.message .problem .tit {
  line-height: 30px;
  height: 30px;
  background: url(../images/qaico.png) 0 center no-repeat;
  padding-left: 47px;
}
.message .problem .tit span {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  color: #de1313;
}
.message .problem .tit i {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.message .problem .problemBox {
  overflow: hidden;
  padding-left: 47px;
  margin-top: 15px;
  height: 293px;
}
.message .problem .problemBox li {
  padding: 15px 0 0;
  border-bottom: dashed 1px #dddddd;
  height: 102px;
  position: relative;
}
.message .problem .problemBox li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #de1313;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .problem .problemBox li:hover:after {
  width: 100%;
}
.message .problem .problemBox li .wen {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
}
.message .problem .problemBox li .wen b {
  width: 28px;
  height: 28px;
  background-color: #de1313;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.message .problem .problemBox li .wen .bt {
  display: block;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message .problem .problemBox li .wen .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message .problem .problemBox li .da {
  margin-top: 10px;
  height: 48px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}
.message .problem .problemBox li .da b {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: normal;
}
.message .problem .problemBox li .da p {
  display: block;
  padding-top: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #808080;
}
.message .problem .problemBox li:hover .wen .bt {
  color: #de1313;
}
.formbox {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 572px;
  height: 338px;
  background: url(../images/formbg.jpg) center center no-repeat;
  padding: 40px 35px 0;
}
.formbox .tit {
  color: #fff;
  line-height: 24px;
  height: 24px;
  margin-bottom: 30px;
}
.formbox .tit span {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  line-height: 24px;
  margin-right: 20px;
}
.formbox .tit i {
  font-size: 14px;
  text-transform: uppercase;
}
.formbox label {
  position: relative;
  display: block;
  margin-bottom: 23px;
  float: left;
}
.formbox label:first-child {
  margin-top: 0;
}
.formbox label input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  line-height: 40px;
  padding-left: 44px;
  padding-right: 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.formbox label input::-webkit-input-placeholder {
  color: #999999;
}
.formbox label input:focus,
.formbox label input:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.formbox label input:focus::-webkit-input-placeholder,
.formbox label input:active::-webkit-input-placeholder {
  color: #ccc;
}
.formbox label input.username {
  margin-right: 30px;
}
.formbox label span {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 12px;
  line-height: 16px;
  display: block;
  color: #ccc;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-right: 1px #ccc solid;
  padding-right: 8px;
}
.formbox label span img {
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.formbox label .xqcontent {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 500px;
  height: 90px;
  background-color: #ffffff;
  border: none;
  line-height: 24px;
  font-size: 12px;
  padding: 8px 10px 8px 44px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
}
.formbox label .xqcontent::-webkit-input-placeholder {
  color: #999999;
}
.formbox label .xqcontent:focus,
.formbox label .xqcontent:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.formbox label .xqcontent:focus::-webkit-input-placeholder,
.formbox label .xqcontent:active::-webkit-input-placeholder {
  color: #ccc;
}
.formbox .code {
  position: relative;
}
.formbox .code input {
  width: 130px;
  height: 36px;
  border: solid 1px #ffffff;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  color: #ffffff;
}
.formbox .code input::-webkit-input-placeholder {
  color: #ffffff;
}
.formbox .code input:focus::-webkit-input-placeholder,
.formbox .code input:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.formbox .code img {
  width: 90px;
  height: 36px;
  display: block;
  float: left;
  margin-left: 20px;
}
.formbox .submitform {
  float: left;
  margin-left: 30px;
  width: 130px;
  height: 36px;
  background-color: #ffffff;
  line-height: 36px;
  font-size: 14px;
  border: none;
  color: #de1313;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #de1313, #de1313);
  background-image: linear-gradient(to bottom, #de1313, #de1313);
  background-size: 100% 0%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formbox .submitform:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.news {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.news:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .inContent {
  margin-top: 40px;
}
.news .tit {
  height: 30px;
  border-bottom: 1px #e6e6e6 solid;
  line-height: 14px;
}
.news .tit a {
  display: inline-block;
  font-weight: bold;
  height: 14px;
  color: #de1313;
  padding-bottom: 15px;
  border-bottom: 3px #de1313 solid;
}
.news .newsL {
  float: left;
  width: 680px;
}
.news .newsL .one {
  position: relative;
  height: 158px;
  margin-top: 40px;
}
.news .newsL .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .one .pic {
  overflow: hidden;
  width: 232px;
  height: 158px;
  display: block;
  float: left;
}
.news .newsL .one .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .one:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.news .newsL .one .text {
  height: 150px;
  padding-top: 8px;
  width: 430px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsL .one .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d4d4d;
  line-height: 22px;
}
.news .newsL .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .one .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 22px;
  color: #808080;
}
.news .newsL .one .text .date {
  line-height: 1;
  margin-top: 16px;
  color: #b3b3b3;
}
.news .newsL .one:hover .bt {
  color: #de1313;
}
.news .newsL .list {
  padding-top: 16px;
}
.news .newsL .list ul {
  margin-right: -40px;
}
.news .newsL .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .list ul li {
  width: 320px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  float: left;
  border-bottom: 1px #e5e5e5 dashed;
  position: relative;
}
.news .newsL .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px #de1313 dashed;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list ul li:hover:after {
  width: 100%;
}
.news .newsL .list ul li .date {
  float: right;
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list ul li .bt {
  float: left;
  color: #666;
  display: block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsL .list ul li:hover .date,
.news .newsL .list ul li:hover a {
  color: #de1313;
}
.news .newsR {
  float: right;
  width: 450px;
}
.news .newsR .list {
  padding-top: 40px;
}
.news .newsR .list ul li {
  height: 50px;
  background-color: #fafafa;
  margin-top: 4px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsR .list ul li:first-child {
  margin-top: 0;
}
.news .newsR .list ul li h4 {
  padding: 0 15px 0 15px;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de1313, #de1313);
  background-image: linear-gradient(to right, #de1313, #de1313);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .newsR .list ul li h4 .date {
  float: right;
  color: #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list ul li h4 .bt {
  float: left;
  color: #666;
  display: block;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR .list ul li .text {
  padding: 20px 15px 0 15px;
}
.news .newsR .list ul li p {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
}
.news .newsR .list ul li.on {
  height: 158px;
  box-shadow: 0px 8px 26px 4px rgba(222, 19, 19, 0.11);
}
.news .newsR .list ul li.on h4 {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.news .newsR .list ul li.on h4 .date,
.news .newsR .list ul li.on h4 a {
  color: #fff;
}
.links {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 52px;
}
.links .tit {
  height: 42px;
  line-height: 26px;
  border-bottom: 1px #e6e6e6 solid;
  color: #de1313;
  font-size: 33px;
  text-transform: uppercase;
}
.links .tit:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background: url(../images/linksico.png) center center no-repeat;
  width: 21px;
  height: 21px;
}
.links .list {
  line-height: 30px;
  margin-top: 12px;
}
.links .list a {
  margin-right: 30px;
  display: inline-block;
  color: #808080;
}
.links .list a:hover {
  color: #de1313;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
