@charset "utf-8";

/* 产品 */
.inner-product {
  background: #F9F9F9;
}
.inner-product .content-right {
  width: 100%;
}
.inner-product {
  background: #F9F9F9;
}
.inner-product .content {
  display: flex;
  align-items: flex-start;
  /* background: #fff;
  padding: 30px 30px 30px 0;
  padding-right: 64px; */
  box-sizing: border-box;
}
.inner-product .product-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 20px;
}
/* .inner-product .content .content-left {
  min-width: 214px;
  margin-right: 30px;
} */
/* .inner-product .content .content-left .list{
  min-width: 214px;
} */
  /* .inner-product .content .content-left .list .item {
color: #333;
  padding: 10px;
  cursor: pointer;
} */
.inner-product .product-main-pic{
  margin-right: 50px;
}
  /* .inner-product .content .content-left .list .item.active,
.inner-product .content .content-left .list .item:hover {
background: #173976;
  color: #fff;
} */
.inner-product .product-main-pic {
  width: 364px;
  height: 360px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 50px; */
}
.inner-product .product-main-text{
  max-width: 500px;
  width: 500px;
  /* padding-right: 50px; */
}
.inner-product .product-main-text .top {
  margin-bottom: 80px;
}
.inner-product .product-main-text .top a {
  display: inline-block;
  font-size: 32px;
  color: #173976;
  margin-bottom: 30px;
}
.inner-product .product-main-text .top p {
  color: #666666;
  line-height: 32px;
  font-size: 18px;
  max-height: 96px;
  overflow: hidden;
}
/* .inner-product .product-main-text .bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.inner-product .product-main-text .bottom .btn {
  width: 172px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #173976;
}
.inner-product .product-main-text .bottom .btn-1 {
  color: #173976;
  background: #fff;
  margin-right: 23px;
}
.inner-product .product-main-text .bottom .btn-2 {
  background: #265EBF;
  color: #fff;
} */

.product-list-box {
  background: #F9F9F9;
  margin-top: 20px;
  /* padding: 20px; */
}
.product-list-box .item .bg-img{
  width: 306px;
  height: 245px;
}
.inner-product-list .item:nth-child(3n) {
  margin-right: -5px!important;
}
.product-list .item:nth-child(4n) {
  margin-right: 20px;
}
.inner-product-list .item{ 
  width: 306px;
}
.product-list .item {
  /* height: 266px; */
  margin-bottom: 30px;
  margin-right: 20px;
}
.product-list .item .bottom .active .right {
  width: 60px;
  margin-left: 0;
}
.product-list .item .bottom .active .left {
  width: 190px;
}

