.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: #12245f;
  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: #12245f;
  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: #12245f;
  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: right;
}
.title1 > h3 {
  font-size: 28px;
  line-height: 28px;
  color: #131a32;
  margin-bottom: 25px;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.title1 > h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #fb5755;
  border-radius: 50%;
  right: -4px;
  bottom: -3px;
}
.title1 > h3::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background-color: #001049;
  opacity: 0.07;
  border-radius: 50%;
  top: 0;
  right: 87px;
}
.title1 > h3 a {
  color: #131a32;
}
.title1 > h4 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 7px;
  color: #3a4053;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block {
  width: 100%;
  background: url(../images/head_bg.jpg) left top no-repeat;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner_boxs {
  width: 100%;
  height: 906px;
  position: relative;
  z-index: 2;
}
.banner .banner_boxs .bd {
  width: 100%;
}
.banner .banner_boxs .bd ul {
  width: 100%;
}
.banner .banner_boxs .bd ul li {
  width: 100%;
  height: 906px;
}
.banner .banner_boxs .bd ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner_boxs .ban_btn {
  position: absolute;
  width: 200px;
  height: 80px;
  background-color: #fbfbfb;
  right: 50px;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.banner .banner_boxs .ban_btn .prev,
.banner .banner_boxs .ban_btn .next {
  float: left;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
.banner .banner_boxs .ban_btn .prev {
  background: url(../images/ban_p.png) center no-repeat;
  transform: rotateZ(-90deg);
}
.banner .banner_boxs .ban_btn .next {
  transform: rotateZ(-90deg);
  background: url(../images/ban_n.png) center no-repeat;
}
.banner .hd {
  position: absolute;
  top: 80%;
  width: 15px;
  left: 65px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
  top: 414px;
}
.banner .hd ul li {
  display: block;
  width: 100%;
  height: 10px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 24px;
}
.banner .hd ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../images/ban_ico1.png) center no-repeat;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.banner .hd ul li.on {
  height: 70px;
  font-size: 12px;
  line-height: 12px;
  color: #001049;
  padding-top: 56px;
}
.banner .hd ul li.on::after {
  height: 40px;
  background: url(../images/ban_ico2.png) center no-repeat;
}
.banner .ban_t {
  position: absolute;
  left: 65px;
  bottom: 40px;
  box-sizing: border-box;
  z-index: 2;
}
.banner .ban_t > h4 {
  font-size: 24px;
  font-family: "Arial-Black";
  line-height: 20px;
  color: #001049;
  font-weight: bold;
}
.banner .ban_t > span {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #ef9a3f;
  margin: 16px 0 14px;
}
.banner .ban_t > h3 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  color: #131a33;
  margin-bottom: 15px;
}
.banner .ban_t > p {
  width: 338px;
  height: 34px;
  margin-top: 10px;
  background: url(../images/ban_t.png) center no-repeat;
}
.pro {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pro .sjcCont {
  content: "";
  position: absolute;
  z-index: -1;
  width: 550px;
  height: 576px;
  left: 0;
  top: 52px;
}
.pro .sjcCont .sjcTop2 {
  width: 100%;
  height: 100%;
  background: url(../images/pro_bgl.png) center no-repeat;
}
.pro .pro_main .pro_con {
  width: 100%;
  margin-top: 46px;
  height: 100%;
  position: relative;
}
.pro .pro_main .pro_con .fl {
  position: absolute;
  width: 580px;
  right: 0;
  top: 313px;
  z-index: 2;
}
.pro .pro_main .pro_con .fl ul li {
  float: left;
  width: 25%;
}
.pro .pro_main .pro_con .fl ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_con .fl ul li > a > span {
  display: block;
  width: 36px;
  height: 38px;
  margin: 0 auto;
}
.pro .pro_main .pro_con .fl ul li > a > i {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #131a32;
  line-height: 1;
  margin-top: 22px;
  position: relative;
}
.pro .pro_main .pro_con .fl ul li > a > i::after,
.pro .pro_main .pro_con .fl ul li > a > i::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #131a32;
  top: 50%;
  margin-top: -1px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .fl ul li > a > i::after {
  left: 0;
}
.pro .pro_main .pro_con .fl ul li > a > i::before {
  right: 0;
}
.pro .pro_main .pro_con .fl ul li:hover > a > span {
  animation: 1s infinite jello;
}
.pro .pro_main .pro_con .fl ul li:hover > a > i::after,
.pro .pro_main .pro_con .fl ul li:hover > a > i::before {
  width: 17px;
}
.pro .pro_main .pro_con .fl ul li:nth-child(1) > a > span {
  background: url(../images/fl_ico1.png) center no-repeat;
}
.pro .pro_main .pro_con .fl ul li:nth-child(2) > a > span {
  background: url(../images/fl_ico2.png) center no-repeat;
}
.pro .pro_main .pro_con .fl ul li:nth-child(3) > a > span {
  background: url(../images/fl_ico3.png) center no-repeat;
}
.pro .pro_main .pro_con .fl ul li:nth-child(4) > a > span {
  background: url(../images/fl_ico4.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_top {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_con .pro_top::after {
  content: "PRODUCT ";
  position: absolute;
  z-index: -1;
  font-family: "Arial-Black";
  font-size: 80px;
  line-height: 60px;
  color: rgba(19, 26, 50, 0.03);
  right: 175px;
  top: 26px;
  font-weight: bold;
}
.pro .pro_main .pro_con .pro_top ul li {
  width: 100%;
}
.pro .pro_main .pro_con .pro_top ul li > a {
  width: 628px;
  height: 404px;
  border-radius: 87px 0px 0px 0px;
}
.pro .pro_main .pro_con .pro_top ul li > a > img {
  width: 100%;
  height: 100%;
  border-radius: 87px 0px 0px 0px;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt {
  width: 605px;
  padding-top: 67px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > h3 {
  width: 100%;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > h3 > a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #131a32;
  position: relative;
  padding: 0 50px 0 18px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > h3 > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #131a32;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > h3 > a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/pro_more.png) center no-repeat;
  animation: 1s infinite jello;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > span {
  display: block;
  margin-left: 18px;
  width: 586px;
  height: 1px;
  background-color: #505772;
  margin: 18px 0 25px;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > p {
  width: 100%;
  padding-left: 18px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  color: #3a4053;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > a {
  display: block;
  width: 118px;
  height: 40px;
  background-color: #10235f;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 30px 0 0 18px;
}
.pro .pro_main .pro_con .pro_top ul li .pro_txt > a i:nth-child(4) {
  margin-right: 5px;
}
.pro .pro_main .pro_con .pro_botm {
  width: 100%;
  margin-top: 46px;
}
.pro .pro_main .pro_con .pro_botm ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_con .pro_botm ul li {
  flex: 0 0 292px;
  float: left;
  width: 292px;
}
.pro .pro_main .pro_con .pro_botm ul li > a {
  display: block;
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_botm ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_con .pro_botm ul li .pro_txt {
  width: 100%;
  height: 42px;
  position: relative;
}
.pro .pro_main .pro_con .pro_botm ul li .pro_txt::after {
  content: "";
  position: absolute;
  width: 182px;
  height: 1px;
  background-color: #505772;
  left: 0;
  bottom: 0;
}
.pro .pro_main .pro_con .pro_botm ul li .pro_txt > a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #131a32;
  position: relative;
  padding: 0 50px 0 16px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_botm ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #12245f;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_botm ul li .pro_txt > a::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  background: url(../images/pro_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  right: 0;
  top: 0;
}
.pro .pro_main .pro_con .pro_botm ul li:hover > a > img {
  transform: scale(1.05);
}
.pro .pro_main .pro_con .pro_botm ul li:hover .pro_txt > a {
  padding: 0 50px 0 20px;
}
.pro .pro_main .pro_con .pro_botm ul li:hover .pro_txt > a::after {
  transform: rotateY(360deg);
}
.pro .pro_main .pro_con .pro_botm ul li:hover .pro_txt > a::before {
  transform: rotateY(360deg);
  background: url(../images/pro_ico2.png) center no-repeat;
}
.case {
  width: 100%;
  height: 746px;
  margin-top: 70px;
  padding-top: 133px;
  box-sizing: border-box;
  background: url(../images/case_bg.jpg) center top no-repeat;
  position: relative;
  z-index: 1;
}
.case::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 186px;
  background: url(../images/ys_bgr.png) center no-repeat;
  z-index: -1;
  right: 0;
  top: 670px;
}
.case .case_main .case_con .case_num {
  width: 146px;
  position: relative;
  height: 320px;
  margin-top: 50px;
}
.case .case_main .case_con .case_num > a {
  position: absolute;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: url(../images/case_more.png) center no-repeat;
  left: -40px;
  top: 522px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_num > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_con .case_num .case_numlist {
  position: absolute;
  left: -12px;
  top: 0;
  height: 100%;
  width: 160px;
  overflow: hidden;
}
.case .case_main .case_con .case_num .case_numlist ul li {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-family: Arial;
  color: #10235f;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
  margin-bottom: 60px;
}
.case .case_main .case_con .case_num .case_numlist ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #10235f;
  right: 0;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_num .case_numlist ul li.swiper-slide-active {
  color: #fb5754;
  font-weight: bold;
  transform: scale(1.01);
}
.case .case_main .case_con .case_num .case_numlist ul li.swiper-slide-active::after {
  width: 105px;
}
.case .case_main .case_con .case_view {
  width: 855px;
  height: 530px;
  overflow: hidden;
  position: relative;
  margin-left: 45px;
}
.case .case_main .case_con .case_view .case_vbox {
  position: absolute;
  width: 1092px;
}
.case .case_main .case_con .case_view .case_vbox ul li {
  float: left;
  width: 628px;
}
.case .case_main .case_con .case_view .case_vbox ul li > a {
  display: block;
  width: 100%;
  height: 443px;
}
.case .case_main .case_con .case_view .case_vbox ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_con .case_view .case_vbox ul li .case_txt {
  width: 100%;
  margin-top: 28px;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view .case_vbox ul li .case_txt > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 50px 0 17px;
  box-sizing: border-box;
  position: relative;
}
.case .case_main .case_con .case_view .case_vbox ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #131a32;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view .case_vbox ul li .case_txt > a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #10235f;
  right: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view .case_vbox ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3a4053;
  margin-top: 20px;
  padding-left: 17px;
  box-sizing: border-box;
}
.case .case_main .case_con .case_view .case_vbox ul li.swiper-slide-active .case_txt {
  opacity: 1;
}
.case .case_main .case_con .case_tit > p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 7px;
  color: #3a4053;
  writing-mode: tb-rl;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.case .case_main .case_con .case_tit > p::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 217px;
  background: url(../images/case_line.png) center no-repeat;
  top: -4px;
  right: 6px;
  z-index: -1;
}
.ys {
  width: 100%;
  overflow: hidden;
  height: 675px;
  margin-top: 110px;
  background: url(../images/ys_bg.jpg) right center no-repeat;
}
.ys .ys_main {
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_n {
  position: absolute;
  cursor: pointer;
  width: 141px;
  height: 36px;
  background: url(../images/ys_n.png) center no-repeat;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  padding-left: 75px;
  box-sizing: border-box;
  left: 640px;
  top: 466px;
  z-index: 2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.ys .ys_main .ys_v {
  width: 690px;
  height: 605px;
  position: relative;
}
.ys .ys_main .ys_v > p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  position: relative;
  z-index: 1;
  letter-spacing: 6px;
}
.ys .ys_main .ys_v > p::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 6px;
  background-color: #e9f1ff;
  z-index: -1;
  bottom: 0;
  left: 200px;
}
.ys .ys_main .ys_v .ys_vbox {
  position: absolute;
  width: 907px;
  height: 605px;
  right: 0;
  top: 56px;
}
.ys .ys_main .ys_v .ys_vbox ul li {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_v .ys_vbox ul li > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_txt {
  width: 507px;
}
.ys .ys_main .ys_txt .ys_tit {
  text-align: right;
}
.ys .ys_main .ys_txt .ys_tit > h4 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.ys .ys_main .ys_txt .ys_tit > h3 {
  position: relative;
  width: 507px;
  z-index: 1;
  font-size: 50px;
  font-family: "Arial-Black";
  line-height: 38px;
  color: #333333;
  margin-top: 18px;
  font-weight: bold;
}
.ys .ys_main .ys_txt .ys_tit > h3::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #db4d4f;
  border-radius: 50%;
  z-index: -1;
  bottom: -6px;
  right: -2px;
}
.ys .ys_main .ys_txt .ys_tit > h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #e8eaef;
  bottom: -20px;
  right: 430px;
}
.ys .ys_main .ys_txt .ys_txttab {
  width: 100%;
  margin-top: 124px;
}
.ys .ys_main .ys_txt .ys_txttab ul li {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
}
.ys .ys_main .ys_txt .ys_txttab ul li > h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.ys .ys_main .ys_txt .ys_txttab ul li > h4 {
  font-size: 12px;
  font-weight: 100;
  line-height: 12px;
  color: #666666;
  margin: 18px 0 40px;
}
.ys .ys_main .ys_txt .ys_txttab ul li > p {
  width: 470px;
  margin-right: 33px;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  position: relative;
}
.ys .ys_main .ys_txt .ys_txttab ul li > p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 202px;
  background-color: #7f8cb6;
  border-radius: 1px;
  right: -33px;
  top: 8px;
}
.ys .ys_main .ys_txt .ys_txttab ul li > span {
  display: block;
  margin-right: 33px;
  text-align: right;
  font-size: 16px;
  font-family: "Arial-Black";
  line-height: 12px;
  color: #333333;
  margin-top: 80px;
  font-weight: bold;
}
.ys .ys_main .ys_txt .ys_tell {
  margin-top: 85px;
}
.ys .ys_main .ys_txt .ys_tell > p > em {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 33px;
  background: url(../images/ys_tell.png) center no-repeat;
  animation: 1s infinite jello;
}
.ys .ys_main .ys_txt .ys_tell > p > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  margin-left: 16px;
  color: #333333;
}
.ys .ys_main .ys_txt .ys_tell > p > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: -1px;
  color: #333333;
}
.ys .ys_main .ys_txt .ys_tell > p > i > span {
  margin: 0 10px;
}
.ys .ys_main .ys_txt .ys_tell > h6 {
  margin-top: 12px;
}
.ys .ys_main .ys_txt .ys_tell > h6 > i {
  float: left;
  width: 275px;
  height: 1px;
  background-color: #000000;
  margin-top: 6px;
}
.ys .ys_main .ys_txt .ys_tell > h6 > a {
  float: right;
  width: 130px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #10235f;
}
.about {
  width: 100%;
  margin-top: 100px;
  height: 945px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) center top no-repeat;
}
.about .ab_main .ab_top {
  width: 100%;
}
.about .ab_main .ab_top .title1 {
  text-align: left;
}
.about .ab_main .ab_top .title1 > h3::after {
  left: 95px;
}
.about .ab_main .ab_top .title1 > h3::before {
  left: -25px;
}
.about .ab_main .ab_top > h5 {
  width: 702px;
  font-size: 14px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  color: #3a4053;
  text-indent: 2em;
}
.about .ab_main .ab_botm {
  width: 100%;
  margin-top: 30px;
}
.about .ab_main .ab_botm .ab_honer > a {
  float: left;
  margin-right: 120px;
}
.about .ab_main .ab_botm .ab_honer > a:hover {
  transform: scale(1.02);
}
.about .ab_main .ab_botm .ab_honer > a:hover > i {
  animation: 1s infinite jello;
}
.about .ab_main .ab_botm .ab_honer > a > span > i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #3a4053;
}
.about .ab_main .ab_botm .ab_honer > a > span > em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #131a32;
  margin-top: 15px;
}
.about .ab_main .ab_botm .ab_honer > a > i {
  width: 27px;
  height: 23px;
  margin: 16px 0 0 80px;
}
.about .ab_main .ab_botm .ab_honer > a:nth-child(1) > i {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_botm .ab_honer > a:nth-child(2) > i {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_botm .ab_honer > a:nth-child(3) > i {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .ab_main .ab_botm > a {
  width: 108px;
  height: 34px;
  background-color: #12245f;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fefefe;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin-top: 10px;
}
.about .ab_main .ab_botm > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_botm > a i:nth-child(4) {
  margin-right: 5px;
}
.about .ab_main .ab_v {
  width: 100%;
  height: 540px;
  margin-top: 70px;
  position: relative;
}
.about .ab_main .ab_v > img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.about .ab_main .ab_v .honer {
  position: absolute;
  width: 334px;
  height: 224px;
  background-color: #ffffff;
  box-shadow: 4px 6px 6px 1px rgba(27, 27, 27, 0.07);
  border: solid 5px #ffffff;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  right: 0;
  bottom: 0;
}
.about .ab_main .ab_v .honer:hover {
  transform: scale(1.01);
}
.about .ab_main .ab_v .honer > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_v .honer > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news {
  width: 100%;
  height: 778px;
  overflow: hidden;
  margin-top: 80px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  margin-right: 110px;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  width: 100%;
  padding-top: 48px;
  position: relative;
  font-size: 18px;
  color: #333333;
}
.news .news_main .news_tit .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 30px;
  top: 0;
  left: 50%;
  margin-left: -19px;
  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 > a {
  font-weight: bold;
  transform: scale(1.02);
}
.news .news_main .news_tit .news_menu ul li:nth-child(1) > a::after {
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(2) > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3) > a::after {
  background: url(../images/news_ico3.png) center no-repeat;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 42px;
}
.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 {
  height: 480px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l {
  width: 448px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l > a {
  display: block;
  width: 100%;
  height: 428px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l .news_txt {
  width: 100%;
  line-height: 16px;
  margin-top: 20px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l .news_txt > a {
  float: left;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #131a32;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l .news_txt > a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #12245f;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_l .news_txt > span {
  font-size: 12px;
  color: #3a4053;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r {
  width: 750px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li {
  width: 100%;
  height: 128px;
  border-top: 1px solid #edeef2;
  box-sizing: border-box;
  padding-top: 30px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l {
  width: 475px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l > span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #3a4053;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  color: #131a32;
  margin: 15px 0 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #131a32;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l > a {
  display: block;
  width: 0;
  height: 34px;
  background-color: #12245f;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  opacity: 0;
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_l > a i:nth-child(4) {
  margin-right: 5px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_v {
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_v > a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #3a4053;
  margin-top: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_v .news_v_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 190px;
  background-color: #12245f;
  border-radius: 50%;
  padding: 10px 25px 22px 7px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_v .news_v_box > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li .news_v .news_v_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li.on {
  height: 223px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li.on .news_l > a {
  width: 108px;
  opacity: 1;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li.on .news_l > h3 {
  width: 430px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li.on .news_v > a {
  width: 0;
  opacity: 0;
}
.news .news_main .news_con .news_list .news_item .news_top .news_r ul li.on .news_v .news_v_box {
  width: 190px;
  opacity: 1;
}
.news .news_main .news_con .news_list .news_item .news_botm {
  width: 100%;
  height: 130px;
  margin-top: 40px;
  border: solid 1px #edeef2;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_botm::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1220px;
  background: #edeef2;
  top: 64px;
  left: 50%;
  transform: translate(-50%);
}
.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 380px;
  float: left;
  width: 380px;
  line-height: 62px;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a {
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #131a32;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #12245f;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li > span {
  font-size: 12px;
  color: #3a4053;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a {
  padding-left: 20px;
  color: #12245f;
}
.news .news_main .news_con .news_list .news_item .news_botm ul li:hover > a::after {
  transform: rotateY(360deg);
}
.links {
  width: 100%;
  margin: 70px 0;
}
.links .link_main a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #3a4053;
  position: relative;
  line-height: 30px;
}
.links .link_main a:hover::after,
.links .link_main a:hover::before {
  width: 100%;
}
.links .link_main a::after,
.links .link_main a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #12245f;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.links .link_main a::after {
  left: 0;
  top: 0;
}
.links .link_main a::before {
  right: 0;
  bottom: 0;
}
