/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1830px;
  height: 100%;
  position: absolute;
  right: 0;
}
.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: 7%;
}
.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: 50px;
  height: 340px;
  background-color: #f3f3f3;
  text-align: center;
  left: 28px;
  bottom: 0;
  z-index: 25;
  padding-top: 90px;
  box-sizing: border-box;
}
.banner .osSlider-main .slider-nav li {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 10px 0;
  color: #8b8b8b;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.banner .osSlider-main .slider-nav li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #48b576;
  border-radius: 1px;
  box-sizing: border-box;
  border-radius: 50%;
  right: 34px;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.banner .osSlider-main .slider-nav li.active {
  color: #48b576;
}
.banner .osSlider-main .slider-nav li.active::after {
  width: 38px;
}
.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: #48b576;
  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: #48b576;
  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: #48b576;
  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 > h4 {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
.title1 > h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding-left: 28px;
  position: relative;
}
.title1 > h3::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 3px;
  background-color: #616ed2;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.title1 > h3 a {
  color: #333333;
}
.pro {
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.pro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 833px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/pro_bg.jpg) center no-repeat;
}
.pro .pro_main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_view {
  margin-top: 90px;
}
.pro .pro_main .pro_view ul li {
  float: left;
  width: 380px;
  height: 356px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  padding: 10px 10px 0;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_view ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/pro_item.jpg) center no-repeat;
}
.pro .pro_main .pro_view ul li:hover::after {
  height: 100%;
}
.pro .pro_main .pro_view ul li:hover > a > img {
  transform: scale(1.05);
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a {
  color: #fff;
  transform: translate(5px);
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a::after {
  background: url(../images/pro_ico2.png) center no-repeat;
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a::before {
  background-color: #fff;
}
.pro .pro_main .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 288px;
  overflow: hidden;
}
.pro .pro_main .pro_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_view ul li .pro_txt {
  width: 100%;
  font-size: 16px;
  color: #545454;
  margin-top: 20px;
}
.pro .pro_main .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #545454;
  padding: 0 50px 0 36px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background: url(../images/pro_ico1.png) center no-repeat;
  right: 10px;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li .pro_txt > a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #48b576;
  left: 10px;
  top: 8px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li:nth-child(1) {
  margin-left: 410px;
}
.pro .pro_main .pro_view ul li:nth-child(2) {
  margin-right: 0;
}
.pro .pro_main .pro_view ul li:nth-last-child(1) {
  margin-right: 0;
}
.pro .pro_main .pro_fl {
  position: absolute;
  top: 33px;
  left: 0;
  width: 380px;
}
.pro .pro_main .pro_fl > h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #48b576;
}
.pro .pro_main .pro_fl > h3 > a {
  color: #48b576;
}
.pro .pro_main .pro_fl > h3 > a > i {
  display: inline-block;
  vertical-align: middle;
  width: 71px;
  height: 1px;
  margin-left: 24px;
  background-color: #48b576;
}
.pro .pro_main .pro_fl .fl_list {
  width: 100%;
  margin-top: 30px;
  height: 350px;
  overflow: hidden;
}
.pro .pro_main .pro_fl .fl_list ul li {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
}
.pro .pro_main .pro_fl .fl_list ul li:hover > a {
  color: #fff;
}
.pro .pro_main .pro_fl .fl_list ul li:hover > a::after {
  width: 100%;
}
.pro .pro_main .pro_fl .fl_list ul li:hover > a::before {
  background: #fff;
}
.pro .pro_main .pro_fl .fl_list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #545454;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 73px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_fl .fl_list ul li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  background: #48b576;
}
.pro .pro_main .pro_fl .fl_list ul li > a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #545454;
  border-radius: 50%;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys {
  width: 100%;
  height: 590px;
  margin-top: 30px;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  position: relative;
  height: 100%;
}
.ys .ys_main .ys_tell {
  position: absolute;
  left: 54px;
  top: 366px;
  width: 340px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  line-height: 58px;
  padding: 0 20px;
  z-index: 2;
}
.ys .ys_main .ys_tell > span {
  float: left;
  font-size: 24px;
  font-family: Arial;
  color: #ffffff;
}
.ys .ys_main .ys_tell > a {
  float: right;
  font-size: 16px;
  color: #ffffff;
  line-height: 58px;
}
.ys .ys_main .ys_tab {
  width: 100%;
  height: 100%;
}
.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: 118px;
  margin-left: 54px;
  width: 536px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 {
  height: 46px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 > em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-left: 22px;
  line-height: 12px;
  font-family: Arial;
  color: #ffffff;
}
.ys .ys_main .ys_tab ul li .ys_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  color: #ffffff;
  margin: 20px 0 90px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_num {
  color: #ffffff;
  font-size: 18px;
  font-family: Arial;
  margin: 270px 0 0 400px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_num > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_num > i {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 8px;
}
.ys .ys_main .ys_tab ul li .ys_v {
  width: 560px;
  height: 590px;
  position: relative;
}
.ys .ys_main .ys_tab ul li .ys_v > img {
  left: 0;
  top: 0;
  height: 100%;
}
.ys .ys_main .ys_tab ul li:nth-child(1) .ys_txt > h3 > i {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(2) .ys_txt > h3 > i {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(3) .ys_txt > h3 > i {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(4) .ys_txt > h3 > i {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_tab .ys_n {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  bottom: 0;
  left: 570px;
  cursor: pointer;
}
.ys .ys_main .ys_tab .ys_n::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/ys_n.png) center no-repeat;
}
.case {
  width: 100%;
  padding-top: 30px;
  margin-top: 80px;
  background: url(../images/case_bg.jpg) center top no-repeat;
}
.case .case_main {
  position: relative;
  height: 100%;
}
.case .case_main .case_t {
  position: absolute;
  width: 190px;
  height: 117px;
  background: url(../images/case_tit2.png) center no-repeat;
  top: 116px;
  left: 970px;
}
.case .case_main .case_tit > h3 {
  width: 195px;
  height: 96px;
  background: url(../images/case_tit.png) center no-repeat;
}
.case .case_main .case_tit > p {
  font-size: 16px;
  letter-spacing: 6px;
  color: #545454;
  margin: 12px 0 0 235px;
  line-height: 16px;
}
.case .case_main .case_tab {
  width: 100%;
  margin-top: 44px;
}
.case .case_main .case_tab .case_l {
  width: 930px;
  height: 600px;
}
.case .case_main .case_tab .case_l > ul {
  width: 100%;
  height: 100%;
}
.case .case_main .case_tab .case_l > ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.case .case_main .case_tab .case_l > ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case_main .case_tab .case_l > ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_tab .case_l > ul li .case_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-color: rgba(29, 29, 29, 0.5);
  padding: 25px 30px 0;
  box-sizing: border-box;
}
.case .case_main .case_tab .case_l > ul li .case_txt .case_txt_main {
  width: 70%;
  height: 100%;
}
.case .case_main .case_tab .case_l > ul li .case_txt .case_txt_main > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-bottom: 20px;
}
.case .case_main .case_tab .case_l > ul li .case_txt .case_txt_main > p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}
.case .case_main .case_tab .case_l > ul li .case_txt > a {
  width: 40px;
  height: 40px;
  background: url(../images/case_ico1.png) center no-repeat;
  animation: 2s infinite myfirst2;
}
.case .case_main .case_tab .case_r {
  width: 270px;
  height: 780px;
  background-color: rgba(72, 181, 118, 0.2);
}
.case .case_main .case_tab .case_r ul {
  width: 186px;
  margin: 120px auto 0;
}
.case .case_main .case_tab .case_r ul li {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.case .case_main .case_tab .case_r ul li.on .case_cover {
  transform: rotateY(0);
}
.case .case_main .case_tab .case_r ul li .case_v {
  width: 100%;
  height: 100%;
}
.case .case_main .case_tab .case_r ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case_main .case_tab .case_r ul li .case_v > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_tab .case_r ul li .case_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.5);
  transform: rotateY(-180deg);
  transform-origin: 0 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_tab .case_r ul li .case_cover > a {
  width: 100px;
  height: 32px;
  margin: 44px auto 0;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  font-family: Arial;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.4);
}
.case .case_main .case_tab .case_r .case_n {
  width: 186px;
  height: 40px;
  background-color: #48b576;
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
}
.case .case_main .case_tab .case_r .case_n::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  background: url(../images/case_ico2.png) center no-repeat;
  left: 86px;
  top: 17px;
}
.about {
  width: 100%;
  background: url(../images/ab_bg.jpg) center top no-repeat;
  height: 542px;
  padding-top: 50px;
  box-sizing: border-box;
  margin-top: 70px;
}
.about .ab_main .ab_l .ab_tit {
  width: 224px;
  height: 106px;
  background: url(../images/ab_tit.png) center no-repeat;
}
.about .ab_main .ab_l .honer {
  width: 312px;
  height: 220px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 30px;
  background: url(../images/honer_bg.jpg) center no-repeat;
}
.about .ab_main .ab_l .honer:hover > a > img {
  transform: scale(1.05);
}
.about .ab_main .ab_l .honer > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .ab_main .ab_l .honer > a > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_txt {
  width: 600px;
  height: 380px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 20px 1px rgba(158, 158, 158, 0.06);
  padding: 45px 46px 0 36px;
  box-sizing: border-box;
  margin-top: 77px;
}
.about .ab_main .ab_txt > h3 {
  font-size: 24px;
  line-height: 24px;
  color: #545454;
  margin-bottom: 30px;
}
.about .ab_main .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  color: #8b8b8b;
}
.about .ab_main .ab_txt > a {
  float: right;
  width: 160px;
  height: 50px;
  background-color: #48b576;
  line-height: 50px;
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
  margin-top: 35px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_txt > a i:nth-child(4) {
  margin-right: 5px;
}
.about .ab_main .ab_txt > a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 8px;
  background: url(../images/ab_ico1.png) center no-repeat;
  top: 20px;
  right: 23px;
  animation: 2s infinite myfirst2;
}
.news {
  width: 100%;
  margin-top: 70px;
}
.news .news_main .news_tit {
  width: 100%;
}
.news .news_main .news_tit .news_tt > h3 {
  width: 188px;
  height: 96px;
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_tit .news_tt > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #8b8b8b;
  margin-top: 18px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  width: 120px;
  height: 40px;
  background-color: #303030;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
}
.news .news_main .news_tit .news_menu ul li.on > a::after {
  width: 100%;
}
.news .news_main .news_tit .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.news .news_main .news_tit .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #48b576;
  z-index: -1;
  border-radius: 5px;
}
.news .news_main .news_tab {
  width: 100%;
  margin-top: 30px;
}
.news .news_main .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_top {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l {
  width: 520px;
  height: 420px;
  background-color: #f7f7f7;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l:hover > a {
  border-radius: 80px 0 80px 0;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l:hover > a > img {
  border-radius: 80px 0 80px 0;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l:hover .news_txt > a {
  color: #48b576;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l > a {
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l .news_txt {
  width: 100%;
  margin-top: 25px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #545454;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_l .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #8b8b8b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r {
  width: 620px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li {
  width: 100%;
  height: 112px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li:hover .news_rt > a {
  color: #48b576;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_rt {
  width: 500px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_rt > a {
  display: block;
  width: 100%;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #545454;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_rt > a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #8b8b8b;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_rt > p {
  width: 100%;
  font-size: 14px;
  padding-left: 24px;
  box-sizing: border-box;
  overflow: hidden;
  color: #8b8b8b;
  line-height: 25px;
  height: 50px;
  margin-top: 23px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_time > p {
  font-size: 24px;
  line-height: 24px;
  color: #c6c6c6;
  margin-bottom: 40px;
}
.news .news_main .news_tab .news_list .news_item .news_top .news_r ul li .news_time > a {
  display: block;
  width: 47px;
  height: 23px;
  background: url(../images/news_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
  margin-left: 10px;
}
.news .news_main .news_tab .news_list .news_item .news_botm {
  width: 100%;
  margin-top: 10px;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li {
  float: left;
  width: 380px;
  height: 110px;
  background-color: #f7f7f7;
  padding: 30px 17px 0 24px;
  box-sizing: border-box;
  margin: 20px 30px 0 0;
  position: relative;
  z-index: 1;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover::after {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover > a {
  color: #fff;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover > p > span {
  color: #fff;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover > p > a {
  color: #fff;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:hover > p > a::after {
  background: rgba(255, 255, 255, 0.5);
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #48b576;
  left: 0;
  top: 0;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > a {
  display: block;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  color: #545454;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/news_ico1.png) center no-repeat;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > p {
  width: 100%;
  margin-top: 20px;
  line-height: 26px;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > p > span {
  font-size: 14px;
  color: #8b8b8b;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > p > a {
  font-size: 14px;
  line-height: 26px;
  color: #8b8b8b;
  position: relative;
  z-index: 1;
  padding-right: 13px;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li > p > a::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #dfdfdf;
  border-radius: 50%;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_list .news_item .news_botm ul li:nth-child(3n) {
  margin-right: 0;
}
.inform {
  width: 100%;
  height: 470px;
  margin: 60px 0 50px;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .in_con {
  width: 320px;
  margin: 150px 0 0 526px;
  position: relative;
}
.inform .in_main .in_con > h3 {
  position: absolute;
  top: -150px;
  left: 0;
  width: 403px;
  height: 105px;
  background: url(../images/in_tit.png) center no-repeat;
}
.inform .in_main .in_con > input {
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 28px;
  margin-bottom: 16px;
}
.inform .in_main .in_con #userName {
  background: url(../images/in1.png) left center no-repeat;
}
.inform .in_main .in_con #userPhone {
  background: url(../images/in2.png) left center no-repeat;
}
.inform .in_main .in_con #content {
  background: url(../images/in3.png) left center no-repeat;
}
.inform .in_main .in_con .code_box {
  width: 100%;
  height: 45px;
  position: relative;
}
.inform .in_main .in_con .code_box > input {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 120px 0 2px;
}
.inform .in_main .in_con .code_box > img {
  position: absolute;
  cursor: pointer;
  width: 90px;
  height: 36px;
  bottom: 5px;
  right: 5px;
}
.inform .in_main .in_con > button {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #48b576;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}
.inform .in_main .add {
  width: 300px;
  height: 395px;
  background-color: #f7f7f7;
  padding: 45px 10px 0;
  box-sizing: border-box;
  margin-top: 75px;
}
.inform .in_main .add .add_item {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(84, 84, 84, 0.1);
  box-sizing: border-box;
  margin-bottom: 34px;
}
.inform .in_main .add .add_item > h3 {
  font-size: 16px;
  line-height: 18px;
  color: #545454;
  margin-bottom: 22px;
}
.inform .in_main .add .add_item > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 22px;
}
.inform .in_main .add .add_item > p {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: rgba(84, 84, 84, 0.6);
}
.inform .in_main .add .add_item:nth-child(1) > h3 > i {
  background: url(../images/add1.png) center no-repeat;
}
.inform .in_main .add .add_item:nth-child(2) > h3 > i {
  background: url(../images/add2.png) center no-repeat;
}
.inform .in_main .add .add_item:nth-child(3) {
  border: none;
}
.inform .in_main .add .add_item:nth-child(3) > h3 > i {
  background: url(../images/add3.png) center no-repeat;
}
.links {
  width: 100%;
  background: #48b576;
  padding: 12px 0;
  margin-top: 35px;
}
.links .link_main .link_tit {
  font-size: 36px;
  font-weight: bold;
  font-family: Arial;
  line-height: 36px;
  color: #ffffff;
  position: relative;
  padding-right: 36px;
  box-sizing: border-box;
}
.links .link_main .link_tit::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 100%;
  background: url(../images/link_ico.png) center no-repeat;
  right: 0;
  top: 0;
}
.links .link_main .link_list {
  width: calc(1200px - 180px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 36px;
}
.links .link_main .link_list > a:hover {
  transform: translate(5px);
}
.links .link_main .link_list > a span {
  margin: 0 10px;
}
.links .link_main .link_list a:nth-last-child(1) > span {
  display: none;
}
