@charset "utf-8";
.tb100{ padding: 100px 0; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }
.ovh{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.ovhs,.ovh3s{ display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden; }
.ovhs{ -webkit-line-clamp: 2; }
.ovh3s{ -webkit-line-clamp: 3; }
.anim{ transition: .3s linear; }
/*HeaderSTART*/
.header,
.header .container,
.nav ul li{ height: 80px; }
.header{ border-bottom: 1px solid #f0f0f0; }
.header .container{ align-items: center; }
.logo{ width: 250px; }
.logo img{ max-width: 100%; }
/** nav **/
.nav{ width: calc(100% - 250px); }
.nav ul{ display: flex;justify-content: flex-end; }
.nav ul li{ display: flex;align-items: center; position: relative;padding: 0 25px;z-index: 999; }
.nav ul li a{ position: relative; display:block; }
.nav ul li a:after{ position: absolute;bottom: -10px;left: 50%; width: 0;height: 2px;background: transparent;content: ""; transition: 0.3s linear; z-index: 66; }
.nav ul li.on a:after{ width: 100%; background: var(--color);transform: translateX(-50%); }
.nav ul li.on a,
.nav ul li:hover a{ color: var(--color); }
.nav ul li .child{
    max-height: 0;
    position: absolute;
    top: 130px;
    left: 0;
    width: 230px;
    background: rgba(0,0,0,.8);
    transition: .3s linear;
    overflow: hidden;
    z-index: 65;
}
.nav ul li .child .inner{ padding: 15px 0; }
.nav ul li .child a{ line-height: 40px;color: var(--white) !important; }
.nav ul li .child a:hover{ color: var(--color) !important; }
.nav ul li:hover .child{ max-height: 150px; }
/*SlidesSTART*/
.slide-usezans.swiper-container { width:100%;height: auto;margin: 50px auto 0; }
.slide-usezans .swiper-slide {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide-usezans .swiper-pagination{ bottom: 30px; }
.slide-usezans .swiper-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: .5;
}
.slide-usezans .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1; background: var(--white); }
.slide-usezans .slide-a{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8; }
.slide-usezans .swiper-slide .vtext{
    width: auto;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 68px;
    font-weight: normal;
    z-index: 65;
}
/*FooterSTART*/
.footer{ padding: 70px 0 0; background:#000; }
.ftop{ display: flex;padding-bottom: 79px; }
.ftop .fnav{ width: calc(100% - 310px);line-height: 54px; }
.ftop .fnav a{ font-size: 18px;color: #fff; }
.ftop .fnav a:not(:last-child){ margin-right: 60px; }
.ftop .fnav a:first-child{ display: none; }
.ftop .siteurl{ display:block;width: 280px;padding: 7px 30px 10px; background: #2673b4;border-radius: 65px; }
.ftop .siteurl a{ color: #fff;font-size: 24px;font-weight: bold; }
.ftop .siteurl img{ float: right; margin-top: 11px; }
.ftop .fnav a:hover,
.medium li:hover h5,
.contxt li:hover{ color: var(--color); }
/* codeimg */
.codeimg{ padding: 20px 0;border: solid #333;border-width: 1px 0; }
.medium{float: left; width: 311px; }
.medium li{ float: left; width: 137px;text-align: center; }
.medium li:last-child{ margin-left: 37px; }
.medium .imgs{ width: 100%;height: 137px;overflow: hidden; }
.medium h5{ font-size: 16px;color: #d7d6d2;padding-top: 12px; }
.contxt{ float: right; display: flex;justify-content: right;align-items: center;height: 173px; }
.contxt li{ color: #dedede;font-size: 24px; }
.contxt li:first-child{ margin-bottom: 40px; }
.contxt li img{ margin-right: 15px;vertical-align: -13px; }
.copyright{ padding: 35px 0;font-size: 14px; }
.copyright span{ margin-right: 10px; }
.copyright span,.copyright span a{ color: #d7d6d2; }
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title{ padding-bottom: 30px; }
.comm-title h3{ position: relative;font-size: 38px; }
.comm-title h3:after{ position: absolute;top: -20px;left: 0;background: var(--color);width: 45px;height: 5px;content: ""; z-index: 65; }
/* pro-bg */
.pro-bg{ position: relative; }
.pro-bg ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.pro-bg li{ display: flex;align-items: center;justify-content: center; width: 120px; height: 120px;line-height:30px; padding: 32px; border: 3px solid var(--white);border-radius: 65px; }
.pro-bg li a{ color: var(--white);font-size: 24px; font-weight: bold; }
.pro-bg li:hover{ border-color: var(--color); }
/* apps-module */
.apps-module .uls{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.apps-module li{ position: relative;overflow: hidden; }
.apps-module li:first-child{
    grid-column: span 2;
}
.apps-module li h5{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(rgba(0,0,0,0) 5%, rgba(0,0,0,1) 70%);
    color: var(--white);
    font-size: 24px;
}
.apps-module li:hover img{ transform: scale(var(--scale)); }
/*module-article*/
.module-article ul{ display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 35px; }
.module-article li img{ width: 100%; }
.module-article .remark{ padding: 15px 15px 30px; border: solid var(--bor);border-width: 0 1px 1px; }
.module-article .remark .time{ font-size: var(--f14);color: #333; }
.module-article .remark h5{ font-size: 16px; font-weight: bold;color: #000;padding: 5px 0 8px;min-height: 62px; }
.module-article .remark .desc{ color: #666;font-size: var(--f14); }
.module-article li:hover img{ transform: scale(var(--scale)); }
.module-article li:hover .remark h5{ color: var(--color); }
/*++---------------------
/*++  Content-List
/*++---------------------*/
.nbanner .container{ position: relative;height: 100%; }
.nbanner a{ position: relative; display: block;width: 100%;height: 500px; }
.nbanner .text{ width: auto; position: absolute;top: 50%;left: 80px;text-align: center;color: #fff;transform: translateY(-50%); }
.nbanner .text h5{ position: relative; font-size: 30px; }
.nbanner .text h5:after{
    position: absolute;
    top: -23px;
    left: 0;
    width: 100px;
    height: 6px;
    background: var(--color);
    content: "";
    z-index: 66;
}
/* product-list */
.product-list ul{ display: grid;grid-template-columns: repeat(3,1fr); grid-gap: 35px;padding: 50px 0;}
.product-list li{display:flex;flex-direction:column;align-items:center;padding:40px;background:#f5f5f5;}
.product-list li:last-child{ grid-column: span 3; }
.product-list li .content{text-align:center;margin-bottom:20px;}
.product-list li .content h2{font-size:24px;line-height:1.2;font-weight:700;}
.product-list li .buttons{display:flex;justify-content:center;gap:10px;margin-top:20px;}
.product-list li .btn{background-color:var(--color);color:#fff;border:none;padding:6px 18px;border-radius:65px;cursor:pointer;transition:background-color .3s;font-size:14px;}
.product-list li .btn:hover{background-color:#0056b3;}
.product-list li:hover{box-shadow:0 0 15px rgba(0,0,0,.3);}
.product-list li .image img{width:100%;max-width:400px;border-radius:10px;}
/* 公司信息 */
.about-remark .catcn{ text-align: center;font-size: 48px;border-top: 1px solid var(--bor);padding: 80px 0 30px; }
.about-remark li{ display: flex;align-items: center;background: #f0f0f0; }
.about-remark .remark{ padding: 0 50px; }
.about-remark .remark h5,
.about-remark .remark h6{font-size: 26px;font-weight: normal;color: #000;  }
.about-remark .remark h5{ padding-bottom: 20px; }
.about-remark .remark strong{ display: block; font-size: 18px;padding: 0 0 20px; }
.about-remark .remark .desc{ line-height: 30px;color: #333; }
.about-remark li:nth-of-type(even){ flex-direction: row-reverse; }
.about-remark li .ous-li:nth-of-type(2){ padding: 20px 0;border: solid var(--bor);border-width: 1px 0;margin: 10px 0; }
/* about-service */
.about-service .detail-page{ padding: 80px 0; text-align: center;background: #f0f0f0; }
.about-service h3{ font-size: 48px;color: #000; }
.about-service .uls{ display: flex;align-items: center;justify-content: center;padding: 40px 0; }
.about-service .lis:nth-of-type(2){ padding: 0 80px; }
.about-service .lis p{ padding-top: 10px; }
.about-service h5 span{ font-size: 24px; }
.about-service .tel{ display: inline-flex;align-items: center;justify-content: center; width: 310px;height: 70px;
    background: var(--color);color: var(--white);font-size: 24px;margin-top: 30px; }
/* apps-cate-list */
.apps-module.apps-cate-list li:first-child{ grid-column: auto; }
/* apps-cate-lists */
.apps-cate-lists{ display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 35px; }
.apps-cate-lists .card-quicklinks{ padding: 45px; border: 1px solid var(--bor); }
.apps-cate-lists .card-quicklinks-head h4{ font-size: 28px;font-weight: bold;padding-bottom: 40px; }
.apps-cate-lists li {
    border-bottom: 1px solid var(--bor);
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.apps-cate-lists li a{ position: relative;padding-left: 30px; }
.apps-cate-lists li a:after {
    background-image: url("../images/icon-rsx9.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 16px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 9px;
    transition: all .3s ease-in-out;
}
.apps-cate-lists li:hover a{ color: var(--color); }
.apps-cate-lists li:hover a:after{ left: 8px }
/* details */
.details{ width: 1165px; padding: 60px 0;margin:0 auto; }
.details h1{ font-size: 36px;color: #000;padding-bottom: 20px; }
.details img{ max-width: 100%; }
.details p span{ text-wrap-mode: initial !important; }
/* contact-list */
.contact-list ul{ display: grid;grid-template-columns: repeat(3,1fr);grid-column-gap:35px;padding: 60px 0  }
.contact-list li{ background:#f5f5f5;padding: 80px 60px; }
.contact-list li strong{ font-size: 28px; }
/* show */
.article-show{ padding: 50px 0 0; }
.news-content{ padding: 0 50px; background: var(--white); }
.content-title{ padding:50px 0 30px;text-align: center;border-bottom:1px solid #f0f0f0; }
.content-title h1{ font-size:26px;padding-bottom:5px; }
.content-title .sub-title{ color: #666; }
.detail{ padding:25px 0;overflow: hidden; }
.detail p{ line-height: 24px; }
.detail p span{ text-wrap:initial !important; }
.detail img{max-width: 100%;vertical-align:middle;}
/* contact-map */
#allmap,#maps,.Map{height: 500px;overflow: hidden;}
#maps .info-title{color: white;font-size: 14px;background-color: rgba(0,155,255,0.8);line-height: 26px;padding: 0 0 0 6px;font-weight: lighter;letter-spacing: 1px}
#maps .info-content{padding: 4px;color: #666666;line-height: 23px;}
#maps .info-content img{float: left;margin: 3px;}
#maps .amap-adcombo-close{ background:#000 url(../images/mapclose.png) center center no-repeat !important; }
/*+---------------
/*+  Pages
/*+---------------*/
.pages{ display: flex;align-items: center;justify-content: center;padding:35px 0; }
.pages a{ padding:12px 20px;margin-right:10px;background: var(--white);border-radius: 5px; }
.pages a:last-child{ margin-right:0; }
.pages a.curr{ color:var(--white);background:var(--color); }
/*+------------------
/*+  Prev-Next
/*+------------------*/
.Pre-Next{ position: relative;margin: 35px 0 20px;padding: 20px 0; border: solid #eee;border-width: 1px 0; }
.Pre-Next p{ line-height: 30px; }
.Pre-Next p a{ font-size: 14px; }