.title {
   font-size: 0.32rem;
   letter-spacing: 0px;
   color: #009fe9;
   text-align: center;
   font-weight: bold;
}

.title::before {
   display: inline-block;
   content: '';
   height: 2px;
   width: 15px;
   background-color: #e5e5e5;
   opacity: 0.8;
   margin-right: 20px;
   vertical-align: middle;
}

.title::after {
   display: inline-block;
   content: '';
   height: 2px;
   width: 15px;
   background-color: #e5e5e5;
   opacity: 0.8;
   margin-left: 20px;
   vertical-align: middle;
}

.subtitle {
   text-align: center;
   font-size: 0.2rem;
   letter-spacing: 0px;
   color: #b3b3b3;
   margin-top: 10px;
}

.title-box {
   margin: 0.4rem 0;
}

/* 报价 */

.price-search {
   height: 60px;
   background-color: #ffffff;
   box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.08);
   border-radius: 5px;
   transform: translateY(0%);
   position: relative;
   z-index: 100;
   /* padding: 0 20px; */
}

.price-search .label {
   font-size: 0.14rem;
   letter-spacing: 0px;
   color: #009fe9;
   line-height: 60px;
   margin-left: 0.2rem;
}

.price-search .search-box {
   height: 0.8rem;
   /* width: 880px; */
   display: inline-block;
   margin: 13px 0 0px 5px;
   vertical-align: top;
}

.price-search .select {
   display: block;
   width: 1.8rem;
   height: 0.6rem;
   background-color: #009fe9;
   color: #fff;
   border-radius: 5px 0px 0px 5px;
   line-height: 0.6rem;
   text-align: center;
   cursor: pointer;
   vertical-align: middle;
   float: left;
   font-size: 0.12rem;
}

.price-search .select:hover {
   background-color: #0481bb;
}

.price-search input {
   width: 5.2rem;
   height: 0.6rem;
   background-color: #f5f5f5;
   vertical-align: middle;
   padding: 0 5px;
   display: block;
   float: left;
}

.price-search .select .icon-down-arr {
   height: 0.17rem;
   width: 0.2rem;
   background: url(../image/arr_bottom.png) no-repeat;
   background-size: contain;
   overflow: hidden;
   display: inline-block;
   margin-left: 0.15rem;
}

.price-search .btn {
   width: 0.3rem;
   height: 0.35rem;
   line-height: 0.8rem;
   display: block;
   background: url(../image/icon_search.png) no-repeat;
   background-size: contain;
   position: absolute;
   right: 0.4rem;
   top: 0.35rem;
}

.price-search .btn:hover {
   background-color: #0481bb;
}

.price-search .brand-box {
   /* width: 758px; */
   /* height: 188px; */
   padding: 15px 20px;
   border: 1px solid #efefef;
   border-radius: 3px;
   background: #fff;
   overflow: hidden;
   position: absolute;
   top: 60px;
   /* left: 100px; */
}

.price-search .brand-box a {
   display: block;
   float: left;
   width: 98px;
   height: 50px;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
   margin: 9px 9px 0 0;
   text-align: center;
   overflow: hidden;
}

.price-search .brand-box a.last {
   margin-right: 0;
}

.price-search .brand-box a img {
   vertical-align: middle;
   width: 98px;
   height: 50px;
}

.price-search .brand-box a span {
   vertical-align: middle;
   display: inline-block;
   height: 100%;
}

/* 推荐产品 */

.content-product {
   width: 100%;
   margin-bottom: 0.3rem;
   position: relative;
   margin-top: 0.5rem;
}

.content-product .title-box {
   margin-top: 0;
}

.content-product .swiper-container {
   padding: 0 15px 0 0;
}

.content-product .product-item {
   width: 235px;
   height: 5.2rem;
   border-radius: 2px;
}

.content-product .product-item {
   background-color: #fff;
   border: solid 1px #e5e5e5;
}

.content-product .product-item .tit {
   text-align: center;
   margin-top: 0.2rem;
   font-size: 0.3rem;
   color: #666;
}

.content-product .product-item .img-box {
   width: 100%;
   height: 2.8rem;
   text-align: center;
   position: relative;
}

.content-product .product-item img {
   max-width: 100%;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: inline-block;
   object-fit: scale-down;
}

.content-product .product-item .link {
   padding: 0.2rem;
   font-size: 0.2rem;
   line-height: 0.32rem;
   text-align: center;
}

