/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 750px;
}
.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: 40px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: all 0.5s linear;
}
.banner .osSlider-main .slider-nav li.active {
  width: 30px;
  background: #2b90f0;
  color: #fff;
  border-radius: 6px;
}
.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: #2b90f0;
  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: #2b90f0;
  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: #2b90f0;
  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;
}
.title1 > h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
  position: relative;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 3px;
  background-color: #333333;
  margin-left: 9px;
}
.title1 > p {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}
.title1 > p span {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 2px;
  background-color: #2d328b;
  margin-left: 20px;
}
.title1 > span {
  position: absolute;
  top: 0;
}
.pro {
  width: 100%;
  position: relative;
  z-index: 2;
}
.pro .pro_main .pro_fl {
  width: 100%;
}
.pro .pro_main .pro_fl .fl_list {
  max-width: 900px;
}
.pro .pro_main .pro_fl .fl_list ul li {
  float: left;
  width: 100px;
}
.pro .pro_main .pro_fl .fl_list ul li > span {
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/fl_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transform: scale(0);
}
.pro .pro_main .pro_fl .fl_list ul li > span > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_fl .fl_list ul li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin: 13px 0 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_fl .fl_list ul li > i {
  display: block;
  width: 0;
  height: 1px;
  background-color: #2b90f0;
  margin: 0 auto;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_fl .fl_list ul li:hover > span {
  transform: scale(1);
}
.pro .pro_main .pro_fl .fl_list ul li:hover > a {
  color: #2b90f0;
}
.pro .pro_main .pro_fl .fl_list ul li:hover > i {
  width: 13px;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 40px;
}
.pro .pro_main .pro_view ul li {
  float: left;
  width: 408px;
  margin: 0 25px 24px 0;
}
.pro .pro_main .pro_view ul li > span {
  font-size: 12px;
  font-family: Arial;
  color: #999999;
  writing-mode: tb-rl;
  width: 12px;
  line-height: 12px;
}
.pro .pro_main .pro_view ul li .pro_r {
  width: 377px;
}
.pro .pro_main .pro_view ul li .pro_r .pro_v {
  width: 100%;
  height: 274px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.pro .pro_main .pro_view ul li .pro_r .pro_v .hover > p {
  text-align: center;
  margin-top: 110px;
  font-size: 24px;
  font-family: Arial;
  color: #acd4fa;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
.pro .pro_main .pro_view ul li .pro_r .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_view ul li .pro_r .pro_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_view ul li .pro_r .pro_txt {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}
.pro .pro_main .pro_view ul li .pro_r .pro_txt > a {
  display: block;
  width: 100%;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}
.pro .pro_main .pro_view ul li .pro_r .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/pro_ico1.png) center no-repeat;
}
.pro .pro_main .pro_view ul li:hover .pro_r .pro_v .hover > p {
  opacity: 1;
}
.pro .pro_main .pro_view ul li:hover .pro_r .pro_v .hover::after {
  opacity: 1;
  -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
  clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
}
.pro .pro_main .pro_view ul li:hover .pro_r .pro_txt > a {
  color: #2b90f0;
}
.pro .pro_main .pro_view ul li:hover .pro_r .pro_txt > a::after {
  background: url(../images/pro_ico2.png) center no-repeat;
}
.pro .pro_main .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 420px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  box-sizing: border-box;
}
.gg::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 445px;
  background: url(../images/gg_bg.jpg) center no-repeat;
  bottom: 0;
  left: 0;
}
.gg .gg_main .gg_txt {
  color: #ffffff;
  margin-left: 30px;
}
.gg .gg_main .gg_txt > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
}
.gg .gg_main .gg_txt > span {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #ffffff;
  margin: 34px 0 28px;
}
.gg .gg_main .gg_txt > h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 27px;
}
.gg .gg_main .gg_txt > h5 {
  font-size: 18px;
  line-height: 18px;
}
.gg .gg_main .gg_tell {
  margin-top: 62px;
  margin-right: 124px;
}
.gg .gg_main .gg_tell > i {
  width: 60px;
  height: 53px;
  background: url(../images/gg_tell.png) center no-repeat;
}
.gg .gg_main .gg_tell .gg_num {
  margin-left: 13px;
}
.gg .gg_main .gg_tell .gg_num > p {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 18px;
}
.gg .gg_main .gg_tell .gg_num > h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
}
.worry {
  width: 100%;
  height: 544px;
  margin-top: 85px;
  position: relative;
  z-index: 2;
}
.worry .worry_main {
  position: relative;
}
.worry .worry_main .worry_l {
  width: 544px;
  position: relative;
  height: 544px;
}
.worry .worry_main .worry_l .wory_t {
  position: absolute;
  width: 370px;
  height: 172px;
  background-color: #fafafa;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%);
  top: -55px;
  padding: 30px 0 0 62px;
  box-sizing: border-box;
}
.worry .worry_main .worry_l .wory_t > p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.worry .worry_main .worry_l .wory_v {
  width: 100%;
  border-radius: 50%;
  height: 544px;
}
.worry .worry_main .worry_l .wory_v > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.worry .worry_main .woey_r .wory_t > h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.worry .worry_main .wory_tt {
  position: absolute;
  width: 357px;
  height: 357px;
  border-radius: 50%;
  background: url(../images/wory_t.png) center no-repeat;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  color: #ffffff;
  left: 50%;
  transform: translate(-50%);
  top: 97px;
}
.worry .worry_main .wory_tt > span {
  writing-mode: tb-rl;
  font-size: 36px;
  width: 36px;
  line-height: 36px;
  margin: 65px 12px 0 110px;
}
.worry .worry_main .wory_tt > i {
  font-size: 50px;
  width: 50px;
  line-height: 50px;
  margin-right: 32px;
  writing-mode: tb-rl;
  letter-spacing: 2px;
}
.worry .worry_main .wory_tt > p {
  writing-mode: tb-rl;
  font-size: 28px;
  margin-top: 88px;
  width: 28px;
  line-height: 28px;
  color: #62abee;
}
.ys {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 640px;
  padding-top: 197px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
  margin-top: -20px;
}
.ys .ys_main {
  position: relative;
}
.ys .ys_main .ys_tit {
  position: absolute;
  top: 0;
  left: 0;
}
.ys .ys_main .ys_tit > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.ys .ys_main .ys_tit > span {
  display: block;
  width: 76px;
  height: 2px;
  background-color: #2b90f0;
  margin: 22px 0 32px;
}
.ys .ys_main .ys_tab {
  width: 100%;
  height: 220px;
}
.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 {
  margin-top: 80px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h4 {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 25px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h4 > span {
  font-family: Arial;
  display: inline;
  vertical-align: middle;
}
.ys .ys_main .ys_tab ul li .ys_txt > p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.ys .ys_main .ys_tab ul li .ys_v {
  width: 650px;
  position: relative;
}
.ys .ys_main .ys_tab ul li .ys_v > img {
  position: absolute;
  left: 0;
  top: -196px;
}
.ys .ys_main .ys_menu {
  position: absolute;
  top: 312px;
  left: 333px;
}
.ys .ys_main .ys_menu ul li {
  float: left;
  width: 36px;
  height: 5px;
  background-color: #666666;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_menu ul li > span {
  position: absolute;
  width: 0;
  height: 39px;
  background: url(../images/ys_t.png) center no-repeat;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  left: 0;
  top: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.ys .ys_main .ys_menu ul li.on {
  height: 2px;
  background: #2b90f0;
}
.ys .ys_main .ys_menu ul li.on > span {
  width: 191px;
}
.ys .ys_main > a {
  position: absolute;
  width: 105px;
  height: 30px;
  background-color: #2b90f0;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  left: 0;
  top: 250px;
}
.case {
  width: 100%;
  margin-top: 40px;
}
.case .case_main .case_tit {
  text-align: center;
}
.case .case_main .case_tit > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.case .case_main .case_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.case .case_main .case_con {
  margin-top: 56px;
  width: 100%;
  position: relative;
}
.case .case_main .case_con .case_tab {
  width: 100%;
  height: 436px;
  overflow: hidden;
}
.case .case_main .case_con .case_tab ul li {
  width: 100%;
}
.case .case_main .case_con .case_tab ul li:hover .case_v {
  border: solid 1px #2b90f0;
  box-shadow: 0 0 10px rgba(43, 144, 240, 0.1);
}
.case .case_main .case_con .case_tab ul li:hover .case_v > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_tab ul li:hover .case_txt > h3 > a {
  color: #2b90f0;
  padding-left: 5px;
}
.case .case_main .case_con .case_tab ul li .case_v {
  width: 594px;
  height: 436px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 10px 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_tab ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .case_tab ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.2);
}
.case .case_main .case_con .case_tab ul li .case_txt {
  width: 653px;
  margin-top: 2px;
}
.case .case_main .case_con .case_tab ul li .case_txt > h3 {
  width: 100%;
  height: 20px;
  line-height: 22px;
}
.case .case_main .case_con .case_tab ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.case .case_main .case_con .case_tab ul li .case_txt > p {
  width: 439px;
  font-size: 14px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  color: #aeaeae;
  margin: 30px 0 5px;
}
.case .case_main .case_con .case_tab ul li .case_txt > a {
  float: right;
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #999999;
}
.case .case_main .case_con .case_tab ul li .case_txt > span {
  display: block;
  width: 554px;
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 44px;
}
.case .case_main .case_con .case_hd {
  position: absolute;
  right: 0;
  bottom: 0;
}
.case .case_main .case_con .case_hd ul li {
  float: left;
  width: 220px;
  margin-right: 8px;
}
.case .case_main .case_con .case_hd ul li.on .case_v {
  border: solid 1px #2b90f0;
  box-shadow: 0 0 10px rgba(43, 144, 240, 0.1);
}
.case .case_main .case_con .case_hd ul li.on .case_v > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_hd ul li.on .case_txt > a {
  color: #2b90f0;
}
.case .case_main .case_con .case_hd ul li .case_v {
  width: 100%;
  height: 160px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 2px 3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_hd ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .case_hd ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.case .case_main .case_con .case_hd ul li .case_txt {
  text-align: center;
  margin-top: 20px;
}
.case .case_main .case_con .case_hd ul li .case_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.case .case_main .case_con .case_hd ul li:nth-last-child(1) {
  margin-right: 0;
}
.lc {
  width: 100%;
  height: 456px;
  margin-top: 10px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(../images/lc_bg.jpg) center no-repeat;
}
.lc .lc_main .lc_list {
  text-align: center;
}
.lc .lc_main .lc_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 43px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.lc .lc_main .lc_list ul li:hover {
  transform: scale(1.03);
}
.lc .lc_main .lc_list ul li:hover .lc_ico::after {
  animation: 1.5s infinite jello;
}
.lc .lc_main .lc_list ul li .lc_ico {
  width: 89px;
  height: 77px;
  margin: 0 auto;
  background: url(../images/lc_item.png) center no-repeat;
  position: relative;
}
.lc .lc_main .lc_list ul li .lc_ico::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lc .lc_main .lc_list ul li > h3 {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
}
.lc .lc_main .lc_list ul li:nth-child(1) .lc_ico::after {
  background: url(../images/lc_ico1.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(2) .lc_ico::after {
  background: url(../images/lc_ico2.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(3) .lc_ico::after {
  background: url(../images/lc_ico3.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(4) .lc_ico::after {
  background: url(../images/lc_ico4.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(5) .lc_ico::after {
  background: url(../images/lc_ico5.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(6) .lc_ico::after {
  background: url(../images/lc_ico6.png) center no-repeat;
}
.lc .lc_main .lc_list ul li:nth-child(7) .lc_ico::after {
  background: url(../images/lc_ico7.png) center no-repeat;
}
.lc .lc_main > a {
  display: block;
  width: 136px;
  height: 33px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 33px;
  box-sizing: border-box;
  margin: 50px auto 0;
  font-size: 14px;
  color: #ffffff;
}
.honer {
  width: 100%;
  margin-top: 40px;
}
.honer .honer_main .honer_v .honer_v_box {
  width: 600px;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-top: 53px;
}
.honer .honer_main .honer_v .honer_v_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 398px;
  height: 280px;
  border: solid 1px #e1e1e1;
  top: 65px;
  right: 9px;
}
.honer .honer_main .honer_v .honer_v_box .honer_v1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 304px;
  height: 436px;
}
.honer .honer_main .honer_v .honer_v_box .honer_v1 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.honer .honer_main .honer_v .honer_v_box .honer_v1 > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honer .honer_main .honer_v .honer_v_box .honer_v2 {
  position: absolute;
  width: 202px;
  height: 293px;
  bottom: 0;
  left: 260px;
}
.honer .honer_main .honer_v .honer_v_box .honer_v2 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.honer .honer_main .honer_v .honer_v_box .honer_v2 > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honer .honer_main .honer_v .honer_v_box > a {
  position: absolute;
  width: 144px;
  height: 46px;
  background-color: #e1e1e1;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #666666;
  top: 40px;
  right: 0;
}
.honer .honer_main .fc {
  width: 618px;
  height: 512px;
  overflow: hidden;
}
.honer .honer_main .fc > h3 {
  text-align: right;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
.honer .honer_main .fc .fc_menu {
  text-align: right;
  margin: 26px 0 38px;
}
.honer .honer_main .fc .fc_menu ul li {
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 14px;
  font-size: 16px;
  color: #999999;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.honer .honer_main .fc .fc_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 14px;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
  background: #2b90f0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .fc .fc_menu ul li.on {
  color: #fff;
}
.honer .honer_main .fc .fc_menu ul li.on::after {
  width: 100%;
}
.honer .honer_main .fc .fc_tab {
  width: 100%;
}
.honer .honer_main .fc .fc_tab .fc_list {
  width: 100%;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item {
  width: 100%;
  position: relative;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd {
  position: absolute;
  top: 122px;
  left: 62px;
  z-index: 1;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 194px;
  left: 50%;
  top: -63px;
  background: url(../images/fc_line.png) center no-repeat;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd li {
  width: 10px;
  height: 10px;
  border: solid 1px transparent;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  margin: 7px 0;
  cursor: pointer;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ececec;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd li.on {
  border: solid 1px #2b90f0;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_hd li.on::after {
  background: #2b90f0;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_num {
  position: absolute;
  width: 159px;
  height: 53px;
  background-color: #2b90f0;
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  left: 0;
  top: 290px;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_num .num1 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 36px;
  font-family: Arial;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_num > span {
  display: inline-block;
  vertical-align: bottom;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_num .num2,
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_num > span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-family: Arial;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view {
  width: 100%;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li {
  width: 100%;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li:hover .fc_txt > a {
  color: #2b90f0;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li:hover .fc_v > a > img {
  transform: scale(1);
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li .fc_txt {
  width: 120px;
  margin-top: 23px;
  text-align: center;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li .fc_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li .fc_v {
  width: 493px;
  height: 396px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li .fc_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.honer .honer_main .fc .fc_tab .fc_list .fc_item .fc_view ul li .fc_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.2);
}
.about {
  width: 100%;
  height: 638px;
  padding-top: 170px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_txt {
  color: #ffffff;
  width: 638px;
  position: relative;
}
.about .ab_main .ab_txt .ab_honer {
  position: absolute;
  width: 180px;
  height: 246px;
  border: solid 1px #acd2f6;
  box-sizing: border-box;
  padding: 4px;
  right: 0;
  top: 116px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_honer:hover {
  transform: scale(1.02);
}
.about .ab_main .ab_txt .ab_honer > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .ab_main .ab_txt .ab_honer > 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 > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
}
.about .ab_main .ab_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}
.about .ab_main .ab_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  margin: 19px 0 27px;
}
.about .ab_main .ab_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #acd2f6;
}
.about .ab_main .ab_txt > h5 {
  width: 400px;
  font-size: 14px;
  line-height: 35px;
  height: 140px;
  overflow: hidden;
  margin: 25px 0 30px;
}
.about .ab_main .ab_txt > a {
  display: block;
  width: 137px;
  border-bottom: 1px solid #c4def6;
  box-sizing: border-box;
  line-height: 32px;
  height: 33px;
  font-size: 14px;
  color: #c4def6;
  position: relative;
}
.about .ab_main .ab_txt > a i:nth-child(5) {
  margin-right: 3px;
}
.about .ab_main .ab_txt > a::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 8px;
  background: url(../images/ab_more.png) center no-repeat;
  right: 5px;
  top: 50%;
  margin-top: -4px;
  animation: 2s infinite myfirst2;
}
.about .ab_main .ab_v {
  width: 520px;
  height: 340px;
  border-radius: 5px;
  margin-top: 87px;
  position: relative;
  z-index: 1;
}
.about .ab_main .ab_v::after {
  content: "";
  position: absolute;
  width: 534px;
  height: 356px;
  background: url(../images/ab_s.png) center no-repeat;
  z-index: -1;
  top: -30px;
  left: 15px;
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.news {
  width: 100%;
  margin-top: 38px;
  height: 720px;
  overflow: hidden;
}
.news .news_main .news_tit {
  text-align: center;
}
.news .news_main .news_tit > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.news .news_main .news_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 40px;
}
.news .news_main .news_con .news_menu {
  width: 100%;
  text-align: center;
}
.news .news_main .news_con .news_menu ul li {
  display: inline-block;
  vertical-align: middle;
  width: 117px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 19px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.news .news_main .news_con .news_menu ul li.on .hover2::after {
  opacity: 1;
  border-radius: 19px;
  -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
  clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
}
.news .news_main .news_con .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_con .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
}
.news .news_main .news_con .news_tab {
  width: 100%;
  margin-top: 18px;
}
.news .news_main .news_con .news_tab ul li {
  float: left;
  width: 307px;
  margin: 0 24px 24px 0;
}
.news .news_main .news_con .news_tab ul li .news_v {
  width: 100%;
  height: 220px;
  border: solid 1px #e1e1e1;
  padding: 5px;
  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 ul li .news_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .news_main .news_con .news_tab ul li .news_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.05);
}
.news .news_main .news_con .news_tab ul li .news_txt {
  width: 100%;
  margin-top: 22px;
  font-size: 14px;
  line-height: 16px;
}
.news .news_main .news_con .news_tab ul li .news_txt > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
.news .news_main .news_con .news_tab ul li .news_txt > a::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 8px;
  background: url(../images/news_ico1.png) center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -3px;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab ul li:hover .news_v {
  box-shadow: 0 0 10px rgba(43, 144, 240, 0.1);
  border: solid 1px #2b90f0;
}
.news .news_main .news_con .news_tab ul li:hover .news_v > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_tab ul li:hover .news_txt > a {
  color: #2b90f0;
  padding: 0 50px 0 5px;
}
.news .news_main .news_con .news_tab ul li:hover .news_txt > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_con .news_tab ul li:nth-child(4n) {
  margin-right: 0;
}
.inform {
  width: 100%;
  height: 686px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .in_con {
  width: 100%;
}
.inform .in_main .in_con .in_tit > p {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #e4e4e4;
  margin-bottom: 12px;
}
.inform .in_main .in_con .in_tit > h3 {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
}
.inform .in_main .in_con .in_r {
  width: 636px;
}
.inform .in_main .in_con .in_r > input {
  float: left;
  width: 230px;
  height: 52px;
  border: solid 1px #dedede;
  font-size: 14px;
  color: #666666;
  padding: 0 20px 0 52px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.inform .in_main .in_con .in_r > input::placeholder {
  font-size: 14px;
  color: #666666;
}
.inform .in_main .in_con .in_r > input:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_con .in_r #userName {
  margin-right: 40px;
  background: url(../images/in1.png) 14px center no-repeat #f5f5f5;
}
.inform .in_main .in_con .in_r #userPhone {
  width: 366px;
  background: url(../images/in2.png) 14px center no-repeat #f5f5f5;
}
.inform .in_main .in_con .in_r textarea {
  display: block;
  width: 100%;
  height: 150px;
  background: url(../images/in3.png) 13px 15px no-repeat #f5f5f5;
  border: solid 1px #dedede;
  padding: 18px 50px;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.inform .in_main .in_con .in_r textarea::placeholder {
  font-size: 14px;
  color: #666666;
}
.inform .in_main .in_con .in_r textarea:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_con .in_r #kcode {
  width: 237px;
  background: url(../images/in4.png) 14px center no-repeat #f5f5f5;
}
.inform .in_main .in_con .in_r > img {
  float: left;
  cursor: pointer;
  width: 115px;
  height: 45px;
  margin: 2px 20px 0;
}
.inform .in_main .in_con .in_r > button {
  float: left;
  width: 143px;
  height: 49px;
  background-color: #2b90f0;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
.inform .in_main .links {
  width: 100%;
  margin-top: 100px;
}
.inform .in_main .links .link_tit {
  text-align: left;
  color: #ffffff;
}
.inform .in_main .links .link_tit > p {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 8px;
}
.inform .in_main .links .link_tit > h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.inform .in_main .links .link_tit > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.inform .in_main .links .link_list {
  width: calc(1300px - 200px);
  margin-top: 40px;
}
.inform .in_main .links .link_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 10px;
  margin: 0 10px;
}
.inform .in_main .links .link_list a:hover {
  transform: translate(5px);
}
