html,
body {
  min-width: 1240px;
  background-color: #f8f8f8;
}

#index .banner {
  width: 100%;
  height: 680px;
}

#index .banner .swiper-slide {
  width: 100%;
  height: 680px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#index .banner .swiper-pagination-bullets {
  display: inline-block;
  width: auto;
  left: 50%;
  bottom: 210px;
  margin-left: -600px;
}

#index .banner .swiper-pagination-bullet {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
}

#index .banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
}

#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ebbb01;
}

#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #ebbb01;
}

#index .banner .btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #005870;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}

#index .banner .btn:hover {
  background-color: #ebbb01;
}

#index .banner .btn.prev {
  left: 70px;
}

#index .banner .btn.next {
  right: 70px;
}

#index .about {
  width: 100%;
  margin-top: 120px;
  background-image: url(../img/22.png);
  background-size: 1920px 600px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 1px 0;
  background-color: #fff;
}

#index .about .main {
  margin-top: 400px;
  height: 400px;
  background-image: url(../img/23.png);
  background-size: 100%;
  display: flex;
  justify-content: space-between;
}

#index .about .mod {
  width: 25%;
  padding: 35px;
}

#index .about .mod .title {
  font-size: 30px;
  line-height: 30px;
}

#index .about .mod i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ebbb01;
  margin-top: 12px;
}

#index .about .mod .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

#index .about .item {
  width: 25%;
  border-left: 1px solid #ddd;
  padding: 85px 30px 10px;
  text-align: center;
}

#index .about .item .icon {
  display: block;
  margin: 0 auto;
}

#index .about .item .icon i {
  font-size: 39px;
  color: #999;
}

#index .about .item .title {
  margin-top: 10px;
  font-size: 18px;
}

#index .about .item .desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  color: #999;
}

#index .about .item .more {
  width: 48px;
  height: 48px;
  display: block;
  margin: 10px auto 0;
  border-radius: 50%;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  color: #999;
  transition: all 0.3s;
}

#index .about .item .more i {
  font-size: 19px;
}

#index .about .item .more:hover {
  background-color: #ebbb01;
  color: #fff;
}

#index .index-mod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#index .index-mod .left .title {
  font-size: 30px;
  line-height: 30px;
}

#index .index-mod .left i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ebbb01;
  margin-top: 12px;
}

#index .index-mod .left .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

#index .index-mod a.more {
  display: flex;
  align-items: center;
  height: 28px;
  border-bottom: 1px solid #ebbb01;
}

#index .index-mod a.more i {
  font-size: 13px;
  margin-right: 8px;
}

#index .index-mod a.more span {
  font-size: 14px;
  color: #999;
}

#index .talent {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 70px;
  background-color: #fff;
}

#index .talent .cont {
  margin-top: 40px;
}

#index .talent .col-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .talent .col-3 .item {
  display: block;
  width: 400px;
  height: 400px;
  text-align: center;
  line-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #fff;
}

#index .talent .col-3 .swiper {
  width: 400px;
  height: 400px;
  background-color: #005870;
  padding: 30px;
  position: relative;
}

#index .talent .col-3 .swiper .block {
  width: 100%;
  height: 100%;
  background-color: #0f6278;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#index .talent .col-3 .swiper .block .btn {
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}

#index .talent .col-3 .swiper .block .btn i {
  font-size: 16px;
}

#index .talent .col-3 .swiper .block .btn:hover {
  color: #ebbb01;
}

#index .talent .col-3 .swiper .swiper-container {
  width: 100%;
  height: 174px;
}

#index .talent .col-3 .swiper .swiper-slide {
  height: 36px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #307688;
  justify-content: space-between;
  align-items: center;
}

#index .talent .col-3 .swiper .swiper-slide .text {
  width: 200px;
  color: #cbf4ff;
}

#index .talent .col-3 .swiper .swiper-slide .more {
  display: inline-flex;
  align-items: center;
  color: #87b1bc;
  font-size: 12px;
  transition: all 0.3s;
}

#index .talent .col-3 .swiper .swiper-slide .more i {
  font-size: 12px;
}

#index .talent .col-3 .swiper .swiper-slide .more:hover {
  color: #ebbb01;
}

