/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 550px;
}
.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%;
  margin-left: -960px;
}
.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: #215eb9;
  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: #215eb9;
  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: #215eb9;
  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: #215eb9;
  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%;
}
.mt {
  margin-top: 70px;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 17px;
}
.title1 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 15px;
}
.title1 h3 a {
  color: #484848;
}
.title1 > span {
  display: block;
  width: 207px;
  height: 45px;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  background: url(../images/pro_tit.png) center no-repeat;
}
.title1 > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  font-family: Arial;
}
.pro {
  width: 100%;
  margin-top: 80px;
}
.pro .pro_main .pro_con {
  width: 100%;
}
.pro .pro_main .pro_con .pro_menu {
  width: 100%;
  margin: 40px 0;
}
.pro .pro_main .pro_con .pro_menu ul li {
  float: left;
  width: 180px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin: 0 23px 20px 0;
}
.pro .pro_main .pro_con .pro_menu ul li:hover {
  border: solid 1px #215eb9;
}
.pro .pro_main .pro_con .pro_menu ul li:hover > a {
  color: #fff;
}
.pro .pro_main .pro_con .pro_menu ul li:hover > a::after {
  width: 100%;
}
.pro .pro_main .pro_con .pro_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  color: #666666;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_con .pro_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #215eb9;
  border-radius: 4px;
}
.pro .pro_main .pro_con .pro_menu ul li:nth-child(6n) {
  margin-right: 0;
}
.pro .pro_main .pro_con .pro_view {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view ul li {
  float: left;
  width: 376px;
  height: 396px;
  border-radius: 6px;
  border: solid 1px #f5f5f5;
  box-sizing: border-box;
  padding: 10px 10px 0;
  margin: 0 36px 40px 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:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro .pro_main .pro_con .pro_view ul li:hover > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt > h3 > p > a {
  color: #215eb9;
  transform: translate(5px);
}
.pro .pro_main .pro_con .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 280px;
  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%;
  transform: scale(1.05);
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt {
  width: 100%;
  margin-top: 30px;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 {
  width: 100%;
  margin-bottom: 16px;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > p {
  width: 70%;
  font-size: 16px;
  line-height: 16px;
  color: #444444;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > p > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > p > a span {
  color: #999999;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > a {
  font-size: 12px;
  color: #777777;
  position: relative;
  line-height: 16px;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > a:hover {
  color: #215eb9;
  transform: translate(-5px);
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > h3 > a::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 1px;
  background-color: #bfbfbf;
  left: -41px;
  top: 50%;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.lc {
  width: 100%;
  height: 647px;
  padding-top: 45px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/lc_bg.jpg) center no-repeat;
}
.lc .lc_con {
  width: 100%;
}
.lc .lc_con .title1 > span {
  background: url(../images/lc_tit.png) center no-repeat;
}
.lc .lc_con .title1 > h3,
.lc .lc_con .title1 > h4 {
  color: #fff;
}
.lc .lc_con .lc_list .ysBox {
  position: relative;
  height: 506px;
  margin-top: 36px;
  padding: 0 20px;
}
.lc .lc_con .lc_list .ysBox ul {
  height: 506px;
}
.lc .lc_con .lc_list .ysBox li {
  width: 12.5%;
  height: 72%;
  float: left;
  text-align: center;
  position: relative;
}
.lc .lc_con .lc_list .ysBox li .item {
  position: absolute;
  width: 100%;
  left: 0;
}
.lc .lc_con .lc_list .ysBox li .num {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  margin: auto;
  position: relative;
  border-radius: 50%;
}
.lc .lc_con .lc_list .ysBox li h4 {
  font-size: 18px;
  margin: 20px 0 20px;
  color: #ffffff;
  line-height: 18px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
  top: 0;
}
.lc .lc_con .lc_list .ysBox li .cont {
  width: 200px;
  padding: 25px 15px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 700px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.lc .lc_con .lc_list .ysBox li.on h4,
.lc .lc_con .lc_list .ysBox li:hover h4 {
  top: 40px;
  opacity: 0;
}
.lc .lc_con .lc_list .ysBox li.on .cont,
.lc .lc_con .lc_list .ysBox li:hover .cont {
  top: 106px;
}
.lc .lc_con .lc_list .ysBox li.box1 .item {
  -webkit-animation: round1 12s linear infinite;
  animation: round1 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box2 .item {
  -webkit-animation: round2 12s linear infinite;
  animation: round2 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box3 .item {
  -webkit-animation: round3 12s linear infinite;
  animation: round3 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box4 .item {
  -webkit-animation: round4 12s linear infinite;
  animation: round4 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box5 .item {
  -webkit-animation: round5 12s linear infinite;
  animation: round5 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box6 .item {
  -webkit-animation: round6 12s linear infinite;
  animation: round6 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li.box7 .item {
  -webkit-animation: round7 12s linear infinite;
  animation: round7 12s linear infinite;
}
.lc .lc_con .lc_list .ysBox li:nth-child(1) .num {
  background: url(../images/lc1.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(2) .num {
  background: url(../images/lc2.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(3) .num {
  background: url(../images/lc3.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(4) .num {
  background: url(../images/lc4.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(5) .num {
  background: url(../images/lc5.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(6) .num {
  background: url(../images/lc6.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(7) .num {
  background: url(../images/lc7.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .ysBox li:nth-child(8) .num {
  background: url(../images/lc8.png) center no-repeat #fff;
}
.lc .lc_con .lc_list .bolang1 {
  position: absolute;
  width: 500%;
  left: 0;
  height: 302px;
  background: url(../images/wave1.png) repeat-x;
  top: 0%;
  -webkit-animation: bolang1 18s linear infinite;
  animation: bolang1 18s linear infinite;
}
@-webkit-keyframes bolang1 {
  0% {
    background-position: 0 50px;
  }
  100% {
    background-position: 1900px 50px;
  }
}
@keyframes bolang1 {
  0% {
    background-position: 0 50px;
  }
  100% {
    background-position: 1900px 50px;
  }
}
.lc .lc_con .lc_list .bolang2 {
  position: absolute;
  width: 500%;
  left: 0;
  height: 302px;
  background: url(../images/wave2.png) repeat-x;
  top: 10%;
  background-size: 1900px auto;
  -webkit-animation: bolang2 24s linear infinite;
  animation: bolang2 24s linear infinite;
}
@-webkit-keyframes bolang2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1900px 0;
  }
}
@keyframes bolang2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1900px 0;
  }
}
@-webkit-keyframes round1 {
  0% {
    top: 16%;
  }
  15% {
    top: 12%;
  }
  65% {
    top: 34%;
  }
  100% {
    top: 16%;
  }
}
@keyframes round1 {
  0% {
    top: 16%;
  }
  15% {
    top: 12%;
  }
  65% {
    top: 34%;
  }
  100% {
    top: 16%;
  }
}
@-webkit-keyframes round2 {
  0% {
    top: 14%;
  }
  43% {
    top: 36%;
  }
  90% {
    top: 10%;
  }
  100% {
    top: 14%;
  }
}
@keyframes round2 {
  0% {
    top: 14%;
  }
  43% {
    top: 36%;
  }
  90% {
    top: 10%;
  }
  100% {
    top: 14%;
  }
}
@-webkit-keyframes round3 {
  0% {
    top: 32%;
  }
  14% {
    top: 36%;
  }
  65% {
    top: 12%;
  }
  92% {
    top: 36%;
  }
  100% {
    top: 32%;
  }
}
@keyframes round3 {
  0% {
    top: 32%;
  }
  14% {
    top: 36%;
  }
  65% {
    top: 12%;
  }
  100% {
    top: 32%;
  }
}
@-webkit-keyframes round4 {
  0% {
    top: 30%;
  }
  38% {
    top: 12%;
  }
  82% {
    top: 36%;
  }
  100% {
    top: 30%;
  }
}
@keyframes round4 {
  0% {
    top: 30%;
  }
  38% {
    top: 12%;
  }
  82% {
    top: 36%;
  }
  100% {
    top: 30%;
  }
}
@-webkit-keyframes round5 {
  0% {
    top: 27%;
  }
  15% {
    top: 32%;
  }
  65% {
    top: 16%;
  }
  100% {
    top: 27%;
  }
}
@keyframes round5 {
  0% {
    top: 16%;
  }
  6% {
    top: 12%;
  }
  60% {
    top: 34%;
  }
  100% {
    top: 16%;
  }
}
@-webkit-keyframes round6 {
  0% {
    top: 33%;
  }
  50% {
    top: 20%;
  }
  100% {
    top: 33%;
  }
}
@keyframes round6 {
  0% {
    top: 20%;
  }
  36% {
    top: 34%;
  }
  76% {
    top: 12%;
  }
  100% {
    top: 20%;
  }
}
@-webkit-keyframes round7 {
  0% {
    top: 16%;
  }
  50% {
    top: 32%;
  }
  100% {
    top: 16%;
  }
}
@keyframes round7 {
  0% {
    top: 32%;
  }
  4% {
    top: 35%;
  }
  52% {
    top: 12%;
  }
  100% {
    top: 32%;
  }
}
.lc .lc_con .lc_list .hd {
  width: 340px;
  float: left;
  padding: 0 33px;
}
.lc .lc_con .lc_list .hd ul li {
  width: 288px;
  height: 158px;
  border: 5px #7ec8f7 solid;
  margin-bottom: 24px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.lc .lc_con .lc_list .hd ul li img {
  width: 100%;
  height: 100%;
}
.lc .lc_con .lc_list .hd ul li.on {
  border-color: #3bb7ff;
}
.lc .lc_con .lc_list .ysR {
  float: right;
  width: 784px;
  padding-top: 40px;
}
.lc .lc_con .lc_list .ysTit {
  line-height: 1;
}
.lc .lc_con .lc_list .ysTit h3 {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.lc .lc_con .lc_list .ysTit .line {
  margin-top: 13px;
  width: 73px;
  height: 3px;
  background-color: #ffffff;
}
.lc .lc_con .lc_list .ysTit h4 {
  line-height: 1;
  margin-top: 17px;
  letter-spacing: 11px;
  color: #d3f1ff;
}
.lc .lc_con .lc_list .bd {
  margin-top: 40px;
}
.lc .lc_con .lc_list .bd ul li .pic {
  width: 784px;
  height: 397px;
}
.lc .lc_con .lc_list .bd ul li .pic img {
  display: block;
  width: 784px;
  height: 397px;
}
.lc .lc_con .lc_list .bd ul li .cont {
  margin-top: 24px;
  color: #ffffff;
  position: relative;
}
.lc .lc_con .lc_list .bd ul li .cont h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  background: url(../images/ysico1.png) 0 center no-repeat;
  padding-left: 40px;
}
.lc .lc_con .lc_list .bd ul li .cont p {
  line-height: 30px;
  margin-top: 13px;
}
.lc .lc_con .lc_list .page {
  text-align: right;
  margin-top: 18px;
  font-size: 0;
}
.lc .lc_con .lc_list .page .prev {
  display: inline-block;
  background: url(../images/ysl.png) center center no-repeat;
  border-radius: 5px 0 0 5px;
  border: solid 1px #d2eeff;
  width: 50px;
  height: 30px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.lc .lc_con .lc_list .page .next {
  display: inline-block;
  background: url(../images/ysr.png) center center no-repeat;
  width: 50px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.fw {
  width: 100%;
  margin-top: 80px;
}
.fw .fw_main .title1 > span {
  background: url(../images/fw_tit.png) center no-repeat;
}
.fw .fw_main .fw_con {
  width: 100%;
  height: 492px;
  background: url(../images/fw_bg.jpg) center no-repeat;
  border-radius: 20px;
  padding: 67px 50px 0 58px;
  box-sizing: border-box;
  margin-top: 38px;
}
.fw .fw_main .fw_con .fw_list ul li {
  margin-bottom: 50px;
}
.fw .fw_main .fw_con .fw_list ul li > h3 {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px 0px 10px 0px;
  background-image: linear-gradient(90deg, #30a2b6 0%, #2e5ad6 100%);
  text-align: center;
  margin-bottom: 20px;
}
.fw .fw_main .fw_con .fw_list ul li > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}
.fw .fw_main .fw_con .fw_list ul li > h4 span {
  margin-right: 10px;
}
.ys {
  width: 100%;
  height: auto;
  background: url(../images/ys_bg.jpg) center top no-repeat;
  padding-top: 45px;
  box-sizing: border-box;
  margin-top: 38px;
}
.ys .ys_main .title1 > span {
  background: url(../images/ys_tit.png) center no-repeat;
}
.ys .ys_main .title1 > h3,
.ys .ys_main .title1 > h4 {
  color: #fff;
}
.ys .ys_main .inform {
  width: 100%;
  margin: 42px 0 40px;
}
.ys .ys_main .inform .in_tit {
  width: 61px;
  height: 63px;
  margin-right: 30px;
  background: url(../images/in_tit.png) center no-repeat;
}
.ys .ys_main .inform input {
  padding: 0 20px 0 40px;
  color: #fff;
}
.ys .ys_main .inform input::placeholder {
  color: #ffffff;
}
.ys .ys_main .inform input:focus::placeholder {
  color: transparent;
}
.ys .ys_main .inform > input {
  float: left;
  width: 150px;
  height: 37px;
  box-sizing: border-box;
  margin-top: 12px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  margin-right: 40px;
}
.ys .ys_main .inform #userName {
  background: url(../images/in1.png) 7px center no-repeat;
}
.ys .ys_main .inform #userPhone {
  width: 230px;
  background: url(../images/in2.png) 7px center no-repeat;
}
.ys .ys_main .inform #content {
  width: 260px;
  background: url(../images/in3.png) 7px center no-repeat;
}
.ys .ys_main .inform #kcode {
  margin-right: 5px;
  width: 120px;
  background: url(../images/in4.png) 7px center no-repeat;
}
.ys .ys_main .inform > img {
  float: left;
  width: 90px;
  height: 36px;
  cursor: pointer;
  margin-top: 12px;
}
.ys .ys_main .inform > button {
  width: 80px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #215fb9;
  margin-top: 12px;
}
.ys .ys_main .ys_con {
  width: 100%;
  height: 500px;
  background: url(../images/ys_con.jpg) center no-repeat;
  border-radius: 20px;
  padding: 60px 80px 0 60px;
  box-sizing: border-box;
  position: relative;
}
.ys .ys_main .ys_con .ys_tab {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.ys .ys_main .ys_con .ys_tab ul {
  width: 100%;
}
.ys .ys_main .ys_con .ys_tab ul li {
  width: 100%;
  height: 380px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_v {
  width: 500px;
  height: 380px;
  border-radius: 60px 0px 60px 0px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_v > img {
  width: 100%;
  height: 100%;
  border-radius: 60px 0px 60px 0px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt {
  width: 500px;
  text-align: center;
  margin-top: 178px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #444444;
  margin-bottom: 30px;
}
.ys .ys_main .ys_con .ys_tab ul li .ys_txt > h4 {
  font-size: 16px;
  line-height: 16px;
  color: #555555;
}
.ys .ys_main .ys_con .ys_menu {
  position: absolute;
  top: 60px;
  right: 0;
}
.ys .ys_main .ys_con .ys_menu ul li {
  float: left;
  width: 110px;
  height: 110px;
  z-index: 1;
  position: relative;
  margin-right: 80px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.ys .ys_main .ys_con .ys_menu ul li .ys_ico {
  width: 100%;
  height: 51px;
}
.ys .ys_main .ys_con .ys_menu ul li > h3 {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 13px;
}
.ys .ys_main .ys_con .ys_menu ul li.on::after {
  transform: scale(1);
}
.ys .ys_main .ys_con .ys_menu ul li.on::before {
  transform: scale(0);
}
.ys .ys_main .ys_con .ys_menu ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/ys_item11.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/ys_item22.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(1) .ys_ico {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(2) .ys_ico {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu ul li:nth-child(3) .ys_ico {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_tell {
  position: absolute;
  bottom: 84px;
  right: 204px;
}
.ys .ys_main .ys_con .ys_tell > span {
  font-size: 30px;
  font-family: "simsun";
  line-height: 30px;
  color: #444444;
}
.ys .ys_main .ys_con .ys_tell > a {
  width: 110px;
  height: 32px;
  line-height: 32px;
  background-image: linear-gradient(90deg, #30a2b6 0%, #2e5ad6 100%);
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  margin-left: 20px;
}
.ys .ys_main .ys_con .ys_tell > a > span {
  margin: 0 0 0 5px;
}
.case {
  width: 100%;
  margin-top: 80px;
}
.case .case_main .case_view {
  margin-top: 30px;
  position: relative;
  height: 394px;
}
.case .case_main .case_view ul li {
  float: left;
  width: 366px;
  height: 394px;
  margin-right: 50px;
}
.case .case_main .case_view ul li:hover .case_txt {
  border-bottom: 1px solid transparent;
}
.case .case_main .case_view ul li:hover .case_txt::after {
  width: 100%;
}
.case .case_main .case_view ul li:hover .case_txt > h3 > a {
  color: #215eb9;
  transform: translate(5px);
}
.case .case_main .case_view ul li > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #cccccc;
  margin-bottom: 20px;
}
.case .case_main .case_view ul li > a {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 20px 0px 20px 0px;
}
.case .case_main .case_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 20px 0px;
}
.case .case_main .case_view ul li .case_txt {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
}
.case .case_main .case_view ul li .case_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #215eb9;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view ul li .case_txt > h3 {
  width: 100%;
}
.case .case_main .case_view ul li .case_txt > h3 > a {
  width: 70%;
  font-size: 16px;
  line-height: 16px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_view ul li .case_txt > h3 > span {
  font-size: 14px;
  color: #555555;
  line-height: 16px;
}
.case .case_main .case_view ul li .case_txt > h3 > span > a {
  color: #555555;
  line-height: 16px;
}
.case .case_main .case_view ul li .case_txt > h3 > span > a:hover {
  color: #215eb9;
}
.case .case_main .case_view ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
}
.case .case_main .case_view .case_p,
.case .case_main .case_view .case_n {
  position: absolute;
  top: 170px;
  width: 27px;
  height: 50px;
  cursor: pointer;
}
.case .case_main .case_view .case_p {
  left: -86px;
  background: url(../images/case_p.png) center no-repeat;
}
.case .case_main .case_view .case_n {
  right: -86px;
  background: url(../images/case_n.png) center no-repeat;
}
.about {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.about .ab_main .ab_con {
  width: 100%;
  margin-top: 40px;
}
.about .ab_main .ab_con .ab_v {
  width: 600px;
  height: 582px;
  position: relative;
}
.about .ab_main .ab_con .ab_v > img {
  position: absolute;
  right: 0;
  top: 0;
}
.about .ab_main .ab_con .ab_txt {
  width: 540px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  width: 331px;
  height: 57px;
  background-color: #215eb9;
  border-radius: 0px 6px 6px 0px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 57px;
  padding-left: 50px;
  margin: 45px 0 30px;
}
.about .ab_main .ab_con .ab_txt > h3::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 27px;
  margin-right: 20px;
}
.about .ab_main .ab_con .ab_txt > h5 {
  width: 100%;
  font-size: 15px;
  line-height: 32px;
  color: #555555;
  height: 96px;
  overflow: hidden;
  margin-bottom: 50px;
}
.about .ab_main .ab_con .ab_txt .ab_links {
  width: 100%;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item {
  width: 251px;
  height: 101px;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 20px 0 0 22px;
  box-sizing: border-box;
  margin: 0 38px 40px 0;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:hover > a {
  transform: scale(1.05);
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item .ab_num {
  position: relative;
  width: 66px;
  height: 53px;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 53px;
  color: #555555;
  margin-right: 26px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item .ab_num > span {
  position: absolute;
  font-size: 72px;
  line-height: 53px;
  font-family: Arial;
  font-weight: bold;
  color: #e8eef7;
  z-index: -1;
  top: 0;
  left: 0;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(2n) {
  margin-right: 0;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(1) > a {
  background: url(../images/ab_ico1.png) center no-repeat #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(1):hover > a {
  background: url(../images/ab_ico1.png) center no-repeat #215eb9;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(2) > a {
  background: url(../images/ab_ico2.png) center no-repeat #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(2):hover > a {
  background: url(../images/ab_ico2.png) center no-repeat #215eb9;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(3) > a {
  background: url(../images/ab_ico3.png) center no-repeat #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(3):hover > a {
  background: url(../images/ab_ico3.png) center no-repeat #215eb9;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(4) > a {
  background: url(../images/ab_ico4.png) center no-repeat #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(4):hover > a {
  background: url(../images/ab_ico4.png) center no-repeat #215eb9;
}
.news {
  width: 100%;
  margin-top: 80px;
}
.news .news_main .news_con .news_menu {
  margin-top: 42px;
}
.news .news_main .news_con .news_menu ul {
  text-align: center;
}
.news .news_main .news_con .news_menu ul li {
  display: inline-block;
  vertical-align: middle;
  width: 101px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  margin: 0 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.news .news_main .news_con .news_menu ul li.on::after {
  width: 100%;
}
.news .news_main .news_con .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_con .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #215eb9;
  border-radius: 4px;
}
.news .news_main .news_con .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #444444;
}
.news .news_main .news_con .news_tab {
  margin-top: 30px;
}
.news .news_main .news_con .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_l {
  width: 570px;
  height: 400px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_l > a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r {
  width: 570px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li {
  width: 100%;
  height: 200px;
  padding: 53px 20px 0 30px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li:hover .news_txt > a {
  color: #215eb9;
  transform: translate(5px);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_txt {
  width: 366px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_txt > a {
  display: block;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  position: relative;
  margin-bottom: 25px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_txt > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #215fb9;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #777777;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_time {
  width: 115px;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  height: 61px;
  padding-left: 45px;
  margin-top: 20px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_time > p {
  font-size: 24px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 25px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_top .news_r ul li .news_time > span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #777777;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li {
  float: left;
  width: 573px;
  line-height: 70px;
  border-bottom: 1px solid #dcdcdc;
  height: 72px;
  box-sizing: border-box;
  margin-right: 54px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li:hover > a {
  color: #215eb9;
  transform: translate(5px);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li:hover > a::after {
  transform: rotateY(360deg);
  background: #215eb9;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li > a {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: #555555;
  left: 0;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li > span {
  font-size: 15px;
  color: #999999;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_txt ul li:nth-child(2n) {
  margin-right: 0px;
}
.links {
  width: 100%;
  margin: 60px 0;
}
.links .link_main .link_tit {
  width: 86px;
  height: 37px;
  background: url(../images/link_ico.png) center no-repeat;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  box-sizing: border-box;
  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: 37px;
  color: #555555;
  margin: 0 10px;
  padding: 0 10px;
}
.links .link_main .link_list > a:hover {
  color: #215eb9;
  transform: translate(5px);
}
