@charset "utf-8";
.tb90{ padding: 90px 0; }
.t80{ padding-top: 80px; }
.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; }
.icons{ display: inline-block;width: 0;height: 0;background-image: url("../images/icons.png");background-repeat: no-repeat; background-position: 0 0; }
.justify{
    text-align: justify;
    /*text-align-last: justify;*/
}
/*HeaderSTART*/
.header,
.header .container,
.nav ul li{ height: 100px; }
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 99999;
}
.header.active{ background: rgba(0,0,0,.8); }
.header .container{ align-items: center; }
.logo{ overflow: hidden; }
.logo img{ max-width: 100%;max-height: 100%; }
/* video */
.open-video{ width: 100%;height: 100%;background: #000; overflow: hidden; }
.open-video video{ width: 100%;height: 100%; object-fit: cover; }
/** nav **/
.nav{ margin: 0 60px 0 auto; }
.nav ul{ display: flex;justify-content: flex-end; }
.nav ul li{ display: flex;align-items: center; position: relative;padding: 0 35px;z-index: 999; }
.nav ul li a{ position: relative; display:block; }
.nav ul li a:after{ position: absolute;bottom: -38px;left: 50%; width: 0;height: 4px;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 .childer{
    max-height: 0;
    position: absolute;
    top: 100px;
    left: 0;
    width: 200px;
    background: rgba(150,150,150,.8);
    overflow: hidden;
    z-index: 65;
}
.nav ul li .childer .inner{ padding: 15px; }
.nav ul li .childer a{ line-height: 40px;color: var(--white) !important;font-weight: normal; }
.nav ul li .childer a:after{ display: none; }
.nav ul li .childer a:hover{ color: var(--color) !important; }
.nav ul li:hover .childer{ max-height: 350px; }
/* sear-form */
.rcons ul{ display: flex;align-items: center;justify-content: right; }
.rcons li{ position: relative; }
.rcons li .icons{ width: 32px;height: 32px;cursor: pointer;background-position: -37px -48px; }
.sear-form{ display: none;align-items: center;position: absolute;top: 68px;right: 0;width: 300px;height:65px;padding: 15px;
    background: var(--white);box-shadow: var(--bsw);z-index: 65; }
.sear-form .keys{ width: calc(100% - 60px); height: 30px;border: 1px solid #f1f1f1;font-size: var(--f14); }
.sear-form .bthsub {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: var(--f14);
    background: var(--color);
    border: 0;
    color: #fff;
    cursor: pointer;
}
.search.open .icons{ background-position: 5px -50px; }
/*SlidesSTART*/
.slide-usezans.swiper-container { width:100%;height:calc(100vh - 100px);background: #f4f4f4; }
.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-button-prev,
.slide-usezans .swiper-button-next{ width: 80px;height: 80px; }
.slide-usezans .swiper-button-prev{ left: 90px; }
.slide-usezans .swiper-button-next{ right: 90px; background-position: -89px 0; }
.slide-usezans .swiper-button-prev:after,
.slide-usezans .swiper-button-next:after,
.slide-usezans .swiper-button-prev.swiper-button-disabled,
.slide-usezans .swiper-button-next.swiper-button-disabled{ display: none; }
.slide-usezans .swiper-pagination{ width: auto; left: var(--plr); bottom: 150px; }
.slide-usezans .swiper-pagination .swiper-pagination-bullet{
    width: 45px;
    height: 2px;
    background: var(--white);
    border-radius: 0;
    opacity: .5;
}
.slide-usezans .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ height: 4px; opacity: 1; background: var(--white); }
.slide-usezans .vtext{
    position: absolute;
    top: 50%;
    left: var(--plr);
    transform:translateY(calc(-50% - 10px));
    color: var(--white);
    z-index: 65;
}
.slide-usezans .vtext p{ font-size: 60px;text-transform: uppercase;line-height: 85px; }
.slide-usezans .vtext .smore{ width: 280px;height: 50px; margin-top: 60px;border-radius: 65px;font-size: 20px; }
.smore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 55px;
    color: var(--white);
    margin-top: 50px;
    background: var(--color);
    border-radius: 5px;
}
.smore.active,
.smore:hover{ background: #00c133;border-color: var(--color); color: var(--white); }
/*FooterSTART*/
.footer{ padding: 70px 0 0;background:#000;--rwidth:290px; }
.ftop{ display: flex;justify-content: space-between; padding-bottom: 50px; }
.ftop .fnav{ width: calc(100% - 310px);line-height: 54px; }
.ftop .fnav a{ font-size: 20px;color: var(--white); }
.ftop .fnav a:not(:last-child){ margin-right: 60px; }
.ftop .fnav a:first-child{ display: none; }
.ftop .siteurl{ display:flex;align-items:center;justify-content: center; width: var(--rwidth);height: 56px; background: #9e0000;border-radius: 65px; }
.ftop .siteurl a{ display: flex;align-items: center; color: var(--white);font-size: 24px; }
.ftop .siteurl img{ margin: 5px 10px 0 0; }
/* codeimg */
.footer .flex{ justify-content: space-between; padding: 85px 0 90px; }
.footer .fnav ul{ display: flex;align-items: center; }
.footer .fnav li{ color: var(--white); }
.footer .fnav li:first-child{ margin-right: 110px; }
.footer .fnav li h3{ font-size: 18px;padding-bottom: 15px; }
.footer .fnav li a{ display: flex;line-height: 36px;color: var(--white); }
.footer .medium h6{ color: var(--white);padding-bottom: 20px; }
.footer .medium ul{ display: flex;align-items: center; }
.footer .medium li:last-child{ margin-left: 35px; }
.footer .medium li h5{ color: var(--white);padding-top: 10px;font-size: 14px; }
.copyright{ padding: 20px 0;background: #202020; }
.copyright span,
.copyright span a{ color: var(--white);font-size: 14px; }
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title{ margin-bottom: 50px;text-align: center; }
.comm-title span{ font-size: 30px;position: relative; }
.comm-title span:after{ position: absolute;left: 50%;bottom: -20px; width: 60px;height: 2px;background: #000; content: "";
    transform: translateX(-50%);z-index: 2; }
/** module-compres **/
.about-remark{ display: flex;align-items: center;justify-content: space-between; position: relative;margin-bottom: 32px; }
.about-remark .intro{ /*padding: 40px 0;margin-bottom: 32px;min-height:565px;*/ }
.about-remark .intro h6{ font-size: 24px; }
.about-remark .intro p{ margin: 15px 0 35px;line-height: 30px;color: #555;padding-right: 60px; }
.about-remark .intro p span{ color: var(--color) }
.about-remark .video-list{ width:calc(50% - 15px); }
.about-remark .video-list ul{ display: initial; }
/** video-list **/
.video-list ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;

}
.video-list li{ position: relative;overflow: hidden; }
/*.video-list li:nth-of-type(1){*/
/*    width: 49%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
.video-list li .play-bth{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 3;
}
.video-list li .play-bth img{ cursor: pointer; }
.video-list li:hover img{ transform: scale(var(--scale)); }
/** module-service **/
.module-service ul{ display: grid;grid-template-columns: repeat(4,1fr);grid-gap:30px;  }
.module-service li{ padding: 30px 25px; background: var(--white);border-radius: var(--radius); overflow: hidden; }
.module-service li .imgs{ display: flex;align-items: center;justify-content: center; height: 120px; }
.module-service li .imgs img{ max-width: 100%; }
.module-service li .imgs img.hover{ display: none; }
.module-service li h5{ text-align: center;color: #000; }
.module-service li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.2);background: var(--color); }
.module-service li:hover h5{ color: var(--white) }
.module-service li:hover .imgs{ margin-top: -10px; }
.module-service li:hover img.default{ display: none; }
.module-service li:hover img.hover{ display: block; }
/** module-adavs **/
.module-adavs ul{ display: grid;grid-template-columns: repeat(6,1fr);grid-gap:10px;  }
.module-adavs li{ padding: 30px 25px; background: var(--white);border-radius: var(--radius); overflow: hidden; }
.module-adavs li .imgs{ display: flex;align-items: center;justify-content: center; height: 120px; }
.module-adavs li .imgs img{ max-width: 100%; }
.module-adavs li .imgs img.hover{ display: none; }
.module-adavs li h5{ text-align: center;color: #000; }
.module-adavs li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.2);background: var(--color); }
.module-adavs li:hover h5{ color: var(--white) }
.module-adavs li:hover .imgs{ margin-top: -10px; }
.module-adavs li:hover img.default{ display: none; }
.module-adavs li:hover img.hover{ display: block; }
/** module-partner **/
.module-partner ul{ display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 25px; }
.module-partner li{ display: flex;align-items: center;justify-content: center; height: 150px; background: var(--white);overflow: hidden; }
.module-partner li img{ max-width: 100%; }
.module-partner li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.2); }
.ax-partner{ display: flex;justify-content: center; color: var(--color) !important;margin-top: 30px;cursor: pointer; }
/** module-value **/
.module-value ul{ display: grid;grid-template-columns: repeat(3,1fr);grid-column-gap: 30px; }
.module-value li{ position: relative; padding: 40px 30px;background: var(--color); border-radius: 5px; }
.module-value li h5{ font-size: 26px;color: #fff;padding-bottom: 10px;font-family: '华文行楷', 'STXihei', 'KaiTi'; }
.module-value li p{ line-height: 30px;color: #fff; }
.module-value li img{ position: absolute;bottom: 20px;right: 20px;z-index: 6 }
.module-value li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.2); }
/** module-article **/
.module-article{ background: #f4f4f4; }
.module-article .inner{ display: flex;border-radius: var(--radius);overflow: hidden; }
.module-article .remark {
    position: relative;
    padding: 0 35px 0 40px;
    overflow: hidden;
}
.module-article .layui-tab{ margin: 0; }
.module-article .layui-tab .layui-tab-title{ margin: 30px 0 25px; border: 0; }
.module-article .layui-tab-brief .layui-tab-title li {
    display: inline-block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
}
.module-article .layui-tab-brief .layui-tab-title a{ color: #000; }
.module-article .layui-tab-brief .layui-tab-title .layui-this a{ color: var(--color); }
.module-article .layui-tab-title .layui-this:after{ display: none; }
.module-article .layui-tab-content{ padding: 0; }
.module-article .caturl{ position: absolute;top: 40px;right: 35px;z-index: 6 }
.module-article .layui-tab-item ul li:not(:last-child){ margin-bottom: 25px; }
.module-article .layui-tab-item ul li a{ display: flex;align-items: center; }
.module-article .layui-tab-item ul li img{ margin-right: 15px;border-radius: 5px;overflow: hidden; }
.module-article .layui-tab-item ul li span{ display: flex; color: #666;padding-top: 5px; }
.module-article .layui-tab-item ul li:hover a{ color: var(--color); }
/** module-apps **/
.module-apps .imgs{ display: flex;align-items: center;justify-content: center;margin-right: 40px; }
.module-apps .imgs img{ max-width: 100%; }
.apps-text{ display: flex;align-items: center; }
.apps-text li{ position: relative; }
.apps-text li:not(:last-child){ border-bottom: 1px solid #e1e1e1;margin-bottom: 35px;padding-bottom: 40px; }
.apps-text li h5{ font-size: 30px;color: var(--color); }
.apps-text li p{ line-height: 30px;color: #555; }
.apps-text li a{ width: 200px;margin-top: 20px; }
.apps-text li .applet-img{
    display: none;
    position: absolute;
    top: -85px;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: var(--white);
    z-index: 6;
}
.apps-text li .applet-as:hover ~ .applet-img{ display: flex; }
/*++---------------------
/*++  Content-List
/*++---------------------*/
.nbanner .container{ position: relative;height: 100%; }
.nbanner a{ position: relative; display: block;width: 100%;height: 465px; }
.nbanner .text{ position: absolute;top: 50%;left: 50%; color: var(--white);transform: translateX(-50%); }
/*.nbanner .text h5{ position: relative; font-size: 46px;color: var(--color);padding-top:20px;margin-top: 20px; }*/
/*.nbanner .text h5:after{ position: absolute;top: 10px;left: 0;width: 100%;height: 3px;background: var(--white);content: "";z-index: 66; }*/
.nbanner .text p{ font-size: 48px;font-weight: bold; }
/** subcat-h3 **/
.subcat-cat{ position: relative;font-size: 36px;font-weight: bold;text-align: center;margin-bottom: 50px; }
.subcat-cat:after{ position: absolute;width: 62px;height: 4px;background: var(--color); bottom: -10px;left: 50%; content: "";
    transform: translateX(-50%); z-index: 6; }
/** subcat-lis **/
.subcat-lis{ display: flex;align-items: center;justify-content: space-between; padding: 50px 0 30px; }
.subcat-lis ul{ display: flex; }
.subcat-lis li{ position: relative; margin-right: 30px;padding-bottom: 12px; }
.subcat-lis li a{ font-size: 18px;font-weight: bold; }
.subcat-lis li:after{ position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: transparent; content: "";z-index: 6 }
.subcat-lis li:hover a,
.subcat-lis li.active a{ color: var(--color); }
.subcat-lis li:hover:after,
.subcat-lis li.active:after{ background: var(--color); }
/*curr-right*/
.curr-right .curr-a span,
.curr-right .curr-a a{ color: #666;font-size: 14px; }
.curr-right .curr-a small{ color: #666; }
/* treeid */
.treeid{ display: flex;align-items: center;justify-content: center;padding: 40px 0 10px; }
.treeid a{ font-size: 20px;color: #7f7f7f;font-weight: bold;margin: 0 20px; }
.treeid a:hover,
.treeid a.active{ color: var(--color); }
/** article-list **/
.article-list .list li{ padding: 30px;border: 1px solid var(--bor); }
.article-list .list li:not(:last-child){ margin-bottom: 30px; }
.article-list .list li a{ display: flex;align-items: center; }
.article-list .list .imgs{ width: 230px; }
.article-list .list .remark{ width: calc(100% - 230px);padding-left: 30px; }
.article-list .list .remark h5{ font-size: 22px;color: #000; }
.article-list .list .remark p{ margin: 10px 0 0;color: #666;line-height: 30px; }
.article-list .list .remark span{ font-size: 14px;color: #666; }
.article-list .list li:hover img{ transform: scale(var(--scale)); }
.article-list .list li:hover :where(h5){ color: var(--color); }
/* show */
.article-show{ padding: 40px 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{ position: relative; font-size:36px;padding:0 65px 5px; }
.content-title h1 a{ position: absolute;top: 10px;left: 0;z-index: 65; }
.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 p span{ text-wrap:initial !important; }
.detail img{max-width: 100%;vertical-align:middle;}
/*.detail p,*/
/*.detail span{ display: block; text-align: justify; }*/
/** contactus-list **/
.contact-us{ border: 1px solid var(--bor);margin-bottom: 50px; }
.contact-type{ padding: 80px; background: var(--white); }
.contact-type ul{ display: grid;grid-template-columns: 33% 32% 35%; }
.contact-type li{ display: flex;align-items: center; }
.contact-type li .remark{ padding-left: 10px;width: calc(100% - 66px); }
.contact-type li .remark p{ padding-top: 3px;font-weight: bold; }
/** personnel **/
.personnel{ border: 1px solid var(--bor);padding: 50px; }
.personnel p{ line-height: 30px; }
/** team-list **/
.team-list ul{ display: grid;grid-template-columns: repeat(2, 1fr); grid-gap: 30px;margin-bottom: 50px; }
.team-list li{border: 1px solid var(--bor);padding: 30px 55px;border-radius: 5px; }
.team-list .imgs{ display: flex;align-items: center;justify-content: center; width: 140px;height: 140px;margin-right: 26px; }
.team-list .imgs img{ max-width: 100%; }
.team-list .remark{ display: flex;padding-bottom: 20px; }
.team-list .remark h5{ display: flex;align-items: center;padding-bottom: 5px; }
.team-list .remark strong{ font-size: 38px;padding-right: 10px; }
.team-list .remark .posi p{ color: #000;line-height: normal; }
.team-list p{ color: #666; line-height: 24px; }
/** feedback **/
.feedback{ width: 500px;margin: 0 auto; }
.feedback h3{ margin-bottom: 45px; }
.feedback .layui-input{ height: 50px; }
.feedback .layui-btn{ display: block; width:100% ;height: 60px;background: var(--color);margin: 25px 0 0 0;font-size: 16px; }
/* 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; }
/** empty **/
.empty{ text-align: center;padding: 30px 0; }
/** solution-list **/
.solution-list .lists{ padding-top: 30px; }
.solution-list .lists li{ background: var(--white);margin-bottom: 50px; }
.solution-list .lists .remark{ padding: 25px 100px; }
.solution-list .lists .remark h5{ text-align: center;font-size: 30px;color: #000;padding-bottom: 25px;margin-bottom: 45px; border-bottom: 3px solid #c6c6c6; }
.solution-list .lists .remark span{ display: block; text-align: right; }
/* contents */
.contents{ padding: 30px; }
.contents h1{ text-align: center;font-size: 30px;font-weight: bold;padding-top: 50px; }
/*+---------------
/*+  Pages
/*+---------------*/
.pages{ display: flex;align-items: center;justify-content: center;padding:45px 0; }
.pages a{ display:inline-block;padding:8px 18px;margin-right:10px;background: transparent;border-radius: 5px;border: 1px solid var(--bor); }
.pages a:last-child{ margin-right:0; }
.pages a.curr{ color:var(--white);background:var(--color); }
/*+------------------
/*+  Prev-Next
/*+------------------*/
.Pre-Next{ position: relative;padding: 20px 0; border: solid #eee;border-width: 1px 0; }
.Pre-Next p{ line-height: 30px;color: #666; }
.Pre-Next p a{ font-size: 14px;color: #666; }
.Pre-Next p a:hover{ color: var(--color); }