.content-product .product-item .link a {
   color: #4d4d4d;
   line-height: 0.35rem;
}

.content-product .product-item .link a:nth-child(odd) {
   margin-right: 5px;
}

.content-product .btn-next {
   position: absolute;
   right: 10px;
   top: 200px;
   cursor: pointer;
   z-index: 99;
}

.content-product .btn-prev {
   position: absolute;
   left: 10px;
   top: 200px;
   cursor: pointer;
   z-index: 99;
}

/* .content-product .swiper-button-disabled {
   display: none;
} */

/* 公司简介 */

.content-intro {
   background-color: #f5f5f5;
   /* height: 360px; */
   position: relative;
   padding-top: 0.01rem;
}

.content-intro .bg {
   height: 100%;
   width: calc(50% - 390px);
   background-color: #fcfcfc;
   position: absolute;
   right: 0;
   top: 0;
}

.content-intro .content {
   position: relative;
}

.content-intro .intro-title {
   font-size: 20px;
   margin-left: 0.2rem;
   line-height: 1rem;
   letter-spacing: 0px;
   color: #009fe9;
   font-weight: bold;
}

.content-intro .left {
   /* width: 590px; */
}

.content-intro .left p {
   font-size: 0.2rem;
   line-height: 24px;
   letter-spacing: 0px;
   color: #666666;
   padding: 0 0.2rem;
}

.content-intro .left .advantage-box {
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.2rem;
   justify-content: space-evenly;
}

.content-intro .left .item {
   width: 3.2rem;
   display: flex;
   margin-bottom: 25px;
}

.content-intro .left .item:nth-child(odd) {
   /* margin-right: 90px; */
}

.content-intro .left .item img {
   display: inline-block;
   width: auto;
   height: 0.6rem;
   margin-top: 10px;
   margin-right: 10px;
}

.content-intro .left .item .txt {
   display: inline-block;
}

.content-intro .left .item .txt .tit {
   font-size: 0.25rem;
   letter-spacing: 0px;
   color: #333333;
}

.content-intro .left .item .txt .desc {
   font-size: 0.2rem;
   line-height: 0.3rem;
   letter-spacing: 0px;
   color: #888888;
}

.content-intro .right {
   /* position: absolute; */
   right: 0px;
   top: 90px;
   text-align: center;
}

.content-intro .right img {
   width: 7rem;
   height: 1.84rem;
   margin: 0.2rem auto;
   object-fit: cover;
}

/* 新闻资讯 */

.content-news {
   position: relative;
}

.more {
   position: absolute;
   font-size: 0.2rem;
   letter-spacing: 0px;
   color: #b3b3b3;
   ;
   right: 0.2rem;
   top: 0.1rem;
}

.more a {
   color: #b3b3b3;
   ;
}

.content-news .news-item {
   width: 3.5rem;
   /* height: 330px; */
   /* min-height: 330px; */
   border-bottom: solid 2px #009fe9;
   float: left;
   transition: all 0.5s;
   margin-left: 0.2rem;
   margin-bottom: 32px;
}

.content-news .news-item:nth-child(1) {
   height: 5.8rem;
   overflow: hidden;
}

.content-news .news-item:nth-child(2) {
   min-height: 5.8rem;
}

.content-news .news-item:last-child {
   margin-right: 0;
}

.content-news .news-item .tit {
   height: 0.7rem;
   background-color: #009fe9;
   font-size: 0.27rem;
   text-align: center;
   letter-spacing: 0px;
   line-height: 0.7rem;
   color: #ffffff;
}

.content-news .news-item ul {
   padding: 15px 10px;
}

.content-news .news-item li a {
   color: #666;
   font-size: 0.2rem;
}

.content-news .news-item li {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   margin-bottom: 0.185rem;
   color: #666;
}

.content-news .inform li {
   margin-bottom: 0.2rem;
   display: block;
}

.content-news .inform li:last-child{
   margin-bottom: 0;
   display: block;
}

.content-news .news-item li img {
   width: 1.5rem;
   height: 1.35rem;
   display: inline-block;
   vertical-align: top;
   object-fit: cover;
}

.content-news .news-item li .txt {
   display: inline-block;
   width: 1.5rem;
}

.content-news .news-item li .txt .tit {
   font-size: 0.2rem;
   letter-spacing: 0px;
   color: #808080;
   background: none;
   text-align: left;
   line-height: 0.35rem;
   height: auto;
}

