.bar {
  padding-bottom: 80px;
}

.bar .bar-title{
  padding: 80px 0;
  text-align: center;
}

.bar .bar-title p:first-of-type{
  padding-bottom: 12px;
  color: #000;
  font-size: 40px;
}

.bar .bar-title p:first-of-type span{
  color: #4280e7;
}

.bar .bar-title p:last-of-type{
  font-size: 30px;
  color: #5e5e5e;
  position: relative;
}

.bar .bar-title p:last-of-type .link{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  text-align: left;
  color: #4280e7;
}

.bar .bar-title-simple{
  padding: 80px 0;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.business {
  background-color: #fff;
}

.business .business-card {
  width: 100%;
}

.business .business-card .item {
  width: 250px;
  height: 400px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
  text-align: center;
  margin-right: 64px;
  position: relative;
}

.business .business-card .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(66,128,231,0.5);
}

.business .business-card .item:hover .bottom-line{
  height: 5px;
  background: #4280e7;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.business .business-card .item:last-of-type {
  margin-right: 0;
}

.business .business-card .item img{
  width: 130px;
  margin-top: 23px;
}

.business .business-card .item .title{
  color: #000;
  font-size: 18px;
  margin-top: 6px;
}

.business .business-card .item .line{
  width: 35px;
  height: 4px;
  background: #c9c9c9;
  margin: 0 auto;
  margin-top: 16px;
}

.business .business-card .item .info{
  color: #6e6e6e;
  line-height: 32px;
  padding: 0 50px;
  margin-top: 31px;
  text-align: justify;
}

.company {
  font-size: 14px;
}

.company .company-big-card {
  margin-right: 20px;
  padding: 20px;
}

.company .company-big-card .img-box{
  width: 600px;
  height: 340px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.company .company-big-card .img-box img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e6e6e6;
}

.company .company-big-card .company-card{
  max-width: 600px;
  padding: 0;
}

.company .company-card {
  padding: 24px 20px 24px 0;
  position: relative;
  max-width: 540px;
  box-sizing: border-box;
}

.company .company-card.ac-this{
  box-shadow: 0px 0px 10px 0px rgba(71,151,251,0.16); 
  color: #4280E7 !important;
}

.company .company-card.ac-this p{
  color: #4280E7 !important;
}

.company .company-card.ac-this .info p:last-of-type{
  color: #B2D0FF !important;
}

.company .company-card.ac-this .date p:first-of-type::after {
  background-color: #4280E7;
}

.company .company-card .date{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c5c5c5;
  text-align: center;
}

.company .company-card .date p:first-of-type{
  font-size: 16px;
  padding: 3px;
  margin-bottom: 3px;
  position: relative;
}

.company .company-card .date p:first-of-type::after{
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #cbcbcb;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.company .company-card .info {
  padding-left: 60px;
}

.company .company-card .info p:first-of-type {
  color: #555555;
  margin-bottom: 6px;
}

.company .company-card .info p:last-of-type {
  color: #8a8989;
  overflow: hidden;
  white-space: nowrap;
}

.company-list {
  max-height: 640px;
}

.company  .company-list .company-card {
  margin-bottom: 20px;
}

.company  .company-list .company-card:last-of-type {
  margin-bottom: 0;
}

.company  .company-list .company-card .date {
  left: 20px;
}

.company  .company-list .company-card .info {
  padding-left: 70px;
}

.honor {
  background-color: #fbfbfb;
  overflow: hidden;
}

.honor .content{
  position: relative;
}

.honor .honor-list{
  width: 100%;
}

.honor .honor-list .img-box{
  position: relative;
  width: 205px;
  height: 264px;
  background: rgba(0,0,0,0);
  overflow: hidden;
  margin: 0 auto;
}

.honor .honor-list .img-box img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.honor .honor-list .img-box p{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  background-color: #4280e7;
  opacity: 0.8;
  display: none;
}

.honor .honor-list .img-box:hover p{
  display: block;
}

.honor .button-prev, .honor .button-next {
  position: absolute;
  top: 62%;
  z-index: 9;
}

.honor .button-prev {
  left: -53px;
}

.honor .button-next {
  right: -53px;
}

.honor .button-prev .hover, .honor .button-next .hover {
  display: none;
}

.honor .button-prev:hover .hover, .honor .button-next:hover .hover {
  display: block;
}

.honor .button-prev:hover img, .honor .button-next:hover img {
  display: none;
}

.development {
  background-image: url(../img/bg_1.png);
  min-height: 920px;
  position: relative;
  overflow: hidden;
}

.development .bar {
  padding-bottom: 0;
}

.development .animate-img {
  width: 1867px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
 
.development .animate-img .img-info {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.development .animate-img .img2002,
.development .animate-img .img2005,
.development .animate-img .img2012,
.development .animate-img .img2015,
.development .animate-img .img2018,
.development .animate-img .img2022{
  position: absolute;
  bottom: 0;
  bottom: -500px;
}

.development .animate-img .img2002 {
  left: 55px;
}

.development .animate-img .img2005 {
  left: 330px;
}

.development .animate-img .img2012 {
  left: 601px;
}

.development .animate-img .img2015 {
  left: 873px;
}

.development .animate-img .img2018 {
  left: 1156px;
}

.development .animate-img .img2022 {
  width: 143px;
  height: 485px;
  left: 1433px;
}