﻿@charset "utf-8"; 
:root{--color:#1F5BA4}
.touch-block .touch-message .touch-text {-webkit-line-clamp: inherit;}
.home-company .company-info .des {-webkit-line-clamp: inherit;}
.home-company .company-img::before{background-color:unset;opacity:0}
.home-choose .chooselist .itemchoose .text{height:220px}
.home-product .product-list{align-items:flex-start}
.home-product .product-list .itempro .info{height:200px}
.home-case .caselist .itemcase .info p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.index .hcde{display:none;}
.home-choose .numCount{box-shadow:0 10px 30px 0 rgba(0,0,0,.5)}
.home-choose .numCount .itemnum p{color:#000;}
.prodetailcontact {margin-top:20px}
.prodetailcontact p {margin-top:8px;}
.prodetailcontact p a {color:red}
.prodetailcontact p i {color:red;font-size:18px;margin-right:4px}
.pr-sidebar-inquiry {margin-top:20px;padding:20px;background-color:#f2f3f5}
.pr-sidebar-inquiry .pr-category-line {margin:10px 0 15px;width:100%;height:1px;background:#e1e1e1}
.pr-sidebar-inquiry .wmkcfeedback textarea {height:160px}
.infobtn {display:flex;margin-top:25px;}
.infobtn a {display:block;color:#fff;background:var(--color);border:1px solid var(--color);border-radius:4px;line-height:1.2;padding:8px 15px;margin-right:14px;transition:.3s;}
.infobtn a:hover {background:#fff;color:var(--color);}
@media (max-width:768px){.infobtn{display:none}}
.pr-sidebar-recommended .re-more{color:var(--color)}

.home-cu{background-repeat:no-repeat;background-size:cover;box-sizing:border-box;margin-bottom:90px;background:linear-gradient(to top right,#0c5adb,#95d6f0)}
.home-cu .l-wrap{padding-bottom:0}
.home-cu .l-wrap .theme{text-align:center;color:#fff}
.home-cu .l-wrap .title{text-align:center;color:#fff;font-size:36px}
.home-cu .l-wrap .case .item{position:relative;width:31.25%;height:auto;list-style:none;border-radius:var(--border);overflow:hidden;transition:all .4s ease}
.home-cu .l-wrap .case .item img{width:100%}
.home-cu .l-wrap .case .item .text{background-color:rgba(12,90,219,.8);width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;border-radius:var(--border);transition:all .4s linear}
.home-cu .l-wrap .case .item .text .content{background-color:#fff;width:80%;height:80%;box-sizing:border-box;padding:6%;border-radius:var(--border);overflow:hidden}
.home-cu .l-wrap .case .item .text .content p{margin:0}
.home-cu .l-wrap .case .item .text .content .show-title{color:var(--fontcolor);font-size:22px;line-height:1.1;text-align:center;font-weight:var(--fontbold5)}
.home-cu .l-wrap .case .item .text .content .show-des{color:var(--summarycolor);text-align:center;line-height:1.6;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
.home-cu .l-wrap .case .item:hover .text{opacity:1;box-shadow:0 3px 18px 0 rgba(0,0,0,.16)}
@media (min-width:769px){.home-cu .l-wrap{padding-top:40px}
}
.home-swipercase{margin-top:-60px;transform:translateY(90px)}
.home-swipercase .swiper-pagination {display:none;}
.swipercase-btn {display:flex;justify-content:center;margin-top:25px}
.swipercase-btn>div {background:var(--color);color:#fff;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 12px;transition:.2s;}
.swipercase-btn>div:hover {opacity:.9;}
.swipercase-btn>div em {font-size:20px}
.swipercase-btn>div.swipercase-prev em {transform:rotate(90deg);}
.swipercase-btn>div.swipercase-next em {transform:rotate(-90deg);}
@media (max-width:1366px) {.home-cu .l-wrap .title{font-size:30px}}
@media (max-width:768px) {.home-cu .l-wrap .title{font-size:24px}
.swipercase-btn>div{width:32px;height:32px;}
.home-cu{padding-top:30px}}
footer {background:#111a3a;}
footer .footer-main {color:#ccc;}
footer .footer-main .foot-item .foot-title {color:#fff;}
.footlogo img {max-height:50px;}
.footlogo {margin-bottom:15px;display:inline-block;}
footer .foot-share ul li a {background:#0c5adb54;color:#fff;}
footer .copyright {background:#111a3a;color:#ccc}
footer .foot-list a:hover {color:#fff;}
@media (min-width:1025px){footer .footer-main .foot-item{width:auto;max-width:19%}}
@media (min-width:769px){.preview-container{flex-direction: column-reverse;justify-content: flex-end;}
.prodetails-info .prodetails-name{padding-top:0;padding-bottom:10px;}
.thumbnail-show .small-box{border: 1px solid #eee;object-fit: contain;}
.thumbnail-box{padding: 0 40px;margin-top: 15px;width:450px;}
.thumbnail-box .item {cursor: pointer;border: 1px solid #eee;display: flex;align-items: center;justify-content: center;position: relative;height: 90px;border-radius: var(--borderradius);overflow: hidden;}
.thumbnail-box .item.item-cur{border-color:var(--color)}
.thumbnail-box img{object-fit: cover;}
.thumbnail-box .list{margin:0;height:auto;}
.prodetails-button-next, .prodetails-button-prev{position: absolute;width:30px;height:100%;top:0;left:0;}
.prodetails-button-prev em{transform: rotate(90deg);}
.prodetails-button-next em{transform: rotate(-90deg);}
.prodetails-button-next{left:auto;right:0;}}