/* =Skitter styles
----------------------------------------------- */
.banner {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  /* =Box clone
	-------------------------------------------------------------- */
  /* =Navigation
	-------------------------------------------------------------- */
  /* =Numbers
	-------------------------------------------------------------- */
  /* =Thumbs
		Change width and height to customization dimension thumb
	-------------------------------------------------------------- */
  /* =Dots
	-------------------------------------------------------------- */
  /* =Loading
	-------------------------------------------------------------- */
  /* =Label
	-------------------------------------------------------------- */
  /* =Preview slide
	-------------------------------------------------------------- */
  /* =Focus
	-------------------------------------------------------------- */
  /* =Example for dimenions
	-------------------------------------------------------------- */
  /* =Default theme
	-------------------------------------------------------------- */
  /* =Minimalist theme
	-------------------------------------------------------------- */
  /* =Round theme
	-------------------------------------------------------------- */
  /* =Clean theme
	-------------------------------------------------------------- */
}
.banner .loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10000;
  margin: -16px -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../images/ajax-loader.gif) no-repeat left top;
  width: 32px;
  height: 32px;
}
.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%;
  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: #2257d7;
  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.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s 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: #2257d7;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #2257d7;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s 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: #2257d7;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s 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.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
}
.title1 .tt {
  float: left;
  margin-top: 5px;
}
.title1 .tt h3 {
  font-size: 36px;
  line-height: 36px;
  color: #2257d7;
  font-weight: bold;
}
.title1 .tt h3 a {
  color: #2257d7;
}
.title1 .tt > h4 {
  font-size: 14px;
  color: #afafaf;
  line-height: 14px;
  font-weight: bold;
  font-family: Arial;
  margin-top: 14px;
}
.title1 .tit_more {
  width: 239px;
  height: 82px;
  background: url(../images/pro_morebg.png) center no-repeat;
}
.title1 .tit_more > a {
  float: right;
  width: 220px;
  height: 82px;
  position: relative;
  padding-top: 54px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
}
.title1 .tit_more > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/pto_ico.png) center no-repeat;
  left: 93px;
  top: 14px;
  animation: 2s infinite jello;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ser {
  width: 100%;
  margin: 30px 0;
}
.ser .ser_main .ser_con {
  width: 682px;
  height: 60px;
  border: solid 1px #f4f4f4;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.ser .ser_main .ser_con .name_place {
  position: absolute;
  left: 16px;
  top: 22px;
  font-size: 14px;
  line-height: 14px;
  color: #e0e0e0;
}
.ser .ser_main .ser_con input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #e0e0e0;
  padding: 0 100px 0 16px;
  box-sizing: border-box;
}
.ser .ser_main .ser_con input:focus {
  color: #333;
}
.ser .ser_main .ser_con > button {
  position: absolute;
  width: 43px;
  height: 100%;
  right: 16px;
  top: 0;
  cursor: pointer;
  background: url(../images/ser.png) center no-repeat;
}
.pro {
  width: 100%;
  height: 761px;
  padding-top: 56px;
  box-sizing: border-box;
  background: url(../images/pro_bg.jpg) center no-repeat;
}
.pro .pro_main .pro_con {
  margin-top: 42px;
}
.pro .pro_main .pro_con .pro_fl {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ececec;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_fl ul li {
  float: left;
  width: 33.333%;
  height: 100%;
  position: relative;
}
.pro .pro_main .pro_con .pro_fl ul li:hover > a {
  color: #2257d7;
}
.pro .pro_main .pro_con .pro_fl ul li:hover::after {
  width: 76px;
}
.pro .pro_main .pro_con .pro_fl ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #2257d7;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_fl ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 58px;
}
.pro .pro_main .pro_con .pro_view {
  width: 100%;
  margin-top: 57px;
}
.pro .pro_main .pro_con .pro_view ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_con .pro_view ul li {
  flex: 0 0 302px;
  float: left;
  width: 302px;
  box-sizing: border-box;
  background: #fff;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v {
  width: 100%;
  height: 290px;
  border: solid 10px #ffffff;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #c2c2c2;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 6px;
  background-color: #2257d7;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > 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: #818181;
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_v > a > img {
  transform: scale(1) rotateZ(-2deg);
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt::after {
  width: 0;
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt::before {
  width: 100%;
}
.ys {
  width: 100%;
  height: 1020px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url(../images/ys_bg.jpg) center top no-repeat;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  overflow: hidden;
}
.ys > span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../images/ys_bv.jpg) center no-repeat;
  top: 420px;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_top ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ys .ys_main .ys_top ul li {
  flex: 0 0 302px;
  float: left;
  width: 302px;
  height: 173px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.ys .ys_main .ys_top ul li span {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}
.ys .ys_main .ys_top ul li > i {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin: 20px 0 20px;
}
.ys .ys_main .ys_top ul li > p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.ys .ys_main .ys_top ul li:nth-child(1) > span {
  background: url(../images/num_ico1.png) center no-repeat;
}
.ys .ys_main .ys_top ul li:nth-child(2) > span {
  background: url(../images/num_ico2.png) center no-repeat;
}
.ys .ys_main .ys_top ul li:nth-child(3) > span {
  background: url(../images/num_ico3.png) center no-repeat;
}
.ys .ys_main .ys_top ul li:nth-child(4) > span {
  background: url(../images/num_ico4.png) center no-repeat;
}
.ys .ys_main .ys_botm {
  margin-top: 70px;
  height: 450px;
}
.ys .ys_main .ys_botm .ys_l {
  width: 634px;
  height: 450px;
  background: url(../images/ys_btxt.jpg) center no-repeat;
  overflow: hidden;
  padding: 46px 0 0 62px;
  box-sizing: border-box;
}
.ys .ys_main .ys_botm .ys_l .ys_tab {
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul {
  width: 100%;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul li > h3 {
  margin-bottom: 50px;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul li > h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul li > h3 > i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial;
  color: #c0c0c0;
  margin-left: 14px;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul li > h5 {
  font-size: 16px;
  line-height: 73px;
  color: #666666;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.ys .ys_main .ys_botm .ys_l .ys_tab ul li > h5::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #dedede;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  margin-top: -5px;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_p,
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_n {
  position: absolute;
  width: 72px;
  height: 50px;
  cursor: pointer;
  bottom: 0;
  z-index: 2;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_p::after,
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_n::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_p {
  right: 72px;
  background-color: #333333;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_p::after {
  background: url(../images/ys_p.png) center no-repeat;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_n {
  right: 0;
  background-color: #2257d7;
}
.ys .ys_main .ys_botm .ys_l .ys_tab .ys_n::after {
  background: url(../images/ys_n.png) center no-repeat;
}
.ys .ys_main .ys_botm .ys_tit {
  margin: 30px 0 0 210px;
  color: #fff;
  text-align: center;
}
.ys .ys_main .ys_botm .ys_tit > h3 {
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 25px;
}
.ys .ys_main .ys_botm .ys_tit > h4 {
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.5);
}
.case {
  width: 100%;
  padding-top: 56px;
  overflow: hidden;
  height: 780px;
  background: url(../images/case_bg.jpg) center no-repeat;
  box-sizing: border-box;
}
.case .case_main .title1 {
  padding: 0 10px;
  box-sizing: border-box;
}
.case .case_main .case_view {
  margin-top: 60px;
  position: relative;
}
.case .case_main .case_view .tempWrap {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100% !important;
}
.case .case_main .case_view ul {
  width: 100%;
}
.case .case_main .case_view ul li {
  float: left;
  width: 400px;
  margin-right: 40px;
  padding-bottom: 30px;
}
.case .case_main .case_view ul li:hover > a > img {
  transform: scale(1);
}
.case .case_main .case_view ul li:hover .case_txt > h3 > a {
  color: #2257d7;
}
.case .case_main .case_view ul li > a {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.case .case_main .case_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.case .case_main .case_view ul li .case_txt {
  width: 100%;
  height: 183px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0px rgba(4, 0, 0, 0.1);
}
.case .case_main .case_view ul li .case_txt > h3 {
  width: 100%;
  margin: 30px 0 25px;
}
.case .case_main .case_view ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.case .case_main .case_view ul li .case_txt > p {
  width: 238px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #aeaeae;
}
.case .case_main .case_view ul li .case_txt > a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #2257d7;
  margin-top: 20px;
}
.case .case_main .case_view ul li .case_txt > a i:nth-child(4) {
  margin-right: 3px;
}
.case .case_main .case_view .case_p,
.case .case_main .case_view .case_n {
  position: absolute;
  top: 217px;
  width: 172px;
  height: 57px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  font-family: Arial;
  color: #afafaf;
  z-index: 1;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view .case_p:hover,
.case .case_main .case_view .case_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_view .case_p:hover,
.case .case_main .case_view .case_n:hover {
  color: #fff;
}
.case .case_main .case_view .case_p:hover .hover::after,
.case .case_main .case_view .case_n: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%);
}
.case .case_main .case_view .case_p {
  left: -222px;
}
.case .case_main .case_view .case_n {
  right: -222px;
}
.inform {
  width: 100%;
  height: 220px;
  background: url(../images/in_bg.jpg) center no-repeat;
  padding-top: 55px;
  box-sizing: border-box;
  box-shadow: inset 0px 10px 80px 0px rgba(3, 0, 0, 0.5);
}
.inform .in_main .in_txt {
  color: #ffffff;
}
.inform .in_main .in_txt > h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.inform .in_main .in_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 101px;
  height: 24px;
  background: url(../images/in_ico.png) center no-repeat;
  margin-left: 28px;
}
.inform .in_main .in_txt > span {
  display: block;
  width: 450px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 32px 0 20px;
}
.inform .in_main .in_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
}
.inform .in_main .in_con {
  width: 810px;
}
.inform .in_main .in_con input {
  font-size: 14px;
  color: #ffffff;
}
.inform .in_main .in_con input::placeholder {
  font-size: 14px;
  color: #ffffff;
}
.inform .in_main .in_con input:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_con .in_l {
  width: 614px;
}
.inform .in_main .in_con .in_l > input {
  float: left;
  width: 300px;
  height: 50px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  padding: 0 35px;
  margin-bottom: 10px;
}
.inform .in_main .in_con .in_l #userName {
  background: url(../images/in1.png) 10px center no-repeat;
  margin-right: 14px;
}
.inform .in_main .in_con .in_l #userPhone {
  background: url(../images/in2.png) 10px center no-repeat;
}
.inform .in_main .in_con .in_l #content {
  background: url(../images/in3.png) 10px center no-repeat;
  margin-right: 14px;
}
.inform .in_main .in_con .in_l .code_box {
  width: 300px;
  height: 50px;
  position: relative;
}
.inform .in_main .in_con .in_l .code_box > input {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  padding: 0 100px 0 35px;
  background: url(../images/in4.png) 10px center no-repeat;
}
.inform .in_main .in_con .in_l .code_box > img {
  position: absolute;
  cursor: pointer;
  width: 72px;
  height: 30px;
  top: 10px;
  right: 10px;
}
.inform .in_main .in_con > button {
  width: 160px;
  height: 66px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(3, 0, 0, 0.2), inset 0px 1px 20px 0px rgba(3, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 32px;
  text-align: center;
  line-height: 66px;
  font-size: 18px;
  color: #333333;
  margin-top: 22px;
}
.play {
  width: 100%;
  margin-top: 45px;
}
.play .play_main .play_view {
  width: 100%;
  margin-top: 65px;
}
.play .play_main .play_view ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.play .play_main .play_view ul li {
  flex: 0 0 302px;
  float: left;
  width: 302px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.play .play_main .play_view ul li > .play_v {
  width: 100%;
  height: 290px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 10px;
}
.play .play_main .play_view ul li > .play_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.play .play_main .play_view ul li > .play_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.play .play_main .play_view ul li .play_txt {
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  margin-top: 2px;
  text-align: center;
}
.play .play_main .play_view ul li .play_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #818181;
}
.play .play_main .play_view ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.play .play_main .play_view ul li:hover .play_v > a > img {
  transform: scale(1.1) rotateZ(-2deg);
}
.play .play_main .play_view ul li:hover .play_txt > a {
  color: #2257d7;
  letter-spacing: 2px;
}
.about {
  width: 100%;
  height: 660px;
  background-color: #f8f8f8;
  padding-top: 100px;
  box-sizing: border-box;
  margin: 70px 0 60px;
}
.about .ab_main .ab_txt {
  width: 540px;
}
.about .ab_main .ab_txt > h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.about .ab_main .ab_txt > h4 {
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #c3c3c3;
  margin: 18px 0 70px;
}
.about .ab_main .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #9a9a9a;
  height: 120px;
  overflow: hidden;
}
.about .ab_main .ab_txt .ab_links {
  margin-top: 50px;
}
.about .ab_main .ab_txt .ab_links .ab_item {
  float: left;
  width: 95px;
  margin-right: 50px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover {
  transform: translateY(-5px) scale(1.02);
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > a::after {
  animation: 1.5s infinite jello;
}
.about .ab_main .ab_txt .ab_links .ab_item:hover > span > a {
  color: #2257d7;
}
.about .ab_main .ab_txt .ab_links .ab_item > a {
  display: block;
  width: 100%;
  height: 95px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
}
.about .ab_main .ab_txt .ab_links .ab_item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_links .ab_item > span {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 18px;
}
.about .ab_main .ab_txt .ab_links .ab_item > span > a {
  font-size: 14px;
  line-height: 14px;
  color: #9a9a9a;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(1) > a::after {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(2) > a::after {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(3) > a::after {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(4) {
  margin-right: 0;
}
.about .ab_main .ab_txt .ab_links .ab_item:nth-child(4) > a::after {
  background: url(../images/ab_ico4.png) center no-repeat;
}
.about .ab_main .ab_v {
  width: 640px;
  height: 460px;
  box-shadow: 1px 1px 10px 0px rgba(3, 0, 0, 0.05);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
}
.about .ab_main .ab_v:hover {
  transform: translate(-5px);
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
  border: solid 10px #ffffff;
  box-sizing: border-box;
}
.about .ab_main .ab_v .ab_honer {
  position: absolute;
  width: 190px;
  height: 142px;
  border: solid 4px #ffffff;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about .ab_main .ab_v .ab_honer > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_v .ab_honer > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news {
  width: 100%;
  margin-top: 58px;
}
.news .news_main .title1 .tt {
  text-align: left;
}
.news .news_main .title1 .news_menu {
  margin-top: 35px;
}
.news .news_main .title1 .news_menu ul li {
  float: left;
  font-size: 16px;
  color: #878787;
  margin-left: 25px;
}
.news .news_main .title1 .news_menu ul li a {
  color: #878787;
}
.news .news_main .title1 .news_menu ul li a i {
  margin-right: 20px;
}
.news .news_main .title1 .news_menu ul li:hover > a {
  color: #2257d7;
}
.news .news_main .news_con {
  margin-top: 80px;
}
.news .news_main .news_con .news_top {
  width: 100%;
}
.news .news_main .news_con .news_top .news_l {
  width: 392px;
  position: relative;
}
.news .news_main .news_con .news_top .news_l > a {
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.news .news_main .news_con .news_top .news_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.news .news_main .news_con .news_top .news_l .news_txt {
  position: absolute;
  width: 266px;
  height: 60px;
  background-color: #ffffff;
  right: 0;
  top: 334px;
}
.news .news_main .news_con .news_top .news_l .news_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 54px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.news .news_main .news_con .news_top .news_l .news_txt > a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #2257d7;
  top: 50%;
  margin-top: -2px;
  left: 32px;
}
.news .news_main .news_con .news_top .news_l > span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #2257d7;
  margin-top: 25px;
}
.news .news_main .news_con .news_top .news_l:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_top .news_l:hover .news_txt > a {
  color: #2257d7;
}
.news .news_main .news_con .news_top .news_r {
  width: 860px;
}
.news .news_main .news_con .news_top .news_r ul li {
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_top .news_r ul li .news_time {
  margin-top: 15px;
  text-align: center;
}
.news .news_main .news_con .news_top .news_r ul li .news_time > span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  font-family: Arial;
  color: #333333;
  margin-bottom: 5px;
  line-height: 35px;
}
.news .news_main .news_con .news_top .news_r ul li .news_time > i {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: #c2c2c2;
}
.news .news_main .news_con .news_top .news_r ul li .news_txt {
  width: 532px;
  margin-left: 38px;
}
.news .news_main .news_con .news_top .news_r ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  margin: 10px 0;
  box-sizing: border-box;
}
.news .news_main .news_con .news_top .news_r ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #7e7e7e;
}
.news .news_main .news_con .news_top .news_r ul li > a {
  width: 127px;
  height: 90px;
}
.news .news_main .news_con .news_top .news_r ul li > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_top .news_r ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #2257d7;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_top .news_r ul li:hover {
  border-bottom: 1px solid transparent;
}
.news .news_main .news_con .news_top .news_r ul li:hover .news_txt > a {
  color: #2257d7;
  padding-left: 5px;
}
.news .news_main .news_con .news_top .news_r ul li:hover > a {
  border-radius: 50%;
}
.news .news_main .news_con .news_top .news_r ul li:hover > a > img {
  border-radius: 50%;
}
.news .news_main .news_con .news_top .news_r ul li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_botm {
  width: 100%;
}
.news .news_main .news_con .news_botm ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_con .news_botm ul li {
  flex: 0 0 392px;
  float: left;
  width: 392px;
  height: 102px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin-top: 35px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_botm ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #2257d7;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_botm ul li .news_time > span {
  font-size: 18px;
  display: block;
  color: #333333;
  font-family: Arial;
  line-height: 18px;
  margin-bottom: 5px;
}
.news .news_main .news_con .news_botm ul li .news_time > i {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: #c3c3c3;
}
.news .news_main .news_con .news_botm ul li .news_txt {
  width: 293px;
}
.news .news_main .news_con .news_botm ul li .news_txt > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  color: #7e7e7e;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_botm ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #7e7e7e;
}
.news .news_main .news_con .news_botm ul li:hover {
  border-bottom: 1px solid transparent;
}
.news .news_main .news_con .news_botm ul li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_botm ul li:hover .news_txt > a {
  color: #2257d7;
  padding-left: 5px;
  box-sizing: border-box;
}
.links {
  width: 100%;
  margin: 70px 0 65px;
}
.links .link_main .link_tit {
  margin-top: 8px;
}
.links .link_main .link_tit > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #396ae7;
}
.links .link_main .link_tit > h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 7px;
  line-height: 14px;
  font-family: Arial;
  letter-spacing: 13px;
  color: #6d6868;
}
.links .link_main .link_list {
  width: calc(1300px - 120px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  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: #2257d7;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s 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;
}

