/*# sourceURL=../css/style.css */
/*@ sourceURL=../css/style.css */
@charset "UTF-8";
.in-page {
  width: 100%;
  text-align: center;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #00205b;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #00205b;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html,
body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.children {
  margin-top: 174px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.children .img {
  display: inline-block;
  width: 100%;
  height: 300px;
}

.children .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.children .nav-c {
  width: 100%;
  height: 44px;
  background-color: #ebebeb;
  margin-bottom: 40px;
}

.children .nav-c .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1400px;
  height: 44px;
  margin: 0 auto;
}

.children .nav-c .box img {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
  font-size: 14px;
  color: #333;
}

@media (max-width: 1410px) {
  .children .nav-c .box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .children {
    margin-top: 86px;
  }
  .children .nav-c .box {
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .children {
    margin-top: 86px;
  }
  .children .nav-c {
    margin-bottom: 0;
  }
  .children .nav-c .box {
    width: 96%;
  }
}

@-webkit-keyframes nav_two_index {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes nav_two_index {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes nav_two_index {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes and_none1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-moz-keyframes and_none1 {
  from {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes and_none1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

.in-page {
  width: 100%;
  text-align: center;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #00205b;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #00205b;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html,
body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.children {
  margin-top: 174px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.children .img {
  display: inline-block;
  width: 100%;
  height: 300px;
}

.children .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.children .nav-c {
  width: 100%;
  height: 44px;
  background-color: #ebebeb;
  margin-bottom: 40px;
}

.children .nav-c .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1400px;
  height: 44px;
  margin: 0 auto;
}

.children .nav-c .box img {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 10px;
}

.children .nav-c .box span,
.children .nav-c .box a {
  font-size: 14px;
  color: #333;
}

@media (max-width: 1410px) {
  .children .nav-c .box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .children {
    margin-top: 86px;
  }
  .children .nav-c .box {
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .children {
    margin-top: 86px;
  }
  .children .nav-c {
    margin-bottom: 0;
  }
  .children .nav-c .box {
    width: 96%;
  }
}

@-webkit-keyframes nav_two {
  0% {
    margin-bottom: -30px;
  }
  100% {
    margin-top: 0;
  }
}

@-moz-keyframes nav_two {
  0% {
    margin-bottom: -30px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes nav_two {
  0% {
    margin-bottom: -30px;
  }
  100% {
    margin-top: 0;
  }
}

.children-page #search .right-text {
  margin-left: 0 !important;
}

.children-page #search .search {
  /* ΚΚΕδ */
  /* WebKit browsers */
  /* Mozilla Firefox */
  /* internet Explorer */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
}

.children-page #search .search ::-webkit-input-placeholder {
  color: #333;
}

.children-page #search .search ::-moz-placeholder {
  color: #333;
}

.children-page #search .search ::-ms-input-placeholder {
  color: #333;
}

.children-page #search .search .box {
  width: 90%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #dcdcdc;
  padding: 10px 0 10px 0;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.children-page #search .search .box button {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  border: none;
  background-color: #00205b;
}

.children-page #search .search .box input {
  background-color: #dcdcdc;
  color: #333;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 10px 0 10px 10px;
}

.children-page #search .search .box:hover input {
  display: block;
}

.children-page .main {
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/team-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: left bottom;
  padding-bottom: 40px;
}

.children-page .main .main-det {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.children-page .main .main-det .left-nav h1 {
  font-size: 28px;
  color: #fff;
  width: 290px;
  height: 80px;
  margin: 0;
  line-height: 80px;
  padding: 0 20px;
  background-color: #00205b;
  font-weight: bold;
  margin-bottom: 8px;
}

.children-page .main .main-det .left-nav .item {
  width: 290px;
  min-height: 50px;
  background-color: #ebebeb;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.children-page .main .main-det .left-nav .item .one {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.children-page .main .main-det .left-nav .item .one::after {
  content: "+";
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 20px;
}

.children-page .main .main-det .left-nav .item .item-c {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  height: auto;
  display: none;
  overflow: hidden;
  background-color: #f1f5fb;
  position: relative;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.children-page .main .main-det .left-nav .item .item-c a {
  height: 50px;
  display: block;
  padding: 0 50px;
  font-size: 16px;
  color: #666;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.children-page .main .main-det .left-nav .item .item-c a.act {
  background-color: #d4ae14;
  color: #fff;
  font-size: 18px;
}

.children-page .main .main-det .left-nav .item .item-c a.act span {
  background-color: #fff;
}

.children-page .main .main-det .left-nav .item .item-c a:hover {
  background-color: #d4ae14;
  color: #fff;
  font-size: 18px;
}

.children-page .main .main-det .left-nav .item .item-c a:hover span {
  background-color: #fff;
}

.children-page .main .main-det .left-nav .item:hover {
  background-color: #00205b;
  color: #fff;
}

.children-page .main .main-det .left-nav .item.act {
  background-color: #00205b;
  color: #fff;
}

.children-page .main .main-det .left-nav .item.act .one {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.children-page .main .main-det .left-nav .item.act .one::after {
  content: "-";
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 20px;
}

.children-page .main .main-det .left-nav .item.act .item-c {
  display: block;
  overflow: hidden;
}

.children-page .main .main-det .left-nav .more-wrap {
  margin-top: 40px;
  width: 290px;
}

.children-page .main .main-det .left-nav .more-wrap .more-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.children-page .main .main-det .left-nav .more-wrap .more-title span:nth-of-type(1) {
  font-size: 20px;
  line-height: 20px;
  color: #00205b;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.children-page .main .main-det .left-nav .more-wrap .more-title span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 20px;
  background-color: #00205b;
}

.children-page .main .main-det .left-nav .more-wrap .more-title a {
  font-size: 14px;
  color: #333;
}

.children-page .main .main-det .left-nav .more-wrap .more-title a:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.children-page .main .main-det .left-nav .more-wrap .more-item {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 10px 0;
  margin-top: 16px;
  display: block;
}

.children-page .main .main-det .left-nav .more-wrap .more-item span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}

.children-page .main .main-det .left-nav .more-wrap .more-item span:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  position: relative;
}

.children-page .main .main-det .left-nav .more-wrap .more-item span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 10px;
  background-color: #00205b;
}

.children-page .main .main-det .left-nav .more-wrap .more-item span:nth-of-type(2) {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.children-page .main .main-det .left-nav .more-wrap .more-item:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}

.children-page .main .main-det .right-text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

.children-page .main .main-det .right-text .gk .name {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #dcdcdc;
  color: #333;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.children-page .main .main-det .right-text .gk .name span {
  display: inline-block;
  height: 80px;
  position: relative;
}

.children-page .main .main-det .right-text .gk .name span::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #00205b;
}

.children-page .main .main-det .right-text .gk .det1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .gk .det1 img {
  display: inline-block;
  width: 486px;
  height: 300px;
  margin-right: 26px;
}

.children-page .main .main-det .right-text .gk .det1 .p-wrap {
  height: 300px;
  overflow-y: auto;
}

.children-page .main .main-det .right-text .gk .det1 p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: justify;
  text-indent: 32px;
}

.children-page .main .main-det .right-text .gk .det2 {
  background-color: #f1f5fb;
  padding: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .gk .det2 .p-wrap {
  height: 300px;
  overflow-y: auto;
}

.children-page .main .main-det .right-text .gk .det2 p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: justify;
  text-indent: 32px;
}

.children-page .main .main-det .right-text .gk .det2 img {
  display: inline-block;
  width: 400px;
  height: 269px;
  margin-left: 26px;
}

.children-page .main .main-det .right-text .gk .det3 {
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .gk .det3 p {
  font-size: 16px;
  line-height: 40px;
  color: #213c8b;
  text-indent: 32px;
  text-align: justify;
}

.children-page .main .main-det .right-text .gk .det4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .gk .det4 img {
  width: 49%;
  height: auto;
}

.children-page .main .main-det .right-text .gk .det5 p {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-indent: 32px;
  text-align: justify;
}

.children-page .main .main-det .right-text .list-det-one .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .list-det-one .item .avatar {
  min-width: 326px;
  max-width: 326px;
  height: 223px;
}

.children-page .main .main-det .right-text .list-det-one .item .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.children-page .main .main-det .right-text .list-det-one .item .more {
  padding: 26px;
}

.children-page .main .main-det .right-text .list-det-one .item .more span {
  display: block;
}

.children-page .main .main-det .right-text .list-det-one .item .more span:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #00205b;
}

.children-page .main .main-det .right-text .list-det-one .item .more span:nth-of-type(2) {
  font-size: 14px;
  line-height: 28px;
  color: #555;
  text-align: justify;
  margin: 16px 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
}

.children-page .main .main-det .right-text .list-det-one .item .more a {
  display: inline-block;
  width: 110px;
  height: 32px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #00205b;
}

.children-page .main .main-det .right-text .list-det-one .item:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.children-page .main .main-det .right-text .list-det-one .item:hover .avatar {
  margin-left: -10px;
}

.children-page .main .main-det .right-text .list-det-two .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .list-det-two .item .avatar {
  min-width: 326px;
  max-width: 326px;
  height: 190px;
}

.children-page .main .main-det .right-text .list-det-two .item .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.children-page .main .main-det .right-text .list-det-two .item .right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text p {
  width: 100%;
  font-size: 20px;
  color: #1f3b70;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text span {
  font-size: 15px;
  color: #666;
  line-height: 32px;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text span:nth-of-type(1) {
  font-weight: bold;
  width: 60px;
}

.children-page .main .main-det .right-text .list-det-two .item .right .text span:nth-of-type(2) {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.children-page .main .main-det .right-text .list-det-two .item .more {
  margin-right: 26px;
  margin-bottom: 26px;
  display: inline-block;
  width: 110px;
  height: 32px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #00205b;
  position: relative;
}

.children-page .main .main-det .right-text .list-det-two .item:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.children-page .main .main-det .right-text .list-det-two .item:hover .avatar {
  margin-left: -10px;
}

.children-page .main .main-det .right-text .xw-1 {
  margin-bottom: 40px;
}

.children-page .main .main-det .right-text .xw-1 li {
  width: 100%;
}

.children-page .main .main-det .right-text .xw-1 li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.children-page .main .main-det .right-text .xw-1 li a > span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.children-page .main .main-det .right-text .xw-1 li a .img {
  width: 210px;
  height: 136px;
  overflow: hidden;
}

.children-page .main .main-det .right-text .xw-1 li a .img + .det {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  padding-left: 2.07%;
}

.children-page .main .main-det .right-text .xw-1 li a .det {
  width: 100%;
}

.children-page .main .main-det .right-text .xw-1 li a .det .p1 {
  font-size: 14px;
  color: #888888;
  line-height: 32px;
}

.children-page .main .main-det .right-text .xw-1 li a .det .p2 {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.children-page .main .main-det .right-text .xw-1 li a:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.children-page .main .main-det .right-text .xw-1 li a:hover > span {
  color: #00205b;
  font-weight: bold;
}

.children-page .main .main-det .right-text .details_ {
  text-align: center;
}

.children-page .main .main-det .right-text .details_ h1 {
  font-size: 30px;
  color: #333;
  margin: 0;
  text-align: center;
}

.children-page .main .main-det .right-text .details_ h2 {
  font-size: 26px;
  color: #888;
  line-height: 30px;
  text-align: center;
}

.children-page .main .main-det .right-text .details_ .time-wrap {
  background-color: #f1f1f1;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.children-page .main .main-det .right-text .details_ .time-wrap span {
  margin: 0 5px;
  font-size: 14px;
  color: #888;
}

.children-page .main .main-det .right-text .details_ img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.children-page .main .main-det .right-text .details_ p {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-indent: 32px;
  text-align: justify;
}

@media (max-width: 1410px) {
  .children-page .main .main-det {
    width: 96%;
  }
}

@media (max-width: 1210px) {
  .children-page .main .main-det .right-text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .children-page .main .main-det .right-text .gk .det1 img {
    width: 386px;
  }
  .children-page .main .main-det .right-text .gk .det2 img {
    width: 300px;
  }
}

@media (max-width: 1020px) {
  .children-page .main .left-nav {
    display: none;
  }
  .children-page .main .main-det .right-text {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .children-page #search .right-text {
    margin-left: 0 !important;
  }
  .children-page #search .search {
    margin: 20px auto 0 auto;
  }
  .children-page .main .left-nav {
    display: none;
  }
  .children-page .main .main-det {
    width: 96%;
  }
  .children-page .main .main-det .right-text {
    width: 100%;
    margin-left: 0;
  }
  .children-page .main .main-det .right-text .gk .name {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .gk .name span {
    height: 60px;
  }
  .children-page .main .main-det .right-text .gk .det1 {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .children-page .main .main-det .right-text .gk .det1 img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .children-page .main .main-det .right-text .gk .det1 .p-wrap {
    height: auto;
  }
  .children-page .main .main-det .right-text .gk .det1 p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
    text-indent: 32px;
  }
  .children-page .main .main-det .right-text .gk .det2 {
    background-color: #f1f5fb;
    padding: 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .gk .det2 .p-wrap {
    height: auto;
  }
  .children-page .main .main-det .right-text .gk .det2 p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
    text-indent: 32px;
  }
  .children-page .main .main-det .right-text .gk .det2 img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .children-page .main .main-det .right-text .gk .det3 {
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .gk .det3 p {
    font-size: 16px;
    line-height: 30px;
    color: #213c8b;
    text-indent: 32px;
    text-align: justify;
  }
  .children-page .main .main-det .right-text .gk .det4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .gk .det4 img {
    width: 100%;
    height: auto;
    margin: 5px 0;
  }
  .children-page .main .main-det .right-text .gk .det5 p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-indent: 32px;
    text-align: justify;
  }
  .children-page .main .main-det .right-text .list-det-one {
    margin-top: 40px;
  }
  .children-page .main .main-det .right-text .list-det-one .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .list-det-one .item .avatar {
    min-width: -webkit-calc(326px * 0.6);
    min-width: -moz-calc(326px * 0.6);
    min-width: calc(326px * 0.6);
    max-width: -webkit-calc(326px * 0.6);
    max-width: -moz-calc(326px * 0.6);
    max-width: calc(326px * 0.6);
    height: -webkit-calc(223px * 0.6);
    height: -moz-calc(223px * 0.6);
    height: calc(223px * 0.6);
  }
  .children-page .main .main-det .right-text .list-det-one .item .avatar img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .children-page .main .main-det .right-text .list-det-one .item .more {
    padding: 10px;
  }
  .children-page .main .main-det .right-text .list-det-one .item .more span {
    display: block;
  }
  .children-page .main .main-det .right-text .list-det-one .item .more span:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #00205b;
  }
  .children-page .main .main-det .right-text .list-det-one .item .more span:nth-of-type(2) {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    text-align: justify;
    margin: 5px 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
  }
  .children-page .main .main-det .right-text .list-det-one .item .more a {
    display: inline-block;
    width: 110px;
    height: 32px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    background-color: #00205b;
  }
  .children-page .main .main-det .right-text .list-det-two {
    margin-top: 40px;
  }
  .children-page .main .main-det .right-text .list-det-two .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
  }
  .children-page .main .main-det .right-text .list-det-two .item .avatar {
    min-width: -webkit-calc(326px * 0.4);
    min-width: -moz-calc(326px * 0.4);
    min-width: calc(326px * 0.4);
    max-width: -webkit-calc(326px * 0.6);
    max-width: -moz-calc(326px * 0.6);
    max-width: calc(326px * 0.6);
    height: -webkit-calc(223px * 0.6);
    height: -moz-calc(223px * 0.6);
    height: calc(223px * 0.6);
  }
  .children-page .main .main-det .right-text .list-det-two .item .avatar img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .children-page .main .main-det .right-text .list-det-two .item .right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
  }
  .children-page .main .main-det .right-text .list-det-two .item .right .text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100px;
  }
  .children-page .main .main-det .right-text .list-det-two .item .right .text div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .children-page .main .main-det .right-text .list-det-two .item .right .text p {
    width: 100%;
    font-size: 20px;
    color: #1f3b70;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .children-page .main .main-det .right-text .list-det-two .item .right .text span {
    font-size: 15px;
    color: #666;
    line-height: 28px;
  }
  .children-page .main .main-det .right-text .list-det-two .item .more {
    min-width: 50px;
    max-width: 50px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .children-page .main .main-det .right-text .xw-1 {
    width: 100%;
  }
  .children-page .main .main-det .right-text .xw-1 li {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .children-page .main .main-det .right-text .xw-1 li a span {
    margin-bottom: 10px;
  }
  .children-page .main .main-det .right-text .xw-1 li a span,
  .children-page .main .main-det .right-text .xw-1 li a .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .children-page .main .main-det .right-text .xw-1 li a .img {
    width: -webkit-calc(210px * 0.7);
    width: -moz-calc(210px * 0.7);
    width: calc(210px * 0.7);
    height: -webkit-calc(136px * 0.7);
    height: -moz-calc(136px * 0.7);
    height: calc(136px * 0.7);
    overflow: hidden;
  }
  .children-page .main .main-det .right-text .xw-1 li a .img + .det {
    width: -webkit-calc(100% - (210px * 0.7));
    width: -moz-calc(100% - (210px * 0.7));
    width: calc(100% - (210px * 0.7));
    padding-left: 10px;
  }
  .children-page .main .main-det .right-text .xw-1 li a .img + .det .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .children-page .main .main-det .right-text .details_ {
    text-align: center;
    margin-top: 40px;
  }
  .children-page .main .main-det .right-text .details_ h1 {
    font-size: 24px;
  }
  .children-page .main .main-det .right-text .details_ h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .children-page .main .main-det .right-text .details_ .time-wrap {
    background-color: #f1f1f1;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .children-page .main .main-det .right-text .details_ .time-wrap span {
    margin: 0 5px;
    font-size: 14px;
    color: #888;
  }
  .children-page .main .main-det .right-text .details_ img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
  }
  .children-page .main .main-det .right-text .details_ p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-indent: 32px;
    text-align: justify;
  }
}

.nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 10px 15px 10px -15px #111;
     -moz-box-shadow: 10px 15px 10px -15px #111;
          box-shadow: 10px 15px 10px -15px #111;
}

.nav .top-wrap {
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/nav-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  width: 100%;
  height: 120px;
}

.nav .top-wrap .top {
  height: 117px;
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nav .top-wrap .top .logo {
  height: 80px;
  width: 80px;
}

.nav .top-wrap .top .logo_ {
  height: 56px;
  width: 294px;
  margin-left: 20px;
}

.nav .top-wrap .top .logo_t {
  height: 42px;
  width: 366px;
  margin-left: 70px;
}

.nav .top-wrap .top .search {
  /* ΚΚΕδ */
  /* WebKit browsers */
  /* Mozilla Firefox */
  /* internet Explorer */
  width: 260px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 100px;
  top: -webkit-calc(50% - 18px);
  top: -moz-calc(50% - 18px);
  top: calc(50% - 18px);
}

.nav .top-wrap .top .search ::-webkit-input-placeholder {
  color: #fff;
}

.nav .top-wrap .top .search ::-moz-placeholder {
  color: #fff;
}

.nav .top-wrap .top .search ::-ms-input-placeholder {
  color: #fff;
}

.nav .top-wrap .top .search .box {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #405b85;
  padding: 10px 0 10px 0;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .top-wrap .top .search .box button {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  border: none;
  background-color: #00205b;
}

.nav .top-wrap .top .search .box input {
  background-color: #405b85;
  color: #fff;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 10px 0 10px 10px;
}

.nav .top-wrap .top .search .box:hover input {
  display: block;
}

.nav .top-wrap .top .en {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -webkit-calc(50% - 18px);
  top: -moz-calc(50% - 18px);
  top: calc(50% - 18px);
}

.nav .top-wrap .top .menu-button {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 19.5px);
  top: -moz-calc(50% - 19.5px);
  top: calc(50% - 19.5px);
  right: 20px;
  padding: 10px;
  cursor: pointer;
  background-image: -moz-linear-gradient(315deg, #00205b, #efefef);
  background-image: linear-gradient(135deg, #00205b, #efefef);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 99;
}

.nav .top-wrap .top .menu-button .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.nav .top-wrap .top .menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.nav .top-wrap .top .menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.nav .top-wrap .top .cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
   -ms-transform: translateY(8px) rotate(-45deg);
       transform: translateY(8px) rotate(-45deg);
}

.nav .top-wrap .top .cross .bar:nth-of-type(2) {
  opacity: 0;
}

.nav .top-wrap .top .cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
   -ms-transform: translateY(-8px) rotate(45deg);
       transform: translateY(-8px) rotate(45deg);
}

.nav .top-wrap .top .menu-button.cross {
  background-image: -moz-linear-gradient(315deg, #00205b, #efefef);
  background-image: linear-gradient(135deg, #00205b, #efefef);
}

.nav .list {
  width: 100%;
  height: 54px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #333;
}

.nav .list .search {
  display: none;
  /* ΚΚΕδ */
  /* WebKit browsers */
  /* Mozilla Firefox */
  /* internet Explorer */
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
}

.nav .list .search ::-webkit-input-placeholder {
  color: #fff;
}

.nav .list .search ::-moz-placeholder {
  color: #fff;
}

.nav .list .search ::-ms-input-placeholder {
  color: #fff;
}

.nav .list .search .box {
  width: 80%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #405b85;
  padding: 10px 0 10px 0;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list .search .box button {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  border: none;
  background-color: #00205b;
}

.nav .list .search .box input {
  background-color: #405b85;
  color: #fff;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 10px 0 10px 10px;
}

.nav .list .search .box:hover input {
  display: block;
}

.nav .list ul {
  width: 1400px;
  height: 53px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav .list ul li {
  display: inline-block;
  height: 53px;
  line-height: 50px;
  margin: 0 5px;
}

.nav .list ul li a {
  display: block;
  height: 53px;
  color: #333;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li a::after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li:nth-of-type(1) {
  padding-left: 0;
}

.nav .list ul li:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d4ae14;
}

.nav .list ul li:hover .nav-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: nav_two_index;
     -moz-animation-name: nav_two_index;
          animation-name: nav_two_index;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.nav .list ul li:hover .nav-two .box {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-two {
  -webkit-box-shadow: 10px 15px 10px -15px #111;
     -moz-box-shadow: 10px 15px 10px -15px #111;
          box-shadow: 10px 15px 10px -15px #111;
  display: none;
  padding: 40px;
  position: absolute;
  left: 0;
  top: 53px;
  min-width: 1400px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav .list ul li .nav-two .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.nav .list ul li .nav-two .box .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(1) {
  width: 340px;
  height: 180px;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(2) {
  width: 323px;
  height: 100px;
  margin: 0 0 0 60px;
}

.nav .list ul li .nav-two .box .icon {
  margin: 0 40px;
  width: 1px;
  height: 147px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f9f8), color-stop(#00205b), to(#f4f9f8));
  background-image: -moz-linear-gradient(#f4f9f8, #00205b, #f4f9f8);
  background-image: linear-gradient(#f4f9f8, #00205b, #f4f9f8);
}

.nav .list ul li .nav-two .box .right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  overflow-y: auto;
}

.nav .list ul li .nav-two .box .right .nav-title {
  font-size: 22px;
  color: #00205b;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.nav .list ul li .nav-two .box .right .nav-title::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #00205b;
}

.nav .list ul li .nav-two .box .right ul {
  display: block;
  width: 100% !important;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.nav .list ul li .nav-two .box .right ul li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
  color: #00205b;
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/nav-two-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  border: 1px solid transparent;
}

.nav .list ul li .nav-two .box .right ul li a {
  display: block;
  height: 30;
  color: #00205b;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-two .box .right ul li a::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-two .box .right ul li:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.nav .list ul li .nav-two li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #00205b !important;
}

.index .banner {
  min-height: -webkit-calc(100vh - 230px);
  min-height: -moz-calc(100vh - 230px);
  min-height: calc(100vh - 230px);
  width: 100%;
  height: 110px;
  max-height: -webkit-calc(100vh - 110px);
  max-height: -moz-calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  margin-top: 110px;
}

.index .banner .image, .index .banner .swiper-container .swiper-slide > img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index .banner .wh, .index .banner .swiper-container, .index .banner .swiper-container .swiper-wrapper, .index .banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.index .banner .ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.index .banner .swiper-container .swiper-slide {
  position: relative;
}

.index .banner .swiper-container .swiper-slide-active > img {
  -webkit-animation: and_none1 10s linear 0s both;
     -moz-animation: and_none1 10s linear 0s both;
          animation: and_none1 10s linear 0s both;
}

.index .banner .swiper-container .swiper-slide-active .ban img {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1, 1) !important;
     -moz-transform: translate(0, 0) scale(1, 1) !important;
      -ms-transform: translate(0, 0) scale(1, 1) !important;
          transform: translate(0, 0) scale(1, 1) !important;
}

.index .banner .swiper-button-next,
.index .banner .swiper-button-prev {
  opacity: 0.2;
}

.index .banner:hover .swiper-button-next,
.index .banner:hover .swiper-button-prev {
  opacity: 1;
}

.index .banner .swiper-pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.index .banner .swiper-pagination span {
  opacity: 1;
  margin: 0 10px !important;
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.index .banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00205b;
}

.index .title_c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}

.index .title_c::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #00205b;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.index .title_c::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #00205b;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.index .title_c .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .title_c .left img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.index .title_c .left span {
  font-size: 24px;
  color: #00205b;
}

.index .title_c .more {
  font-size: 14px;
  color: #333;
}

.index .title_c .more:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.index .news {
  width: 100%;
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/news-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: left bottom;
  padding: 40px 0;
}

.index .news .news-box {
  margin: 0 auto;
  width: 1400px;
}

.index .news .news-box .news-banner-wrap {
  max-width: 1400px;
  margin: 0 auto;
  height: 460px;
  overflow: hidden;
}

.index .news .news-box .news-banner-wrap .news-banner {
  width: 680px;
  height: 460px;
  float: left;
  margin-right: 35px;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide a {
  position: relative;
  height: 100%;
  display: block;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide P {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide:hover img {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide:hover P {
  font-weight: 800;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide a div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide a div p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide a div p:nth-of-type(1) {
  color: #fff;
  font-size: 16px;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-slide a div p:nth-of-type(2) {
  color: #fff;
  font-size: 14px;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-pagination {
  height: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 45px;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-pagination span {
  min-width: 10px;
  min-height: 10px;
  color: #ffffff;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1 !important;
}

.index .news .news-box .news-banner-wrap .news-banner .swiper-pagination-bullet-active {
  background-color: #00205b;
}

.index .news .news-box .news-banner-wrap .list-wrap {
  width: -webkit-calc(100% - 680px - 35px);
  width: -moz-calc(100% - 680px - 35px);
  width: calc(100% - 680px - 35px);
  float: right;
  height: 100%;
}

.index .news .news-box .news-banner-wrap .news-list {
  width: 100%;
}

.index .news .news-box .news-banner-wrap .news-list .item {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.index .news .news-box .news-banner-wrap .news-list .item .time {
  font-size: 14px;
  color: #888;
  min-width: 83px;
}

.index .news .news-box .news-banner-wrap .news-list .item .icon {
  width: 1px;
  height: 18px;
  margin: 0 18px;
  background-color: #e0e0e0;
}

.index .news .news-box .news-banner-wrap .news-list .item .text {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index .news .news-box .news-banner-wrap .news-list .item:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}

.index .news .news-box .news-banner-wrap .news-list .item:nth-of-type(1) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #DCDCDC;
}

.index .news .news-box .news-banner-wrap .news-list .item:nth-of-type(1) h2 {
  font-size: 18px;
  color: #333;
  width: 100%;
  margin: 0;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .news .news-box .news-banner-wrap .news-list .item:nth-of-type(1) h3 {
  font-size: 14px;
  color: #888;
  width: 100%;
  margin: 0;
  line-height: 24px;
  margin-top: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}

.index .news .news-box .news-banner-wrap .news-list .item:nth-of-type(1):hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
}

.index .news .list-box {
  width: 1400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0 auto;
}

.index .news .list-box .box {
  width: 49%;
}

.index .news .list-box .box .img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  border: 1px solid #DCDCDC;
}

.index .news .list-box .box .img-list img {
  display: inline-block;
  width: 200px;
  height: 122px;
  margin-right: 20px;
}

.index .news .list-box .box .img-list .text {
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: calc(100% - 220px);
}

.index .news .list-box .box .img-list .text div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.index .news .list-box .box .img-list .text div span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 72px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index .news .list-box .box .img-list .text div p {
  color: #1f3b70;
  font-size: 16px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}

.index .news .list-box .box .img-list:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.index .news .list-box .box .img-list:hover img {
  margin-left: -10px;
}

.index .team-wrap {
  width: 100%;
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/team-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: left bottom;
  padding: 40px 0;
}

.index .team-wrap .zy {
  margin: 0 auto;
  width: 1400px;
}

.index .team-wrap .zy .name {
  margin: 0 auto;
  width: 120px;
  height: 60px;
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/s.png");
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
       background-size: auto 100%;
  background-position: center;
  font-size: 24px;
  color: #00205b;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}

.index .team-wrap .zy .nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.index .team-wrap .zy .nav-wrap .nav-item {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  line-height: 36px;
  text-align: center;
  background-color: #f6f6f6;
  cursor: pointer;
  margin: 0 13px;
}

.index .team-wrap .zy .nav-wrap .nav-item.act {
  background-color: #00205b;
  color: #fff;
}

.index .team-wrap .zy .icon {
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  margin-top: -18px;
  z-index: 1;
  margin-bottom: 58px;
}

.index .team-wrap .zy .icon::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #00205b;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.index .team-wrap .zy .icon::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #00205b;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.index .team-wrap .zy .zy-list {
  display: none;
  position: relative;
  -webkit-animation-name: change_top;
     -moz-animation-name: change_top;
          animation-name: change_top;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.index .team-wrap .zy .zy-list.act {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .team-wrap .zy .zy-list.act .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 49%;
}

.index .team-wrap .zy .zy-list.act .item .time {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
  border: 1px solid #DCDCDC;
}

.index .team-wrap .zy .zy-list.act .item .time span:nth-of-type(1) {
  font-size: 20px;
  color: #555;
}

.index .team-wrap .zy .zy-list.act .item .time span:nth-of-type(2) {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.index .team-wrap .zy .zy-list.act .item .text {
  width: -webkit-calc(100% - 64px - 18px);
  width: -moz-calc(100% - 64px - 18px);
  width: calc(100% - 64px - 18px);
}

.index .team-wrap .zy .zy-list.act .item .text span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .team-wrap .zy .zy-list.act .item .text span:nth-of-type(1) {
  font-size: 16px;
  color: #333;
}

.index .team-wrap .zy .zy-list.act .item .text span:nth-of-type(2) {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.index .team-wrap .zy .zy-list.act .item:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.index .team-wrap .zy .zy-list.act .item:hover .time {
  margin-left: -10px;
}

.index .team-wrap .equipment {
  width: 1400px;
  margin: 20px auto 0 auto;
}

.index .team-wrap .equipment .user {
  position: relative;
  z-index: 2;
}

.index .team-wrap .equipment .user .swiper-button-next {
  position: absolute;
  top: 56%;
  right: -40px;
  color: #dddddd;
}

.index .team-wrap .equipment .user .swiper-button-prev {
  position: absolute;
  top: 56%;
  left: -40px;
  color: #dddddd;
}

.index .team-wrap .equipment .user .mySwiper_ {
  overflow: hidden;
  padding: 36px 0 0 0;
}

.index .team-wrap .equipment .user .swiper-slide {
  width: 240px;
  height: 228px;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .team-wrap .equipment .user .swiper-slide .img-a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .team-wrap .equipment .user .swiper-slide .img-a img {
  display: inline-block;
  width: 240px;
  height: 100%;
}

.index .team-wrap .equipment .user .swiper-slide .img-a div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index .team-wrap .equipment .user .swiper-slide .text {
  width: 0px;
  overflow: hidden;
  height: 100%;
  padding: 20px 30px;
}

.index .team-wrap .equipment .user .swiper-slide .text .name {
  color: #00205b;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
}

.index .team-wrap .equipment .user .swiper-slide:hover {
  width: 649px;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
}

.index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
  width: 324px;
}

.index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
  display: none;
}

.index .team-wrap .equipment .user .swiper-slide:hover .text {
  width: 326px;
}

.footer .footer-box {
  width: 100%;
  background-image: url("https://www.shangtengtex.com/jidi/css/../img/footer-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  height: 140px;
}

.footer .footer-box .footer-main {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-box .footer-main .text {
  display: inline-block;
}

.footer .footer-box .footer-main .text p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

.footer .footer-box .footer-main .code-wrap span img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .index .banner {
    height: 690px;
    min-height: 0 !important;
  }
}

@media (max-width: 1410px) {
  .nav .top-wrap .top {
    width: 96%;
  }
  .nav .top-wrap .top .logo_t {
    margin-left: 20px;
  }
  .nav .list ul {
    width: 96%;
  }
  .nav .list ul li .nav-two {
    padding: 20px;
    top: 53px;
    min-width: 96%;
  }
  .nav .list ul li .nav-two .box .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .list ul li .nav-two .box .left img:nth-of-type(2) {
    display: none;
  }
  .nav .list ul li .nav-three {
    padding: 20px;
    top: 53px;
    min-width: 96%;
  }
  .nav .list ul li .nav-three .nav-box {
    width: 96%;
  }
  .nav .list ul li .nav-three .nav-box .left {
    width: 140px;
  }
  .nav .list ul li .nav-three .nav-box .left::after {
    content: "";
    position: absolute;
    width: 39px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #2e7c6a;
  }
  .nav .list ul li .nav-three .nav-box .right {
    border-left: 1px solid #2e7c6a;
    padding: 0 0 10px 20px;
  }
  .nav .list ul li .nav-three .nav-box .right .item ul li {
    margin-right: 20px;
  }
  .index .nav-tab {
    width: 96%;
  }
  .index .nav-tab .box {
    width: 100%;
  }
  .index .nav-tab::after {
    content: none;
  }
  .index .banner {
    height: 590px;
    min-height: 0 !important;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(-10%, -10%) scale(0.7);
       -moz-transform: translate(-10%, -10%) scale(0.7);
        -ms-transform: translate(-10%, -10%) scale(0.7);
            transform: translate(-10%, -10%) scale(0.7);
  }
  .index .news .news-box {
    width: 96%;
  }
  .index .news .list-box {
    width: 96%;
  }
  .index .team-wrap {
    padding: 20px 0;
  }
  .index .team-wrap .zy {
    margin: 0 auto;
    width: 96%;
  }
  .index .team-wrap .zy .nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .index .team-wrap .zy .nav-wrap .nav-item {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #f6f6f6;
    cursor: pointer;
    margin: 0 13px;
  }
  .index .team-wrap .zy .nav-wrap .nav-item.act {
    background-color: #00205b;
  }
  .index .team-wrap .zy .icon {
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    margin-top: -18px;
    z-index: 1;
    margin-bottom: 58px;
  }
  .index .team-wrap .zy .icon::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #00205b;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .index .team-wrap .zy .icon::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #00205b;
    position: absolute;
    right: 0;
    bottom: -2px;
  }
  .index .team-wrap .zy .zy-list.act {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index .team-wrap .equipment {
    width: 96%;
    margin: 20px auto 0 auto;
  }
  .index .team-wrap .equipment .user {
    position: relative;
    z-index: 2;
  }
  .index .team-wrap .equipment .user .swiper-button-next {
    position: absolute;
    right: -27px;
    color: #dddddd;
  }
  .index .team-wrap .equipment .user .swiper-button-prev {
    position: absolute;
    left: -27px;
    color: #dddddd;
  }
  .index .team-wrap .equipment .user .mySwiper_ {
    overflow: hidden;
    padding: 36px 0 0 0;
  }
  .index .team-wrap .equipment .user .swiper-slide {
    width: 240px;
    height: 228px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a img {
    display: inline-block;
    width: 240px;
    height: 100%;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .index .team-wrap .equipment .user .swiper-slide .text {
    width: 0px;
    overflow: hidden;
    height: 100%;
    padding: 20px 30px;
  }
  .index .team-wrap .equipment .user .swiper-slide .text .name {
    color: #00205b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
    font-size: 14px;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover {
    width: 649px;
    -webkit-box-shadow: 1px 1px 8px -4px;
       -moz-box-shadow: 1px 1px 8px -4px;
            box-shadow: 1px 1px 8px -4px;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
    width: 324px;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
    display: none;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .text {
    width: 326px;
  }
  .footer .footer-box {
    height: auto;
    padding: 10px 0;
  }
  .footer .footer-box .footer-main {
    width: 96%;
  }
  .footer .footer-box .footer-main .icon {
    margin: 0 26px;
  }
}

@media (max-width: 1210px) {
  .nav .top-wrap .top .logo_t {
    display: none;
  }
  .index .team-wrap {
    padding: 20px 0;
  }
  .index .team-wrap .zy {
    margin: 0 auto;
    width: 96%;
  }
  .index .team-wrap .zy .nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .index .team-wrap .zy .nav-wrap .nav-item {
    margin: 0 5px 10px 5px;
  }
  .index .team-wrap .zy .icon {
    display: none;
  }
  .index .team-wrap .equipment {
    width: 96%;
    margin: 20px auto 0 auto;
  }
  .index .team-wrap .equipment .user {
    position: relative;
    z-index: 2;
  }
  .index .team-wrap .equipment .user .swiper-button-next {
    position: absolute;
    right: 0;
    color: #dddddd;
  }
  .index .team-wrap .equipment .user .swiper-button-prev {
    position: absolute;
    left: 0;
    color: #dddddd;
  }
  .index .team-wrap .equipment .user .mySwiper_ {
    overflow: hidden;
    padding: 16px 0 0 0;
  }
  .index .team-wrap .equipment .user .swiper-slide {
    width: 240px;
    height: 228px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a img {
    display: inline-block;
    width: 240px;
    height: 100%;
  }
  .index .team-wrap .equipment .user .swiper-slide .img-a div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .index .team-wrap .equipment .user .swiper-slide .text {
    width: 0px;
    overflow: hidden;
    height: 100%;
    padding: 20px 30px;
  }
  .index .team-wrap .equipment .user .swiper-slide .text .name {
    color: #00205b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .index .team-wrap .equipment .user .swiper-slide .text .det-swiper {
    font-size: 14px;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover {
    width: 649px;
    -webkit-box-shadow: 1px 1px 8px -4px;
       -moz-box-shadow: 1px 1px 8px -4px;
            box-shadow: 1px 1px 8px -4px;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .img-a img {
    width: 324px;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .img-a div {
    display: none;
  }
  .index .team-wrap .equipment .user .swiper-slide:hover .text {
    width: 326px;
  }
}

@media (max-width: 1000px) {
  .nav .top-wrap {
    height: 86px;
  }
  .nav .top-wrap .top {
    height: 86px;
  }
  .nav .top-wrap .top .logo {
    height: -webkit-calc(80px * 0.6);
    height: -moz-calc(80px * 0.6);
    height: calc(80px * 0.6);
    width: -webkit-calc(80px * 0.6);
    width: -moz-calc(80px * 0.6);
    width: calc(80px * 0.6);
  }
  .nav .top-wrap .top .logo_ {
    height: -webkit-calc(56px * 0.61);
    height: -moz-calc(56px * 0.61);
    height: calc(56px * 0.61);
    width: -webkit-calc(294px * 0.6);
    width: -moz-calc(294px * 0.6);
    width: calc(294px * 0.6);
    margin-left: 10px;
  }
  .nav .top-wrap .top .icon {
    margin: 0 6px;
  }
  .nav .top-wrap .top .search {
    display: none;
  }
  .nav .top-wrap .top .en {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px);
  }
  .nav .top-wrap .top .menu-button {
    display: block;
  }
  .nav .list {
    border-top: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(315deg, #00205b, #efefef);
    background-image: linear-gradient(135deg, #00205b, #efefef);
    width: 100%;
    height: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .list .search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .nav .list ul li {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    position: relative;
  }
  .nav .list ul li a {
    color: #fff;
  }
  .nav .list ul li .menu-list .more_ {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .nav .list ul li .menu-list .more_::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
  }
  .nav .list ul li .menu-list .more_::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 14px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
  }
  .nav .list ul li .menu-list .more_.act::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .nav .list ul li .nav-two {
    position: relative;
    top: 0;
    padding: 10px;
    min-width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav .list ul li .nav-two .box {
    margin: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .nav .list ul li .nav-two .box .left,
  .nav .list ul li .nav-two .box .icon,
  .nav .list ul li .nav-two .box .right .nav-title {
    display: none;
  }
  .nav .list ul li .nav-two .box .right {
    height: auto;
  }
  .nav .list ul li .nav-two .box .right ul {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .nav .list ul li .nav-two .box .right ul li {
    background-image: none;
    padding: 0;
    text-align: left;
    width: auto;
    margin: 5px 0;
    border-bottom: 1px solid #00205b;
  }
  .nav .list ul li a {
    display: inline-block;
    width: auto;
  }
  .nav .list ul li:last-of-type {
    padding-bottom: 30px;
    border: none;
  }
  .nav .list ul li:hover .nav-three {
    display: none;
  }
  .nav .list ul li:hover .nav-two {
    display: none;
  }
  .nav .list ul li:hover a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .index .banner {
    margin-top: 86px;
    height: 460px;
    min-height: 0 !important;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(-20%, -20%) scale(0.5);
       -moz-transform: translate(-20%, -20%) scale(0.5);
        -ms-transform: translate(-20%, -20%) scale(0.5);
            transform: translate(-20%, -20%) scale(0.5);
  }
  .index .news .news-box {
    width: 96%;
  }
  .index .news .news-box .news-banner-wrap {
    height: auto;
  }
  .index .news .news-box .news-banner-wrap .news-banner {
    width: 100%;
    margin-right: 0;
  }
  .index .news .news-box .news-banner-wrap .list-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .index .news .list-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto 0 auto;
  }
  .index .news .list-box .box {
    width: 100%;
  }
  .index .news .list-box .box:nth-of-type(2) {
    margin-top: 20px;
  }
  .index .team-wrap {
    padding: 20px 0;
  }
  .index .team-wrap .zy {
    margin: 0 auto;
    width: 96%;
  }
  .index .team-wrap .zy .nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .index .team-wrap .zy .nav-wrap .nav-item {
    margin: 0 5px 10px 5px;
  }
  .index .team-wrap .zy .icon {
    display: none;
  }
  .index .team-wrap .zy .zy-list.act {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .team-wrap .zy .zy-list.act .item {
    width: 100%;
  }
  .footer .footer-box .footer-main .icon {
    margin: 0 10px;
  }
  .footer .footer-box .footer-main .code-wrap span:nth-of-type(2) {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .index .banner {
    min-height: 0 !important;
    height: auto;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(-20%, -20%) scale(0.3);
       -moz-transform: translate(-20%, -20%) scale(0.3);
        -ms-transform: translate(-20%, -20%) scale(0.3);
            transform: translate(-20%, -20%) scale(0.3);
  }
  .index .banner .swiper-pagination {
    margin: 0 auto;
  }
  .index .banner .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
  .index .nav-tab {
    width: 96%;
    height: auto;
    margin: 10px auto;
  }
  .index .nav-tab .box {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .nav-tab .box .item {
    height: 100%;
    width: 25%;
    padding: 10px;
  }
  .index .nav-tab .box .item span:nth-of-type(1) {
    width: -webkit-calc(46px * 0.8);
    width: -moz-calc(46px * 0.8);
    width: calc(46px * 0.8);
    height: -webkit-calc(43px * 0.8);
    height: -moz-calc(43px * 0.8);
    height: calc(43px * 0.8);
    margin-bottom: 10px;
  }
  .index .nav-tab .box .item span:nth-of-type(2) {
    font-size: 14px;
  }
  .index .nav-tab .box .item:hover span:nth-of-type(2) {
    font-size: 14px;
  }
  .index .news {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -18px;
  }
  .index .news .news-box {
    margin: 0 auto;
    width: 96%;
    height: 100%;
  }
  .index .news .news-box .news-title .title-nav {
    display: none;
  }
  .index .news .news-box .news-title-min {
    display: block;
    margin-bottom: 0;
  }
  .index .news .news-box .news-title-min .title-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .news .news-box .news-title-min .title-nav .title-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    color: #605f5f;
    font-size: 14px;
    position: relative;
    cursor: pointer;
  }
  .index .news .news-box .news-title-min .title-nav .title-item span {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    height: 10px;
  }
  .index .news .news-box .news-title-min .title-nav .title-item span::after {
    content: none;
  }
  .index .news .news-box .news-title-min .title-nav .title-item span::before {
    content: none;
  }
  .index .news .news-box .news-title-min .title-nav .title-item:last-child span::before {
    content: none;
  }
  .index .news .news-box .news-title-min .title-nav .title-item.act {
    font-size: 16px;
  }
  .index .news .news-box .news-banner-wrap {
    max-width: 96%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .news .news-box .news-banner-wrap .news-banner {
    width: 100%;
    height: 300px;
    float: none;
    margin-right: 0;
  }
  .index .news .news-box .news-banner-wrap .news-banner .swiper-slide a {
    position: relative;
  }
  .index .news .news-box .news-banner-wrap .news-banner .swiper-slide img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index .news .news-box .news-banner-wrap .news-banner .swiper-slide P {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index .news .news-box .news-banner-wrap .news-list {
    width: 100%;
    float: none;
    height: auto;
  }
  .footer .footer-box .footer-main {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-box .footer-main .icon {
    display: none;
  }
  .footer .footer-box .footer-main .logo_ {
    display: none;
    width: 63px;
    height: 77px;
  }
  .footer .footer-box .footer-main .text {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text h1 {
    margin: 0 auto;
    font-size: 14px;
    color: #dfe1e6;
    line-height: 2;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text p {
    font-size: 14px;
    color: #d9e5ef;
    line-height: 2;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text p img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .footer .footer-box .footer-main .text:nth-of-type(2) {
    display: none;
  }
  .footer .footer-box .footer-main .code-wrap {
    display: none;
  }
}
