@charset "utf-8";

.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);
  }
}
*:before,
*: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;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 600px;
  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: 100px;
  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: #875734;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #875734;
}
.inTop {
  position: relative;
  height: 64px;
  z-index: 6;
}
.inTop .inContent {
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px rgba(13, 4, 8, 0.1);
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
}
.inTop .slogan {
  float: left;
  width: 400px;
  height: 100%;
  padding-left: 40px;
  padding-top: 32px;
  line-height: 1;
  border-right: 1px #ebebeb solid;
}
.inTop .slogan .t1 {
  font-size: 22px;
  font-weight: bold;
}
.inTop .slogan .t2 {
  font-size: 18px;
  margin-top: 12px;
}
.inTop .search {
  float: left;
  width: 400px;
  padding-left: 40px;
  border-left: 1px #b8b8ba dashed;
  height: 100%;
  padding-top: 25px;
}
.inTop .search .xunpan {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  background: url(../images/xunpan.png) left center no-repeat;
  font-size: 12px;
  line-height: 30px;
  color: #808080;
  height: 30px;
}
.inTop .search .xunpan i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-color: #875734;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
}
.inTop .search .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 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: #875734;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(135, 87, 52, 0.15);
}
.inTop .search .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #875734;
}
.inTop .search .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .search .searchBox {
  width: 300px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
}
.inTop .search .searchBox .searchInp {
  width: 260px;
  height: 36px;
  border: none;
  border-right: none;
  line-height: 36px;
  float: left;
  padding: 0 20px;
  color: #b3b3b3;
}
.inTop .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
}
.inTop .search .searchBox .submitBtn {
  background: #875734 url(../images/searchico.png) center center no-repeat;
  border: none;
  position: absolute;
  right: 0;
  top: -1px;
  color: #fff;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.inTop .search .searchBox .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inTop .tel {
  float: left;
  width: 400px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 120px;
}
.inTop .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  animation: msClock2 1.4s linear infinite;
  margin-right: 10px;
  background: url(../images/tel.png) center center no-repeat;
}
.inTop .tel i {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  height: 46px;
}
.title h3 span {
  font-size: 22px;
  width: 44px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  height: 46px;
  position: relative;
  top: -2px;
}
.title h3 i {
  font-size: 38px;
  color: #b3b3b3;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
}
.title h3 i:first-letter {
  text-transform: uppercase;
  color: #875734;
}
.title p {
  margin-top: 12px;
  color: #666666;
}
.title .en {
  font-size: 12px;
  color: #cccccc;
  line-height: 14px;
  margin-top: 10px;
}
.product {
  padding: 80px 0 ;
}
.product .proNav {
  margin-top: 40px;
  height: 50px;
}
.product .proNav a {
  display: block;
  margin-left: 75px;
  float: left;
  width: 180px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #4d4d4d;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #875734, #875734);
  background-image: linear-gradient(to right, #875734, #875734);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .proNav a:hover {
  background-size: 100% 100%;
  border-color: #875734;
  color: #fff;
}
.product .proNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: -75px;
  top: 50%;
  width: 75px;
  height: 1px;
  background-color: #f5f5f5;
  z-index: -1;
}
.product .proNav a:after {
  content: "";
  display: block;
  background: #d8d8d8;
  width: 6px;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  border: 1px #f6f6f6 solid;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  position: absolute;
  left: -40px;
  z-index: -1;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav a:first-child {
  margin-left: 0;
}
.product .proNav a:first-child:before,
.product .proNav a:first-child:after {
  display: none;
}
.product .proTabs {
  position: relative;
  width: 1224px;
  margin-left: -12px;
  margin-top: 28px;
}
.product .list {
  height: 648px;
  overflow: hidden;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  width: 384px;
  height: 300px;
  background-color: #ffffff;
  margin: 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product .list li .item {
  padding: 20px 20px 0;
  width: 100%;
  height: 100%;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 0;
  height: 230px;
  position: relative;
  overflow: hidden;
  float: left;
}
.product .list 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;
}
.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;
  height: 50px;
  line-height: 50px;
  color: #4d4d4d;
  padding: 0 30px 0 0;
  position: relative;
  font-size: 16px;
}
.product .list li .bt:before {
  content: "";
  display: block;
  background: url(../images/proli.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .list li:hover .bt {
  color: #875734;
}
.product .list li:hover .bt:before {
  background: url(../images/prolih.png) center center no-repeat;
}
.product .proTab {
  width: 100%;
  height: 56px;
  font-size: 0;
  text-align: center;
  background: url(../images/proTab.png) center center no-repeat;
  margin-top: 18px;
}
.product .proTab .prev {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url(../images/pl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTab .prev:hover {
  background: url(../images/plh.png) center center no-repeat;
}
.product .proTab .next {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url(../images/pr.png) center center no-repeat;
  margin-left: 80px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTab .next:hover {
  background: url(../images/prh.png) center center no-repeat;
}
.mbanner1 {
  height: 370px;
  position: relative;
  background: url(../images/mbanner1.jpg) 0 25px no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbanner1 * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbanner1:before {
  content: "";
  display: block;
  background: url(../images/mban1l.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -920px;
  bottom: -60px;
  width: 398px;
  height: 268px;
  z-index: 3;
}
.mbanner1 .left {
  width: 50%;
  height: 370px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .left .text {
  background: #fff url(../images/mban1text.jpg) right 0 no-repeat;
  width: 700px;
  height: 204px;
  position: absolute;
  right: -60px;
  top: 83px;
  padding: 30px 30px 0 40px;
  line-height: 1;
}
.mbanner1 .left .text .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #875734;
}
.mbanner1 .left .text .t2 {
  font-size: 20px;
  margin-top: 18px;
  color: #666666;
}
.mbanner1 .left .text .tel {
  text-align: right;
  font-size: 16px;
  color: #666666;
  height: 42px;
  margin-top: 42px;
  line-height: 42px;
}
.mbanner1 .left .text .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  animation: msClock2 1.4s linear infinite;
  margin-right: 10px;
  background: url(../images/tel.png) center center no-repeat;
}
.mbanner1 .left .text .tel > i {
  font-size: 24px;
  font-weight: bold;
  color: #875734;
}
.mbanner1 .left .text .tel .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 42px;
  background-color: #875734;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  margin-left: 95px;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mbanner1 .left .text .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #875734;
  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;
}
.mbanner1 .left .text .tel .zxLink:hover {
  background: none;
  color: #875734;
}
.mbanner1 .left .text .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mbanner1 .right {
  float: right;
  width: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .right:before {
  content: "";
  display: block;
  background: url(../images/mban1img.jpg) center center no-repeat;
  position: absolute;
  left: -10px;
  top: 0;
  width: 960px;
  height: 370px;
  z-index: 2;
}
.title2 {
  line-height: 1;
}
.title2 .en {
  font-size: 51px;
  color: #b3b3b3;
  font-weight: bold;
  line-height: 52px;
}
.title2 .en:first-letter {
  text-transform: uppercase;
  color: #875734;
}
.title2 h3 {
  font-size: 22px;
  margin-top: 2px;
  font-weight: bold;
}
.title2 p {
  margin-top: 7px;
}
.title2 .line {
  width: 20px;
  height: 3px;
  background-color: #875734;
  margin-top: 9px;
}
.case {
  margin-top: 154px;
}
.case .title2 {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 3;
}
.case .title2 .en {
  text-align: right;
}
.case .caseBox .caseTabs {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.case .caseBox .caseTabs li {
  position: relative;
  width: 400px;
  height: 420px;
}
.case .caseBox .caseTabs li .pic {
  display: block;
  width: 230px;
  height: 245px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  right: 0;
  bottom: 0;
}
.case .caseBox .caseTabs 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 .caseBox .caseTabs li .cont {
  width: 0;
  height: 0;
  background-color: #fafafa;
  position: absolute;
  z-index: 2;
  left: 400px;
  bottom: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseTabs li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.case .caseBox .caseTabs li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseTabs li .cont .en {
  font-size: 12px;
  color: #cccccc;
  line-height: 1;
  margin-top: 5px;
}
.case .caseBox .caseTabs li .cont .line {
  width: 1px;
  height: 35px;
  background-color: #e6e6e6;
  margin-top: 20px;
}
.case .caseBox .caseTabs li .cont p {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  color: #808080;
  margin-top: 10px;
}
.case .caseBox .caseTabs li .cont .more {
  display: block;
  position: relative;
  margin-top: 20px;
  border-radius: 50%;
  border: 1px solid #875734;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseTabs li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseTabs li .cont .more:before {
  content: ">";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #875734;
  background-color: #875734;
  font-family: serif,宋体;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseTabs li .cont .more:hover:before {
  border-color: #fff;
}
.case .caseBox .caseTabs 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 .caseBox .caseTabs li:hover .bt {
  color: #875734;
}
.case .caseBox .caseTabs li:hover .more {
  background: #875734;
}
.case .caseBox .caseTabs li.swiper-slide-next {
  right: -150px;
}
.case .caseBox .caseTabs li.swiper-slide-active .pic {
  width: 400px;
  height: 420px;
}
.case .caseBox .caseTabs li.swiper-slide-active .cont {
  width: 385px;
  height: 420px;
  padding: 60px 105px 0 40px;
  left: 400px;
}
.case .caseBox .case-button-prev {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 614px;
  width: 105px;
  height: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #875734 url(../images/cal.png) center center no-repeat;
  outline: none;
}
.case .caseBox .case-button-prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .caseBox .case-button-next {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 720px;
  width: 105px;
  height: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #333 url(../images/car.png) center center no-repeat;
  outline: none;
}
.case .caseBox .case-button-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .caseList {
  margin-top: 40px;
}
.case .caseList ul {
  margin-right: -27px;
}
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList li {
  float: left;
  margin-right: 26px;
  border: solid 1px #e5e5e5;
  width: 280px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList li:first-child {
  margin-right: 27px;
}
.case .caseList li .pic {
  display: block;
  width: 100%;
  height: 210px;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.case .caseList 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 .caseList 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 .caseList li .bt {
  height: 40px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 50px 0 18px;
  color: #4d4d4d;
  position: relative;
}
.case .caseList li .bt:before {
  content: ">";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px #dddddd solid;
  text-align: center;
  font-weight: bold;
  font-family: serif,宋体;
  color: #dddddd;
  line-height: 18px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseList li:hover {
  border-color: #875734;
}
.case .caseList li:hover .bt {
  color: #875734;
}
.case .caseList li:hover .bt:before {
  border-color: #875734;
  color: #875734;
}
.youshi {
  padding-top: 96px;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
}
.youshi .ysBox {
  margin-top: 40px;
  padding-top: 60px;
  height: 560px;
}
.youshi .hd {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 70px;
  padding-top: 95px;
  height: 394px;
  background: url(../images/yshd.png) center center no-repeat;
}
.youshi .hd li {
  font-size: 20px;
  line-height: 50px;
  color: #cccccc;
  cursor: pointer;
}
.youshi .hd li:before {
  content: "0";
}
.youshi .hd li.on {
  color: #875734;
}
.youshi .bd {
  position: relative;
  height: 410px;
  overflow: hidden;
  width: 1080px;
}
.youshi .bd ul li {
  height: 410px;
  position: relative;
  padding-top: 10px;
}
.youshi .bd ul li .pic {
  float: left;
  width: 600px;
  height: 394px;
  background: #fff;
  border: solid 6px #ffffff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.youshi .bd ul li .pic img{
    width: 100%
}

.youshi .bd ul li .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -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 ul li .pic:hover:before,
.youshi .bd ul li .pic.pic:hover:before,
.youshi .bd ul li .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 ul li .cont {
  position: relative;
  float: right;
  width: 430px;
}
.youshi .bd ul li .cont .num {
  font-size: 100px;
  color: #875734;
  opacity: 0.16;
  line-height: 78px;
}
.youshi .bd ul li .cont h4 {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-top: 36px;
}
.youshi .bd ul li .cont h5 {
  text-transform: uppercase;
  color: #b3b3b3;
  margin-top: 15px;
  line-height: 12px;
}
.youshi .bd ul li .cont .text {
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  line-height: 32px;
  text-align: justify;
  color: #808080;
  height: 152px;
}
.youshi .bd ul li .cont .zxLink {
  display: block;
  width: 160px;
  height: 50px;
  background: #875734;
  text-align: center;
  color: #fff;
  line-height: 50px;
  -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;
}
.youshi .bd ul li .cont .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #875734;
  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;
}
.youshi .bd ul li .cont .zxLink:hover {
  background: none;
  color: #875734;
}
.youshi .bd ul li .cont .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news1 {
  margin-top: 80px;
}
.news1 .title2 {
  float: left;
}
.news1 .title2 h3 {
  margin-top: 28px;
}
.news1 .title2 .line {
  margin-top: 14px;
}
.news1 .title2 p {
  line-height: 30px;
  color: #666666;
  margin-top: 32px;
}
.news1 .title2 .more {
  display: block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  background-color: #875734;
  margin-top: 70px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.news1 .title2 .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #875734;
  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;
}
.news1 .title2 .more:hover {
  background: none;
  color: #875734;
}
.news1 .title2 .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news1 .news1List {
  float: right;
  width: 860px;
}
.news1 .news1List ul {
  margin-right: -42px;
}
.news1 .news1List ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news1 .news1List li {
  float: left;
  width: 259px;
  margin-right: 41px;
  height: 420px;
  border-left: 1px solid #e6e6e6;
  padding-left: 28px;
  padding-top: 30px;
  position: relative;
}
.news1 .news1List li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 26px;
  width: 3px;
  height: 0;
  background-color: #875734;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .news1List li .date {
  color: #d9d9d9;
  line-height: 1;
}
.news1 .news1List li .date i {
  display: block;
  font-size: 46px;
  line-height: 42px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .news1List li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 15px;
}
.news1 .news1List li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news1 .news1List li .pic {
  display: block;
  width: 230px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-top: 14px;
}
.news1 .news1List 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;
}
.news1 .news1List li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 14px;
  color: #808080;
}
.news1 .news1List li .more {
  display: block;
  width: 24px;
  height: 12px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.news1 .news1List li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news1 .news1List li .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/newsar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .news1List li .more:after {
  content: "";
  display: block;
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/newsarh.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .news1List li:hover:before {
  height: 50px;
}
.news1 .news1List 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);
}
.news1 .news1List li:hover .date i {
  color: #875734;
}
.news1 .news1List li:hover .bt {
  color: #875734;
}
.news1 .news1List li:hover .more:before {
  left: 120%;
}
.news1 .news1List li:hover .more:after {
  left: 0;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  margin-top: 80px;
  padding-bottom: 53px;
}
.about .aboutPic {
  float: right;
  width: 794px;
  height: 494px;
  overflow: hidden;
  position: relative;
}
.about .aboutPic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -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:hover:before,
.about .aboutPic.pic:hover:before,
.about .aboutPic.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 img {
  width: 794px;
  height: 494px;
  display: block;
}
.about .aboutText {
  width: 362px;
  float: left;
  padding-top: 5px;
}
.about .aboutText .title2 .en {
  text-align: right;
  font-size: 80px;
  line-height: 52px;
}
.about .aboutText .title2 p {
  text-align: right;
  margin-top: 20px;
}
.about .aboutText .title2 h3 {
  font-size: 28px;
  margin-top: 40px;
}
.about .aboutText .title2 .line {
  margin-top: 17px;
}
.about .aboutText .text {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 30px;
  height: 210px;
  text-align: justify;
  margin-top: 18px;
}
.style {
  margin-top: 30px;
}
.style .styleTab {
  height: 120px;
}
.style .styleTab ul {
  float: left;
}
.style .styleTab ul li {
  float: left;
  background-color: #333333;
  border-right: 1px #1d1d1d solid;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 250px;
  border-left: 1px #4a4a4a solid;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #875734, #875734);
  background-image: linear-gradient(to right, #875734, #875734);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.style .styleTab ul li:first-child {
  border-left: none;
}
.style .styleTab ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.style .styleTab ul li i:before,
.style .styleTab 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;
}
.style .styleTab ul li i.ico1:before,
.style .styleTab ul li i.ico1:after {
  background: url(../images/showico1.png) center center no-repeat;
}
.style .styleTab ul li i.ico2:before,
.style .styleTab ul li i.ico2:after {
  background: url(../images/showico2.png) center center no-repeat;
}
.style .styleTab ul li i.ico3:before,
.style .styleTab ul li i.ico3:after {
  background: url(../images/showico3.png) center center no-repeat;
}
.style .styleTab ul li:hover,
.style .styleTab ul li.on {
  background-size: 100% 100%;
}
.style .styleTab ul li:hover i:before,
.style .styleTab ul li.on i:before,
.style .styleTab ul li:hover i:after,
.style .styleTab ul li.on i:after {
  top: -100%;
}
.style .styleTab .lxLink {
  display: block;
  float: left;
  background-color: #333333;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 250px;
  border-left: 1px #4a4a4a solid;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #875734, #875734);
  background-image: linear-gradient(to right, #875734, #875734);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.style .styleTab .lxLink i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.style .styleTab .lxLink i:before,
.style .styleTab .lxLink 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;
  background: url(../images/showico3.png) center center no-repeat;
}
.style .styleTab .lxLink:hover i:before,
.style .styleTab .lxLink:hover i:after {
  top: -100%;
}
.style .styleTab .lxLink:hover {
  background-size: 100% 100%;
}
.style .styleTabs {
  margin-top: 40px;
  height: 250px;
}
.style .styleTabs .list {
  height: 250px;
  overflow: hidden;
}
.style .styleTabs .list ul {
  margin-right: -25px;
}
.style .styleTabs .list li {
  float: left;
  margin-right: 25px;
  width: 280px;
  height: 250px;
}
.style .styleTabs .list li .pic {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.style .styleTabs .list 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;
}
.style .styleTabs .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);
}
.style .styleTabs .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
  height: 40px;
  padding: 0 40px 0 10px;
  color: #4d4d4d;
}
.style .styleTabs .list li .bt:before {
  content: "";
  display: block;
  background: url(../images/newsar.png) center center no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.style .styleTabs .list li:hover .bt {
  color: #875734;
}
.style .styleTabs .list li:hover .bt:before {
  background: url(../images/newsarh.png) center center no-repeat;
}
.style .styleTabs .prev {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 81px;
  width: 80px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #333 url(../images/cal.png) center center no-repeat;
  outline: none;
}
.style .styleTabs .prev:hover {
  background-color: #875734;
}
.style .styleTabs .next {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 0;
  width: 80px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #333 url(../images/car.png) center center no-repeat;
  outline: none;
}
.style .styleTabs .next:hover {
  background-color: #875734;
}
.news {
  margin-top: 80px;
}
.news .newsBox {
  margin-top: 36px;
}
.news .tit {
  height: 22px;
}
.news .tit > span {
  display: block;
  float: left;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 30px;
}
.news .tit > i {
  color: #808080;
  line-height: 1;
  float: left;
  padding-top: 8px;
}
.news .tit .more {
  display: block;
  float: right;
  line-height: 14px;
  height: 22px;
  padding: 0 6px;
  position: relative;
}
.news .tit .more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .tit .more:hover {
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
}
.news .tit .more:hover:before {
  background: #875734;
  height: 100%;
}
.news .newsL {
  float: left;
  width: 700px;
}
.news .newsL .one {
  margin-top: 40px;
}
.news .newsL .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .one .pic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 232px;
  float: left;
}
.news .newsL .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 .newsL .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 .newsL .one .cont {
  float: right;
  width: 350px;
  height: 232px;
  padding: 30px 25px 0;
  color: #fff;
  background: #875734;
}
.news .newsL .one .cont .bt {
  font-size: 16px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news .newsL .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .one .cont .line {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 10px;
  color: #f5f5f5;
}
.news .newsL .one .cont .date {
  color: #f5f5f5;
  margin-top: 12px;
  line-height: 1;
}
.news .newsL .one:hover .line {
  width: 60px;
}
.news .newsL .list {
  height: 182px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.news .newsL .list li {
  float: left;
  width: 33.333333%;
  height: 182px;
  padding: 25px 20px 0;
  border-left: 1px solid #ebebeb;
}
.news .newsL .list li:first-child {
  border-left: none;
}
.news .newsL .list li .bt {
  font-size: 16px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d4d4d;
}
.news .newsL .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list li .line {
  width: 30px;
  height: 2px;
  background-color: #ccc;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  color: #808080;
}
.news .newsL .list li .date {
  color: #808080;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1;
}
.news .newsL .list li:hover .bt {
  color: #875734;
}
.news .newsL .list li:hover .line {
  background-color: #875734;
  width: 60px;
}
.news .newsR {
  float: right;
  width: 450px;
}
.news .newsR .list {
  height: 435px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.news .newsR .list li {
  border-top: 1px solid #e6e6e6;
  height: 145px;
  position: relative;
  padding: 25px 35px 0 115px;
}
.news .newsR .list li:first-child {
  border-top: none;
}
.news .newsR .list li .date {
  position: absolute;
  height: 70px;
  border-right: 1px #e6e6e6 solid;
  top: 34px;
  left: 0;
  color: #999999;
  padding-left: 15px;
  width: 95px;
  text-align: center;
  line-height: 1;
}
.news .newsR .list li .date i {
  display: block;
  font-size: 38px;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}
.news .newsR .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list li .line {
  width: 300px;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #875734, #875734);
  background-image: linear-gradient(to right, #875734, #875734);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsR .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #808080;
  margin-top: 4px;
}
.news .newsR .list li:hover .bt {
  color: #875734;
}
.news .newsR .list li:hover .date i {
  color: #875734;
}
.news .newsR .list li:hover .line {
  background-size: 100% 100%;
}
.links {
  margin-top: 75px;
  overflow: hidden;
  line-height: 30px;
}
.links .tit {
  float: left;
  background: url(../images/linkico.png) 80px center no-repeat;
  width: 100px;
  height: 30px;
  color: #875734;
  font-weight: bold;
  font-size: 18px;
}
.links .list {
  width: 1120px;
  float: right;
  overflow: hidden;
  min-height: 30px;
  color: #999999;
  margin-right: -30px;
}
.links .list a {
  display: inline-block;
  color: #999999;
  margin-left: 20px;
  font-size: 14px;
  position: relative;
  left: -30px;
}
.links .list a:before {
  content: "|";
  margin-right: 20px;
  color: #999999;
}
.links .list a:hover {
  color: #875734;
}
.message {
  height: 350px;
  margin-top: 75px;
  margin-bottom: 80px;
}
.message .lyimg {
  float: right;
  width: 590px;
  height: 350px;
  background: url(../images/lyimg.jpg) center center no-repeat;
  border-radius: 0px 30px 0px 30px;
}
.message .formbox {
  float: left;
  height: 350px;
  width: 590px;
}
.message .formbox .tit {
  height: 36px;
  font-size: 36px;
  color: #b3b3b3;
  font-weight: bold;
  line-height: 36px;
  padding-left: 48px;
  background: url(../images/lyico.png) 0 center no-repeat;
  margin-bottom: 12px;
}
.message .formbox .tit:first-letter {
  text-transform: uppercase;
  color: #875734;
}
.message .formbox label {
  display: block;
  float: left;
  position: relative;
  margin-top: 20px;
}
.message .formbox label span {
  color: #875734;
  line-height: 45px;
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
}
.message .formbox input,
.message .formbox textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 590px;
  height: 45px;
  background: none;
  border: 1px solid rgba(135, 87, 52, 0.6);
  line-height: 43px;
  font-size: 14px;
  padding-left: 42px;
  color: #333;
  -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) 16px center no-repeat;
}
.message .formbox input.usertel,
.message .formbox textarea.usertel {
  background: url(../images/inpdh.png) 16px center no-repeat;
}
.message .formbox input.xqcontent,
.message .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 16px 12px no-repeat;
  height: 85px;
  padding-top: 10px;
  line-height: 24px;
}
.message .formbox input.codeText,
.message .formbox textarea.codeText {
  background: url(../images/inpyzm.png) 16px center no-repeat;
  width: 320px;
}
.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 {
  border-color: #875734;
}
.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.5;
  filter: alpha(opacity=50);
}
.message .formbox .imgCode {
  position: absolute;
  width: 90px;
  height: 36px;
  right: 5px;
  bottom: 5px;
}
.message .formbox .submitform {
  display: block;
  float: right;
  width: 220px;
  height: 45px;
  margin-top: 20px;
  background-color: #875734;
  border: none;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #875734;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .formbox .submitform:hover {
  background: none;
  color: #875734;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
