/* 当前位置 */
.location{font-size: 18px;line-height: 36px;color: #646464;font-weight: lighter;width: 1300px;margin: 34px auto 0;padding-left: 40px;box-sizing: border-box;}
.location img{margin-right: 8px;}
.location a{color: #646464;}

/* 产品列表 */
.product-list-content{width: 100%;padding: 75px 0 50px;}
.title{color: #26658f;text-align: center;}
.title h2{font-size: 37px;font-family: 'Compctab Bd BT';}
.title p{font-size: 36px;font-weight: bold;}
.title.fs-30 h2,.title.fs-30 p{font-size: 30px;}
.title h2 a,.title p a{color: #26658f;}
.title h2 a{font-family: 'Compctab Bd BT';}
.product-list-content .product-info{width: 1300px;margin: 40px auto;font-size: 18px;line-height: 36px;color: #646464;font-weight: lighter;padding: 0 252px;text-align: justify;box-sizing: border-box;}
.product-list-content .product-info.center{text-align: center;padding: 0 36px;}
.product-list-content .product-list-img{text-align: center;width: 1300px;margin: 0 auto;}
.product-list-img a{display: inline-block;}
.product-list-img a img{max-width: 100%;}

.product-list-content.bgc-eee{background-color: #eee;}
.product-list-content.bgc-eef8ff{background-color: #eef8ff;}
.product-list-content.pt-25{padding-top: 25px;}
.product-list-content.mt-40{margin-top: 40px;}

.product-list-content.two-row .product-list-container{width: 1300px;display: flex;align-items: flex-end;margin: 0 auto;}
.product-list-container .pro-item{width: 50%;box-sizing: border-box;}
.product-list-container .pro-item:nth-child(1){padding-right: 13px;}
.product-list-container .pro-item:nth-child(2){padding-left: 13px;}
.pro-item .title{text-align: left;}
.product-list-container .pro-item .product-info{width: 100%;padding: 0;margin: 20px auto;}
.product-list-content .product-info.pd-105{padding: 0 105px;}
.product-list-content.two-row .product-list-img{width: 100%;}

.left-right-layout{padding: 0;}
.left-right-layout .product-list-container{width: 1300px;height: 594px;margin: 0 auto;display: flex;align-items: center;}
.top-align .product-list-container{padding-top: 75px;box-sizing: border-box;align-items: flex-start;}
.product-list-container .product-list-content-item{width: 50%;}
.product-list-content-item:nth-child(2){padding-right: 36px;box-sizing: border-box;}
.product-list-content .product-list-content-item .product-info{width: 100%;padding: 0 18px;margin-bottom: 0;}
.product-list-content-item h3.solution{font-size: 30px;font-weight: bold;color: #26658f;margin-bottom: 40px;}
h3.solution a{color: #26658f;}

/* 相关产品 */
.related-products{width: 100%;margin-top: 75px;}
.related-products .related-products-content{background-color: #26658f;padding: 50px 0;margin-top: 24px;}
.related-products-content .related-products-list{width: 1300px;margin: 0 auto;display: flex;}
.related-products-list .related-products-item{width: 32%;margin-right: 2%;display: flex;flex-direction: column;justify-content: space-between;}
.related-products-list .related-products-item:last-child{margin-right: 0;}
.related-products-item p{font-size: 18px;line-height: 36px;color: #fff;font-weight: lighter;text-align: center;}
.related-products-item a{display: block;margin: 18px auto 0;position: relative;width: max-content;max-width: 100%;}
.related-products-item a img{display: block;position: relative;z-index: 5;max-height: 300px;max-width: 100%;}
.related-products-item a img:nth-child(1){animation: offset01 3s ease-in-out infinite;max-height: 200px;}
.related-products-item a img:nth-child(2){z-index: 3;animation: offset02 3s ease-in-out infinite;position: absolute;left: 0;top: 0;width: 100%;}

@keyframes offset01 {
  0% {transform: translateY(0);}
  50% {transform: translateY(-8px);}
  100% {transform: translateY(0);}
}
@keyframes offset02 {
  0% {transform: translateY(0);}
  50% {transform: translateY(8px);}
  100% {transform: translateY(0);}
}

/* .related-products-item:nth-child(1) a img:nth-child(2){margin-top: -42px;}
.related-products-item:nth-child(2) a img:nth-child(2){margin-top: -135px;}
.related-products-item:nth-child(3) a img:nth-child(2){margin-top: -85px;} */