/* =Skitter styles
----------------------------------------------- */
.banner {
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  /* =Focus
	-------------------------------------------------------------- */
  /* =Example for dimenions
	-------------------------------------------------------------- */
  /* =Default theme
	-------------------------------------------------------------- */
  /* =Minimalist theme
	-------------------------------------------------------------- */
  /* =Round theme
	-------------------------------------------------------------- */
  /* =Clean theme
	-------------------------------------------------------------- */
}
.banner .banner_boxs {
  width: 1920px;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 0;
}
.banner .box_skitter {
  position: relative;
  width: 100%;
  height: 100% !important;
  background: #fff;
}
.banner .box_skitter a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .box_skitter img {
  width: auto !important;
  max-width: inherit !important;
  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;
  display: block !important;
  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;
  display: block !important;
  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: 120px;
  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: url(../images/ban_ico1.png) center no-repeat;
  float: left;
  margin: 0 10px;
  cursor: pointer;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  width: 21px !important;
  height: 21px !important;
  text-indent: -9999em;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: url(../images/ban_ico2.png) center no-repeat;
  float: left;
}
.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: 15% !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: 15% !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: #e3a670;
  color: #fff;
  width: 40px;
  border-radius: 7px;
}
.banner .skitter-minimalist .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
}
.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: #e3a670;
  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: #e3a670;
  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: #e3a670;
  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 {
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.title1::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #333333;
  left: 0;
  top: 20px;
}
.title1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 92px;
  height: 8px;
  background-color: #e3a670;
  top: 21px;
  left: 77px;
}
.title1 > h3 {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h4 {
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #333333;
  margin-top: 15px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main {
  height: 100%;
  position: relative;
  z-index: 1;
}
.pro .pro_main::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 700px;
  background: url(../images/fl_bg.jpg) center no-repeat;
  left: -40px;
  top: 34px;
  z-index: -1;
}
.pro .pro_main .pto_top {
  width: 100%;
}
.pro .pro_main .pto_top .fl {
  width: 180px;
  margin-left: -40px;
}
.pro .pro_main .pto_top .fl .fl_list {
  width: 100%;
  margin-top: 80px;
}
.pro .pro_main .pto_top .fl .fl_list li {
  width: 100%;
  font-size: 16px;
  height: 40px;
  position: relative;
  margin-bottom: 27px;
  padding-left: 40px;
  box-sizing: border-box;
}
.pro .pro_main .pto_top .fl .fl_list li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #6c6d7f;
  left: 40px;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pto_top .fl .fl_list li > a {
  display: block;
  width: 100%;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.pro .pro_main .pto_top .fl .fl_list li:hover::after {
  background: #e3a670;
  transform: rotateY(360deg);
}
.pro .pro_main .pto_top .fl .fl_list li:hover > a {
  color: #e3a670;
}
.pro .pro_main .pto_top .fl .fl_list li:nth-last-child(1)::after {
  display: none;
}
.pro .pro_main .pto_top .pro_r {
  width: 1050px;
  height: 335px;
  overflow: hidden;
  position: relative;
}
.pro .pro_main .pto_top .pro_r .pro_n {
  position: absolute;
  width: 210px;
  height: 55px;
  line-height: 55px;
  background: url(../images/pro_n.png) 90px center no-repeat #e3a670;
  font-size: 14px;
  padding-left: 38px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  left: 345px;
  bottom: 0;
}
.pro .pro_main .pto_top .pro_r ul {
  width: 100%;
}
.pro .pro_main .pto_top .pro_r ul li {
  width: 100%;
}
.pro .pro_main .pto_top .pro_r ul li:hover .pro_txt > h3 > a > i {
  color: #e3a670;
  padding-right: 5px;
}
.pro .pro_main .pto_top .pro_r ul li:hover .pro_v > a > img {
  transform: scale(1.02);
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt {
  width: 475px;
  position: relative;
  height: 335px;
  z-index: 1;
  padding-top: 90px;
  box-sizing: border-box;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > i {
  position: absolute;
  z-index: -1;
  font-size: 134px;
  font-weight: bold;
  font-family: Arial;
  color: #f6f7fb;
  line-height: 98px;
  right: 10px;
  top: 50px;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 {
  width: 100%;
  line-height: 20px;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 > span {
  font-size: 14px;
  color: #333333;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 > span > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 > a {
  width: 340px;
  line-height: 20px;
  text-align: right;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 > a > span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #333333;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > h3 > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  max-width: 330px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > span {
  display: block;
  height: 1px;
  background: #f6f7fb;
  width: 100%;
  margin: 52px 0 35px;
}
.pro .pro_main .pto_top .pro_r ul li .pro_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #333333;
}
.pro .pro_main .pto_top .pro_r ul li .pro_v {
  width: 510px;
  height: 335px;
  border: solid 3px #cccccc;
  box-sizing: border-box;
}
.pro .pro_main .pto_top .pro_r ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .pro_main .pto_top .pro_r ul li .pro_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_view {
  width: 100%;
}
.pro .pro_main .pro_view ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_view ul li {
  flex: 0 0 400px;
  float: left;
  width: 400px;
}
.pro .pro_main .pro_view ul li:hover .pro_v {
  border: solid 3px #e3a670;
}
.pro .pro_main .pro_view ul li:hover .pro_v > a > img {
  transform: scale(1.02);
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a {
  color: #e3a670;
  padding-left: 30px;
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a::after {
  background: #e3a670;
  transform: rotateY(360deg);
}
.pro .pro_main .pro_view ul li .pro_v {
  width: 100%;
  height: 300px;
  background: #fff;
  border: solid 3px #cccccc;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_view ul li .pro_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pro .pro_main .pro_view ul li .pro_txt {
  width: 100%;
  margin-top: 25px;
}
.pro .pro_main .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  position: relative;
  padding: 0 30px 0 25px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #333333;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.pro .pro_main .pro_view ul li .pro_txt > a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../images/pro_ico1.png) center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.app {
  width: 100%;
  height: 830px;
  margin-top: 100px;
  background: url(../images/add_bg.jpg) center no-repeat;
}
.app .app_main {
  height: 100%;
}
.app .app_main .app_l {
  width: 353px;
  height: 100%;
  padding-top: 168px;
  box-sizing: border-box;
  background: url(../images/app_l.jpg) center no-repeat;
}
.app .app_main .app_l .app_t {
  margin-left: 130px;
}
.app .app_main .app_l .app_t > h4 {
  font-size: 14px;
  writing-mode: tb-rl;
  color: #ffffff;
  font-family: Arial;
  width: 14px;
  line-height: 14px;
}
.app .app_main .app_l .app_t > h3 {
  font-size: 30px;
  margin-left: 18px;
  writing-mode: tb-rl;
  color: #ffffff;
  font-weight: bold;
}
.app .app_main .app_l .app_tell {
  margin-top: 135px;
  margin-left: 62px;
}
.app .app_main .app_l .app_tell > i {
  float: left;
  width: 37px;
  height: 37px;
  background: url(../images/app_tell.png) center no-repeat;
  animation: 2s infinite msClock;
  margin: 5px 8px 0 0;
}
.app .app_main .app_l .app_tell .app_num {
  color: #ffffff;
}
.app .app_main .app_l .app_tell .app_num > p {
  font-size: 16px;
  line-height: 16px;
}
.app .app_main .app_l .app_tell .app_num > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  font-family: Arial;
}
.app .app_main .app_l > a {
  display: block;
  width: 58px;
  font-size: 14px;
  color: #ffffff;
  height: 46px;
  border-bottom: 1px solid #e3a670;
  box-sizing: border-box;
  text-align: center;
  line-height: 45px;
  margin: 140px auto 0;
}
.app .app_main .app_r {
  width: calc(100% - 353px);
  height: 100%;
}
.app .app_main .app_r ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app .app_main .app_r ul li {
  flex: 0 0 33.33333%;
  float: left;
  width: 33.33333%;
  height: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding-top: 154px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.app .app_main .app_r ul li:hover .cover {
  transform: rotateZ(0);
}
.app .app_main .app_r ul li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e3a670;
  left: 0;
  top: 0;
  padding: 155px 10px 0;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: rotateZ(-90deg);
  transform-origin: 0 0;
}
.app .app_main .app_r ul li .cover > h3 {
  width: 100%;
}
.app .app_main .app_r ul li .cover > h3 > a {
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 20px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app .app_main .app_r ul li .cover > h4 {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 14px;
  color: #ffffff;
  font-family: Arial;
  margin: 12px 0 40px;
}
.app .app_main .app_r ul li .cover > a.more {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/app_more.png) center no-repeat;
  margin: 0 auto;
}
.app .app_main .app_r ul li > span {
  display: block;
  width: 50px;
  height: 52px;
  margin: 0 auto;
}
.app .app_main .app_r ul li > h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 22px 0 12px;
}

.app .app_main .app_r ul li > h4{
  color: #fff;
}
.app .app_main .app_r ul li > h3 > a {
  display: block;
  width: 100%;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-weight: bold;
  padding: 0 10px;
  box-sizing: border-box;
}
.app .app_main .app_r ul li > h4 {
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  font-family: Arial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  color: #ffffff;
}
.app .app_main .app_r ul li:nth-child(1) > span {
  background: url(../images/app_ico1.png) center no-repeat;
}
.app .app_main .app_r ul li:nth-child(2) > span {
  background: url(../images/app_ico2.png) center no-repeat;
}
.app .app_main .app_r ul li:nth-child(3) > span {
  background: url(../images/app_ico3.png) center no-repeat;
}
.app .app_main .app_r ul li:nth-child(4) > span {
  background: url(../images/app_ico4.png) center no-repeat;
}
.app .app_main .app_r ul li:nth-child(5) > span {
  background: url(../images/app_ico5.png) center no-repeat;
}
.app .app_main .app_r ul li:nth-child(6) > span {
  background: url(../images/app_ico6.png) center no-repeat;
}
.about {
  width: 100%;
  height: 680px;
  overflow: hidden;
  margin-top: 94px;
}
.about .ab_main {
  height: 100%;
}
.about .ab_main .ab_v {
  width: 644px;
  height: 100%;
  position: relative;
}
.about .ab_main .ab_v .ab_t2 {
  position: absolute;
  width: 537px;
  height: 85px;
  background: url(../images/ab_t2.png) center no-repeat;
  right: -140px;
  top: 0;
}
.about .ab_main .ab_v .ab_t2::after {
  content: "（YEARS）";
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  top: 116px;
  right: 62px;
}
.about .ab_main .ab_v .ab_box {
  position: absolute;
  width: 805px;
  height: 475px;
  border-radius: 10px;
  top: 62px;
  right: 0;
}
.about .ab_main .ab_v .ab_box > img {
  width: 100%;
}
.about .ab_main .ab_v > p {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 5px;
  color: #666666;
  left: 48px;
  top: 590px;
}
.about .ab_main .ab_txt {
  width: 567px;
  margin-top: 110px;
  position: relative;
  z-index: 1;
}
.about .ab_main .ab_txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 940px;
  height: 130px;
  background: url(../images/ab_t1.png) center no-repeat;
  top: 312px;
  left: -64px;
}
.about .ab_main .ab_txt > h3 {
  text-align: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.about .ab_main .ab_txt > span {
  display: block;
  width: 44px;
  height: 3px;
  background-color: #666666;
  margin: 55px 0 40px 520px;
}
.about .ab_main .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  color: #666666;
}
.about .ab_main .ab_txt .honer {
  width: 100%;
  margin-top: 60px;
}
.about .ab_main .ab_txt .honer .honer_l {
  width: 312px;
  height: 232px;
  padding: 24px 38px 44px 22px;
  box-sizing: border-box;
  background: url(../images/honer_bg.png) center no-repeat;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.about .ab_main .ab_txt .honer .honer_l:hover {
  transform: scale(1.02);
}
.about .ab_main .ab_txt .honer .honer_l > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_txt .honer .honer_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_main .ab_txt .honer .honer_r > a {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  position: relative;
  z-index: 1;
  margin: 28px 0 70px;
  margin-left: 155px;
}
.about .ab_main .ab_txt .honer .honer_r > a::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background-color: #e3a670;
  top: 6px;
  right: 23px;
  z-index: -1;
}
.about .ab_main .ab_txt .honer .honer_r .honer_t {
  margin-right: 45px;
}
.about .ab_main .ab_txt .honer .honer_r .honer_t > h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial;
  color: #333333;
}
.about .ab_main .ab_txt .honer .honer_r .honer_t > h3 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 25px;
  color: #333333;
}
.case {
  width: 100%;
  height: 679px;
  padding-top: 50px;
  box-sizing: border-box;
  margin-top: 58px;
  overflow: hidden;
  background: url(../images/case_bg.jpg) center no-repeat;
}
.case .case_main .case_tit {
  width: 100%;
  margin-top: 9px;
}
.case .case_main .case_tit ul li {
  float: left;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #bbb9b9;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 1;
  margin-left: 44px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.case .case_main .case_tit ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666666;
}
.case .case_main .case_tit ul li:hover {
  border: solid 1px #e3a670;
}
.case .case_main .case_tit ul li:hover > a {
  color: #fff;
}
.case .case_main .case_tit ul li:hover .hover::after {
  border-radius: 25px;
  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%);
}
.case .case_main .case_botm {
  width: 100%;
  height: 498px;
  position: relative;
  margin-top: 66px;
}
.case .case_main .case_botm .case_view {
  position: absolute;
  width: 1802px;
  height: 100%;
}
.case .case_main .case_botm .case_view .case_list {
  width: 100%;
  height: 100%;
}
.case .case_main .case_botm .case_view .case_list li {
  float: left;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
}
.case .case_main .case_botm .case_view .case_list li.swiper-slide-active {
  width: 1012px !important;
}
.case .case_main .case_botm .case_view .case_list li.swiper-slide-active > i {
  opacity: 1;
}
.case .case_main .case_botm .case_view .case_list li.swiper-slide-active .case_txt {
  width: 372px;
}
.case .case_main .case_botm .case_view .case_list li:hover .case_txt > h3 > a {
  color: #e3a670;
  padding-left: 25px;
}
.case .case_main .case_botm .case_view .case_list li > i {
  position: absolute;
  font-size: 150px;
  line-height: 120px;
  font-weight: bold;
  font-family: Arial;
  z-index: -1;
  color: #ffffff;
  left: 240px;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.case .case_main .case_botm .case_view .case_list li .case_txt {
  width: 0;
  margin: 116px 90px 0 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > h3 {
  width: 100%;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > h3 > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333333;
  position: relative;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > h3 > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #666666;
  margin: 30px 0 60px;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  box-sizing: border-box;
}
.case .case_main .case_botm .case_view .case_list li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 6px;
  background-color: #f0cb7b;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.case .case_main .case_botm .case_view .case_list li .case_v {
  width: 550px;
  height: 375px;
  border: solid 8px #ffffff;
  box-sizing: border-box;
  margin-top: 30px;
}
.case .case_main .case_botm .case_view .case_list li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case_main .case_botm .case_view .case_list li .case_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_botm .case_p,
.case .case_main .case_botm .case_n {
  position: absolute;
  cursor: pointer;
  width: 81px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  box-sizing: border-box;
  bottom: 40px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.case .case_main .case_botm .case_p:hover,
.case .case_main .case_botm .case_n:hover {
  transform: translateY(-2px);
}
.case .case_main .case_botm .case_p {
  right: 436px;
  padding-left: 42px;
  background: url(../images/case_p.png) left center no-repeat;
}
.case .case_main .case_botm .case_n {
  right: 275px;
  padding-right: 42px;
  background: url(../images/case_n.png) 55px center no-repeat;
}
.news {
  width: 100%;
  height: 720px;
  overflow: hidden;
  margin-top: 30px;
}
.news .news_main .news_tit {
  width: 100%;
}
.news .news_main .news_tit .news_menu {
  margin-top: 20px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  margin-left: 70px;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  width: 100%;
  line-height: 22px;
}
.news .news_main .news_tit .news_menu ul li > a > i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.news .news_main .news_tit .news_menu ul li > a > i::after,
.news .news_main .news_tit .news_menu ul li > a > i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 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 > a > i::after {
  top: 0;
}
.news .news_main .news_tit .news_menu ul li > a > i::before {
  top: 100%;
}
.news .news_main .news_tit .news_menu ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #666666;
  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 > i::after {
  top: -100%;
}
.news .news_main .news_tit .news_menu ul li.on > a > i::before {
  top: 0;
}
.news .news_main .news_tit .news_menu ul li.on > a > span {
  color: #333333;
}
.news .news_main .news_tit .news_menu ul li:nth-child(1) > a > i::after {
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(1) > a > i::before {
  background: url(../images/news_ico1-2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(2) > a > i::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(2) > a > i::before {
  background: url(../images/news_ico2-2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3) > a > i::after {
  background: url(../images/news_ico3.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3) > a > i::before {
  background: url(../images/news_ico3-2.png) center no-repeat;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 50px;
}
.news .news_main .news_con .news_list {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_top {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news .news_main .news_con .news_list .news_item .news_top:hover > a > img {
  transform: scale(1.02);
}
.news .news_main .news_con .news_list .news_item .news_top:hover .news_txt > h3 > a {
  color: #e3a670;
  padding-left: 5px;
}
.news .news_main .news_con .news_list .news_item .news_top > a {
  width: 400px;
  height: 250px;
  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: 854px;
  margin-top: 34px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > h3 {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > h3 > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  box-sizing: border-box;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #666666;
  margin: 20px 0;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > i {
  display: block;
  width: 2px;
  height: 22px;
  background-color: #d2d2d2;
  margin-bottom: 15px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_txt > a {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  height: 36px;
  background-color: #e3a670;
  border-radius: 18px;
  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_top .news_txt > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .news_con .news_list .news_item .news_botm {
  width: 100%;
  margin-top: 34px;
}
.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 590px;
  float: left;
  width: 590px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 17px 30px 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  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 {
  transform: translateY(-5px);
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a {
  color: #e3a670;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a::after {
  transform: rotateY(360deg);
  background: #e3a670;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 51px;
  height: 25px;
  background: url(../images/news_item.png) center no-repeat;
  top: 27px;
  right: 32px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  padding-left: 16px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 50%;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > span {
  display: block;
  font-size: 14px;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 14px;
  color: #999999;
  margin-top: 16px;
}
.links {
  width: 100%;
  margin: 50px 0;
}
.links .link_main .link_tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.links .link_main .link_list {
  width: calc(100% - 130px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  position: relative;
}
.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: #e3a670;
  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: #e3a670;
}


.app .app_main .app_r ul li:nth-child(1) .cover{
    background-image: url("../images/appImg1.jpg");
    background-size: cover;
}

.app .app_main .app_r ul li:nth-child(2) .cover{
  background-image: url("../images/appImg2.jpg");
  background-size: cover;
}

.app .app_main .app_r ul li:nth-child(3) .cover{
  background-image: url("../images/appImg3.jpg");
  background-size: cover;
}

.app .app_main .app_r ul li:nth-child(4) .cover{
  background-image: url("../images/appImg4.jpg");
  background-size: cover;
}

.app .app_main .app_r ul li:nth-child(5) .cover{
  background-image: url("../images/appImg5.jpg");
  background-size: cover;
}

.app .app_main .app_r ul li:nth-child(6) .cover{
  background-image: url("../images/appImg6.jpg");
  background-size: cover;
}