#index .talent .col-3 .swiper .mod {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 20px;
  color: #fff;
}

#index .talent .col-4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .talent .col-4 .item {
  display: block;
  width: 300px;
  height: 300px;
  line-height: 300px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#index .talent .col-4 .last {
  width: 300px;
  padding: 220px 30px 0;
}

#index .talent .col-4 .last .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index .talent .col-4 .last .btns a {
  display: block;
  width: 110px;
  height: 30px;
  border: 1px solid #ebbb01;
  color: #ebbb01;
  text-align: center;
  line-height: 28px;
}

#index .expert {
  width: 100%;
  height: 600px;
  background-image: url(../img/30.png);
  background-position: center;
  background-size: 1920px 600px;
  background-repeat: no-repeat;
  padding: 80px 0;
}

#index .expert .main {
  height: 100%;
}

#index .expert .cont {
  width: 600px;
  height: 100%;
  background-color: #fff;
  padding: 60px 40px 10px;
}

#index .expert .cont .title {
  font-size: 30px;
  line-height: 30px;
}

#index .expert .cont .line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ebbb01;
  margin-top: 12px;
}

#index .expert .cont .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

#index .expert .cont .desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  height: 120px;
  margin-top: 40px;
}

#index .expert .cont .btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #ebbb01;
  color: #fff;
}

#index .expert .cont .btn i {
  margin-left: 15px;
}

#index .partner {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}

#index .partner .list {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

#index .partner .list .item {
  display: block;
  width: 299.5px;
  height: 165px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  overflow: hidden;
}

#index .partner .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

#index .partner .list .item:hover img {
  transform: scale(1.1);
}

#index .contact {
  width: 100%;
  height: 563px;
  background-image: url(../img/31.png);
  background-position: center;
  background-size: 1920px 563px;
  background-repeat: no-repeat;
  padding: 80px 0;
}

#index .contact .main {
  height: 403px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .contact .left {
  width: 600px;
  height: 100%;
  padding: 35px 40px;
  border: 1px solid #ddd;
  border-right: none;
}

#index .contact .left .title {
  font-size: 30px;
  line-height: 30px;
}

#index .contact .left i.line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ebbb01;
  margin-top: 12px;
}

#index .contact .left .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

#index .contact .left .items {
  margin-top: 15px;
  overflow: hidden;
}

#index .contact .left .items .item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#index .contact .left .items .item .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #999;
  margin-right: 16px;
}

#index .contact .left .items .item .icon i {
  font-size: 18px;
}

#index .contact .left .items .item p {
  font-size: 16px;
}

#index .contact .form {
  height: 100%;
  width: 600px;
  background-color: #fff;
  padding: 30px 40px 40px;
}

#index .contact .form .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .contact .form .label {
  font-size: 16px;
  margin-bottom: 5px;
}

#index .contact .form .label span {
  color: #ff0000;
}

#index .contact .form .input {
  width: 240px;
}

#index .contact .form .input.yzm {
  display: flex;
  align-items: center;
}

#index .contact .form .input input {
  width: 100%;
  height: 48px;
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
  padding: 0 14px;
}

#index .contact .form .input img {
  width: 100px;
  height: 48px;
  flex-shrink: 0;
  margin-left: 10px;
  border: 1px solid #ddd;
}

#index .contact .form .input.long {
  width: 100%;
}

#index .contact .form .textarea {
  width: 100%;
}

#index .contact .form .textarea textarea {
  width: 100%;
  height: 100px;
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
  padding: 10px 14px;
  resize: none;
}

#index .contact .form .fun {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .contact .form .fun .btn {
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #ebbb01;
  text-align: center;
  line-height: 48px;
  border: none;
  border-radius: 0;
}

#case_d > .container {
  padding: 80px 0 120px;
}

#case_d > .container .main {
  background-color: #fff;
  padding: 0 100px 60px;
}

#case_d .info {
  margin-top: 30px;
}

#case_d .info .title {
  font-size: 20px;
}

#case_d .info .author {
  margin-top: 25px;
  font-size: 16px;
  color: #999;
}

#case_d .cover {
  width: 800px;
  margin: 45px auto 0;
}

#case_d .cover img {
  width: 100%;
}

