@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;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.inMenu {
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 280px;
  height: 800px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inMenu * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inMenu .logo {
  padding-top: 18px;
  text-align: center;
}
.inMenu .logo img {
  display: block;
  height: 80px;
  margin: auto;
}
.inMenu .logo span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}
.inMenu .xunpan {
  color: #999999;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin-top: 36px;
}
.inMenu .xunpan i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #b02724;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 5px;
}
.inMenu .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #b02724;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(176, 39, 36, 0.15);
}
.inMenu .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #b02724;
}
.inMenu .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inMenu .search {
  width: 174px;
  height: 34px;
  border: solid 1px #dedede;
  margin: 10px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inMenu .search:hover {
  border-color: #b02724;
}
.inMenu .search .searchInp {
  width: 142px;
  height: 32px;
  border: none;
  padding: 0 10px;
  line-height: 32px;
  background: none;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inMenu .search .searchInp::-webkit-input-placeholder {
  color: #b3b3b3;
}
.inMenu .search .searchInp:focus,
.inMenu .search .searchInp:active {
  border-color: rgba(176, 39, 36, 0.8);
}
.inMenu .search .searchInp:focus::-webkit-input-placeholder,
.inMenu .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inMenu .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inMenu .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inNav {
  width: 100%;
}
.inNav * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inNav .menu {
  margin-top: 32px;
}
.inNav .menu > ul {
  font-size: 0;
}
.inNav .menu > ul > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inNav .menu > ul > li > a {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inNav .menu > ul > li > a:hover {
  background: none;
}
.inNav .menu > ul > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #b02724;
  left: 0;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inNav .menu > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 5px;
  border-radius: 100%;
  background-color: #b02724;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inNav .menu > ul > li.another:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inNav .menu > ul > li.another:after {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 70px;
}
.inNav .menu > ul > li.another a {
  font-weight: bold;
}
.inNav .menu > ul > li.another > a,
.inNav .menu > ul > li:hover > a {
  color: #b02724;
}
.inNav .menu > ul > li.another > a:before,
.inNav .menu > ul > li:hover > a:before {
  width: 47px;
}
.inNav .menu > ul > li.another > a:after,
.inNav .menu > ul > li:hover > a:after {
  width: 5px;
  left: 70px;
}
.inNav .menu > ul > li:hover .sec {
  height: auto;
}
.inNav .menu > ul > li:hover .secs {
  height: auto;
}
.inNav .menu .sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(176, 39, 36, 0.85);
  display: none;
  font-size: 14px;
  text-align: left;
}
.inNav .menu .sec a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  line-height: 39px;
  height: 39px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}
