﻿.main {
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 150px 0;
  padding-top: 100px;
  margin-top: 120px;
}
.tabBodyItem {
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
}
.tabBodyItem img {
  max-width: 100%;
}
.tabBodyCurrent {
  display: block;
}
.his {
  padding-top: 80px;
}
.his img {
  max-width: 100%;
  height: auto;
}
.ceo {
  padding-top: 80px;
}
.ceo img {
  max-width: 100%;
  height: auto;
}
.prize {
  padding-top: 80px;
}
.prize img {
  max-width: 100%;
  height: auto;
}
.articlewarp {
  padding-top: 80px;
}
.articlewarp .listitem {
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 30px;
}
.articlewarp .listitem .img {
  width: 48%;
}
.articlewarp .listitem .img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.articlewarp .listitem .info {
  width: 52%;
  padding: 10px;
  text-align: left;
  padding-left: 20px;
}
.articlewarp .listitem .info .title {
  font-size: 26px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 25px;
}
.articlewarp .listitem .info .content p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 14px;
  text-align: justify;
}
.tabItemContainer {
  line-height: 66px;
  border-bottom: solid 1px #cacaca;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.tabItemContainer li {
  display: inline-block;
  margin: 0 20px;
}
.tabItemContainer li a {
  display: inline-block;
  color: #212121;
  font-size: 16px;
  padding: 0 20px;
}
.tabItemContainer li a.tabItemCurrent {
  border-bottom: solid 4px #ee3523;
  color: #ee3523;
}
.sy-c {
  padding: 80px 0;
  position: relative;
  width: 1200px;
  text-align: center;
}
.sy-c .swiper-container1 {
  position: relative;
  width: 1200px;
  overflow: hidden;
}
.sy-c .swiper-container1 .item {
  display: block;
  padding: 12px;
  border-radius: 6px;
  background: #f6f6f6;
}
.sy-c .swiper-container1 .item:hover {
  box-shadow: 0px 7px 21px 0px rgba(232, 232, 232, 0.29);
}
.sy-c .swiper-container1 .item:hover .detail-btn {
  color: #fefefe !important;
  background-color: #fa4a39;
  cursor: pointer;
}
.sy-c .swiper-container1 .item .item-img {
  width: 380px;
  height: 130px;
}
.sy-c .swiper-container1 .item .box1 {
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #212121;
}
.sy-c .swiper-container1 .item .box2 {
  display: -webkit-box;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sy-c .swiper-container1 .item .box3 {
  position: relative;
  margin-top: 20px;
}
.sy-c .swiper-container1 .item .box3 .left {
  text-align: left;
}
.sy-c .swiper-container1 .item .box3 .left .toptext {
  color: #545454;
  font-size: 24px;
}
.sy-c .swiper-container1 .item .box3 .left .bottomtext {
  color: #545454;
  font-size: 14px;
}
.sy-c .swiper-container1 .item .box3 .right {
  position: absolute;
  right: 0;
  top: 12px;
}
.sy-c .swiper-container1 .item .box3 .right .detail-btn {
  width: 87px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #fa4a39;
  border: 2px solid #fa4a39;
  border-radius: 50px;
  font-size: 14px;
}
.sy-c .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -55px;
}
.sy-c .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -55px;
}
.symore-btn {
  width: 160px;
  height: 44px;
  border-radius: 50px;
  color: #fff;
  line-height: 44px;
  background-color: #fd4e3e;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.symore-btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .main {
    margin-top: 60px;
    padding: 0;
  }
  .articlewarp,
  .prize,
  .ceo,
  .his {
    padding-top: 20px;
  }
  .articlewarp .listitem {
    margin-bottom: 10px;
  }
  .tabItemContainer {
    line-height: 44px;
  }
  .tabItemContainer li {
    margin: 0;
  }
  .tabItemContainer li a {
    padding: 0 5px;
    font-size: 14px;
  }
  .articlewarp .listitem .img {
    display: block;
    width: 100%;
  }
  .articlewarp .listitem .info {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .sy-c {
    width: 100%;
    padding: 30px 0;
  }
  .sy-c .swiper-container1 {
    width: 100%;
  }
  .symore-btn {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .sy-c .swiper-button-next {
    right: 40%;
    top: 100%;
    transform: scale(0.5);
  }
  .sy-c .swiper-button-prev {
    left: 40%;
    top: 100%;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 1460px) and (min-width: 768px) {
  .sy-c .swiper-button-prev {
    top: 92%;
    left: 420px;
    transform: scale(0.7);
  }
  .sy-c .swiper-button-next {
    top: 92%;
    right: 420px;
    transform: scale(0.7);
  }
}



.main {
  background: #fff;
}
.company {
  width: 100%;
  height: 300px;
  background: url(../images/gsdt.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.company span {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  border-bottom: solid 4px #ee3523;
  margin-top: 180px;
}
.listwarp {
  padding-bottom: 100px;
}
.listwarp li {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 30px;
  position: relative;
  width: 100%;
  display: table;
  line-height: 1;
}
.listwarp li:hover {
  background: #fd4e3e;
}
.listwarp li:hover a {
  color: #fff;
}
.listwarp li:hover .news_aimg1 {
  display: block;
}
.listwarp li:hover .news_aimg2 {
  display: none;
}
.listwarp li .news_aimg1 {
  display: none;
}
.listwarp li a {
  display: table;
  color: #212121;
  width: 100%;
  position: relative;
}
.listwarp li .news_aBoxb {
  width: 15%;
  vertical-align: top;
  text-align: left;
  float: left;
}
.listwarp li .news_aBoxb .news_app2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.listwarp li .news_aBoxb .news_app3 img {
  max-width: 100%;
}
.listwarp li .news_aBoxc {
  width: 85%;
  float: left;
}
.listwarp li .news_aBoxc .title {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.listwarp li .news_aBoxc .news {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
@media (max-width: 768px) {
  .company {
    height: 118px;
  }
  .company span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-bottom: solid 4px #ee3523;
    margin-top: 70px;
  }
  .listwarp {
    padding-bottom: 10px;
  }
  .listwarp li {
    margin-top: 10px;
  }
  .listwarp li .news_aBoxb {
    width: 20%;
    vertical-align: top;
    text-align: left;
  }
  .listwarp li .news_aBoxb .news_app2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .listwarp li .news_aBoxc {
    width: 80%;
  }
  .listwarp li .news_aBoxc .title {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
}