.nybanner {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nybanner h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
.content-title {
  text-align: center;
  padding: 60px 0;
}
.content-detail .photo img{
  max-width: 100%;	
}
.content-title h2 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-title span {
  color: #369cbe;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container {
  padding-bottom: 60px;
}
.content-container .content-nav ul {
  display: flex;
  justify-content: center;
}
.content-container .content-nav ul li {
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  margin: 0 12px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-nav ul li a {
  color: #333;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 0.5em 2em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-nav ul li:hover,
.content-container .content-nav ul li.active {
  background-color: #369cbe;
  border-color: #369cbe;
}
.content-container .content-nav ul li:hover a,
.content-container .content-nav ul li.active a {
  color: #fff;
}
.content-container .content-nav ul li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.content-container .content-nav ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.content-container .content-nav ul li:nth-child(3) {
  animation-delay: 0.5s;
}
.content-container .content-nav ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.content-container .content-nav ul li:nth-child(5) {
  animation-delay: 0.7s;
}
.content-container .content-nav ul li:nth-child(6) {
  animation-delay: 0.8s;
}
.content-container .content-nav ul li:nth-child(7) {
  animation-delay: 0.9s;
}
.content-container .content-nav ul li:nth-child(8) {
  animation-delay: 1s;
}
.content-container .paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .paging a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 0 4px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .paging .num:hover,
.content-container .paging .num.active {
  color: #fff;
  background-color: #369cbe;
}
.content-container .paging .prev .iconfont,
.content-container .paging .next .iconfont {
  font-size: 32px;
}
.content-container .content-title-nav {
  border-bottom: 2px solid #bdbdbd;
}
.content-container .content-title-nav .cont ul {
  display: flex;
}
.content-container .content-title-nav .cont ul li {
  position: relative;
  margin-right: 40px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-title-nav .cont ul li::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #369cbe;
  position: absolute;
  bottom: -2px;
  right: 0;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-title-nav .cont ul li a {
  line-height: 55px;
  color: #4d484f;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-title-nav .cont ul li:hover a,
.content-container .content-title-nav .cont ul li.active a {
  color: #369cbe;
}
.content-container .content-title-nav .cont ul li:hover::after,
.content-container .content-title-nav .cont ul li.active::after {
  width: 100%;
  left: 0;
}
.content-container .content-title-nav .cont ul li:last-child {
  margin-right: 0;
}
.content-container .content-title-nav .cont ul li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.content-container .content-title-nav .cont ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.content-container .content-title-nav .cont ul li:nth-child(3) {
  animation-delay: 0.5s;
}
.content-container .content-title-nav .cont ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.content-container .content-title-nav .cont ul li:nth-child(5) {
  animation-delay: 0.7s;
}
.content-container .content-title-nav .cont ul li:nth-child(6) {
  animation-delay: 0.8s;
}
.content-container .content-title-nav .cont ul li:nth-child(7) {
  animation-delay: 0.9s;
}
.content-container .content-title-nav .cont ul li:nth-child(8) {
  animation-delay: 1s;
}
.content-container .content-detail-container {
  width: 1200px;
  margin: 0 auto;
}
.content-container .content-detail-container .content-pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.content-container .content-detail-container .content-pro-list ul li {
  width: 270px;
  margin-right: 40px;
  margin-top: 40px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-detail-container .content-pro-list ul li .pic {
  display: block;
  width: 100%;
  height: 290px;
}
.content-container .content-detail-container .content-pro-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .content-detail-container .content-pro-list ul li .tit {
  width: 100%;
  color: #369cbe;
  height: 66px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.content-container .content-detail-container .content-pro-list ul li:hover .tit {
  background-color: #369cbe;
  color: #fff;
}
.content-container .content-detail-container .content-about-list {
  padding-top: 60px;
}
.content-container .content-detail-container .content-about-list .top {
  display: flex;
}
.content-container .content-detail-container .content-about-list .top .info {
  margin-right: 120px;
}
.content-container .content-detail-container .content-about-list .top .info h2 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-about-list .top .info .desc {
  color: #282727;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-top: 40px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-about-list .top .img-box img {
  -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;
}
.content-container .content-detail-container .content-about-list .top .img-box ul {
  display: flex;
  justify-content: space-between;
  -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;
}
.content-container .content-detail-container .content-about-list .top .img-box ul li {
  text-align: center;
}
.content-container .content-detail-container .content-about-list .top .img-box ul li .num {
  color: #369cbe;
  font-size: 36px;
  font-weight: bold;
}
.content-container .content-detail-container .content-about-list .top .img-box ul li p {
  color: #4d484f;
  font-size: 18px;
}
.content-container .content-detail-container .content-about-list .honor {
  margin-top: 100px;
}
.content-container .content-detail-container .content-about-list .honor h3 {
  color: #369cbe;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-about-list .honor .honor-slide {
  margin-top: 50px;
  padding-bottom: 50px;
}
.content-container .content-detail-container .content-about-list .honor .honor-slide .swiper-wrapper .swiper-slide {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-detail-container .content-about-list .honor .honor-slide .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 273px;
  display: block;
}
.content-container .content-detail-container .content-about-list .honor .honor-slide .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-container .content-detail-container .content-about-list .honor .honor-slide .swiper-wrapper .swiper-slide .tit {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  background-color: #369cbe;
}
.content-container .content-detail-container .content-news-list ul li {
  display: flex;
  padding: 16px;
  align-items: center;
  margin-top: 46px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-news-list ul li .pic {
  width: 318px;
  height: 198px;
}
.content-container .content-detail-container .content-news-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .content-detail-container .content-news-list ul li .info {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.content-container .content-detail-container .content-news-list ul li .info .date {
  color: #5c5c5c;
  font-size: 14px;
  padding: 0.25em 0.5em;
  line-height: 1;
  border: 1px solid #7c7c7c;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-news-list ul li .info .tit {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1;
  margin: 25px 0;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-news-list ul li .info .desc {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-news-list ul li .more {
  margin-left: 75px;
}
.content-container .content-detail-container .content-news-list ul li .more .iconfont {
  color: #5d5d5d;
  font-size: 24px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-news-list ul li:hover {
  background-color: #369cbe;
}
.content-container .content-detail-container .content-news-list ul li:hover .info .date {
  color: #fff;
  border-color: #fff;
}
.content-container .content-detail-container .content-news-list ul li:hover .info .tit {
  color: #fff;
}
.content-container .content-detail-container .content-news-list ul li:hover .info .desc {
  color: #fff;
}
.content-container .content-detail-container .content-news-list ul li:hover .more .iconfont {
  color: #fff;
}
.content-container .content-detail-container .content-case-list ul {
  display: flex;
  flex-wrap: wrap;
}
.content-container .content-detail-container .content-case-list ul li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  padding-top: 14px;
  flex-direction: column;
  margin-top: 42px;
  border: 1px solid #e0e0e0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-detail-container .content-case-list ul li .pic {
  max-width: 100%;
  height: 220px;
  margin: 0 14px;
}
.content-container .content-detail-container .content-case-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .content-detail-container .content-case-list ul li .tit {
  color: #3a3a3a;
  font-size: 22px;
  text-align: center;
  line-height: 3;
}
.content-container .content-detail-container .content-case-list ul li .more {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 3;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.content-container .content-detail-container .content-case-list ul li:nth-child(3n) {
  margin-right: 0;
}
.content-container .content-detail-container .content-contact-list .content-detail {
  font-size: 14px;
  line-height: 1.5;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-contact-list .map {
  margin-top: 40px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.content-container .content-detail-container .content-contact-list .forms {
  margin-top: 40px;
}
.content-container .content-detail-container .content-contact-list .forms h3 {
  color: #505050;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-contact-list .forms form ul li {
  display: flex;
  margin-top: 40px;
}
.content-container .content-detail-container .content-contact-list .forms form ul li input {
  flex: 1;
  color: #484848;
  font-size: 14px;
  line-height: 54px;
  border-radius: 5px;
  text-indent: 1em;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-contact-list .forms form ul li input:nth-child(2) {
  margin-left: 24px;
}
.content-container .content-detail-container .content-contact-list .forms form ul li textarea {
  color: #484848;
  font-size: 14px;
  line-height: 54px;
  border-radius: 5px;
  padding: 0 1em;
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-contact-list .forms form button {
  display: block;
  height: 56px;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 200px;
  margin: 40px auto 0;
  background-color: #369cbe;
  cursor: pointer;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro {
  padding-top: 40px;
}
.content-container .content-detail-container .content-pro .crumb {
  color: #2a2a2a;
  font-size: 14px;
}
.content-container .content-detail-container .content-pro .content-pro-detail {
  margin-top: 40px;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top {
  display: flex;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics {
  width: 610px;
  height: 496px;
  display: flex;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .view {
  width: 493px;
  flex-shrink: 0;
  height: 100%;
  border: 2px solid #e0e0e0;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .view .swiper-container {
  height: 100%;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .view .swiper-container .swiper-wrapper {
  height: 100%;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .view .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .view .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview {
  flex: 1;
  height: 100%;
  border: 2px solid #e0e0e0;
  border-left: none;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container {
  height: 100%;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container .swiper-wrapper {
  height: 100%;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .pics .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav .mask {
  background: rgba(0, 0, 0, 0);
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info {
  flex: 1;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info h2 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .sub-title {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: lighter;
  margin-top: 12px;
  margin-bottom: 28px;
  line-height: 1;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .desc {
  color: rgba(42, 42, 42, 0.6);
  font-size: 16px;
  line-height: 24px;
  padding: 18px 0;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .params {
  padding: 30px 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .params p {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 2;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns {
  margin-top: auto;
  display: flex;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns a {
  width: 174px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns .feedback {
  border: 1px solid #369cbe;
  color: #1c1c1c;
  font-size: 16px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns .feedback .iconfont {
  font-size: 28px;
  margin-right: 16px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns .feedback:hover {
  background-color: #369cbe;
  color: #fff;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns .feedback:hover .iconfont {
  color: #fff;
}
.content-container .content-detail-container .content-pro .content-pro-detail .top .info .btns .contact {
  color: #fff;
  font-size: 16px;
  margin-left: 24px;
  background-color: #369cbe;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.content-container .content-detail-container .content-pro .content-pro-detail .details-title {
  height: 59px;
  display: flex;
  margin-top: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.content-container .content-detail-container .content-pro .content-pro-detail .details-title h3 {
  line-height: 58px;
  background-color: #369cbe;
  color: #fff;
  font-size: 20px;
  padding: 0 2em;
}
.content-container .content-detail-container .content-details {
  padding: 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}
