/* =Skitter styles
----------------------------------------------- */
.banner {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
  /* =Focus
	-------------------------------------------------------------- */
  /* =Example for dimenions
	-------------------------------------------------------------- */
  /* =Default theme
	-------------------------------------------------------------- */
  /* =Minimalist theme
	-------------------------------------------------------------- */
  /* =Round theme
	-------------------------------------------------------------- */
  /* =Clean theme
	-------------------------------------------------------------- */
}
.banner .banner_boxs {
  width: 1920px;
  height: 750px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 0;
}
.banner .box_skitter {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.banner .box_skitter a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .box_skitter img {
  max-width: inherit;
  display: block !important;
  margin: 0 auto;
}
.banner .box_skitter .container_skitter {
  overflow: hidden;
  position: relative;
}
.banner .box_skitter .image {
  overflow: hidden;
}
.banner .box_skitter .image img {
  display: none;
}
.banner .box_skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 20;
}
.banner .box_skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.banner .box_skitter .prev_button {
  position: absolute;
  top: 50%;
  left: 35px;
  z-index: 152;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .box_skitter .next_button {
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 152;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .box_skitter .prev_button:hover,
.banner .box_skitter .next_button:hover {
  opacity: 0.5 !important;
}
.banner .box_skitter .info_slide {
  position: absolute;
  bottom: 80px;
  left: 50% !important;
  transform: translate(-50%);
  z-index: 100;
  background: #000;
  color: #333;
  font: bold 11px arial;
  padding: 5px 0 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.75;
}
.banner .box_skitter .info_slide .image_number {
  float: left;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  margin: 0 10px;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
}
.banner .box_skitter .info_slide .image_number_select,
.banner .box_skitter .info_slide .image_number_select:hover {
  background: #cc3333;
  float: left;
  margin: 0 10px;
}
.banner .box_skitter .container_thumbs {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.banner .box_skitter .info_slide_thumb {
  height: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  top: auto;
  top: 0;
  left: 0;
  padding: 0 !important;
  opacity: 1;
}
.banner .box_skitter .info_slide_thumb .image_number {
  overflow: hidden;
  width: 100px;
  height: 50px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.banner .box_skitter .info_slide_thumb .image_number img {
  position: absolute;
  top: -30px;
  left: -30px;
  height: 100px;
}
.banner .box_skitter .box_scroll_thumbs {
  padding: 0;
}
.banner .box_skitter .box_scroll_thumbs .scroll_thumbs {
  position: absolute;
  bottom: 60px;
  left: 50px;
  background: #ccc;
  background: -moz-linear-gradient(-90deg, #555, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
  width: 200px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 101;
  cursor: pointer;
  border: 0px solid #333;
}
.banner .box_skitter .info_slide_dots {
  position: absolute;
  bottom: -40px;
  z-index: 151;
  padding: 5px 0 5px 5px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #333;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #cc3333;
  float: left;
  margin: 0 5px 0 0;
}
.banner .loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10000;
  margin: -16px -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.banner .box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}
.banner .box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  display: none;
  opacity: 0.8;
  background: #000;
}
.banner .box_skitter .label_skitter p {
  padding: 10px;
  margin: 0;
  font: normal 22px arial,tahoma;
  letter-spacing: -1px;
}
.banner .box_skitter .progressbar {
  background: #000;
  position: absolute;
  top: 5px;
  left: 15px;
  height: 5px;
  width: 200px;
  z-index: 99;
  border-radius: 20px;
}
.banner .box_skitter .preview_slide {
  display: none;
  position: absolute;
  z-index: 152;
  bottom: 30px;
  left: -40px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #222;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  overflow: hidden;
}
.banner .box_skitter .preview_slide ul {
  height: 100px !important;
  overflow: hidden !important;
  margin: 0 !important;
  list-style: none !important;
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.banner .box_skitter .preview_slide ul li {
  width: 100px !important;
  height: 100px !important;
  overflow: hidden !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: block !important;
}
.banner .box_skitter .preview_slide ul li img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 150px !important;
  width: auto !important;
}
.banner #overlay_skitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  opacity: 1;
  background: #000;
}
.banner .box_skitter .focus_button {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .box_skitter .play_pause_button {
  position: absolute;
  top: 50%;
  z-index: 151;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .box_skitter .play_pause_button:hover {
  opacity: 0.5 !important;
}
.banner .box_skitter .focus_button:hover {
  opacity: 0.5 !important;
}
.banner .box_skitter_large {
  width: 800px;
  height: 300px;
}
.banner .box_skitter_small {
  width: 200px;
  height: 100px;
}
.banner .box_skitter .focus_button,
.banner .box_skitter .next_button,
.banner .box_skitter .prev_button,
.banner .box_skitter .play_pause_button {
  display: block;
  background: url('../images/sprite-default.png') no-repeat;
}
.banner .box_skitter .next_button {
  background-position: 0px -42px;
  width: 42px;
  height: 42px;
}
.banner .box_skitter .prev_button {
  background-position: -42px -42px;
  width: 42px;
  height: 42px;
}
.banner .box_skitter .play_pause_button {
  background-position: 0px 0px;
  width: 42px;
  height: 42px;
}
.banner .box_skitter .play_pause_button.play_button {
  background-position: 0px -84px;
  width: 42px;
  height: 42px;
}
.banner .box_skitter .focus_button {
  background-position: -42px 0px;
  width: 42px;
  height: 42px;
}
.banner .skitter-minimalist .prev_button,
.banner .skitter-minimalist .next_button,
.banner .skitter-minimalist .play_pause_button,
.banner .skitter-minimalist .focus_button {
  display: block;
  background: url('../images/sprite-minimalist.png') no-repeat !important;
}
.banner .skitter-minimalist .prev_button {
  background-position: 0px 0px !important;
  width: 47px !important;
  height: 47px !important;
  left: 10% !important;
  background: url(../images/pic.png) left top no-repeat !important;
}
.banner .skitter-minimalist .next_button {
  background-position: 0px -28px !important;
  width: 47px !important;
  height: 47px !important;
  right: 10% !important;
  background: url(../images/pic.png) left -47px no-repeat !important;
}
.banner .skitter-minimalist .play_pause_button {
  background-position: 0px -74px !important;
  width: 18px !important;
  height: 18px !important;
}
.banner .skitter-minimalist .play_pause_button.play_button {
  background-position: 0px -56px !important;
  width: 18px !important;
  height: 18px !important;
}
.banner .skitter-minimalist .focus_button {
  background-position: 0px -92px !important;
  width: 18px !important;
  height: 18px !important;
}
.banner .skitter-minimalist .info_slide {
  background: transparent;
}
.banner .skitter-minimalist .info_slide .image_number_select,
.banner .skitter-minimalist .info_slide .image_number_select:hover {
  background: #a06b4c;
  color: #fff;
  width: 40px;
  border-radius: 7px;
}
.banner .skitter-minimalist .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
}
.banner .skitter-round .prev_button,
.banner .skitter-round .next_button,
.banner .skitter-round .play_pause_button,
.banner .skitter-round .focus_button {
  display: block;
  background: url('../images/sprite-round.png') no-repeat;
}
.banner .skitter-round .prev_button {
  background-position: 0px 0px;
  width: 23px;
  height: 47px;
  left: -23px;
}
.banner .skitter-round .next_button {
  background-position: -23px 0px;
  width: 23px;
  height: 47px;
  right: -23px;
}
.banner .skitter-round .next_button:hover,
.banner .skitter-round .prev_button:hover {
  opacity: 1;
}
.banner .skitter-round .play_pause_button {
  background-position: 0px -70px;
  width: 47px;
  height: 23px;
  top: 24px;
  left: 24px !important;
}
.banner .skitter-round .play_pause_button.play_button {
  background-position: 0px -47px;
  width: 47px;
  height: 23px;
  top: 24px;
}
.banner .skitter-round .focus_button {
  background-position: 0px -93px;
  width: 47px;
  height: 23px;
  top: 24px;
  left: 82px !important;
}
.banner .skitter-round .info_slide {
  background: transparent;
}
.banner .skitter-round .info_slide .image_number {
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
  font-size: 12px;
  font-weight: normal;
}
.banner .skitter-round .info_slide .image_number_select,
.banner .skitter-round .info_slide .image_number_select:hover {
  background: #111;
  color: #fff !important;
}
.banner .skitter-round .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
  background: #fff;
}
.banner .skitter-round .info_slide_dots .image_number:hover {
  background: #333;
}
.banner .skitter-round .info_slide_dots .image_number_select,
.banner .skitter-round .info_slide_dots .image_number_select:hover {
  background: #111;
  color: #fff !important;
}
.banner .skitter-round .progressbar {
  top: -10px;
  left: 0px;
  background: #333;
  box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0;
}
.banner .skitter-clean .prev_button,
.banner .skitter-clean .next_button,
.banner .skitter-clean .play_pause_button,
.banner .skitter-clean .focus_button {
  display: block;
  background: url('../images/sprite-clean.png') no-repeat;
}
.banner .skitter-clean .prev_button {
  background-position: 0px 0px;
  width: 47px;
  height: 46px;
}
.banner .skitter-clean .next_button {
  background-position: 0px -46px;
  width: 47px;
  height: 46px;
}
.banner .skitter-clean .play_pause_button {
  background-position: 0px -133px;
  width: 41px;
  height: 41px;
}
.banner .skitter-clean .play_pause_button.play_button {
  background-position: 0px -92px;
  width: 41px;
  height: 41px;
}
.banner .skitter-clean .focus_button {
  background-position: 0px -174px;
  width: 41px;
  height: 41px;
}
.banner .skitter-clean .info_slide {
  background: transparent;
}
.banner .skitter-clean .info_slide .image_number {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.banner .skitter-clean .info_slide .image_number:hover {
  background: #fff;
}
.banner .skitter-clean .info_slide .image_number_select,
.banner .skitter-clean .info_slide .image_number_select:hover {
  background: #111;
  color: #fff !important;
}
.banner .skitter-clean .info_slide_dots {
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
.banner .skitter-clean .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  background: #999;
}
.banner .skitter-clean .info_slide_dots .image_number:hover {
  background: #333;
}
.banner .skitter-clean .info_slide_dots .image_number_select,
.banner .skitter-clean .info_slide_dots .image_number_select:hover {
  background: #111;
  color: #fff !important;
}
.banner .skitter-clean .progressbar {
  top: 5px;
  left: 5px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a,
img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #a06b4c;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #a06b4c;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #a06b4c;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
.img_white {
  overflow: hidden;
}
.img_white::after {
  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));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.img_white:hover::after {
  -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;
  bottom: 100%;
}
.img_save {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.title1 {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.title1::after {
  content: "";
  position: absolute;
  width: 446px;
  height: 1px;
  background-color: #a06b4c;
  z-index: -1;
  top: 72px;
  left: -345px;
}
.title1 h4 {
  line-height: 16px;
}
.title1 h4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  color: #a06b4c;
}
.title1 h4 > i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 4px;
  background: url(../images/tit.png) center no-repeat;
  margin-left: 10px;
}
.title1 > h3 {
  width: 324px;
  height: 78px;
}
.title1 > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ser {
  position: relative;
  width: 100%;
  height: 0;
  bottom: 0;
  z-index: 2;
}
.ser .ser_main {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -44px;
  width: 1280px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 37px;
  box-sizing: border-box;
  box-shadow: 0px 1px 17px 2px rgba(160, 107, 76, 0.15);
  border-radius: 10px;
}
.ser .ser_main > p {
  padding-left: 38px;
  background: url(../images/xp_ico1.png) left center no-repeat;
  line-height: 100px;
  font-size: 16px;
  color: #333333;
  width: 375px;
  position: relative;
}
.ser .ser_main > p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dedede;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.ser .ser_main .ser_tell {
  width: 328px;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 20px;
  font-family: Arial;
  letter-spacing: 1px;
  color: #333333;
  margin: 38px 0 0 115px;
  background: url(../images/xp_ico2.png) left center no-repeat;
}
.ser .ser_main .ser_tell::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #dedede;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.pro {
  width: 100%;
  margin-top: 150px;
}
.pro .pro_main .pro_tit > a {
  width: 154px;
  height: 40px;
  background: url(../images/pro_more.png) center no-repeat;
  line-height: 40px;
  font-size: 14px;
  padding-left: 16px;
  color: #000000;
  box-sizing: border-box;
  margin-top: 32px;
}
.pro .pro_main .pro_tit > a i:nth-child(4) {
  margin-right: 5px;
}
.pro .pro_main .pro_tit .title1 > h3 {
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_main .pro_con {
  margin-top: 42px;
}
.pro .pro_main .pro_con .pro_l {
  width: 980px;
}
.pro .pro_main .pro_con .pro_l .pro_top {
  width: 100%;
}
.pro .pro_main .pro_con .pro_l .pro_top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li {
  flex: 0 0 470px;
  float: left;
  width: 470px;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover em {
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover::after {
  background-color: rgba(160, 107, 76, 0.9);
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover > h4 {
  position: absolute;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 2;
  top: -75px;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover > h3 {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 106px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover > h3 > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover > span {
  display: block;
  width: 2px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 300px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .hover > a {
  position: absolute;
  width: 125px;
  height: 35px;
  background-color: #ffffff;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #a06b4c;
  top: 320px;
  z-index: 2;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .pro_txt {
  position: absolute;
  width: 294px;
  height: 140px;
  background-color: #f9f7f6;
  padding: 30px 40px 0;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .pro_txt > h4 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .pro_txt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  color: #333333;
  margin: 16px 0 26px;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li .pro_txt > span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333333;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .pro_txt {
  bottom: -294px;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .hover::after {
  opacity: 1;
  -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
  clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .hover > h4 {
  top: 75px;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .hover > h3 {
  opacity: 1;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .hover > span {
  top: 152px;
  opacity: 1;
}
.pro .pro_main .pro_con .pro_l .pro_top ul li:hover .hover > a {
  top: 206px;
}
.pro .pro_main .pro_con .pro_l .pro_botm {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.pro .pro_main .pro_con .pro_l .pro_botm .tempWrap {
  width: 100% !important;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_p,
.pro .pro_main .pro_con .pro_l .pro_botm .pro_n {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 15px;
  top: 246px;
  z-index: 2;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_p::after,
.pro .pro_main .pro_con .pro_l .pro_botm .pro_n::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  top: -9px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_p:hover::after,
.pro .pro_main .pro_con .pro_l .pro_botm .pro_n:hover::after {
  opacity: 1;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_p {
  right: -180px;
  background: url(../images/pro_p.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_p::after {
  left: -18px;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_n {
  right: -230px;
  background: url(../images/pro_n.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_l .pro_botm .pro_n::after {
  left: 9px;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v {
  width: 100%;
  height: 306px;
  border-radius: 3px;
  border: solid 1px #dedede;
  padding: 20px 20px 0 10px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #faf7f6;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt {
  margin-top: 18px;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt .pro_l {
  width: 238px;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt .pro_l > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a06b4c;
  padding-right: 10px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt .pro_l > p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt .pro_l > p > i {
  display: inline-block;
  vertical-align: middle;
  width: 121px;
  height: 1px;
  background: #dedede;
  margin-left: 8px;
}
.pro .pro_main .pro_con .pro_l .pro_botm ul li .pro_v .pro_txt > a {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  background: url(../images/pro_err1.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_r {
  width: 220px;
}
.pro .pro_main .pro_con .pro_r .prprv {
  width: 100%;
  height: 455px;
  background: url(../images/pro_vr.jpg) center no-repeat;
}
.pro .pro_main .pro_con .pro_r .pro_vt {
  width: 100%;
  height: 192px;
  background-color: #a06b4c;
  padding: 47px 0 0 76px;
  box-sizing: border-box;
  position: relative;
}
.pro .pro_main .pro_con .pro_r .pro_vt::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/pro_ico1.png) center no-repeat;
  top: 50px;
  left: 30px;
}
.pro .pro_main .pro_con .pro_r .pro_vt > h3 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 4px;
  color: #ffffff;
}
.pro .pro_main .pro_con .pro_r .pro_vt > h4 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 10px;
}
.ys {
  width: 100%;
  height: 980px;
  padding-top: 80px;
  box-sizing: border-box;
  margin-top: 80px;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .ys_tit {
  text-align: center;
  color: #ffffff;
}
.ys .ys_main .ys_tit > h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}
.ys .ys_main .ys_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.ys .ys_main .ys_con {
  width: 100%;
  margin-top: 40px;
}
.ys .ys_main .ys_con .ys_tab {
  width: 100%;
  height: 416px;
  background: url(../images/ys_ttxbg.jpg) center bottom no-repeat;
  position: relative;
  padding: 0 50px 0 54px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_tab .ys_tell {
  position: absolute;
  top: 314px;
  left: 453px;
}
.ys .ys_main .ys_con .ys_tab .ys_tell > a {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
  height: 45px;
  background-color: #a06b4c;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.ys .ys_main .ys_con .ys_tab .ys_tell > a::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 25px;
  background: url(../images/ys_qq.png) center no-repeat;
  top: 10px;
  left: 18px;
  animation: 1s infinite jello;
}
.ys .ys_main .ys_con .ys_tab .ys_tell .ys_num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 64px;
  line-height: 45px;
}
.ys .ys_main .ys_con .ys_tab .ys_tell .ys_num > i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 28px;
  animation: 1.5s infinite jello;
  background: url(../images/ys_tell.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_tab .ys_tell .ys_num > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 16px;
  font-family: Arial;
  letter-spacing: 1px;
  color: #333333;
}
.ys .ys_main .ys_con .ys_tab ul li {
  width: 100%;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_v {
  width: 354px;
  height: 354px;
  border-radius: 50%;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_v > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt {
  width: 777px;
  margin-top: 88px;
  position: relative;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > span {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  font-family: Arial;
  line-height: 38px;
  letter-spacing: 2px;
  color: #ffffff;
  right: 0;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 26px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > h3 > i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 16px;
  line-height: 14px;
  font-family: Arial;
  letter-spacing: 3px;
  color: #ffffff;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 80px;
}
.ys .ys_main .ys_con .ys_menu {
  margin-top: 70px;
}
.ys .ys_main .ys_con .ys_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ys .ys_main .ys_con .ys_menu ul li {
  flex: 0 0 25%;
  float: left;
  width: 25%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.ys .ys_main .ys_con .ys_menu ul li::after {
  content: "";
  position: absolute;
  width: 59px;
  height: 0;
  background: url(../images/ys_err.png) center no-repeat;
  top: -73px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ys .ys_main .ys_con .ys_menu ul li .ys_ico {
  width: 141px;
  height: 161px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  background: url(../images/ys_item1.png) center no-repeat;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ys .ys_main .ys_con .ys_menu ul li .ys_ico::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  left: 0;
  top: 54px;
}
.ys .ys_main .ys_con .ys_menu ul li > h3 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.ys .ys_main .ys_con .ys_menu ul li.on::after {
  height: 30px;
}
.ys .ys_main .ys_con .ys_menu ul li.on .ys_ico {
  background: url(../images/ys_item2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(1) .ys_ico::after {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(2) .ys_ico::after {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(3) .ys_ico::after {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(4) .ys_ico::after {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.case {
  width: 100%;
  margin-top: 80px;
}
.case .case_main .case_tit {
  width: 100%;
}
.case .case_main .case_tit .title1 > h3 {
  background: url(../images/case_tit.png) center no-repeat;
}
.case .case_main .case_con {
  width: 100%;
  margin-top: 44px;
}
.case .case_main .case_con .case_l {
  width: 720px;
}
.case .case_main .case_con .case_l > ul {
  width: 100%;
}
.case .case_main .case_con .case_l > ul li {
  width: 100%;
  height: 255px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.case .case_main .case_con .case_l > ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 207px;
  background-color: #faf7f6;
  z-index: -1;
  left: 0;
  top: 24px;
}
.case .case_main .case_con .case_l > ul li > a {
  width: 340px;
  height: 100%;
  overflow: hidden;
}
.case .case_main .case_con .case_l > ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_con .case_l > ul li .case_txt {
  width: 300px;
  margin: 60px 36px 0 0;
}
.case .case_main .case_con .case_l > ul li .case_txt > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}
.case .case_main .case_con .case_l > ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  color: #333333;
  box-sizing: border-box;
}
.case .case_main .case_con .case_l > ul li .case_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 20px 0 15px;
}
.case .case_main .case_con .case_l > ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  height: 60px;
  overflow: hidden;
}
.case .case_main .case_con .case_l > ul li .case_txt > a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.case .case_main .case_con .case_l > ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #e2d2c9;
  border-radius: 50%;
  left: -7px;
  z-index: -1;
  top: 50%;
  margin-top: -6px;
}
.case .case_main .case_con .case_l > ul li .case_txt > a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 6px;
  background: url(../images/case_err1.png) center no-repeat;
  animation: 2s infinite myfirst2;
  left: 54px;
  top: 5px;
}
.case .case_main .case_con .case_l > ul li:hover {
  transform: translateY(-5px);
}
.case .case_main .case_con .case_l > ul li:hover > a{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.case .case_main .case_con .case_l > ul li:hover > a > img {
  transform: scale(1.05);
}
.case .case_main .case_con .case_l > ul li:hover .case_txt > h3 > a {
  color: #a06b4c;
  padding-left: 5px;
}
.case .case_main .case_con .case_r {
  width: 500px;
  position: relative;
}
.case .case_main .case_con .case_r .case_hd {
  position: absolute;
  top: -116px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.case .case_main .case_con .case_r .case_hd > span {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 2px;
  background-color: #dedede;
  margin: 0 10px;
}
.case .case_main .case_con .case_r .case_hd ul {
  display: inline-block;
  vertical-align: middle;
}
.case .case_main .case_con .case_r .case_hd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin: 0 10px;
  background: url(../images/case_hd.png) center no-repeat;
}
.case .case_main .case_con .case_r .case_hd ul li.on {
  background: #a06b4c;
  font-size: 14px;
  color: #ffffff;
}
.case .case_main .case_con .case_r .case_bd {
  width: 100%;
}
.case .case_main .case_con .case_r .case_bd ul li {
  width: 100%;
}
.case .case_main .case_con .case_r .case_bd ul li > a {
  display: block;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.case .case_main .case_con .case_r .case_bd ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt {
  width: 100%;
  height: 195px;
  background-color: #f9f7f6;
  padding: 30px 20px 0;
  box-sizing: border-box;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt > h3 {
  width: 100%;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  color: #333333;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 18px 0 15px;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}
.case .case_main .case_con .case_r .case_bd ul li .case_txt > a {
  display: block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  border-radius: 17px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: 10px;
}
.case .case_main .case_con .case_r .case_bd ul li:hover > a > img {
  transform: scale(1.05);
}
.case .case_main .case_con .case_r .case_bd ul li:hover .case_txt > h3 > a {
  color: #a06b4c;
}
.case .case_main .case_con .case_r .case_bd ul li:hover .case_txt > a {
  background: #a06b4c;
  color: #fff;
  margin-top: 6px;
}
.about {
  width: 100%;
  height: 798px;
  padding-top: 76px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_txt {
  width: 830px;
  margin-left: 98px;
}
.about .ab_main .ab_txt .ab_tit > h3 > span {
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  height: 1px;
  background-color: #a06b4c;
}
.about .ab_main .ab_txt .ab_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-weight: bold;
  margin-left: 48px;
  letter-spacing: 2px;
  color: #a06b4c;
  line-height: 48px;
}
.about .ab_main .ab_txt .ab_tit > h4 {
  margin-top: 20px;
}
.about .ab_main .ab_txt .ab_tit > h4 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 175px;
  letter-spacing: 1px;
  color: #a06b4c;
}
.about .ab_main .ab_txt .ab_tit > h4 > i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 4px;
  margin-left: 15px;
  background: url(../images/tit.png) center no-repeat;
}
.about .ab_main .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  color: #333333;
  margin-top: 60px;
}
.about .ab_main .ab_txt .ab_links {
  width: 100%;
  padding-left: 70px;
  box-sizing: border-box;
  margin-top: 60px;
}
.about .ab_main .ab_txt .ab_links .ab_item {
  float: left;
  margin-right: 120px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.about .ab_main .ab_txt .ab_links .ab_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_txt .ab_links .ab_item > a::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(../images/ab_err.png) center no-repeat;
  left: 170px;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > span {
  width: 38px;
  height: 38px;
  border: solid 1px #666666;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > span > i,
.about .ab_main .ab_txt .ab_links .ab_item > a > span > em {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > span > i {
  left: 0;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > span > em {
  left: 100%;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > i {
  margin: 2px 0 0 23px;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > i > span {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.about .ab_main .ab_txt .ab_links .ab_item > a > i > em {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  color: #999999;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover {
  transform: scale(1.05);
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a::after {
  opacity: 1;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a > span{
    border: solid 1px #a06b4c;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a > span > i {
  left: -100%;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a > span > em {
  left: 0;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a > i > span {
  color: #a06b4c;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(1) > a > span > i {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(1) > a > span > em {
  background: url(../images/ab_ico1-2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(2) > a > span > i {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(2) > a > span > em {
  background: url(../images/ab_ico2-2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(3) {
  margin-right: 0;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(3) > a > span > i {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(3) > a > span > em {
  background: url(../images/ab_ico3-2.png) center no-repeat;
}
.news {
  width: 100%;
  margin-top: 80px;
}
.news .news_main .news_tit .title1 > h3 {
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_tit .news_menu {
  margin-top: 42px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  margin-left: 85px;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-left: 44px;
  box-sizing: border-box;
  color: #333333;
  position: relative;
  line-height: 25px;
}
.news .news_main .news_tit .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.news .news_main .news_tit .news_menu ul li.on > a {
  color: #a06b4c;
}
.news .news_main .news_tit .news_menu ul li:nth-child(1) > a::after {
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(1).on > a::after {
  background: url(../images/news_ico1-2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(2) > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(2).on > a::after {
  background: url(../images/news_ico2-2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3) > a::after {
  background: url(../images/news_ico3.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3).on > a::after {
  background: url(../images/news_ico3-2.png) center no-repeat;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.news .news_main .news_con .news_tt {
  position: absolute;
  width: 154px;
  height: 210px;
  background: url(../images/news_t.jpg) center no-repeat;
  left: 0;
  top: 0;
  padding: 30px 0 0 22px;
  box-sizing: border-box;
  z-index: 2;
}
.news .news_main .news_con .news_tt > p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}
.news .news_main .news_con .news_tt > h4 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 10px;
}
.news .news_main .news_con .news_tt > i {
  display: block;
  width: 1px;
  height: 32px;
  background-color: #ffffff;
  margin: 16px 0 12px 14px;
}
.news .news_main .news_con .news_tt > a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/news_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
}
.news .news_main .news_con .news_list {
  width: 100%;
  height: 586px;
}
.news .news_main .news_con .news_list .news_item {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_top {
  padding-left: 154px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_list .news_item .news_top:hover > a > img {
  transform: scale(1.05);
}
.news .news_main .news_con .news_list .news_item .news_top:hover .news_txt > h3 > a {
  color: #a06b4c;
  padding-left: 5px;
}
.news .news_main .news_con .news_list .news_item .news_top:hover .news_txt > a {
  color: #a06b4c;
}
.news .news_main .news_con .news_list .news_item .news_top:hover .news_txt > a::before {
  background: url(../images/case_err2.png) center no-repeat;
}
.news .news_main .news_con .news_list .news_item .news_top > a {
  width: 280px;
  height: 210px;
  overflow: hidden;
}
.news .news_main .news_con .news_list .news_item .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt {
  width: 786px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > h3 {
  width: 100%;
  line-height: 18px;
  margin-top: 26px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > h3 > a {
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > h3 > span {
  font-size: 14px;
  font-family: Arial;
  color: #999999;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 25px 0 18px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 30px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #e2d2c9;
  border-radius: 50%;
  left: -7px;
  z-index: -1;
  top: 50%;
  margin-top: -6px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 6px;
  background: url(../images/case_err1.png) center no-repeat;
  animation: 2s infinite myfirst2;
  left: 54px;
  top: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_botm {
  width: 100%;
  margin-top: 60px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li {
  flex: 0 0 400px;
  float: left;
  width: 400px;
  height: 120px;
  background-color: #faf7f6;
  border-radius: 3px;
  padding: 24px 20px 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-bottom: 38px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/news_ico4.png) center no-repeat;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 22px 0;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > p {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > p > span {
  font-size: 13px;
  font-family: Arial;
  color: #999999;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > p > a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  position: relative;
  z-index: 1;
  padding-right: 34px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > p > a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #e2d2c9;
  border-radius: 50%;
  left: -7px;
  z-index: -1;
  top: 50%;
  margin-top: -6px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > p > a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 6px;
  background: url(../images/case_err1.png) center no-repeat;
  animation: 2s infinite myfirst2;
  left: 54px;
  top: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -5px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a {
  color: #a06b4c;
  padding-left: 36px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a::after {
  transform: rotateY(360deg);
  background: url(../images/news_ico4-2.png) center no-repeat;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > p > a {
  color: #a06b4c;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > p > a::before {
  background: url(../images/news_err2.png) center no-repeat;
}
.links {
  width: 100%;
  margin: 30px 0 60px;
}
.links .link_main .link_tit > h4 {
  font-size: 27px;
  font-weight: bold;
  line-height: 20px;
  color: #a06b4c;
  font-family: Arial;
}
.links .link_main .link_tit > h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #a06b4c;
}
.links .link_main .link_list {
  line-height: 30px;
  padding: 6px 0;
  width: calc(100% - 120px);
  box-sizing: border-box;
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}
.links .link_main .link_list > a:hover::after,
.links .link_main .link_list > a:hover::before {
  width: 100%;
}
.links .link_main .link_list > a::after,
.links .link_main .link_list > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #a06b4c;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.links .link_main .link_list > a::after {
  left: 0;
  top: 0;
}
.links .link_main .link_list > a::before {
  right: 0;
  bottom: 0;
}
.links .link_main .link_list > a:hover {
  color: #a06b4c;
}
.inform {
  width: 100%;
  height: 359px;
  padding-top: 110px;
  box-sizing: border-box;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main {
  height: 100%;
  position: relative;
}
.inform .in_main > a {
  position: absolute;
  width: 85px;
  height: 85px;
  background: url(../images/in_t.png) center no-repeat;
  left: 50%;
  transform: translate(-50%);
  top: -48px;
}
.inform .in_main .in_con {
  width: 100%;
  height: 190px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 77px 36px 0;
  box-sizing: border-box;
}
.inform .in_main .in_con input::placeholder {
  font-size: 14px;
  color: #999999;
}
.inform .in_main .in_con input:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_con > input {
  float: left;
  width: 240px;
  height: 50px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 0 58px;
  margin-right: 20px;
}
.inform .in_main .in_con #userName {
  background: url(../images/in1.png) 16px center no-repeat;
}
.inform .in_main .in_con #userPhone {
  background: url(../images/in2.png) 16px center no-repeat;
}
.inform .in_main .in_con #content {
  width: 260px;
  background: url(../images/in3.png) 16px center no-repeat;
}
.inform .in_main .in_con .in_boxs {
  position: relative;
  width: 223px;
  height: 50px;
}
.inform .in_main .in_con .in_boxs > input {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #dedede;
  box-sizing: border-box;
  background: url(../images/in4.png) 16px center no-repeat;
  padding: 0 85px 0 58px;
}
.inform .in_main .in_con .in_boxs > img {
  position: absolute;
  cursor: pointer;
  width: 69px;
  height: 28px;
  top: 11px;
  right: 8px;
}
.inform .in_main .in_con > button {
  cursor: pointer;
  width: 160px;
  height: 50px;
  background: url(../images/in5.png) 30px center no-repeat #a06b4c;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}