#case_d .line {
  margin-top: 30px;
  font-size: 16px;
}

#case_d .line .label {
  display: inline;
  color: #999;
}

#case_d .line .desc {
  display: inline;
}

#case_d .line .content {
  display: block;
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
}

#case_d .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

#case_d .prev-next p {
  display: block;
  width: 45%;
  font-size: 16px;
}

#case_d .prev-next p span {
  color: #ebbb01;
}

#case_d .prev-next p a {
  transition: color 0.3s;
}

#case_d .prev-next p a:hover {
  color: #ebbb01;
}

#case_d .prev-next .next {
  text-align: right;
}

#nob .container {
  background-color: #fff;
  padding: 70px 0 100px;
}

#nob .swiper {
  width: 1200px;
}

#nob .swiper .swiper-slide {
  width: 1200px;
  height: 320px;
  display: flex;
  background-color: #f8f8f8;
}

#nob .swiper .swiper-slide .img {
  width: 540px;
  height: 320px;
  overflow: hidden;
}

#nob .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

#nob .swiper .swiper-slide .text {
  width: 660px;
  padding: 30px 50px;
}

#nob .swiper .swiper-slide .text .title {
  font-size: 20px;
  color: #005870;
}

#nob .swiper .swiper-slide .text .date {
  margin-top: 18px;
  font-size: 14px;
}

#nob .swiper .swiper-slide .text .desc {
  margin-top: 30px;
  line-height: 30px;
  color: #999;
}

#nob .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

#nob .swiper .swiper-pagination-bullets {
  display: inline-block;
  width: auto;
  left: 590px;
  bottom: 30px;
}

#nob .swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #f8f8f8;
  opacity: 1;
}

#nob .swiper .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
}

#nob .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ebbb01;
}

#nob .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #ebbb01;
}

#nob .list .item {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f8f8f8;
  margin-top: 40px;
  padding: 40px 100px 40px 0;
}

#nob .list .item .date {
  width: 94px;
  height: 86px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  transition: all 0.3s;
}

#nob .list .item .date .day {
  font-size: 36px;
  font-weight: bold;
}

#nob .list .item .date .year {
  font-size: 14px;
}

#nob .list .item .text {
  padding-left: 40px;
}

#nob .list .item .text .title {
  font-size: 20px;
}

#nob .list .item .text .desc {
  color: #999;
  margin-top: 12px;
}

#nob .list .item:hover .date {
  border-color: #ebbb01;
  background-color: #ebbb01;
  color: #fff;
}

#nob_d > .container {
  padding: 80px 0 120px;
}

#nob_d > .container .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#nob_d .n-left {
  background-color: #fff;
  width: 880px;
  padding: 0 40px 60px;
}

#nob_d .info {
  margin-top: 30px;
}

#nob_d .info .title {
  font-size: 20px;
}

#nob_d .info .author {
  margin-top: 25px;
  font-size: 16px;
  color: #999;
}

#nob_d .content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
}

#nob_d .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

#nob_d .prev-next p {
  display: block;
  width: 45%;
  font-size: 16px;
}

#nob_d .prev-next p span {
  color: #ebbb01;
}

#nob_d .prev-next p a {
  transition: color 0.3s;
}

#nob_d .prev-next p a:hover {
  color: #ebbb01;
}

#nob_d .prev-next .next {
  text-align: right;
}

#nob_d .n-right {
  background-color: #fff;
  width: 280px;
  padding: 10px 20px 30px;
}

#nob_d .n-right .mod {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}

#nob_d .n-right .list {
  padding-top: 20px;
}

#nob_d .n-right .list .item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

#nob_d .n-right .list .item .title {
  font-size: 16px;
}

#nob_d .n-right .list .item .date {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

#part > .container {
  background-color: #fff;
  padding: 90px 0 100px;
}

#part .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

#part .list .item {
  display: block;
  width: 299.5px;
  height: 165px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  overflow: hidden;
}

#part .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

#part .list .item:hover img {
  transform: scale(1.1);
}

#contact > .container {
  padding: 80px 0;
}

#contact .items {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#contact .items .item {
  display: block;
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
}

#contact .items .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
  line-height: 98px;
  text-align: center;
  margin: 0 auto;
}

