@charset "utf-8";
.team{ width: 100%; background-color: #E9E9E9; padding-top: 32px; }


/* 团队风采 */
.team .Team-elegant-demeanour .container{ width: 100%; height: 400px; background-image: url(../images/culture_background.png); background-size: 100% 400px;display: flex; align-items: center; justify-content: center; }
  .team .Team-elegant-demeanour .container ul{ display: flex; justify-content: center; flex-direction: column; align-items: center;}
  .team .Team-elegant-demeanour .container ul li{ text-align: center; }
  .team .Team-elegant-demeanour .container ul li p{ font-size: 26px; color: #4F4F4F; letter-spacing: 1px; }
  .team .Team-elegant-demeanour .container ul li span{ font-size: 16px; color: #4E4E4E; letter-spacing: 2px; letter-spacing: 0px; margin-top: 3px; }
  .team .Team-elegant-demeanour .container ul li i{ width: 36px; height: 3px; background-color: #EC774B; display: block; margin-top: 4px; }


/* 团队精神 */
.team .teamSpirit{ width: 100%; padding: 32px 0; }

.content{ display: flex; justify-content: space-between; align-items: center;}
.content .sidebar{width: 49%; height: 520px;}
  .content .sidebar .item{ width: 100%; display: flex; justify-content: center;}
  .content .sidebar .item img{ width: 50%; height: 260px;}
  .content .sidebar .item .arrow{ width: 50%; height: 260px; background-color: #FFFFFF; position: relative; display: flex; justify-content: center; align-items: center; }
  .content .sidebar .item .arrow .arrow-left{ width: 0; height: 0; border: 26px solid transparent; border-right: 26px solid #fff; position: absolute; left: -52px;top: 50%; margin-top: -26px; z-index: 666; }
  .content .sidebar .item .arrow .arrow-right{ width: 0; height: 0; border: 26px solid transparent; border-left: 26px solid #fff; position: absolute; right: -52px;top: 50%; margin-top: -26px; z-index: 666; }
  .content .sidebar .item .arrow ul li{text-align: center; font-size: 0;}
  .content .sidebar .item .arrow ul li span{ font-size: 12px; color: #EF764B; font-style: oblique; }
  .content .sidebar .item .arrow ul li p{ font-size: 32px; color: #535353; font-style: oblique; }

.content .img{ width: 49%; height: 520px; }
  .content .img img{ width: 100%; height: 100%;}


/* 工作环境 */
.work-environment {width: 100%; background-color: #373737; padding-bottom: 16px;}
  .work-environment .work{ width: 100%;}


/* 宗旨 */
.purpose{ width: 100%; background-color: #E9E9E9; padding: 16px 0 32px 0; margin-bottom: 185px;}