.content-news .news-item li .txt .desc {
   font-size: 0.2rem;
   line-height: 16px;
   letter-spacing: 0px;
   color: #666666;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   display: -webkit-box;
}

.ad-banner img {
   width: 7.5rem;
}

/* 品牌优势 */

.content-advantage {
   position: relative;
}

.content-advantage .btn-box li {
   display: inline-block;
   margin-bottom: 0.2rem;
   margin-left: 0.2rem;
}

.content-advantage .btn-box li a {
   display: inline-block;
   width: 0.5rem;
   height: 0.5rem;
   border-radius: 2px;
   font-size: 0.3rem;
   line-height: 0.5rem;
   text-align: center;
   letter-spacing: 0px;
   color: #888;
   border: solid 1px #e5e5e5;
}

.content-advantage .btn-box li a:hover {
   background-color: #009fe9;
   color: #fff;
}

.content-advantage .brand-box {
   display: flex;
   flex-wrap: wrap;
   margin-top: 10px;
   justify-content: space-around;
}

.content-advantage .brand-box li {
   width: 2.2rem;
   height: 1.5rem;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   margin: 0 0 10px 0;
   background: #fff;
   text-align: center;
   overflow: hidden;
   cursor: pointer;
   position: relative;
}

.content-advantage .brand-box li img {
   vertical-align: middle;
   width: 2.2rem;
   height: 1.5rem;
   object-fit: contain;
}

.content-advantage .brand-box li:hover {
   -webkit-filter: drop-shadow(0 0 5px #ccc);
   -moz-filter: drop-shadow(0 0 5px #ccc);
   -ms-filter: drop-shadow(0 0 5px #ccc);
   -o-filter: drop-shadow(0 0 5px #ccc);
   filter: drop-shadow(0 0 5px #ccc);
}

/* 行业应用 */

.content-use {
   /* height: 350px; */
   background-color: #f5f5f5;
   padding-top: 1px;
   margin-top: 50px;
}

.content-use .w {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
}

.content-use .w .item {
   width: 3.5rem;
   height: 200px;
   text-align: center;
   margin-bottom: 0.1rem;
}

.content-use .w .item .img {
   width: 1.5rem;
   height: 1.5rem;
   display: inline-block;
}

.content-use .w .item .tit {
   font-size: 14px;
   letter-spacing: 0px;
   color: #666666;
   font-weight: bold;
   margin-bottom: 0.1rem;
}

.content-use .w .item .txt {
   font-size: 0.2rem;
   line-height: 20px;
   letter-spacing: 0px;
   color: #808080;
   text-align: center;
   padding: 0 0.3rem;
}

.content-use .w .item1 .img {
   background: url('../image/home/icon_use1_active.png') no-repeat;
   background-size: contain;
}

.content-use .w .item2 .img {
   background: url('../image/home/icon_use2_active.png') no-repeat;
   background-size: contain;
}

.content-use .w .item3 .img {
   background: url('../image/home/icon_use3_active.png') no-repeat;
   background-size: contain;
}

.content-use .w .item4 .img {
   background: url('../image/home/icon_use4_active.png') no-repeat;
   background-size: contain;
}

.content-use .w .item:hover {
   border-bottom: solid 2px #009fe9;
}

/* .content-use .w .item1:hover .img {
   background: url('../image/home/icon_use1_active.png') no-repeat;
}

.content-use .w .item2:hover .img {
   background: url('../image/home/icon_use2_active.png') no-repeat;
}

.content-use .w .item3:hover .img {
   background: url('../image/home/icon_use3_active.png') no-repeat;
}

.content-use .w .item4:hover .img {
   background: url('../image/home/icon_use4_active.png') no-repeat;
} */

.content-use .w .item:hover .tit {
   color: #009fe9;
}

.content-use .w .item:hover .txt {
   color: #009fe9;
}

/* 合作伙伴 */

.content-partner .img-box {
   display: flex;
   margin-bottom: 0.4rem;
   flex-wrap: wrap;
   justify-content: space-around;
}

.content-partner .img-box a {
   display: block;
   width: 3rem;
   height: 1.5rem;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
   margin-right: 8px;
   text-align: center;
   overflow: hidden;
   margin-bottom: 0.2rem;
}

.content-partner .img-box img {
   /* width: 2.4rem; */
   max-width: 100%;
   max-height: 100%;
   margin-top: 0.15rem;
}