#contact .items .item .icon i {
  font-size: 48px;
  color: #ebbb01;
}

#contact .items .item .title {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}

#contact .items .item .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

#contact .form {
  width: 600px;
  margin: 50px auto 0;
  background-color: #fff;
  padding: 30px 40px 40px;
}

#contact .form .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#contact .form .label {
  font-size: 16px;
  margin-bottom: 5px;
}

#contact .form .label span {
  color: #ff0000;
}

#contact .form .input {
  width: 240px;
}

#contact .form .input.yzm {
  display: flex;
  align-items: center;
}

#contact .form .input input {
  width: 100%;
  height: 48px;
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
  padding: 0 14px;
}

#contact .form .input img {
  width: 100px;
  height: 48px;
  flex-shrink: 0;
  margin-left: 10px;
  border: 1px solid #ddd;
}

#contact .form .input.long {
  width: 100%;
}

#contact .form .textarea {
  width: 100%;
}

#contact .form .textarea textarea {
  width: 100%;
  height: 100px;
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
  padding: 10px 14px;
  resize: none;
}

#contact .form .fun {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact .form .fun .btn {
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #ebbb01;
  text-align: center;
  line-height: 48px;
  border: none;
  border-radius: 0;
}

#login {
  min-height: 100vh;
  background-image: url(../img/16.png);
  background-size: cover;
  background-position: center;
  padding-top: 1px;
}

#login .cont {
  width: 490px;
  margin: 250px auto 0;
  background-color: #fff;
  padding: 35px 50px 50px;
}

#login .cont .icon {
  width: 78px;
  display: block;
  margin: 0 auto;
}

#login .cont .icon i {
  font-size: 78px;
  color: #ebbb01;
}

#login .cont .title {
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
}

#login .cont .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

#login .cont .line i {
  display: block;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #ddd;
  line-height: 44px;
  text-align: center;
}

#login .cont .line input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  border-left: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
}

#login .cont .reg-for {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
}

#login .cont .reg-for .reg a {
  color: #ebbb01;
}

#login .cont .reg-for .forget {
  color: #999;
}

#login .cont .yzm {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
}

#login .cont .yzm #getCode {
  width: 120px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #ebbb01;
  flex-shrink: 0;
  margin-left: 20px;
  line-height: 44px;
  text-align: center;
  color: #ebbb01;
  font-size: 14px;
  background-color: #fff;
}

#login .cont .subbtn {
  margin-top: 60px;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 4px;
  background-color: #ebbb01;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  border: none;
}

#sea .sec1 {
  padding: 140px 0 150px;
  background-image: url(../img/19.png);
  background-position: center;
  background-size: cover;
}

#sea .sec1 .main {
  display: flex;
  justify-content: space-between;
}

#sea .sec1 .item {
  max-width: 22%;
  text-align: center;
}

#sea .sec1 .item .num {
  font-size: 36px;
}

#sea .sec1 .item .desc {
  margin-top: 25px;
  font-size: 16px;
}

#sea .sec2 {
  padding: 100px 0;
  background-image: url(../img/20.png);
  background-position: center;
  background-size: cover;
}

#sea .sec2 .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sea .sec2 .item {
  width: 520px;
  color: #fff;
  display: flex;
  align-items: center;
}

#sea .sec2 .item .icon {
  width: 66px;
}

#sea .sec2 .item .icon i {
  font-size: 66px;
}

#sea .sec2 .item .text {
  padding-left: 20px;
}

#sea .sec2 .item .text .big {
  font-size: 36px;
  line-height: 36px;
}

#sea .sec2 .item .text .small {
  font-size: 16px;
  margin-top: 10px;
}

#sea .sec2 .item:nth-child(3), #sea .sec2 .item:nth-child(4) {
  margin-top: 100px;
}

#reg .cont {
  padding: 140px 0 0;
}

#reg .cont .main {
  background-color: #fff;
  padding: 20px 50px 40px;
}

#reg .cont .tip {
  color: #999;
}

#reg .cont .tip a {
  color: #ebbb01;
}

#reg .cont .tab {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
}

#reg .cont .tab a {
  display: inline-block;
  padding: 0 12px;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  margin: 0 65px;
  border-bottom: 2px solid transparent;
}