/* 产品详情 */
.products-detail-section-1 {
  margin-bottom: 20px;
}
.products-detail-section-1 .content {
  display: flex;
  justify-content: space-between;
}
.products-detail-section-1 .content .left {
  width: 574px;
  height: 426px;
  background: #FFFFFF;
}
.products-detail-section-1 .content .right {
  box-sizing: border-box;
  width: 606px;
  height: 426px;
  background: #FFFFFF;
  padding: 72px 56px;
}
.products-detail-section-1 .content .right .title {
  font-size: 32px;
  color: #173976;
  line-height: 20px;
  margin-bottom: 32px;
}
.products-detail-section-1 .content .right .text {
  font-size: 18px;
  color: #666666;
  margin-bottom: 40px;
}
.products-detail-section-1 .content .right .list li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666666;
}
.products-detail-section-1 .content .right .list li span {
  color: #173976;
  padding-right: 10px;
}
.products-detail-section-2 .header {
  height: 48px;
  background: #ECEFF1;
}
.products-detail-section-2 .header .list {
  display: flex;
  justify-content: flex-start;
}
.products-detail-section-2 .header .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 48px;
  color: #363F4F;
  cursor: pointer;
}
.products-detail-section-2 .header .list .active {
  background: #4E7BC9;
  color: #fff;
}
.products-detail-section-2 .text-content {
  background-color: #fff;
  padding: 30px;
  color: #5A5A5A;
  font-size: 16px;
  line-height: 28px;
}
.products-detail-section-3 {
  margin-top: 67px;
}
.products-detail-section-3 .title {
  color: #333333;
  font-size: 24px;
  margin-bottom: 17px;
}
.swiper-container {
  width: 574px;
  height: 426px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 48px;
}
.swiper-button-prev {
  background-image: url('../images/jt-left.png') !important;
}
.swiper-button-next {
  background-image: url('../images/jt-right.png') !important;
}
@media (max-width: 960px) {
  .products-detail-section-1 {
    margin-bottom: 0;
  }
  .products-detail-section-1 .content {
    flex-direction: column;
  }
  .products-detail-section-1 .content .left {
    width: 100%;
    min-width: 360px;
    height: 16rem;
  }
  .products-detail-section-1 .content .right {
    width: 100%;
    min-width: 360px;
    height: auto;
    padding: 1rem 0.5rem;
    margin-top: 1rem;
  }
  .products-detail-section-1 .content .right .title {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .products-detail-section-1 .content .right .text {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .products-detail-section-1 .content .right .list li {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .products-detail-section-2 .text-content {
    padding: 20px;
  }
  .products-detail-section-3 {
    margin-top: 0;
  }
  .products-detail-section-3 .title {
    font-size: 18px;
  }
  .swiper-container {
    width: 100%;
    height: 16rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 30px;
  }
}
/* left-menu */
.left-menu {
  min-width: 214px;
  margin-right: 30px;
  /* background-color: #fff;
  height: 800px; */
}
.menu-name{
  font-size: 22px;
  line-height: 80px;
  background: rgb(0,0,0);
  color: #ffffff;
  text-align: center;
  position: relative;
}
.menu-name span{
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.menu-list{
  background: #fff;
}
.menu-list li a{
  /* padding: 18px 10px 18px 30px; */
  display:block;
  padding: 18px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  text-align: center;
}

.menu-list li.active a,
.menu-list li a:hover {
    background: #173976;
    color: #fff;
}
/* 新闻 */
.inner-news .content,
.inner-product .content {
  display: flex;
  background-color: transparent!important;
  padding: 0!important;
}

.news-list li>a {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  cursor: pointer;
}

.news-list .news-pic {
  /* background-color: #E9ECF2; */
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.news-list .news-intro {
  box-sizing: border-box;
  height: 150px;
  padding: 30px 26px 36px;
  flex: 1;
}

.news-list .news-intro h4 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.news-list .news-intro p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

/*.news-list li>a:hover {
  background-color: #F3F5F9;
}*/
.news-list li>a:hover .news-intro h4 {
  color: #173976;
}




/* 关于我们 */


/* 联系我们 */
.inner-contact .content {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 96px 74px 48px 74px;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.inner-contact .contact-info {
  position: relative;
}

.contact-info .bg-text {
  position: absolute;
  top: -20px;
  font-size: 60px;
  font-weight: bold;
  color: #F8F9FD;
  line-height: 20px;
  opacity: 0.6;
}

.contact-info .title {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: bold;
  color: #173976;
  margin-bottom: 50px;
}

.contact-infolist li{
  margin-bottom: 37px;
}

.contact-infolist li span{
  display: block;
  color: #173976;
  font-size: 16px;
  margin-bottom: 16px;
}

.contact-infolist li p{
  font-size: 20px;
  color: #000000;
}

.inner-contact .contact-form {
  width: 520px;
  margin-top: -8px;
}

.inner-contact .contact-form .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.inner-contact .contact-form .flex .contact-input {
  width: 250px;
  color: #B3B5B9;
}

.inner-contact .contact-form .flex .contact-input input {
  width: 100px;
}

.inner-contact .contact-form .contact-input {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 14px;
  margin-bottom: 14px;
  background-color: #F9F9F9;
  box-sizing: border-box;
}

.inner-contact .contact-form .contact-input .label {
  display: flex;
  align-items: flex-start;
  color: #B3B5B9;
  margin-right: 15px;
  font-size: 16px;
}

.inner-contact .contact-form .contact-input .label span {
  color: #173976;
}

.inner-contact .contact-form .contact-input input,
.inner-contact .contact-form .contact-input textarea {
  flex: 1;
  color: #B3B5B9;
  font-size: 16px;
  border: none;
  background-color: #F9F9F9;
  outline: none;
}

.inner-contact .contact-form .contact-input textarea {
  resize: none;
  height: 80px;
}

.inner-contact .contact-form .submit {
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 48px;
  background: #265EBF;
  border: 1px solid #265EBF;
}