.header-warp {
  background-color: #00020f;
  height: 80px;
}
.header-warp .logo {
  display: inline-flex;
  align-items: center;
  height: 80px;
}
.header-warp .nav {
  float: right;
}
.header-warp .nav ul {
  display: inline-block;
}
.header-warp .nav li {
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
  padding: 0 45px;
}
.header-warp .nav li a {
  color: #fff;
}
.header-warp .nav li a:hover {
  color: #ff7e00;
}
.header-warp .nav li.on {
  position: relative;
}
.header-warp .nav li.on:after {
  position: absolute;
  bottom: 16px;
  left: calc(50% - 2px);
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.header-warp .nav li.on a {
  font-weight: bold;
}

.content {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.banner {
  background-color: #00020f;
  height: 1000px;
  position: relative;
}
.banner .slidesjs-control {
  height: 1000px;
}
.banner .slidesjs-container {
  height: 1000px;
}
.banner .col {
  height: 1000px;
  text-align: center;
}
.banner .slidesjs-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  z-index: 999;
}
.banner .slidesjs-pagination li {
  display: inline-block;
  vertical-align: top;
  padding: 0 11px;
  font-size: 0;
}
.banner .slidesjs-pagination li a {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.banner .slidesjs-pagination li a.active {
  background-color: #fff;
}

.case {
  padding-bottom: 60px;
}
.case .title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.case .title .t1 {
  font-size: 48px;
}
.case .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.case .title .intro {
  font-size: 20px;
  color: #666;
  padding-top: 30px;
}
.case .settab {
  text-align: center;
  border-bottom: 1px #d7d8d9 solid;
}
.case .settab li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
  margin: 0 16px;
  line-height: 60px;
  cursor: pointer;
}
.case .settab li.current {
  font-weight: bold;
  position: relative;
}
.case .settab li.current::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  background-color: #333;
}
.case .settab li:hover {
  color: #ff7e00;
}
.case .icase-list {
  font-size: 0;
  line-height: 0;
  padding-top: 30px;
}
.case .icase-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.case .icase-list li .img {
  width: 425px;
  height: 230px;
  display: inline-block;
}
.case .icase-list li .img img {
  max-width: 100%;
}
.case .icase-list li h4 {
  padding: 20px 20px 40px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .more {
  text-align: center;
}
.case .more a {
  font-size: 20px;
  color: #fff;
  background-color: #383b43;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.case .more a:hover {
  background-color: #ff7e00;
}

.iabout {
  background-color: #000;
  color: #fff;
}
.iabout .title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.iabout .title .t1 {
  font-size: 48px;
}
.iabout .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.iabout .conn {
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.iabout .team {
  padding-bottom: 85px;
  font-size: 0;
  line-height: 0;
}
.iabout .team li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
}
.iabout .team .box {
  width: 411px;
  height: 513px;
  position: relative;
  display: inline-block;
}
.iabout .team .box img {
  max-width: 100%;
}
.iabout .team .box .flag {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.5s;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 95% rgba(0, 0, 0, 0.9) 100%);
}
.iabout .team .box .flag h4 {
  font-size: 26px;
  position: absolute;
  top: 390px;
  left: 0;
  right: 0;
}
.iabout .team .box .flag p {
  font-size: 24px;
  position: absolute;
  top: 430px;
  left: 0;
  right: 0;
}
.iabout .team .box:hover .flag {
  top: 0;
}

.inews {
  padding-bottom: 80px;
}
.inews .title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.inews .title .t1 {
  font-size: 48px;
}
.inews .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.inews .news-list {
  font-size: 0;
  line-height: 0;
}
.inews .news-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 40px;
}
.inews .news-list li .img {
  width: 425px;
  height: 230px;
}
.inews .news-list li .img img {
  max-width: 100%;
}
.inews .news-list li .tit {
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 30px 15px 10px 5px;
}
.inews .news-list li .intro {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 32px;
  padding: 0 12px 0 5px;
  position: relative;
}
.inews .news-list li .intro .date {
  position: absolute;
  bottom: 0;
  right: 12px;
}
.inews .more {
  text-align: center;
}
.inews .more a {
  font-size: 20px;
  color: #fff;
  background-color: #383b43;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.inews .more a:hover {
  background-color: #ff7e00;
}

