.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: #0e6ece;
  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: #0e6ece;
  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: #0e6ece;
  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 {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.title1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -88px;
  top: 25px;
  width: 327px;
  height: 70px;
  background: url(../images/tit.png) center no-repeat;
}
.title1::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 74px;
  left: 0;
  top: 0;
}
.title1 > h4 {
  font-family: Arial;
  font-size: 14px;
  color: #cccccc;
  line-height: 14px;
  margin: 8px 0 25px;
  margin-left: 96px;
}
.title1 h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #484848;
  margin-left: 96px;
}
.title1 h3 a {
  color: #484848;
}
.title1 > h5 {
  font-size: 15px;
  line-height: 15px;
  color: #666666;
  margin-top: 34px;
}
.title1 > span {
  display: block;
  width: 1px;
  height: 21px;
  background-color: #0e6ece;
  margin-top: 24px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner {
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden;
}
.banner .banner_boxs {
  width: 100%;
  height: 650px;
}
.banner .banner_boxs .bd ul li {
  width: 100%;
  height: 650px;
}
.banner .banner_boxs .bd ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .hd {
  position: absolute;
  bottom: 50px;
  width: 1200px;
  left: 50%;
  padding-left: 37px;
  box-sizing: border-box;
  transform: translate(-50%);
}
.banner .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 14px;
  background: url(../images/ban_ico11.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.banner .hd ul li.on {
  background: url(../images/ban_ico2.png) center no-repeat;
}
.banner .ban_btn {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 32px;
}
.banner .ban_btn .prev,
.banner .ban_btn .next {
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 21px;
  height: 46px;
}
.banner .ban_btn .prev {
  float: left;
  background: url(../images/ban_p.png) center no-repeat;
}
.banner .ban_btn .prev:hover {
  background: url(../images/ban_p2.png) center no-repeat;
}
.banner .ban_btn .next {
  float: left;
  margin-left: 130px;
  background: url(../images/ban_n.png) center no-repeat;
}
.banner .ban_btn .next:hover {
  background: url(../images/ban_n2.png) center no-repeat;
}
.ban_t {
  width: 100%;
  height: 118px;
  background: url(../images/ban_tbg.jpg) center no-repeat;
}
.ban_t .ban_tmain .ban_txt {
  width: 438px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #444444;
  padding-top: 30px;
}
.ban_t .ban_tmain .ban_tell {
  width: 336px;
  height: 118px;
  text-align: center;
  line-height: 118px;
}
.ban_t .ban_tmain .ban_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(../images/ser_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.ban_t .ban_tmain .ban_tell span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #444444;
  margin-left: 18px;
}
.pro {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main .pro_l {
  width: 240px;
}
.pro .pro_main .pro_l .title1::before {
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_main .pro_l .pro_bd {
  height: 96px;
  overflow: hidden;
  margin-top: 30px;
}
.pro .pro_main .pro_l .pro_bd ul li {
  width: 225px;
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  height: 96px;
}
.pro .pro_main .pro_l .pro_bd ul li > p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.pro .pro_main .pro_r {
  width: 880px;
}
.pro .pro_main .pro_r ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_r ul li {
  flex: 0 0 25%;
  float: left;
  width: 25%;
  height: 315px;
  padding-left: 34px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/pro_line.png) left top no-repeat;
}
.pro .pro_main .pro_r ul li > span {
  display: block;
  font-size: 48px;
  line-height: 35px;
  font-family: Arial;
  color: #dddddd;
}
.pro .pro_main .pro_r ul li > a {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  background-color: #eff5fa;
  border-radius: 50%;
  margin: 40px 0 44px;
}
.pro .pro_main .pro_r ul li > a > span,
.pro .pro_main .pro_r ul li > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_r ul li > a > i {
  transform: scale(0);
}
.pro .pro_main .pro_r ul li > h3 {
  font-size: 15px;
  line-height: 26px;
  color: #444444;
}
.pro .pro_main .pro_r ul li > p {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
}
.pro .pro_main .pro_r ul li .pro_more {
  position: absolute;
  width: 18px;
  height: 6px;
  background: url(../images/pro_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
  bottom: 5px;
  left: 34px;
}
.pro .pro_main .pro_r ul li.on > a {
  background-color: #0e6ece;
}
.pro .pro_main .pro_r ul li.on > a > span {
  transform: scale(0);
}
.pro .pro_main .pro_r ul li.on > a > i {
  transform: scale(1);
}
.pro .pro_main .pro_r ul li:nth-child(1) > a > span {
  background: url(../images/pro_ico1.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(1) > a > i {
  background: url(../images/pro_ico1-2.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(1) > h3 {
  width: 150px;
}
.pro .pro_main .pro_r ul li:nth-child(1) > h3 > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_r ul li:nth-child(1) > p {
  width: 97px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
.pro .pro_main .pro_r ul li:nth-child(2) > a > span {
  background: url(../images/pro_ico2.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(2) > a > i {
  background: url(../images/pro_ico2-2.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(2) > h3 {
  width: 150px;
}
.pro .pro_main .pro_r ul li:nth-child(2) > h3 > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_r ul li:nth-child(2) > p {
  width: 136px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
.pro .pro_main .pro_r ul li:nth-child(3) > a > span {
  background: url(../images/pro_ico3.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(3) > a > i {
  background: url(../images/pro_ico3-2.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(3) > h3 {
  width: 120px;
}
.pro .pro_main .pro_r ul li:nth-child(3) > h3 > a {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.pro .pro_main .pro_r ul li:nth-child(3) > p {
  width: 188px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}
.pro .pro_main .pro_r ul li:nth-child(4) > a > span {
  background: url(../images/pro_ico4.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(4) > a > i {
  background: url(../images/pro_ico4-2.png) center no-repeat;
}
.pro .pro_main .pro_r ul li:nth-child(4) > h3 {
  width: 105px;
}
.pro .pro_main .pro_r ul li:nth-child(4) > h3 > a {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.pro .pro_main .pro_r ul li:nth-child(4) > p {
  width: 140px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}
.case {
  width: 100%;
  padding-top: 43px;
  box-sizing: border-box;
  margin-top: 70px;
  background: url(../images/case_bg.jpg) center top no-repeat;
}
.case .case_main .case_t .title1::before {
  background: url(../images/case_tit.png) center no-repeat;
}
.case .case_main .case_t .title1 > h4 {
  margin: 0 0 25px;
  margin-left: 96px;
}
.case .case_main .case_t .ser .ser_con {
  width: 450px;
  height: 50px;
  position: relative;
}
.case .case_main .case_t .ser .ser_con > input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
  padding: 0 50px 0 22px;
}
.case .case_main .case_t .ser .ser_con > button {
  position: absolute;
  width: 27px;
  height: 100%;
  background: url(../images/ser_ico.png) center no-repeat;
  top: 0;
  right: 30px;
  cursor: pointer;
}
.case .case_main .case_t .ser > p {
  width: 420px;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  margin: 68px 0 0 23px;
}
.case .case_con {
  width: 100%;
  margin-top: 50px;
  padding: 0 2%;
  box-sizing: border-box;
}
.case .case_con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .case_con ul li {
  flex: 0 0 24%;
  float: left;
  width: 24%;
  margin-bottom: 30px;
}
.case .case_con ul li > a {
  display: block;
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.case .case_con ul li > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  transform: scale(1.1);
}
.case .case_con ul li .case_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  margin-top: 10px;
  position: relative;
  border-radius: 0px 0px 6px 6px;
  z-index: 1;
}
.case .case_con ul li .case_txt > a {
  display: block;
  width: 100%;
  padding: 0 70px 0 62px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #555555;
  position: relative;
}
.case .case_con ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 12px;
  background: url(../images/case_err1.png) center no-repeat;
  animation: 2s infinite myfirst2;
  right: 30px;
  top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_con ul li .case_txt > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/case_ico1.png) center no-repeat;
  top: 20px;
  left: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_con ul li:hover > a > img {
  transform: scale(1);
}
.case .case_con ul li:hover .case_txt > a {
  color: #ffffff;
}
.case .case_con ul li:hover .case_txt > a::after {
  background: url(../images/case_err2.png) center no-repeat;
}
.case .case_con ul li:hover .case_txt > a::before {
  background: url(../images/case_ico2.png) center no-repeat;
}
.case .case_con ul li:hover .case_txt .hover::after {
  border-radius: 0px 0px 6px 6px;
  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%);
}
.ys {
  width: 100%;
  margin-top: 40px;
}
.ys .ys_main {
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_l .title1::before {
  background: url(../images/ys_tit.png) center no-repeat;
}
.ys .ys_main .ys_l .ys_txt {
  width: 406px;
  height: 285px;
  overflow: hidden;
  margin-top: 30px;
}
.ys .ys_main .ys_l .ys_txt ul li {
  width: 100%;
  height: 285px;
}
.ys .ys_main .ys_l .ys_txt ul li > h3 {
  line-height: 42px;
  background: url(../images/ys_icot.png) left center no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #484848;
}
.ys .ys_main .ys_l .ys_txt ul li > p {
  width: 100%;
  font-size: 15px;
  line-height: 36px;
  color: #555555;
  margin-top: 28px;
  height: 144px;
}
.ys .ys_main .ys_l .ys_txt ul li .ys_num {
  margin: 40px 0 0 90px;
}
.ys .ys_main .ys_l .ys_txt ul li .ys_num > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #0e6ece;
}
.ys .ys_main .ys_l .ys_txt ul li .ys_num > span {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 2px;
  background-color: #0e6ece;
  margin: 0 20px;
}
.ys .ys_main .ys_l .ys_txt ul li .ys_num > i:nth-last-child(1) {
  color: #777777;
}
.ys .ys_main .ys_v {
  width: 720px;
  height: 490px;
  overflow: hidden;
}
.ys .ys_main .ys_v ul li {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_v ul li > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}
.ys .ys_main .ys_p,
.ys .ys_main .ys_n {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #555555;
  border-radius: 50%;
  cursor: pointer;
}
.ys .ys_main .ys_p::after,
.ys .ys_main .ys_n::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ys .ys_main .ys_p {
  left: 0;
  bottom: 0;
}
.ys .ys_main .ys_p::after {
  background: url(../images/ys_p.png) center no-repeat;
}
.ys .ys_main .ys_n {
  left: 267px;
  bottom: 0;
}
.ys .ys_main .ys_n::after {
  background: url(../images/ys_n.png) center no-repeat;
}
.about {
  width: 100%;
  height: 750px;
  margin-top: 65px;
  padding-top: 50px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main {
  height: 100%;
  position: relative;
}
.about .ab_main .ab_l .title1::before {
  background: url(../images/ab_tit.png) center no-repeat;
}
.about .ab_main .ab_l .title1 > h5 {
  color: #ffffff;
}
.about .ab_main .ab_l .title1 > span {
  background: #ffffff;
}
.about .ab_main .ab_l .ab_txt {
  width: 550px;
  margin-top: 30px;
}
.about .ab_main .ab_l .ab_txt > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
}
.about .ab_main .ab_l .ab_txt > h3 a {
  color: #ffffff;
}
.about .ab_main .ab_l .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  color: #ffffff;
  margin-top: 30px;
}
.about .ab_main .ab_l .ab_txt .ab_links {
  width: 540px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 10px;
  margin-top: 85px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item {
  flex: 0 0 33.3333%;
  float: left;
  width: 33.3333%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item > a {
  display: block;
  width: 36px;
  height: 34px;
  margin: 30px auto 22px;
  position: relative;
  overflow: hidden;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item > a > span,
.about .ab_main .ab_l .ab_txt .ab_links .ab_item > a > i {
  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_l .ab_txt .ab_links .ab_item > a > i {
  transform: scale(0);
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item > span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #444444;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item > span > a {
  display: block;
  color: #444444;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:hover .hover::after {
  border-radius: 6px;
  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%);
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:hover > a > span {
  transform: scale(0);
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:hover > a > i {
  transform: scale(1);
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:hover > span > a {
  color: #ffffff;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(1) > a > span {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(1) > a > i {
  background: url(../images/ab_ico1-2.png) center no-repeat;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(2) > a > span {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(2) > a > i {
  background: url(../images/ab_ico2-2.png) center no-repeat;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(3) > a > span {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .ab_main .ab_l .ab_txt .ab_links .ab_item:nth-child(3) > a > i {
  background: url(../images/ab_ico3-2.png) center no-repeat;
}
.about .ab_main .ab_r {
  width: 600px;
  height: 566px;
  position: relative;
  margin-top: 42px;
}
.about .ab_main .ab_r .ab_v {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.about .ab_main .ab_r .ab_v > img {
  height: 100%;
  border-radius: 20px;
}
.about .ab_main > a {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #056dea;
  line-height: 18px;
  padding-left: 390px;
  top: 657px;
}
.about .ab_main > a::after {
  content: "";
  position: absolute;
  width: 351px;
  height: 1px;
  background-color: #e5e5e5;
  left: 0;
  top: 50%;
}
.news {
  width: 100%;
  margin-top: 70px;
}
.news .news_main .news_top {
  width: 100%;
}
.news .news_main .news_top .title1::before {
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_top .news_tmain {
  width: 860px;
}
.news .news_main .news_top .news_tmain > a {
  width: 270px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px 0px 8px 0px;
}
.news .news_main .news_top .news_tmain > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border-radius: 8px 0px 8px 0px;
}
.news .news_main .news_top .news_tmain .news_txt {
  width: 526px;
}
.news .news_main .news_top .news_tmain .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 13px 0 22px;
}
.news .news_main .news_top .news_tmain .news_txt > span {
  display: block;
  width: 51px;
  height: 2px;
  background-color: #dddddd;
  margin-bottom: 20px;
}
.news .news_main .news_top .news_tmain .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}
.news .news_main .news_top .news_tmain .news_txt > i {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 30px;
}
.news .news_main .news_top .news_tmain:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_top .news_tmain:hover .news_txt > a {
  color: #0e6ece;
}
.news .news_main .news_botm {
  margin-top: 50px;
}
.news .news_main .news_botm .news_top {
  width: 100%;
}
.news .news_main .news_botm .news_top ul li {
  float: left;
  width: 140px;
  height: 47px;
  background-color: #ececec;
  border-radius: 4px;
  text-align: center;
  line-height: 47px;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
.news .news_main .news_botm .news_top ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #444444;
}
.news .news_main .news_botm .news_top ul li:hover > a {
  color: #ffffff;
}
.news .news_main .news_botm .news_top ul li:hover .hover::after {
  border-radius: 4px;
  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_botm .news_botm {
  margin-top: 40px;
}
.news .news_main .news_botm .news_botm ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_botm .news_botm ul li {
  flex: 0 0 360px;
  float: left;
  width: 360px;
  height: 110px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 32px 30px 0 28px;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_botm ul li > a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #444444;
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news .news_main .news_botm .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_botm .news_botm ul li > h5 {
  margin-top: 20px;
  line-height: 14px;
}
.news .news_main .news_botm .news_botm ul li > h5 > span {
  font-size: 14px;
  color: #999999;
}
.news .news_main .news_botm .news_botm ul li > h5 > a {
  font-size: 12px;
  color: #999999;
  position: relative;
  padding-right: 18px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_botm ul li > h5 > a:hover {
  color: #0e6ece;
}
.news .news_main .news_botm .news_botm ul li > h5 > a::after {
  content: ">";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgba(170, 170, 170, 0.5);
  right: 0;
  top: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_botm ul li:hover {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.news .news_main .news_botm .news_botm ul li:hover > a {
  color: #0e6ece;
}
.news .news_main .news_botm .news_botm ul li:hover > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_botm .news_botm ul li:hover > h5 > a {
  color: #0e6ece;
}
.news .news_main .news_botm .news_botm ul li:hover > h5 > a::after {
  background-color: #0e6ece;
  color: #ffffff;
}
.links {
  width: 100%;
  background-color: #f8f8f8;
  padding: 33px 0;
  margin-top: 45px;
}
.links .link_main .link_tit {
  width: 80px;
  height: 34px;
  background-color: #0e6ece;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.links .link_main .link_list {
  width: calc(1200px - 100px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #444444;
  padding: 0 10px;
  margin: 0 10px;
  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: #0e6ece;
  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;
}
