@charset 'UTF-8';

/*powered by YATIANSOFT www.yatiansoft.com*/
/*2022-02*/

:root{--color:#19bcb9;}

*{
    padding: 0;margin: 0;box-sizing: border-box;
}
li{list-style:none;}
a{color:var(--color);text-decoration:none;}
img{max-width:100%;}
input[type=text],textarea{border:solid 1px #ddd;padding:5px;border-radius:3px;text-align:100%;max-width:100%;outline:0;background-color:#f8f8f8;}
input[type=text]:focus,textarea:focus{border-color:var(--color)}
input[type=text]{height:34px}
body{background-color: #fff;font-size: 15px;padding-top:85px;overflow-x: hidden;color:#333;font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,sans-serif}

.transition-5{transition:all .5s;}
.container{width:1200px;max-width:100%;margin:auto}
.btn{background-color:var(--color);color:#fff;display:inline-block;padding:6px 20px;border:none;cursor:pointer;}
.btn:not([disabled]):hover{background-color:#14d8d4;}
.btn[disabled]{cursor:default;}
.black-link a{color:#333;}
.black-link a:hover{color:var(--color);}
.btn-radius{padding:0 15px;color:var(--color);border:solid 1px #ececec;line-height:38px;display:inline-block;border-radius:19px;white-space: nowrap;}
.btn-radius:hover{border-color:var(--color);}
.btn-black{display:inline-block;background-color:#5a5a5a;line-height:45px;padding:0 30px;color:#fff;border-radius:3px;}
.btn-black:hover{background-color:#151515;}

.full-link{display:inline-block;width:100%;height:100%}
.hover-img-zoom{overflow:hidden;}
.hover-img-zoom img{transition:all .2s;}
.hover-img-zoom:hover img{transform: scale(1.1);}
.row-max{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.row-max.max-2{-webkit-line-clamp: 2;}
.row-max.max-3{-webkit-line-clamp: 3;}
.clear:after{content:'';clear:both;display:block;}

.module{padding:20px 0}
.module .module-head{text-align:center;margin-top:10px;margin-bottom:30px}
.module .module-head .title{font-size:1.8em;color:#787878;font-weight:200}
.module .module-head .sub-title{padding-top:12px;margin-top:10px;position:relative;display:inline-block;color:#949494;}
.module .module-head .sub-title:after,.module .module-head .sub-title:before{position:absolute;top:0;left:0;content:'';width:100%;height:1px;background-color:#e6e6e6}
.module .module-head .sub-title:after{width:40px;right:0;margin:auto;background-color:var(--color)}
.module .module-body p{line-height:1.7;color:#707070;margin:8px 0}

.tab .tab-head{border-bottom:solid 1px #e8e8e8;margin-bottom:10px;text-align:center;}
.tab .tab-head .tab-title{display:inline-block;color:#777;padding:12px 20px;cursor:pointer}
.tab .tab-head .tab-title-on{position:relative;color:var(--color);font-weight:700}
.tab .tab-head .tab-title-on:after{position:absolute;content:'';display:inline-block;height:2px;width:100%;bottom:-2px;left:0;background-color:var(--color)}
.tab-cate{background-color:#e5e5e5;}
.tab-cate .tab-head{border-bottom:none;}
.tab-cate .tab-head .tab-title-on:after{bottom:0;}

.index{padding-top:0;}
.header{position:fixed;background-color:#fff;width:100%;left:0;top:0;z-index:100;height:85px;transition:all .2s}
.header *{transition:all .2s}
.header .header-container{display:flex;align-items:center}
.header a{color:#333;line-height:1em;position:relative;}
.header .logo{padding:15px 15px 15px 0;font-size:0}
.header .logo a{display:inline-block;width:162px;height:55px;background-repeat:no-repeat;background-size:100%;}
.header .navbar{flex:1;padding-left:75px;padding-right:20px}
.header .navbar li{display:inline-block;position:relative;}
.header .navbar li > ul{z-index:1;position: absolute;display:none;font-size:.9em;padding:10px 0;}
.header .navbar li + li{margin-left:35px}
.header .navbar a{display:inline-block;padding:0 10px;position:relative;}
.header .navbar li:hover > ul{display:block;}
.header .navbar > ul > li > a{line-height:85px;}
.header .navbar > ul > li > ul{top:100%;left:0;margin-top:-3px;background-color:#fff;border-top:solid 3px var(--color);}
.header .navbar > ul > li > ul li + li{margin-left:0;}
.header .navbar > ul > li > ul > li:hover > a{color:var(--color);font-weight:bold;}
.header .navbar > ul > li > ul li {width:100%;}
.header .navbar > ul > li > ul a{white-space: nowrap;padding:7px 20px;min-width:180px;}
.header .navbar > ul > li > ul ul{left:100%;top:0;background-color:rgb(255 255 255 / 97%);}
.header .navbar > ul > li > ul ul a{padding:8px 20px;}
.header .navbar > ul > li > ul ul a:hover{background-color:rgb(25 188 185 / 13%);color:#333;}
.header .navbar > ul > li > ul > li > a.ul-child:after{position:absolute;content:"\e775";font-family:'iconfont';right: 10px;top: 8px;font-size: .9em;color: #9d9d9d;}
.header .navbar ul ul a:not(.ul-child):after{display:none;}
.header .navbar a:hover{color:var(--color);}
.header .navbar a.on{font-weight:bold;color:var(--color);}
.header .navbar a.on:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:3px;background-color:var(--color);}
.header .language a{padding-left:20px;background-repeat:no-repeat;background-position-y: calc(50% + 1px);}
.header .language .en{background-image:url(../img/en.svg);}
.header .language .ch{background-image:url(../img/ch.svg);}
.header .menu{display:none;}

.header.on{background-color:#fff;box-shadow:0 5px 5px 0 rgb(0 0 0 / 7%);height:75px;}
.header.on .logo{padding-top:10px;padding-bottom:10px;}
.header.on .logo a{width:162px;height:55px}
.header.on a{line-height:.9em;color:#333;}
.header.on ul ul a{line-height:1em;}
.header.on .navbar > ul > li > a{line-height:75px;}
.header.on .navbar ul ul{box-shadow:0 5px 5px 1px rgb(0 0 0 / 10%);}
.header.on .navbar ul ul ul{box-shadow:5px 5px 5px 1px rgb(0 0 0 / 10%);}

.index .header{background-color:transparent;}
.index .header.on{background-color:#fff;}
.index .header a{color:#fff;}
.index .header ul ul a{color:#333;}
.index .header .logo a{background-image:url(../img/logo.png)!important;}
.index .header.on .logo a{width:162px;height:55px}
.index .header.on .logo a{background-image:url(../img/logo_b.png)!important;}
.index .header.on a{color:#333;}
.index .header .navbar a.on:after{display:none;}
.index .header.on .navbar a.on,.index .header.on .navbar > ul > li > a:hover{color:var(--color);}

.index-swiper .swiper-slide{height:620px;background-position: center;background-size:cover;}
.index-swiper .swiper-pagination {bottom:15px!important;}
.index-swiper .swiper-pagination-bullet {background: #fff;opacity: .5;width:50px;border-radius:0;height:3px;}
.index-swiper .swiper-pagination-bullet-active {opacity: 1;background: #fff;}

.index-our-product .swiper{border-bottom:solid 1px #e8e8e8;padding-bottom:35px}
.index-our-product .swiper .product{text-align:center}
.index-our-product .swiper .product .title{color:#888;margin-top:8px}
.index-our-product .about-us{display:flex;padding:50px 0}
.index-our-product .about-us .image{flex:0 0 400px}
.index-our-product .about-us .content{flex:1;margin-left:50px}
.index-our-product .about-us .content .text-1{font-size:1.6em;margin-bottom:15px;color:#666}
.index-our-product .about-us .content .text-1 span{position:relative;color:var(--color);margin-left:16px;padding-left:16px}
.index-our-product .about-us .content .text-1 span:before{position:absolute;content:'';display:inline-block;border-left:solid 1px #d2d2d2;width:1px;height:calc(100% - 8px);left:0;top:0;bottom:0;margin:auto}
.index-our-product .about-us .content .text-2 p{line-height:1.6em;font-size: .95em;margin:8px 0;color:#777}

.index-solution{position:relative;background-color:#f8f8f8;padding:20px 0 40px}
.index-solution .bg{background-image:url(../img/bg1.png);background-size:auto 260px;height:260px;position:absolute;width:100%;margin:auto;top:0;bottom:0}
.index-solution .tab-head{margin-bottom:30px}
.index-solution .our-solution-swiper .swiper-slide-content{position:relative;font-size:0;}
.index-solution .our-solution-swiper .swiper-slide-content .content{position:absolute;top:0;right:0;color:#fff;width:400px;height:100%;padding:50px;background-color: rgb(0 0 0 / 40%);font-size:1rem;}
.index-solution .our-solution-swiper .swiper-slide-content .content .name{position:relative;font-size:1.8em;margin-bottom:20px;padding-bottom:10px}
.index-solution .our-solution-swiper .swiper-slide-content .content .name:after{content:'';display:inline-block;height:2px;width:55px;position:absolute;left:0;bottom:0;background-color:#fff}
.index-solution .our-solution-swiper .swiper-slide-content .content .button{position:absolute;bottom:50px}
.index-solution .our-solution-swiper .swiper-slide-content .content .text{line-height:1.8;}
.index-solution .our-solution-swiper .swiper-slide:not(.swiper-slide-active) .swiper-slide-content{display:none;}

.footer{border-top:solid 1px #e8e8e8;padding:25px 0;font-size:.9em}
.footer .top{display:flex;justify-content:space-between}
.footer .links{display:flex}
.footer .qrcodes{display:flex;text-align:center;justify-content:flex-end}
.footer .qrcodes .qrcode{flex:0 0 120px}
.footer .links .link{flex:0 0 150px;padding-right:5px;}
.footer .links .link>span{display:inline-block;color:#b4b4b4;margin-bottom:10px;font-size:1rem}
.footer .links .link a{color:#666;line-height:2em}
.footer .links .link a:hover{color:var(--color)}
.footer .end{margin-top:15px;padding:15px 0 5px;border-top:solid 1px #e8e8e8;color:#666;}
.footer .end .copyright{margin-top:10px;}
.footer .end span + span{margin-left:15px;}

.banner{height:220px;background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;text-align:center;display:flex}
.banner .title{font-size:2.5em}
.banner .sub-title{font-size:1.3em;margin-top:15px}

.pagenav{padding:15px 0;font-size:.9em}
.pagenav,.pagenav a{color:#555}
.pagenav a:hover{color:#222}
.pagenav .current-title{color:#777}

.category .pagebar{padding:0 10px;}

.products-body{display:flex;padding:20px 0}
.products-cates{flex:0 0 250px}
.products-posts{margin-left:50px;flex:1;}

.products-cate{display:flex;align-items:center;border-top:solid 1px #e5e5e5;padding:15px 10px}
.products-cate .thumb{flex:0 0 80px;height:80px}
.products-cate:last-child{border-bottom:solid 1px #e5e5e5}
.products-cate .title{margin-left:20px}
.products-cate .title span:last-child{font-size:.8em;color:#888;display:block;padding-top:5px}
.products-cate:hover .title span,.products-cate.on .title span{color:var(--color)}
.products-cate.on .title span:first-child{font-weight:bold;}
.products-cate.on{border-width:2px;border-color:var(--color);}
.products-cate-child{padding: 15px 15px 25px 60px;border-top:solid 1px #e5e5e5}
.products-cate-child:empty{display:none;}
.products-cate-child a{margin: 10px 0;display: block;font-size: .8rem;}
.products-cate-child a.on{color:var(--color);font-weight:bold;}

.posts{font-size:0}
.posts > *{font-size:1rem;}
.post{width:33.333333%;display:inline-block;padding:0 10px;text-align:center;margin-bottom:30px;}
.post .inside{position:relative;}
.post .inside .thumb{width:100%;}
.post .inside .title{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content: center;height:80px;padding-bottom:12px;}
.post .inside .title:after,.post .inside .title:before{position:absolute;content:'';display:inline-block;height:1px;width:0;left:0;bottom:0;transition:all .3s;background-color:var(--color)}
.post .inside .title:before{width:100%;background-color:#e5e5e5;z-index:-2;}
.post .inside .title:after{right:0;margin:auto}
.post .inside .title span:first-child{font-size:1.1em}
.post .inside .title .sub-title{font-size:.8em;color:#888;display:block;padding-top:10px}
.post .inside .title .sub-title:empty{display:none;}
.post-hover-bottom-line .post  .inside:hover .title:after{width:100%}
.post-full-thumb .post .inside .thumb{height:260px;overflow:hidden;}
.post-full-thumb .post .inside .title{margin-top:0;font-size:.8rem;position:relative;height:60px;padding:0 40px;align-items:center;}
.post-full-thumb .post .inside .title:after{content:'';display:inline-block;position:absolute;width:100%;height:0;left:0;bottom:0;background-color:#11bad9;transition:all .2s;z-index:-1}
.post-full-thumb .post .inside:hover .title a{color:#fff;font-weight:700}
.post-full-thumb .post .inside:hover .title:after{height:100%}

.post-news{display:flex;border-bottom:solid 1px #e5e5e5;padding-bottom:35px;margin:35px 0}
.post-news .left{flex:0 0 385px;width:385px;height:260px;position:relative;overflow:hidden}
.post-news .left .cate{position:absolute;left:0;top:0;display:inline-block;line-height:2;padding:0 18px;color:#fff;background-color:rgb(0 0 0 / 50%);z-index:1}
.post-news .left .cate:hover{background-color:rgb(0 0 0 / 80%)}
.post-news .right{flex:1;padding-left:45px;padding-bottom:5px;display:flex;flex-direction:column;justify-content:space-between}
.post-news h2 a{font-size:1.2em;color:#444;font-weight:400}
.post-news .info{color:#999;margin:20px 0}
.post-news .info span+span{margin-left:50px}
.post-news .intro{flex:1;color:#555;line-height:2}
.post-news .button{margin-top:10px}

.post-cert{width:25%;display:inline-block;padding:10px;text-align:center}
.post-cert .thumb{border:solid 1px #e5e5e5;width:280px;height:240px;display:flex;justify-content:center;align-items:center;}
.post-cert .thumb.height{height:390px;}
.post-cert .title{padding:20px 0}
.post-cert:hover .title{color:var(--color)}

.post-file{width:50%;display:inline-block;padding:10px}
.post-file .inside{border:solid 1px #e5e5e5;padding:12px}
.post-file .inside{display:flex}
.post-file .inside .thumb{flex:0 0 140px;height:140px}
.post-file .inside .right{flex:1;padding-left:30px;display:flex;flex-direction:column}
.post-file h2 a{font-size:1.2rem;font-weight:400}
.post-file .info{flex:1;font-size:.9em;margin-top:10px;line-height:1.5}
.post-file .info span{display:block;color:#999}
.post-file .button a{font-size:.9em;line-height:2.2em}

.pagebar{margin:20px 0;line-height:30px;font-size:12px}
.pagebar a{border-radius:4px;border:solid 1px #e3e3e3;padding:0 15px;display:inline-block;color:#666}
.pagebar a+a{margin-left:3px}
.pagebar a.on,.pagebar a:hover{background-color:var(--color);border-color:var(--color);color:#fff}
.pagebar input{height:32px;border-radius:4px;border:solid 1px #e3e3e3;padding:0 5px;text-align:center;margin-left:5px;width:34px}
.pagebar .action{margin-left:10px;color:#666}

.category-swiper-banner .swiper-slide{height: 410px;background-position: center;}

.cases{padding:20px 0;}
.cert-jazz .posts,.files .posts{margin: 0 -10px;}
.lg-backdrop {background-color: rgb(0 0 0 / 83%)!important;}

.post-head-line{position:relative;}
.post-head-line:after{content:'';position:absolute;display:inline-block;background-image:url(../img/proline.gif);width:100%;height:5px;left:0;bottom:0}

.post-content{padding:10px 0;}
.post-content h1{font-size:1.5em;color:var(--color);font-weight:400;}
.post-content .post-info{font-size:.9em;color:#909090;margin-top:18px;}
.post-content .post-info span + span{margin-left:20px;}
.post-content .post-head{padding:15px 0 20px;text-align:center}
.post-content .post-intro{background-color:#f9f9f9;padding:20px;color:#444;margin-top:20px}
.post-content .post-intro,.post-content .post-text{line-height:30px}
.post-content .post-text{padding:20px 0}
.post-content .post-text p+p{margin-top:15px}

.post-product .post-head{display:flex;margin-bottom:30px}
.post-product .post-product-swiper{flex:0 0 590px;width:590px}
.post-product .post-product-swiper .swiper-slide{height:360px;display:flex;align-items:center;justify-content:center}
.post-product .post-head-right{flex:1;margin-left:60px}
.post-product-swiper-control{font-size:0;margin:0 -5px}
.post-product-swiper-control .control-item{display:inline-block;width:12.5%;padding:5px;cursor:pointer}
.post-product-swiper-control .control-item .control-item-container{border:solid 1px #ececec}
.post-product-swiper-control .control-item.on .control-item-container{border-color:#00c6f0}
.post-product-swiper .swiper-button-next,.post-product-swiper .swiper-button-prev{background-color:#5a5a5a;height:70px;width:30px;background-size:7px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")}
.post-product-swiper .swiper-button-prev{left:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")}
.post-product-swiper .swiper-button-next{right:0;}
.post-product .post-head-title{display:flex;justify-content:space-between;padding-bottom:20px;position:relative;}
.post-product .post-head-title h1{font-size:1.7em;color:var(--color);font-weight:400}
.post-product .post-introduce{line-height:22px;padding:10px 0;font-size:.9em}
.post-product .post-introduce .post-introduce-item{margin-top:5px}
.post-product .post-introduce .post-introduce-item span{color:#999}
.post-product .post-introduce .button{margin-top:35px;text-align:right;}
.post-product .post-introduce .button a{font-size:1.1rem}
.post-product .post-introduce .button a i{margin-right:5px;font-size:1.2em;vertical-align:middle;}
.post-product .post-introduce .button a+a{margin-left:20px}
.post-product .post-introduce .files a{line-height:33px;}
.post-product .post-introduce .files a + a{margin-left:15px;}
.post-product .post-introduce .files{margin-top:20px;}
.post-product h2,.post-product h3{color:var(--color);font-weight:400}
.post-product h2{border-bottom:solid 1px var(--color);font-size:1.3rem}
.post-product h2 span{position:relative;display:inline-block;line-height:55px}
.post-product h2 span:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:3px;background-color:var(--color)}
.post-product h3{margin-top:20px;padding-bottom:5px;border-bottom:solid 1px #efefef}
.post-product .post-details{padding:20px 0;}
.post-product .post-details p{line-height:2;}
.post-product .post-details .video{float: right;width: 400px;height: 255px;margin: 0 0 70px 70px;cursor:pointer;position:relative;overflow:hidden;}
.post-product .post-details .video:before{content:'';transition:all .3s;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / 50%);}
.post-product .post-details .video:after{content:'\e624';transition:all .3s;font-family:'iconfont';position:absolute;left:50%;top:50%;transform: translate(-50%, -50%);margin:auto;font-size:5rem;color:#fff;opacity:.8;}
.post-product .post-details .video:hover:after{opacity:1;}
.post-product .post-details .video:hover:before{background-color:rgb(0 0 0 / 30%);}

.parameter{display:flex;font-size:.9em}
.parameter .col{flex:0 0 50%;width:50%}
.parameter .col:nth-child(2n) span:first-child{padding-left:20px}
.parameter .row{border-bottom:dashed 1px #e5e5e5;padding:10px 10px 10px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.parameter .row span:first-child{display:inline-block;width:160px;color:#c7c7c7}

.tip-shade{background-color:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:999}
.tips{position:fixed;border:solid 1px #eee;background-color:#fff;padding:10px 15px;box-shadow:0 0 4px 2px rgb(0 0 0 / 10%);border-radius:4px;cursor:default;z-index:1000;max-width:100%;}
.tips .tips-content{position:relative;height:100%;}
.tips .tips-content:before{font-family:iconfont;font-size:30px;vertical-align:middle;margin-right:10px}
.tips .tips-close{position:absolute;transition:all .1s;cursor:pointer;color:#cecece;display:inline-block;width:22px;height:22px;right:3px;top:3px;font-size:2em;text-align:center;line-height:20px}
.tips .tips-close:hover{color:red;}
.tips.success .tips-content:before{content:'\e6a4';color:green}
.tips.fail .tips-content:before{content:'\e60b';color:red}
.tips.wxqrcode{width:300px;height:300px}
.tips.video{width:800px;height:600px;padding:0;font-size:0;background-color:transparent;border:none;background-color:#000;}
.tips.video video,.tips.video iframe{width:100%;height:100%;}
.tips.video .tips-close{right: -10px;top: -8px;font-size: 18px;background-color: #fff;border-radius: 50%;border: solid 2px #eee;line-height: 17px;}

.about-jazz .module-head .title{color:#626262}
.about-jazz .intro-icon{display:flex;justify-content:space-between;padding:30px 70px}
.about-jazz .intro-photo{text-align:center}
.about-jazz .history{display:flex;margin-bottom:100px}
.about-jazz .history .image{flex:0 0 340px;padding-top:36px}
.about-jazz .history .details{padding-left:50px}
.about-jazz .history .details .item+.item{margin-top:35px}
.about-jazz .history .details .year{color:var(--color);font-size:1.5em;border-bottom:solid 1px #e5e5e5;padding-bottom:8px}
.about-jazz .history .details .text{padding-top:8px;line-height:1.8}

.contact-jazz .item{display:flex;border-bottom:dashed 1px #e5e5e5;padding:30px 0}
.contact-jazz .item:last-child{border:none}
.contact-jazz .item .left{flex:1}
.contact-jazz .item .right{flex:0 0 555px}
.contact-jazz .main-name{font-size:1.5em;font-weight:700;color:var(--color);margin-top:20px}
.contact-jazz .co-name .sub-name{font-size:1rem;margin-top:10px;display:block;font-weight:400;color:var(--color)}
.contact-jazz .co-details{padding:15px 0}
.contact-jazz .co-details .row{padding:5px 0}
.contact-jazz .co-details .type{color:#777}
.contact-jazz .co-details .type:nth-child(2){margin-left:10px;}
.contact-jazz .co-contact{margin:0 -30px;margin-top:30px}
.contact-jazz .co-contact .person{display:inline-block;padding:0 30px;text-align:center}
.contact-jazz .co-contact .person:not(:first-child){border-left:solid 1px #eee}
.contact-jazz .co-contact .person .name{font-weight:700;margin-bottom:10px;font-size:1.1em}
.contact-jazz .global{background-image:url(../img/global.png);background-repeat:no-repeat;background-position-x:calc(100% - 50px);background-position-y:bottom;background-size:250px}
.contact-jazz .message{flex:1}
.contact-jazz .message{padding-top:20px}
.contact-jazz .message .form{margin-top:20px}
.contact-jazz .message .inputs{display:flex;justify-content:space-between}
.contact-jazz .message .inputs input{width:calc(33.333% - 16px)}
.contact-jazz .message textarea{margin:15px 0;width:100%;height:80px}
.contact-jazz .message .submit button{border-radius:3px}
.contact-jazz .message .submit .success{background-color:green;}
.contact-jazz .message .submit .err-msg{margin-left:10px;font-size:.8rem;color:red;}

.job-jazz .content{padding:20px}
.job-jazz .position{margin-bottom:30px;border:solid 1px #e7e7e7;color:#999}
.job-jazz .position .head{background-color:#fbfbfb;border-bottom:solid 1px #e7e7e7;padding:15px 20px;font-size:1.1em}
.job-jazz .position .head span span{color:var(--color)}
.job-jazz .position .head span+span{margin-left:50px}
.job-jazz .position .details{display:flex;font-size:.9rem}
.job-jazz .position .details>div{padding:15px 20px}
.job-jazz .position .details p{color:#333;line-height:2}
.job-jazz .position .details .title{margin-bottom:20px}
.job-jazz .position .details .position-intro{margin-right:50px}

.lang-en .header .navbar>ul>li>ul a{min-width:200px}

@media screen and (max-width:1200px){.container{width:100%;padding:0 15px}
.header .navbar{padding-left:0}
.header .logo{display:none}
}
@media screen and (max-width:820px){body{transition:all .5s;padding-top:65px}
body.open-menu{transform:translateX(300px);overflow:hidden}
body.open-menu .close-menu{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0/50%);z-index:1}
.header{height:65px}
.header .navbar a{color:#fff}
.header .header-container{justify-content:space-between}
.header .logo{display:block;padding-right:0;padding-left:40px}
.header .logo a{width:100px!important;height:40px!important}
.index .header.on .logo a{width:90px;height:35px}
.header.on{height:55px}
.header .navbar{position:fixed;width:300px;height:100%;left:-300px;top:0;background-color:#000;transition:all .5s}
.header .navbar ul{margin-top:30px;padding:30px 10px;text-align:center;transition:all 0s}
.header .navbar li+li{margin-left:0}
.header .navbar li{display:block}
.header .navbar>ul>li>a{line-height:3}
.header .navbar ul ul{display:none!important}
.header .menu{display:block}
.header .menu a i{font-size:1.3rem}
.header .language a{font-size:1rem}
.index .header .navbar a{color:#fff}
.header.on .navbar>ul>li>a{line-height:3}
.category-swiper-banner .swiper-slide,.index-swiper .swiper-slide{height:420px;background-size:cover;background-repeat:no-repeat;background-position:center}
.category-swiper-banner .swiper-slide{height:200px}
.index-our-product .about-us{display:block;padding-bottom:0}
.index-our-product .about-us .image{text-align:center}
.index-our-product .about-us .content{margin-top:30px;margin-left:0}
.index-our-product .about-us .content .text-1{text-align:center}
.index-solution .bg{display:none}
.post-news .right{padding-left:25px}
.contact-jazz .item .right{flex:0 0 50%}
.contact-jazz .item .right iframe{max-width:100%;max-height:100%}
.post-cert{width:33.3333333%}
.post-cert .thumb{width:100%;height:200px}
.post-cert .thumb.height{height:350px}
.contact-jazz .co-contact .person{margin-bottom:10px}
.post-product .post-product-swiper{flex:0 0 50%;width:50%}
.post-product .post-introduce .button a{line-height:35px;padding:0 15px}
.footer .links{display:block;font-size:0}
.footer .links .link{font-size:.8rem;width:33.333333%;display:inline-block;vertical-align:top;margin-bottom:15px}
.footer .top{display:block}
.footer .qrcodes{justify-content:center}
.footer .qrcodes .qrcode+.qrcode{margin-left:10px}
}
@media screen and (max-width:768px){.index-swiper .swiper-slide{height:280px}
.index-our-product .about-us{padding:20px 0 0}
.index-our-product .about-us .content .text-1 span{display:block;padding-left:0;margin-left:0;margin-top:5px}
.index-our-product .about-us .content .text-1 span:before{display:none}
.tab-container{white-space:nowrap;overflow-x:auto;overflow-y:hidden;height:46px}
.index-solution .our-solution-swiper .swiper-slide-content .content{position:unset;background-color:#fff;color:#333;width:100%;padding:10px}
.index-solution .our-solution-swiper .swiper-slide-content .content .button{position:unset;margin-top:20px}
.products-cates{display:none}
.products-posts{margin-left:0}
.post{width:50%}
.post-full-thumb .post .inside .thumb{height:120px}
.post-news{flex-direction:column}
.post-news .left{flex:0 0 100%;width:100%;height:auto}
.post-news .right{padding-left:0}
.post-news h2 a{font-size:.8em}
.post-news .info{margin:10px 0}
.about-jazz .intro-icon{display:block;font-size:0;padding:20px 10px}
.about-jazz .intro-icon .img{width:50%;display:inline-block;padding:5px;text-align:center}
.about-jazz .history{display:block}
.about-jazz .history .image img{width:100%}
.about-jazz .history .details{padding-left:0;margin-top:-100px;padding:0 5px}
.contact-jazz .item{display:block}
.post-cert{width:50%}
.post-cert .thumb{height:128px}
.post-cert .thumb.height{height:240px}
.banner{height:160px;font-size:.8em}
.post-product .post-head{display:block}
.post-product .post-product-swiper{width:100%}
.post-product-swiper-control .control-item{width:80px;height:80px}
.post-product-swiper-control{white-space:nowrap;overflow-x:auto}
.post-product .post-head-right{margin-left:0;margin-top:15px}
.post-product .post-details .video{width:100%;margin-bottom:20px}
.tips.video .tips-close{right:10px}
.post-full-thumb .post .inside .title {padding:0 5px;}
.post-full-thumb .post .inside .title a{display: -webkit-box;-webkit-line-clamp: 2;}
.footer .end{text-align:center;line-height:1.6}
.footer .end .copyright .icp{display:block}
.footer .end span{display:block}
}