.footer {
  padding: 60px 0;
  background-color: #00020f;
}
.footer .logo {
  position: absolute;
  left: 50px;
  top: 0px;
}
.footer .main {
  padding-left: 280px;
}
.footer .main .nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.footer .main .nav li:first-child {
  display: none;
}
.footer .main .nav li:nth-child(2) {
  padding-left: 0;
}
.footer .main .nav li:last-child::after {
  display: none;
}
.footer .main .nav li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background-color: #fff;
}
.footer .main .nav li a {
  color: #fff;
}
.footer .main .nav li a:hover {
  color: #ff7e00;
}
.footer .main .intro {
  font-size: 16px;
  line-height: 30px;
  color: #929292;
  padding-top: 20px;
}
.footer .right {
  position: absolute;
  top: 0px;
  right: 50px;
}

.case-section .title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.case-section .title .t1 {
  font-size: 48px;
}
.case-section .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.case-section .title .intro {
  font-size: 20px;
  color: #666;
  padding-top: 30px;
}
.case-section .settab {
  text-align: center;
  border-bottom: 1px #d7d8d9 solid;
}
.case-section .settab li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
  margin: 0 16px;
  line-height: 60px;
  cursor: pointer;
}
.case-section .settab li.on {
  font-weight: bold;
  position: relative;
}
.case-section .settab li.on::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  background-color: #333;
}
.case-section .settab li:hover {
  color: #ff7e00;
}
.case-section .case-list {
  font-size: 0;
  line-height: 0;
  padding: 30px 0 50px 0;
}
.case-section .case-list .list li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.case-section .case-list .list li .img {
  width: 425px;
  height: 230px;
}
.case-section .case-list .list li .img img {
  max-width: 100%;
}
.case-section .case-list .list li h4 {
  padding: 20px 20px 40px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagelist {
  font-size: 20px;
  color: #ccc;
  line-height: 1;
  text-align: center;
}
.pagelist li {
  display: inline-block;
  vertical-align: top;
}
.pagelist li:nth-child(1) a, .pagelist li:nth-child(2) a, .pagelist li:nth-last-child(1) a, .pagelist li:nth-last-child(2) a {
  color: #333;
  border: 1px #333 solid;
}
.pagelist li:nth-child(1) {
  margin-right: 10px;
}
.pagelist li:nth-last-child(1) {
  margin-left: 10px;
}
.pagelist li a {
  color: #ccc;
  display: inline-block;
  width: 45px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.pagelist li.disabled {
  color: #ccc;
}
.pagelist li.disabled a {
  color: #ccc;
  border-color: #ccc;
}
.pagelist li.on a {
  color: #333;
}

.news-title {
  background-color: #111113;
}
.news-title .title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
}
.news-title .title .t1 {
  font-size: 48px;
}
.news-title .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.news-title .title .intro {
  font-size: 20px;
  color: #666;
  padding-top: 30px;
}

.about-section .title {
  text-align: center;
  padding: 60px 0 50px 0;
}
.about-section .title .t1 {
  font-size: 48px;
  text-transform: uppercase;
}
.about-section .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.about-section .title .intro {
  font-size: 20px;
  color: #666;
  padding-top: 30px;
}
.about-section .conn {
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.about-section .team {
  padding-bottom: 85px;
  color: #fff;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.about-section .team li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
}
.about-section .team li:nth-child(1), .about-section .team li:nth-child(2), .about-section .team li:nth-child(3) {
  width: 33.3%;
}
.about-section .team li:nth-child(1) .box, .about-section .team li:nth-child(2) .box, .about-section .team li:nth-child(3) .box {
  width: 411px;
  height: 513px;
}
.about-section .team li:nth-child(1) .box .flag .user, .about-section .team li:nth-child(2) .box .flag .user, .about-section .team li:nth-child(3) .box .flag .user {
  bottom: -50px;
}
.about-section .team li:nth-child(1) .box:hover .flag, .about-section .team li:nth-child(2) .box:hover .flag, .about-section .team li:nth-child(3) .box:hover .flag {
  top: 0;
}
.about-section .team li:nth-child(1) .box:hover .flag .user, .about-section .team li:nth-child(2) .box:hover .flag .user, .about-section .team li:nth-child(3) .box:hover .flag .user {
  bottom: 50px;
}
.about-section .team .box {
  width: 315px;
  height: 412px;
  position: relative;
  display: inline-block;
}
.about-section .team .box img {
  max-width: 100%;
}
.about-section .team .box .flag {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.5s;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 95% rgba(0, 0, 0, 0.9) 100%);
}
.about-section .team .box .flag .user {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s;
}
.about-section .team .box .flag h4 {
  font-size: 26px;
}
.about-section .team .box .flag p {
  font-size: 24px;
  line-height: 30px;
  padding-top: 15px;
}
.about-section .team .box:hover .flag {
  top: 0;
}
.about-section .team .box:hover .flag .user {
  bottom: 15px;
}
.about-section .coop {
  background-color: #383b43;
}
.about-section .coop .title {
  color: #fff;
}
.about-section .coop .title .intro {
  color: rgba(255, 255, 255, 0.8);
}
.about-section .coop .coop-conn {
  text-align: center;
  padding: 30px 0 30px 0;
}
.about-section .coop .coop-conn ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 145px;
  padding: 0 15px 50px 15px;
  color: #fff;
  position: relative;
}
.about-section .coop .coop-conn ul li::after {
  position: absolute;
  top: 0;
  bottom: 50px;
  right: 0;
  content: "";
  width: 1px;
  background-color: #42454d;
}
.about-section .coop .coop-conn ul li:last-child::after {
  display: none;
}
.about-section .coop .coop-conn ul li h4 {
  font-size: 20px;
  padding: 20px 0;
}
.about-section .coop .coop-conn ul li p {
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.about-section .part {
  background-color: #edeeef;
}
.about-section .part .part-conn {
  text-align: center;
  padding: 50px 0 100px 0;
}
.about-section .contact {
  padding-bottom: 100px;
}
.about-section .busi-list {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 30px 0 80px 0;
}
.about-section .busi-list dl {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  position: relative;
}
.about-section .busi-list dl::after {
  position: absolute;
  top: 90px;
  right: 0;
  content: "";
  width: 1px;
  height: 188px;
  background-color: #ccc;
}
.about-section .busi-list dl:last-child::after {
  display: none;
}
.about-section .busi-list dt {
  font-size: 32px;
  line-height: 1;
  padding: 0 0 50px 0;
}
.about-section .busi-list dd {
  font-size: 20px;
  line-height: 40px;
  padding: 0 40px 0 45px;
  text-align: left;
  position: relative;
}
.about-section .busi-list dd::before {
  position: absolute;
  left: 30px;
  top: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}
.about-section .busi-list ul li {
  font-size: 20px;
  line-height: 40px;
  padding: 0 40px 0 45px;
  text-align: left;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.detail-section .title {
  text-align: center;
  padding: 60px 0 50px 0;
}
.detail-section .title .t1 {
  font-size: 48px;
  text-transform: uppercase;
}
.detail-section .title .t2 {
  font-size: 36px;
  padding-top: 15px;
  font-weight: bold;
}
.detail-section .title .intro {
  font-size: 20px;
  color: #666;
  padding-top: 30px;
}
.detail-section .conn {
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  min-height: 800px;
}