.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 {
  width: 100%;
  height: 600px;
  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: #005eb8;
}
.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;
}
.hot {
  height: 34px;
  background: url(../images/hotbg.jpg) center center no-repeat;
  position: relative;
  z-index: 1;
  padding: 18px 0;
  line-height: 34px;
}
.hot .tit {
  float: left;
  background: url(../images/hotico.png) 0 center no-repeat;
  padding-left: 28px;
  font-weight: bold;
  font-size: 18px;
}
.hot .list {
  float: left;
  line-height: 34px;
  width: 500px;
  height: 34px;
  overflow: hidden;
}
.hot ul li {
  padding: 0;
  margin: 0;
  height: 34px;
  line-height: 34px;
  width: 500px;
}
.hot ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 410px;
  float: left;
}
.hot ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot ul li span {
  display: block;
  float: right;
  font-size: 12px;
}
.hot ul li:hover a,
.hot ul li:hover span {
  color: #d5241c;
}
.hot .search {
  float: right;
  width: 294px;
  height: 34px;
  margin-right: 78px;
}
.hot .search .searchInp {
  width: 260px;
  height: 34px;
  border: 1px #fff solid;
  line-height: 32px;
  background: #fff;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
}
.hot .search .searchInp::-webkit-input-placeholder {
  color: #3a3a3a;
}
.hot .search .searchInp:focus,
.hot .search .searchInp:active {
  border-color: #d5241c;
}
.hot .search .searchInp:focus::-webkit-input-placeholder,
.hot .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hot .search .submitBtn {
  background: #363636 url(../images/searchico.png) center center no-repeat;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: none;
  float: right;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hot .search .submitBtn:hover {
  background-color: #d5241c;
}
.title {
  text-align: center;
  line-height: 1;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.title .en {
  line-height: 28px;
  font-weight: 100;
  font-size: 36px;
  color: #005eb8;
  text-transform: uppercase;
}
.title .en span {
  font-weight: bold;
}
.title h3 {
  font-size: 24px;
  margin-top: 17px;
}
.title p {
  font-size: 16px;
  letter-spacing: 5px;
  color: #666666;
  margin-top: 13px;
}
.product {
  padding: 46px 0 58px;
}
.product .inContent {
  margin-top: 54px;
}
.product .proL {
  float: left;
  width: 280px;
  background-color: #005eb8;
  position: relative;
}
.product .proL .proLt {
  background: url(../images/proL.jpg) 0 0 no-repeat;
  height: 110px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -58px;
}
.product .proL .tit {
  height: 92px;
  color: #fff;
  line-height: 1;
  padding-top: 68px;
  text-align: center;
}
.product .proL .tit .t1 {
  font-size: 30px;
}
.product .proL .tit .t2 {
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}
.product .proL .proNav {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
  width: 233px;
  margin: 0 auto;
  overflow: hidden;
}
.product .proL .proNav ul {
  position: relative;
  z-index: 2;
}
.product .proL .proNav ul li {
  margin-bottom: 20px;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: url(../images/prodt.png) 0 center no-repeat;
  text-align: center;
  padding: 0 40px;
}
.product .proL .proNav ul li > a:hover {
  color: #d5241c;
}
.product .proL .proNav ul li .secs {
  max-height: 120px;
  overflow-x: auto;
  margin-top: 20px;
}
.product .proL .proNav ul li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proL .proNav ul li .secs a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
  background: url(../images/prodd.png) 0 center no-repeat;
  margin-left: 62px;
  color: #fff;
}
.product .proL .proNav ul li .secs a:hover {
  padding-left: 23px;
}
.product .proL .ewm {
  margin-top: 10px;
  padding-bottom: 106px;
  height: 160px;
  background: url(../images/proL.jpg) 0 bottom no-repeat;
}
.product .proL .ewm img {
  display: block;
  width: 160px;
  height: 160px;
  margin: auto;
}
.product .proR {
  width: 880px;
  float: right;
  position: relative;
}
.product .proR .proTabs {
  overflow: hidden;
  height: 818px;
  margin-right: -20px;
}
.product .proR .list li {
  float: left;
  position: relative;
  margin: 0 20px 24px 0;
  width: 280px;
  height: 256px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  background-color: #ffffff;
}
.product .proR .list li .pic {
  display: block;
  width: 280px;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proR .list li .pic:before,
.product .proR .list li .pic:after,
.product .proR .list li .pic .inBorder:before,
.product .proR .list li .pic .inBorder:after {
  content: "";
  display: block;
  position: absolute;
  background: #d5241c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.product .proR .list li .pic:before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.product .proR .list li .pic:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.product .proR .list li .pic .inBorder:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.product .proR .list li .pic .inBorder:after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.product .proR .list li .pic img {
  display: block;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list li .bt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  height: 16px;
  padding-top: 20px;
  line-height: 1;
  z-index: 2;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proR .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proR .list 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);
}
.product .proR .list li:hover .pic:before,
.product .proR .list li:hover .pic .inBorder:before {
  width: 100%;
}
.product .proR .list li:hover .pic:after,
.product .proR .list li:hover .pic .inBorder:after {
  height: 100%;
}
.product .proR .list li:hover .bt {
  color: #d5241c;
}
.product .proR .prev {
  width: 21px;
  height: 21px;
  background: url(../images/pl.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 29px;
  top: -32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proR .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proR .next {
  width: 21px;
  height: 21px;
  background: url(../images/pr.png) center center no-repeat;
  cursor: pointer ;
  position: absolute;
  z-index: 3;
  right: 0;
  top: -32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proR .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mBanner1 {
  background: url(../images/mBanner1.jpg) center top no-repeat;
  height: 254px;
  line-height: 1;
  color: #fff;
  padding-top: 58px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mBanner1 .left {
  padding-left: 8px;
}
.mBanner1 .t1 {
  font-size: 34px;
  font-weight: bold;
}
.mBanner1 .t2 {
  font-size: 12px;
  margin-top: 14px;
  text-transform: uppercase;
}
.mBanner1 .t3 {
  font-size: 0;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
}
.mBanner1 .t3 span {
  font-size: 20px;
  color: #005eb8;
  display: inline-block;
  padding-left: 100px;
}
.mBanner1 .t3 span:first-child {
  padding-left: 68px;
}
.mBanner1 .right {
  margin-right: 185px;
  text-align: right;
}
.mBanner1 .tel {
  line-height: 36px;
  background: url(../images/mbantel.png) 0 center no-repeat;
  height: 72px;
  padding-left: 78px;
  text-align: left;
}
.mBanner1 .tel i {
  font-weight: bold;
  display: block;
  font-size: 24px;
}
.mBanner1 .zxLink {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  width: 146px;
  height: 44px;
  background-color: #fff;
  color: #005eb8;
  line-height: 40px;
  font-size: 14px;
  border-radius: 22px;
  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;
}
.mBanner1 .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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 {
  background: none;
  color: #fff;
}
.mBanner1 .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage {
  position: relative;
  padding: 60px 0;
}
.advantage .title .en {
  font-weight: bold;
  color: #cccccc;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.advantage .title h3 {
  font-size: 36px;
  margin-top: 11px;
}
.advantage .title h3 span {
  font-weight: bold;
  color: #d5241c;
}
.advantage .title p {
  margin-top: 15px;
}
.advantage .inContent {
  margin-top: 68px;
}
.advantage li {
  float: left;
  width: 270px;
  height: 545px;
  margin-left: 40px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.advantage li:first-child {
  margin-left: 0;
}
.advantage li .just,
.advantage li .back {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.advantage li .just .num,
.advantage li .back .num {
  font-family: Impact;
  font-size: 24px;
  line-height: 60px;
  padding-left: 6px;
  color: #fff;
  text-align: left;
}
.advantage li .just i,
.advantage li .back i {
  display: block;
  width: 65px;
  height: 65px;
  margin: 80px auto 0;
}
.advantage li .just p,
.advantage li .back p {
  width: 190px;
  line-height: 30px;
  margin: 23px auto;
  height: 150px;
}
.advantage li .just h4,
.advantage li .back h4 {
  font-size: 20px;
  margin-top: 37px;
  line-height: 1;
  font-weight: bold;
}
.advantage li .just {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background: url(../images/ysbg.png) center 0 no-repeat;
}
.advantage li .just .ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.advantage li .just .ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.advantage li .just .ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.advantage li .just .ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.advantage li .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: url(../images/ysbgh.png) center 0 no-repeat;
  color: #fff;
}
.advantage li .back .ico1 {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.advantage li .back .ico2 {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.advantage li .back .ico3 {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.advantage li .back .ico4 {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.advantage li:hover .just,
.advantage li:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.advantage li:hover .just {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.advantage li:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mBanner2 {
  background: url(../images/mbanner2.jpg) center center no-repeat;
  height: 370px;
  color: #ffffff;
}
.mBanner2 .left {
  padding-top: 50px;
  line-height: 1;
  width: 500px;
}
.mBanner2 .left .line {
  width: 43px;
  height: 5px;
  background-color: #ffffff;
}
.mBanner2 .left .t1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 28px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: Arial;
}
.mBanner2 .left .t2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px;
  margin-top: 12px;
  font-weight: bold;
}
.mBanner2 .left .t3 {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  margin-top: 18px;
}
.mBanner2 .left .tel {
  margin-top: 37px;
  height: 30px;
  line-height: 30px;
}
.mBanner2 .left .tel .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 30px;
  background-color: #333333;
  border-radius: 15px;
  color: #fff;
  line-height: 29px;
  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;
}
.mBanner2 .left .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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;
}
.mBanner2 .left .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.mBanner2 .left .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mBanner2 .left .tel span {
  display: inline-block;
  padding-left: 34px;
  font-weight: bold;
  vertical-align: top;
  font-size: 24px;
  background: url(../images/mbantel2.png) 0 center no-repeat;
  margin-left: 30px;
}
.mBanner2 .formbox {
  float: right;
  width: 500px;
  padding-top: 52px;
}
.mBanner2 .formbox .tit {
  line-height: 1;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.mBanner2 .formbox .tit i {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mBanner2 .formbox input {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
  padding: 0 10px 0 52px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mBanner2 .formbox input.username {
  background: #fff url(../images/inpxm.png) 0 center no-repeat;
  margin-right: 20px;
}
.mBanner2 .formbox input.usertel {
  background: #fff url(../images/inpdh.png) 0 center no-repeat;
}
.mBanner2 .formbox input::-webkit-input-placeholder {
  color: #cccccc;
}
.mBanner2 .formbox input:focus::-webkit-input-placeholder,
.mBanner2 .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mBanner2 .formbox .xqcontent {
  width: 100%;
  background: #fff url(../images/inpnr.png) 0 center no-repeat;
  margin: 16px 0 26px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 84px;
  line-height: 24px;
  padding: 8px 10px 8px 52px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  float: left;
}
.mBanner2 .formbox .xqcontent::-webkit-input-placeholder {
  color: #cccccc;
}
.mBanner2 .formbox .xqcontent:focus::-webkit-input-placeholder,
.mBanner2 .formbox .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mBanner2 .formbox .codeText {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  line-height: 34px;
  padding: 12px;
}
.mBanner2 .formbox .codeText::-webkit-input-placeholder {
  color: #666666;
}
.mBanner2 .formbox .imgCode {
  width: 92px;
  height: 36px;
  float: left;
  display: block;
  margin-left: 18px;
}
.mBanner2 .formbox .submitform {
  float: right;
  width: 150px;
  height: 36px;
  background-color: #005eb8;
  cursor: pointer;
  border: none;
  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;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.mBanner2 .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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;
}
.mBanner2 .formbox .submitform:hover {
  color: #005eb8;
  background-color: #fff;
}
.mBanner2 .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 55px 0 40px;
  background-color: #f8f8f8;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 46px;
  position: relative;
}
.case .caseBox .swiper-container {
  height: 490px;
}
.case .caseBox .swiper-slide {
  width: 360px;
  height: 470px;
  overflow: hidden;
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.case .caseBox .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #005eb8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.case .caseBox .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: #005eb8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.case .caseBox .swiper-slide:hover:before,
.case .caseBox .swiper-slide:hover:after {
  width: 50%;
}
.case .caseBox .swiper-slide .pic {
  display: block;
  width: 360px;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.case .caseBox .swiper-slide .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .swiper-slide .pic: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(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.case .caseBox .swiper-slide .text {
  text-align: center;
  padding: 30px 34px;
  height: 200px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox .swiper-slide .text .bt {
  line-height: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
}
.case .caseBox .swiper-slide .text .line {
  width: 32px;
  height: 2px;
  background-color: #333333;
  margin: 20px auto 0;
}
.case .caseBox .swiper-slide .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 16px;
}
.case .caseBox .swiper-slide .ico {
  position: absolute;
  top: 190px;
  background: rgba(0, 94, 184, 0.7);
  width: 100%;
  left: 0;
  top: 270px;
  padding: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.case .caseBox .swiper-slide .ico a {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
  background: url(../images/caseico.png) center top no-repeat;
}
.case .caseBox .swiper-slide:hover {
  box-shadow: 5px 9px 13px rgba(0, 94, 184, 0.3);
}
.case .caseBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseBox .swiper-slide:hover .pic:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.case .caseBox .swiper-slide:hover .text .bt,
.case .caseBox .swiper-slide:hover .text p {
  color: #fff;
}
.case .caseBox .swiper-slide:hover .text .line {
  background: #fff;
}
.case .caseBox .swiper-slide:hover .ico {
  padding: 40px 0 20px;
  height: 47px;
  top: 190px;
}
.about {
  padding: 38px 0 115px;
}
.about .inContent {
  background: url(../images/aboutbg.png) 0 0 no-repeat;
  margin-top: 32px;
}
.about .aboutPic {
  float: left;
  width: 592px;
  height: 370px;
  overflow: hidden;
  margin-left: 80px;
  position: relative;
}
.about .aboutPic: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: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 img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText {
  width: 450px;
  float: right;
}
.about .aboutText .en {
  line-height: 52px;
  text-transform: uppercase;
  font-size: 20px;
}
.about .aboutText .line {
  width: 234px;
  height: 1px;
  background-color: #cfcfcf;
  position: relative;
  left: -80px;
}
.about .aboutText .cn {
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  margin-top: 46px;
}
.about .aboutText .line2 {
  width: 56px;
  height: 3px;
  background-color: #363636;
  margin-top: 23px;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  text-align: justify;
  margin-top: 22px;
  text-indent: 2em;
}
.about .aboutText .aboutMore {
  display: block;
  margin-top: 40px;
  width: 210px;
  height: 40px;
  background-color: #005eb8;
  cursor: pointer;
  border: none;
  line-height: 40px;
  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;
}
.about .aboutText .aboutMore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d5241c;
  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 .aboutText .aboutMore:hover {
  color: #d5241c;
  background-color: #fff;
}
.about .aboutText .aboutMore:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.show {
  height: 239px;
  background: #f5f5f5 url(../images/showbg.jpg) center center no-repeat;
  padding: 30px 0;
}
.show .showSlide {
  height: 212px;
  padding-top: 27px;
  position: relative;
}
.show .showSlide > .showTab {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: -112px;
  width: 100%;
}
.show .showSlide > .showTab li {
  display: inline-block;
  margin: 0 26px;
  overflow: hidden;
  width: 150px;
  height: 50px;
  border: solid 1px #d6d3ce;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #d5241c, #d5241c);
  background-image: linear-gradient(to bottom, #d5241c, #d5241c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
}
.show .showSlide > .showTab li.on {
  color: #fff;
  background-size: 100% 100%;
}
.show .showSlide .showTabs {
  position: relative;
  overflow: hidden;
  height: 204px;
}
.show .showSlide .imgSlide {
  overflow: hidden;
  width: 1174px;
  height: 204px;
  margin: 0 auto;
}
.show .showSlide .imgSlide li {
  float: left;
  position: relative;
  width: 256px;
  height: 204px;
  margin-right: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.show .showSlide .imgSlide li .pic {
  display: block;
  width: 256px;
  height: 160px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.show .showSlide .imgSlide li .pic:after,
.show .showSlide .imgSlide li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  -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);
  z-index: 2;
}
.show .showSlide .imgSlide li .pic:before {
  top: 0;
  left: 0;
  border-color: #d5241c transparent transparent #d5241c;
}
.show .showSlide .imgSlide li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #d5241c #d5241c transparent;
}
.show .showSlide .imgSlide li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSlide .imgSlide li .bt {
  position: relative;
  z-index: 1;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show .showSlide .imgSlide li:hover .pic:after,
.show .showSlide .imgSlide li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .showSlide .imgSlide 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);
}
.show .showSlide .imgSlide li:hover .bt {
  color: #d5241c;
}
.show .showSlide .prev {
  width: 25px;
  height: 47px;
  background: url(../images/showl.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -700px;
  top: 67px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show .showSlide .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.show .showSlide .next {
  width: 25px;
  height: 47px;
  background: url(../images/showr.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  right: 50%;
  margin-right: -700px;
  z-index: 2;
  top: 67px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show .showSlide .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.news {
  padding: 54px 0 65px;
  background-color: #f9f9f9;
}
.news .inContent {
  margin-top: 50px;
}
.news .newsL {
  float: left;
  width: 785px;
}
.news .newsL .list1 ul {
  margin-right: -45px;
}
.news .newsL .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .list1 ul li {
  width: 370px;
  float: left;
  margin-right: 45px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 0;
  height: 223px;
}
.news .newsL .list1 ul li .bt {
  margin: 0 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news .newsL .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list1 ul li p {
  line-height: 30px;
  margin: 14px 22px 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
}
.news .newsL .list1 ul li .date {
  border-top: #ccc solid 1px;
  height: 68px;
  line-height: 68px;
  padding: 0 25px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d5241c, #d5241c);
  background-image: linear-gradient(to right, #d5241c, #d5241c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .newsL .list1 ul li .date span {
  font-size: 26px;
  float: left;
}
.news .newsL .list1 ul li .date span i {
  font-size: 12px;
}
.news .newsL .list1 ul li .date .more {
  float: right;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  border: solid 1px #333333;
  border-radius: 50%;
  background: url(../images/newsmore.png) -29px center no-repeat;
}
.news .newsL .list1 ul li:hover .bt {
  color: #d5241c;
}
.news .newsL .list1 ul li:hover .date {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.news .newsL .list1 ul li:hover .date .more {
  border-color: #fff;
  background-position: 1px center;
}
.news .newsL .list {
  margin-top: 25px;
}
.news .newsL .list ul {
  margin-right: -45px;
}
.news .newsL .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .list li {
  width: 370px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 45px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.news .newsL .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d5241c;
  width: 0;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list li:hover:after {
  width: 100%;
}
.news .newsL .list li .date {
  float: right;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list li .bt {
  float: left;
  width: 280px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsL .list li .bt:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #797979;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.news .newsL .list li:hover .bt {
  color: #d5241c;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list li:hover .bt:before {
  background-color: #d5241c;
}
.news .newsL .list li:hover .date {
  color: #d5241c;
}
.news .problem {
  float: right;
  width: 370px;
  height: 436px;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .problem .list {
  height: 436px;
  overflow: hidden;
  padding: 0 35px;
}
.news .problem .list ul li {
  border-bottom: 1px #e0e0e0 solid;
  z-index: 1;
  position: relative;
  padding: 34px 0 20px;
}
.news .problem .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d5241c;
  width: 0;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .problem .list ul li:hover:after {
  width: 100%;
}
.news .problem .list ul li .bt {
  height: 24px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
}
.news .problem .list ul li .bt:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #363636;
  color: #fff;
  text-align: center;
}
.news .problem .list ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .problem .list ul li p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  line-height: 28px;
  color: #999999;
  padding-left: 40px;
  position: relative;
}
.news .problem .list ul li p:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #d5241c;
  color: #fff;
  text-align: center;
}
.news .problem .list ul li:hover .bt {
  color: #d5241c;
}
.links {
  background: url(../images/linkbg.png) center 0 no-repeat;
  background-color: #f9f9f9;
  height: 100px;
  padding-bottom: 60px;
  font-size: 0;
}
.links .tit {
  height: 100px;
  vertical-align: middle;
  line-height: 1;
  width: 140px;
  display: inline-block;
}
.links .tit span {
  font-weight: bold;
  color: #005eb8;
  font-size: 30px;
  padding-top: 26px;
  display: block;
}
.links .tit i {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #333333;
  letter-spacing: 20px;
}
.links .list {
  display: inline-block;
  vertical-align: middle;
}
.links .list a {
  margin-left: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
.links .list a:hover {
  color: #005eb8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}