/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  margin-top: 120px;
}
.banner .slider {
  width: 100% !important;
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.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: -45px;
  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: -45px;
  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: 40px;
  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: #03a766;
  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: #03a766;
  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: #03a766;
  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: #03a766;
  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;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.title1 {
  position: relative;
  z-index: 1;
}
.title1::after {
  content: "";
  position: absolute;
  width: 179px;
  height: 108px;
  background: url(../images/tit.png) center no-repeat;
  left: -110px;
  top: -4px;
  z-index: -1;
}
.title1 > h3 {
  font-size: 30px;
  line-height: 30px;
  color: #444444;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 36px;
  font-family: "SimSun";
  line-height: 36px;
}
.title1 > h3 i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  font-family: "SimSun";
  line-height: 24px;
}
.title1 > h4 {
  font-size: 12px;
  line-height: 12px;
  color: #bbbbbb;
  letter-spacing: 3px;
  margin: 15px 0 14px;
  text-transform: uppercase;
}
.title1 > h5 {
  line-height: 32px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
  color: #777777;
}
.ser {
  width: 100%;
  height: 80px;
  background: url(../images/ser_bg.jpg) center no-repeat;
}
.ser .ser_main .ser_tell {
  line-height: 30px;
  margin-top: 25px;
}
.ser .ser_main .ser_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  background: url(../images/ser_tell.png) center no-repeat;
}
.ser .ser_main .ser_tell > em {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #444444;
}
.ser .ser_main .ser_tell span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: "simsun";
  color: #555555;
}
.ser .ser_main .ser_ico {
  width: 300px;
  height: 50px;
  position: relative;
  margin-top: 10px;
  margin-right: 106px;
}
.ser .ser_main .ser_ico > input {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
}
.ser .ser_main .ser_ico > button {
  position: absolute;
  width: 25px;
  height: 100%;
  background: url(../images/ser.png) center no-repeat;
  cursor: pointer;
  right: 0;
  top: 0;
}
.pro {
  width: 100%;
  margin-top: 74px;
}
.pro .pro_main .pro_tit {
  width: 100%;
}
.pro .pro_main .pro_tit .pro_fl {
  width: 960px;
  height: 70px;
  padding: 0 40px;
  margin-top: 14px;
  box-sizing: border-box;
  background: url(../images/fl_bg.png) center no-repeat;
}
.pro .pro_main .pro_tit .pro_fl ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_tit .pro_fl ul li {
  flex: 0 0 16.6%;
  float: left;
  width: 16.6%;
}
.pro .pro_main .pro_tit .pro_fl ul li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #444444;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.pro .pro_main .pro_tit .pro_fl ul li > a::after {
  content: "◇";
  position: absolute;
  font-size: 16px;
  color: #444444;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_tit .pro_fl ul li:hover > a {
  color: #03a766;
  padding-left: 25px;
}
.pro .pro_main .pro_tit .pro_fl ul li:hover > a::after {
  color: #03a766;
  transform: rotateY(360deg);
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 38px;
}
.pro .pro_main .pro_view ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .pro_main .pro_view ul li {
  flex: 0 0 376px;
  float: left;
  width: 376px;
  margin-bottom: 40px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
}
.pro .pro_main .pro_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.pro .pro_main .pro_view ul li .pro_txt {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  line-height: 54px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li .pro_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #03a766;
}
.pro .pro_main .pro_view ul li .pro_txt > a {
  float: left;
  width: 60%;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view ul li .pro_txt > a::after {
  content: "-";
  position: absolute;
  font-size: 15px;
  color: #666666;
  height: 100%;
  left: 0;
  top: 0;
}
.pro .pro_main .pro_view ul li .pro_txt > span {
  font-size: 12px;
  color: #999999;
}
.pro .pro_main .pro_view ul li .pro_txt > span > a {
  color: #999999;
  position: relative;
  line-height: 54px;
  font-size: 12px;
  padding-left: 40px;
}
.pro .pro_main .pro_view ul li .pro_txt > span > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
  left: 0;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li:hover {
  transform: translateY(-5px);
}
.pro .pro_main .pro_view ul li:hover > a > img {
  transform: scale(1.1) rotateZ(5deg);
}
.pro .pro_main .pro_view ul li:hover .pro_txt {
  border-bottom: 1px solid transparent;
}
.pro .pro_main .pro_view ul li:hover .pro_txt::after {
  width: 100%;
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a {
  color: #03a766;
}
.pro .pro_main .pro_view ul li:hover .pro_txt span > a::after {
  background: #03a766;
}
.ys {
  width: 100%;
  height: 900px;
  padding-top: 144px;
  box-sizing: border-box;
  margin-top: 30px;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  padding-left: 92px;
  box-sizing: border-box;
}
.ys .ys_main .title1 {
  margin-left: 110px;
}
.ys .ys_main .title1 > h5 {
  width: 180px;
}
.ys .ys_main > span {
  display: block;
  width: 1px;
  height: 41px;
  background-color: #cccccc;
  margin: 40px 0 35px;
}
.ys .ys_main .ys_tab .ys_txt {
  width: 504px;
}
.ys .ys_main .ys_tab .ys_txt ul li {
  width: 100%;
}
.ys .ys_main .ys_tab .ys_txt ul li > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #444444;
}
.ys .ys_main .ys_tab .ys_txt ul li > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #555555;
  margin-top: 20px;
}
.ys .ys_main .ys_tab .ys_btn {
  margin-top: 50px;
}
.ys .ys_main .ys_tab .ys_btn .ys_p,
.ys .ys_main .ys_tab .ys_btn .ys_n {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 31px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_tab .ys_btn .ys_p {
  background: url(../images/ys_p.png) center no-repeat;
}
.ys .ys_main .ys_tab .ys_btn .ys_p:hover {
  background: url(../images/ys_p2.png) center no-repeat;
}
.ys .ys_main .ys_tab .ys_btn .ys_n {
  background: url(../images/ys_n.png) center no-repeat;
}
.ys .ys_main .ys_tab .ys_btn .ys_n:hover {
  background: url(../images/ys_n2.png) center no-repeat;
}
.ys .ys_main .ys_tab .ys_btn span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  background-color: #b5b5b5;
  margin: 0 10px;
}
.ys .ys_main .ys_tab .ys_btn .ys_menu {
  display: inline-block;
  vertical-align: middle;
}
.ys .ys_main .ys_tab .ys_btn .ys_menu ul li {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #03a766;
  font-size: 0;
  margin: 0 5px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_tab .ys_btn .ys_menu ul li.on {
  transform: scale(1.2);
}
.case {
  width: 100%;
  height: 535px;
  background: url(../images/case_bg.jpg) center no-repeat;
}
.case .case_main .title1 > h5 {
  width: 180px;
}
.case .case_main .title1 > em {
  display: block;
  width: 1px;
  height: 41px;
  background-color: #cccccc;
  margin-top: 40px;
}
.case .case_main .case_r {
  width: 762px;
}
.case .case_main .case_r .case_view {
  height: 440px;
  overflow: hidden;
}
.case .case_main .case_r .case_view .tempWrap {
  width: 100% !important;
}
.case .case_main .case_r .case_view ul li {
  float: left;
  width: 360px;
  margin-right: 40px;
}
.case .case_main .case_r .case_view ul li > span {
  display: block;
  width: 41px;
  height: 1px;
  background-color: #cccccc;
  border-radius: 1px;
}
.case .case_main .case_r .case_view ul li > i {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  color: #cccccc;
  margin: 15px 0 30px;
}
.case .case_main .case_r .case_view ul li > a {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 20px 0px 20px 0px;
}
.case .case_main .case_r .case_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 20px 0px;
}
.case .case_main .case_r .case_view ul li .case_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
  margin: 30px 0 20px;
  box-sizing: border-box;
}
.case .case_main .case_r .case_view ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
  margin-bottom: 16px;
}
.case .case_main .case_r .case_view ul li .case_txt > span {
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #999999;
}
.case .case_main .case_r .case_view ul li:hover > a > img {
  border-radius: 0px 20px 0px 20px;
}
.case .case_main .case_r .case_view ul li:hover .case_txt > a {
  color: #03a766;
  padding-left: 5px;
}
.case .case_main .case_r .case_btn {
  margin-top: 40px;
}
.case .case_main .case_r .case_btn span {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  height: 1px;
  background-color: #dedede;
}
.case .case_main .case_r .case_btn .case_p,
.case .case_main .case_r .case_btn .case_n {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 19px;
  height: 27px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_r .case_btn .case_p {
  background: url(../images/case_p.png) center no-repeat;
}
.case .case_main .case_r .case_btn .case_p:hover {
  background: url(../images/case_p2.png) center no-repeat;
}
.case .case_main .case_r .case_btn .case_n {
  background: url(../images/case_n.png) center no-repeat;
}
.case .case_main .case_r .case_btn .case_n:hover {
  background: url(../images/case_n2.png) center no-repeat;
}
.about {
  width: 100%;
  height: 813px;
  margin-top: 70px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center top no-repeat;
}
.about .ab_main {
  padding-left: 85px;
  box-sizing: border-box;
}
.about .ab_main .title1 > h5 {
  width: 180px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  line-height: 71px;
  position: relative;
  z-index: 1;
  margin: 138px 0 30px;
}
.about .ab_main .ab_con .ab_txt > h3::after {
  content: "";
  position: absolute;
  width: 351px;
  height: 51px;
  border-radius: 25px;
  border: solid 1px #03a766;
  top: 10px;
  left: 22px;
  z-index: -1;
}
.about .ab_main .ab_con .ab_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 71px;
  height: 71px;
  background-color: #03a766;
  border-radius: 50%;
  position: relative;
}
.about .ab_main .ab_con .ab_txt > h3 > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ab_tit.png) center no-repeat;
}
.about .ab_main .ab_con .ab_txt > h3 > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  margin-left: 26px;
  color: #555555;
}
.about .ab_main .ab_con .ab_txt > h5 {
  width: 615px;
  font-size: 15px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  color: #555555;
  margin-bottom: 70px;
}
.about .ab_main .ab_con .ab_txt .ab_links {
  padding-left: 25px;
  box-sizing: border-box;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item {
  float: left;
  width: 235px;
  height: 80px;
  margin-left: 77px;
  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_item > a {
  display: block;
  width: 100%;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a > i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  background-color: #666666;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a > i::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;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a > span {
  float: left;
  width: 31px;
  height: 1px;
  background-color: #cccccc;
  margin: 38px 24px 0;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a > em {
  margin-top: 20px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item > a > em > i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #555555;
  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_item > a > em > span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  margin-top: 10px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:hover {
  transform: scale(1.05);
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:hover > a > i::after {
  animation: 1.5s infinite jello;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:hover > a > em > i {
  color: #03a766;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(1) > a > i::after {
  background: url(../images/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(2) {
  width: 202px;
}
.about .ab_main .ab_con .ab_txt .ab_links .ab_item:nth-child(2) > a > i::after {
  background: url(../images/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_con .honer {
  width: 314px;
  height: 435px;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 58px;
  background: url(../images/honer_bg.png) center no-repeat;
}
.about .ab_main .ab_con .honer > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .ab_main .ab_con .honer > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_main .ab_con .honer:hover > a > img {
  transform: scale(1.1) rotateZ(5deg);
}
.news {
  width: 100%;
  margin: 70px 0 70px;
  box-sizing: border-box;
}
.news .news_main .news_top {
  width: 100%;
}
.news .news_main .news_top .title1 {
  margin-top: 5px;
}
.news .news_main .news_top .title1 > h5 {
  width: 180px;
}
.news .news_main .news_top .news_rtr {
  width: 950px;
}
.news .news_main .news_top .news_rtr ul {
  width: 100%;
}
.news .news_main .news_top .news_rtr ul li {
  width: 100%;
}
.news .news_main .news_top .news_rtr ul li:hover > a > img {
  transform: scale(1.02);
}
.news .news_main .news_top .news_rtr ul li:hover .news_txt > a {
  color: #03a766;
  transform: translate(5px);
}
.news .news_main .news_top .news_rtr ul li > a {
  width: 270px;
  height: 180px;
  overflow: hidden;
  border-radius: 20px 0px 20px 0px;
}
.news .news_main .news_top .news_rtr ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 20px 0px;
}
.news .news_main .news_top .news_rtr ul li .news_txt {
  width: 616px;
  margin-top: 6px;
}
.news .news_main .news_top .news_rtr ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #484848;
  margin: 12px 0 25px;
}
.news .news_main .news_top .news_rtr ul li .news_txt > span {
  display: block;
  width: 51px;
  height: 1px;
  background-color: #dddddd;
  margin-bottom: 25px;
}
.news .news_main .news_top .news_rtr ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  height: 52px;
  overflow: hidden;
}
.news .news_main .news_botm {
  width: 100%;
  margin-top: 50px;
}
.news .news_main .news_botm .news_menu ul li {
  float: left;
  width: 141px;
  height: 47px;
  background-color: #ececec;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #444444;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.news .news_main .news_botm .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444444;
}
.news .news_main .news_botm .news_menu ul li.on .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%);
}
.news .news_main .news_botm .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_botm .news_con {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin-top: 40px;
}
.news .news_main .news_botm .news_con .news_list {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.news .news_main .news_botm .news_con .news_list .news_item {
  height: 390px;
}
.news .news_main .news_botm .news_con .news_list .news_item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li {
  flex: 0 0 360px;
  float: left;
  width: 360px;
  height: 110px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px 30px 0 28px;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > a {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444444;
  position: relative;
  padding-left: 34px;
  box-sizing: border-box;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/news_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > p {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin-top: 18px;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > p > span {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > p > a {
  font-size: 12px;
  color: #999999;
  position: relative;
  line-height: 16px;
  height: 16px;
  padding-right: 15px;
  box-sizing: border-box;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li > p > a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 100%;
  background: url(../images/news_ico3.png) center no-repeat;
  right: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .news_main .news_botm .news_con .news_list .news_item ul li:hover > a {
  color: #03a766;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li:hover > a::after {
  transform: rotateY(360deg);
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li:hover > p > a {
  color: #03a766;
}
.news .news_main .news_botm .news_con .news_list .news_item ul li:hover > p > a::after {
  transform: rotateY(360deg);
  background: url(../images/news_ico4.png) center no-repeat;
}
.links {
  width: 100%;
  background-color: #f8f8f8;
  padding: 33px 0;
}
.links .link_main .link_tit {
  width: 80px;
  height: 34px;
  background-color: #03a766;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.links .link_main .link_list {
  width: calc(1200px - 100px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #444444;
  padding: 0 10px;
  margin: 0 10px;
}
