.banner {
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
}

.banner .banner-item {
  position: relative;
  background-color: aliceblue;
}

.banner .banner-item .content {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  position: absolute;
  inset: 0;
  top: unset;
  text-align: center;
  z-index: 1;
}

.container {
  padding: 50px 0px;
  box-sizing: border-box;
}

.container .wrapper {
  height: 100%;
  display: flex;
}

.container .wrapper .left {
  width: 210px;
  min-width: 210px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container .wrapper .left .title .en_title {
  font-size: 30px;
  color: #ababab;
}

.container .wrapper .left .title .line {
  width: 100%;
  position: relative;
  height: 20px;
}

.container .wrapper .left .title .line::before, .container .wrapper .left .title .line::after {
  position: absolute;
  border: unset !important;
  content: '';
  top: 10px;
  height: 2.5px;
  background-color: #000;
}

.container .wrapper .left .title .line::before {
  left: 0;
  width: 35px;
}

.container .wrapper .left .title .line::after {
  left: 40px;
  width: 5px;
}

.container .wrapper .left .title .zh_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.container .wrapper .left .tab {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 10px;
  height: unset;
  border: unset;
}

.container .wrapper .left .tab .active {
  color: var(--primary);
  position: relative;
}

.container .wrapper .left .tab .active::before {
  position: absolute;
  content: '';
  top: 2px;
  left: -10px;
  width: 2px;
  height: 15px;
  background-color: var(--primary);
}

.container .wrapper .left .tab .active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: unset;
  border-width: 0px;
  border-style: solid;
  border-bottom-color: unset;
  border-radius: unset;
  box-sizing: border-box;
  pointer-events: none;
}

.container .wrapper .left .tab li {
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
  padding: unset !important;
  height: unset !important;
  line-height: unset !important;
  min-width: unset !important;
  background-color: transparent;
}

.container .wrapper .left,
.container .wrapper .layui-tab-content {
  position: relative;
}

