/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

.top_tab{
  width: 100%;
  height: 72px;
  overflow: hidden;
  
}
.top_tab ul li{
  width: 100%;
  height: 72px;
}
.top_tab ul li >img{
  display: block;
  width: 100%;
  
}
.banner {
  position: relative;
  height: 460px;
}
.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: 40px;
  height: 40px;
  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: 40px;
  height: 40px;
  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: 14px;
  width: 14px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  border: solid 1px #ffffff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #0eb29a;
  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: #0eb29a;
  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: #0eb29a;
  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: #0eb29a;
  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;
  text-align: center;
  position: relative;
}
.title1::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  line-height: 22px;
  color: #0eb29a;
  left: 483px;
  top: -10px;
}
.title1 > h4 {
  font-size: 26px;
  line-height: 26px;
  color: #cccccc;
  margin-bottom: 13px;
}
.title1 > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  background: url(../images/ab_line.png) center no-repeat;
}
.title1 > h3 a {
  color: #333333;
}
.ks {
  width: 100%;
  margin-top: 70px;
}
.ks .ks_main .ks_fl {
  width: 800px;
}
.ks .ks_main .ks_fl .ks_tit {
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/ks_line.png) center bottom no-repeat;
}
.ks .ks_main .ks_fl .ks_tit > h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.ks .ks_main .ks_fl .ks_tit > a {
  width: 28px;
  height: 28px;
  background: url(../images/ks_more.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list {
  width: 100%;
  margin-top: 40px;
}
.ks .ks_main .ks_fl .ks_fl_list ul li {
  float: left;
  width: 236px;
  height: 44px;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
  margin: 0 45px 30px 0;
  position: relative;
}
.ks .ks_main .ks_fl .ks_fl_list ul li::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 100%;
  border-left: solid 1px #e0e0e0;
  box-sizing: border-box;
  background: url(../images/ks_err1.png) center no-repeat;
  top: 0;
  right: 0;
}
.ks .ks_main .ks_fl .ks_fl_list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  position: relative;
  padding: 0 50px 0 67px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}