.inNav .menu .sec a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inNav .menu .secs {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(176, 39, 36, 0.85);
  text-align: left;
}
.inNav .menu .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inNav .menu .secs .navPic {
  float: left;
  width: 315px;
}
.inNav .menu .secs .navPic .pic {
  width: 100%;
  display: block;
  min-height: 160px;
}
.inNav .menu .secs .navPic .pic img {
  width: 100%;
  display: block;
}
.inNav .menu .secs .navPic h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 4px 0;
  line-height: 2;
}
.inNav .menu .secs .navPic p {
  font-size: 16px;
  color: #fff;
}
.inNav .menu .secs ul {
  float: right;
  width: 230px;
}
.inNav .menu .secs ul > li {
  background: none;
}
.inNav .menu .secs ul > li > a {
  display: block;
  text-align: left;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  font-size: 14px;
}
.inNav .menu .secs ul > li > a:hover {
  color: #fff;
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inNav .menu .secs ul > li:first-child > a {
  margin-top: 0;
}
.inNav .menu .secs ul > li:hover .nlayer2 {
  height: auto;
  visibility: visible;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.inNav .menu .secs ul > li:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.inNav .menu .secs .nlayer2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  left: 100%;
  width: 260px;
  padding: 36px 10px 36px 20px;
  height: 100%;
  visibility: hidden;
  top: 0;
  background: rgba(176, 39, 36, 0.85);
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.inNav .menu .secs .nlayer2 .nlayer2Box {
  overflow-y: auto;
  padding-right: 10px;
  height: 100%;
}
.inNav .menu .secs .nlayer2 a {
  display: block;
  line-height: 24px;
  margin-top: 16px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  color: #fff;
  padding-left: 20px;
  position: relative;
  left: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inNav .menu .secs .nlayer2 a:first-child {
  margin-top: 0;
}
.inNav .menu .secs .nlayer2 a:hover {
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  left: 5px;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 {
  height: 100%;
  visibility: visible;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.inNav .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.infixedNav {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.infixedNav .menu {
  text-align: center;
  margin: auto;
}
.infixedNav .menu > ul > li {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin: 0 2px;
}
.infixedNav .menu > ul > li:before {
  display: none;
}
.infixedNav .menu > ul > li:after {
  display: none;
}
.infixedNav .menu > ul > li > a {
  padding: 0 26px;
  border-color: transparent;
}
.infixedNav .menu > ul > li > a:before {
  display: none;
}
.infixedNav .menu > ul > li > a:after {
  display: none;
}
.infixedNav .menu > ul .sec {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.infixedNav .menu > ul .secs {
  top: 100%;
  left: 50%;
  margin-left: -340px;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 800px;
  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;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #b02724;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #b02724;
}
.trait {
  background-color: #f8f8f8;
  padding: 72px 0 65px;
}
.trait .tdTit {
  text-align: center;
  line-height: 1;
}
.trait .tdTit h3 {
  font-size: 24px;
  font-weight: bold;
}
.trait .tdTit h4 {
  color: #999999;
  margin-top: 22px;
}
.trait .list {
  margin-top: 58px;
}
.trait .list li {
  float: left;
  position: relative;
  width: 138px;
  margin-left: 127px;
  padding-bottom: 60px;
}
.trait .list li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trait .list li:first-child {
  margin-left: 0;
}
.trait .list li h4 {
  width: 138px;
  height: 138px;
  background-color: #333333;
  display: block;
  margin: auto;
  border-radius: 100%;
  text-align: center;
  position: relative;
  padding-top: 37px;
}
.trait .list li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 124px;
  border: dashed 1px #ffffff;
  border-radius: 100%;
  left: 7px;
  top: 7px;
}
.trait .list li h4 i {
  display: block;
  margin: auto;
  width: 35px;
  height: 30px;
}
.trait .list li h4 i.ico1 {
  background: url(../images/tdico1.png) center center no-repeat;
}
.trait .list li h4 i.ico2 {
  background: url(../images/tdico2.png) center center no-repeat;
}
.trait .list li h4 i.ico3 {
  background: url(../images/tdico3.png) center center no-repeat;
}
.trait .list li h4 i.ico4 {
  background: url(../images/tdico4.png) center center no-repeat;
}
.trait .list li h4 i.ico5 {
  background: url(../images/tdico5.png) center center no-repeat;
}
.trait .list li h4 span {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin-top: 18px;
  display: block;
}
.trait .list li p {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.trait .list li:hover h4 {
  background: #b02724;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.trait .list li:hover h4 i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.trait .list li:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.title {
  line-height: 1;
  text-align: center;
}
.title .en {
  text-transform: uppercase;
  font-size: 46px;
  font-family: "Courier New", 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #b02724;
  opacity: 0.8;
  line-height: 26px;
}
.title h3 {
  margin-top: 23px;
  font-size: 22px;
  font-weight: bold;
  background: url(../images/titline.png) center center no-repeat;
}
.title p {
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}
.product {
  padding: 70px 0 80px;
}
.product .porBox {
  padding-top: 45px;
}
.product .proNav {
  text-align: center;
  font-size: 0;
}
.product .proNav a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px;
  line-height: 26px;
  margin-left: 10px;
  font-size: 16px;
}
.product .proNav a:before {
  content: "/";
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  width: 10px;
  text-align: center;
  color: #999999;
}
.product .proNav a:first-child:before {
  display: none;
}
.product .proNav a:hover {
  color: #b02724;
}
.product .proTabs {
  margin-top: 45px;
  position: relative;
}
.product .proTabs .bd {
  height: 340px;
  overflow: hidden;
}
.product .proTabs .bd li {
  height: 340px;
}
.product .proTabs .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd li .pic {
  display: block;
  width: 600px;
  height: 340px;
  position: relative;
  overflow: hidden;
  float: left;
}
.product .proTabs .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* -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); */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .proTabs .bd li .cont {
  float: right;
  width: 600px;
  background-color: #f8f8f8;
  padding: 35px 40px 0 45px;
  height: 340px;
}
.product .proTabs .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}
.product .proTabs .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd li .cont .line {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 30px;
  height: 1px;
  background-color: #dedede;
  margin-top: 15px;
}
.product .proTabs .bd li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 38px;
  height: 76px;
  color: #666666;
  margin-top: 18px;
}
.product .proTabs .bd li .cont .tel {
  color: #999999;
  margin-top: 35px;
  line-height: 20px;
}
.product .proTabs .bd li .cont .tel span {
  color: #b02724;
  font-weight: bold;
  font-family: Arial;
  line-height: 20px;
  font-size: 20px;
}
.product .proTabs .bd li .cont .tip {
  margin-top: 37px;
  border-top: 1px solid #dedede;
  padding-top: 27px;
  line-height: 1;
  color: #999999;
}
.product .proTabs .bd li:hover .cont .bt {
  color: #b02724;
}
.product .proTabs .prev {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 87px;
  top: 200px;
  background: url(../images/arl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .proTabs .prev:hover {
  background: url(../images/arlh.png) center center no-repeat;
}
.product .proTabs .next {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 40px;
  top: 200px;
  background: url(../images/arrh.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .proTabs .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .list {
  margin-top: 34px;
}
.product .list ul {
  margin-right: -40px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  margin-right: 40px;
  width: 270px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 192px;
  position: relative;
  overflow: hidden;
}
.product .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* -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); */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  /* position: absolute; */
  /* left: 17px; */
  bottom: 0;
  z-index: 1;
  /* width: 236px; */
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  padding: 0 50px 0 32px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #b02724, #b02724);
  background-image: linear-gradient(to right, #b02724, #b02724);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #dedede;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  height: 100%;
  top: 0;
  width: 19px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover {
  border-color: #b02724;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li:hover .bt {
  color: #fff;
  background-size: 100% 100%;
}
.product .list li:hover .bt:after {
  background: url(../images/prolih.png) center center no-repeat;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 77px;
}
.youshi .ysTit {
  position: absolute;
  z-index: 2;
  line-height: 1;
  color: #ffffff;
  left: 50%;
  margin-left: 15px;
  top: 104px;
}
.youshi .ysTit h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 85px;
  line-height: 64px;
  color: #c55553;
  white-space: nowrap;
}
.youshi .ysTit h3 {
  font-weight: bold;
  font-size: 50px;
  margin-top: 37px;
  color: #ffffff;
}
.youshi .ysBox {
  height: 760px;
}
.youshi .bd {
  height: 760px;
  overflow: hidden;
}
.youshi .bd li {
  height: 310px;
  position: relative;
  z-index: 1;
}
.youshi .bd li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 462px;
  height: 296px;
  background-color: #b02724;
}
.youshi .bd li .ysPic {
  width: 600px;
  float: left;
  height: 760px;
  position: relative;
}
.youshi .bd li .ysPic .pic {
  width: 960px;
  height: 760px;
  overflow: hidden;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.youshi .bd li .ysPic .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.youshi .bd li .ysPic .pic:hover:before,
.youshi .bd li .ysPic .pic.pic:hover:before,
.youshi .bd li .ysPic .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.youshi .bd li .ysPic .pic img {
  width: 960px;
  height: 760px;
  display: block;
}
.youshi .bd li .cont {
  position: relative;
  float: left;
  width: 552px;
  height: 357px;
  background-color: #ffffff;
  padding: 45px 0 0 35px;
  margin-top: 270px;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}
.youshi .bd li .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd li .cont .tit {
  padding-left: 58px;
  position: relative;
}
.youshi .bd li .cont .tit i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  top: -5px;
}
.youshi .bd li .cont .tit i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico5 {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .bd li .cont h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #b02724;
}
.youshi .bd li .cont h5 {
  text-transform: uppercase;
  line-height: 10px;
  color: #999999;
  margin-top: 18px;
  font-family: Arial;
}
.youshi .bd li .cont .line {
  width: 51px;
  height: 3px;
  background-color: #dedede;
  margin-top: 30px;
}
.youshi .bd li .cont .text {
  color: #666666;
  padding-top: 16px;
}
.youshi .bd li .cont .text p {
  line-height: 30px;
  margin-top: 10px;
  padding-left: 58px;
  background: url(../images/ysli.png) 10px 10px no-repeat;
}
.youshi .bd li .cont .tel {
  color: #b02724;
  font-size: 20px;
  font-family: Arial;
  padding-left: 10px;
  line-height: 27px;
  font-weight: bold;
  margin-top: 35px;
}
.youshi .bd li .cont .tel:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  margin-right: 15px;
  animation: msClock 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .bd li .cont:hover .tit i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.youshi .bd li .cont:hover h4 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .bd li .cont:hover h5 {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .bd li .cont:hover .line {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .bd li .cont:hover .text {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.youshi .prev {
  width: 82px;
  height: 57px;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #333333;
  position: absolute;
  top: 347px;
  left: 50%;
  margin-left: 190px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .next {
  width: 82px;
  height: 57px;
  background: url(../images/ysr.png) center center no-repeat;
  background-color: #fff;
  position: absolute;
  top: 347px;
  left: 50%;
  margin-left: 272px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case {
  padding: 90px 0 70px;
}
.case .caseBox {
  height: 540px;
  background-color: #f8f8f8;
  padding: 40px 28px;
  margin-top: 36px;
}
.case .caseBox .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .one .pic {
  display: block;
  width: 540px;
  height: 426px;
  border: 8px #b02724 solid;
  float: left;
  overflow: hidden;
  position: relative;
}
.case .caseBox .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .one .cont {
  float: right;
  margin-right: 10px;
  width: 532px;
  position: relative;
  padding-top: 22px;
}
.case .caseBox .one .cont .more {
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  background: #b02724;
  font-size: 20px;
  z-index: 2;
}
.case .caseBox .one .cont .more:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -moz-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.case .caseBox .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  line-height: 26px;
  padding-right: 40px;
}
.case .caseBox .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .one .cont h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 1;
}
.case .caseBox .one .cont .line {
  width: 57px;
  height: 1px;
  background-color: #dedede;
  margin-top: 20px;
}
.case .caseBox .one .cont p {
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #666666;
  margin-top: 24px;
}
.case .caseBox .one:hover .cont .bt {
  color: #b02724;
}
.case .caseTabs {
  position: absolute;
  right: 40px;
  bottom: 70px;
  z-index: 2;
}
.case .caseTabs .bd {
  height: 222px;
  overflow: hidden;
  width: 534px;
}
.case .caseTabs .bd ul {
  margin-right: -14px;
  position: relative;
}
.case .caseTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li {
  float: left;
  position: relative;
  margin-right: 14px;
  width: 252px;
  height: 214px;
  border: solid 4px #dedede;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
  overflow: hidden;
}
.case .caseTabs .bd ul li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.case .caseTabs .bd ul 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: rgba(176, 39, 36, 0.8);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseTabs .bd ul li:hover .bt {
  bottom: 0;
  color: #fff;
  background: rgba(176, 39, 36, 0.8);
}
.case .caseTabs .prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseTabs .prev:before {
  content: "<";
  font-family: SimSun;
  font-weight: bold;
}
.case .caseTabs .next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .next:before {
  content: ">";
  font-family: SimSun;
  font-weight: bold;
}
.case .caseTabs:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseTabs:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  height: 388px;
}
.message .formbox {
  float: left;
  width: 430px;
  margin-left: 38px;
  padding-top: 58px;
}
.message .formbox .tit {
  height: 29px;
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  background: url(../images/lyico.png) 0 center no-repeat;
  padding-left: 38px;
  margin-bottom: 15px;
}
.message .formbox .tit span {
  font-weight: bold;
  font-size: 24px;
  vertical-align: top;
  line-height: 28px;
  margin-right: 16px;
}
.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: 204px;
  height: 42px;
  background-color: #ffffff;
  border: none;
  line-height: 42px;
  padding: 0 10px 0 40px;
  margin-top: 20px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox input.username,
.message .formbox textarea.username {
  background: url(../images/inpxm.png) 12px center no-repeat;
  background-color: #ffffff;
  margin-right: 22px;
}
.message .formbox input.usertel,
.message .formbox textarea.usertel {
  background: url(../images/inpdh.png) 12px center no-repeat;
  background-color: #ffffff;
}
.message .formbox input.xqcontent,
.message .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 12px 14px no-repeat;
  background-color: #ffffff;
  width: 430px;
  height: 75px;
  padding: 15px 10px 5px 40px;
  line-height: 24px;
}
.message .formbox input.codeText,
.message .formbox textarea.codeText {
  background: url(../images/inpyzm.png) 12px center no-repeat;
  background-color: #ffffff;
  padding-right: 100px;
  margin-right: 0;
}
.message .formbox input::-webkit-input-placeholder,
.message .formbox textarea::-webkit-input-placeholder {
  color: #999999;
}
.message .formbox input:focus,
.message .formbox textarea:focus,
.message .formbox input:active,
.message .formbox textarea:active {
  background-color: rgba(255, 255, 255, 0.9);
}
.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: 3px;
  bottom: 3px;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
}
.message .formbox .submitform {
  float: right;
  margin-top: 20px;
  width: 204px;
  height: 42px;
  background-color: #ffffff;
  line-height: 42px;
  border: none;
  text-align: center;
  color: #b02724;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
.message .formbox .submitform:hover {
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.message .text {
  float: right;
  padding-top: 100px;
  color: #ffffff;
  width: 600px;
}
.message .text .t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.message .text .t2 {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 20px;
}
.message .text .line {
  margin-top: 15px;
  width: 600px;
  height: 1px;
  background-color: #dedede;
}
.message .text .tel {
  margin-top: 36px;
}
.message .text .tel {
  margin-top: 30px;
  line-height: 37px;
  position: relative;
  height: 46px;
  padding-left: 48px;
}
.message .text .tel:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .text .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 31px;
  height: 35px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/lytel.png) 0 center no-repeat;
}
.message .text .tel .t1 {
  font-size: 14px;
  line-height: 1;
}
.message .text .tel .t2 {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 10px;
  color: #ffffff;
}
.message .text .tel .zxLink {
  float: right;
  margin-right: 116px;
  display: block;
  width: 153px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  color: #b02724;
}
.message .text .tel .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../images/zxico.png) center center no-repeat;
  width: 20px;
  height: 100%;
  margin-right: 10px;
}
.message .text .tel .zxLink:hover {
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about {
  background-color: #f8f8f8;
  padding: 70px 0 80px;
}
.about .aboutBox {
  margin-top: 64px;
}
.about .aboutBox:before {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  bottom: -35px;
  width: 151px;
  height: 163px;
  background-color: #b02724;
  z-index: -1;
}
.about .aboutPic {
  width: 600px;
  height: 394px;
  float: right;
  position: relative;
  z-index: 1;
}
.about .aboutPic > .pic {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 394px;
}
.about .aboutPic > .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutPic > .pic:hover:before,
.about .aboutPic > .pic.pic:hover:before,
.about .aboutPic > .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutPic > .pic img {
  width: 600px;
  height: 394px;
  display: block;
}
.about .aboutPic .honorTabs {
  position: absolute;
  z-index: 3;
  width: 244px;
  height: 220px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}
.about .aboutPic .honorTabs .bd {
  width: 244px;
  height: 220px;
  overflow: hidden;
}
.about .aboutPic .honorTabs .bd li {
  width: 244px;
  height: 220px;
}
.about .aboutPic .honorTabs .bd li .pic {
  display: block;
  width: 244px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.about .aboutPic .honorTabs .bd li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honorTabs .bd li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.about .aboutPic .honorTabs .bd li:hover .bt {
  color: #b02724;
}
.about .aboutPic .honorTabs .prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 40px;
  color: #bbb;
  background: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  z-index: 4;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honorTabs .prev:before {
  content: "<";
  font-family: SimSun;
  font-weight: bold;
}
.about .aboutPic .honorTabs .prev:hover {
  color: #b02724;
}
.about .aboutPic .honorTabs .next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 26px;
  height: 40px;
  color: #bbb;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 4;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honorTabs .next:before {
  content: ">";
  font-family: SimSun;
  font-weight: bold;
}
.about .aboutPic .honorTabs .next:hover {
  color: #b02724;
}
.about .aboutText {
  width: 545px;
  float: left;
}
.about .aboutText h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText h5 {
  text-transform: uppercase;
  font-family: Arial;
  margin-top: 18px;
  line-height: 12px;
  color: #999999;
  font-size: 14px;
}
.about .aboutText .line {
  margin-top: 32px;
  width: 39px;
  height: 4px;
  background-color: #b02724;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  margin-top: 25px;
  text-indent: 2em;
  color: #666666;
}
.about .aboutText .aLink {
  margin-top: 88px;
  font-size: 0;
}
.about .aboutText .aLink a {
  display: inline-block;
  height: 72px;
  border: solid 1px #dedede;
  vertical-align: top;
  width: 230px;
  margin-left: 65px;
  position: relative;
  padding-top: 16px;
  padding-left: 80px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.about .aboutText .aLink a:first-child {
  margin-left: 0;
}
.about .aboutText .aLink a i {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 40px;
  height: 100%;
}
.about .aboutText .aLink a i.ico1 {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2 {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText .aLink a span {
  display: block;
  line-height: 1;
}
.about .aboutText .aLink a span.cn {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a span.en {
  font-family: Arial;
  font-size: 14px;
  margin-top: 8px;
  color: #999999;
}
.about .aboutText .aLink a:hover {
  border-color: #b02724;
}
.about .aboutText .aLink a:hover i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.about .aboutText .aLink a:hover .cn {
  color: #b02724;
}
.news {
  padding: 70px 0 70px;
}
.news .newsBox {
  margin-top: 52px;
}
.news .newsL {
  float: left;
  width: 766px;
}
.news .newsTab {
  height: 36px;
  border-bottom: 1px solid #dedede;
}
.news .newsTab a {
  display: block;
  float: left;
  line-height: 1;
  height: 35px;
  margin-right: 45px;
  font-size: 18px;
  position: relative;
}
.news .newsTab a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #b02724;
  left: 50%;
  bottom: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab a.on {
  color: #b02724;
  font-weight: bold;
}
.news .newsTab a.on:before {
  width: 100%;
  left: 0;
}
.news .newsTabs {
  overflow: hidden;
  margin-top: 30px;
  height: 373px;
}
.news .newsTabs .newsList .one {
  float: left;
  position: relative;
  width: 336px;
}
.news .newsTabs .newsList .one .pic {
  display: block;
  width: 100%;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.news .newsTabs .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsTabs .newsList .one .date {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(176, 39, 36, 0.8);
  color: #fff;
  text-align: center;
  width: 98px;
  height: 90px;
  padding-top: 22px;
  line-height: 1;
}
.news .newsTabs .newsList .one .date i {
  display: block;
  font-size: 14px;
}
.news .newsTabs .newsList .one .date span {
  display: block;
  margin: auto;
  width: 50px;
  border-top: 1px solid #dedede;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  margin-top: 10px;
}
.news .newsTabs .newsList .one .cont {
  height: 108px;
  padding-top: 18px;
}
.news .newsTabs .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.news .newsTabs .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .one .cont p {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 16px;
}
.news .newsTabs .newsList .one:hover .cont .bt {
  color: #b02724;
}
.news .newsTabs .newsList .list {
  float: right;
  width: 412px;
  position: relative;
}
.news .newsTabs .newsList .list li {
  height: 52px;
  line-height: 46px;
  border-bottom: 1px dashed #dedede;
  position: relative;
  margin-top: 12px;
}
.news .newsTabs .newsList .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #b02724;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsTabs .newsList .list li:hover:after,
.news .newsTabs .newsList .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTabs .newsList .list li:first-child {
  margin-top: 0;
}
.news .newsTabs .newsList .list li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  float: left;
  width: 330px;
  position: relative;
}
.news .newsTabs .newsList .list li .bt:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #dedede;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 15px;
}
.news .newsTabs .newsList .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .list li .date {
  color: #999999;
  float: right;
  font-size: 13px;
}
.news .newsTabs .newsList .list li:hover .bt {
  color: #b02724;
}
.news .newsTabs .newsList .list li:hover span {
  color: #b02724;
}
.news .newsR {
  float: right;
  width: 380px;
}
.news .newsR .tit {
  height: 36px;
  border-bottom: 1px solid #dedede;
}
.news .newsR .tit a {
  display: block;
  float: left;
  line-height: 1;
  height: 35px;
  margin-right: 45px;
  font-size: 18px;
  position: relative;
}
.news .newsR .tit a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #b02724;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .tit a:hover {
  color: #b02724;
}
.news .newsR .list {
  margin-top: 30px;
  height: 372px;
  overflow: hidden;
}
.news .newsR .list li {
  margin-bottom: 36px;
  height: 100px;
}
.news .newsR .list li .item {
  overflow: hidden;
  height: 100px;
  background-color: #f8f8f8;
  padding: 12px 20px 0;
  position: relative;
}
.news .newsR .list li .item:after,
.news .newsR .list li .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 1;
  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;
}
.news .newsR .list li .item:before {
  top: 0;
  left: 0;
  border-color: #b02724 transparent transparent #b02724;
}
.news .newsR .list li .item:after {
  right: 0;
  bottom: 0;
  border-color: transparent #b02724 #b02724 transparent;
}
.news .newsR .list li .item:hover:after,
.news .newsR .list li .item:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsR .list li .item h4 {
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.news .newsR .list li .item h4:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .list li .item h4 .bt {
  float: left;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list li .item h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list li .item h4 .date {
  float: right;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list li .item p {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.news .newsR .list li .item:hover h4 .bt {
  color: #b02724;
}
.news .newsR .list li .item:hover h4 .date {
  color: #b02724;
}



.links{width:1200px;margin:0 auto 60px auto;overflow:hidden;}

.links p{width:75px;font-size:18px;color:#b02724;float:left;font-weight:bold;line-height:20px;background:url(../images/links.png) right center no-repeat;text-transform: Uppercase;}

.links .lins{width:1105px;float:right;box-sizing:content-box;}

.links .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:30px;color:#999;float:left;padding:0 30px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a:hover{color:#b02724;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a:after{content:'';width:1px;height:14px;background:#999;transform: rotate(30deg);position:absolute;top:8px;right:0;-webkit-transition:all .7s;transition:all .7s;}

