@charset "utf-8";
.tb80{ padding: 80px 0; }
.mt35{ margin-top: 35px; }
.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; }
/*HeaderSTART*/
.header,
.header .container,
.nav ul li{ height: 100px; }
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    overflow: hidden;
    box-shadow: var(--bsw);
    z-index: 99999;
}
.header.active{ background: rgba(0,0,0,.8); }
.header .container{ align-items: center;justify-content: space-between; }
.logo{ width: 120px; }
.logo img{ max-width: 100%; }
/** nav **/
.nav{ width: calc(100% - 120px); }
.nav ul{ display: flex;justify-content: center; }
.nav ul li{ display: flex;align-items: center; position: relative;padding: 0 26px;z-index: 999; }
.nav ul li a{ position: relative; display:block;font-weight: bold; }
.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 .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*/
.banner-list{ position: relative; }
.slide-usezans.swiper-container { width:100%;height: auto; }
.slide-usezans .sbanner {
    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: 160px;text-align: left;left: var(--plr); }
.slide-usezans .swiper-pagination .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: .5;
}
.slide-usezans .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1; background: var(--color); }
.slide-usezans .remark{
    position: absolute;
    top: 50%;
    left: var(--plr);
    transform: translate(0,-50%);
    color: var(--white);
    z-index: 65;
}
.slide-usezans .remark h5{ font-size: 60px; }
.slide-usezans .remark p{ font-size: 30px;padding: 10px 0 50px; }
.slide-usezans .atype{ display: flex;align-items: center; }
.slide-usezans .atype a{ padding: 10px 36px 11px;border: 1px solid var(--white);border-radius: var(--radius);color: var(--white); }
.slide-usezans .atype a:last-child{ margin-left: 14px; }
.slide-usezans .atype a.ahv:hover{ color: var(--color);border-color: var(--color); }
/** hot-news **/
.hot-news-prv{ position: absolute;width: calc(100% - var(--plr) * 2); bottom: 40px;left: var(--plr); background: var(--white);padding: 28px 40px 28px 50px;height: 80px; z-index: 6;overflow: hidden; }
.hot-news-prv em{ position: absolute;top: 26px;left: 40px; width: 24px;height: 28px; }
.hot-news .swiper-slide{ height: 25px;overflow: hidden; }
.hot-news .swiper-slide a{ position: relative; display: flex;align-items: center;padding-left: 25px; }
.hot-news .swiper-slide .title{ color: #000; }
.hot-news .swiper-slide .time{ color: #666;margin-left: 35px; }
.hot-news .swiper-slide .more{ color: var(--color);margin-left: auto; }
.hot-news .swiper-slide:hover .title{ color: var(--color); }
/*FooterSTART*/
.footer{ padding: 90px 0 0;background: #141414; }
.footer ul{ display: flex; }
.footer li{ position: relative; flex: 1 0 21%;color: var(--white); }
.footer li:last-child{ display: flex;flex-direction: row-reverse; }
.footer li:last-child:after{ position: absolute;width: 1px;height: 175px; top: -8px;right: 162px;background:#434343;content:""; z-index: 6 }
.footer li a{ display: block;width: fit-content;width: -moz-fit-content;margin-bottom: 20px; color:var(--white); }
.footer li label{ display: inline-block; width: 60px; }
.footer li .group{ width: 128px;text-align: center; }
.footer li .group:first-child{ margin-left: 35px; }
.footer li .group:last-child{ margin-right: 35px; }
.footer li .group h4{ padding-top: 15px; }
.footer .copyright{ padding: 25px 0;margin-top: 80px;border-top: 1px solid #434343; }
.footer .copyright span{ padding-right: 5px; }
.footer .copyright span,
.footer .copyright a{ color: var(--white);font-size: 14px; }
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title{ position: relative;margin-bottom: 30px;text-align: center; }
.comm-title h3{ font-size:48px; }
.comm-title h3.f36{ font-size: 36px; }
/** module-product **/
.module-product ul{ padding: 35px 0; display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px; }
.module-product li{ background: var(--white); }
.module-product .title{ display: flex;align-items: center;justify-content: center;text-align: center; background:#585858;height: 110px;
    color: var(--white);font-size: 24px;line-height: 30px; }
.module-product .remark{ min-height: 400px; padding: 30px 35px 35px; }
.module-product .remark h6{ font-size: 22px; color: #333;text-align: center;padding: 0 0 15px; }
.module-product .remark p{ display: flex;align-items: center;line-height: 40px;font-size: 15px; }
.module-product .remark label{ width: 100px; color: #666; }
.module-product .remark text{ line-height: initial; }
.module-product .price{ display: flex;align-items: center;justify-content: center; border-top: 1px solid var(--bor);height: 105px;color: #ff4e00;
    font-size: 36px; }
.module-product .price .month{ font-size: 14px;margin: 11px 0 0 10px;color: #000; }
.module-product .price .ico{ font-size: 18px;margin-top: -11px; }
/** module-ai **/
.module-ai li{ display: flex;align-items: center; border-radius: var(--radius);background: var(--white); }
.module-ai .imgs{ display: flex;align-items: center;justify-content: center; width: 50%; }
.module-ai .imgs img{ max-width: 100%; }
.module-ai .remark{ width: 50%;padding:0 60px; }
.module-ai .remark h5{ font-size: 30px;padding-bottom: 25px; }
.module-ai .remark p{ position: relative; margin-bottom: 25px;padding-left: 36px; }
.module-ai .remark p:before{ display: flex;align-items: center;justify-content: center; position: absolute;top: 0;left: 0; width: 27px;
    height: 27px;content: "✓";background: var(--color2);border-radius: 65px;color: var(--white); z-index: 5; }
.module-ai li:nth-of-type(even){ flex-direction: row-reverse; }
.module-ai li:hover img{ transform: scale(var(--scale)); }
/** module-map **/
.module-map{ position: relative; margin: 35px 0; }
.module-map .remark{ position: relative; }
.module-map p{ position: absolute;top: 50%;right: 100px; width: 495px; font-size: 30px;line-height: 48px;transform: translateY(-50%);z-index: 64; }
/** module-room **/
.module-room .cats ul{ display: grid;grid-template-columns: repeat(6,1fr);background: var(--white); }
.module-room .cats li{ display: flex;align-items: center;justify-content: center; height: 100px;font-size: 18px; }
.module-room .cats li:not(:last-child){ border-right: 1px solid var(--bor); }
.module-room .cats li em{ display: inline-block;width: 30px;height: 30px;line-height: 30px; text-align: center;
    color: var(--white);font-size: 14px;border-radius: 65px;background: var(--color2);margin-right: 10px; }
.module-room .ms-list ul{ padding: 35px 0; display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 27px; }
.module-room .ms-list li{ background: var(--white); }
.module-room .ms-list li h5{ text-align: center;font-size: 15px;padding: 12px; }
/** module-apps **/
.module-apps .inner{ background: var(--white);padding: 60px 0 13px;margin-bottom: 35px; }
.module-apps .comm-title h3{ font-size: 36px; }
/* tables */
.module-apps .layui-tab-card{ box-shadow: none;border: 0; }
.module-apps .layui-tab-card>.layui-tab-title{
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
}
.module-apps .layui-tab .layui-tab-title li{
    border: 1px solid var(--bor);
    border-radius: var(--radius);
    margin: 0 5px;
    padding: 3px 35px;
}
.module-apps .layui-tab-title .layui-this:after{ display: none; }
.module-apps .layui-tab-card>.layui-tab-title .layui-this{
    background: var(--color);
    border-color: var(--color);
    color: var(--white);
}
.module-apps .remark{ max-width: 645px; text-align: center;margin: 0 auto 45px; }
.module-apps .remark h3{ font-size: 24px;padding: 20px 0 15px; }
.module-apps .remark p{ color: #666;line-height: 26px; }
.module-apps .apps-list{ padding: 35px 35px 0; border-top: 1px solid var(--bor); }
.module-apps .apps-list ul{ display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px; }
.module-apps .apps-list h5{ text-align: center;font-size: 20px;font-weight: bold; padding-bottom: 20px; }
/*++---------------------
/*++  Content-List
/*++---------------------*/
.nbanner .container{ position: relative;height: 100%; }
.nbanner .bgs{ position: relative; display: block;width: 100%;height: 550px; }
.nbanner .text{ position: absolute;top: 50%;left: var(--plr);color: var(--white);transform: translateY(-52%); }
.nbanner .text h5{ font-size: 60px; }
.nbanner .text p{ font-size: 30px;padding: 10px 0 50px; }
.nbanner .atype{ display: flex;align-items: center; }
.nbanner .atype a{ padding: 10px 36px 11px;border: 1px solid var(--white);border-radius: var(--radius);color: var(--white); }
.nbanner .atype a:first-child{ margin-right: 14px; }
.nbanner .atype a.ahv:hover{ color: var(--color);border-color: var(--color); }
/** desktop-list **/
.advantage .inner{ padding: 70px 0 0; }
.advantage .inner .comm-title{ margin-bottom: 40px; }
.advantage ul{ position: relative;  }
.advantage li{ position: absolute; width: 330px; }
.advantage li h5{ font-size: 20px;font-weight: bold;padding-bottom:5px; }
.advantage li p{ font-size: 15px;color: #333; }
.advantage li:first-child{ /*inset: 90px 0 0 60px;*/top: 115px;right: 0;bottom: 0;left: 60px;}
.advantage li:nth-of-type(2){ /*inset: 0 0 0 300px;*/top: 0;right: 0;bottom: 0;left: 26%; }
.advantage li:nth-of-type(3){ /*inset: 50px 0 0 690px;*/top: 90px;right: 28%;bottom: 0;left: auto; }
.advantage li:nth-of-type(4){ /*inset: 170px 60px 0 auto;*/top: 170px;right: 60px;bottom: 0;left: auto; }
/** esports **/
.esports .inner{ padding: 60px 35px 35px; background: var(--white); }
/** pay-video **/
.isvideo{ width: 100%;height: 480px; }
.isvideo video{ object-fit: cover; }
/** esports-list **/
.esports-list ul{ display: flex; }
.esports-list li{ flex: 1 0 0;overflow: hidden; }
.esports-list li:not(:last-child){ margin-right: 35px; }
.esports-list li .imgs{ width: 80px;height: 80px;margin: 25px auto 5px; }
.esports-list li .remark{ text-align: center; }
.esports-list li h5{ font-size: 18px;font-weight: bold; padding-bottom: 5px; }
.esports-list li p{ font-size: 14px;color: #000; }
/** partner-list **/
.partner-list{ margin: 35px 0; }
.partner-list .inner{ padding: 60px 35px 35px;background: var(--white); }
.partner-list ul{ display: grid;grid-template-columns: repeat(7,1fr);grid-gap: 20px; }
.partner-list li{ display: flex;align-items: center;justify-content: center; height: 118px; border: 1px solid var(--bor);overflow: hidden; }
/** product-list **/
.product-list .list ul{ padding: 30px 0; }
.product-list .list li:not(:last-child){ margin-bottom: 30px; }
.product-list .list li a{ display: flex;align-items: center;background: var(--white); }
.product-list .list .remark{ padding: 0 0 0 80px; }
.product-list .list .remark h5{ font-size: 30px;font-weight: normal;color: #000;padding-bottom: 10px; }
.product-list .list .remark .desc p{ font-size: 18px; line-height: 38px;color: #333; }
.product-list .list li:nth-of-type(even) a{ flex-direction: row-reverse; }
.product-list .list li:hover img{ transform: scale(var(--scale)); }
/** features **/
.features .inner{ padding: 60px 35px 0; background: var(--white); }
.features ul{ display: flex;flex-wrap: wrap; }
.features li{ flex: 1 0 calc((100% / 3) - 18px);margin-bottom: 27px;height: 238px;border: 1px solid var(--bor); overflow: hidden; }
.features li:not(:nth-of-type(3n)){ margin-right: 27px; }
.features li .imgs{ width: 100px;height: 100px;margin: 35px auto 10px; }
.features li .remark{ text-align: center; }
.features li h5{ font-size: 20px;font-weight: bold; }
.features li p{ color: #000; }
.features li:hover{ box-shadow: var(--bsw); }
/** baremetal **/
.baremetal{ margin: 35px 0; }
.baremetal .inner{ padding: 60px 35px 35px; background: var(--white); }
.baremetal .cons{ display: flex;justify-content: space-between; }
.baremetal .cons img,
.baremetal .cons .intro{ width: calc(50% - 15px); }
.baremetal .cons .intro{ border: 1px solid var(--bor); }
.baremetal .cons .intro ul{ display: flex; flex-wrap: wrap; }
.baremetal .cons .intro li{ display: flex;flex-direction: column;justify-content: center;flex: 0 0 50%;height: 173px;padding: 0 10px 0 35px; }
.baremetal .cons .intro li:not(:nth-of-type(even)){ border-right: 1px solid var(--bor); }
.baremetal .cons .intro li:not(:nth-of-type(n+5)){ border-bottom: 1px solid var(--bor); }
.baremetal .cons .intro li h5{ font-size: 20px;font-weight: bold;padding-bottom: 5px; }
.baremetal .cons .intro li p{ position: relative;padding-left: 10px; }
.baremetal .cons .intro li p:before{ position: absolute;top: 10px;left: 0;width: 4px;height: 4px;background: #000;content: "";border-radius: 65px; z-index: 6 }
/** article-list **/
.article-list{ padding: 35px 0; }
.article-list .lists ul{ display: grid;grid-template-columns: repeat(3,1fr); grid-gap: 30px; }
.article-list .lists li{ padding: 40px 30px 0; background: var(--white); }
.article-list .lists li h5{ height: 60px; font-size: 24px;color: #000;line-height: 30px;overflow: hidden; }
.article-list .lists li p{ min-height: 65px; font-size: 15px;color: #666;margin: 20px 0 15px; }
.article-list .lists li .time{ display: block;font-size: var(--f14);color: #999;border-bottom: 1px solid var(--bor);padding-bottom: 25px;margin-bottom: 25px; }
.article-list .lists li em{
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    padding: 9px 40px;
    font-size: var(--f12);
    border: 1px solid var(--bor);
    border-radius: 100px;
    margin: 25px 0;
    color: #666;
}
.article-list .lists li:hover{ box-shadow: var(--bsw); }
.article-list .lists li:hover h5{ color: var(--color); }
/* show */
.article-show{ padding: 35px 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-us **/
.contact-us .inner{ display: flex;align-items: center;margin: 35px 0;background: var(--white); }
.contact-us .imgs{ width: 50%; overflow: hidden; }
.contact-us .remark{ width: 50%; padding:0 40px 0 55px; }
.contact-us .remark h5{ position: relative; font-size: 36px;line-height: 45px; }
.contact-us .remark h5:after{display: none; position: absolute;bottom: -16px;left: 0; width: 70px;height: 4px;background: var(--color);content: "";z-index: 6 }
.contact-us .remark .desc{ padding: 20px 0 0;line-height: 30px; }
/* 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: #666;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{ text-align:center;padding:35px 0 0; }
.pages a{ display:inline-block;padding:5px 14px;margin-right:10px;border:1px solid var(--bor);background: var(--white);border-radius: 5px; }
.pages a:last-child{ margin-right:0; }
.pages a.curr{ color:var(--white);background:var(--color);border-color:var(--color); }
/*+------------------
/*+  Prev-Next
/*+------------------*/
.Pre-Next{ position: relative;padding: 20px 0; border: solid #eee;border-width: 1px 0; }
.Pre-Next p{ line-height: 30px; }
.Pre-Next p a{ font-size: 14px; }