#reg .cont .tab a.active {
  color: #ebbb01;
  border-color: #ebbb01;
}

#reg .cont .tab a:hover {
  color: #ebbb01;
}

#reg .cont .form {
  width: 100%;
  margin-top: 40px;
}

#reg .cont .form .item {
  display: flex;
}

#reg .cont .form .item .label {
  flex-shrink: 0;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
  text-align: right;
}

#reg .cont .form .item .input {
  height: 34px;
}

#reg .cont .form .item .input input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 10px;
}

#reg .cont .form .item .input.yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#reg .cont .form .item .input.yzm button {
  display: block;
  width: 120px;
  height: 34px;
  border: 1px solid #ebbb01;
  color: #ebbb01;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  flex-shrink: 0;
}

#reg .cont .form .item .select {
  height: 34px;
}

#reg .cont .form .item .select select {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 10px;
}

#reg .cont .form .item .textarea {
  height: 88px;
}

#reg .cont .form .item .textarea textarea {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  resize: none;
}

#reg .cont .form .item .uploads {
  height: 88px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#reg .cont .form .item .uploads .upload {
  width: 100%;
  display: flex;
  align-items: center;
}

#reg .cont .form .item .uploads .upload-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px dashed #ddd;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#reg .cont .form .item .uploads .upload-btn i {
  font-size: 20px;
  color: #ebbb01;
}

#reg .cont .form .item .uploads .upload-btn input {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

#reg .cont .form .item .uploads .imgs {
  display: flex;
}

#reg .cont .form .item .uploads .upload-item {
  margin-right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#reg .cont .form .item .uploads .upload-item i {
  font-size: 20px;
  color: #ebbb01;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}

#reg .cont .form .item .uploads .upload-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#reg .cont .form .item .uploads .upload-item::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
}

#reg .cont .form .item .uploads .upload-item:hover i {
  opacity: 1;
}

#reg .cont .form .item .uploads .upload-item:hover::after {
  opacity: 1;
}

#reg .cont .form .item .uploads .desc {
  font-size: 12px;
  margin-top: 4px;
}

#reg .cont .form .item.long .input {
  width: 100%;
}

#reg .cont .form .tops {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#reg .cont .form .tops .lefts {
  width: 400px;
}

#reg .cont .form .tops .rights {
  width: 620px;
}

#reg .cont .form .tops .rights .r-tops {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#reg .cont .form .tops .rights .r-tops .r-left {
  width: 470px;
}

#reg .cont .form .tops .rights .r-tops .avatar {
  width: 100px;
}

#reg .cont .form .tops .rights .r-tops .avatar .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/32.png);
  background-size: 100%;
}

#reg .cont .form .tops .rights .r-tops .avatar .img img {
  display: block;
}

#reg .cont .form .tops .rights .r-tops .avatar .btn {
  display: block;
  width: 100px;
  height: 34px;
  border-radius: 4px;
  background-color: #ebbb01;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  border: none;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

#reg .cont .form .tops .rights .r-tops .avatar .btn input {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

#reg .cont .form .tops .p-lefts {
  width: 400px;
}

#reg .cont .form .tops .p-rights {
  width: 690px;
}

#reg .cont .form .col-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#reg .cont .form .col-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#reg .cont .form .subbtn {
  display: block;
  width: 380px;
  height: 45px;
  border-radius: 4px;
  background-color: #ebbb01;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  border: none;
  margin: 0 auto;
}

#reg .cont .com .item .label {
  width: 130px;
}

#reg .cont .per .item .label {
  width: 100px;
}

#about .about {
  width: 100%;
  padding: 75px 0 50px;
  background-color: #f8f8f8;
}

#about .about .texts {
  width: 100%;
  margin-top: 35px;
}

#about .about .texts .title {
  font-size: 26px;
  text-align: center;
}

#about .about .texts .content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 40px;
}

#about .station {
  width: 100%;
  padding: 50px 0 0;
  background-color: #f8f8f8;
}

#about .station .map {
  margin-top: 40px;
  width: 100%;
  background-color: #005870;
  text-align: center;
  padding: 60px 0;
}

