/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider-main li img{
 display: block;
 width: 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;
  width: 7px;
  height: 7px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.banner .osSlider-main .slider-nav li::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.banner .osSlider-main .slider-nav li.active {
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active::after {
  opacity: 1;
}
.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: #8cc640;
  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: #8cc640;
  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: #8cc640;
  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 > h3 {
  font-size: 32px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 33px;
  letter-spacing: 6px;
}
.title1 > h3 a {
  color: #ffffff;
}
.title1 > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 10px;
  background: url(../images/tit.png) center no-repeat;
  margin-left: 10px;
}
.title1 > h4 {
  width: 245px;
  height: 20px;
}
.ser {
  width: 100%;
  height: 88px;
  background: #8cc640;
  line-height: 88px;
}
.ser .ser_main > p > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: Arial;
  color: #e6ffc6;
}
.ser .ser_main > p > em {
  display: inline-block;
  vertical-align: middle;
  width: 108px;
  height: 1px;
  background-color: #ffffff;
}
.ser .ser_main > p > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
}
.pro {
  width: 100%;
  background: url(../images/pro_bg.jpg) center top no-repeat;
  padding-top: 33px;
  box-sizing: border-box;
  margin-top: 70px;
}
.pro .pro_main .pro_top {
  width: 100%;
}
.pro .pro_main .pro_top .title1 h4 {
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_main .pro_top .pro_fl {
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  padding-bottom: 34px;
  margin-top: 34px;
}
.pro .pro_main .pro_top .pro_fl ul li {
  float: left;
  font-size: 18px;
  line-height: 18px;
  width: 170px;
  position: relative;
  margin-right: 15px;
}
.pro .pro_main .pro_top .pro_fl ul li:hover::after {
  width: 100%;
}
.pro .pro_main .pro_top .pro_fl ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #8cc640;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 50%;
  transform: translate(-50%);
  bottom: -35px;
}
.pro .pro_main .pro_top .pro_fl ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333333;
}
.pro .pro_main .pro_top .pro_fl ul li:nth-last-child(1) {
  margin-right: 0;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 80px;
}
.pro .pro_main .pro_view ul li {
  float: left;
  width: 365px;
  height: 300px;
  position: relative;
  z-index: 1;
  margin: 0 52px 44px 0;
}
.pro .pro_main .pro_view ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 337px;
  height: 269px;
  border-radius: 10px;
  border: solid 1px #dedede;
  right: 0;
  bottom: 0;
}
.pro .pro_main .pro_view ul li .pro_v {
  width: 327px;
  height: 254px;
  border-radius: 10px;
  border: solid 5px #dedede;
  box-sizing: border-box;
  background: #fff;
}
.pro .pro_main .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_view ul li .pro_v > 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 ul li .pro_txt {
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.pro .pro_main .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 120px 0 60px;
  box-sizing: border-box;
  position: relative;
}
.pro .pro_main .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 100%;
  top: 0;
  right: 45px;
  background: url(../images/pro_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li:hover .pro_v > a > img {
  transform: scale(1.05);
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a {
  color: #8cc640;
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a::after {
  background: url(../images/pro_err2.png) center no-repeat;
}
.pro .pro_main .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 200px;
  padding-top: 52px;
  box-sizing: border-box;
  margin: 10px 0 70px;
  background: url(../images/gg_bg.jpg) center no-repeat;
}
.gg .gg_main {
  height: 100%;
  position: relative;
}
.gg .gg_main .gg_txt {
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.gg .gg_main .gg_txt > h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 28px;
  letter-spacing: 3px;
}
.gg .gg_main .gg_txt > h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
}
.gg .gg_main .gg_txt > h4 {
  font-size: 16px;
  line-height: 14px;
  color: #d3ff99;
}
.gg .gg_main .gg_tell {
  color: #ffffff;
  line-height: 34px;
  margin-top:10px;
  margin-left:20px;
}
.gg .gg_main .gg_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: url(../images/gg_tell.png) center no-repeat;
  animation: 2s infinite msClock;
  margin-right: 20px;
}
.gg .gg_main .gg_tell > em {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: Arial;
  letter-spacing: 3px;
}
.gg .gg_main > a {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  margin: 10px 0 0 177px;
}
.gg .gg_main > a:hover::after {
  animation: 1.5s infinite jello;
}
.gg .gg_main > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url(../images/gg_qq.png) center no-repeat;
}
.gg .gg_main .ewm {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: -40px;
  top: 10px;
}
.gg .gg_main .ewm:hover > img {
  width: 100px;
}
.gg .gg_main .ewm > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
}
.gg .gg_main .ewm > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/gg_wx.png) center no-repeat;
  animation: 1.5s infinite jello;
}
.gg .gg_main .ewm > img {
  position: absolute;
  width: 0;
  height: 100px;
  top: 75px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys {
  width: 100%;
  height: 672px;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  height: 100%;
}
.ys .ys_main > a {
  display: block;
  width: 47px;
  height: 130px;
  writing-mode: tb-rl;
  background-color: #f2ffe1;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #8cc640;
  text-align: center;
  line-height: 47px;
  margin: 498px 0 0 90px;
}
.ys .ys_main .ys_con {
  width: 890px;
  height: 100%;
  padding-top: 96px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_tit > h3 {
  font-size: 44px;
  line-height: 24px;
  font-weight:bold;
  letter-spacing: 10px;
  color: #364b58;
  margin-bottom: 20px;
}
.ys .ys_main .ys_con .ys_tit > h4 {
  font-size: 18px;
  line-height: 30px;
  font-family: Arial;
  letter-spacing: 3px;
  color: #999999;
}
.ys .ys_main .ys_con .ys_tab {
  width: 100%;
  height: 441px;
  margin-top: 40px;
  position: relative;
}
.ys .ys_main .ys_con .ys_tab > ul {
  width: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul li {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-top: 83px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_tab > ul li > span {
  position: absolute;
  z-index: -1;
  font-size: 180px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 18px;
  color: #e3ffbf;
  line-height: 130px;
  top: 0;
  left: 453px;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_txt {
  width: 426px;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_txt > h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 24px;
  color: #364b58;
  font-weight:bold;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_txt > h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -36px;
  width: 72px;
  height: 72px;
  background-color: #e3ffbf;
  border-radius: 50%;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_txt > p {
  width: 100%;
  font-size: 18px;
  line-height: 42px;
  color: #666666;
  margin-top: 70px;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_v {
  width: 405px;
  height: 358px;
  border: solid 7px #ecffd3;
  border-radius: 10px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_tab > ul li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_tab .ys_hd {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 2;
}
.ys .ys_main .ys_con .ys_tab .ys_hd ul li {
  float: left;
  width: 27px;
  height: 18px;
  border-radius: 2px;
  border: solid 3px #bce08d;
  box-sizing: border-box;
  margin-right: 26px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_tab .ys_hd ul li.on {
  border: solid 3px #8cc640;
}
.ys .ys_main .ys_con .ys_tab .ys_p,
.ys .ys_main .ys_con .ys_tab .ys_n {
  position: absolute;
  width: 58px;
  height: 17px;
  bottom: 14px;
  cursor: pointer;
  z-index: 2;
}
.ys .ys_main .ys_con .ys_tab .ys_p {
  left: 277px;
  background: url(../images/ys_p.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_tab .ys_n {
  left: 398px;
  background: url(../images/ys_n.png) center no-repeat;
}
.case {
  width: 100%;
  background: url(../images/case_bg.jpg) center no-repeat;
  height: 653px;
  padding-top: 33px;
  box-sizing: border-box;
  margin-top: 70px;
  overflow: hidden;
}
.case .case_main .case_top .title1 > h4 {
  width: 247px;
  height: 20px;
  background: url(../images/case_tit.png) center no-repeat;
}
.case .case_main .case_top > p {
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 5px;
  color: #333333;
  margin-top: 42px;
}
.case .case_main .case_con {
  width: 100%;
  margin-top: 133px;
}
.case .case_main .case_con .case_l {
  width: 448px;
}
.case .case_main .case_con .case_l ul {
  width: 100%;
}
.case .case_main .case_con .case_l ul li {
  width: 100%;
  height: 168px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.38);
  box-sizing: border-box;
  margin-bottom: 36px;
}
.case .case_main .case_con .case_l ul li:hover .case_v {
  border-radius: 30px 0 30px 0;
  border: solid 1px #8cc640;
}
.case .case_main .case_con .case_l ul li:hover .case_v > a {
  border-radius: 30px 0 30px 0;
}
.case .case_main .case_con .case_l ul li:hover .case_v > a > img {
  border-radius: 30px 0 30px 0;
  transform: scale(1.05);
}
.case .case_main .case_con .case_l ul li:hover .case_txt > h3 > a {
  color: #8cc640;
  transform: translate(5px);
}
.case .case_main .case_con .case_l ul li .case_v {
  width: 152px;
  height: 133px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #cacaca;
  padding: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_l ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.case .case_main .case_con .case_l ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.case .case_main .case_con .case_l ul li .case_txt {
  width: 238px;
  margin-left: 20px;
}
.case .case_main .case_con .case_l ul li .case_txt > h3 {
  width: 100%;
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  margin: 20px 0;
}
.case .case_main .case_con .case_l ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_con .case_l ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  color: #666666;
}
.case .case_main .case_con .case_l ul li .case_txt > a {
  float: right;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}
.case .case_main .case_con .case_l ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  background-color: #8cc640;
  left: 0;
  top: 5px;
}
.case .case_main .case_con .case_r {
  width: 720px;
}
.case .case_main .case_con .case_r ul li {
  float: left;
  width: 334px;
  margin-right: 52px;
}
.case .case_main .case_con .case_r ul li:hover .case_v {
  border: solid 1px #8cc640;
  border-radius: 50px 0 50px 0;
}
.case .case_main .case_con .case_r ul li:hover .case_v > a {
  border-radius: 50px 0 50px 0;
}
.case .case_main .case_con .case_r ul li:hover .case_v > a > img {
  border-radius: 50px 0 50px 0;
  transform: scale(1.05);
}
.case .case_main .case_con .case_r ul li:hover > a {
  padding: 0 20px 0 14px;
}
.case .case_main .case_con .case_r ul li .case_v {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  border: solid 1px #999;
  box-sizing: border-box;
  padding: 4px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_r ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .case_r ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.case .case_main .case_con .case_r ul li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  padding: 0 14px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 20px;
  text-align: right;
}
.case .case_main .case_con .case_r ul li:nth-child(2n) {
  margin-right: 0;
}
.about {
  width: 100%;
  height: 710px;
  background: url(../images/ab_bg.jpg) center no-repeat;
  padding-top: 73px;
  box-sizing: border-box;
  margin-top: 70px;
}
.about .ab_main {
  height: 100%;
  position: relative;
}
.about .ab_main .honer {
  position: absolute;
  width: 185px;
  height: 245px;
  padding: 22px;
  box-sizing: border-box;
  top: 303px;
  left: 490px;
  background: url(../images/honer_bg.png) center no-repeat;
}
.about .ab_main .honer:hover > a > img {
  transform: scale(1.05);
}
.about .ab_main .honer > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .ab_main .honer > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about .ab_main .ab_txt {
  width: 618px;
  margin: 58px 0 0 62px;
}
.about .ab_main .ab_txt > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.about .ab_main .ab_txt > span {
  display: block;
  width: 56px;
  height: 2px;
  background-color: #364b58;
  margin: 44px 0 30px;
}
.about .ab_main .ab_txt > h5 {
  width: 100%;
  font-size: 16px;
  line-height: 42px;
  height: 126px;
  overflow: hidden;
  color: #333333;
}
.about .ab_main .ab_txt > a {
  display: block;
  width: 135px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  background-color: #364b58;
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  margin-top: 50px;
}
.about .ab_main .ab_txt > a:hover {
  background: #fff;
  color: #364b58;
}
.about .ab_main .ab_v {
  width: 466px;
  height: 596px;
  position: relative;
  overflow: hidden;
}
.about .ab_main .ab_v::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.about .ab_main .ab_v:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
}
.news {
  width: 100%;
  margin-top: 70px;
  padding-top: 33px;
  box-sizing: border-box;
  background: url(../images/pro_bg.jpg) center top no-repeat;
}
.news .news_main {
  height: 100%;
  position: relative;
}
.news .news_main .news_menu {
  position: absolute;
  right: 0;
  top: 15px;
}
.news .news_main .news_menu ul li {
  float: left;
  font-size: 20px;
  color: #364b58;
  position: relative;
  margin-right: 35px;
}
.news .news_main .news_menu ul li::after {
  content: "/";
  position: absolute;
  color: #364b58;
  font-size: 18px;
  left: 88px;
  top: 0;
}
.news .news_main .news_menu ul li > a {
  color: #364b58;
}
.news .news_main .news_menu ul li.on > a {
  color: #8cc640;
}
.news .news_main .news_menu ul li:nth-last-child(1) {
  margin-right: 0;
}
.news .news_main .news_menu ul li:nth-last-child(1)::after {
  display: none;
}
.news .news_main .title1 > h4 {
  width: 260px;
  height: 20px;
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_con {
  width: 100%;
  height: 768px;
  overflow: hidden;
  margin-top: 87px;
}
.news .news_main .news_con .news_list .news_item .news_l {
  width: 780px;
}
.news .news_main .news_con .news_list .news_item .news_l ul li {
  float: left;
  width: 370px;
  height: 364px;
  background-color: #fbfdf8;
  border-radius: 5px;
  position: relative;
  margin: 0 37px 40px 0;
}
.news .news_main .news_con .news_list .news_item .news_l ul li:hover > a > img {
  transform: scale(1.05);
}
.news .news_main .news_con .news_list .news_item .news_l ul li:hover .news_txt > span {
  border: solid 1px #8cc640;
  background: #8cc640;
  color: #fff;
}
.news .news_main .news_con .news_list .news_item .news_l ul li:hover .news_txt > a {
  color: #8cc640;
  transform: translate(5px);
}
.news .news_main .news_con .news_list .news_item .news_l ul li > a {
  display: block;
  width: 100%;
  height: 212px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fbfdf8;
  border: 1px solid #dedede;
}
.news .news_main .news_con .news_list .news_item .news_l ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_list .news_item .news_l ul li .news_txt {
  width: 100%;
  padding: 30px 18px 0;
  box-sizing: border-box;
}
.news .news_main .news_con .news_list .news_item .news_l ul li .news_txt > span {
  position: absolute;
  width: 90px;
  height: 36px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  border-radius: 20px 0px 0px 0px;
  text-align: center;
  line-height: 34px;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_l ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  margin-bottom: 15px;
}
.news .news_main .news_con .news_list .news_item .news_l ul li .news_txt > p {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}
.news .news_main .news_con .news_list .news_item .news_l ul li:nth-child(2n) {
  margin-right: 0;
}
.news .news_main .news_con .news_list .news_item .news_r {
  width: 370px;
}
.news .news_main .news_con .news_list .news_item .news_r ul {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_r ul li {
  width: 100%;
  border: solid 1px #dedede;
  box-sizing: border-box;
  height: 165px;
  margin-bottom: 35px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_time {
  width: 39px;
  height: 65px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 8px;
  border-radius: 0px 10px 10px 0px;
  border: solid 1px #dedede;
  margin-top: 50px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_time > span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_time > i {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #dedede;
  opacity: 0.5;
  margin: 8px auto;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_time > em {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial;
  color: #999999;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_txt {
  width: 280px;
  margin-right: 24px;
  margin-top: 32px;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_txt > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #dedede;
  margin: 20px 0 10px;
}
.news .news_main .news_con .news_list .news_item .news_r ul li .news_txt > p {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}
.news .news_main .news_con .news_list .news_item .news_r ul li:hover .news_time {
  background-color: #8cc640;
  border: solid 1px #8cc640;
}
.news .news_main .news_con .news_list .news_item .news_r ul li:hover .news_time > span,
.news .news_main .news_con .news_list .news_item .news_r ul li:hover .news_time > em {
  color: #ffffff;
}
.news .news_main .news_con .news_list .news_item .news_r ul li:hover .news_time > i {
  background: #fff;
}
.news .news_main .news_con .news_list .news_item .news_r ul li:hover .news_txt > a {
  color: #8cc640;
  transform: translate(5px);
}
.links {
  width: 100%;
  margin: 70px 0;
}
.links .link_main .link_tit {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial;
  color: #8cc640;
  line-height: 32px;
}
.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: 32px;
  color: #364b58;
  padding: 0 10px;
  margin: 0 10px;
}
.links .link_main .link_list > a:hover {
  color: #8cc640;
  transform: translate(5px);
}