.ks .ks_main .ks_fl .ks_fl_list ul li > a::after,
.ks .ks_main .ks_fl .ks_fl_list ul li > a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 26px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ks .ks_main .ks_fl .ks_fl_list ul li > a::before {
  transform: scale(0);
}
.ks .ks_main .ks_fl .ks_fl_list ul li:hover .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%);
}
.ks .ks_main .ks_fl .ks_fl_list ul li:hover::after {
  background: url(../images/ks_err2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:hover > a {
  color: #fff;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:hover > a::after {
  transform: scale(0);
}
.ks .ks_main .ks_fl .ks_fl_list ul li:hover > a::before {
  transform: scale(1);
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(1) > a::after {
  background: url(../images/ks_ico1.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(1) > a::before {
  background: url(../images/ks_ico1-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(2) > a::after {
  background: url(../images/ks_ico2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(2) > a::before {
  background: url(../images/ks_ico2-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(3) > a::after {
  background: url(../images/ks_ico3.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(3) > a::before {
  background: url(../images/ks_ico3-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(4) > a::after {
  background: url(../images/ks_ico4.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(4) > a::before {
  background: url(../images/ks_ico4-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(5) > a::after {
  background: url(../images/ks_ico5.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(5) > a::before {
  background: url(../images/ks_ico5-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(6) > a::after {
  background: url(../images/ks_ico6.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(6) > a::before {
  background: url(../images/ks_ico6-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(7) > a::after {
  background: url(../images/ks_ico7.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(7) > a::before {
  background: url(../images/ks_ico7-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(8) > a::after {
  background: url(../images/ks_ico8.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(8) > a::before {
  background: url(../images/ks_ico8-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(9) > a::after {
  background: url(../images/ks_ico9.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(9) > a::before {
  background: url(../images/ks_ico9-2.png) center no-repeat;
}
.ks .ks_main .ks_fl .ks_fl_list ul li:nth-child(3n) {
  margin-right: 0;
}
.ks .ks_main .ks_v {
  width: 438px;
  height: 315px;
  position: relative;
  overflow: hidden;
}
.ks .ks_main .ks_v::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;
}
.ks .ks_main .ks_v: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%;
}
.ks .ks_main .ks_v > a {
  display: block;
  width: 100%;
  height: 100%;
}
.ks .ks_main .ks_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about {
  width: 100%;
  height: 761px;
  margin-top: 70px;
  padding-top: 135px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_con {
  width: 100%;
  margin-top: 50px;
}
.about .ab_main .ab_con .ab_v {
  width: 535px;
  height: 430px;
}
.about .ab_main .ab_con .ab_v > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_con .ab_txt {
  width: 685px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 50px 0 20px;
}
.about .ab_main .ab_con .ab_txt > h5 {
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  color: #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links {
  margin-top: 30px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_links_main {
  margin-top: 85px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_links_main > a {
  float: left;
  width: 130px;
  height: 52px;
  background-color: #0eb29a;
  border-radius: 26px 0px 0px 26px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_links_main > a:nth-child(1) {
  border-right: none;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_links_main > a:nth-child(2) {
  background-color: #ffffff;
  border-radius: 0px 26px 26px 0px;
  border: solid 1px #cccccc;
  font-size: 16px;
  color: #0eb29a;
  border-left: none;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_honer {
  width: 298px;
  height: 200px;
  padding: 19px 18px;
  box-sizing: border-box;
  background: url(../images/homer_bg.jpg) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_honer:hover {
  transform: scale(1.02);
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_honer > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_honer > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys {
  width: 100%;
  margin-top: 70px;
}
.ys .ys_main .ys_con {
  width: 100%;
  margin-top: 50px;
}
.ys .ys_main .ys_con .ys_item {
  float: left;
  width: 237px;
  margin-right: 20px;
}
.ys .ys_main .ys_con .ys_item:hover .ys_ico > span {
  animation: 1.5s infinite jello;
}
.ys .ys_main .ys_con .ys_item:hover .ys_ico > i {
  left: 5px;
}
.ys .ys_main .ys_con .ys_item:hover > h3 {
  transform: translateY(-5px);
}
.ys .ys_main .ys_con .ys_item:hover > p {
  transform: translateY(-5px) scale(1.02);
}
.ys .ys_main .ys_con .ys_item .ys_ico {
  width: 100%;
  height: 222px;
  position: relative;
  overflow: hidden;
  background: url(../images/ys_item.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item .ys_ico > span {
  display: block;
  width: 56px;
  height: 56px;
  margin: 70px 0 0 130px;
}
.ys .ys_main .ys_con .ys_item .ys_ico > i {
  position: absolute;
  width: 102px;
  height: 56px;
  left: 0px;
  bottom: 8px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_item > h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 4px;
  color: #0eb29a;
  margin: 40px 0 18px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_item > p {
  width: 100%;
  font-size: 15px;
  color: #444444;
  line-height: 27px;
  transition-delay: 0.2s;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_item:nth-child(1) .ys_ico > span {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(1) .ys_ico > i {
  background: url(../images/01.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(2) .ys_ico > span {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(2) .ys_ico > i {
  background: url(../images/02.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(3) .ys_ico > span {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(3) .ys_ico > i {
  background: url(../images/03.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(5) {
  margin-right: 0;
}
.ys .ys_main .ys_con .ys_item:nth-child(4) .ys_ico > span {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(4) .ys_ico > i {
  background: url(../images/04.png) center no-repeat;
}

.ys .ys_main .ys_con .ys_item:nth-child(5) .ys_ico > span {
  background: url(../images/ys_ico5.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_item:nth-child(5) .ys_ico > i {
  background: url(../images/05.png) center no-repeat;
}
.news {
  width: 100%;
  height: 677px;
  padding-top: 70px;
  box-sizing: border-box;
  margin: 70px 0 80px;
  background: url(../images/news_bg.jpg) center no-repeat;
  /* margin-bottom: 0; */
}
.news .news_main {
  width: 1340px;
  height: 537px;
  background-color: #ffffff;
  padding: 40px 30px 0;
  box-sizing: border-box;
}
.news .news_main .news_l .news_item {
  width: 480px;
  margin-right: 20px;
}
.news .news_main .news_l .news_item .news_tit {
  width: 100%;
  height: 44px;
  background-color: #f5f6f9;
}
.news .news_main .news_l .news_item .news_tit > h3 {
  width: 136px;
  height: 100%;
  background: #0eb29a;
  text-align: center;
  line-height: 44px;
  font-size: 26px;
  color: #ffffff;
}
.news .news_main .news_l .news_item .news_tit > a {
  width: 28px;
  height: 28px;
  background-color: #dbdbdc;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  color: #fefefe;
  margin-top: 8px;
  border-radius: 50%;
  margin-right: 12px;
}
.news .news_main .news_l .news_item .news_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .news_l .news_item .news_con {
  width: 100%;
  height: 414px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 20px 22px 0 10px;
}
.news .news_main .news_l .news_item .news_con .news_top {
  width: 100%;
}
.news .news_main .news_l .news_item .news_con .news_top:hover > a > img {
  transform: scale(1.05);
}
.news .news_main .news_l .news_item .news_con .news_top:hover .news_txt > a {
  color: #0eb29a;
  padding-left: 5px;
}
.news .news_main .news_l .news_item .news_con .news_top > a {
  width: 190px;
  height: 130px;
  overflow: hidden;
}
.news .news_main .news_l .news_item .news_con .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_l .news_item .news_con .news_top .news_txt {
  width: 245px;
}
.news .news_main .news_l .news_item .news_con .news_top .news_txt > a {
  display: block;
  width: 100%;
  margin: 20px 0 14px;
  font-size: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news .news_main .news_l .news_item .news_con .news_top .news_txt > span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.news .news_main .news_l .news_item .news_con .news_top .news_txt > p {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #666666;
  margin-top: 20px;
}
.news .news_main .news_l .news_item .news_con .news_list {
  width: 100%;
  margin-top: 11px;
}
.news .news_main .news_l .news_item .news_con .news_list ul {
  width: 100%;
}
.news .news_main .news_l .news_item .news_con .news_list ul li {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  line-height: 59px;
  border-bottom: dashed 1px #e0e0e0;
}
.news .news_main .news_l .news_item .news_con .news_list ul li > a {
  width: 70%;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 34px;
  box-sizing: border-box;
}
.news .news_main .news_l .news_item .news_con .news_list ul li > a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  background: url(../images/news_ico1.png) center no-repeat;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.news .news_main .news_l .news_item .news_con .news_list ul li > span {
  font-size: 12px;
  color: #999999;
}
.news .news_main .news_l .news_item .news_con .news_list ul li:hover > a {
  color: #0eb29a;
  padding-left: 40px;
}
.news .news_main .news_l .news_item .news_con .news_list ul li:hover > a::after {
  animation: 1.5s infinite jello;
}
.news .news_main .news_l .news_item .news_con .news_list ul li:nth-last-child(1) {
  border: none;
}
.news .news_main .inform {
  width: 270px;
  height: 457px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 22px 22px 0;
}
.news .news_main .inform > input {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #fafafa;
  padding: 0 10px;
  margin-bottom: 15px;
}
.news .news_main .inform textarea {
  display: block;
  width: 100%;
  height: 64px;
  background-color: #fafafa;
  padding: 14px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.news .news_main .inform .code_box {
  width: 100%;
  height: 42px;
  position: relative;
  margin-bottom: 15px;
}
.news .news_main .inform .code_box > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 120px 0 10px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.news .news_main .inform .code_box > img {
  position: absolute;
  width: 80px;
  height: 32px;
  top: 5px;
  right: 5px;
}
.news .news_main .inform > button {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #0eb29a;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}
.news .news_main .inform .in_links {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.news .news_main .inform .in_links > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.news .news_main .inform .in_links > a:hover > span {
  animation: 1.5s infinite jello;
}
.news .news_main .inform .in_links > a > span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.news .news_main .inform .in_links > a > i {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  margin-top: 18px;
}
.news .news_main .inform .in_links > a:nth-child(1) > span {
  background: url(../images/in1.png) center no-repeat;
}
.news .news_main .inform .in_links > a:nth-child(2) > span {
  background: url(../images/in2.png) center no-repeat;
}
.news .news_main .inform .in_links > a:nth-child(3) > span {
  background: url(../images/in3.png) center no-repeat;
}
.doc {
  width: 100%;
  height: 797px;
  /* display: none; */
}
.doc .doc_main .title1::after {
  left: 453px;
}
.doc .doc_main .doc_view {
  width: 100%;
  /* ---------------- */
  /* ---------------- */
}
.doc .doc_main .doc_view #certify {
  position: relative;
  width: 1150px;
  margin: 0 auto;
}
.doc .doc_main .doc_view #certify .swiper-container {
  width: 100%;
  padding: 95px 0;
}
.doc .doc_main .doc_view #certify .swiper-slide {
  border-radius: 50%;
  transform: scale(0.8);
  position: relative;
  padding-bottom: 170px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.doc .doc_main .doc_view #certify .swiper-slide.swiper-slide-active {
  transform: scale(1.4);
  margin-top: 50px;
  z-index: 2;
}
.doc .doc_main .doc_view #certify .swiper-slide.swiper-slide-active > a > img {
  border: solid 6px #0eb29a;
}
.doc .doc_main .doc_view #certify .swiper-slide.swiper-slide-active .doc_txt {
  width: 710px;
}
.doc .doc_main .doc_view #certify .swiper-slide img > a {
  display: block;
  width: 100%;
  height: 322px;
  box-sizing: border-box;
}
.doc .doc_main .doc_view #certify .swiper-slide img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: solid 6px transparent;
  box-sizing: border-box;
}
.doc .doc_main .doc_view #certify .swiper-button-prev {
  width: 15px;
  height: 29px;
  background: url(../images/doc_p.png) center no-repeat;
  cursor: pointer;
  left: -75px;
  top: 210px;
}
.doc .doc_main .doc_view #certify .swiper-button-next {
  width: 15px;
  height: 29px;
  background: url(../images/doc_n.png) center no-repeat;
  cursor: pointer;
  right: -75px;
  top: 210px;
}
.doc .doc_main .doc_view .doc_txt {
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  background: url(../images/doc_txt.png) center bottom no-repeat;
  overflow: hidden;
}
.doc .doc_main .doc_view .doc_txt > a {
  display: block;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.doc .doc_main .doc_view .doc_txt > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333333;
}
.doc .doc_main .doc_view .doc_txt > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #0eb29a;
  margin-left: 8px;
}
.doc .doc_main .doc_view .doc_txt > p {
  width: 338px;
  box-sizing: border-box;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  height: 52px;
  margin: 25px auto 0;
  overflow: hidden;
  text-align: center;
}
.gg {
  width: 100%;
  height: 304px;
  padding-top: 87px;
  box-sizing: border-box;
  margin: 60px 0 70px;
  background: url(../images/gg_bg.jpg) center no-repeat;
  /* margin-top: 0; */
}
.gg .gg_main .gg_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 80px;
}
.gg .gg_main .gg_item > p {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 28px;
}
.gg .gg_main .gg_item > h3 span {
  display: inline-block;
  vertical-align: bottom;
}
.gg .gg_main .gg_item > h3 > i {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 34px;
  font-size: 18px;
  color: #1ab69f;
  margin-left: 10px;
}
.gg .gg_main .gg_item:nth-child(1) > h3 > span {
  width: 229px;
  height: 75px;
  background: url(../images/gg_t1.png) center no-repeat;
}
.gg .gg_main .gg_item:nth-child(2) > h3 > span {
  width: 231px;
  height: 75px;
  background: url(../images/gg_t2.png) center no-repeat;
}
.gg .gg_main .gg_item:nth-child(3) > h3 > span {
  width: 180px;
  height: 75px;
  background: url(../images/gg_t3.png) center no-repeat;
}
.fc {
  width: 100%;
  height: 378px;
  overflow: hidden;
}
.fc .fc_main .fc_menu {
  width: 100%;
  height: 60px;
  background-color: #f5f6f9;
}
.fc .fc_main .fc_menu ul {
  height: 100%;
}
.fc .fc_main .fc_menu ul li {
  float: left;
  width: 135px;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #444444;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fc .fc_main .fc_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  border-top: 4px solid #0eb29a;
  box-sizing: border-box;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.fc .fc_main .fc_menu ul li.on::after {
  width: 100%;
}
.fc .fc_main .fc_menu .fc_tell {
  line-height: 60px;
  margin-right: 30px;
}
.fc .fc_main .fc_menu .fc_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/fc_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.fc .fc_main .fc_menu .fc_tell > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #0eb29a;
  left: 15px;
}
.fc .fc_main .fc_list {
  width: 100%;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  border-top: none;
  padding: 30px 10px;
}
.fc .fc_main .fc_list .fc_tab {
  width: 100%;
}
.fc .fc_main .fc_list .fc_tab .fc_item {
  width: 100%;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li {
  float: left;
  width: 300px;
  margin-right: 18px;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li:hover .fc_v {
  border: solid 1px #0eb29a;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li:hover .fc_v > a > img {
  transform: scale(1.05);
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li:hover .fc_txt > a {
  color: #0eb29a;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li .fc_v {
  width: 100%;
  height: 220px;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li .fc_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li .fc_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li .fc_txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
  margin-top: 23px;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.fc .fc_main .fc_list .fc_tab .fc_item ul li:nth-child(4n) {
  margin-right: 0;
}
.links {
  width: 100%;
  background-color: #0eb29a;
  padding: 25px 0;
  margin-top: 60px;
}
.links .link_main .link_tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}
.links .link_main .link_list {
  width: calc(1280px - 120px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.links .link_main .link_list > a:hover {
  transform: translate(5px);
}
