/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 771px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.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: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #0097e5;
  color: #fff;
}
.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: #0097e5;
  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: #0097e5;
  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: #0097e5;
  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;
}
.tit .title1 {
  float: left;
}
.tit .title1 > h3 {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.tit .title1 > h3 a {
  color: #000000;
  line-height: 28px;
}
.tit .title1 > h4 {
  font-size: 36px;
  line-height: 30px;
  color: #1a1a1a;
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.tit .title1 > h4::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 57px;
  background-color: #27539e;
  opacity: 0.1;
  z-index: -1;
  left: -35px;
  top: -25px;
  border-radius: 50%;
}
.tit > a {
  float: right;
  font-size: 16px;
  color: #27539e;
  line-height: 16px;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 15px;
  margin-top: 42px;
}
.tit > a i:nth-child(6) {
  margin-left: 5px;
}
.tit > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 7px;
  background: url(../images/pro_tit.png) center no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tit > a::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #27539e;
  opacity: 0.1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.pro {
  width: 100%;
  margin-top: 44px;
}
.pro .pro_main .pro_con {
  width: 100%;
  margin-top: 42px;
}
.pro .pro_main .pro_con .fl {
  width: 265px;
}
.pro .pro_main .pro_con .fl .fl_tit {
  width: 100%;
  height: 94px;
  background-image: linear-gradient(263deg, #224e99 0%, #3a66b1 100%);
  padding: 27px 0 0 36px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .fl .fl_tit > i {
  width: 31px;
  height: 31px;
  background: url(../images/fl_tit.png) center no-repeat;
}
.pro .pro_main .pro_con .fl .fl_tit .fl_tt {
  margin-left: 20px;
  color: #ffffff;
}
.pro .pro_main .pro_con .fl .fl_tit .fl_tt > h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.pro .pro_main .pro_con .fl .fl_tit .fl_tt > h4 {
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
}
.pro .pro_main .pro_con .fl .fl_list {
  width: 100%;
  background-color: #fafafa;
}
.pro .pro_main .pro_con .fl .fl_list ul {
  width: 100%;
}
.pro .pro_main .pro_con .fl .fl_list ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  padding: 20px 0 0 35px;
}
.pro .pro_main .pro_con .fl .fl_list ul li:hover > a {
  transform: translate(5px);
}
.pro .pro_main .pro_con .fl .fl_list ul li:hover > a::after {
  background: url(../images/fl_ico2.png) center no-repeat;
}
.pro .pro_main .pro_con .fl .fl_list ul li > a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #4d4d4d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 54px;
  box-sizing: border-box;
  position: relative;
}
.pro .pro_main .pro_con .fl .fl_list ul li > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/fl_ico1.png) center no-repeat;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view {
  width: 976px;
}
.pro .pro_main .pro_con .pro_view ul li {
  float: left;
  width: 307px;
  height: 255px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 8px 0;
  box-sizing: border-box;
  margin: 0 27px 25px 0;
}
.pro .pro_main .pro_con .pro_view ul li:hover > a > img {
  transform: scale(1.05);
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt > a {
  color: #0097e5;
  transform: translate(5px);
  padding-right: 50px;
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt > a::after {
  right: 10px;
}
.pro .pro_main .pro_con .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 194px;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_view ul li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt {
  width: 100%;
  line-height: 22px;
  margin-top: 14px;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #808080;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 22px;
  background: url(../images/pro_more.png) center no-repeat;
  right: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.case {
  width: 100%;
  height: 797px;
  padding-top: 87px;
  box-sizing: border-box;
  margin-top: 55px;
  background: url(../images/case_bg.jpg) center no-repeat;
}
.case .case_main .case_view {
  margin-top: 50px;
  position: relative;
}
.case .case_main .case_view .case_bd {
  width: 100%;
  height: 495px;
  position: relative;
}
.case .case_main .case_view .case_bd ul {
  width: 100%;
}
.case .case_main .case_view .case_bd ul li {
  width: 100%;
  height: 495px;
  position: relative;
  z-index: 1;
}
.case .case_main .case_view .case_bd ul li:hover > a {
  border-radius: 50px 0 50px 0;
}
.case .case_main .case_view .case_bd ul li:hover > a > img {
  border-radius: 50px 0 50px 0;
}
.case .case_main .case_view .case_bd ul li:hover .case_txt {
  border-radius: 50px 0 50px 0;
}
.case .case_main .case_view .case_bd ul li:hover .case_txt > h3 > a {
  color: #0097e5;
  transform: translate(5px);
}
.case .case_main .case_view .case_bd ul li > a {
  display: block;
  width: 627px;
  height: 366px;
}
.case .case_main .case_view .case_bd ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view .case_bd ul li .case_txt {
  position: absolute;
  z-index: -1;
  width: 849px;
  height: 313px;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 52px 107px 0 236px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view .case_bd ul li .case_txt > h3 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  color: #262626;
}
.case .case_main .case_view .case_bd ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 120px;
  box-sizing: border-box;
}
.case .case_main .case_view .case_bd ul li .case_txt > span {
  display: block;
  width: 329px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 30px 0 25px;
}
.case .case_main .case_view .case_bd ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  height: 60px;
}
.case .case_main .case_view .case_bd ul li .case_txt > a {
  width: 174px;
  font-size: 16px;
  color: #27539e;
  line-height: 16px;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 15px;
  margin-top: 42px;
  box-sizing: border-box;
}
.case .case_main .case_view .case_bd ul li .case_txt > a i:nth-child(6) {
  margin-left: 5px;
}
.case .case_main .case_view .case_bd ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 7px;
  background: url(../images/pro_tit.png) center no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case .case_main .case_view .case_bd ul li .case_txt > a::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #27539e;
  opacity: 0.1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.case .case_main .case_view .case_hd {
  position: absolute;
  right: 87px;
  bottom: 60px;
  z-index: 2;
}
.case .case_main .case_view .case_hd ul li {
  float: left;
  width: 28px;
  height: 5px;
  background-color: #e6e6e6;
  margin: 0 7px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  font-size: 0;
  cursor: pointer;
}
.case .case_main .case_view .case_hd ul li.on {
  background-color: #fda454;
}
.case .case_main .case_view .case_tit {
  position: absolute;
  top: 68px;
  right: 150px;
  z-index: 1;
}
.case .case_main .case_view .case_tit > i {
  position: absolute;
  z-index: -1;
  font-size: 112px;
  line-height: 90px;
  color: #ffffff;
  font-weight: bold;
  top: -58px;
  left: 0;
}
.case .case_main .case_view .case_tit > p {
  font-size: 18px;
  line-height: 18px;
  color: #5d5d5d;
  margin-bottom: 22px;
}
.case .case_main .case_view .case_tit > span {
  display: block;
  width: 459px;
  height: 28px;
  background-image: linear-gradient(263deg, #224e99 0%, #3a66b1 100%);
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  font-family: Arial;
  letter-spacing: 1px;
  color: #ffffff;
}
.case .case_main .case_view .case_tell {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
}
.case .case_main .case_view .case_tell > a {
  width: 54px;
  height: 54px;
  background: url(../images/case_qq.png) center no-repeat;
  position: relative;
}
.case .case_main .case_view .case_tell > a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 86px;
  background-color: #27539e;
  left: 50%;
  top: -76px;
}
.case .case_main .case_view .case_tell .case_tell_main {
  margin-left: 55px;
}
.case .case_main .case_view .case_tell .case_tell_main > i {
  width: 42px;
  height: 46px;
  background: url(../images/case_tell.png) center no-repeat;
  animation: 2s infinite msClock;
  margin-top: 2px;
}
.case .case_main .case_view .case_tell .case_tell_main .case_num {
  margin-left: 15px;
}
.case .case_main .case_view .case_tell .case_tell_main .case_num > p {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 18px;
}
.case .case_main .case_view .case_tell .case_tell_main .case_num > h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "simsun";
  line-height: 28px;
  color: #27539e;
}
.case .case_main .case_view .ewm {
  position: absolute;
  width: 93px;
  height: 93px;
  top: 200px;
  right: 38px;
  z-index: 2;
}
.case .case_main .case_view .ewm > img {
  width: 100%;
  height: 100%;
}
.ys {
  width: 100%;
  height: 896px;
  padding-top: 88px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  position: relative;
}
.ys .ys_main .ys_tab {
  width: 100%;
}
.ys .ys_main .ys_tab ul {
  width: 100%;
}
.ys .ys_main .ys_tab ul li {
  width: 100%;
}
.ys .ys_main .ys_tab ul li .ys_txt {
  width: 528px;
  margin-top: 187px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}