.container .wrapper .left .more,
.container .wrapper .layui-tab-content .more {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 25px;
  border-radius: 100%;
  background-color: var(--primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.container .wrapper .left .more::before,
.container .wrapper .layui-tab-content .more::before {
  position: absolute;
  content: '+';
  top: -2px;
  left: 8px;
  color: #fff;
}

.container .wrapper .right {
  flex: 1;
}

.container .wrapper .layui-tab-content {
  padding: 0;
}

.container .wrapper .layui-tab-content .layui-show {
  display: flex !important;
}

.container .wrapper .layui-tab-content .layui-tab-item {
  flex-direction: row;
  flex-wrap: wrap;
}

.container .wrapper .layui-tab-content .more {
  position: absolute;
  left: -210px;
  bottom: 20px;
}

.news {
  background-color: #f9f9f9;
}

.news .right {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.news .right .news-item {
  position: relative;
  display: flex;
  position: relative;
  width: 485px;
  height: 165px;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: cover;
}

.news .right .news-item:hover {
  cursor: pointer;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  background-image: url("../images/news-item-hover.jpg");
}

.news .right .news-item:hover::before {
  position: absolute;
  inset: 0;
  content: '';
  background-color: rgba(44, 149, 212, 0.5);
}

.news .right .news-item:hover .mm-dd,
.news .right .news-item:hover .yyyy,
.news .right .news-item:hover .title,
.news .right .news-item:hover .desc {
  color: #fff !important;
}

.news .right .news-item:hover .line {
  background-color: #fff !important;
}

.news .right .news-item:hover .dete-left, .news .right .news-item:hover .news-right {
  z-index: 1;
}

.news .right .news-item:nth-child(1n) {
  margin-right: 20px;
}

.news .right .news-item:nth-child(2n) {
  margin-right: 0px;
}

.news .right .news-item .dete-left {
  width: 55px;
  box-sizing: border-box;
  margin-right: 50px;
}

.news .right .news-item .dete-left .mm-dd {
  font-size: 20px;
  color: var(--main-color);
}

.news .right .news-item .dete-left .yyyy {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: var(--content-color);
}

.news .right .news-item .dete-left .line {
  margin-top: 35px;
  width: 100%;
  height: 2px;
  background-color: var(--light-color);
}

.news .right .news-item .news-right {
  flex: 1;
  box-sizing: border-box;
}

.news .right .news-item .news-right .title {
  font-size: 20px;
  color: var(--main-color);
}

.news .right .news-item .news-right .desc {
  margin-top: 15px;
  color: var(--content-color);
}

.news .right .more {
  bottom: -8px !important;
}

.transaction {
	margin: 0 auto;
	width: 1200px;
  height: 600px;
  position: relative;
  background-color: transparent;
	background: url('../images/index_jiaoyi_bg2.jpg') no-repeat;
	background-size: cover;
	background-position: 50% 0px;
}

.transaction::before {
  position: absolute;
  inset: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}

.transaction .left, .transaction .right {
  z-index: 1;
}

.transaction .left .title .en_title {
  color: #fff !important;
}

.transaction .left .title .line::before, .transaction .left .title .line::after {
  background-color: #fff !important;
}

.transaction .left .title .zh_title {
  color: #fff !important;
}

.transaction .left .tab .active {
  color: #fff !important;
}

.transaction .left .tab li {
  color: #fff !important;
}

.transaction .right .layui-tab-item {
  min-height: 500px;
  flex-direction: column;
}

.transaction .right .layui-tab-item .more {
  left: -210px;
  bottom: 30px;
}

.transaction .right .cellular {
  min-height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.transaction .right .cellular .line1, .transaction .right .cellular .line2, .transaction .right .cellular .line3 {
  display: flex;
}

.transaction .right .cellular .line1 {
  flex-wrap: wrap;
  width: 700px;
}

.transaction .right .cellular .box1, .transaction .right .cellular .box2, .transaction .right .cellular .box3 {
  width: 185px;
  height: 260px;
  overflow: hidden;
}

.transaction .right .cellular .box1 {
  transform: rotate(120deg);
  margin-left: 45px;
  cursor: pointer;
}

.transaction .right .cellular .box1:hover .box3 {
  background-color: var(--primary);
}

.transaction .right .cellular .box2 {
  transform: rotate(-60deg);
}

.transaction .right .cellular .box3 {
  transform: rotate(-60deg);
  /* background: linear-gradient(323deg, #4c92ff, rgba(144, 223, 255, 0)); */
  background: rgba(255, 255, 255, 0.25);
  border: none;
}

.transaction .right .cellular .box3 .bar1 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  color: #ffffff;
  height: 100%;
  padding: 0.06rem;
  border-radius: 0.05rem;
  color: #ffffff;
  font-weight: bold;
  background-size: 100% 100%;
  position: relative;
}

.transaction .right .cellular .box3 .bar1 p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
}

.project {
  background-color: #f9f9f9;
}

.project .right {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.project .right .project {
  position: relative;
  width: 485px;
  height: 340px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s;
}

.project .right .project:hover {
  cursor: pointer;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.project .right .project:hover img {
  filter: blur(2px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-filter: blur(2px);
}

.project .right .project:hover .project-name {
  color: var(--primary);
}

.project .right .project:hover .more_ .icon-ico {
  color: var(--primary) !important;
}

.project .right .project:nth-child(1n) {
  margin-right: 20px;
  background-color: #ababab;
}

.project .right .project:nth-child(2n) {
  margin-right: 0px;
  background-color: pink;
}

.project .right .project img {
  transition: all 0.4s;
}

.project .right .project .project-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  inset: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.project .right .project .project-content .project-name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.project .right .project .project-content .more_ {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.project .right .project .project-content .more_ .icon-ico {
  color: #fff;
  font-size: 28px;
}

.services {
  height: 750px;
  position: relative;
  background-color: #fff;
}

.services .index_services_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: transparent;
  background: url("../images/index_services_bg.jpg") no-repeat;
  background-position: 0px 90%;
}

.services .index_services_bg::before {
  position: absolute;
  inset: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}

.services-list {
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  height: 300px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  background-color: #fff;
}

.services-list li a {
  flex-direction: column;
}

.services-list li a:hover span {
  color: var(--primary);
}

.services-list li a:hover .img-box {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.services-list li a:hover .img-box img {
  width: 90%;
  height: 90%;
}

.services-list li a .img-box {
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #e3e3e3;
  border-radius: 100px;
  transition: all 0.5s;
}

.services-list li a span {
  display: inline-block;
  margin-top: 20px;
  color: var(--content-color);
}

.talents {
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.talents .right {
  margin-bottom: -20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.talents .right .talents-item {
  position: relative;
  display: flex;
  width: 485px;
  height: 115px;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: cover;
}

.talents .right .talents-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e3e3e3;
}

.talents .right .talents-item:nth-child(1n) {
  margin-right: 20px;
}

.talents .right .talents-item:nth-child(2n) {
  margin-right: 0px;
}

.talents .right .talents-item .talents-avatar {
  width: 100px;
  height: 117px;
}

.talents .right .talents-item .talents-name {
  font-size: 16px !important;
  margin-top: 0;
}

.talents .right .talents-item .talents-domain {
  font-size: 14px !important;
  margin-top: 10px !important;
}

.talents .right .talents-item .talents-intro {
  font-size: 14px !important;
  min-height: unset !important;
}

.talents .right .job-item {
  position: relative;
  width: 485px;
  height: 115px;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: cover;
}

.talents .right .job-item:nth-child(1n) {
  margin-right: 20px;
}

.talents .right .job-item:nth-child(2n) {
  margin-right: 0px;
}

.talents .right .more {
  bottom: -8px !important;
}

.about {
  height: 750px;
}

.about .right {
  position: relative;
  background: url("../images/index_about.jpg") no-repeat;
  color: #fff;
}

.about .right .name {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 30px;
}

.about .right .desc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  padding: 30px;
  line-height: 2;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px 0px 0px 0px;
  -webkit-border-radius: 30px 0px 0px 0px;
  -moz-border-radius: 30px 0px 0px 0px;
  -ms-border-radius: 30px 0px 0px 0px;
  -o-border-radius: 30px 0px 0px 0px;
}

.about .right .desc span {
  display: inline-block;
}

.about .right .desc button {
  cursor: pointer;
  margin-top: 30px;
  padding: 10px 20px;
  border: 0px;
  background-color: #fff;
}

.about .right .desc button:active {
  background-color: #e6e1e1;
}

.about .right .desc button:hover {
  background-color: var(--primary-dark);
  color: #fff;
}
