.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  position: relative;
  background-color: #000;
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 76.5%;
  height: 16.66vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  padding: 15px 0;
  color: #2491ed;
  font-size: 42px;
}
.banner .container h6 span {
  color: #37c89f;
}
.banner .container p {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  line-height: 24px;
}
.banner .container .en {
  font-size: 12px;
  letter-spacing: 2px;
}
.banner .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 50%;
  text-align: center;
}
.sec-title .en {
  color: #f2f2f2;
  font-size: 48px;
  font-weight: bolder;
}
.sec-title .title {
  position: absolute;
  top: 32px;
  left: 50%;
  color: #3e3a39;
  font-size: 26px;
  font-weight: bolder;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-title .title span {
  color: #2491ed;
}

.introduce {
  padding: 45px 0;
}
.introduce .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px;
  width: 1100px;
}
.introduce .flex-thumb {
  position: relative;
  width: 1100px;
  background-color: #e6f4ff;
}
.introduce .flex-thumb img {
  position: relative;
  top: -10px;
  right: -10px;
  width: 100%;
}
.introduce section {
  position: relative;
  top: 20px;
  width: 1100px;
  color: #222222;
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
}
.introduce section a{
  color: #2491ed;
}
.culture {
  padding: 20px 0 100px;
}
.culture .flex-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 50px;
  width: 1100px;
}
.culture .item {
  flex: 1;
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.culture .item:nth-child(1) {
  background-image: url(../../images/about/culture-01.jpg);
}
.culture .item:nth-child(2) {
  background-image: url(../../images/about/culture-02.jpg);
}
.culture .item:nth-child(3) {
  background-image: url(../../images/about/culture-03.jpg);
}
.culture .item:nth-child(4) {
  background-image: url(../../images/about/culture-04.jpg);
}
.culture .item .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 450px;
  color: #fff;
  transition: all .4s;
}
.culture .item .item-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  width: 60px;
  height: 60px;
}
.culture .item .item-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.culture .item .item-icon img {
  height: 50px;
}
.culture .item .title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bolder;
}
.culture .item span {
  font-size: 16px;
}
.culture .item p {
  display: none;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.GPM {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 45px 0;
  min-height: 550px;
  background-repeat: no-repeat;
  background-image: url(../../images/about/universe.jpg);
  background-size: cover;
  background-position: center center;
}
.GPM .title {
  color: #fff;
  text-align: center;
}
.GPM .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 28px;
  line-height: 28px;
}
.GPM .title span:before, .GPM .title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.GPM .title span:before {
  right: 100%;
}
.GPM .title span:after {
  left: 100%;
}
.GPM .flex-container {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 75px;
  width: 1100px;
}
.GPM .flex-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.GPM .content {
  width: 50%;
  color: #fff;
  text-align: justify;
  line-height: 28px;
}
.GPM .content .content-title {
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 45px;
  text-transform: uppercase;
  background: url(../../images/about/about-icon-09.png) no-repeat left center;
  background-size: 35px 32px;
}

.develope {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  height: 900px;
}
.develope .flex-container {
  flex: 1;
  position: relative;
  width: 1100px;
  overflow: hidden;
}

.news {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 50px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/about/universe.jpg);
}
.news .title {
  color: #fff;
  text-align: center;
}
.news .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 28px;
  line-height: 28px;
}
.news .title span:before, .news .title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.news .title span:before {
  right: 100%;
}
.news .title span:after {
  left: 100%;
}
.news .container {
  flex: 1;
  padding-top: 45px;
  width: 1100px;
}
.news .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 45px 25px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.news .item .item-thumb {
  margin-right: 25px;
  width: 265px;
  height: 190px;
  border-radius: 5px;
  overflow: hidden;
}
.news .item .item-content {
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.news .item .item-content:hover a {
  color: #fff;
}
.news .item em {
  font-style: normal;
  text-transform: uppercase;
}
.news .item .item-title {
  padding: 8px 0;
  font-size: 18px;
}
.news .item .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.news .item .other .more {
  display: inline-block;
  padding: 0 35px;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  border-radius: 8px;
  background-color: #2491ed;
}
.news .item .other .editor span {
  display: block;
}

.honor {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 0;
  height: 600px;
  background-color: #f9f9f9;
}
.honor .container {
  position: relative;
  padding: 45px 0 25px;
  width: 1100px;
  height: 290px;
}
.honor .container .swiper-slide{
  width: auto;
}
.honor .container .swiper-slide img{
  width: auto;
  height: 290px;
}
.honor .container .swiper-btn{
  color: #d0d0d0;
}
.honor .container .swiper-button-prev{
  left: -75px;
}
.honor .container .swiper-button-next{
  right: -75px;
}
.honor .container img {
  margin: 0 auto;
}

.partner {
  padding: 45px 0;
}
.partner .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 50px;
  width: 1100px;
}
.partner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  width: 245px;
  height: 72px;
  border: 2px solid #dfe4e9;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}


.introduceb{
  position: relative;
  cursor: pointer;
}
.introducehover{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #2491ed;
  font-size: 18px;
}
.introduceb:hover .introducehover{
  display: block;
}
/*# sourceMappingURL=about.css.map */
