@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  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 {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #e50000;
  color: #fff;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 36px;
  font-weight: bold;
  background: url(../images/titLine.png) center center no-repeat;
}
.title p {
  color: #666666;
  margin-top: 16px;
}
.product {
  padding: 70px 0;
}
.product .inContent {
  margin-top: 20px;
}
.product .proNav {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  padding: 30px 20px;
  background-color: #fdfdfd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  min-height: 990px;
}
.product .proNav ul {
  position: relative;
  z-index: 2;
}
.product .proNav ul li {
  margin-top: 20px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #444444;
  position: relative;
  padding: 0 40px 0 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e50000, #e50000);
  background-image: linear-gradient(to right, #e50000, #e50000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  font-weight: bold;
}
.product .proNav ul li > a:after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li > a:hover {
  background-size: 100% 100%;
}
.product .proNav ul li > a:hover:after {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.product .proNav ul li .secs {
  overflow: auto;
}
.product .proNav ul li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li .secs a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 53px;
  line-height: 53px;
  font-size: 15px;
  padding: 0 40px 0 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #dcdcdc, #dcdcdc);
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 1px;
  background-position: 0 bottom;
  position: relative;
}
.product .proNav ul li .secs a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e50000;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .secs a:hover:after {
  width: 100%;
}
.product .proNav ul li .secs a:before {
  content: "-";
  position: absolute;
  right: 15px;
  top: 0;
  color: #555555;
}
.product .proNav ul li .secs a:hover {
  color: #e50000;
}
.product .proNav ul li .secs a:hover:before {
  color: #e50000;
}
.product .proR {
  float: right;
  width: 910px;
}
.product .proR .proSlide {
  height: 350px;
  position: relative;
}
.product .proR .proSlide .hotIco {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/hotbg.png) 0 center no-repeat;
  width: 36px;
  height: 53px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
  color: #ffffff;
  z-index: 3;
}
.product .proR .proSlide .proTabs {
  height: 350px;
  overflow: hidden;
}
.product .proR .proSlide .proTabs li {
  width: 910px;
  height: 350px;
  background-color: #f5f5f5;
}
.product .proR .proSlide .proTabs li .pic {
  display: block;
  width: 460px;
  height: 350px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
}
.product .proR .proSlide .proTabs li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proR .proSlide .proTabs li:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.product .proR .proSlide .proTabs li .text {
  float: right;
  width: 450px;
  padding: 35px 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proR .proSlide .proTabs li .text .bt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proR .proSlide .proTabs li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proR .proSlide .proTabs li .text .line {
  background: url(../images/proTabsLine.png) center center no-repeat;
  width: 31px;
  height: 9px;
  margin-top: 15px;
}
.product .proR .proSlide .proTabs li .text p {
  color: #555555;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
}
.product .proR .proSlide .proTabs li:hover .text .bt {
  color: #e50000;
}
.product .proR .proSlide .proPage {
  position: absolute;
  left: 500px;
  top: 280px;
  font-size: 0;
  z-index: 3;
}
.product .proR .proSlide .proPage span {
  display: inline-block;
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
  background-color: #383838;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .proR .proSlide .proPage span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proR .proSlide .proPage span.prev {
  background: #e50000;
}
.product .list {
  overflow: hidden;
}
.product .list ul {
  margin-right: -33px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  width: 280px;
  height: 296px;
  margin: 30px 33px 0 0;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .list ul li .pic {
  display: block;
  width: 280px;
  height: 240px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}
.product .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.product .list ul li .bt {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  z-index: 2;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0 30px 0 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e50000, #e50000);
  background-image: linear-gradient(to right, #e50000, #e50000);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: 0 100%;
  border-bottom: 1px #eee solid;
}
.product .list ul li .bt:after {
  content: "→";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .list ul li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
  padding: 0 40px 0 10px;
}
.product .list ul li:hover .bt:after {
  right: 10px;
}
.advantage {
  padding: 30px 0;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.advantage .inContent {
  background: #fff;
  height: 640px;
}
.advantage .ysTabs {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
  padding: 25px 80px;
  float: left;
  background: url(../images/ysL.jpg) right 0 no-repeat;
}
.advantage .ysTabs .ysTitle {
  border-bottom: 2px solid #eee;
  padding-bottom: 30px;
  width: 400px;
}
.advantage .ysTabs .ysTitle .en {
  height: 46px;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  line-height: 46px;
  color: #eeeeee;
  text-transform: uppercase;
}
.advantage .ysTabs .ysTitle h3 {
  font-size: 36px;
  margin-top: 18px;
  line-height: 1;
  font-weight: bold;
}
.advantage .list {
  height: 409px;
  overflow: hidden;
  margin-top: 38px;
}
.advantage .list ul {
  margin-top: 36px;
}
.advantage .list li .text h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.advantage .list li .text .line {
  background: url(../images/proTabsLine.png) center center no-repeat;
  width: 31px;
  height: 9px;
  margin-top: 10px;
}
.advantage .list li .text p {
  line-height: 30px;
  margin-top: 14px;
  width: 722px;
}
.advantage .list li .pic {
  margin-top: 32px;
}
.advantage .list li .pic:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .list li .pic .img {
  float: left;
  display: block;
  width: 350px;
  height: 260px;
  overflow: hidden;
  margin-left: 40px;
  position: relative;
}
.advantage .list li .pic .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.advantage .list li .pic .img:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.advantage .list li .pic .img:first-child {
  margin-left: 0;
}
.advantage .list li .pic .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .list li .pic .img:hover 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);
}
.advantage .ysTab {
  position: absolute;
  width: 240px;
  height: 700px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -30px;
  right: 0;
  background: #e50000;
  padding-top: 80px;
  padding-right: 6px;
}
.advantage .ysTab ul li {
  margin-bottom: 9px;
  height: 100px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 100px;
  font-size: 30px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .ysTab ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 0;
  border-style: solid;
  border-color: transparent transparent transparent #e50000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .ysTab ul li i {
  font-size: 36px;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.advantage .ysTab ul li.on {
  padding-left: 30px;
  color: #e50000;
}
.advantage .ysTab ul li.on:before {
  border-width: 15px 0 15px 15px;
}
.service {
  padding: 80px 0;
}
.service .list {
  margin-top: 60px;
}
.service .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .list ul li {
  float: left;
  margin-left: 37px;
  width: 375px;
  height: 300px;
  position: relative;
  text-align: center;
}
.service .list ul li:first-child {
  margin-left: 0;
}
.service .list ul li .pic {
  display: block;
  width: 375px;
  height: 300px;
  overflow: hidden;
}
.service .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list 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);
}
.service .list ul li .tit {
  background: #e50000;
  position: absolute;
  left: 50%;
  top: -30px;
  width: 120px;
  height: 60px;
  margin-left: -60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li p {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 280px;
  height: 80px;
  margin-left: -140px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  padding: 16px 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li:hover .tit {
  top: 40%;
  width: 150px;
  margin-left: -75px;
}
.service .list ul li:hover p {
  bottom: -60px;
}
.case {
  padding: 40px 0 70px;
}
.case .list {
  margin-top: 40px;
}
.case .list .one {
  width: 600px;
  height: 440px;
  overflow: hidden;
  float: left;
  position: relative;
}
.case .list .one .pic {
  display: block;
  width: 600px;
  height: 440px;
  overflow: hidden;
}
.case .list .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list .one .bt {
  position: absolute;
  left: 50%;
  top: -150%;
  margin-left: -237px;
  margin-top: -165px;
  width: 474px;
  height: 330px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 112px 60px 0;
  background: url(../images/caseAdd.png) center 180px no-repeat;
  background-color: rgba(229, 0, 0, 0.8);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list .one .bt:after,
.case .list .one .bt:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .list .one .bt:before {
  top: 30px;
  left: 30px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent rgba(255, 255, 255, 0.8);
}
.case .list .one .bt:after {
  right: 30px;
  bottom: 30px;
  border-color: transparent rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.8) transparent;
}
.case .list .one: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 .list .one:hover .bt {
  top: 50%;
}
.case .list .one:hover .bt:after,
.case .list .one:hover .bt:before {
  width: 414px;
  height: 270px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.case .list ul {
  float: right;
  width: 550px;
}
.case .list ul li {
  margin-top: 40px;
  height: 180px;
  padding: 10px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e50000, #e50000);
  background-image: linear-gradient(to right, #e50000, #e50000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.case .list ul li:first-child {
  margin-top: 0;
}
.case .list ul li:hover {
  background-size: 100% 100%;
}
.case .list ul li .pic {
  width: 210px;
  height: 180px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.case .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .list 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 .list ul li .text {
  float: right;
  width: 280px;
  margin-right: 10px;
  padding-top: 16px;
}
.case .list ul li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}
.case .list ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .list ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #555555;
}
.case .list ul li:hover .text .bt {
  color: #fff;
}
.case .list ul li:hover .text p {
  color: #fff;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .inContent:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -113px;
  margin-left: 543px;
  width: 409px;
  height: 269px;
  background: url(../images/aboutbgimg.png) center 0 no-repeat;
}
.about .tel {
  position: absolute;
  top: 20px;
  right: 330px;
  height: 34px;
  line-height: 34px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
}
.about .tel .zxLink {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 102px;
  height: 34px;
  background-color: #e50000;
  color: #fff;
  line-height: 34px;
  font-size: 14px;
  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 .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e50000;
  z-index: -1;
  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 .tel .zxLink:hover {
  background: none;
  color: #e50000;
}
.about .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutPic {
  margin-top: 80px;
  float: right;
  position: relative;
  width: 626px;
  height: 482px;
  border: solid 2px #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.about .aboutPic:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.about .aboutPic:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover 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);
}
.about .aboutText {
  float: left;
  width: 504px;
  padding-top: 64px;
}
.about .aboutText .tit {
  line-height: 1;
  color: #fff;
}
.about .aboutText .tit .cn {
  font-size: 30px;
  font-weight: bold;
}
.about .aboutText .tit .en {
  font-size: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}
.about .aboutText h4 {
  font-size: 18px;
  margin-top: 156px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  color: #666666;
  margin-top: 28px;
}
.show {
  margin: 38px auto 68px;
}
.show .showTab {
  float: right;
  width: 200px;
}
.show .showTab li {
  overflow: hidden;
  text-align: center;
  height: 80px;
  line-height: 80px;
  background-color: #383838;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e50000, #e50000);
  background-image: linear-gradient(to right, #e50000, #e50000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.show .showTab li:first-child {
  margin-top: 0;
}
.show .showTab li i {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: solid 2px rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}
.show .showTab li i:before,
.show .showTab li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show .showTab li i.ico1:before,
.show .showTab li i.ico1:after {
  background: url(../images/showico1.png) center center no-repeat;
}
.show .showTab li i.ico2:before,
.show .showTab li i.ico2:after {
  background: url(../images/showico2.png) center center no-repeat;
}
.show .showTab li i.ico3:before,
.show .showTab li i.ico3:after {
  background: url(../images/showico3.png) center center no-repeat;
}
.show .showTab li:hover i:before,
.show .showTab li:hover i:after {
  top: -100%;
}
.show .showTab li.on {
  background-size: 100% 100%;
}
.show .showTabs {
  float: left;
  height: 256px;
  overflow: hidden;
  position: relative;
  width: 948px;
}
.show .showTabs .bd ul {
  margin-right: -30px;
}
.show .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTabs .bd ul li {
  width: 296px;
  height: 256px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.show .showTabs .bd ul li .pic {
  width: 296px;
  height: 216px;
  display: block;
  overflow: hidden;
  position: relative;
}
.show .showTabs .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;
  border: solid 1px #f1f1f1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.show .showTabs .bd ul li .pic:after,
.show .showTabs .bd ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.show .showTabs .bd ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #e50000 transparent transparent #e50000;
}
.show .showTabs .bd ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #e50000 #e50000 transparent;
}
.show .showTabs .bd ul li:hover .pic:after,
.show .showTabs .bd ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .showTabs .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);
}
.show .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  padding: 24px 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.show .showTabs .bd ul li:hover .bt {
  color: #e50000;
}
.show .showTabs .bd ul li:hover .bt:after {
  background-position: 0 0;
}
.show .showTabs .hd {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.show .showTabs .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #005197;
  border-radius: 100%;
  margin: 0 3px;
  border: 1px #e50000 solid;
}
.show .showTabs .hd li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #005197;
  border-radius: 100%;
  border: 1px #e50000 solid;
}
.show .showTabs .hd li.on {
  background: #e50000;
  border: 1px #e50000 solid;
}
.show .showTabs .hd li.on:before {
  background: #e50000;
  border: 1px #fff solid;
}
.message {
  height: 64px;
  padding: 24px 0 32px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.message .formbox {
  padding-left: 90px;
  background: url(../images/lyico.png) 0 0 no-repeat;
  height: 52px;
  padding-top: 12px;
}
.message .formbox input {
  display: block;
  width: 140px;
  height: 38px;
  background-color: #fff;
  line-height: 36px;
  border: 1px #fff solid;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px 0 38px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-right: 28px;
}
.message .formbox input.username {
  background: #fff url(../images/inpxm.png) 10px center no-repeat;
  width: 150px;
  margin-right: 40px;
}
.message .formbox input.usertel {
  background: #fff url(../images/inpdh.png) 10px center no-repeat;
  width: 230px;
  margin-right: 40px;
}
.message .formbox input.xqcontent {
  background: #fff url(../images/inpnr.png) 10px center no-repeat;
  width: 260px;
  margin-right: 40px;
}
.message .formbox input.codeText {
  background: #fff url(../images/inpyzm.png) 10px center no-repeat;
  width: 120px;
  margin-right: 5px;
}
.message .formbox input::-webkit-input-placeholder {
  color: #555555;
}
.message .formbox input:focus,
.message .formbox input:active {
  border-color: #ddd;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .imgCode {
  width: 90px;
  height: 38px;
  float: left;
  display: block;
}
.message .formbox .submitform {
  float: right;
  width: 82px;
  height: 38px;
  background-color: #e50000;
  cursor: pointer;
  border: none;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  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;
}
.message .formbox .submitform:hover {
  background: none;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news {
  background: url(../images/newsbg.jpg) center -120px no-repeat;
}
.news .inContent {
  background-color: #ffffff;
  height: 400px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 210px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}
.news .newsL {
  float: left;
  width: 590px;
  padding-right: 36px;
  border-right: 1px #eee solid;
}
.news .newsL .tit {
  line-height: 1;
}
.news .newsL .tit h3 {
  font-weight: bold;
  font-size: 24px;
}
.news .newsL .tit .en {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
.news .newsL .newsLSlide {
  height: 230px;
  position: relative;
  margin-top: 36px;
}
.news .newsL .newsLSlide .newsLTabs {
  height: 230px;
  overflow: hidden;
}
.news .newsL .newsLSlide .newsLTabs li {
  width: 590px;
  height: 230px;
}
.news .newsL .newsLSlide .newsLTabs li .pic {
  display: block;
  width: 300px;
  height: 230px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
}
.news .newsL .newsLSlide .newsLTabs li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsL .newsLSlide .newsLTabs li:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.news .newsL .newsLSlide .newsLTabs li .text {
  float: right;
  width: 260px;
  height: 230px;
  padding: 62px 0 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsL .newsLSlide .newsLTabs li .text .bt {
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsL .newsLSlide .newsLTabs li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .newsLSlide .newsLTabs li .text p {
  color: #666666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}
.news .newsL .newsLSlide .newsLTabs li .text .more {
  margin-top: 32px;
  display: block;
  width: 100px;
  height: 30px;
  background-color: #e50000;
  line-height: 30px;
  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;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.news .newsL .newsLSlide .newsLTabs li .text .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e50000;
  z-index: -1;
  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 .newsL .newsLSlide .newsLTabs li .text .more:hover {
  background: none;
  color: #e50000;
}
.news .newsL .newsLSlide .newsLTabs li .text .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsL .newsLSlide .newsLTabs li:hover .text .bt {
  color: #e50000;
}
.news .newsL .newsLSlide .newsLPage {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  z-index: 3;
}
.news .newsL .newsLSlide .newsLPage span {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background-color: #383838;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.news .newsL .newsLSlide .newsLPage span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.news .newsL .newsLSlide .newsLPage span.prev {
  background: #e50000;
}
.news .newsR {
  width: 470px;
  float: right;
}
.news .newsR .newsTab {
  height: 32px;
}
.news .newsR .newsTab a {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  color: #555555;
  height: 32px;
  margin-right: 30px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e50000, #e50000);
  background-image: linear-gradient(to right, #e50000, #e50000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 2px;
  background-position: center bottom;
}
.news .newsR .newsTab a.on {
  background-size: 100% 2px;
  color: #e50000;
  font-weight: bold;
}
.news .newsR .newsTabs {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0;
  height: 312px;
}
.news .newsR .newsTabs li {
  height: 53px;
  border-bottom: solid 1px #dcdcdc;
  line-height: 53px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.news .newsR .newsTabs li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #e50000;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .newsTabs li:hover:after {
  width: 100%;
}
.news .newsR .newsTabs li span {
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #777777;
}
.news .newsR .newsTabs li .bt {
  float: left;
  width: 370px;
  color: #555555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR .newsTabs li .bt:before {
  content: "◎";
  display: inline-block;
  margin-right: 14px;
}
.news .newsR .newsTabs li:hover .bt {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .newsTabs li:hover span,
.news .newsR .newsTabs li:hover a {
  color: #e50000;
}
.links {
  padding: 40px 0 35px;
}
.links .tit {
  font-weight: bold;
  color: #e50000;
  font-size: 16px;
  line-height: 36px;
  float: left;
  width: 80px;
}
.links .list {
  float: left;
  width: 1120px;
  line-height: 36px;
}
.links .list a {
  margin-left: 30px;
  display: inline-block;
  font-size: 14px;
  color: #555555;
}
.links .list a:hover {
  color: #e50000;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
