/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 860px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #1cb863;
  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: #1cb863;
  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: #1cb863;
  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;
}
.mt {
  margin-top: 60px;
}
.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: #1cb863;
  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: center;
  z-index: 1;
  overflow: hidden;
}
.title1 > h3 {
  font-size: 0.34rem;
  line-height: 0.34rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #1cb863;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
}
.row {
  margin: 0;
}
.m_nav {
  width: 100%;
  display: none;
}
.m_nav > h1 {
  width: 162px;
  height: 50px;
  margin: 0.2rem auto 0.1rem;
}
.m_nav > h1 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.m_nav > h1 > a > img {
  width: 100%;
  height: 100%;
}
.m_nav > h3 {
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0.2rem;
}
.m_nav .nav {
  padding: 0 0.05rem;
  box-sizing: border-box;
}
.m_nav .nav ul {
  width: 100%;
}
.m_nav .nav ul li {
  float: left;
  width: 24.2%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #1cb863;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.1rem;
  margin-right: 1%;
}
.m_nav .nav ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.m_nav .nav ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m_nav {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner {
    display: none;
  }
}
.mbanner {
  width: 100%;
  height: 287px;
  display: none;
  position: relative;
}
.mbanner li {
  width: 100%;
  height: 100%;
}
.mbanner li > a {
  width: 100%;
  height: 100%;
}
.mbanner li > a > img {
  width: 100%;
  height: 100%;
}
.mbanner .swiper-pagination {
  position: absolute;
  bottom: 0.2rem;
}
.mbanner .swiper-pagination > span {
  background-color: #fff;
  opacity: 1;
}
.mbanner .swiper-pagination > span.swiper-pagination-bullet-active {
  background: #1cb863;
}
@media (max-width: 768px) {
  .mbanner {
    display: block;
  }
}
.about {
  width: 100%;
  margin: 80px 0 0;
}
.about .container-fluid {
  padding: 0 8.5%;
  box-sizing: border-box;
}
.about .container-fluid .ab_num {
  width: 100%;
  text-align: center;
}
.about .container-fluid .ab_num li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 0;
}
.about .container-fluid .ab_num li > p {
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.about .container-fluid .ab_num li > p > span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.4rem;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  margin-right: 0.1rem;
}
.about .container-fluid .ab_num li > p > i {
  display: inline-block;
  vertical-align: top;
  font-size: 0.15rem;
  color: #888888;
  line-height: 0.15rem;
}
.about .container-fluid .ab_num li > h4 {
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #888888;
}
.about .container-fluid .ab_con {
  margin-top: 0.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 6rem;
}
.about .container-fluid .ab_con::after {
  content: "";
  position: absolute;
  width: 378px;
  height: 370px;
  background: url(../images/ab_v_bg.jpg) center no-repeat;
  z-index: -1;
  left: -50px;
  bottom: -50px;
}
.about .container-fluid .ab_con .ab_v {
  height: 6rem;
  padding: 0;
  overflow: hidden;
}
.about .container-fluid .ab_con .ab_v li {
  width: 100%;
  height: 100%;
}
.about .container-fluid .ab_con .ab_v li:hover > a > img {
  transform: scale(1.1);
}
.about .container-fluid .ab_con .ab_v li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .container-fluid .ab_con .ab_v li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .container-fluid .ab_con .ab_v .swiper-pagination {
  width: 0.54rem;
  left: 85% !important;
}
.about .container-fluid .ab_con .ab_v .swiper-pagination > span {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ffffff;
  margin: 0 0.07rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  opacity: 1;
}
.about .container-fluid .ab_con .ab_v .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #1cb863;
}
.about .container-fluid .ab_con .ab_txt {
  margin-top: 0.55rem;
  padding: 0 0 0 0.55rem;
  box-sizing: border-box;
}
.about .container-fluid .ab_con .ab_txt > p {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #b9b9b9;
  margin-bottom: 0.1rem;
}
.about .container-fluid .ab_con .ab_txt > span {
  display: block;
  width: 0.96rem;
  height: 0.03rem;
  background-color: #00af50;
  margin-bottom: 0.3rem;
}
.about .container-fluid .ab_con .ab_txt > h3 {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333333;
  margin-bottom: 0.35rem;
}
.about .container-fluid .ab_con .ab_txt > h4 {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #666666;
  height: 1.96rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.about .container-fluid .ab_con .ab_txt > a {
  display: block;
  width: 30%;
  height: 1.5rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
  background: url(../images/ab_item.png) center;
  position: relative;
  z-index: 2;
}
.about .container-fluid .ab_con .ab_txt > a:hover::after {
  height: 100%;
}
.about .container-fluid .ab_con .ab_txt > a:hover > span {
  background: url(../images/ab_ico1-2.png) center no-repeat;
  transform: rotateY(180deg);
}
.about .container-fluid .ab_con .ab_txt > a:hover > i {
  color: #fff;
}
.about .container-fluid .ab_con .ab_txt > a::after {
  content: "";
  position: absolute;
  background: url(../images/ab_item2.png) center;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 100%;
  height: 0;
  z-index: -1;
}
.about .container-fluid .ab_con .ab_txt > a > span {
  display: block;
  width: 0.55rem;
  height: 0.45rem;
  margin: 0 auto;
  background: url(../images/ab_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .container-fluid .ab_con .ab_txt > a > i {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  margin-top: 0.25rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .container-fluid .fc {
  width: 100%;
  position: relative;
}
.about .container-fluid .fc .fc_menu {
  position: absolute;
  right: 0;
  top: -190px;
  text-align: right;
  padding: 0;
}
.about .container-fluid .fc .fc_menu li {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ab_item.png) center repeat;
  height: 1.5rem;
  width: 30%;
  padding-top: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.about .container-fluid .fc .fc_menu li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: url(../images/ab_item2.png) center repeat;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  bottom: 0;
  left: 0;
}
.about .container-fluid .fc .fc_menu li.on::after {
  height: 100%;
}
.about .container-fluid .fc .fc_menu li.on .fc_ico > span {
  top: -100%;
  opacity: 0;
}
.about .container-fluid .fc .fc_menu li.on .fc_ico > i {
  top: 0;
  opacity: 1;
}
.about .container-fluid .fc .fc_menu li.on > p {
  color: #fff;
}
.about .container-fluid .fc .fc_menu li .fc_ico {
  position: relative;
  width: 100%;
  height: 0.47rem;
  overflow: hidden;
}
.about .container-fluid .fc .fc_menu li .fc_ico > span,
.about .container-fluid .fc .fc_menu li .fc_ico > i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .container-fluid .fc .fc_menu li .fc_ico > span {
  top: 0;
}
.about .container-fluid .fc .fc_menu li .fc_ico > i {
  top: -100%;
  opacity: 0;
}
.about .container-fluid .fc .fc_menu li > p {
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.18rem;
  margin-top: 0.25rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .container-fluid .fc .fc_menu li:nth-child(1) {
  margin-right: 1.5%;
}
.about .container-fluid .fc .fc_menu li:nth-child(1) .fc_ico > span {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .container-fluid .fc .fc_menu li:nth-child(1) .fc_ico > i {
  background: url(../images/ab_ico2-2.png) center no-repeat;
}
.about .container-fluid .fc .fc_menu li:nth-child(2) .fc_ico > span {
  background: url(../images/ab_ico3.png) center no-repeat;
}
.about .container-fluid .fc .fc_menu li:nth-child(2) .fc_ico > i {
  background: url(../images/ab_ico3-2.png) center no-repeat;
}
.about .container-fluid .fc .fc_view {
  width: 100%;
  margin-top: 0.4rem;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item {
  position: relative;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li {
  float: left;
  position: relative;
  height: 2.6rem;
  overflow: hidden;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li:hover .fc_more {
  -webkit-transform: perspective(400px) rotateY(0);
  transform: perspective(400px) rotateY(0);
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li:hover .fc_txt::after {
  opacity: 1;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li:hover .fc_txt > a {
  color: #fff;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li:hover .fc_txt > a::after {
  background: url(../images/fc_ico2.png) center no-repeat;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li > a {
  display: block;
  width: 100%;
  height: 2.2rem;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_txt {
  width: 100%;
  height: 0.4rem;
  background-color: #ebebeb;
  line-height: 0.4rem;
  position: relative;
  z-index: 1;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1cb863;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.15rem;
  color: #333333;
  padding: 0 0.4rem 0 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_txt > a::after {
  content: "";
  position: absolute;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 0.12rem;
  height: 0.08rem;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.06rem;
  background: url(../images/fc_ico1.png) center no-repeat;
  animation: 2s infinite myfirst2;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_more {
  position: absolute;
  width: 100%;
  height: 2.2rem;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  padding-top: 0.8rem;
  box-sizing: border-box;
  transform: perspective(400px) rotateY(90deg);
  transform-origin: left;
  -webkit-transform: perspective(400px) rotateY(90deg);
  -webkit-transform-origin: left;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item li .fc_more > a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/fc_more.png) center no-repeat;
  margin: 0 auto;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_p,
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_n {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  top: 0.92rem;
  z-index: 3;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_p:hover,
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_p {
  left: 0.1rem;
  background: url(../images/fc_p.png) center no-repeat rgba(0, 0, 0, 0.6);
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_p:hover {
  background: url(../images/fc_p.png) center no-repeat #1cb863;
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_n {
  right: 0.1rem;
  background: url(../images/fc_n.png) center no-repeat rgba(0, 0, 0, 0.6);
}
.about .container-fluid .fc .fc_view .fc_view_list .fc_item .fc_n:hover {
  background: url(../images/fc_n.png) center no-repeat #1cb863;
}
@media (max-width: 768px) {
  .about .container-fluid {
    padding: 0.1rem;
  }
  .about .container-fluid .ab_num li:nth-child(2n) {
    border: none;
  }
  .about .container-fluid .ab_con {
    padding: 0 0.1rem;
    margin-top: 0;
    height: 8.75rem;
  }
  .about .container-fluid .ab_con::after {
    display: none;
  }
  .about .container-fluid .ab_con .ab_v {
    height: 3rem;
  }
  .about .container-fluid .ab_con .ab_txt {
    padding: 0;
  }
  .about .container-fluid .ab_con .ab_txt > h4 {
    margin-bottom: 0.5rem;
  }
}
.gg {
  width: 100%;
  padding: 0;
  margin: 0.8rem 0;
  height: auto;
  background-color: #00af50;
}
.gg .gg_v {
  height: 3.5rem;
  overflow: hidden;
  padding: 0;
}
.gg .gg_v > img {
  height: 100%;
}
.gg .gg_txt {
  height: 100%;
  padding: 0.84rem 8.5% 0 0;
  box-sizing: border-box;
  text-align: right;
  color: #ffffff;
}
.gg .gg_txt > h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.gg .gg_txt > h4 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.gg .gg_txt > span {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 1px;
  background: #fff;
  margin-bottom: 0.3rem;
}
.gg .gg_txt > h5 {
  font-size: 0.14rem;
}
.gg .gg_txt > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/gg_tell.png) center no-repeat;
  animation: 2s infinite msClock;
  margin-right: 0.1rem;
}
.gg .gg_txt > h5 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  font-family: Arial;
  font-weight: bold;
  text-align: left;
}
.gg .gg_txt > h5 > a {
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  height: 36px;
  background-color: #ffffff;
  border-radius: 0.1rem 0px 0.1rem 0px;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.14rem;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
  margin-left: 2%;
}
.gg .gg_txt > h5 > a:hover {
  border-radius: 0 0.1rem 0 0.1rem;
}
@media (max-width: 768px) {
  .gg {
    margin-top: 0.3rem;
  }
  .gg .gg_txt {
    padding: 0.5rem 0.2rem;
  }
  .gg .gg_txt > h4 {
    line-height: 0.4rem;
  }
  .gg .gg_txt > h5 > span {
    margin-top: 0.2rem;
  }
  .gg .gg_txt > h5 > a {
    margin-top: 0.2rem;
  }
}
.ts {
  width: 100%;
  padding: 0 8.5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ts::after,
.ts::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.ts::after {
  width: 155px;
  height: 122px;
  top: 0.287rem;
  left: 0;
  background: url(../images/ts1.jpg) center no-repeat;
}
.ts::before {
  width: 214px;
  height: 106px;
  right: 0;
  bottom: -60px;
  background: url(../images/ts2.jpg) center no-repeat;
}
.ts .ts_main {
  width: 100%;
}
.ts .ts_main .ts_con .ts_tit {
  text-align: center;
  margin-top: 0.38rem;
}
.ts .ts_main .ts_con .ts_tit > span {
  display: inline-block;
  vertical-align: middle;
  width: 2.12rem;
  height: 0.65rem;
  margin: 0 0.45rem;
  background: url(../images/ts_logo.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_nr {
  width: 100%;
  margin-top: 0.38rem;
  position: relative;
}
.ts .ts_main .ts_con .ts_nr .ts_txtl > h3 {
  position: absolute;
  top: -1rem;
  left: 1.3rem;
  width: 3rem;
  height: 0.52rem;
  line-height: 0.5rem;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item {
  border-bottom: 1px dashed #bfbfbf;
  box-sizing: border-box;
  padding-bottom: 0.22rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item:hover > h3 {
  color: #1cb863;
  transform: translate(5px);
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item:hover > h3::after {
  transform: rotateY(360deg);
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item:hover > p {
  transform: translate(5px);
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item > h3 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
  position: relative;
  padding-left: 0.24rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item > h3::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: no-repeat;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #1cb863;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ts .ts_main .ts_con .ts_nr .ts_txtl .ts_item > p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #888888;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr {
  text-align: right;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr > h3 {
  position: absolute;
  top: -1rem;
  right: 1.3rem;
  width: 3rem;
  height: 0.52rem;
  line-height: 0.5rem;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item {
  border-bottom: 1px dashed #bfbfbf;
  box-sizing: border-box;
  padding-bottom: 0.22rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item:hover > h3 {
  color: #1cb863;
  transform: translate(-5px);
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item:hover > h3::after {
  transform: rotateY(360deg);
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item:hover > p {
  transform: translate(-5px);
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item > h3 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
  position: relative;
  padding-right: 0.24rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item > h3::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: no-repeat;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: #1cb863;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ts .ts_main .ts_con .ts_nr .ts_txtr .ts_item > p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #888888;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
.ts .ts_main .ts_con .ts_nr .ts_v {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 4.7rem;
  top: 0;
  background: url(../images/ts_bg.jpg) center no-repeat;
}
@media (max-width: 1440px) {
  .ts {
    padding: 0 3.5%;
  }
}
@media (max-width: 768px) {
  .ts::after,
  .ts::before {
    display: none;
  }
  .ts .ts_main .ts_con .ts_nr .ts_txtl {
    margin-top: 1rem;
  }
  .ts .ts_main .ts_con .ts_nr .ts_txtl > h3 {
    left: 50%;
    transform: translate(-50%);
  }
  .ts .ts_main .ts_con .ts_nr .ts_txtr {
    margin-top: 1rem;
  }
  .ts .ts_main .ts_con .ts_nr .ts_txtr > h3 {
    left: 50%;
    transform: translate(-50%);
  }
}
.pro {
  width: 100%;
  padding: 0.8rem 8.5% 0.8rem;
  box-sizing: border-box;
  margin-top: 0.65rem;
  background: url(../images/pro_bg.jpg) center repeat;
}
.pro .pro_main {
  width: 100%;
}
.pro .pro_main .pro_menu {
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding-bottom: 0.1rem;
}
.pro .pro_main .pro_menu ul {
  margin-bottom: 0;
}
.pro .pro_main .pro_menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.18rem;
}
.pro .pro_main .pro_menu ul li:hover > a {
  color: #1cb863;
  transform: translate(5px);
}
.pro .pro_main .pro_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.pro .pro_main .pro_menu ul li > a span {
  color: #cbcbcb;
  margin: 0 0.1rem;
}
.pro .pro_main .pro_menu > a {
  line-height: 0.18rem;
  font-size: 0.16rem;
  color: #333333;
  border-right: 1px solid #cbcbcb;
  box-sizing: border-box;
  padding-right: 0.1rem;
  padding-top: 0.03rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_menu > a:hover {
  color: #1cb863;
}
.pro .pro_main .pro_menu .pro_p,
.pro .pro_main .pro_menu .pro_n {
  float: left;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 0.05rem;
  border: solid 1px #c0babc;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_menu .pro_p:hover,
.pro .pro_main .pro_menu .pro_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.pro .pro_main .pro_menu .pro_p:hover,
.pro .pro_main .pro_menu .pro_n:hover {
  border: solid 1px #1cb863;
}
.pro .pro_main .pro_menu .pro_p {
  background: url(../images/pro_p.png) center no-repeat;
}
.pro .pro_main .pro_menu .pro_p:hover {
  background: url(../images/pro_p2.png) center no-repeat #1cb863;
}
.pro .pro_main .pro_menu .pro_n {
  margin-left: 0.1rem;
  background: url(../images/pro_n.png) center no-repeat;
}
.pro .pro_main .pro_menu .pro_n:hover {
  background: url(../images/pro_n2.png) center no-repeat #1cb863;
}
.pro .pro_main .pro_view {
  margin-top: 0.3rem;
  position: relative;
}
.pro .pro_main .pro_view li {
  float: left;
  border: solid 2px transparent;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view li:hover {
  border: solid 2px #1cb863;
}
.pro .pro_main .pro_view li:hover > a > img {
  transform: scale(1.1);
}
.pro .pro_main .pro_view li:hover .pro_txt::after {
  width: 100%;
}
.pro .pro_main .pro_view li:hover .pro_txt > h3 > a {
  color: #fff;
  transform: translate(5px);
}
.pro .pro_main .pro_view li:hover .pro_txt > a {
  color: #fff;
}
.pro .pro_main .pro_view li:hover .pro_txt > a::after {
  background-color: #fff;
}
.pro .pro_main .pro_view li > a {
  display: block;
  width: 100%;
  height: 3.9rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_view li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pro .pro_main .pro_view li .pro_txt {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #ffffff;
  padding: 0 0.2rem 0 0.2rem;
  box-sizing: border-box;
  border-top: 1px solid #cccccc;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_view li .pro_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #1cb863;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
}
.pro .pro_main .pro_view li .pro_txt > h3 {
  height: 100%;
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #333333;
  box-sizing: border-box;
  padding: 0;
}
.pro .pro_main .pro_view li .pro_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view li .pro_txt > a {
  font-size: 0.1rem;
  font-weight: 100;
  line-height: 0.1rem;
  color: #a2a2a2;
  position: relative;
  margin-top: 0.2rem;
  padding: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view li .pro_txt > a i {
  font-size: 0.1rem;
}
.pro .pro_main .pro_view li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #a9a9a9;
  bottom: -2px;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
@media (max-width: 1440px) {
  .pro {
    height: auto;
  }
  .pro .pro_main .pro_view li > a {
    height: 2.9rem;
  }
  .pro .pro_main .pro_view li .pro_txt {
    padding: 0;
  }
  .pro .pro_main .pro_view li .pro_txt > h3 {
    padding-left: 0.05rem;
    width: 1.4rem;
  }
  .pro .pro_main .pro_view li .pro_txt > a {
    width: 0.6rem;
  }
}
@media (max-width: 1360px) {
  .pro {
    height: auto;
    padding: 0.5rem 3.5% 0.5rem;
  }
  .pro .pro_main .pro_menu ul {
    float: none;
    width: 100%;
  }
  .pro .pro_main .pro_menu > a {
    float: none;
    border: none;
    margin-top: 0.3rem;
  }
  .pro .pro_main .pro_menu .pro_btn {
    float: none;
    margin-top: 0.3rem;
  }
}
@media (max-width: 768px) {
  .pro {
    height: auto;
    padding: 0.5rem 3.5% 0.5rem;
  }
  .pro .pro_main .pro_menu ul {
    float: none;
    width: 100%;
  }
  .pro .pro_main .pro_menu > a {
    float: none;
    margin-top: 0.3rem;
    border: none;
  }
  .pro .pro_main .pro_menu .pro_btn {
    float: none;
    margin-top: 0.3rem;
  }
  .pro .pro_main .pro_view li > a {
    height: 1.9rem;
  }
}
.ys {
  width: 100%;
  height: 8rem;
}
.ys .ys_l {
  padding: 0;
  height: 100%;
  padding: 0.8rem 0 0 8.5%;
  box-sizing: border-box;
  border-right: 1px solid #c5c5c5;
  background: url(../images/ys_bg.jpg) center bottom no-repeat;
  background-size: 100%;
}
.ys .ys_l .ys_tit {
  margin-bottom: 0.55rem;
}
.ys .ys_l .ys_tit > h3 {
  line-height: 0.3rem;
}
.ys .ys_l .ys_tit > h3 .ys_tt {
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  vertical-align: middle;
}
.ys .ys_l .ys_tit > h3 .ys_tt > i {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  line-height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #1cb863;
  box-sizing: border-box;
  margin: 0 0.05rem;
}
.ys .ys_l .ys_tit > h3 .ys_tt > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.3rem;
  height: 0.35rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.35rem;
}
.ys .ys_l .ys_tit > h3 .ys_num {
  height: 0.46rem;
  border-left: 1px solid #c5c5c5;
  box-sizing: border-box;
  padding-left: 0.2rem;
  margin-left: 0.2rem;
}
.ys .ys_l .ys_tit > h3 .ys_num > p {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.ys .ys_l .ys_tit > h3 .ys_num > h3 {
  font-size: 0.28rem;
  font-weight: bold;
  font-family: Arial;
  line-height: 0.28rem;
  color: #1cb863;
}
.ys .ys_l > h5 {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #333333;
}
.ys .ys_r {
  padding: 0;
  height: 100%;
}
.ys .ys_r ul {
  width: 100%;
  height: 100%;
}
.ys .ys_r ul li {
  float: left;
  width: 50%;
  height: 50%;
  padding: 3% 2% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.ys .ys_r ul li:hover > span {
  transform: scale(1.1);
}
.ys .ys_r ul li:hover > h3 {
  transform: translateY(-0.05rem);
  color: #1cb863;
}
.ys .ys_r ul li:hover > h4 {
  transform: translateY(-0.05rem);
}
.ys .ys_r ul li:hover::before {
  background: url(../images/ys_err2.png) center no-repeat;
}
.ys .ys_r ul li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.12rem;
  background: url(../images/ys_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
  right: 0.12rem;
  bottom: 0.16rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_r ul li::after {
  content: "";
  position: absolute;
  width: 0.81rem;
  height: 0.74rem;
  background: url(../images/ys_line.png) center no-repeat;
  right: 0;
  bottom: 0;
}
.ys .ys_r ul li > span {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.55rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_r ul li > h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.27rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
.ys .ys_r ul li > h4 {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #666666;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.ys .ys_r ul li:nth-child(1) > span {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_r ul li:nth-child(2) > span {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_r ul li:nth-child(3) {
  border-bottom: none;
}
.ys .ys_r ul li:nth-child(3) > span {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_r ul li:nth-child(4) {
  border-bottom: none;
}
.ys .ys_r ul li:nth-child(4) > span {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_r ul li:nth-child(odd) {
  border-right: 1px solid #c5c5c5;
}
@media (max-width: 768px) {
  .ys {
    height: auto;
  }
  .ys .ys_r ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 3% 10% 4%;
  }
  .ys .ys_r ul li > span {
    margin-bottom: 0.35rem;
  }
  .ys .ys_r ul li:nth-child(3),
  .ys .ys_r ul li:nth-child(4) {
    border-bottom: 1px solid #c5c5c5;
  }
}
.case {
  width: 100%;
  height: 7.4rem;
  padding-top: 0.8rem;
  background: url(../images/case_bg.jpg) center repeat-y;
  background-attachment: fixed;
}
.case .case_main .title1 > h3 {
  color: #ffffff;
}
.case .case_main .case_v {
  padding: 0 8.5%;
  box-sizing: border-box;
  width: 100%;
}
.case .case_main .case_v .case_menu {
  text-align: center;
  margin-top: 0.4rem;
}
.case .case_main .case_v .case_menu li {
  display: inline-block;
  vertical-align: middle;
  height: 0.4rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333333;
  margin: 0 0.08rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0 0.4rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_v .case_menu li.on {
  color: #fff;
}
.case .case_main .case_v .case_menu li.on::after {
  width: 100%;
}
.case .case_main .case_v .case_menu li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #1cb863;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_v .case_view {
  margin-top: 0.4rem;
  height: 4.1rem;
  overflow: hidden;
}
.case .case_main .case_v .case_view .case_list .case_item li {
  float: left;
}
.case .case_main .case_v .case_view .case_list .case_item li:hover > a > img {
  transform: scale(1.1);
}
.case .case_main .case_v .case_view .case_list .case_item li:hover .case_txt > a {
  color: #1cb863;
}
.case .case_main .case_v .case_view .case_list .case_item li > a {
  display: block;
  width: 100%;
  height: 2.7rem;
  overflow: hidden;
}
.case .case_main .case_v .case_view .case_list .case_item li > a > img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.case .case_main .case_v .case_view .case_list .case_item li .case_txt {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #fff;
}
.case .case_main .case_v .case_view .case_list .case_item li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0.4rem 0 0.2rem;
  box-sizing: border-box;
}
.case .case_main .case_v .case_view .case_list .case_item li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: url(../images/case_ico.png) center no-repeat;
  top: 0.16rem;
  right: 0.2rem;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more {
  text-align: center;
  margin-top: 0.5rem;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_p,
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_n {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_p:hover,
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_v .case_view .case_list .case_item .case_more > a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_p {
  background: url(../images/case_p.png) center no-repeat #fff;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_p:hover {
  background: url(../images/case_p2.png) center no-repeat #1cb863;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_n {
  background: url(../images/case_n.png) center no-repeat #fff;
}
.case .case_main .case_v .case_view .case_list .case_item .case_more .case_n:hover {
  background: url(../images/case_n2.png) center no-repeat #1cb863;
}
@media (max-width: 768px) {
  .case {
    height: 6.4rem;
  }
  .case .case_main .case_v .case_menu li {
    padding: 0 0.25rem;
  }
  .case .case_main .case_v .case_view .case_list .case_item li > a {
    height: 1.7rem;
  }
}
.news {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0 8.5%;
  box-sizing: border-box;
}
.news .news_main {
  width: 100%;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 0.4rem;
}
.news .news_main .news_con .news_menu {
  text-align: center;
}
.news .news_main .news_con .news_menu ul {
  margin-bottom: 0;
}
.news .news_main .news_con .news_menu ul li {
  display: inline-block;
  vertical-align: middle;
  height: 0.5rem;
  border-radius: 0px 0.2rem 0.2rem 0.2rem;
  border: solid 1px #c2c2c2;
  text-align: center;
  box-sizing: border-box;
  line-height: 0.48rem;
  margin: 0 18px;
  position: relative;
  z-index: 1;
  padding: 0 0.4rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_menu ul li.on {
  border: solid 1px #1cb863;
  border-radius: 0px 0.2rem 0px 0.2rem;
}
.news .news_main .news_con .news_menu ul li.on::after {
  width: 100%;
}
.news .news_main .news_con .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_con .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #1cb863;
  border-radius: 0px 0.2rem 0px 0.2rem;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  color: #333333;
}
.news .news_main .news_con .news_tab {
  width: 100%;
  margin-top: 0.3rem;
}
.news .news_main .news_con .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top {
  width: 100%;
  height: 3.5rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top:hover .news_txt > a {
  transform: translate(5px);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top > a {
  width: 45%;
  height: 100%;
  overflow: hidden;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top .news_txt {
  width: 55%;
  height: 100%;
  background: url(../images/news_txt_bg.jpg) left;
  padding: 6% 6% 0;
  box-sizing: border-box;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top .news_txt > a {
  display: block;
  width: 100%;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.2rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top .news_txt > p {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
  height: 1.2rem;
  overflow: hidden;
  margin-bottom: 0.42rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top .news_txt > span {
  display: block;
  width: 0.72rem;
  font-size: 0.14rem;
  font-family: Arial;
  color: #ffffff;
  position: relative;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_top .news_txt > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  background: #fff;
  left: 0;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm {
  width: 100%;
  height: 2.2rem;
  background-color: #f9f9f9;
  padding: 3.5% 3%;
  box-sizing: border-box;
  margin-top: 0.24rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul {
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li {
  float: left;
  width: 31.6%;
  font-size: 0.16rem;
  line-height: 0.16rem;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding-right: 2.5%;
  height: 100%;
  margin-right: 2.5%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li:hover > a {
  color: #1cb863;
  transform: translate(5px);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li:hover > span {
  color: #1cb863;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li > a {
  display: block;
  width: 100%;
  height: 0.16rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  margin-top: 0.15rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li > p {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.24rem;
  overflow: hidden;
  color: #888888;
  margin-bottom: 0.15rem;
  height: 0.72rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li > span {
  display: block;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm ul li:nth-child(3n) {
  margin-right: 0;
  border: none;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li {
  width: 100%;
  height: 0.74rem;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  background-color: #f9f9f9;
  padding: 2% 3% 0;
  position: relative;
  z-index: 1;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover > span {
  color: #fff;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover > p > span > a {
  color: #fff;
  transform: translate(5px);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover > p > a {
  background-color: #ffffff;
  border: solid 1px #fff;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover > p > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #1cb863;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > span {
  display: block;
  font-size: 0.14rem;
  font-family: Arial;
  font-weight: bold;
  color: #888888;
  line-height: 0.14rem;
  margin-bottom: 0.1rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > p {
  width: 100%;
  line-height: 0.24rem;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > p > span {
  width: 75%;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > p > span > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > p > a {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.05rem;
  border: solid 1px #c0babc;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li > p > a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  left: 10px;
  top: 9px;
  background: url(../images/news_ico1.png) center no-repeat;
  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 .news_list .news_item .news_r ul li:nth-last-child(1) {
  border: none;
}
@media (max-width: 768px) {
  .news {
    padding: 0 0.5%;
  }
  .news .news_main .news_con .news_tab .news_list .news_item .news_l {
    padding: 0;
  }
  .news .news_main .news_con .news_tab .news_list .news_item .news_l .news_bottm {
    height: 2.3rem;
    padding: 3.5% 1% 0;
  }
  .news .news_main .news_con .news_tab .news_list .news_item .news_r {
    padding: 0;
    margin-top: 0.3rem;
  }
}
.inform {
  width: 100%;
  padding: 0.8rem 0 0.6rem;
  padding-bottom: 0.6rem;
  margin-top: 0.5rem;
  background: url(../images/links_bg.jpg) center no-repeat;
}
.inform .in_main {
  padding: 0 10% 0 8.5%;
  width: 100%;
  box-sizing: border-box;
}
.inform .in_main .links .link_tit {
  height: 0.25rem;
  background: url(../images/link_tit.png) left center no-repeat;
}
.inform .in_main .links .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  margin: 0 0.1rem;
  color: #ffffff;
}
.inform .in_main .links .link_list > a:hover {
  transform: translate(5px);
}
.inform .in_main .in_con {
  width: 100%;
  height: auto;
  border: solid 1px rgba(255, 255, 255, 0.6);
  margin-top: 0.6rem;
}
.inform .in_main .in_con .in_item {
  float: left;
  width: 20%;
  padding: 0.35rem 0;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.inform .in_main .in_con .in_item input {
  color: #fff;
}
.inform .in_main .in_con .in_item > input {
  display: block;
  width: 100%;
  height: 0.5rem;
  padding: 0 1% 0 25%;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.inform .in_main .in_con .in_item > input::placeholder {
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.inform .in_main .in_con .in_item > input:focus::placeholder {
  color: transparent;
}
.inform .in_main .in_con .in_item #userName {
  background: url(../images/in1.png) 5% center no-repeat;
}
.inform .in_main .in_con .in_item #userPhone {
  background: url(../images/in2.png) 5% center no-repeat;
}
.inform .in_main .in_con .in_item #content {
  background: url(../images/in3.png) 5% center no-repeat;
}
.inform .in_main .in_con .in_item #kcode {
  padding: 0 35% 0 25%;
  background: url(../images/in4.png) 5% center no-repeat;
}
.inform .in_main .in_con .in_item > img {
  position: absolute;
  width: 0.7rem;
  height: 0.4rem;
  right: 0.05rem;
  top: 50%;
  margin-top: -0.2rem;
  cursor: pointer;
}
.inform .in_main .in_con .in_item > button {
  position: absolute;
  width: 60%;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.2rem 0 0.2rem 0;
  cursor: pointer;
  font-size: 0.14rem;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 50%;
  transform: translate(-50%);
  color: #333333;
}
.inform .in_main .in_con .in_item > button:hover {
  background: #1cb863;
  border-radius: 0px 0.2rem 0 0.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .inform {
    background: #1cb863;
    padding: 0.5rem 0 0.3rem;
    margin-bottom: 0.5rem;
  }
  .inform .in_main {
    padding: 0;
  }
  .inform .in_main .in_con {
    border-bottom: none;
    margin-top: 0;
  }
  .inform .in_main .in_con .in_item {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .inform .in_main .in_con .in_item:nth-last-child(1) {
    width: 100%;
    padding: 0;
    height: 0.5rem;
    margin-top: 0.3rem;
    border: none;
  }
}
