/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 822px;
  margin-top: 135px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 750px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider-main li img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-color: #999999;
  text-align: center;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: all 0.5s linear;
  margin: 0 15px;
}
.banner .osSlider-main .slider-nav li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: solid 1px #c80210;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #c80210;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active::after {
  opacity: 1;
}
.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: #c80210;
  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: #c80210;
  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: #c80210;
  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 h4 {
  width: 100%;
  height: 30px;
}
.title1 > h3 {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.title1 > h3 span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.title1 > h3 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 15px;
  color: #999999;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ban_tell {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ban_tell::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: -1;
  background: url(../images/ban_line.png) center no-repeat;
}
.ban_tell .ban_main > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/ban_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.ban_tell .ban_main > h3 > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  font-size: 30px;
  font-family: Arial;
  color: #c80210;
}
.pro {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main .pro_con {
  width: 100%;
  position: relative;
}
.pro .pro_main .pro_con .pro_tab {
  width: 100%;
  height: 463px;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_tab ul li {
  width: 100%;
  height: 463px;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt {
  width: 630px;
  margin-top: 330px;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > h3 {
  width: 100%;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > h3 > span > a > i {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 2px;
  background: #c80210;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > h3 > span > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #c80210;
  margin-right: 5px;
  font-weight: bold;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > h3 > span > a em {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > h3 > a {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 20px 0 15px;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  color: #666666;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_v {
  width: 560px;
  height: 463px;
  border-radius: 100px 10px 50px 10px;
  border: solid 5px #f8f8f8;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100px 10px 50px 10px;
}
.pro .pro_main .pro_con .pro_tab ul li .pro_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100px 10px 50px 10px;
}
.pro .pro_main .pro_con .pro_menu {
  position: absolute;
  left: 0;
  top: 200px;
  width: 640px;
}
.pro .pro_main .pro_con .pro_menu ul li {
  float: left;
  width: 140px;
  height: 30px;
  background: url(../images/fl_item1.png) center bottom no-repeat;
  padding: 0 0 0 23px;
  box-sizing: border-box;
  margin: 0 26px 26px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 16px;
}
.pro .pro_main .pro_con .pro_menu ul li > a > span {
  float: left;
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_menu ul li > a > i {
  float: left;
  font-size: 14px;
  width: 70%;
  color: #333333;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_menu ul li.on {
  background: url(../images/fl_item2.png) center bottom no-repeat;
}
.pro .pro_main .pro_con .pro_menu ul li.on > a > span {
  color: #c80210;
}
.pro .pro_main .pro_con .pro_menu ul li.on > a > i {
  color: #c80210;
}
.pro .pro_main .pro_con .pro_menu ul li:nth-child(4n) {
  margin-right: 0;
}
.pro .pro_main .pro_con .pro_tit {
  position: absolute;
  top: 0;
  left: 0;
}
.pro .pro_main .pro_con .pro_tit > h4 {
  width: 251px;
  height: 24px;
  margin-bottom: 20px;
  background: url(../images/pro_t1.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_tit > h3 {
  height: 30px;
  background: url(../images/pro_t2.png) left center no-repeat;
  padding-left: 163px;
}
.pro .pro_main .pro_con .pro_tit > h3 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999999;
}
.pro .pro_main .pro_con .pro_ser {
  position: absolute;
  left: 0;
  top: 110px;
}
.pro .pro_main .pro_con .pro_ser .pro_tell {
  width: 222px;
  height: 50px;
  background-color: #c80210;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-family: Arial;
  color: #ffffff;
}
.pro .pro_main .pro_con .pro_ser .ser {
  width: 334px;
  height: 50px;
  position: relative;
}
.pro .pro_main .pro_con .pro_ser .ser > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  border-radius: 0px 25px 25px 0px;
  border: solid 1px #c80210;
}
.pro .pro_main .pro_con .pro_ser .ser > button {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 100%;
  background: url(../images/ser.png) center no-repeat;
  top: 0;
  left: 30px;
}
.pro .pro_main .pro_botm {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main .pro_botm .pro_tt {
  position: relative;
  height: 22px;
}
.pro .pro_main .pro_botm .pro_tt::after {
  content: "";
  position: absolute;
  width: 979px;
  height: 1px;
  background-color: #dedede;
  left: 130px;
  top: 8px;
}
.pro .pro_main .pro_botm .pro_tt > h3 {
  padding-left: 26px;
  background: url(../images/pro_tit.png) left center no-repeat;
  font-size: 22px;
  color: #333333;
  line-height: 22px;
}
.pro .pro_main .pro_botm .pro_tt > a {
  font-size: 14px;
  line-height: 22px;
  color: #c80210;
  font-family: Arial;
  position: relative;
  padding-right: 34px;
  box-sizing: border-box;
}
.pro .pro_main .pro_botm .pro_tt > a::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 15px;
  background: url(../images/pro_err.png) center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.pro .pro_main .pro_botm .pro_tt > a i:nth-child(4) {
  margin-right: 5px;
}
.pro .pro_main .pro_botm .pro_view {
  width: 100%;
  margin-top: 42px;
}
.pro .pro_main .pro_botm .pro_view ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_botm .pro_view ul li {
  flex: 0 0 290px;
  float: left;
  width: 290px;
  position: relative;
  z-index: 1;
  background: #fff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_botm .pro_view ul li::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 198px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  top: 36px;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_vt {
  width: 100%;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_vt > span {
  font-size: 12px;
  font-family: Arial;
  color: #dedede;
  width: 12px;
  line-height: 12px;
  writing-mode: tb-rl;
  margin-top: 52px;
  margin-left: 10px;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_vt .pro_v {
  width: 260px;
  height: 196px;
  border-radius: 50px 10px 20px 10px;
  border: solid 5px #f8f8f8;
  box-sizing: border-box;
  background: #fff;
  overflow:hidden;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_vt .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_vt .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_botm .pro_view ul li .pro_txt {
  width: 100%;
  margin-top: 14px;
  line-height: 16px;
  padding-right: 34px;
  box-sizing: border-box;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_txt > a {
  font-size: 14px;
  color: #333333;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 12px;
  box-sizing: border-box;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_txt > span {
  font-size: 12px;
  font-family: Arial;
  color: #999999;
  position: relative;
  padding-right: 26px;
  box-sizing: border-box;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_txt > span > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_botm .pro_view ul li .pro_txt > span::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #999999;
  right: 0;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_botm .pro_view ul li:hover {
  transform: translateY(-5px);
}
.pro .pro_main .pro_botm .pro_view ul li:hover::after {
  border: solid 1px #c80210;
}
.pro .pro_main .pro_botm .pro_view ul li:hover .pro_txt > a {
  color: #c80210;
}
.pro .pro_main .pro_botm .pro_view ul li:hover .pro_txt > span::after {
  background: #c80210;
}
.pro .pro_main .pro_botm .pro_view ul li:hover .pro_txt > span > a {
  color: #c80210;
}
.ys {
  width: 100%;
  height: 950px;
  overflow: hidden;
  margin: 70px 0;
  position: relative;
  z-index: 1;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .ys_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ys .ys_main .ys_top .ys_t_item {
  flex: 0 0 20%;
  float: left;
  width: 20%;
  height: 215px;
  text-align: center;
  color: #ffffff;
  padding-top: 75px;
  box-sizing: border-box;
}
.ys .ys_main .ys_top .ys_t_item > p > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  font-weight: bold;
  font-family: Arial;
}
.ys .ys_main .ys_top .ys_t_item > p > i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #c80210;
}
.ys .ys_main .ys_top .ys_t_item > p em {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}
.ys .ys_main .ys_top .ys_t_item > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.ys .ys_main .ys_top .ys_t_item > h3 > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
}
.ys .ys_main .ys_con {
  width: 100%;
  margin-top: 80px;
}
.ys .ys_main .ys_con .ys_view {
  width: 400px;
}
.ys .ys_main .ys_con .ys_view ul li {
  width: 100%;
  height: 657px;
  position: relative;
}
.ys .ys_main .ys_con .ys_view ul li > img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px 200px 10px 10px;
  height: 100%;
}
.ys .ys_main .ys_con .ys_txt {
  width: 798px;
  position: relative;
}
.ys .ys_main .ys_con .ys_txt .ys_tit {
  margin-bottom: 40px;
}
.ys .ys_main .ys_con .ys_txt .ys_tit > h4 {
  width: 256px;
  height: 24px;
  background: url(../images/ys_t1.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_txt .ys_tit > h3 {
  margin-top: 20px;
}
.ys .ys_main .ys_con .ys_txt .ys_tit > h3 > span {
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  height: 30px;
  background: url(../images/ys_t2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_txt .ys_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 20px;
  color: #999999;
}
.ys .ys_main .ys_con .ys_txt .ys_tt {
  position: absolute;
  width: 240px;
  height: 211px;
  background: url(../images/ys_tbg.png) center no-repeat;
  right: 0;
  bottom: 40px;
  padding: 40px 0 0 30px;
  box-sizing: border-box;
  color: #ffffff;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > h3 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > h4 {
  font-size: 14px;
  line-height: 14px;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > span {
  display: block;
  width: 58px;
  height: 1px;
  background-color: #ffffff;
  margin: 16px 0 22px;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > h5 {
  font-size: 18px;
  line-height: 18px;
  font-family: Arial;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > a {
  display: block;
  width: 127px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  line-height: 30px;
  font-size: 14px;
  color: #c80210;
  position: relative;
  padding-left: 48px;
  box-sizing: border-box;
  margin-top: 15px;
}
.ys .ys_main .ys_con .ys_txt .ys_tt > a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/ys_ico1.png) center no-repeat;
  top: 7px;
  left: 23px;
  animation: 1.5s infinite jello;
}
.ys .ys_main .ys_con .ys_txt ul li {
  float: left;
  width: 240px;
  height: 210px;
  background-color: #ffffff;
  border-radius: 50px 5px 5px 5px;
  box-sizing: border-box;
  padding: 36px 28px 0;
  margin: 0 39px 40px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.ys .ys_main .ys_con .ys_txt ul li > h3 {
  line-height: 30px;
}
.ys .ys_main .ys_con .ys_txt ul li > h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-family: Arial;
  color: #666666;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_txt ul li > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 137px;
  height: 7px;
  background: url(../images/ys_line.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin-left: 5px;
}
.ys .ys_main .ys_con .ys_txt ul li > p {
  font-size: 14px;
  line-height: 36px;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin-top: 10px;
}
.ys .ys_main .ys_con .ys_txt ul li.on {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.ys .ys_main .ys_con .ys_txt ul li.on > h3 > span {
  color: #c80210;
}
.ys .ys_main .ys_con .ys_txt ul li.on > h3 > i {
  background: url(../images/ys_line2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_txt ul li.on > p {
  color: #c80210;
}
.ys .ys_main .ys_con .ys_txt ul li:nth-child(3) {
  margin-right: 0;
}
.ys .ys_door {
  position: absolute;
  width: 184px;
  height: 406px;
  background: url(../images/door_bg.png) center no-repeat;
  right: 88px;
  bottom: 0;
  perspective: 500px;
}
.ys .ys_door > span {
  position: absolute;
  width: 151px;
  height: 100%;
  background: url(../images/ys_door.png) center 18px no-repeat;
  left: 16px;
  top: 0;
  transition: 1s;
  transform-origin: left center;
  z-index: 2;
}
.ys .ys_door > i {
  position: absolute;
  z-index: 1;
  width: 151px;
  height: 380px;
  left: 16px;
  top: 20px;
  background-size: cover;
  background: url(../images/ys1.jpg) 65% center no-repeat;
}
.ys .ys_door:hover > span {
  transform: rotateY(-140deg);
}
.case {
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  z-index: -1;
  bottom: 13px;
  left: 0;
}
.case .case_main .title1 h4 {
  background: url(../images/case_t1.png) center no-repeat;
}
.case .case_main .title1 > h3 {
  margin-top: 15px;
}
.case .case_main .title1 > h3 > span {
  width: 148px;
  background: url(../images/case_t2.png) center no-repeat;
}
.case .case_main .case_con {
  margin-top: 40px;
}
.case .case_main .case_con .case_view {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.case .case_main .case_con .case_view .tempWrap {
  width: 100% !important;
}
.case .case_main .case_con .case_view ul li {
  float: left;
  width: 290px;
  margin-right: 40px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  border-radius: 10px;
}
.case .case_main .case_con .case_view ul li .case_v {
  width: 100%;
  height: 340px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.case .case_main .case_con .case_view ul li .case_v > a {
  display: block;
  width: 100%;
  height: 203px;
  border-radius: 10px 10px 0px 0px;
}
.case .case_main .case_con .case_view ul li .case_v > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt {
  width: 100%;
  height: 117px;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 12px 0;
  box-sizing: border-box;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt > h5 {
  width: 100%;
  line-height: 16px;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt > h5 > a {
  width: 60%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt > h5 > span > a {
  font-size: 12px;
  font-family: Arial;
  color: #999999;
  line-height: 16px;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 10px 0;
}
.case .case_main .case_con .case_view ul li .case_v .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.case .case_main .case_con .case_view ul li:hover {
  box-shadow: 0px 10px 6px 1px rgba(200, 2, 16, 0.11);
}
.case .case_main .case_con .case_hd {
  text-align: center;
  margin-top: 40px;
}
.case .case_main .case_con .case_hd .case_p,
.case .case_main .case_con .case_hd .case_n {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  background-color: #bdbdbd;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.case .case_main .case_con .case_hd .case_p:hover,
.case .case_main .case_con .case_hd .case_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_con .case_hd .case_p:hover,
.case .case_main .case_con .case_hd .case_n:hover {
  background: #c80210;
}
.case .case_main .case_con .case_hd ul {
  display: inline-block;
  vertical-align: middle;
}
.case .case_main .case_con .case_hd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 23px;
  font-size: 0;
  background-color: #c80210;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.case .case_main .case_con .case_hd ul li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: rgba(200, 2, 16, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_hd ul li.on::after {
  opacity: 1;
}
.reson {
  width: 100%;
  height: 791px;
  overflow: hidden;
  margin-top: 80px;
  background: url(../images/re_bg.jpg) center no-repeat;
}
.reson .re_main .re_con {
  width: 100%;
  position: relative;
}
.reson .re_main .re_con .re_tit {
  position: absolute;
  left: 0;
  top: 0;
}
.reson .re_main .re_con .re_tit > h4 {
  font-weight: 100;
  font-size: 32px;
  color: #666666;
  line-height: 25px;
}
.reson .re_main .re_con .re_tit > h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  margin: 20px 0;
}
.reson .re_main .re_con .re_tit > span {
  display: block;
  width: 40px;
  height: 8px;
  background-color: #c80210;
  border-radius: 4px;
  margin-bottom: 20px;
}
.reson .re_main .re_con .re_tit > h5 {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.reson .re_main .re_con .re_txt_con {
  margin-top: 27px;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt {
  width: 550px;
  margin-top: 210px;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 64px;
  font-weight: bold;
  font-family: Arial;
  color: #333333;
  line-height: 50px;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h3 > i {
  display: inline-block;
  vertical-align: bottom;
  width: 11px;
  height: 11px;
  background-color: #333333;
  margin: 0 24px 0 10px;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h3 > b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h3 > em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 28px 0 20px;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h5 {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  position: relative;
  padding-left: 23px;
  box-sizing: border-box;
}
.reson .re_main .re_con .re_txt_con ul li .re_txt > h5::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 2px #999999;
  box-sizing: border-box;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.reson .re_main .re_con .re_txt_con ul li .ys_v {
  width: 613px;
  height: 763px;
  position: relative;
}
.reson .re_main .re_con .re_txt_con ul li .ys_v > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 200px 0px 0px 0px;
}
.reson .re_main .re_con .re_menu {
  position: absolute;
  margin-left: 108px;
  bottom: 28px;
}
.reson .re_main .re_con .re_menu ul li {
  float: left;
  width: 60px;
  height: 185px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 6px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 38px;
}
.reson .re_main .re_con .re_menu ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/re_item.png) center no-repeat;
  z-index: -1;
  left: 0;
  top: -100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.reson .re_main .re_con .re_menu ul li > span {
  width: 100%;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  font-family: Arial;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.reson .re_main .re_con .re_menu ul li > em {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  margin: 15px auto;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.reson .re_main .re_con .re_menu ul li > i {
  display: block;
  font-size: 16px;
  width: 100%;
  line-height: 60px;
  writing-mode: tb-rl;
  width: 60px;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.reson .re_main .re_con .re_menu ul li.on::after {
  top: 0;
}
.reson .re_main .re_con .re_menu ul li.on > span {
  color: #c80210;
}
.reson .re_main .re_con .re_menu ul li.on > em {
  background: #c80210;
}
.reson .re_main .re_con .re_menu ul li.on > i {
  color: #c80210;
}
.reson .re_main .re_con .honer {
  position: absolute;
  width: 286px;
  height: 236px;
  background: url(../images/honer_bg.png) center no-repeat;
  left: -248px;
  bottom: 40px;
  padding: 42px 13px 12px 19px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.reson .re_main .re_con .honer:hover > a > img {
  transform: scale(1);
}
.reson .re_main .re_con .honer > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reson .re_main .re_con .honer > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.about {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  position: absolute;
  width: 137px;
  height: 223px;
  background: url(../images/ab_bgl.png) center no-repeat;
  left: 106px;
  top: 144px;
}
.about .title1 > h4 {
  background: url(../images/ab_t1.png) center no-repeat;
}
.about .title1 > h3 span {
  width: 148px;
  background: url(../images/ab_t2.png) center no-repeat;
}
.about .title1 > h3 span>a{
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_con {
  width: 100%;
  height: 610px;
  margin-top: 35px;
  padding-top: 36px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_con .ab_main {
  height: 100%;
  position: relative;
}
.about .ab_con .ab_main .ab_top > h5 {
  width: 706px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  height: 180px;
  overflow: hidden;
  margin-left: 105px;
}
.about .ab_con .ab_main .ab_top .ab_honer {
  width: 382px;
  position: relative;
}
.about .ab_con .ab_main .ab_top .ab_honer .tempWrap {
  width: 100% !important;
}
.about .ab_con .ab_main .ab_top .ab_honer ul{
  height: 256px;
  overflow: hidden;
}
.about .ab_con .ab_main .ab_top .ab_honer ul li {
  float: left;
  width: 184px;
  margin-right: 14px;
  position: relative;
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .ab_honer_v {
  width: 100%;
  height: 256px;
  border: solid 3px #999999;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .ab_honer_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .ab_honer_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .ab_honer_v:hover {
  border: solid 3px #c80210;
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .ab_honer_v:hover > a > img {
  transform: scale(1);
}
.about .ab_con .ab_main .ab_top .ab_honer ul li .honer_txt {
  position: absolute;
  display: none;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p,
.about .ab_con .ab_main .ab_top .ab_honer .honer_n {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 43px;
  left: -62px;
  border: solid 1px #999999;
  box-sizing: border-box;
  background-color: #f8f8f8;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p:hover,
.about .ab_con .ab_main .ab_top .ab_honer .honer_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p::after,
.about .ab_con .ab_main .ab_top .ab_honer .honer_n::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_con .ab_main .ab_top .ab_honer .honer_p:hover,
.about .ab_con .ab_main .ab_top .ab_honer .honer_n:hover {
  background: #c80210;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p {
  top: 170px;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p::after {
  background: url(../images/honer_p.png) center no-repeat;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_p:hover::after {
  background: url(../images/honer_p2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_n {
  bottom: 0;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_n::after {
  background: url(../images/honer_n.png) center no-repeat;
}
.about .ab_con .ab_main .ab_top .ab_honer .honer_n:hover::after {
  background: url(../images/honer_n2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm {
  margin-left: 628px;
  margin-top: 160px;
}
.about .ab_con .ab_main .ab_botm ul li {
  float: left;
  width: 140px;
  height: 272px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  box-sizing: border-box;
  margin-right: 60px;
}
.about .ab_con .ab_main .ab_botm ul li > a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 44px auto 34px;
  overflow: hidden;
  position: relative;
}
.about .ab_con .ab_main .ab_botm ul li > a > span,
.about .ab_con .ab_main .ab_botm ul li > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_con .ab_main .ab_botm ul li > a > span {
  top: 0;
}
.about .ab_con .ab_main .ab_botm ul li > a > i {
  top: -100%;
}
.about .ab_con .ab_main .ab_botm ul li > span {
  display: block;
  font-size: 20px;
  width: 100%;
}
.about .ab_con .ab_main .ab_botm ul li > span > a {
  display: block;
  width: 100%;
  font-size: 20px;
  letter-spacing: 10px;
  color: #666666;
  writing-mode: tb-rl;
  line-height: 138px;
}
.about .ab_con .ab_main .ab_botm ul li:hover > a > span {
  top: 100%;
}
.about .ab_con .ab_main .ab_botm ul li:hover > a > i {
  top: 0;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(1) > a > span {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(1) > a > i {
  background: url(../images/ab_ico1-2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(2) > a > span {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(2) > a > i {
  background: url(../images/ab_ico2-2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(3) > a > span {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .ab_con .ab_main .ab_botm ul li:nth-child(3) > a > i {
  background: url(../images/ab_ico3-2.png) center no-repeat;
}
.about .ab_con .ab_main .ab_v {
  position: absolute;
  width: 890px;
  height: 480px;
  top: 218px;
  right: 710px;
  z-index: 2;
}
.about .ab_con .ab_main .ab_v > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_con .ab_main .ab_v> img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_con .ab_main .ab_v > h3 {
  position: absolute;
  width: 557px;
  height: 50px;
  background-color: #c80210;
  border-radius: 30px 0px 20px 0px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  top: 110px;
  right: -265px;
}
.about .ab_rco {
  position: absolute;
  width: 247px;
  height: 277px;
  right: 120px;
  bottom: 0;
  background: url(../images/ab_r.png) center no-repeat;
  perspective: 500px;
}
.about .ab_rco > span {
  position: absolute;
  width: 212px;
  height: 249px;
  background: url(../images/ab1.jpg) right center no-repeat;
  background-size: 170% 99%;
  top: 15px;
  left: 18px;
}
.about .ab_rco .ab_rl {
  position: absolute;
  width: 108px;
  height: 249px;
  background: url(../images/ab_rl.png) center no-repeat;
  top: 15px;
  left: 18px;
  transform-origin: left center;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_rco .ab_rr {
  position: absolute;
  width: 108px;
  height: 249px;
  top: 15px;
  right: 16px;
  transform-origin: right center;
  background: url(../images/ab_rr.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_rco:hover .ab_rl {
  transform: rotateY(-130deg);
}
.about .ab_rco:hover .ab_rr {
  transform: rotateY(130deg);
}
.news {
  width: 100%;
  margin-top: 80px;
}
.news .news_main .news_tit {
  width: 100%;
}
.news .news_main .news_tit .title1 {
  text-align: left;
}
.news .news_main .news_tit .title1 > h4 {
  background: url(../images/news_t1.png) left center no-repeat;
}
.news .news_main .news_tit .title1 > h3 > span {
  width: 149px;
  background: url(../images/news_t2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_tit .news_menu ul li {
  flex: 0 0 160px;
  float: left;
  width: 160px;
  position: relative;
  z-index: 1;
  height: 75px;
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 24px;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.news .news_main .news_tit .news_menu ul li > a > span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin: 15px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tit .news_menu ul li > a > i {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tit .news_menu ul li.on .hover::after {
  border-radius: 10px;
  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%);
}
.news .news_main .news_tit .news_menu ul li.on > a > span,
.news .news_main .news_tit .news_menu ul li.on > a > i {
  color: #fff;
}
.news .news_main .news_tab {
  margin-top: 40px;
  height: 510px;
  overflow: hidden;
  padding-top: 10px;
}
.news .news_main .news_tab .news_item {
  width: 100%;
}
.news .news_main .news_tab .news_item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_tab .news_item ul li {
  flex: 0 0 620px;
  float: left;
  width: 620px;
  height: 139px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding-top: 20px;
  margin-bottom: 40px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item ul li .news_time {
  width: 110px;
  height: 89px;
  box-sizing: border-box;
  padding-top: 24px;
  text-align: center;
  border-right: 1px solid #dedede;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item ul li .news_time > span {
  display: block;
  font-size: 26px;
  line-height: 26px;
  font-family: Arial;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item ul li .news_time > p {
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: #999999;
  margin-top: 12px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item ul li .news_txt {
  width: 378px;
  margin-left: 25px;
}
.news .news_main .news_tab .news_item ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  box-sizing: border-box;
}
.news .news_main .news_tab .news_item ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #999999;
  height: 72px;
  margin-top: 10px;
  overflow: hidden;
}
.news .news_main .news_tab .news_item ul li > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin: 22px 28px 0 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item ul li > span:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .news_tab .news_item ul li > span > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/news_add1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  border-radius: 50%;
}
.news .news_main .news_tab .news_item ul li:hover {
  border: solid 1px #c80210;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.news .news_main .news_tab .news_item ul li:hover .news_time {
  border-right: 1px solid #c80210;
}
.news .news_main .news_tab .news_item ul li:hover .news_time > span,
.news .news_main .news_tab .news_item ul li:hover .news_time > p {
  color: #c80210;
}
.news .news_main .news_tab .news_item ul li:hover .news_txt > a {
  color: #c80210;
  padding-left: 5px;
}
.news .news_main .news_tab .news_item ul li:hover > span {
  background: #c80210;
}
.news .news_main .news_tab .news_item ul li:hover > span > a {
  background: url(../images/news_add2.png) center no-repeat;
}
.links {
  width: 100%;
  margin: 40px 0 80px;
}
.links .link_main .link_tit {
  width: 100px;
  height: 54px;
  background: url(../images/link_tit.png) right center no-repeat;
}
.links .link_main .link_tit > h4 {
  font-size: 26px;
  font-weight: 100;
  line-height: 20px;
  color: #666666;
}
.links .link_main .link_tit > h3 {
  font-size: 20px;
  margin-top: 15px;
  color: #333333;
  line-height: 18px;
}
.links .link_main .link_list {
  padding: 7px 0;
  width: calc(1280px - 120px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  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: #c80210;
  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;
}

@media(max-width:1680px){
  .ys .ys_door{
    z-index: -1;
  }
}
