@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;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
  z-index: 1;
  height: 550px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  top: 0;
  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 .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:hover .prev {
  left: 3%;
}
.banner .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:hover .next {
  right: 3%;
  cursor: pointer;
}
.banner .hd {
  position: absolute;
  z-index: 8;
  width: 140px;
  left: 50%;
  margin-left: -620px;
  bottom:20px;
}
.banner .hd ul li {
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 18px;
  line-height:22px;
  position: relative;
  font-family: Arial;
  color: #aaa;
  padding-top: 14px;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .hd ul li span {
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .hd ul li.on {
  padding-bottom: 14px;
}
.banner .hd ul li.on span {
  opacity: 1;
}
.banner .hd ul li.on:before {
  width: 100%;
}
.inTop {
  margin-top: 50px;
  height: 120px;
  position: relative;
  border-radius: 10px;
  border: solid 1px #dddddd;
  z-index: 1;
}
.inTop .slogan {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 400px;
  padding-top: 29px;
  line-height: 1;
  padding-left: 120px;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  position: relative;
}
.inTop .slogan:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/slogan.png) center center no-repeat;
  background-color: #c90000;
  border-radius: 100%;
  left: 35px;
  top: 29px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search {
  float: left;
  width: 450px;
  padding: 30px 60px 0 140px;
  border-left: 1px #dddddd solid;
  border-right: 1px #dddddd solid;
  height: 118px;
  position: relative;
}
.inTop .search:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/search.png) center center no-repeat;
  background-color: #c90000;
  border-radius: 100%;
  left: 60px;
  top: 29px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchBox {
  height: 44px;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchBox .searchInp {
  width: 200px;
  height: 43px;
  border: none;
  border-right: none;
  line-height: 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inTop .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #777777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchBox .searchInp::-moz-placeholder {
  color: #777777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchBox .searchInp:-ms-input-placeholder {
  color: #777777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchBox .submitBtn {
  background: url(../images/searchico.png) left center no-repeat;
  border: none;
  width: 20px;
  height: 43px;
  cursor: pointer;
  float: right;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inTop .search .searchBox .submitBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchBox:hover {
  border-color: #c90000;
}
.inTop .tel {
  float: right;
  width: 348px;
  height: 118px;
  position: relative;
  padding-left: 148px;
  padding-top: 30px;
  color: #444444;
}
.inTop .tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  background-color: #c90000;
  border-radius: 100%;
  left: 60px;
  top: 29px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .tel h4 {
  line-height: 24px;
  font-size: 18px;
}
.inTop .tel p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 26px;
  line-height: 1;
  margin-top: 8px;
  color: #484848;
}
.title {
  text-align: center;
  line-height: 1;
}
.title h3 {
  font-weight: bold;
  font-size: 30px;
}
.title h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
  color: #999999;
}
.title p {
  margin-top: 10px;
  color: #777777;
}
.product {
  padding: 70px 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 40px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product .proNav ul li {
  float: left;
  width: 171px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 10px;
  line-height: 90px;
  padding: 0 10px;
  font-size: 16px;
}
.product .proNav ul li a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 40px;
  height: 60px;
  overflow: hidden;
  margin: auto;
  margin-right: 10px;
}
.product .proNav ul li a i:before,
.product .proNav ul li a 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;
}
.product .proNav ul li a i.ico1:before {
  background: url(../images/proico1.png) center center no-repeat;
}
.product .proNav ul li a i.ico1:after {
  background: url(../images/proico1h.png) center center no-repeat;
}
.product .proNav ul li a i.ico2:before {
  background: url(../images/proico2.png) center center no-repeat;
}
.product .proNav ul li a i.ico2:after {
  background: url(../images/proico2h.png) center center no-repeat;
}
.product .proNav ul li a i.ico3:before {
  background: url(../images/proico3.png) center center no-repeat;
}
.product .proNav ul li a i.ico3:after {
  background: url(../images/proico3h.png) center center no-repeat;
}
.product .proNav ul li a i.ico4:before {
  background: url(../images/proico4.png) center center no-repeat;
}
.product .proNav ul li a i.ico4:after {
  background: url(../images/proico4h.png) center center no-repeat;
}
.product .proNav ul li a i.ico5:before {
  background: url(../images/proico5.png) center center no-repeat;
}
.product .proNav ul li a i.ico5:after {
  background: url(../images/proico5h.png) center center no-repeat;
}
.product .proNav ul li a i.ico6:before {
  background: url(../images/proico6.png) center center no-repeat;
}
.product .proNav ul li a i.ico6:after {
  background: url(../images/proico6h.png) center center no-repeat;
}
.product .proNav ul li a i.ico7:before {
  background: url(../images/proico7.png) center center no-repeat;
}
.product .proNav ul li a i.ico7:after {
  background: url(../images/proico7h.png) center center no-repeat;
}
.product .proNav ul li a:hover i {
  border-color: #c90000;
}
.product .proNav ul li a:hover i:before,
.product .proNav ul li a:hover i:after {
  top: -100%;
}
.product .proNav ul li a:hover,
.product .proNav ul li a.on {
  color: #fff;
  background: #c90000;
}
.product .proNav ul li a:hover i:before,
.product .proNav ul li a.on i:before,
.product .proNav ul li a:hover i:after,
.product .proNav ul li a.on i:after {
  top: -100%;
}
.product .list {
  padding: 0 20px;
  margin-top: 4px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  width: 25%;
  margin-top: 30px;
  padding: 0 15px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 73.39449541%;
  border-radius: 20px 20px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.product .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -6px;
  top: -6px;
  width: 50px;
  height: 50px;
  border-left: 6px #c90000 solid;
  border-top: 6px #c90000 solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 20px 0 0px 0px;
}
.product .list ul li .pic:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: -6px;
  top: -6px;
  width: 50px;
  height: 50px;
  border-right: 6px #c90000 solid;
  border-top: 6px #c90000 solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0 20px 0px 0px;
}
.product .list ul li .bt {
  margin-top: 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f3f8fd;
  height: 54px;
  line-height: 54px;
  position: relative;
  font-size: 16px;
  padding: 0 28% 0 10%;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 23%;
  height: 1px;
  background-color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li:hover .pic {
  border-radius: 0;
}
.product .list ul li:hover .pic:before {
  left: 0;
  top: 0;
  border-radius: 0;
}
.product .list ul li:hover .pic:after {
  right: 0;
  top: 0;
  border-radius: 0;
}
.product .list ul li: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);
}
.product .list ul li:hover .bt {
  background: #c90000;
  color: #fff;
}
.product .list ul li:hover .bt:before {
  background-color: #fff;
}
.product .moreLink {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #c90000;
  margin: 30px auto 0;
  line-height: 38px;
  text-align: center;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c90000, #c90000);
  background-image: linear-gradient(to right, #c90000, #c90000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .moreLink:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(201, 0, 0, 0.5);
}
.quality {
  height: 690px;
  background: url(../images/zlbg.jpg) center 0 no-repeat;
}
.quality .zlBox {
  margin-top: 30px;
}
.quality .zlBox ul {
  float: right;
  width: 688px;
  height: 450px;
  background-color: #f5f5f5;
  border-radius: 50px 0px 0px 0px;
  padding: 36px 40px;
}
.quality .zlBox ul li {
  width: 304px;
  height: 380px;
  border-radius: 10px;
  text-align: center;
  padding: 65px 40px 0;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .zlBox ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .zlBox ul li h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.quality .zlBox ul li h5 {
  line-height: 1;
  color: #666666;
  margin-top: 14px;
  font-size: 14px;
}
.quality .zlBox ul li .line {
  width: 50px;
  height: 1px;
  background-color: #cccccc;
  margin: 36px auto 0;
}
.quality .zlBox ul li .text {
  line-height: 30px;
  margin-top: 30px;
}
.quality .zlBox ul li:hover,
.quality .zlBox ul li.on {
  background: #c90000;
}
.quality .zlBox ul li:hover h4,
.quality .zlBox ul li.on h4,
.quality .zlBox ul li:hover h5,
.quality .zlBox ul li.on h5,
.quality .zlBox ul li:hover .text,
.quality .zlBox ul li.on .text {
  color: #fff;
}
.case {
  margin-top: -74px;
}
.case .caseBox {
  margin-top: 30px;
}
.case .caseBox .caseNav {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 210px;
}
.case .caseBox .caseNav li {
  margin-top: 55px;
}
.case .caseBox .caseNav li:first-child {
  margin-top: 0;
}
.case .caseBox .caseNav li a {
  display: block;
  line-height: 60px;
  font-size: 18px;
}
.case .caseBox .caseNav li a em {
  display: inline-block;
  vertical-align: top;
  width: 61px;
  height: 60px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin-right: 30px;
  position: relative;
}
.case .caseBox .caseNav li a em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/casenavli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseBox .caseNav li a em i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.case .caseBox .caseNav li a em i:before,
.case .caseBox .caseNav li a em 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;
}
.case .caseBox .caseNav li a em i.ico1:before {
  background: url(../images/caseico1.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico1:after {
  background: url(../images/caseico1h.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico2:before {
  background: url(../images/caseico2.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico2:after {
  background: url(../images/caseico2h.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico3:before {
  background: url(../images/caseico3.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico3:after {
  background: url(../images/caseico3h.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico4:before {
  background: url(../images/caseico4.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico4:after {
  background: url(../images/caseico4h.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico5:before {
  background: url(../images/caseico5.png) center center no-repeat;
}
.case .caseBox .caseNav li a em i.ico5:after {
  background: url(../images/caseico5h.png) center center no-repeat;
}
.case .caseBox .caseNav li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.case .caseBox .caseNav li a:hover em {
  background: #c90000;
  animation: ripple 1.2s linear infinite;
}
.case .caseBox .caseNav li a:hover em:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseBox .caseNav li a:hover em i:before,
.case .caseBox .caseNav li a:hover em i:after {
  top: -100%;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 0, 0, 0.3), 0 0 0 5px rgba(201, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(201, 0, 0, 0.3), 0 0 0 10px rgba(201, 0, 0, 0);
  }
}
.case .caseTabs {
  position: relative;
  float: left;
  padding: 65px 0;
}
.case .caseTabs .bd {
  width: 550px;
  overflow: hidden;
  height: 440px;
}
.case .caseTabs .bd li {
  height: 160px;
  margin-bottom: 40px;
  position: relative;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px 0px 20px 0px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.case .caseTabs .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd li .pic {
  display: block;
  width: 200px;
  height: 160px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 6px;
}
.case .caseTabs .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd li .cont {
  width: 260px;
  height: 160px;
  float: right;
  margin-right: 20px;
  padding-top: 12px;
}
.case .caseTabs .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #777777;
  margin-top: 4px;
}
.case .caseTabs .bd li .cont .more {
  line-height: 20px;
  display: inline-block;
  font-size: 13px;
  color: #777777;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd li .cont .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #bfbfbf;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd li .cont .more:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
.case .caseTabs .bd li .cont .more:hover {
  color: #c90000;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd li .cont .more:hover:before {
  background-color: #c90000;
}
.case .caseTabs .bd li: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 .caseTabs .bd li:hover .cont .bt {
  color: #c90000;
}
.case .caseTabs .prev {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 22px;
  background: url(../images/caset.png) center center no-repeat;
  left: 50%;
  margin-left: -20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  top: 0;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .caseTabs .next {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 22px;
  background: url(../images/caseb.png) center center no-repeat;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .caseR {
  position: absolute;
  top: 0;
  left: 814px;
  width: 746px;
  height: 572px;
  overflow: hidden;
  border-radius: 30px 0px 0px 30px;
}
.case .caseR .pic {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.case .caseR .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseR .bt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #c90000;
  width: 320px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 15px 0 110px;
  border-radius: 0px 10px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseR .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseR: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);
}
.youshi {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  height: 780px;
  margin-top: 30px;
  padding-top: 58px;
}
.youshi .hd {
  float: left;
  padding-top: 40px;
}
.youshi .hd ul li {
  cursor: pointer;
  height: 60px;
  margin-top: 60px;
  padding-left: 104px;
  position: relative;
  color: #fff;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  top: 50%;
  margin-top: -1px;
  left: -24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 60px;
  overflow: hidden;
  margin: auto;
}
.youshi .hd ul li i:before,
.youshi .hd ul 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;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico5:before {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .hd ul li i.ico5:after {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .hd ul li .line {
  width: 20px;
  height: 1px;
  background: #fff;
  left: 64px;
  top: 50%;
  position: absolute;
}
.youshi .hd ul li h4 {
  font-size: 24px;
  line-height: 1;
  padding-top: 8px;
}
.youshi .hd ul li h5 {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  margin-top: 10px;
}
.youshi .hd ul li:hover:before,
.youshi .hd ul li.on:before {
  width: 60px;
  left: -84px;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li.on i:before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .hd ul li:hover .line,
.youshi .hd ul li.on .line {
  background-size: 100% 100%;
}
.youshi .bd {
  float: right;
  overflow: hidden;
  z-index: 2;
  width: 720px;
  height: 682px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd ul li {
  position: relative;
}
.youshi .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd ul li .pic {
  border-radius: 10px;
  width: 720px;
  height: 480px;
  display: block;
  overflow: hidden;
}
.youshi .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .bd ul li .cont {
  padding-top: 40px;
  width: 375px;
}
.youshi .bd ul li .cont h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.youshi .bd ul li .cont .text {
  line-height: 30px;
  margin-top: 22px;
}
.youshi .bd ul li:hover h4 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .bd ul li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .prev {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background: url(../images/yst.png) center center no-repeat;
  background-color: #444444;
  border-radius: 6px 6px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .next {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../images/ysb.png) center center no-repeat;
  background-color: #c90000;
  border-radius: 0px 0px 6px 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about {
  padding: 70px 0 0;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutPic {
  position: absolute;
  width: 700px;
  height: 632px;
  left: 860px;
  bottom: 40px;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 700px;
  height: 632px;
  border-radius: 60px 0px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 700px;
  height: 632px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic .iframe {
  width: 480px !important;
  height: 480px !important;
}
.about .aboutPic .pic h4 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #c90000;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 17px;
  color: #eeeeee;
  padding-left: 17px;
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 15px -10px rgba(201, 0, 0, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .honor {
  position: absolute;
  left: 505px;
  bottom: 40px;
  width: 300px;
  height: 210px;
  border-radius: 10px;
}
.about .honor img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .honor:hover img {
  box-shadow: 0 10px 10px -5px rgba(201, 0, 0, 0.2);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about .aboutBox {
  margin-top: 52px;
  height: 546px;
}
.about .aboutText {
  float: left;
  width: 715px;
  margin-left: 80px;
  padding-top: 70px;
}
.about .aboutText h4 {
  padding-left: 55px;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/abouttit.png) 0 center no-repeat;
}
.about .aboutText .text {
  margin-left: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  margin-top: 10px;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  margin-left: 55px;
  margin-top: 30px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #c90000;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
  text-transform: uppercase;
  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:after {
  content: " +";
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #c90000;
  border-radius: 10px 0px 10px 0px;
  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 .more:hover {
  background: none;
  color: #c90000;
  box-shadow: 0 8px 10px -5px rgba(201, 0, 0, 0.3);
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aLink {
  margin-top: 70px;
  margin-left: -8px;
}
.about .aLink a {
  display: block;
  float: left;
  width: 180px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i {
  display: block;
  width: 50px;
  height: 54px;
  overflow: hidden;
  margin: auto;
}
.about .aLink a i:before,
.about .aLink a 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;
}
.about .aLink a i:before {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.about .aLink a i.ico1:before,
.about .aLink a i.ico1:after {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aLink a i.ico2:before,
.about .aLink a i.ico2:after {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aLink a i.ico3:before,
.about .aLink a i.ico3:after {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aLink a em {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 20px;
  background-color: #000;
  opacity: 0.2;
}
.about .aLink a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 14px;
}
.about .aLink a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 6px;
  color: #999999;
}
.about .aLink a:after {
  content: "";
  display: block;
  background: url(../images/alinkar.png) center center no-repeat;
  width: 9px;
  height: 6px;
  margin: 13px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about .aLink a:hover i:before,
.about .aLink a:hover i:after {
  top: -100%;
}
.about .aLink a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding: 70px 0;
}
.news .list ul {
  margin-right: -36px;
}
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list li {
  float: left;
  margin-top: 30px;
  margin-right: 36px;
  width: 376px;
  height: 180px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding: 28px 30px 0 122px;
}
.news .list li .date {
  position: absolute;
  width: 50px;
  text-align: right;
  top: 30px;
  left: 30px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date:before {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 26px;
  background-color: #dedede;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date:after {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 26px;
  background-color: #dedede;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date i {
  display: block;
  line-height: 12px;
  font-family: Arial;
  font-size: 14px;
}
.news .list li .date span {
  display: block;
  font-family: Arial;
  font-size: 20px;
  line-height: 16px;
  margin-top: 12px;
  white-space: nowrap;
}
.news .list li .bt {
  font-size: 15px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #c90000;
}
.news .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 4px;
  color: #777777;
  font-size: 13px;
}
.news .list li .more {
  display: block;
  width: 62px;
  height: 20px;
  margin-top: 10px;
  background: url(../images/newsar.png) 0 center no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .more:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list li:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.news .list li:hover .bt {
  color: #c90000;
}
.links {
  margin-bottom: 70px;
}
.links .linksBox {
  line-height: 32px;
}
.links .linksBox .tit {
  float: left;
  width: 80px;
  height: 32px;
  background-color: #444444;
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.links .linksBox .list {
  float: right;
  width: 1120px;
  overflow: hidden;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #555555;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #c90000;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message {
  padding: 60px 0;
}
.message .text {
  float: left;
  width: 330px;
  margin-right: 40px;
  padding-top: 10px;
}
.message .text ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .text ul li {
  float: left;
  color: #666666;
  padding-left: 30px;
  margin-top: 35px;
}
.message .text ul li.li1 {
  background: url(../images/lxico1.png) 0 0 no-repeat;
  margin-top: 0;
}
.message .text ul li.li2 {
  background: url(../images/lxico2.png) 0 0 no-repeat;
}
.message .text ul li h4 {
  line-height: 18px;
}
.message .text ul li p {
  line-height: 26px;
  margin-top: 6px;
}
.message .text ul li p span {
  font-size: 20px;
}
.message .links {
  float: left;
  width: 340px;
  padding-top: 10px;
}
.message .links .tit {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  padding-left: 26px;
  background: url(../images/linksico.png) 0 center no-repeat;
}
.message .links .linkBox {
  margin-top: 20px;
  width: 280px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px #eaeaea;
  position: relative;
  z-index: 5;
}
.message .links .linkBox:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #c90000 url(../images/linksar.png) center center no-repeat;
  border-radius: 2px;
  width: 40px;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .links .linkBox span {
  color: #777777;
  line-height: 34px;
  padding: 0 50px 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message .links .linkBox span a {
  color: #777777;
}
.message .links .linkBox div {
  overflow: auto;
  right: 0;
  top: 100%;
  width: 100%;
  height: 164px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.message .links .linkBox div a {
  line-height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
}
.message .links .linkBox div a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message .links .linkBox div a:hover {
  color: #c90000;
}
.message .links .linkBox:hover {
  overflow: inherit;
}
.message .links .linkBox:hover div {
  overflow: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.message .links .img {
  margin-top: 36px;
  line-height: 24px;
}
.message .links .img img {
  vertical-align: middle;
  max-height: 22px;
}
.message .formbox {
  float: right;
  width: 450px;
}
.message .formbox input,
.message .formbox textarea {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 38px;
  border-radius: 4px;
  background: none;
  border: solid 1px rgba(204, 204, 204, 0.5);
  line-height: 36px;
  padding: 0 10px 0 62px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username,
.message .formbox textarea.username {
  background: url(../images/inpxm.png) 18px center no-repeat;
  margin-right: 10px;
}
.message .formbox input.usertel,
.message .formbox textarea.usertel {
  background: url(../images/inpdh.png) 18px center no-repeat;
}
.message .formbox input.xqcontent,
.message .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 19px 10px no-repeat;
  width: 100%;
  height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.message .formbox input.codeText,
.message .formbox textarea.codeText {
  padding-left: 10px;
  margin-bottom: 0;
}
.message .formbox input::-webkit-input-placeholder,
.message .formbox textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input::-moz-placeholder,
.message .formbox textarea::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder,
.message .formbox textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:focus,
.message .formbox textarea:focus,
.message .formbox input:active,
.message .formbox textarea:active {
  border-color: rgba(201, 0, 0, 0.7);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox textarea:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder,
.message .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 38px;
  border-radius: 4px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  float: right;
  width: 220px;
  height: 38px;
  background-color: #c90000;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.message .formbox .submitform:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  margin-right: 10px;
  height: 36px;
  background: url(../images/tjico.png) center center no-repeat;
}
.message .formbox .submitform:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 10px -5px rgba(201, 0, 0, 0.5);
}