#about .case {
  width: 100%;
  padding: 90px 0 100px;
  background-color: #f8f8f8;
}

#about .case .swiper {
  width: 100%;
  margin-top: 40px;
}

#about .case .swiper-slide {
  width: 370px;
}

#about .case .swiper-slide .img {
  width: 370px;
  height: 240px;
  overflow: hidden;
}

#about .case .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

#about .case .swiper-slide .text {
  width: 100%;
  padding: 15px 20px 13px;
  background-color: #fff;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}

#about .case .swiper-slide .text .title {
  font-size: 20px;
}

#about .case .swiper-slide .text .desc {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  transition: color 0.3s;
}

#about .case .swiper-slide:hover .img img {
  transform: scale(1.1);
}

#about .case .swiper-slide:hover .text {
  border-color: #ebbb01;
  background-color: #005870;
  color: #fff;
}

#about .case .swiper-slide:hover .text .desc {
  color: #fff;
}

#about .case .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  position: static;
}

#about .case .swiper-pagination-bullet {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  outline: none;
  margin: 0 10px;
}

#about .case .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
}

#about .case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ebbb01;
}

#about .case .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #ebbb01;
}

#talent {
  width: 100%;
  background-color: #f8f8f8;
}

#talent .container {
  padding: 90px 0 120px;
}

#talent .container .main {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#talent .t-left {
  width: 880px;
}

#talent .t-left .filter {
  width: 100%;
  background-color: #fff;
  padding: 30px 40px;
}

#talent .t-left .filter .mod {
  font-size: 20px;
  line-height: 20px;
}

#talent .t-left .filter .items {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#talent .t-left .filter .items .item {
  width: 240px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

#talent .t-left .filter .items .item input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 0;
  padding: 0 10px;
}

#talent .t-left .filter .items .item select {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 0;
  padding: 0 10px;
}

#talent .t-left .list {
  width: 100%;
  margin-top: 20px;
  padding: 0 40px 40px;
  background-color: #fff;
}

#talent .t-left .list .item {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

#talent .t-left .list .item .tops {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#talent .t-left .list .item .tops .left {
  display: flex;
  align-items: center;
  width: 605px;
}

#talent .t-left .list .item .tops .left .name {
  font-size: 20px;
}

#talent .t-left .list .item .tops .left .cname {
  font-size: 16px;
  color: #ebbb01;
  margin-left: 20px;
}

#talent .t-left .list .item .bots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

#talent .t-left .list .item .bots .left {
  font-size: 16px;
  color: #666;
}

#talent .t-left .list .item .bots .more {
  display: block;
  width: 100px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ebbb01;
  color: #ebbb01;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

#talent .t-right {
  width: 280px;
}

#talent .t-right .login {
  width: 280px;
  height: 280px;
  background-image: url(../img/40.png);
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  padding: 55px 28px 20px;
  margin-bottom: 20px;
}

#talent .t-right .login .text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  height: 60px;
}

#talent .t-right .login .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
}

#talent .t-right .login .btn i {
  font-size: 20px;
  margin-right: 10px;
}

#talent .t-right .login .btn span {
  font-size: 16px;
}

#talent .t-right .login .btn.log {
  background-color: #005870;
}

#talent .t-right .login .btn.reg {
  background-color: #ebbb01;
}

#talent .t-right .recom {
  width: 280px;
  background-color: #fff;
  padding: 20px;
}

#talent .t-right .recom .mod {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}

#talent .t-right .recom .list {
  width: 100%;
}

#talent .t-right .recom .list .item {
  display: block;
  padding: 15px 0;
}

#talent .t-right .recom .list .item .title {
  font-size: 16px;
  transition: all 0.3s;
}

#talent .t-right .recom .list .item .desc {
  color: #666;
  margin-top: 8px;
}

#talent .t-right .recom .list .item:hover .title {
  color: #ebbb01;
}

#talent_d .container {
  padding: 60px 0 100px;
}

#talent_d .container .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#talent_d .t-left {
  width: 880px;
  background-color: #fff;
  padding: 20px 40px 50px;
}

#talent_d .t-left .fun-btns {
  display: inline-flex;
  align-items: center;
}