.ys .ys_main .ys_tab ul li .ys_txt > a {
  display: block;
  width: 160px;
  height: 52px;
  background-color: #fda454;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin: 60px 0 20px;
}
.ys .ys_main .ys_tab ul li .ys_txt > a:hover {
  background: transparent;
}
.ys .ys_main .ys_tab ul li .ys_txt > p {
  width: 100%;
  font-size: 15px;
  line-height: 33px;
  color: #ffffff;
  position: relative;
  text-indent: 2em;
  margin-top: 40px;
}
.ys .ys_main .ys_tab ul li .ys_txt > p::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  background: url(../images/ys_ico.png) center no-repeat;
  left: 0;
  top: 10px;
}
.ys .ys_main .ys_tab ul li .ys_v {
  width: 705px;
  height: 620px;
  position: relative;
  border-radius: 0 80px 0 80px;
}
.ys .ys_main .ys_tab ul li .ys_v > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0 80px 0 80px;
}
.ys .ys_main .ys_menu {
  margin-top: 87px;
}
.ys .ys_main .ys_menu ul li {
  float: left;
  margin-right: 80px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.ys .ys_main .ys_menu ul li.on {
  transform: scale(1.05);
}
.ys .ys_main .ys_menu ul li > i {
  width: 33px;
  height: 30px;
  margin-top: 5px;
}
.ys .ys_main .ys_menu ul li .ys_tt {
  margin-left: 20px;
  color: #ffffff;
}
.ys .ys_main .ys_menu ul li .ys_tt > h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 17px;
}
.ys .ys_main .ys_menu ul li .ys_tt > h4 {
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.33);
}
.ys .ys_main .ys_menu ul li:nth-child(1) > i {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(2) > i {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(3) > i {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(4) > i {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_num {
  position: absolute;
  width: 44px;
  top: 350px;
  left: 1495px;
}
.ys .ys_main .ys_num li {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: Arial;
  color: #597dbc;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_num li.on {
  background-color: #3a64ad;
  color: #ffffff;
}
.ys .ys_main .ys_t {
  position: absolute;
  width: 551px;
  height: 36px;
  background: url(../images/ys_t.png) center no-repeat;
  top: 104px;
  left: 0;
}
.ys .ys_main .ys_tell {
  position: absolute;
  width: 360px;
  left: 1070px;
  top: 690px;
  font-size: 29px;
  font-family: Arial;
  line-height: 44px;
  color: #ffffff;
}
.ys .ys_main .ys_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  animation: 2s infinite msClock;
  position: relative;
  margin-right: 15px;
}
.ys .ys_main .ys_tell > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url(../images/ys_tell.png) center no-repeat;
}
.about {
  width: 100%;
  margin-top: 125px;
  overflow: hidden;
}
.about .ab_main .ab_tit .tit > a {
  float: left;
  margin-top: 20px;
  margin-left: 87px;
}
.about .ab_main .ab_tit .tit .ab_tell {
  margin-left: 228px;
}
.about .ab_main .ab_tit .tit .ab_tell > i {
  width: 65px;
  height: 65px;
  background: url(../images/ab_tell_box.png) center no-repeat;
  position: relative;
}
.about .ab_main .ab_tit .tit .ab_tell > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ab_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.about .ab_main .ab_tit .tit .ab_tell > span {
  line-height: 65px;
  font-size: 20px;
  color: #666666;
  margin-left: 16px;
}
.about .ab_main .ab_tit .tit .ab_tell > em {
  font-size: 23px;
  line-height: 65px;
  color: #333333;
}
.about .ab_main .ab_tit .tit .ewm > img {
  float: left;
  width: 104px;
  height: 104px;
}
.about .ab_main .ab_tit .tit .ewm > p {
  font-size: 12px;
  writing-mode: tb-rl;
  color: #999999;
  width: 12px;
  margin-left: 14px;
  text-align: center;
  margin-top: 10px;
}
.about .ab_main .ab_txt {
  margin-top: 60px;
}
.about .ab_main .ab_txt .ab_link .ab_item {
  width: 100px;
  height: 310px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
  margin-right: 3px;
}
.about .ab_main .ab_txt .ab_link .ab_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  background: url(../images/ab_item.png) center no-repeat;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_link .ab_item > i {
  display: block;
  width: 19px;
  height: 100px;
  background: url(../images/ab_line.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin: 46px auto 18px;
}
.about .ab_main .ab_txt .ab_link .ab_item > a {
  display: block;
  font-size: 18px;
  writing-mode: tb-rl;
  letter-spacing: 5px;
  color: #666666;
  text-align: center;
  line-height: 100px;
}
.about .ab_main .ab_txt .ab_link .ab_item:hover::after {
  height: 100%;
}
.about .ab_main .ab_txt .ab_link .ab_item:hover > i {
  background: url(../images/ab_line2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_link .ab_item:hover > a {
  color: #fff;
}
.about .ab_main .ab_txt .ab_txt_main {
  width: 866px;
}
.about .ab_main .ab_txt .ab_txt_main h5 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  color: #777777;
}
.about .ab_main .ab_txt .ab_txt_main > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  margin: 25px 0 30px;
}
.about .ab_main .ab_txt .ab_txt_main .part {
  width: 100%;
  height: 134px;
  position: relative;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view {
  width: 826px;
  margin: 0 auto;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li {
  float: left;
  width: 197px;
  margin-right: 12px;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li:hover .part_v {
  border: solid 1px #0097e5;
  box-shadow: 0 0 10px rgba(58, 102, 177, 0.1);
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li:hover > a {
  color: #0097e5;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li .part_v {
  width: 100%;
  height: 100px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li .part_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li .part_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_view ul li > a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 20px;
  text-align: center;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_p,
.about .ab_main .ab_txt .ab_txt_main .part .part_n {
  position: absolute;
  width: 26px;
  height: 25px;
  background-image: linear-gradient(263deg, #224e99 0%, #3a66b1 100%);
  top: 38px;
  cursor: pointer;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_p::after,
.about .ab_main .ab_txt .ab_txt_main .part .part_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_main .ab_txt .ab_txt_main .part .part_p {
  left: -36px;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_p::after {
  background: url(../images/ab_p.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_n {
  right: -36px;
}
.about .ab_main .ab_txt .ab_txt_main .part .part_n::after {
  background: url(../images/ab_n.png) center no-repeat;
}
.about .ab_main .ab_v {
  width: 100%;
  height: 530px;
  position: relative;
  margin-top: 68px;
}
.about .ab_main .ab_v > img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-50%);
}
.news {
  width: 100%;
  margin-top: 100px;
}
.news .news_main {
  position: relative;
}
.news .news_main .news_menu {
  position: absolute;
  width: 204px;
  top: 105px;
}
.news .news_main .news_menu ul {
  width: 100%;
}
.news .news_main .news_menu ul li {
  width: 100%;
  height: 66px;
  background-color: #f7f7f7;
  padding: 22px 0 0 56px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  border-radius: 5px;
}
.news .news_main .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  height: 66px;
  background-image: linear-gradient(263deg, #224e99 0%, #3a66b1 100%);
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  border-radius: 5px;
}
.news .news_main .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
  font-size: 14px;
  color: #555555;
}
.news .news_main .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_menu ul li > a::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_menu ul li.on::after {
  width: 100%;
}
.news .news_main .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_menu ul li:nth-child(1).on > a::after {
  left: -100%;
}
.news .news_main .news_menu ul li:nth-child(1).on > a::before {
  left: 0;
}
.news .news_main .news_menu ul li:nth-child(1) > a::after {
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_menu ul li:nth-child(1) > a::before {
  background: url(../images/news_ico1-2.png) center no-repeat;
}
.news .news_main .news_menu ul li:nth-child(2).on > a::after {
  left: -100%;
}
.news .news_main .news_menu ul li:nth-child(2).on > a::before {
  left: 0;
}
.news .news_main .news_menu ul li:nth-child(2) > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_menu ul li:nth-child(2) > a::before {
  background: url(../images/news_ico2-2.png) center no-repeat;
}
.news .news_main .news_tab {
  width: 100%;
}
.news .news_main .news_tab .news_item {
  width: 100%;
}
.news .news_main .news_tab .news_item .news_top {
  width: 925px;
  height: 263px;
  margin-left: 350px;
  position: relative;
  z-index: 1;
  margin-top: 7px;
  padding: 6px 0 0 8px;
  box-sizing: border-box;
}
.news .news_main .news_tab .news_item .news_top:hover .news_txt .news_txt_main > h3 > a {
  color: #0097e5;
  transform: translate(5px);
}
.news .news_main .news_tab .news_item .news_top::after {
  content: "";
  position: absolute;
  width: 947px;
  height: 263px;
  background-color: #fcfcfc;
  z-index: -1;
  left: 0;
  top: 0;
}
.news .news_main .news_tab .news_item .news_top > a {
  width: 368px;
  height: 248px;
}
.news .news_main .news_tab .news_item .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_tab .news_item .news_top .news_txt {
  width: 475px;
  margin: 44px 0 0 50px;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main {
  width: 372px;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > h3 {
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > h3 > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(../images/news_ico3.png) center no-repeat;
  left: 0;
  top: 0;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > span {
  display: block;
  width: 100%;
  height: 1px;
  height: 2px;
  background-color: rgba(81, 81, 81, 0.15);
  margin: 20px 0 15px;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #808080;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > a {
  display: block;
  width: 173px;
  box-sizing: border-box;
  font-size: 16px;
  color: #27539e;
  line-height: 16px;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 15px;
  margin-top: 42px;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > a i:nth-child(6) {
  margin-left: 5px;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 7px;
  background: url(../images/pro_tit.png) center no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_txt_main > a::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #27539e;
  opacity: 0.1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_time > span {
  display: block;
  font-size: 48px;
  font-family: Arial;
  margin-top: 20px;
  color: #5d5d5d;
  line-height: 35px;
  text-align: center;
}
.news .news_main .news_tab .news_item .news_top .news_txt .news_time > p {
  width: 70px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background-color: #27539e;
  border-radius: 10px;
  margin-top: 12px;
}
.news .news_main .news_tab .news_item .news_botm {
  width: 100%;
  margin-top: 50px;
}
.news .news_main .news_tab .news_item .news_botm ul li {
  float: left;
  width: 400px;
  margin: 0 40px 50px 0;
}
.news .news_main .news_tab .news_item .news_botm ul li:hover > a {
  color: #0097e5;
  transform: translate(5px);
}
.news .news_main .news_tab .news_item .news_botm ul li:hover > a::after {
  transform: rotateY(360deg);
}
.news .news_main .news_tab .news_item .news_botm ul li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding-left: 32px;
  box-sizing: border-box;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 25px;
}
.news .news_main .news_tab .news_item .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #27539e;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item .news_botm ul li > span {
  display: block;
  width: 368px;
  height: 2px;
  background-color: #515151;
  opacity: 0.1;
  margin-left: 30px;
  margin-bottom: 20px;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t {
  width: 100%;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > span {
  font-size: 16px;
  font-family: Arial;
  color: #5d5d5d;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > span i {
  font-size: 14px;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > a {
  font-size: 13px;
  color: #bfbfbf;
  position: relative;
  padding-right: 54px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > a:hover {
  color: #0097e5;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > a:hover::after {
  background: url(../images/news_err2.png) center no-repeat;
}
.news .news_main .news_tab .news_item .news_botm ul li .news_t > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: url(../images/news_err1.png) center no-repeat;
  right: 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_tab .news_item .news_botm ul li:nth-child(3n) {
  margin-right: 0;
}
.news .news_main .tit {
  position: absolute;
  left: 0;
  top: 0;
}
.inform {
  width: 100%;
  height: 459px;
  padding-top: 75px;
  box-sizing: border-box;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .in_top .tit .title1 {
  float: none;
}
.inform .in_main .in_top .tit .title1 > h4 {
  font-family: "simsun";
}
.inform .in_main .in_top .tit .honer {
  width: 235px;
  margin-top: 23px;
}
.inform .in_main .in_top .tit .honer > a {
  display: block;
  width: 235px;
  height: 163px;
}
.inform .in_main .in_top .tit .honer > a > img {
  width: 100%;
  height: 100%;
}
.inform .in_main .in_top .in_con {
  width: 956px;
  margin-top: 50px;
}
.inform .in_main .in_top .in_con input::placeholder {
  color: #a6a6a6;
}
.inform .in_main .in_top .in_con input:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_top .in_con .inputs > input {
  float: left;
  width: 458px;
  height: 46px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 38px;
  font-size: 14px;
}
.inform .in_main .in_top .in_con .inputs #userName {
  margin-right: 40px;
  background: url(../images/in1.png) left center no-repeat;
}
.inform .in_main .in_top .in_con .inputs #userPhone {
  background: url(../images/in2.png) left center no-repeat;
}
.inform .in_main .in_top .in_con > input {
  display: block;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 40px;
  background: url(../images/in3.png) left center no-repeat;
}
.inform .in_main .in_top .in_con .in_btn {
  width: 100%;
  margin-top: 22px;
}
.inform .in_main .in_top .in_con .in_btn .code_box {
  width: 560px;
  height: 58px;
  position: relative;
}
.inform .in_main .in_top .in_con .in_btn .code_box > input {
  display: block;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  background: url(../images/in4.png) left center no-repeat;
  padding-left: 36px;
}
.inform .in_main .in_top .in_con .in_btn .code_box > img {
  position: absolute;
  width: 115px;
  height: 45px;
  cursor: pointer;
  right: 38px;
  bottom: 10px;
}
.inform .in_main .in_top .in_con .in_btn .code_box .refresh {
  position: absolute;
  width: 19px;
  height: 17px;
  background: url(../images/in5.png) center no-repeat;
  right: 0;
  bottom: 25px;
  cursor: pointer;
}
.inform .in_main .in_top .in_con .in_btn > button {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #fda454;
  border-radius: 10px;
  margin-top: 14px;
  margin-left: 105px;
}
.inform .in_main .in_top .in_con .in_btn > a {
  float: right;
  width: 130px;
  height: 40px;
  background-image: linear-gradient(263deg, #224e99 0%, #3a66b1 100%);
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 14px;
}
.inform .in_main .links {
  width: 100%;
  margin-top: 50px;
}
.inform .in_main .links .link_tit > i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(../images/in_ico.png) center no-repeat;
}
.inform .in_main .links .link_tit > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  margin-left: 15px;
  font-family: Arial;
  letter-spacing: 2px;
  color: #333333;
}
.inform .in_main .links .link_list {
  width: calc(1280px - 160px);
  padding: 10px 0;
}
.inform .in_main .links .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 20px;
  margin: 0 10px;
  padding: 0 10px;
}
.inform .in_main .links .link_list > a:hover {
  color: #0097e5;
  transform: translate(5px);
}
