.banner {
  margin: 0 auto;
  max-height: 960px;
  overflow: hidden;
  position: relative;
}
.scrollfixed {
  z-index: -1 !important;
}
.pics_wrap {
  width: 100%;
  max-height: 960px;
  overflow: hidden;
}
.html5zoo-img-0 img {
  width: 100%;
}
.html5zoo-arrow-left-0 {
  left: 13% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.html5zoo-arrow-right-0 {
  right: 10% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 47% !important;
  top: 88% !important;
}
.html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.banner ul.bb li {
  position: absolute;
  display: none;
}
.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}
.banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -68px;
  overflow: hidden;
  border-radius: 10px;
}
.banner .num li.num_hover {
  background-color: #f7de07;
}
.banner .num li.num_hover a {
  color: #fff;
}
.banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#bannerArrow,
#bannerCircle {
  display: none;
}
.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: #59a150;
  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: #59a150;
  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: #59a150;
  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;
}
.section {
  height: 100%;
  overflow: hidden;
}
#fp-nav {
  right: 0;
}
#fp-nav .fp-sr-only {
  display: none;
}
.title1 > h4 {
  margin: 0 auto;
  position: relative;
}
.title1 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit1.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title1 > h3 a {
  color: #ffffff;
}
.title3 > h4 {
  margin: 0 auto;
  position: relative;
}
.title3 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit1.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title3 > h3 a {
  color: #ffffff;
}
.title5 > h4 {
  margin: 0 auto;
  position: relative;
}
.title5 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit1.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title5 > h3 a {
  color: #ffffff;
}
.title2 > h4 {
  margin: 0 auto;
  position: relative;
}
.title2 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit2.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title2 > h3 a {
  color: #000000;
}
.title4 > h4 {
  margin: 0 auto;
  position: relative;
}
.title4 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit2.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title4 > h3 a {
  color: #000000;
}
.title6 > h4 {
  margin: 0 auto;
  position: relative;
}
.title6 > h3 {
  width: 271px;
  height: 58px;
  background: url(../images/tit2.png) center no-repeat;
  padding-left: 97px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
  line-height: 58px;
  margin: 2px auto 0;
  position: relative;
}
.title6 > h3 a {
  color: #000000;
}
.about {
  width: 100%;
  height: 100%;
  padding-top: 8%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .title1 > h4 {
  width: 173px;
  height: 28px;
  background: url(../images/ab_tit.png) center no-repeat;
}
.about .ab_main > h5 {
  width: 760px;
  margin: 70px auto 70px;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  text-align: center;
  position: relative;
}
.about .ab_main .honer {
  width: 1200px;
  margin: 0 auto;
  height: 238px;
}
.about .ab_main .honer .honer_view {
  width: 100%;
  height: 238px;
  position: relative;
}
.about .ab_main .honer .honer_view .honer_p,
.about .ab_main .honer .honer_view .honer_n {
  position: absolute;
  cursor: pointer;
  width: 39px;
  height: 39px;
  top: 80px;
}
.about .ab_main .honer .honer_view .tempWrap {
  width: 100% !important;
}
.about .ab_main .honer .honer_view ul li {
  float: left;
  width: 276px;
  margin-right: 30px;
  position: relative;
}
.about .ab_main .honer .honer_view ul li:hover .honer_v > a > img {
  transform: scale(1);
}
.about .ab_main .honer .honer_view ul li .honer_v {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
}
.about .ab_main .honer .honer_view ul li .honer_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about .ab_main .honer .honer_view ul li .honer_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
  border-radius: 10px;
}
.about .ab_main .honer .honer_view ul li .honer_txt {
  width: 100%;
  margin-top: 20px;
}
.about .ab_main .honer .honer_view ul li .honer_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
}
.about .ab_main .honer .honer_view .honer_p {
  left: -80px;
  background: url(../images/ab_p.png) center no-repeat;
}
.about .ab_main .honer .honer_view .honer_n {
  right: -80px;
  background: url(../images/ab_n.png) center no-repeat;
}
.about .stage {
  position: absolute;
  width: 100%;
  height: 165px;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.about .sheep {
  position: absolute;
  width: 164px;
  height: 122px;
  background-image: url(../images/sheep.png);
  background-position: 0 0;
  cursor: -webkit-grabbing;
  background-repeat: no-repeat;
  bottom: 20px;
  right: -164px;
}
.pro {
  width: 100%;
  padding-top: 8%;
  box-sizing: border-box;
  height: 100%;
  background: url(../images/pro_bg.jpg) center no-repeat;
}
.pro .title2 > h4 {
  width: 307px;
  height: 28px;
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_con {
  margin-top: 70px;
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.pro .pro_con .pro_view {
  width: 100%;
}
.pro .pro_con .pro_view ul li .pro_v {
  width: 100%;
  height: 450px;
  background-color: #c0e2e6;
  padding: 8px solid #c0e2e6;
  box-sizing: border-box;
}
.pro .pro_con .pro_view ul li .pro_v:hover > a > img {
  transform: scale(1);
}
.pro .pro_con .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pro .pro_con .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%;
  transform: scale(1.05);
}
.pro .pro_con .pro_view ul li .honer_ttx {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
}
.pro .pro_con .pro_view ul li .honer_ttx > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}
.pro .pro_con .pro_view ul li .honer_ttx > a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 20px;
  background: url(../images/pro_err.png) center no-repeat;
  animation: 2s infinite myfirst2;
  top: 20px;
  right: 25px;
}
.ys {
  width: 100%;
  height: 100%;
  padding-top: 6.5%;
  box-sizing: border-box;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .title3 > h4 {
  width: 413px;
  height: 28px;
  background: url(../images/ys_tit.png) center no-repeat;
}
.ys .ys_main .ys_con {
  width: 100%;
  margin-top: 30px;
}
.ys .ys_main .ys_con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ys .ys_main .ys_con ul li {
  flex: 0 0 25%;
  float: left;
  width: 25%;
  height: 660px;
  background: rgba(0, 0, 0, 0.3);
  padding: 54px 0 0 30px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}
.ys .ys_main .ys_con ul li .ys_txt {
  color: #ffffff;
}
.ys .ys_main .ys_con ul li .ys_txt > h3 {
  font-size: 30px;
  line-height: 30px;
}
.ys .ys_main .ys_con ul li .ys_txt > span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 25px 0;
}
.ys .ys_main .ys_con ul li .ys_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #f0f0f0;
}
.ys .ys_main .ys_con ul li .ys_txt > p {
  width: 252px;
  font-size: 14px;
  line-height: 30px;
  color: #f0f0f0;
  margin-top: 25px;
}
.ys .ys_main .ys_con ul li .ys_v {
  width: 260px;
  height: 330px;
  margin-top: 40px;
}
.ys .ys_main .ys_con ul li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con ul li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.3);
}
.ys .ys_main .ys_con ul li:nth-child(2n) .ys_txt > h3 {
  color: #333333;
}
.ys .ys_main .ys_con ul li:nth-child(2n) .ys_txt > span {
  background-color: #333333;
}
.ys .ys_main .ys_con ul li:nth-child(2n) .ys_txt > h4 {
  color: #505050;
}
.ys .ys_main .ys_con ul li:nth-child(2n) .ys_txt > p {
  color: #505050;
}
.fc {
  width: 100%;
  height: 100%;
  padding-top: 7%;
  box-sizing: border-box;
}
.fc .fc_main .title4 > h4 {
  width: 456px;
  height: 28px;
  background: url(../images/fc_tit.png) center no-repeat;
}
.fc .fc_main .fc_view {
  width: 100%;
  margin-top: 50px;
}
.fc .fc_main .fc_view ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fc .fc_main .fc_view ul li {
  flex: 0 0 630px;
  float: left;
  width: 630px;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
.fc .fc_main .fc_view ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc .fc_main .fc_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.fc .fc_main .fc_view ul li .fc_txt {
  position: absolute;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 58px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.fc .fc_main .fc_view ul li .fc_txt > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
}
.fc .fc_main .fc_view ul li:hover > a > img {
  transform: scale(1);
}
.fc .fc_main .fc_view ul li:hover .fc_txt {
  transform: translate(-50%, -50%) scale(1);
}
.news {
  width: 100%;
  height: 100%;
  padding-top: 6%;
  box-sizing: border-box;
  position: relative;
}
.news .news_main .title6 > h4 {
  width: 335px;
  height: 28px;
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 48px;
}
.news .news_main .news_con .news_menu {
  width: 100%;
  text-align: center;
}
.news .news_main .news_con .news_menu::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #aaaaaa;
  opacity: 0.3;
}
.news .news_main .news_con .news_menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  height: 35px;
  position: relative;
  width: 65px;
  text-align: center;
  margin: 0 35px;
}
.news .news_main .news_con .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #59a150;
  bottom: 0;
  left: 50%;
  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.on::after {
  width: 100%;
}
.news .news_main .news_con .news_menu ul li.on > a {
  color: #59a150;
}
.news .news_main .news_con .news_tab {
  width: 100%;
  margin-top: 60px;
}
.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:hover .news_lt > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l:hover .news_lt .news_txt > h3 > a {
  color: #59a150;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_time {
  text-align: right;
  width: 100px;
  height: 516px;
  box-sizing: border-box;
  padding: 310px 32px 0 0;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_time > h3 {
  font-size: 26px;
  line-height: 26px;
  font-family: Arial;
  color: #333333;
  margin-bottom: 10px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_time > span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt {
  width: 500px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt > a {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt {
  width: 100%;
  padding: 40px 0 0 40px;
  box-sizing: border-box;
  background: url(../images/news_line.png) left top no-repeat;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt > h3 {
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt > h3 > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  color: #666666;
  margin: 20px 0;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt > a {
  display: block;
  width: 150px;
  border-top: 1px solid rgba(170, 170, 170, 0.5);
  box-sizing: border-box;
  font-size: 14px;
  height: 46px;
  line-height: 45px;
  padding-left: 45px;
  position: relative;
  color: #666666;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_l .news_lt .news_txt > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  background: url(../images/news_err.png) center no-repeat;
  top: 17px;
  right: 44px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r {
  width: 620px;
  position: relative;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r::after {
  content: "";
  position: absolute;
  height: 520px;
  width: 1px;
  background-color: #aaaaaa;
  opacity: 0.4;
  left: 98px;
  top: -40px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li {
  width: 100%;
  height: 140px;
  margin-bottom: 28px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_time {
  text-align: right;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_time > h3 {
  font-size: 26px;
  line-height: 20px;
  font-family: Arial;
  color: #333333;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_time > p {
  font-size: 14px;
  line-height: 14px;
  font-family: Arial;
  color: #666666;
  margin-top: 10px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_rt {
  width: 522px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  box-sizing: border-box;
  padding-left: 40px;
  height: 100%;
  margin-top: 10px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_rt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li .news_rt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #666666;
  margin-top: 25px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:hover .news_rt > a {
  color: #59a150;
  padding-left: 5px;
}
.news .news_main .news_con .news_tab .news_list .news_item .news_r ul li:nth-last-child(1) .news_rt {
  border: none;
}
@media (max-width: 1680px) {
  .news .news_main .news_con {
    margin-top: 1%;
  }
  .news .news_main .news_con .news_tab .news_list .news_item .news_r::after {
    height: 100%;
    top: 0;
  }
  .fc .fc_main .fc_view {
    margin-top: 1%;
  }
  .ys .ys_main .ys_con {
    margin-top: 1%;
  }
  .pro .pro_con {
    margin-top: 1%;
  }
  .about .ab_main > h5 {
    margin: 1% auto 2%;
  }
}