#talent_d .t-left .fun-btns a {
  display: inline-flex;
  align-items: center;
  color: #ebbb01;
  margin-left: 20px;
}

#talent_d .t-left .fun-btns a i {
  font-size: 22px;
  margin-right: 10px;
}

#talent_d .t-left .t-item {
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid #ddd;
}

#talent_d .t-left .t-item .t-mod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#talent_d .t-left .t-item .t-mod .title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #005870;
  padding-left: 5px;
  color: #005870;
  white-space: nowrap;
}

#talent_d .t-left .t-item .userinfo {
  width: 100%;
  padding-bottom: 30px;
}

#talent_d .t-left .t-item .userinfo table {
  width: 100%;
}

#talent_d .t-left .t-item .userinfo table td {
  padding-top: 20px;
  font-size: 16px;
}

#talent_d .t-left .t-item .userinfo table td span {
  color: #999;
}

#talent_d .t-left .t-item .work {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
}

#talent_d .t-left .t-item .work .item {
  display: block;
  width: 100%;
  padding: 20px 10px;
  transition: all 0.3s;
  border-bottom: 1px solid #f8f8f8;
}

#talent_d .t-left .t-item .work .item:last-of-type {
  border-bottom: none;
}

#talent_d .t-left .t-item .work .item .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#talent_d .t-left .t-item .work .item .tops .cname {
  font-size: 16px;
  width: 570px;
  font-weight: bold;
}

#talent_d .t-left .t-item .work .item .tops .fun-btns {
  opacity: 0;
  transition: all 0.3s;
}

#talent_d .t-left .t-item .work .item .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

#talent_d .t-left .t-item .work .item .desc {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
}

#talent_d .t-left .t-item .work .item:hover {
  background-color: #f8f8f8;
}

#talent_d .t-left .t-item .work .item:hover .tops .fun-btns {
  opacity: 1;
}

#talent_d .t-left .t-item .proj {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
}

#talent_d .t-left .t-item .proj .item {
  display: block;
  width: 100%;
  padding: 5px 160px 20px 10px;
  position: relative;
  transition: all 0.3s;
  border-bottom: 1px solid #f8f8f8;
}

#talent_d .t-left .t-item .proj .item:last-of-type {
  border-bottom: none;
}

#talent_d .t-left .t-item .proj .item .line {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  word-break: break-all;
}

#talent_d .t-left .t-item .proj .item .line span {
  color: #999;
}

#talent_d .t-left .t-item .proj .item .fun-btns {
  position: absolute;
  top: 23px;
  right: 10px;
  opacity: 0;
  transition: all 0.3s;
}

#talent_d .t-left .t-item .proj .item:hover {
  background-color: #f8f8f8;
}

#talent_d .t-left .t-item .proj .item:hover .fun-btns {
  opacity: 1;
}

#talent_d .t-right {
  width: 280px;
  background-color: #fff;
  border: 1px solid #eee;
  position: sticky;
  top: 100px;
}

#talent_d .t-right .info {
  width: 100%;
  padding: 30px 24px;
  border-bottom: 1px solid #eee;
}

#talent_d .t-right .info .name {
  font-size: 20px;
  font-weight: bold;
  color: #005870;
}

#talent_d .t-right .info .labels {
  margin-top: 7px;
  color: #666;
}

#talent_d .t-right .info .date {
  margin-top: 7px;
  color: #999;
}

#talent_d .t-right .info .btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

#talent_d .t-right .info .btns a {
  display: block;
  width: 100px;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#talent_d .t-right .info .btns a.refresh {
  background-color: #ebbb01;
}

#talent_d .t-right .info .btns a.download {
  background-color: #005870;
}

#talent_d .t-right .links {
  width: 100%;
}

#talent_d .t-right .links a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 18px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #eee;
  color: #999;
  transition: all 0.3s;
}

#talent_d .t-right .links a i {
  font-size: 26px;
  margin-right: 16px;
}

#talent_d .t-right .links a span {
  font-size: 16px;
}

#talent_d .t-right .links a.active {
  color: #ebbb01;
  border-left-color: #ebbb01;
}

#talent_d .t-right .links a:hover {
  color: #ebbb01;
}

#talent_d .t-right .links a:last-of-type {
  border-bottom: none;
}
