.nybanner {
  width: 100%;
  height: 614px;
}

.nybanner .cont {
  padding-top: 360px;
}

.nybanner .cont h2 {
  color: #fff;
  font-size: 48px;
  font-family: serif;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-shadow: 2px 2px 2px #000000;
}

.nybanner .cont span {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: block;
  text-shadow: 2px 2px 2px #000000;
}

.content-navbar {
  border-bottom: 2px solid #bdbdbd;
}

.content-navbar .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-navbar .cont li {
  position: relative;
  margin-right: 2em;
}

.content-navbar .cont li.active::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #0e3f98;
}

.content-navbar .cont li.active a {
  color: #0e3f98;
}

.content-navbar .cont li a {
  color: #333;
  font-size: 16px;
  line-height: 4;
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-navbar .cont li:last-child {
  margin-right: 0;
}

.content-navbar .cont li:nth-of-type(1) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content-navbar .cont li:nth-of-type(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-navbar .cont li:nth-of-type(3) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-navbar .cont li:nth-of-type(4) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-navbar .cont li:nth-of-type(5) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-navbar .cont li:nth-of-type(6) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content-navbar .cont li:nth-of-type(7) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content-navbar .cont li:nth-of-type(8) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.detail-container {
  padding: 60px 0;
}

.detail-container .content-title {
  text-align: center;
}

.detail-container .content-title h3 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  font-family: serif;
}

.detail-container .content-title .line {
  background-color: #969696;
  width: 73px;
  height: 3px;
  margin: 16px auto 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-container .content-title p {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-container .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 40px;
}

.detail-container .about img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.detail-container .about .desc {
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  margin-left: 48px;
  text-align: justify;
  text-wrap: wrap;
  overflow: hidden;
}

.detail-container .about .desc p span {
  text-wrap: wrap !important;
}

.detail-container .workshop {
  margin-top: 40px;
}

.detail-container .workshop .workshop-swiper {
  padding-bottom: 30px;
}

.detail-container .workshop .workshop-swiper .swiper-slide {
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  margin-top: 40px;
  border: 1px solid #e0e0e0;
}

.detail-container .workshop .workshop-swiper .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.detail-container .workshop .workshop-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 232px;
  padding: 12px;
}

.detail-container .workshop .workshop-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-container .workshop .workshop-swiper .swiper-slide .tit {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 2;
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.detail-container .workshop .workshop-swiper .swiper-slide .more {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 3;
  border-top: 1px solid #e0e0e0;
}

.detail-container .workshop .workshop-swiper .swiper-slide:hover .tit {
  color: #0e3f98;
}

.detail-container .workshop .workshop-swiper .swiper-slide:hover .more {
  color: #0e3f98;
}

.detail-container .workshop .workshop-swiper .swiper-pagination {
  bottom: 0;
}

.detail-container .honor {
  margin-top: 40px;
}

.detail-container .honor .honor-swiper {
  overflow: hidden;
  height: 540px;
  margin-top: 40px;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide {
  width: 360px;
  height: 540px;
  overflow: hidden;
  position: relative;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide .info {
  width: 100%;
  height: 100px;
  padding: 18px;
  bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background-color: #512e12;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide .info .tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide .info p {
  color: #fff;
  font-size: 14px;
  margin-top: auto;
  letter-spacing: -0.5px;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  z-index: 10000;
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg,
.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg {
  background: rgba(0, 0, 0, 0);
}

.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .info,
.detail-container .honor .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info {
  bottom: 0;
}

.detail-container .pro-nav {
  margin-top: 55px;
}

.detail-container .pro-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.detail-container .pro-nav ul li {
  margin: 0.5em;
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  
}

.detail-container .pro-nav ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.detail-container .pro-nav ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.detail-container .pro-nav ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.detail-container .pro-nav ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.detail-container .pro-nav ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.detail-container .pro-nav ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.detail-container .pro-nav ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.detail-container .pro-nav ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.detail-container .pro-nav ul li a {
  color: #212121;
  font-size: 16px;
  display: block;
  line-height: 1;
  padding: 0.5em 1em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.detail-container .pro-nav ul li:hover {
  border-color: #0e3f98;
}

.detail-container .pro-nav ul li:hover a {
  color: #0e3f98;
}

.detail-container .pro-nav ul li.active {
  border-color: #0e3f98;
  background-color: #0e3f98;
}

.detail-container .pro-nav ul li.active a {
  color: #fff;
}

.detail-container .products {
  margin-top: 20px;
}

.detail-container .products .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail-container .products .cont li {
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}

.detail-container .products .cont li:nth-child(4n) {
  margin-right: 0;
}

.detail-container .products .cont li .pic {
  display: block;
  width: 100%;
  height: 220px;
  border: 1px solid #f5f5f5;
}

.detail-container .products .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-container .products .cont li .tit {
  color: #0e3f98;
  font-size: 16px;
  line-height: 2.5;
  display: block;
  margin-top: 4px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #f5f5f5;
}

.detail-container .products .cont li:hover .tit {
  background-color: #0e3f98;
  color: #fff;
}

.detail-container .solution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.detail-container .solution ul li {
  width: 32.66666%;
  margin-right: 1%;
  height: 0;
  padding-top: 21.4%;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.detail-container .solution ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.detail-container .solution ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.detail-container .solution ul li .mask h2 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 1;
}

.detail-container .solution ul li:nth-child(3n) {
  margin-right: 0;
}

.detail-container .solution ul li.active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.detail-container .solution ul li.active .mask {
  background-color: rgba(14, 63, 152, 0.5);
}

.detail-container .solution1 {
  padding: 40px 0;
}

.detail-container .solution1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

.detail-container .solution1 ul li {
  width: 23.5%;
  text-align: center;
  margin-right: 2%;
  padding: 20px 0;
}

.detail-container .solution1 ul li .iconfont {
  color: #a3a3a3;
  font-size: 60px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.detail-container .solution1 ul li p {
  color: #262626;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0.5em;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.detail-container .solution1 ul li:nth-child(4),
.detail-container .solution1 ul li:nth-child(7) {
  margin-right: 0;
}

.detail-container .solution1 ul li:nth-child(-n+4) {
  border-bottom: 1px solid #bbbbbb;
}

.detail-container .solution1 ul li.active .iconfont {
  color: #0e3f98;
}

.detail-container .solution1 ul li.active p {
  color: #0e3f98;
}

.detail-container .solution1 ul li:nth-last-child(-n+3) {
  width: 32%;
}

.detail-container .news {
  margin-top: 40px;
}

.detail-container .news .cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  margin-top: 46px;
  position: relative;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-container .news .cont li:first-child {
  margin-top: 0;
}

.detail-container .news .cont li .bg {
  background: #0e3f98;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .news .cont li .pic {
  width: 318px;
  height: 198px;
  position: relative;
  flex-shrink: 0;
}
.detail-container .pages {
  margin-top: 60px;
}
.detail-container .news .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-container .news .cont li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-right: 24px;
  position: relative;
}

.detail-container .news .cont li .info .date {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0.5em;
  border: 1px solid #7c7c7c;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .news .cont li .info .tit {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 18px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  font-weight: bold;
}

.detail-container .news .cont li .info .desc {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .news .cont li .more {
  margin-left: auto;
  position: relative;
}

.detail-container .news .cont li .more .iconfont {
  color: #333;
  font-size: 32px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.detail-container .news .cont li.active .bg {
  width: 100%;
  height: 100%;
}

.detail-container .news .cont li.active .info .date {
  color: #fff;
  border-color: #fff;
}

.detail-container .news .cont li.active .info .tit {
  color: #f5f5f5;
}

.detail-container .news .cont li.active .info .desc {
  color: #fff;
}

.detail-container .news .cont li.active .more .iconfont {
  color: #fff;
}

.detail-container .contact {
  padding-top: 74px;
  padding-bottom: 100px;
}

.detail-container .contact .cont .forms h2 {
  text-align: center;
  color: #333;
  font-size: 32px;
  line-height: 1;
  margin: 2em 0 1em;
}

.detail-container .contact .cont .forms form {
  text-align: center;
}

.detail-container .contact .cont .forms form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-container .contact .cont .forms form .inputs input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  line-height: 54px;
  text-indent: 1em;
  border-radius: 6px;
  font-size: 14px;
}

.detail-container .contact .cont .forms form .inputs input:nth-child(2) {
  margin-left: 20px;
}

.detail-container .contact .cont .forms form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  line-height: 54px;
  padding: 0 1em;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 20px;
}

.detail-container .contact .cont .forms form button {
  color: #fff;
  background-color: #0e3f98;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  padding: 0.5em 2em;
  cursor: pointer;
  margin-top: 40px;
}

.detail-container .contact .cont>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
}

.detail-container .contact .cont>ul li {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 40px;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  transition: all 0.33s linear;
}

.detail-container .contact .cont>ul li .iconfont {
  color: #0e3f98;
  font-size: 60px;
  transition: all 0.33s linear;
}

.detail-container .contact .cont>ul li span {
  color: #343434;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  transition: all 0.33s linear;
}

.detail-container .contact .cont>ul li p {
  color: #858585;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  transition: all 0.33s linear;
}

.detail-container .contact .cont>ul li h3 {
  color: #333333;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.33s linear;
}

.detail-container .contact .cont>ul li img {
  width: 118px;
  height: 118px;
  margin-top: 16px;
  transition: all 0.33s linear;
}
.detail-container .contact .cont>ul li.active {
  background-color: #0e3f98;
  border-color: #0e3f98;
}
.detail-container .contact .cont>ul li.active .iconfont {
  color: #fff;
}
.detail-container .contact .cont>ul li.active h3 {
  color: #fff;
}
.detail-container .contact .cont>ul li.active p {
  color: #fff;
}
.detail-container .contact .cont>ul li:last-child {
  border: none;
}

.detail-container .contact .cont>ul li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.detail-container .contact .cont>ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.detail-container .contact .cont>ul li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.detail-container .contact .cont>ul li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.detail-container .contact .cont>ul li:hover .iconfont {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.detail-container .contact .cont .map {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.detail-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-container .paging a {
  width: 32px;
  height: 32px;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
  border-radius: 3px;
}
.detail-container .paging a .iconfont {
  font-size: 28px;
}
.detail-container .paging .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.detail-container .paging .num:nth-of-type(1) {
  animation-delay: 0.1s;
}
.detail-container .paging .num:nth-of-type(2) {
  animation-delay: 0.2s;
}
.detail-container .paging .num:nth-of-type(3) {
  animation-delay: 0.3s;
}
.detail-container .paging .num:nth-of-type(4) {
  animation-delay: 0.4s;
}
.detail-container .paging .num:nth-of-type(5) {
  animation-delay: 0.5s;
}
.detail-container .paging .num:nth-of-type(6) {
  animation-delay: 0.6s;
}
.detail-container .paging .num:nth-of-type(7) {
  animation-delay: 0.7s;
}
.detail-container .paging .num:nth-of-type(8) {
  animation-delay: 0.8s;
}
.detail-container .paging .active {
  background-color: #0e3f98;
  color: #fff;
}
.detail-container .paging .prev {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.detail-container .paging .next {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
