/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.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;
  width: 7px;
  height: 7px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.banner .osSlider-main .slider-nav li::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.banner .osSlider-main .slider-nav li.active {
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active::after {
  opacity: 1;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0086ee;
  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: #0086ee;
  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: #0086ee;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
.img_white {
  overflow: hidden;
}
.img_white::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.img_white:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.img_save {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: left;
  width: 1300px;
  margin: 0 auto;
}
.title1 > h3 {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 3px;
  background-color: #0086ee;
  margin-right: 10px;
}
.title1 > i {
  display: block;
  width: 63px;
  height: 3px;
  background-color: #0086ee;
  margin-top: 16px;
  margin-left: 36px;
}
.block {
  width: 100%;
  height: 1650px;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.block .block_main {
  position: relative;
  z-index: 1;
}
.block .block_main::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 198px;
  background-color: #0086ee;
  right: 133px;
  z-index: -1;
  top: -66px;
}
.block .block_main .about .pro_fl {
  width: 270px;
}
.block .block_main .about .pro_fl > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.block .block_main .about .pro_fl > h3 a {
  color: #333333;
}
.block .block_main .about .pro_fl > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 3px;
  background-color: #0086ee;
  margin-right: 12px;
}
.block .block_main .about .pro_fl > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #0086ee;
  border-radius: 50%;
  margin: 0 5px;
}
.block .block_main .about .pro_fl .fl_list {
  width: 100%;
  height: auto;
  background-color: #0086ee;
  border-radius: 0px 20px 0px 20px;
  padding: 34px 0;
  box-sizing: border-box;
  margin-top: 35px;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item {
  width: 100%;
  margin-bottom: 20px;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item > h3 {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid rgba(198, 230, 255, 0.5);
  box-sizing: border-box;
  line-height: 44px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item > h3.on {
  font-weight: bold;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item > h3.on > a::after {
  background: url(../images/fl_ico2.png) center no-repeat;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fefeff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 90px;
  box-sizing: border-box;
  position: relative;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item > h3 > a::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 9px;
  background: url(../images/fl_ico1.png) center no-repeat;
  bottom: 17px;
  left: 40px;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item ul li {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px rgba(247, 250, 255, 0.2);
  box-sizing: border-box;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item ul li:hover > a {
  color: #fff;
  transform: translate(5px);
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 49px;
  font-size: 14px;
  color: #f7faff;
  padding-left: 90px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.block .block_main .about .pro_fl .fl_list .fl_box .fl_item ul li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #c6e6ff;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 50px;
  top: 26px;
}
.block .block_main .about .pro_fl .fl_list > a {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid rgba(198, 230, 255, 0.5);
  box-sizing: border-box;
  line-height: 44px;
  font-size: 16px;
  color: #fefeff;
  padding-left: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.block .block_main .about .pro_fl .fl_list > a::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 9px;
  left: 40px;
  bottom: 17px;
  background: url(../images/fl_ico1.png) center no-repeat;
}
.block .block_main .about .pro_fl .fl_list .fl_zx {
  width: 170px;
  height: 46px;
  background-color: #dcf0ff;
  border-radius: 22px;
  margin: 35px auto 0;
  line-height: 46px;
}
.block .block_main .about .pro_fl .fl_list .fl_zx > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  padding-left: 67px;
  box-sizing: border-box;
  position: relative;
  line-height: 46px;
  font-size: 16px;
  color: #333333;
}
.block .block_main .about .pro_fl .fl_list .fl_zx > a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/pro_qq.png) center no-repeat;
  top: 13px;
  left: 35px;
}
.block .block_main .about .ab_con {
  width: 1202px;
  position: relative;
}
.block .block_main .about .ab_con .ab_honer {
  position: absolute;
  width: 200px;
  height: 277px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 10px #0086ee;
  box-sizing: border-box;
  top: 285px;
  left: 602px;
}
.block .block_main .about .ab_con .ab_honer > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block .block_main .about .ab_con .ab_honer > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.block .block_main .about .ab_con .ab_txt {
  width: 573px;
}
.block .block_main .about .ab_con .ab_txt > h4 {
  width: 611px;
  height: 56px;
  margin-bottom: 9px;
  background: url(../images/ab_tit.png) center no-repeat;
}
.block .block_main .about .ab_con .ab_txt > h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
  color: #201d20;
  margin-bottom: 40px;
}
.block .block_main .about .ab_con .ab_txt > span {
  display: block;
  width: 75px;
  height: 2px;
  background-color: #0086ee;
  margin-bottom: 44px;
}
.block .block_main .about .ab_con .ab_txt > h5 {
  width: 100%;
  font-size: 15px;
  line-height: 48px;
  color: #666666;
  height: 192px;
  overflow: hidden;
}
.block .block_main .about .ab_con .ab_txt > a {
  display: block;
  width: 160px;
  height: 45px;
  background-color: #0086ee;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 65px;
}
.block .block_main .about .ab_con .ab_txt .ab_links {
  width: 100%;
  margin-top: 58px;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item {
  position: relative;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #dddddd;
  left: 222px;
  top: 9px;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item:hover > i::after {
  animation: 1.5s infinite jello;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item > i {
  width: 52px;
  height: 52px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item > i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item > a {
  margin: 7px 0 0 12px;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item > a > span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 12px;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item > a > i {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item:nth-child(1) > i::after {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item:nth-child(2) {
  margin-left: 90px;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item:nth-child(2)::after {
  display: none;
}
.block .block_main .about .ab_con .ab_txt .ab_links .ab_item:nth-child(2) > i::after {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.block .block_main .about .ab_con .ab_v {
  width: 522px;
  height: 400px;
}
.block .block_main .about .ab_con .ab_v > img {
  width: 100%;
  height: 100%;
}
.block .pro_view {
  margin-top: 62px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2%;
}
.block .pro_view ul {
  width: 100%;
}
.block .pro_view ul li {
  float: left;
  width: 23.5%;
  margin: 0 2% 30px 0;
  height: 400px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 10px 13px 0;
}
.block .pro_view ul li:hover > a > img {
  transform: scale(1.05);
}
.block .pro_view ul li:hover .pro_txt > a {
  color: #0086ee;
}
.block .pro_view ul li:hover .pro_txt > a::before {
  background: url(../images/pro_ico2.png) center no-repeat;
  animation: 1.5s infinite jello;
}
.block .pro_view ul li:hover .pro_txt > a::after {
  background-color: #0086ee;
}
.block .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 322px;
  position: relative;
}
.block .pro_view ul li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.block .pro_view ul li .pro_txt {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 27px;
}
.block .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  position: relative;
  padding: 0 210px 0 10px;
  box-sizing: border-box;
}
.block .pro_view ul li .pro_txt > a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/pro_ico1.png) center no-repeat;
  top: 0;
  right: 8px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.block .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 152px;
  height: 1px;
  background-color: #dedede;
  right: 52px;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.block .pro_view ul li:nth-child(4n) {
  margin-right: 0;
}
.lc {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.lc .lc_main .lc_tit {
  width: 1300px;
  margin: 0 auto;
}
.lc .lc_main .lc_tit > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.lc .lc_main .lc_tit > h3 a {
  color: #333333;
}
.lc .lc_main .lc_tit > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 3px;
  background-color: #0086ee;
  margin-right: 10px;
}
.lc .lc_main .lc_tit > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #0086ee;
  border-radius: 50%;
  margin: 0 5px;
}
.lc .lc_main .lc_con {
  width: 100%;
  margin-top: 110px;
}
.lc .lc_main .lc_con ul li {
  float: left;
  width: 140px;
  height: 127px;
  background-color: #0086ee;
  border-radius: 3px;
  color: #ffffff;
  padding: 20px 0 0 12px;
  box-sizing: border-box;
  margin-right: 59px;
  position: relative;
}
.lc .lc_main .lc_con ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 63px;
  background: url(../images/lc_line.png) center no-repeat;
  left: 50%;
  transform: translate(-50%);
  top: -55px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.lc .lc_main .lc_con ul li:hover::after {
  background: url(../images/lc_line2.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:hover .lc_ico > span {
  animation: 1.5s infinite jello;
}
.lc .lc_main .lc_con ul li > span {
  font-size: 12px;
  font-family: Arial;
  width: 10px;
  line-height: 10px;
  writing-mode: tb-rl;
  color: #ffffff;
  opacity: 0.46;
}
.lc .lc_main .lc_con ul li .lc_ico {
  float: left;
  margin-left: 20px;
}
.lc .lc_main .lc_con ul li .lc_ico > span {
  display: block;
  width: 54px;
  height: 42px;
  margin: 0 auto;
}
.lc .lc_main .lc_con ul li .lc_ico > p {
  font-size: 18px;
  line-height: 18px;
  margin-top: 17px;
}
.lc .lc_main .lc_con ul li:nth-child(2n) {
  background-color: #e9e9e9;
}
.lc .lc_main .lc_con ul li:nth-child(2n) > span {
  color: rgba(146, 146, 146, 0.46);
}
.lc .lc_main .lc_con ul li:nth-child(2n) .lc_ico > p {
  color: #666666;
}
.lc .lc_main .lc_con ul li:nth-child(1) .lc_ico > span {
  background: url(../images/lc_ico1.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(2) .lc_ico > span {
  background: url(../images/lc_ico2.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(3) .lc_ico > span {
  background: url(../images/lc_ico3.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(4) .lc_ico > span {
  background: url(../images/lc_ico4.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(5) .lc_ico > span {
  background: url(../images/lc_ico5.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(6) .lc_ico > span {
  background: url(../images/lc_ico6.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(7) .lc_ico > span {
  background: url(../images/lc_ico7.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(8) .lc_ico > span {
  background: url(../images/lc_ico8.png) center no-repeat;
}
.lc .lc_main .lc_con ul li:nth-child(9) {
  margin-right: 0;
}
.lc .lc_main .lc_con ul li:nth-child(9) .lc_ico > span {
  background: url(../images/lc_ico9.png) center no-repeat;
}
.gg {
  width: 100%;
  height: 260px;
  margin-top: 70px;
  padding-top: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../images/gg_bg.jpg) center no-repeat;
}
.gg .gg_main {
  width: 1300px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.gg .gg_main > p {
  position: absolute;
  z-index: -1;
  font-size: 157px;
  font-weight: bold;
  line-height: 123px;
  color: #d9eeff;
  opacity: 0.05;
  top: -17px;
  left: 50px;
}
.gg .gg_main .gg_txt {
  margin-left: 112px;
}
.gg .gg_main .gg_txt > h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #d9eeff;
  margin-bottom: 33px;
  margin-left: 76px;
}
.gg .gg_main .gg_txt > h4 {
  font-size: 18px;
  line-height: 18px;
  color: #d9eeff;
}
.gg .gg_main .gg_tell {
  margin-top: 15px;
  margin-left: 210px;
}
.gg .gg_main .gg_tell > i {
  width: 50px;
  height: 50px;
  background-color: #d9eeff;
  border-radius: 50%;
  position: relative;
}
.gg .gg_main .gg_tell > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: url(../images/gg_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.gg .gg_main .gg_tell > span {
  line-height: 50px;
  font-size: 32px;
  margin-left: 32px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 3px;
  color: #d9eeff;
}
.honer {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.honer .honer_main .honer_view {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.honer .honer_main .honer_view ul li {
  float: left;
  width: 348px;
  margin-right: 114px;
}
.honer .honer_main .honer_view ul li:hover .honer_v > a > img {
  transform: scale(1.05);
}
.honer .honer_main .honer_view ul li:hover .honer_txt::after {
  width: 100%;
}
.honer .honer_main .honer_view ul li:hover .honer_txt > a {
  color: #0086ee;
}
.honer .honer_main .honer_view ul li .honer_v {
  width: 100%;
  height: 463px;
  padding: 38px;
  box-sizing: border-box;
  background: url(../images/honer_bg.png) center no-repeat;
}
.honer .honer_main .honer_view ul li .honer_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.honer .honer_main .honer_view ul li .honer_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.honer .honer_main .honer_view ul li .honer_txt {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  line-height: 55px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .honer_view ul li .honer_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #0086ee;
}
.honer .honer_main .honer_view ul li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.honer .honer_main .honer_view ul li .honer_txt > a::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 12px;
  background: url(../images/honer_ico.png) center no-repeat;
  right: 40px;
  bottom: 17px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  animation: 2s infinite myfirst2;
}
.ys {
  width: 100%;
  margin-top: 70px;
  padding-bottom: 60px;
  background: url(../images/ys_bg.jpg) center bottom no-repeat;
}
.ys .ys_main {
  width: 1300px;
  padding-left: 50px;
  box-sizing: border-box;
}
.ys .ys_main .ys_top {
  width: 100%;
}
.ys .ys_main .ys_top .ys_v {
  width: 546px;
  height: 460px;
  border-radius: 10px;
}
.ys .ys_main .ys_top .ys_v > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.ys .ys_main .ys_top .ys_tit {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 650px;
  padding-right: 50px;
  box-sizing: border-box;
}
.ys .ys_main .ys_top .ys_tit .ys_tell {
  width: 240px;
  height: 50px;
  background-color: #0086ee;
  border-radius: 24px;
  text-align: left;
  margin-top: 4px;
  margin-left: 277px;
}
.ys .ys_main .ys_top .ys_tit .ys_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../images/ys_tell.png) center no-repeat;
}
.ys .ys_main .ys_top .ys_tit .ys_tell span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
  margin-left: 30px;
}
.ys .ys_main .ys_top .ys_tit > p {
  position: absolute;
  width: 639px;
  height: 56px;
  z-index: -1;
  background: url(../images/ys_txt.png) center no-repeat;
  right: 0;
  top: 255px;
}
.ys .ys_main .ys_top .ys_tit > h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
  color: #201d20;
  margin-bottom: 48px;
  margin-top: 240px;
}
.ys .ys_main .ys_top .ys_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 20px;
}
.ys .ys_main .ys_top .ys_tit > h5 {
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #999999;
}
.ys .ys_main .ys_botm {
  width: 100%;
  margin-top: 80px;
}
.ys .ys_main .ys_botm ul li {
  float: left;
  width: 310px;
  margin-right: 86px;
}
.ys .ys_main .ys_botm ul li:hover > h3 > span {
  color: #fff;
  transform: rotateY(360deg);
  background: url(../images/ys_num2.png) center no-repeat;
}
.ys .ys_main .ys_botm ul li > h3 {
  font-size: 20px;
  color: #333333;
  line-height: 54px;
}
.ys .ys_main .ys_botm ul li > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  background: url(../images/ys_num1.png) center no-repeat;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  font-family: Arial;
  color: #444444;
  margin-right: 17px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_botm ul li > h3 > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: Arial;
  color: #0086ee;
  margin-left: 50px;
}
.ys .ys_main .ys_botm ul li > h3 > em {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #0086ee;
}
.ys .ys_main .ys_botm ul li > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin: 25px 0;
}
.ys .ys_main .ys_botm ul li > p {
  width: 100%;
  font-size: 15px;
  line-height: 42px;
  color: #666666;
}
.ys .ys_main .ys_botm ul li:nth-child(3n) {
  margin-right: 0;
}
.case {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.case .case_main .case_view {
  margin-top: 50px;
  position: relative;
  height: 360px;
  overflow: hidden;
}
.case .case_main .case_view:hover .case_p {
  left: 0;
}
.case .case_main .case_view:hover .case_n {
  right: 0;
}
.case .case_main .case_view ul li {
  float: left;
  width: 380px;
  height: 360px;
  position: relative;
  margin-right: 72px;
}
.case .case_main .case_view ul li:hover .case_v > a > img {
  transform: scale(1.05);
}
.case .case_main .case_view ul li:hover .case_txt {
  background: #0086ee;
}
.case .case_main .case_view ul li:hover .case_txt > a,
.case .case_main .case_view ul li:hover .case_txt > p {
  color: #fff;
}
.case .case_main .case_view ul li .case_v {
  width: 100%;
  height: 280px;
  border-radius: 5px 5px 0px 0px;
}
.case .case_main .case_view ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .case_main .case_view ul li .case_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view ul li > a {
  position: absolute;
  width: 36px;
  height: 26px;
  background: url(../images/case_ico1.png) center no-repeat;
  right: 18px;
  bottom: 27px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view ul li .case_txt {
  width: 100%;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 5px 5px;
  padding: 14px 70px 0 18px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view ul li .case_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_view ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view .case_p,
.case .case_main .case_view .case_n {
  position: absolute;
  width: 36px;
  height: 70px;
  top: 105px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.case .case_main .case_view .case_p {
  left: -50px;
  background: url(../images/case_p.png) center no-repeat rgba(9, 9, 9, 0.8);
}
.case .case_main .case_view .case_p:hover {
  background: url(../images/case_p.png) center no-repeat #0086ee;
}
.case .case_main .case_view .case_n {
  right: -50px;
  background: url(../images/case_n.png) center no-repeat rgba(9, 9, 9, 0.8);
}
.case .case_main .case_view .case_n:hover {
  background: url(../images/case_n.png) center no-repeat #0086ee;
}
.news {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.news::after {
  content: "";
  position: absolute;
  width: 592px;
  height: 1px;
  background-color: #e8e8e8;
  right: 0;
  top: 54px;
}
.news .news_main .news_tit .title1 {
  width: auto;
  margin-left: 218px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  margin-left: 70px;
}
.news .news_main .news_tit .news_menu ul li.on > a {
  color: #0086ee;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #545454;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.news .news_main .news_tit .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0086ee;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.news .news_main .news_tit .news_menu ul li > p {
  font-size: 12px;
  line-height: 12px;
  color: #858585;
}
.news .news_main .news_tab {
  width: 100%;
  margin-top: 65px;
}
.news .news_main .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_l {
  width: 834px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li {
  width: 100%;
  margin-bottom: 55px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li:hover > a {
  border-radius: 50px 0 50px 0;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li:hover > a > img {
  border-radius: 50px 0 50px 0;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li:hover .news_txt > a {
  color: #0086ee;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_l ul li > a {
  width: 322px;
  height: 208px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li .news_txt {
  width: 467px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #545454;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 22px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li .news_txt > i {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 24px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #858585;
  margin-bottom: 25px;
}
.news .news_main .news_tab .news_list .news_item .news_l ul li .news_txt > span {
  float: right;
  width: 124px;
  height: 36px;
  background-color: #0086ee;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
}
.news .news_main .news_tab .news_list .news_item .news_r {
  width: 862px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li {
  float: left;
  width: 415px;
  height: 100px;
  background-color: #f5f5f5;
  padding: 14px 25px 0 13px;
  box-sizing: border-box;
  margin: 0 32px 22px 0;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li:hover > a > span {
  color: #0086ee;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > a {
  display: block;
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > a > i {
  width: 32px;
  height: 32px;
  background-color: #0086ee;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > a > span {
  width: 315px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #858585;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > p {
  width: 100%;
  margin-top: 10px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > p > i {
  width: 32px;
  height: 32px;
  background-color: #dedede;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > p > span {
  width: 315px;
  line-height: 32px;
  font-size: 14px;
  color: #858585;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li:nth-child(2n) {
  margin-right: 0;
}
.links {
  width: 100%;
  background-color: #f8f8f8;
  padding: 45px 0;
}
.links .link_main {
  width: 1300px;
}
.links .link_main .link_tit {
  width: 164px;
  height: 46px;
  background: url(../images/link_tit.png) center no-repeat;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
  line-height: 20px;
}
.links .link_main .link_list {
  width: calc(1300px - 180px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
  padding: 0 10px;
  margin: 0 10px;
}
.links .link_main .link_list > a:hover {
  color: #0086ee;
  transform: translate(5px);
}
