/*通用样式*/
:root{
    --public-color:#e63d33;
    --max:1430px;
}
.img-responsive{max-width:100%;height:auto}
/*#region thumb-items*/
.thumb-selectors {overflow: hidden;clear: both;margin:0 0 10px 0;padding:15px;}
.product-thumb{border: none;}
/* .justify-content-center{justify-content: flex-start !important;} */

.all-header .header .header-top{padding: 10px 0;}
.small-nav.blue ul li:last-child a{color: #0066f5;}

body{color:rgba(0, 0, 0, 0.7);font-size:18px;line-height:32px;font-family: 'Roboto','Source Sans 3', sans-serif;font-weight: 300;}
a{display:inline-block;transition: all .6s;}
a:hover{color:var(--public-color) !important}
.swiper-pagination-bullet-active{background:var(--public-color)}
.page-item.active .page-link {color: #fff;background-color: var(--public-color);border-color: var(--public-color);}
body,div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
img{aspect-ratio:attr(width) / attr(height);}
ul,ol,li,dl,dd,dt{list-style-type:none}
.img-width{width:100%;height:auto}
.img-height{height:100%;width:auto}
.img-fluid {max-width: 100%;height: auto;}
.main-container{margin-bottom:40px;margin-top:40px}
.tkanniu{cursor:pointer}
.card-thumb img{transition:all .4s ease}
.card-thumb:hover img{transform:scale(1.1)}
.container-xl{max-width:var(--max)}
.container-xl.m-right{margin:0 0 0 auto;padding:0}
.container-xl.m-left{margin:0 auto 0 0;padding:0}
@media(max-width:768px){
    body{font-size:14px;line-height:20px;padding-top:50px}
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}
.max-1920px{max-width: 1920px;margin-left: auto;margin-right: auto;}
.max-1680px{max-width: 1680px;}
.max-1650px{max-width: 1650px;}
.max-1630px{max-width: 1630px;}
.max-1560px{max-width: 1560px;}

/*header*/
.header{/*height: 86px;*/position: relative;padding-top: 13px;padding-bottom: 20px;box-shadow: 0px 1px 7px 1px 
    rgba(52, 52, 52, 0.05);}

.header .header-nav{display: flex;align-items: center;}
/* .header .header-top{padding-top: 6px;} */
.header .toch{margin-left: 30px;}
.header .toch a{background-color: var(--public-color);border-radius: 15px;color: #1f273d;font-size: 13px;line-height: 32px;padding:0px 26px 0px 18px;}
.header .top-logo{width: 20%;}
.header .row-nav{display: flex;align-items: center;justify-content: flex-end;width: 80%;position: relative;}
.header-desc{background:#f1f1f1; padding: 8px 0;}
.header-desc .container-xl{display: flex;align-items: center;justify-content: space-between;}
.header-desc .desc{width: 60%;display: flex;justify-content: flex-end;align-items: center;}
.top-tel{color: #666666;font-size: 16px;display: flex;width: 40%;}
.top-tel a{color: #666666;}
.top-tel a:hover{color: #2455bf; transition: all 0.3s;}
.top-lang{text-transform:uppercase;margin-left: 30px;}
.dropdown.lang .dropdown-toggle:after{color: var(--public-color);}
.dropdown.lang .dropdown-menu {right: -40px;left: inherit;}
.top-lang .dropdown.lang .dropdown-toggle{background: transparent;border: 1px solid #fff;
    padding: 0px 10px;font-weight: bold;color:#fff;font-size: 18px;}
.public-social span,.public-social a{border-radius:5px;}
.navbar-expand-lg .navbar-collapse{justify-content: flex-end;padding-right: 20px;}

.navbar .dropdown-item.active{background-color:#fff;color:var(--public-color);}
.navbar .dropdown-item.active:hover{background-color:#f5f5f5;}

/*默认pc头部样式*/
.header.fadeInDown{animation: fadeInDown .4s;position: fixed;left: 0;top: 0;width: 100%;background-color: #fff;z-index: 999;}
.header.fadeInDown .header-desc .logo img{height:70px;width:auto;}
.header.fadeInDown .header-top .nav-item{padding:2px 0px;cursor:pointer;font-size:18px}
.header.fadeInDown .header-top{background-color: var(--public-color);border-bottom: 2px solid var(--public-color);}

.dropdown-toggle::after{margin-left: 5px;}

.all-font{font-family: 'Archivo';}

.videobtn{position:absolute;right:30px;bottom:30px;z-index:10;}


/*默认导航样式*/
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav > .nav-item{font-size:18px;margin:0 36px;width: 80px;}
.navbar-custom .navbar-nav .nav-link:hover{color: #121212 !important;font-weight: bold;}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#3e3e3e;padding:0;/*height:86px;*/display:inline-flex;align-items:center;justify-content:center;font-weight:500;text-transform:capitalize;font-size:18px;line-height:28px;transition: all .4s;}
.navbar-custom .navbar-nav .nav-link:before {content:"";width:0px;height:3px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:-15px;border-radius: 2px;transition: all .6s;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .active .nav-link:before{width:100%;transition:all .6s}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:all .2s;color:var(--public-color);content:"\f078";font-family: 'cmsfont';font-size: 16px;}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotateX(180deg);color:var(--public-color)}
.navbar-custom .navbar-nav .nav-link:hover{color:#00f5b3;transition:.6s ease-in-out;transform: none !important;}
.navbar-custom .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}
.navbar-custom .navbar-nav .show > .nav-link,.navbar-custom .navbar-nav .active > .nav-link,.navbar-custom .navbar-nav .nav-link.show,.navbar-custom .navbar-nav .nav-link.active{}
.navbar-custom .navbar-text{color:rgba(0,0,0,0.5)}
.navbar-custom .navbar-text a{color:rgba(0,0,0,0.9)}
.navbar-custom .navbar-text a:hover,.navbar-custom .navbar-text a:focus{color:rgba(0,0,0,0.9)}

/* @media(max-width:1480px) {
    .navbar-custom .navbar-nav .nav-item {
        margin: 0 15px;
    }
} */
@media(max-width:1600px) {
    .navbar-custom .navbar-nav > .nav-item {width: 65px;}
}
@media(max-width:1430px) {
    .navbar-custom .navbar-nav > .nav-item{margin: 0 25px;width: auto;}
}
@media(max-width:1300px) {
    .navbar-custom .navbar-nav .nav-item {
        margin: 0 15px;
    }
}

@media(max-width:1200px) {
    /* .navbar-custom .navbar-nav .nav-link {font-size: 17px;} */
    .navbar-custom .navbar-nav .nav-item {
        margin: 0 12px;
    }
    .navbar-custom .navbar-nav .nav-item .dropdown-toggle:hover::after{left: -15px;}
}
@media(max-width:1120px) {
    .navbar-custom .navbar-nav .nav-link {font-size: 16px;}
    .navbar-custom .navbar-nav .nav-item {
        margin: 0 5px;
    }
}
@media(max-width:1050px) {
    .navbar-custom .navbar-nav .nav-link {font-size: 14px;}
    .navbar-custom .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media(max-width:768px) {
    body {
        padding-top: 50px;
    }

}

/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #b3190d;z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:40%}
    .header-mb .top-logo img{height:20px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:60%;justify-content:flex-end}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:var(--public-color)}
    .header-mb .top-mb .icon-bars{color:var(--public-color)}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:var(--public-color)}
    .top-mb-search-box{display:none;position:fixed;background:var(--public-color);top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
    .top-mb-search-box .search-group{width:100%;height:34px}
    .top-mb-feed i{font-size:16px;color:var(--public-color)}
    .mobile-head-item .main-content-wrap{background:var(--public-color);top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
    .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
    .head_nav li.has-child a:hover b{border-color:#111}
    .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
    .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
    .head_nav li,.head_nav li.has-child{padding-left:0}
    .head_nav li li,.head_nav li li.has-child{padding-left:15px}
    .head_nav li.active>a>b:after{display:none}
    .head_nav li.active>a>b{background-color:#111}
    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
    .mobile-ico-close{width:30px;height:30px;background-color:var(--public-color);position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .search-box .icon{color:var(--public-color)}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/

/*#region 移动端栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: var(--public-color); color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: var(--public-color) }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }


/* 浮窗 */
#float{position:fixed;right:0;bottom:165px;margin-top:-60px;z-index:55;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:var(--public-color)}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background: var(--public-color);border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:var(--public-color);color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:var(--public-color);transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}

/*默认详情设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 0rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
/* .content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dcdcdc; text-align: center; } */
.content-wrapper table tbody tr:nth-of-type(even) { background-color: #fbfbfb }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table tbody td:first-child{padding-left: 25px;text-align: left;}
.table-wrapper table tbody tr:first-child{background-color: var(--public-color);color: #fff  ;font-weight: 400;}
/* .table-wrapper table tbody tr:hover{background-color: rgba(230, 61, 51, .1);} */
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 18px;border: solid 1px #e7e8ef; text-align: center; }
.table-wrapper table tbody tr{color: #777777;font-weight: 300;}
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

/*#弹出框*/
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:150px;left:50%;margin-left:-25%;width:50%;position:absolute;z-index:1001;padding:35px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal .title{font-size:30px;text-align:center;margin-bottom:25px}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}
.reveal-modal .close-reveal-modal:hover{color: var(--public-color);}
@media(max-width:768px){
    .reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
    .reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}

/*#留言表单*/
/* .form-feedback .btn{margin-top: 55px;
    width: 301px;
    height: 46px;
    background-image: linear-gradient(-90deg, #24b66f 0%, #88ca4e 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    transition: all .6s;
}

.form-feedback .btn:hover{background-image: linear-gradient(-90deg, #88ca4e 0%, #24b66f 100%), linear-gradient(#ffffff, #ffffff);
    text-decoration: none;} */
    
    .form-feedback .btn{font-size:18px;line-height:23px;color:#2f3d5b;font-family:'Archivo';width:188px;height:48px;border-radius:8px;background-color:#00f5b3;transition:ease-in-out .4s}
    .form-feedback .btn:hover{background-color:#2f3d5b;color:#00f5b3}
/* .form-feedback .btn{color:#fff;background-image: linear-gradient(-90deg, #24b66f 0%, #88ca4e 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    transition: all .6s;} */


@media(max-width:768px){
    .form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
    .form-feedback .btn{padding-top:10px;padding-bottom:10px}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}
.form-feedback .btn-c{background-color:#0b3b8d;height:100%;padding:10px 20px;transition:all .6s}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#ff7633 0%,#ff7633bd 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}


/*#搜索*/
.search-group .input-group-append{padding-top: 4px;padding-bottom: 3px;padding-right: 3px;}
.search-group{width:280px;height:48px;overflow:hidden;border-radius: 24px;background-color: #f5f5f7;}
.search-group .form-control{border:none;height:48px;line-height:48px;border-radius: 24px;background-color: #f5f5f7;padding-left: 15px;}
.search-group .form-control::-webkit-input-placeholder{color:#23232d;opacity: .5;font-size: 16px;font-weight: 400;}
.search-group .btn{background-color:var(--public-color);border-radius:21px !important;height:auto;width:auto;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0;font-size: 16px;color: #fff;font-weight: 400;}
.search-group i{color:#fff;font-size:1.5rem}
.top-search-box li .top-search {border-radius:10px;}
.top-search-box{cursor:pointer;z-index: 1;margin-left:0px;border-radius:5px;overflow: hidden;padding-left: 1px;padding-top: 1px;}
.top-search-box i{font-size: 16px;font-weight: 300;}
.top-search-box i.icon-1{color: #ffffff;padding-left: 10px;}
.top-search-box li .top-search{opacity: 1; height: auto;overflow: hidden;width: auto;padding:0}
.top-search-box .top-search{opacity: 1;transition: all 0.8s;padding:0;border-radius: 24px;} 
.top-search-box .search-tb{display: none;}
/* .top-search-box .top-search.show {opacity: 0;overflow: hidden;transition: all 0.9s;} */

.down-list{margin-top: 30px;}

@media(max-width:768px){
    .top-mb-search-box .search-group .form-control{border:none;height:34px;line-height:34px;}
    .top-mb-search-box .search-group .btn{height:26px;}
    .top-mb-search-box .search-group i{font-size:18px;color:#fff}
}

/*banner*/
.banner-text{text-align: left;}
.index-banner .h5{font-size: 20px;line-height: 28px;color: #6f6f6f;font-weight: 500;display: flex;margin-bottom: 25px;}
.index-banner .h5 p::after{content: "/";font-weight: 300;color: var(--public-color);font-size: 20px;line-height: 28px;padding: 0 8px;}
.index-banner .h5 p:last-child::after{display: none;}
.index-banner .text{color: #3e3e3e;font-weight: 300;opacity: .7;margin-bottom: 45px;}
.index-banner .banner-text{padding-bottom: 100px;}
.banner h1{font-size: 72px;line-height: 74px;font-family: 'Source Sans 3';font-weight: 600;color: #3e3e3e;margin-bottom: 20px;}
.all-banner h1{color: #fff;text-align: center;letter-spacing: -1px;line-height: 88px;}
.all-banner h1 span{color: var(--public-color);}
.all-banner .cont-box{width: 80%;margin-left: auto;margin-right: auto;}

.footer{background-color: #1e222b;padding-top: 98px;padding-bottom: 35px;}
.footer .font-sty{color: #b9b9b9;font-size: 14px;line-height: 26px;opacity: .65;font-weight: 400;}
.footer a.font-sty:hover{color: #f5f5f5 !important;opacity: .7;text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;}
.footer-top{padding-bottom: 50px;border-bottom: 2px solid rgba(157, 157, 157, .1);}
.footer-top .text{color: #fff;font-size: 20px;line-height: 56px;font-weight: 400;margin-right: 35px;}
.footer-top .contact{cursor: pointer;}
.footer-middle{padding-top: 45px;margin-bottom: 100px;}
.footer-middle .t1{font-size: 24px;line-height: 32px;color: #fff;font-weight: 400;margin-bottom: 30px;}
.footer-middle .list-1 .icon{width: 7%;line-height: 26px;display: block;color: #b9b9b9;}
.footer-middle .list-1 .font-sty{width: 93%;}
.footer-middle .list-1 p{display: flex;justify-content: space-between;}
.footer-middle .list-1 .d1{margin-bottom: 20px;}
.footer-middle .list-1 .d1:last-child{margin-bottom: 0;}
.footer-middle .list-1{width: 34%;}
.footer-middle .list-2{width: 33%;}
.footer-middle .list-2 .box{display: flex;flex-direction: column;flex-wrap: wrap;height: 170px;align-content: space-between;}
.footer-middle .list-2 a{width: 50%;margin-bottom: 20px;display: inline-block;}
.footer-middle .list-3 a{width: 50%;margin-bottom: 20px;display: inline-block;}
.footer-middle .list-3{width: 23%;}
.footer-middle .list-3 .box{display: flex;flex-direction: column;flex-wrap: wrap;height: 100px;}
.footer-bottom p{font-size: 14px;line-height: 29px;color: #fff;font-weight: 400;opacity: .68;}
.social>span,.social>a,.social>span.share-twitter{background-color: transparent !important;padding: 0 !important;color: #b9b9b9 !important;font-size: 20px;}
.social>span.share-twitter::before,.social>a.social-youtube::before{font-size: 21px;}
.social>span,.social>a.social-pinterest {width: 20px;height: 21px;background-color: #b9b9b9 !important;color: #1e222b !important;border-radius: 2px !important;display: flex;justify-content: center;align-items: center;}
.footer-bottom .social>div{margin-left: 18px;font-size: 22px;}
.social>a{font-size: 22px;}
.social>span.share-twitter{font-size: 25px !important;}
.social .hover-2:hover{color:var(--public-color) !important;background-color: transparent !important;}
.social .hover-1:hover{background-color: var(--public-color) !important;}

.small-nav{display: flex;align-items: center;padding-top: 35px;margin-bottom: 75px ;}
.small-nav ul{display: flex;align-items: center;flex-wrap: wrap;}
.small-nav ul a{font-size: 16px;line-height: 28px;color:#777777;font-weight: 400;text-transform: capitalize;}
.small-nav ul li::after{content: "\f054";font-family: 'cmsfont';padding:0 20px;font-size: 14px;line-height: 28px;color: #777777;font-weight: 400;}
.small-nav ul li:last-child::after{display: none;}
.small-nav ul li:last-child a::after{content: "";width: 100%;height: 1px;background-color: #3e3e3e;position: absolute;left: 0;bottom: 6px;}
.small-nav ul li:last-child a{color: #3e3e3e;font-weight: 500;position: relative;}
.small-nav ul li{display: flex;}


/*共有的类名*/
.h1{font-size: 40px;line-height: 64px;font-family: 'Source Sans 3';font-weight: bold;letter-spacing: -1px;color: var(--public-color);}
.title{font-size:44px;line-height:64px;color: #3e3e3e;font-weight: 600;font-family: 'Source Sans 3';}
.title span{color: var(--public-color);}
.text span{color: var(--public-color);}
.text p{margin-bottom: 25px;}
.dfrsb{display: flex;justify-content: space-between;}
.dfrsbc{display: flex;justify-content: space-between;align-items: center;}
.dfcsb{display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.dfcsbc{display: flex;flex-direction: column;justify-content: space-between;}
.dfrcc{display:flex;justify-content: center;align-items: center;}
.ul p{position: relative;padding-left: 30px;margin-bottom: 0px;}
.ul p::before{content: '\f00c';font-family: 'cmsfont';line-height: 32px;font-size: 18px;position: absolute;left: 0;top: 0px;color: #d81e06;font-weight: bold;}
.top-head.t-h-c{text-align: center;margin-left: auto;margin-bottom: auto;}
.h6{font-size: 20px;line-height: 32px;font-weight: 400;margin-bottom: 10px;}
.img img.block{display: block;animation: bounceIn 1s;}
.img img.red{display: none;animation: bounceIn 1s;}



.index-paper{margin-top:150px}
.index-pro-box .title{margin-bottom:20px}
.index-pro-box .top-head{margin-bottom:50px}
.index-pro-box .top-head .content{margin-top:50px;padding-left:30px;padding-right:30px}
.index-pro-box .top-head .list{display:flex;align-items:flex-start;justify-content:space-between;color:#898989;width:30%}
.index-pro-box .top-head .small-img{width:16%}
.index-pro-box .top-head .list .text{font-size:20px;line-height:32px;text-align:left;width:81%}
.index-pro-box .top-head .text span{font-weight:500}
.index-pro .t1{font-size:36px;line-height:52px;color:#3e3e3e;font-family:'Source Sans 3';font-weight:600;margin-bottom:5px}
.index-pro .model{font-size:14px;line-height:32px;color:#989da8;font-weight:500;display:flex;margin-bottom:30px}
.index-pro .model p{position:relative}
.index-pro .model p::after{content:"";width:1px;height:15px;background-color:rgba(110,120,139,.5);display:inline-block;margin-left:15px;margin-right:15px}
.index-pro .model p:last-child::after{display:none}
.index-pro .items .text{margin-bottom:15px;line-height:28px}
.index-pro .items .z1-list{margin-bottom:20px}
.index-pro .items .z1-list p{display:flex;font-size:16px;line-height:24px;margin-bottom:10px}
.index-pro .items .z1-list p span{width:30px;margin-right:10px}
.index-pro .img-box{display:flex}
.index-pro .img-box .img{width:25%;background-color:rgba(152,157,168,1);box-shadow:0px 4px 8px 1px rgba(34,34,34,0.05);border-radius:8px}
.index-pro .img-box .img + .img{margin-left:15px}
.index-pro .items .left{width:38%}
.index-pro .items .right{width:75%}
.index-pro .items:nth-child(odd) .right .pro-img{margin-right:-100px}
.index-pro .items:nth-child(even) .right .pro-img{margin-left:-145px}
.index-pro .items:nth-child(even) .left{width:40%}
.index-pro .items:nth-child(even){flex-direction:row-reverse}
.index-pro .items{margin-bottom:105px}
.index-pro .items:last-child{margin-bottom:0}
.index-pro .content{margin-top:90px}
.index-pro .content .big-img{background-color:rgba(255,255,255,1);box-shadow:0px 7px 26px 3px rgba(63,67,72,0.06);border-radius:8px;padding:85px 35px 80px 55px;position:relative}
.index-pro .content .big-img .img{height:350px;display:flex;justify-content:center;align-items:center}
.index-pro .content .small-img{position:absolute;left:38px;top:32px;z-index:1;border-radius:100%;overflow:hidden}
.index-pro .content .list{display:flex;flex-direction:column;align-items:center}
.index-pro .col-md-4{padding-left:20px;padding-right:20px}
.index-pro .row{margin-left:-20px;margin-right:-20px}
.index-pro .t2{font-size:20px;border-radius:4px;margin-top:-28px;font-weight:500}
.index-pro .content .text{line-height:32px;text-align:center;color:rgba(62,62,62,.7);margin-top:25px}
.index-pro{margin-bottom:180px}
.index-about .content{align-items:flex-end}
.index-about .left{width:48%;margin-bottom:150px;margin-top:110px}
.index-about .left .text{opacity:.7;line-height:32px;margin-bottom:65px}
.index-about .right{width:49%}
.index-about .right img{border-radius:8px}
.index-about::before{content:"";width:65%;height:100%;background-color:#1e222b;border-radius:0 8px 8px 0;position:absolute;left:0;bottom:0;z-index:-1}
.index-about{position:relative;color:#fff}
.index-about .title{color:#fff;margin-bottom:25px}
.index-about-box .small-box{background-color:#ffffff;box-shadow:0px 25px 49px 0px rgba(0,0,0,0.05);border-radius:8px;padding:60px 95px 50px;margin-top:-85px;position:relative;z-index:1}
.index-about-box .h3{font-size:48px;line-height:64px;color:#3e3e3e;font-weight:500;display:flex;margin-bottom:10px}
.index-about-box .h3 .s1{font-size:24px;line-height:42px;color:#231f20;font-weight:500}
.index-about-box .h3 .s2{font-size:18px;line-height:42px;color:#231f20;font-weight:300;display:inline-flex;align-items:flex-end}
.index-about-box .small-box p{color:#3e3e3e;opacity:.7}
.index-about-box .l-box{display:flex;flex-direction:column;align-items:center}
.index-about-box .list:nth-child(3) .h3{color:var(--public-color) !important}
.index-about-box .list:nth-child(3) .h3 .s1{color:var(--public-color) !important}
.index-about-box .list:nth-child(3) p{opacity:1}
.index-about-bg::before{height:100% !important}
.index-service{padding-top:10px;margin-bottom:175px;position:relative}
.index-service::after{content:"";background:url(../../images/index-14.webp) no-repeat center;background-size:auto;background-position-x:center;width:100%;height:600px;position:absolute;top:200px;left:auto;right:auto;z-index:-1;mix-blend-mode:multiply}
.index-about-bg{position:relative}
.index-service::before,.index-about-bg::before{content:"";width:100%;height:78%;background-color:rgba(247,248,248,.7);position:absolute;top:0;left:0;z-index:-2}
.index-service .title{margin-bottom:15px}
.index-service .top-head .text{color:#898989}
.index-service .top-head .text strong{font-weight:500}
.index-service .top-head{margin-bottom:60px;padding-top:200px}
.index-service .small-box{width:90%;margin-left:auto;margin-right:auto;background-color:#ffffff;box-shadow:0px 8px 22px 2px rgba(52,52,52,0.05);border-radius:8px;padding-left:75px;padding-right:75px;height:125px;display:flex;align-items:center;margin-bottom:55px}
.index-service .small-box .list{display:flex;align-items:center;color:#3e3e3e;height:100%;position:relative}
.index-service .small-box .list::after{content:"";width:100%;height:4px;background-color:transparent;position:absolute;bottom:0;left:0;transition:all .4s}
.index-service .small-box .list.active::after{background-color:var(--public-color)}
.index-service .small-box .list.active img.red{display:block}
.index-service .small-box .list.active img.block{display:none}
.index-service .small-box .img{margin-right:25px}
.index-service .small-box strong{font-weight:500}
.all-service img{border-radius:7px}
.all-service{background-color:#ffffff;box-shadow:0px 16px 49px 0px rgba(0,0,0,0.05);border-radius:8px;padding-top:55px;padding-bottom:45px;position:relative}
.all-service img,.all-service .img{border-radius:7px}
.all-service .next-2{margin-right:-40px;transform:rotate(180deg)}
.all-service .prev-2{margin-left:-40px}
.all-service .all-hover:hover{color:#3e3e3e}
.all-service .all-hover{top:50%;opacity:1;color:rgba(51,51,51,.5);transition:all .6s}
.all-service .all-hover.swiper-button-disabled{color:rgba(51,51,51,.5)}
.index-faq{margin-bottom:135px}
.index-faq .title{margin-bottom:10px}
.index-faq .left{width:32%}
.index-faq .left .text p{margin-bottom:0;color:#3e3e3e}
.index-faq .right{width:52%}
.index-faq .items{color:#000;padding:10px 30px 25px 32px;border-radius:8px;animation:fadeIn 1s;cursor:pointer}
.index-faq .items:last-child{margin-bottom:0 !important}
.index-faq .quen-q{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}
.index-faq .items.active{background-color:#ffffff;box-shadow:0px 16px 49px 0px rgba(0,0,0,0.05);margin-bottom:50px;padding-top:35px}
.index-faq .items.active .quen-a{display:block;animation:fadeIn .4s}
.index-faq .items .quen-a{display:none;animation:fadeIn .4s}
.faq-paper.index-faq .items.active .quen-q{margin-bottom:15px}
.index-faq .q1{font-size:24px;line-height:32px;font-weight:500;width:95%}
.index-faq .quen-a{font-size:18px;line-height:32px;width:95%;opacity:.7;padding-left:2px}
.index-faq .items .up{display:none;font-size:60px;font-weight:200}
.index-faq .items .up,.index-faq .items .down{transition:all 0.6s ease-in-out;font-style:normal}
.index-faq .items.active .up{display:block}
.index-faq .items.active .down{display:none}
.index-faq .items .q2{color:#000;opacity:.7;font-size:30px}
.index-news{padding-top:165px;padding-bottom:145px;background-color:rgba(247,248,248,.7)}
.index-news .top-head{margin-bottom:70px}
.index-news .box-img{position:relative;margin-bottom:25px}
.index-news .model{position:absolute;right:16px;top:16px;font-size:16px;line-height:30px;background-color:#dbdbdb;border-radius:15px;z-index:1;font-weight:400;padding:0 12px 0 13px;height:30px;opacity:#000}
.index-news .box{padding-left:5px}
.index-news .img,.index-news .img img{border-radius:8px}
.index-news .time{position:relative;line-height:24px;margin-bottom:25px}
.index-news .time::before{content:url(../../images/time.webp);margin-right:10px;line-height:24px}
.index-news .t1{font-size:24px;color:#3e3e3e;font-weight:400;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}
.index-news .msg{margin-top:15px}
.index-news .all-box-btn{display:flex;justify-content:flex-end}
.index-news .all-box-btn .all-hover{position:static;margin-top:0;border-radius:#dbdbdb;color:#dbdbdb;transition:all .6s}
.index-news .all-box-btn .all-hover:hover{border-color:#515151;color:#515151}
.index-news .all-box-btn .all-hover + .all-hover{margin-left:13px}
.index-news .content{margin-bottom:90px}
.all-box-btn .r-btn{width:10%;display:flex;justify-content:flex-end}
.all-box-btn .swiper-pagination-bullet{flex:1;border-radius:0;background-color:#939393;opacity:0.2;height:6px;margin:0 !important}
.all-box-btn .swiper-pagination-bullet-active{background-color:var(--public-color);opacity:1}
.all-box-btn .swiper-pagination{display:flex;align-items:center}
.all-hover{width:67px;height:57px;background-color:#ffffff;border-radius:28px;border:solid 1px #d9d9d9;color:#3e3e3e}
.all-hover::after{display:none}
.all-hover .iconfont{font-size:25px;font-style:normal}

.contact-paper{padding-bottom: 148px;position: relative;}
.contact-paper::after{content: "";background: url(../../images/contact-back.webp) no-repeat;position: absolute;left:77px;bottom: 100px;background-size: contain;width: 406px;height: 185px;z-index: -1;}
.contact-paper .content{align-items: flex-start;}
.contact-paper .top-head{border-bottom: 1px solid rgba(153, 153, 153, .3); padding-bottom: 25px;margin-bottom: 75px;}
.contact-paper .cont-box .img-xl{width:60px;height: 60px;border: solid 1px #d3d3d3;transition: all .6s;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;}
.contact-paper .cont-box img.red{display: inline-block;animation: bounceIn 1s;}
.contact-paper .cont-box img.white{display: none;animation: bounceIn 1s;}
.contact-paper .cont-box .d1:hover img.red{display: none;animation: bounceIn 1s;}
.contact-paper .cont-box .d1:hover img.white{display: inline-block;animation: bounceIn 1s;}
.contact-paper .cont-box .d1:hover .img-xl{background-color: var(--public-color);border-color: var(--public-color);}
.contact-paper .cont-box .d1:hover .h5{color: var(--public-color);}
.contact-paper .cont-box .d1{display: flex;margin-bottom: 40px;}
.contact-paper .cont-box .d1:last-child{margin-bottom: 0;}
.contact-paper .cont-box .cont{padding-left: 24px;}
.contact-paper .cont-box .h5{font-size: 18px;line-height: 28px;}
.contact-paper .cont-box .font-sty{font-size: 18px;line-height: 28px;color:#3e3e3e;font-weight: 400;}
.contact-paper .cont-box .box-1 + .box-1{padding-top: 40px;}
.contact-paper .cont-box .box-1{border-bottom: 1px solid rgba(231, 232, 239,.3);display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 40px;}
.contact-paper .cont-box .box-1:first-child .d1{width: 50%;}
.contact-paper .cont-box .box-1:last-child .d1{width: 75%;}
.contact-paper .cont-pro {padding-top: 40px;}
.contact-paper .cont-pro .t1{font-size: 24px;line-height: 32px;color: #121212;font-weight: 400;margin-bottom: 35px;}
.contact-paper .cont-pro .box{display: flex;justify-content: space-between;flex-wrap: wrap;width: 80%;}
.contact-paper .cont-pro .t2{font-size: 16px;line-height: 32px;display: inline-flex;align-items: flex-start;width: 50%;margin-bottom: 15px;}
.contact-paper .cont-pro .t2::before{content: url(../../images/cont-sign.webp);line-height: 24px;margin-right: 15px;display: inline-block;}
.form-feedback .form-control{border:solid 1px #d3d3d3;border-radius: 8px;padding-left:15px;padding-top: 17px;padding-bottom: 15px;}
.form-feedback .form-control::placeholder{color: #3e3e3e;font-size: 18px;line-height: 28px;font-weight: 300;opacity: .7;}

.form-feedback .btn-box{display: flex;margin-top: 32px;}
.form-feedback .contact-form{padding-left: 103px;padding-right: 80px;}

.contact-paper .left{width: 44%;padding-top: 5px;}
.contact-paper .right{width: 46%;box-shadow: 0px 7px 26px 3px  rgba(53, 3, 1, 0.06);padding-left: 32px;padding-top: 30px;padding-right: 28px;padding-bottom: 40px;}
.contact-paper .right .title{font-size: 40px;letter-spacing: -1px;margin-bottom: 25px;}


.about-paper .title{letter-spacing: -1px;}
.about-paper>.container-xl{margin-bottom:120px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.about-paper .about-img{width:45%;}
.about-paper .about-zhu{width:50%;}
.about-zhu .title{margin-bottom: 15px;}
.about-zhu .text p{margin-bottom:0;}


.about-img>img{border-radius:16px}
.about-img{position:relative;display:flex;justify-content:center;align-items:center}
.about-img .small-img{position:absolute;width:120px;height:120px;border-radius:100%;transition:all .8s;display:inline-flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.5)}
.about-img .small-img img{transition:all .6s;border-radius:100%;width:92px;height:92px}
.about-img .small-img:hover img{transform:scale(1.1)}
.about-img .small-img:hover{background-color:rgba(230,61,51,.3)}
.about-cer .title{margin-bottom:15px}
.about-cer .text strong{font-weight:500;opacity:.8}
.about-cer .text{margin-bottom:25px}
.about-cer .left{width:46%;padding-top:75px}
.about-cer .right{width:40%}
.about-cer{position:relative;margin-bottom:140px}
.about-cer::after{content:"";width:51%;height:57%;background-color:var(--public-color);position:absolute;right:0;top:17%;z-index:-1;border-radius:16px 0px 0px 16px}
.about-work .left{width:48%}
.about-work .right{width:42%;right:65px;padding-top:75px}
.about-work .title{margin-bottom:15px}
.about-work .h5{line-height:40px;margin-bottom:10px}
.about-work .h3{font-size:48px;line-height:40px;display:flex;margin-bottom:15px;padding-left:5px;font-weight:500}
.about-work .list{background-color:#262626;border-radius:8px;color:#fff;padding:20px 25px 25px 25px;height:195px;width:calc(calc(100% - 15px * 2) / 3);display:flex;flex-direction:column;justify-content:flex-end;transition:all .6s}
.about-work .list:hover{background-color:var(--public-color)}
.about-work .list p{font-size:14px;line-height:24px}
.about-work .small-box{width:62%;position:absolute;right:0;bottom:-25px}
.about-work,.about-work-box{position:relative}
.about-work-box::after{content:"";width:100%;height:40%;background-color:rgba(247,248,248,.7);position:absolute;left:0;bottom:0;z-index:-1}
.about-mark .title{margin-bottom:15px}
.about-mark .mark-top .text p{margin-bottom:0}
.about-mark .mark-top .left{width:49%}
.about-mark .mark-top .right{width:49%}
.about-mark .mark-top .right img{mix-blend-mode:multiply}
.about-mark .all-service{margin-top:-25px}
.about-mark .all-service{padding:45px 59px 38px 32px}
.about-mark .all-service .prev-2{margin-left:-55px}
.about-mark .all-service .next-2{margin-right:-55px}
.about-mark{padding-bottom:145px;padding-top:180px;background-color:rgba(247,248,248,.7)}
.service-paper{margin-bottom:90px}
.service-paper .h1,.service-paper .title{font-size:40px;line-height:64px;letter-spacing:-1px;margin-bottom:15px}
.service-paper .content{display:flex;justify-content:space-between;align-items:center}
.service-paper .items-ser .left{width:50%}
.service-paper .items-ser .right{width:46%}
.service-paper .items:nth-child(odd) .right{padding-right:40px}
.service-paper .items:nth-child(even) .content{flex-direction:row-reverse}
.service-paper .items{margin-bottom:155px}
.service-paper .items-com{padding-top:110px;padding-bottom:80px;margin-bottom:145px;background-color:#f9fafa;position:relative}
.service-paper .items-com::after{content:"";width:50%;height:64%;border-radius:0px 16px 16px 0px;background-color:var(--public-color);position:absolute;left:0;bottom:-60px}
.service-paper .items-com .content{position:relative;z-index:1;align-items:flex-start}
.service-paper .items .ul{margin-top:35px}
.service-paper .items .text p{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.service-paper .items .ul p::before{font-size:22px}
.service-paper .items .ul p{padding-left:35px}
.service-paper .left{width:45%}
.service-paper .right{width:44%}
.service-paper .items img{border-radius:8px}
.service-inst .left{width:66%}
.service-inst .left .text{display:flex;justify-content:space-between}
.service-inst .left .text p{width:48%}
.service-inst .left .text strong{font-weight:500;color:#000;opacity:.6}
.service-inst .right{width:36%;margin-right:-55px}
.service-inst{background-color:rgba(247,248,248,.7);padding-top:110px;padding-bottom:105px}
.service-maint{padding-top:115px}
.service-maint .title{text-align:center;margin-bottom:70px}
.service-maint .list{display:flex;align-items:center;flex-direction:column;background-color:#ffffff;box-shadow:0px 9px 43px 0px rgba(40,50,81,0.1);border-radius:8px;width:calc(calc(100% - 30px) / 2);padding:78px 40px 70px 40px;margin-bottom:45px}
.service-maint .t2{font-size:32px;line-height:32px;letter-spacing:-1px;color:#3e3e3e;font-weight:500;margin-bottom:30px}
.service-maint .img{display:flex;justify-content:center;align-items:center;background-color:var(--public-color);width:100px;height:100px;border-radius:100%;margin-bottom:40px}
.service-maint .content{flex-wrap:wrap;align-items:normal}
.quality-paper img{border-radius:8px}
.quality-paper .content{display:flex;justify-content:space-between}
.quality-paper .h1,.quality-paper .title{letter-spacing:-1px;font-size:40px;line-height:64px;margin-bottom:15px}
.quality-paper .ul p::before{font-size:21px}
.quality-paper .text p{margin-bottom:0;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.qualiat-man .left{width:43%}
.qualiat-man .right{width:52%}
.qualiat-man .text{margin-bottom:40px}
.qualiat-man .adv-img{padding-left:6px}
.qualiat-man .h2{font-size:20px;font-family:'Source Sans 3';font-weight:500;text-align:center;padding-top:15px;padding-bottom:10px;color:#fff;background-color:var(--public-color);border-radius:16px}
.qualiat-man .img{background-color:#f9fafa;border-radius:16px;text-align:right;padding:60px 40px 55px 20px}
.qualiat-man{margin-bottom:130px}
.all-quality{background-color:#f9fafa;padding-top:105px;padding-bottom:105px}
.all-quality .content{position:relative}
.all-quality .left{width:43%}
.all-quality .right{width:59%;height:99%;background-color:#ffffff;border-radius:8px;position:absolute;right:0;top:.5%;padding-left:85px;display:flex;align-items:center}
.all-quality .cont-box{width:88%}
.all-quality .text{margin-bottom:30px}
.quality-moulds .text{margin-bottom:45px}
.quality-moulds .left{width:45%}
.quality-moulds .right{width:46%}
.quality-moulds .content{padding-left:65px;padding-right:37px;align-items:center}
.quality-moulds{padding:155px 0}
.quality-ele.all-quality .right{height:84%;top:8%}
.quality-ele.all-quality .cont-box{width:90%}
.product-paper{margin-bottom:245px}
.product-paper .h1,.product-paper .t1{font-size:40px;line-height:64px;letter-spacing:-1px;margin-bottom:15px;font-weight:600;font-family:'Source Sans 3'}
.product-paper .t1{color:#3e3e3e}
.pro-first .left{width:50%}
.pro-first .right{width:42%}
.pro-first{margin-bottom:185px}
.pro-box .box-1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.pro-box .box-1 .text p{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.pro-box .pro-img{width:50%;overflow:visible}
.pro-box .pro-img img{mix-blend-mode:multiply}
.pro-box .cont{width:50%}
.pro-box .h2{font-size:24px;line-height:64px;color:#3e3e3e;font-family:'Source Sans 3';font-weight:600}
.pro-box .box-img img{border-radius:100%}
.pro-box .box-img .img + .img{margin-left:56px;box-shadow:0px 6px 13px 0px rgba(138,26,19,0.1);border-radius:100%}
.pro-box .box-img{display:flex;margin-bottom:-88px}
.pro-box .box-2{border-radius:80px;border:solid 16px #f5f5f7;width:85%;transition:all .6s;margin-left:auto;margin-right:auto;text-align:center;padding-top:15px}
.pro-box .box-2 .content{display:flex;flex-direction:column;align-items:center;width:90%;margin-left:auto;margin-right:auto}
.pro-box .box-2 .text{margin-bottom:35px}
.pro-box .items:hover .box-2{border-color:#e7a6a2}
.pro-box .items{margin-bottom:150px}
.pro-box .items:last-child{margin-bottom:0}
.pro-box .items:nth-child(even) .box-1{flex-direction:row-reverse}
.pro-box .items:nth-child(1) .box-1 .text p{margin-bottom:0}
.pro-box .items:nth-child(1) .pro-img{margin-left:-20px}
.pro-box .items:nth-child(2) .cont{width:44%}
.pro-box .items:nth-child(2) .pro-img{width:54%}
.pro-box .items:nth-child(2){margin-bottom:260px}
.pro-box .items:nth-child(3) .cont{width:41%}
.pro-box .items:nth-child(3) .pro-img{width:55%}
.pro-box .items:nth-child(3) .box-1{margin-bottom:80px}
.pro-box .items:nth-child(3){margin-bottom:200px}
.pro-box .items:nth-child(4) .cont{width:56%}
.pro-box .items:nth-child(4) .pro-img{width:42%}
.pro-box .items:nth-child(4) .box-1{margin-bottom:40px}

.product-list .h1,.product-list .title{font-size: 40px;line-height: 64px;margin-bottom: 15px;}
.pro-list-box .left{width:50%;}
.pro-list-box .right{width: 44%;padding-right: 45px;position: relative;}
.pro-list-box .right .img{border-radius: 8px;overflow: hidden;position: relative;display: flex;justify-content: center;align-items: center;margin-bottom: 25px;}
.pro-list-box .right .img .btn-img{position: absolute;transition: all .6s;}
.pro-list-box .right .img .btn-img:hover img{transform: scale(1.1);}
.pro-list-box .right .img .btn-img img{transition: all .6s;}
.pro-list-box .left .text p {margin-bottom: 0;}
.pro-list-box .left .text{margin-bottom: 25px;font-size: 16px;line-height: 24px;}

.pro-list-box .left .text ul{margin-top: 10px;}
.pro-list-box .left .text li:before { content: "●";  margin-right: 8px; color: var(--public-color); }

.pro-list-box .model-box{display: flex;justify-content: space-between;}
.pro-list-box h4{font-size: 26px;line-height: 48px;color: #3e3e3e;font-weight: 500;margin-bottom: 5px;}
.pro-list-box h4 img{width:100%;height:auto;}
.pro-list-box .list:nth-child(3) h4{line-height: 32px;}
.pro-list-box .list:nth-child(3) p{text-align: center;}
.pro-list-box .model-box p{line-height: 28px;color: #3e3e3e;font-weight: 400;opacity: .7;}
.pro-list-box .list{width: 30%;}
.pro-list-box .pro-box-1{margin-bottom: 80px;}
.pro-list-box .box-img{display: flex;margin-bottom: 135px;}
.pro-list-box .box-img .img + .img{margin-left: 30px;}
.pro-list-box .box-img .img img,.pro-list-box .box-img .img{border-radius: 7px;}
.pro-list-box .content{padding-left: 77px;padding-right: 55px;}
.pro-list-box .items{display: flex;background-color: #f4f4f4;border-radius:16px;margin-bottom: 40px;}
.pro-list-box .items .t1{padding-left: 12px;font-size: 32px;line-height: 48px;color: #000;font-weight: 500;margin-bottom: 10px;}
.pro-list-box .items .model{padding-left: 12px;padding-bottom: 25px;border-bottom: 1px solid #e1e1e1;;}
.pro-list-box .items .model span{font-weight: 500;color: var(--public-color);}
.pro-list-box .items em{font-style: normal;color: #777777;display: inline-block;width: 35%;}
.pro-list-box .items strong{font-weight: 500;color: #3e3e3e;display: inline-block;width: 65%;}
.pro-list-box .items .box-cont{width: 46%;padding-left: 20px;display: flex;justify-content: center;align-items: center;}
.pro-list-box .items .box{width: 80%;}
.pro-list-box .items .pro-img{width: 54%;background-color: #f9fafa;border-radius: 16px;overflow: hidden;}
.pro-list-box .items .pro-img img{mix-blend-mode: multiply;}
.pro-list-box .items .cont{margin-top: 25px;padding-left: 10px;}
.pro-list-box {margin-bottom: 150px;}
.pro-adv{background-color: #f9fafa;padding-top: 110px;padding-bottom: 40px;margin-bottom: 160px;}
.pro-adv .title{text-align: center;margin-bottom: 90px;}
.pro-adv .t2{font-size: 24px;font-weight: 500;color: #3e3e3e;}
.pro-adv .d{display: flex;}
.pro-adv .num-xl{width: 32px;height: 32px;background-color: var(--public-color);border-radius: 4px;text-align: center;color: #fff;font-size: 24px;line-height: 32px;}
.pro-adv .num{margin-right: 16px;margin-bottom: 30px;}
.pro-adv .content{display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro-adv .list{width: 30%;margin-bottom: 60px;}
.pro-adv .list-img img{mix-blend-mode: multiply;}
.pro-app{padding-bottom: 120px;}
.pro-app .top-head{margin-bottom: 45px;width: 65%;}
.pro-app .big-box{position: relative;border-radius: 16px;}
.pro-app .box{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;color: #fff;text-align: center;display: flex;flex-direction: column;justify-content: flex-end;padding:20px 50px 35px;}
.pro-app .h3{font-size: 24px;line-height: 32px;font-family: 'Source Sans 3';font-weight: 500;margin-bottom: 15px;transition: all .6s;}
.pro-app .box .text{display: none;animation: fadeInUp .6s;}
.pro-app .col-md-3{padding-left: 17px;padding-left: 17px;margin-bottom: 32px;}
.pro-app .row{margin-left: -17px;margin-right: -17px;}
.pro-app .big-box:hover .text{display: block;}
.pro-app .big-box::after{content: '';width: 100%;height: 100%;background-color: rgba(27, 27, 27, 0);position: absolute;left: 0;top: 0;z-index: 0;border-radius: 16px;transition: all .6s;}
.pro-app .big-box:hover::after{background-color: rgba(27, 27, 27, .4);}
.product-list .index-faq .title{line-height: 56px;}
.product-list .index-faq .text{opacity: .7;}
.product-list .index-faq{background-color: #f9fafa;padding-top: 115px;padding-bottom: 90px;margin-bottom: 0;}


.pro-in-first .model{font-size:32px;line-height:32px;color:var(--public-color);font-family:'Source Sans 3';font-weight:bold}
.pro-in-first .h1{color:#3e3e3e;font-weight:bold;letter-spacing:-1px;margin-bottom:10px}
.pro-in-first .text{margin-bottom:90px}
.pro-in-first .left{width:39%}
.pro-in-first .right{width:56%}
.pro-in-first .right .big-img img{mix-blend-mode:darken}
.pro-in-first .right .big-img{background-color:#fff;position:relative}
.pro-in-first .all-btn::after{display:none}
.pro-in-first .all-btn{font-size:1.8rem;z-index:2;color:#999999}
.pro-in-first .social>span.hover-2,.pro-in-first .social>a.hover-2{color:#e7a6a2 !important}
.pro-in-first .social>span.hover-1,.pro-in-first .social>a.hover-1{color:#fff !important;background-color:#e7a6a2 !important}
.pro-in-first .social>div{margin:0 9px}
.pro-in-first .cont{margin-right:15px;cursor:pointer}
.pro-in-first .left .box{display:flex;align-items:center;flex-wrap:wrap}
.pro-in-first .left .box span{font-size:16px;line-height:28px;color:#777777;font-weight:400}
.pro-in-first .swiper-button-product-prev{left:0}
.pro-in-first .swiper-button-product-next{right:0}
.pro-in-first{margin-bottom:115px}
.p-i-content{margin-top:140px}
.p-i-content .title,.p-i-pro .title{letter-spacing:0px;width:25%;font-size:24px !important;line-height:28px !important;color:#3e3e3e;font-weight:500;font-family:'Roboto'}
.p-i-content>div{display:flex;flex-wrap:wrap;justify-content:space-between}
.p-i-content .content{width:74%}
.p-i-content img{max-width:100% !important;height:auto !important;border-radius:7px}
.p-i-content .text p{margin-bottom:0}
.p-i-desc .box-img{width:95%;margin-top:40px}
.p-i-desc .box-img img + img{margin-left:40px}
.p-i-desc .box-img .img:first-child{margin-bottom:35px}
.p-i-desc{margin-bottom:130px}
.p-i-param{margin-bottom:150px}
.p-i-high{margin-bottom:150px}
.p-i-equip .t3{font-size:20px;line-height:32px;color:#3e3e3e;font-weight:500;text-align:center;margin-top:25px}
.p-i-equip .col-md-3{padding-left:12px;padding-right:12px}
.p-i-equip .row{margin-left:-12px;padding-right:-12px}
.p-i-equip{margin-bottom:130px}
.p-i-pro{background-color:#fff;margin-bottom:0;padding-top:100px;padding-bottom:150px}
.p-i-pro .index-pro .content .big-img{padding:70px 0 33px;max-width:100%}
.p-i-pro .index-pro{margin-bottom:0;display:flex;justify-content:space-between;flex-wrap:wrap}
.p-i-pro .col-md-4{padding-left:16px;padding-right:16px}
.p-i-pro .row{margin-left:-16px;margin-right:-16px}
.p-i-pro .content{width:81%;margin-top:0}
.p-i-pro .title{width:18%}
.p-i-pro .index-pro .t2{background-color:#1e222b;border-radius:24px;color:#fff;overflow:hidden;display:flex;align-items:center}
.p-i-pro .index-pro .t2:hover{border-color:var(--public-color);background-color:var(--public-color)}
.p-i-pro .index-pro .content .text{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.p-i-pro .index-pro .content .small-img{left:22px;top:26px}
.p-i-pro .list .img{display:flex;justify-content:center;align-items:center}
.p-i-pro .list .img img{width:100%;height:auto;max-width:none}
.detail-nav{border-bottom:1px solid #e7e8ef}
.detail-nav a{font-size:18px;line-height:28px;color:#777;font-weight:500;opacity:.7;position:relative;padding-bottom:28px;display:flex;justify-content:center;align-items:center}
.detail-nav a::after{content:'';width:0%;height:3px;background-color:var(--public-color);bottom:-1px;position:absolute;border-radius:2px;transition:all .6s}
.detail-nav a.active::after,.detail-nav a:hover::after{width:100%}
.detail-nav a.active{color:var(--public-color);opacity:1}
.detail-nav-xl{display:flex;justify-content:space-around;width:80%}
.detail-nav.fadeInDown{background-color:#fff;z-index:5;position:fixed;left:0;right:0;top:80px;height:52px;width:100%;margin:0 auto}
.detail-nav-xl.fadeInDown{max-width:1400px}
.detail-nav.fadeInDown a{padding-bottom:10px;padding-top:10px}
.detail-nav.fadeInDown a::after{bottom:-3px}
.all-nav{display:flex}
.all-nav li{margin-right:15px}
.all-nav li:last-child{margin-right:0}
.all-nav .more-6-1.active{color:#fff!important;background-color:var(--public-color);border:1px solid var(--public-color);box-shadow:inset 0 -100px 0 0 var(--public-color)}
.all-nav .more-6-1{padding:0 25px;border-radius:24px;border:solid 1px #d0d0d0;background-color:#fff}
.all-nav .more-6-1:hover{border-width:1px;color:#fff!important}
.news-paper .h1{border-bottom:1px solid rgba(153,153,153,.3);padding-bottom:45px;margin-bottom:45px}
.news-paper .content{margin-top:50px}
.news-paper .list{background-color:#f7f8f8;padding:32px 25px 25px 25px;border-radius:10px;height:100%}
.news-paper .t1{font-size:24px;line-height:32px;font-weight:500;color:#3e3e3e;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.news-paper .cont{padding-top:25px}
.news-paper .cont>div{display:flex;justify-content:space-between;align-content:center;margin-top:20px;font-size:16px;font-weight:400;color:#4a4a44}
.news-paper .col-md-4{padding-left:12px;padding-right:12px;margin-bottom:32px}
.news-paper .row{margin-left:-12px;margin-right:-12px}
.news-paper .img,.news-paper .img img{border-radius:8px}
.news-paper{padding-bottom:145px}


/*news-in-paper*/
.news-in-paper .top-content{margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid rgba(10,68,132,.1)}
.news-in-paper .h1{font-size:40px;line-height:48px;color:#3e3e3e;font-weight:500;font-family:'Source Sans 3';letter-spacing:0}
.news-in-paper .type{display:flex;align-items:center;font-size:16px;margin-top:15px;padding-bottom:25px;color:rgba(18,18,18,.7);font-weight:400;border-bottom:2px solid rgba(153,153,153,.3);position:relative;padding-left:10px}
.news-in-paper .type::before{content:'';width:1px;height:16px;background-color:var(--public-color);position:absolute;left:0;top:8px}
.news-in-paper .type>div + div{margin-left:32px}
.news-in-paper .bottom-content{display:flex;justify-content:space-between;font-size:18px}
.news-in-paper .article{width:70%}
.news-in-paper .article .content{border-bottom:2px solid rgba(153,153,153,.3);padding-bottom:40px;padding-top:45px}
.news-in-paper .article .content img{max-width:100% !important;height:auto !important;border-radius:8px !important}
.news-in-paper .article .content p{margin-bottom:0px}
.news-in-paper .article .content p:last-child{margin-bottom:0}
.news-in-paper .article .content h4{font-size:24px;line-height:32px;color:#3e3e3e;font-weight:400;margin-bottom:15px}
.news-in-paper .box-tail{font-size:18px;line-height:28px;margin-top:25px;display:flex;justify-content:space-between}
.news-in-paper .box-tail .left{width:65%}
.news-in-paper .box-tail .right{width:30%;display:flex;justify-content:flex-end}
.news-in-paper .box-tail p{display:flex;align-items:center}
.news-in-paper .box-tail p a{display:inline-block;transition:all .6s;color:#3e3e3e;opacity:.7;font-size:16px;line-height:32px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}
.news-in-paper .box-tail p a:hover{opacity:1;color:#3e3e3e !important;text-decoration:underline;text-decoration-skip-ink:none;text-underline-offset:3px}
.news-in-paper .box-tail p span{color:var(--public-color);display:inline-block;font-weight:600;margin-right:8px}
.news-in-paper .box-tail p:first-child{margin-bottom:15px}
.news-in-paper .social + .social{margin-left:3px}
.news-in-paper .social{width:37px;height:25px;border-radius:5px;display:inline-flex;justify-content:center;align-items:center}
.news-in-paper .social>span,.news-in-paper .social>a{font-size:16px !important;background-color:transparent !important;color:#fff !important}
.news-in-paper .social>span.share-twitter::before,.news-in-paper .social>a.social-youtube::before{font-size:16px}
.news-in-paper .aside{width:26%}
.news-in-paper .aside .h2{font-size:24px;margin-bottom:45px;color:#121212;font-weight:400}
.news-in-paper .aside .aside-box{padding-left:17px;position:relative;margin-bottom:80px}
.news-in-paper .aside .aside-box::before{content:"";width:1px;height:94%;background-color:rgba(62,62,62,.3);position:absolute;left:0;top:3%}
.news-in-paper .aside .aside-box .model{font-size:12px;line-height:12px;width:130px;height:27px;display:flex;align-items:center;justify-content:center;color:var(--public-color);font-weight:bold;margin-bottom:10px;background-color:rgba(230,0,18,.1)}
.news-in-paper .aside .aside-box .items{padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px dashed rgba(51,51,51,.2);margin-bottom:20px;color:#999999;font-weight:600}
.news-in-paper .aside .aside-box>.items:nth-of-type(3){margin-bottom:0}
.news-in-paper .aside .aside-box>.items .img{width:36%;display:flex;justify-content:center;align-items:center;height:80px}
.news-in-paper .aside .aside-box>.items img{height:100%;width:auto}
.news-in-paper .aside .aside-box>.items .box{width:59%;display:flex;flex-direction:column;justify-content:space-between}
.news-in-paper .aside .aside-box .t2{font-size:16px;line-height:24px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:15px;display:inline-flex;justify-content:center;align-items:center;position:relative}
.news-in-paper .aside .aside-box .t2:last-child{margin-bottom:0}
.news-in-paper .aside .aside-box .t2::after{content:"";width:0%;height:1px;background-color:#f3afad;position:absolute;bottom:0;transition:all .6s}
.news-in-paper .aside .aside-box .t2:hover::after{width:100%}
.news-in-paper .aside .aside-box .text .h3 a:hover{color:var(--public-color)}
.news-in-paper .aside .aside-box .text .cont{font-size:14px;line-height:20px;color:#666666;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;height:35px;-webkit-box-orient:vertical;margin-top:10px;margin-bottom:15px}
.news-in-paper .aside-box-1::before{content: "";width: 100%;height: 15px;background-color: var(--public-color);position: absolute;top: 0;left: 0;}
.news-in-paper .aside-box-1::after{content: "";width: 100%;height: 15px;background-color: var(--public-color);position: absolute;bottom: 0;left: 0;}
.news-in-paper .aside-box-1{background-color:#f6f6f6;padding: 45px 40px 35px 40px;border-radius: 16px;overflow: hidden;position: relative;}
.news-in-paper .aside-box-1.fadeInDown{position: fixed;top: 0;right: auto;}
.news-in-paper .aside-box-1 .t1{font-size: 24px;line-height: 32px;font-weight:600;font-family: 'Source Sans 3';color:#3e3e3e;margin-bottom: 30px;}
.news-in-paper .aside-box-1 .form-row>[class*="col-"]{padding: 0;}
.news-in-paper .aside-box-1 .form-row>.col{padding: 0;}
.news-in-paper .aside-box-1 .form-row{margin-right: 0;margin-left: 0;}
.news-in-paper .aside-box-1 .form-control::placeholder{color:#3e3e3e;opacity: .7;font-size: 18px;line-height: 28px;font-weight: 300;}
.news-in-paper .aside-box-1 .form-control:focus::placeholder{color:#333333;opacity: 1;}
.news-in-paper .aside-box-1 .form-control{border-color: transparent;}
.news-in-paper .aside-box-1 .form-control:focus{background-color: #fff;}
.news-in-paper .aside-box-1 .form-group{margin-bottom: 12px;}
.news-in-paper .aside-box-1 .form-feedback .form-control {padding-left: 24px;border-radius: 8px;}
.news-in-paper .aside-box-1 .red{display: none ;animation: bounceIn .6;}
.news-in-paper .aside-box-1 .more-6:hover .red{display: block;}
.news-in-paper .aside-box-1 .more-6:hover .white{display: none;}
.news-in-paper .aside-box-1 .more-6 .white{display: block ;animation: bounceIn .6;}
.news-in-paper .aside-box-1 .more-6 img{padding-left: 15px;}
.news-in-paper .aside-box-1 .btn-box{margin-top: 20px;}
.news-in-paper .aside-box-1 .form-feedback .form-control{padding-top: 14px;padding-bottom: 12px;}
.news-in-paper .all-product .col-md-4{padding-left: 36px;padding-right: 36px;}
.news-in-paper .all-product .row{margin-left: -36px;margin-right: -36px;}
.news-in-paper .main-top{display: flex;justify-content: space-between;flex-direction: row-reverse;margin-bottom: 140px;}
.news-in-paper .news-pro .title{color: #3e3e3e;font-size: 40px !important;line-height: 56px !important;font-family: 'Source Sans 3';font-weight: 600;margin-bottom: 80px;text-align: center;letter-spacing: -1px;width: 100%;}
.news-in-paper .index-pro .content{margin-top: 0;width: 100%;}
.news-in-paper .news-pro.p-i-pro .index-pro{display: block;}
.news-in-paper .news-pro .col-md-4{padding-left: 20px;padding-right: 20px;}
.news-in-paper .news-pro .row{margin-left: -20px;margin-right: -20px;}
.news-in-paper .news-pro .small-img{left: 33px;top: 40px;}

@media(max-width:1320px){
    .news-in-paper .aside-box-1{padding: 40px 35px 50px 35px}
}

.news-in-paper .all-nav .more:first-child:before{width:15em}
.news-in-paper .all-nav .more::before{width:20em}
.news-in-paper .all-nav-hr hr{width:100%}

@media(max-width:768px){
    .news-in-paper{margin-bottom:30px;margin-top:30px;padding-top:0px}
    .news-in-paper .main-top{flex-wrap:wrap}
    .news-in-paper .article{width:100%}
    .news-in-paper .aside{width:100%;margin-top:0}
    .news-in-paper h1{margin-top:30px}
    .news-in-paper .type{font-size:14px;line-height:20px;margin-top:20px;padding-top:0}
    .news-in-paper .article .content{line-height:20px;font-size:14px;padding-top:20px;padding-bottom:20px}
    .news-in-paper .article .content p{margin-bottom:10px}
    .news-in-paper .box-tail{font-size:16px;line-height:24px;margin-top:20px}
    .news-in-paper .box-tail p:first-child{margin-bottom:15px}
    .news-in-paper .box-tail .right{margin-bottom:20px}
    .news-in-paper .aside .aside-box .text .h3 a{line-height:24px}
    .news-in-paper .aside .aside-box{padding-bottom:30px}
    .news-in-paper .aside-box-1{padding:15px}
    .news-in-paper .aside-box-1 .t1{font-size:18px;line-height:26px}
    .news-in-paper .main-top{margin-bottom:30px}
    .news-in-paper .article .content iframe{width:100%!important}
    .news-in-paper .article .content{font-weight:400}
}


.faq-paper{padding-bottom:50px}
.faq-paper .h1{margin-bottom:15px}
.faq-paper .top-head{margin-bottom:65px}
.faq-paper .top-head .text{font-size:20px;font-weight:400}
.faq-paper .title{font-size:32px;line-height:32px;letter-spacing:-1px;font-weight:500;width:20%;padding-left:3px}
.faq-paper .content>div{display:flex;justify-content:space-between;border-top:1px solid rgba(153,153,153,.3);padding-top:80px;margin-bottom:105px}
.faq-paper .content .box-content{width:65%}
.faq-paper .quen-q{font-size:24px;font-weight:500;color:#3e3e3e;margin-bottom:15px}
.faq-paper .quen-a{font-size:18px}
.faq-paper .items{margin-bottom:55px}
.faq-paper .items:last-child{margin-bottom:0}

.cust-paper .h1{margin-bottom:15px}
.cust-paper .top-head .text{width:65%}
.cust-paper .top-head{padding-bottom:50px;border-bottom:1px solid rgba(153,153,153,.3);margin-bottom:55px}
.cust-paper .col-md-4{padding-left:16px;padding-right:16px;margin-bottom:32px}
.cust-paper .row{margin-left:-16px;margin-right:-16px}
.cust-paper .t2{background-color:#f9fafa;text-align:center;padding-top:15px;padding-bottom:15px;color:#3e3e3e;font-weight:400;display:block}
.cust-paper .img{margin-bottom:12px}
.cust-paper{margin-bottom:150px}
.more-6{position:relative;display:inline-flex;align-items:center;height:48px;padding:0 40px;font-weight:400;font-size:16px;line-height:24px;text-align:center;text-decoration:none;color:#fff;background:var(--public-color);transition:ease-out 0.5s;border-radius:24px;border:2px solid var(--public-color);box-shadow:inset 0 0 0 0 #f0f2f5}
.more-6:hover{color:var(--public-color);background-color:#f0f2f5;border:2px solid #f0f2f5;box-shadow:inset 0 -100px 0 0 #f0f2f5}
.more-6:active{transform:scale(1)}
.more-6-1{position:relative;display:inline-flex;align-items:center;height:68px;padding:0 40px;font-weight:400;font-size:16px;line-height:24px;text-align:center;text-decoration:none;color:#3e3e3e;background:#f0f2f5;transition:ease-out 0.5s;border-radius:24px;border:2px solid #f0f2f5;box-shadow:inset 0 0 0 0 var(--public-color)}
.more-6-1:hover{color:#f0f2f5 !important;background-color:var(--public-color);border:2px solid var(--public-color);box-shadow:inset 0 -100px 0 0 var(--public-color)}
.more-6-1:active{transform:scale(1)}

@media(max-width:1670px){
    .index-pro .items:nth-child(even) .right .pro-img{margin-left: -100px;}
    .index-pro .items:nth-child(odd) .right .pro-img {margin-right: -80px;}
    .index-service .max-1560px{max-width: 1520px;}
    .all-service .max-1560px>.container-xl{max-width: 1400px;}
}
@media(max-width:1650px){
    .index-news .max-1630px{max-width: 1580px;}
}
@media(max-width:1600px){
    .index-pro .items:nth-child(even) .right .pro-img{margin-left: -60px;}
    .index-pro .items:nth-child(odd) .right .pro-img {margin-right: -60px;}
    .index-service .max-1560px{max-width: 1430px;}
    .all-service .max-1560px>.container-xl{max-width: 1365px;}
    .index-about .container-xl.m-right{padding-left: 16px;}
    .index-about::before{height: 95%;}
    .index-news .max-1630px{max-width: 1530px;}
    .contact-paper::after{left: 0;}
}
@media(max-width:1530px){
    .all-service .max-1560px>.container-xl{max-width: 1260px;}
    .all-service .prev-2{margin-left: 0;}
    .all-service .next-2{margin-right: 0;}
    .index-news .max-1630px{max-width: 1480px;}
    .service-inst .right {margin-right: 0;width: 36%;}
    .service-inst .left{width: 60%;}
}
@media(max-width:1510px){
    .about-mark .all-service .prev-2 {margin-left: 0;}
    .about-mark .all-service .next-2{margin-right: 0;}
    .about-mark .all-service {padding: 45px 85px 38px 85px;}
}
@media(max-width:1500px){
    .index-pro .items:nth-child(even) .right .pro-img{margin-left: -20px;}
    .index-pro .items:nth-child(odd) .right .pro-img {margin-right: -40px;}
    .index-news .max-1630px{max-width: 1430px;}
    .index-news .container-xl.m-right{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
    .index-news .t1 {font-size: 20px;}
}
@media(max-width:1450px){
    .row{margin-left: -15px !important;margin-right:  -15px !important;}
    .col-md-4,.col-md-3{padding-left: 15px !important;padding-right: 15px !important;}
    .index-banner .banner-text{padding-bottom: 0;}
    .banner h1{font-size: 65px;line-height: 72px;}
    .pro-box .items:nth-child(1) .pro-img{margin-left: 0;}
}
@media(max-width:1420px){
    .index-pro .items .right {width: 60%;}
    .index-pro .items:nth-child(even) .right .pro-img{margin-left: 0px;}
    .index-pro .items:nth-child(odd) .right .pro-img {margin-right: -20px;}
    .index-about::before{height: 90%;}
    .index-about .content{align-items: center;}
    .banner h1{font-size: 52px;line-height: 68px;}
    .p-i-pro .index-pro .content .big-img {padding: 20px 0 0 0 ;}
    .service-paper .items-com::after {height: 50%;bottom: -5%;}
}
@media(max-width:1400px){
    .index-service .max-1560px>.container-xl{padding-left: 40px;padding-right: 40px;}
    .about-work .small-box {bottom: -65px;}
    .about-work-box::after {height: 35%;}
    .all-quality .text{margin-bottom: 20px;}
    .quality-ele.all-quality .cont-box {width: 100%;}
    .all-quality .cont-box {width: 95%;}
    .all-quality .right {padding-left: 60px;}
    .pro-list-box .items .box {width: 98%;}
}
@media(max-width:1340px){
    .index-service .max-1560px>.container-xl{padding-left: 60px;padding-right: 60px;}
    .index-about::before{height: 90%;}
    .index-news .t1 {font-size: 19px;}
    .pro-app .box{padding: 20px 25px 25px;}
    .p-i-desc .box-img .img:first-child img{max-width:45% !important;}
    .service-paper .items-com::after {height: 40%;bottom: 5%;}
}
@media(max-width:1300px){
    .index-pro .items:nth-child(odd) .right .pro-img {margin-right: 0px;}
    .index-pro .items:nth-child(even) .left{width:40%}
    .index-service .max-1560px>.container-xl{padding-left: 75px;padding-right: 75px;}
    .news-in-paper .aside-box-1 {padding: 40px 25px 50px 25px;}
}
@media(max-width:1250px){
    .index-pro .model {font-size: 14px;}
    .index-pro .model p::after{margin-left: 10px;margin-right: 10px;}
    .title{font-size: 42px !important;line-height: 58px !important;}
    .index-news .t1 {font-size: 18px;}
    .about-mark .all-service {margin-top: 0;}
    .pro-list-box .items .t1 {font-size: 28px;line-height: 32px;}
}
@media(max-width:1200px){
    .index-about-box .small-box{padding: 40px 65px 40px;}
    .index-faq .left{width: 40%;}
    .index-faq .right{width: 55%;}
    .index-news .t1 {font-size: 16px;}
    .footer-middle .list-2 .box,.footer-middle .list-3 .box{height: auto;}
    .footer-middle .list-2 a ,.footer-middle .list-3 a{width: 100%;}
    .footer-middle .list-2 {width: 25%;}
    .footer-middle .list-3{width: 15%;}
    .footer-middle .list-1{width: 42%;}
    .index-pro .model{flex-wrap: wrap;}
    .banner h1{font-size: 32px;line-height: 48px;letter-spacing: 0;}
    .about-work .small-box {width: 77%;bottom: -125px;}
    .about-work-box::after{height: 20%;}
    .about-mark {padding-top: 250px;}
    .about-zhu .content .text{max-height: auto;}
    .about-zhu .content .text p {width: 100%;}
    .about-zhu .content .text p:nth-of-type(2) {padding-top: 25px;}
    .all-quality .right{position: static;width: 55%;height: auto !important;padding-top: 20px;padding-bottom: 20px;}
    .pro-list-box .items em {width: 45%;}
    .pro-list-box .items strong{width: 53%;}
    .pro-list-box .items .pro-img{display: flex;align-items: center;justify-content: center;}
    .pro-list-box .content {padding-left: 0;padding-right: 0;}
    .pro-list-box .items .box-cont {padding-top: 15px;padding-bottom: 15px;}
    .pro-app .big-box .text{font-size: 16px;line-height: 24px;}
    .service-paper .items-com::after{bottom: auto;top: 27%;}
    .contact-paper .cont-box .box-1:first-child .d1{width: 100%;}
    .contact-paper .cont-box .box-1:last-child .d1 {width: 100%;}
}
@media(max-width:1100px){
    .index-pro .model {font-size: 16px;}
    .index-pro .model p::after{margin-left: 5px;margin-right: 5px;}
    .pro-adv .list {width: 48%;}
}
@media(max-width:1000px){
    .about-work .small-box {position: static;width: 100%;margin-top: 40px;}
    .about-mark {padding-top: 100px;}
    .detail-nav-xl{width: 100%;}
    .p-i-content .title, .p-i-pro .title{width: 100% !important;margin-bottom: 30px;}
    .p-i-content .content{width: 100% !important;}
    .p-i-equip .t3{font-size: 16px;line-height: 24px;}
    .p-i-pro .col-md-4{width: 50;}
}

@media(max-width:768px){
    .more-6{height:42px;padding:0 32px}
    .title{font-size:22px !important;line-height:32px !important;margin-bottom:10px !important}
    .dfrsb,.dfrsbc{flex-wrap:wrap !important}
    .left,.right{width:100% !important}
    .text{font-size:14px !important;line-height:20px !important}
    .top-head{margin-bottom:25px !important}
    .h6{font-size:16px;line-height:24px}
    .all-hover{width:35px;height:35px}
    .all-hover .iconfont{font-size:16px}
    .mySwiper-pro .pagination-pro{bottom:0;left:0}
    .mySwiper-pro .swiper-pagination-bullet{background-color:var(--public-color);opacity:.2}
    .mySwiper-pro .swiper-pagination-bullet-active{background-color:var(--public-color);opacity:1}
    .mySwiper-pro .swiper-slide{height:auto}
    .mySwiper-pro{padding-bottom:30px;margin-bottom:30px}
    .more-6{padding:0 25px !important}
    .ul p::before{font-size:16px;line-height:20px}
    .h1{font-size:22px !important;line-height:32px !important}
    .text p{margin-bottom:10px !important}
    .row{margin-left:-7px !important;margin-right:-7px !important}
    .col-md-4,.col-md-3{padding-left:7px !important;padding-right:7px !important;margin-bottom:25px !important}
    .small-nav{padding-top:10px;margin-bottom:30px}
    .small-nav ul li::after{padding:0 10px}
    .index-banner .h5{align-items:center;margin-bottom:5px}
    .index-banner .h5 p{font-size:16px !important;line-height:24px !important}
    .banner h1{font-size:24px;line-height:32px;margin-bottom:15px}
    .index-banner .text{margin-bottom:20px;display:none}
    .footer{padding-top:30px;padding-bottom:30px}
    .footer-top{padding-bottom:20px}
    .footer-top .logo{width:30%}
    .footer-top .cont{width:55%}
    .footer-top .text{margin-right:0;margin-bottom:15px}
    .footer-middle{padding-top:20px;margin-bottom:20px}
    .footer-middle .list-1{width:100%;margin-bottom:20px}
    .footer-middle .list-2{width:55%}
    .footer-middle .list-3{width:30%}
    .footer-middle .t1{margin-bottom:20px;line-height:32px;margin-bottom:15px}
    .footer-middle .list-2 a,.footer-middle .list-3 a{margin-bottom:15px}
    .footer .font-sty{font-size:14px;line-height:24px}
    .footer-bottom p{margin-bottom:15px}
    .footer-bottom .social>div:first-child{margin-left:0}
    .index-paper{margin-top:30px}
    .index-pro-box .top-head .content{margin-top:20px;padding:0}
    .index-pro-box .top-head .list{width:48%;margin-bottom:20px}
    .index-pro-box .top-head .list:last-child{margin-bottom:0}
    .index-pro-box .top-head .small-img{width:12%}
    .index-pro .t1{font-size:20px;line-height:28px}
    .index-pro .model{margin-bottom:5px}
    .index-pro .model p::after{margin-left:8px;margin-right:8px}
    .index-pro .items .text{margin-bottom:25px}
    .index-pro .items{flex-direction:column-reverse !important;margin-bottom:35px;padding-bottom:30px;border-bottom:2px solid var(--public-color)}
    .index-pro .items .right{margin-bottom:10px}
    .index-pro .content{margin-top:30px}
    .index-pro .content .big-img{padding:40px 25px 35px 25px}
    .index-pro .col-md-4{margin-bottom:30px}
    .index-pro .content .text{margin-top:10px}
    .index-pro{margin-bottom:30px}
    .index-about::before{height:100%;width:100%}
    .index-about .left{margin-top:40px;margin-bottom:40px}
    .index-about .left .text{margin-bottom:20px}
    .index-about-box .small-box{margin-top:0;padding:25px 10px 25px}
    .index-about-box .small-box .list{width:48%;margin-bottom:15px}
    .index-about{margin-bottom:30px;padding-bottom:0px}
    .index-about-box .small-box p{text-align:center}
    .index-about-box .h3{font-size:32px;line-height:42px}
    .index-service{margin-bottom:30px}
    .index-service .top-head{padding-top:30px}
    .index-service .small-box{width:100%;padding-left:15px;padding-right:15px;margin-bottom:30px}
    .index-service .small-box .list{flex-direction:column;width:32%;justify-content:space-around}
    .index-service .small-box .h5{text-align:center}
    .index-service .small-box .img{margin-right:0}
    .index-service .max-1560px>.container-xl{padding-left:40px;padding-right:40px}
    .all-service{padding-top:25px;padding-bottom:25px}
    .index-faq .left{margin-bottom:25px}
    .index-faq .items{padding:10px 15px 15px 15px}
    .index-faq .items.active{padding-top:15px;margin-bottom:25px}
    .index-faq .q1{font-size:18px;line-height:26px;width:90%}
    .index-faq .quen-a{font-size:14px;line-height:20px}
    .index-faq{margin-bottom:0px}
    .index-news{padding-top:30px;padding-bottom:30px}
    .index-news .top-head .title{margin-bottom:20px !important}
    .index-news .content{margin-bottom:30px}
    .index-news .all-box-btn .r-btn{width:100%}
    .index-news .box-img{margin-bottom:15px}
    .index-news .time{margin-bottom:10px}
    .index-pro .mySwiper-pro{box-shadow:0px 7px 26px 3px rgba(63,67,72,0.06)}
    .about-zhu .content .text p:nth-of-type(2){padding-top:15px}
    .about-zhu .content{max-height:none;margin-bottom:20px}
    .about-paper>.container-xl{margin-bottom:30px}
    .about-paper .about-img{width:100%}
    .about-paper .about-zhu{width:100%}
    .about-img .small-img{width:70px;height:70px}
    .about-img .small-img img{width:50px;height:50px}
    .about-img{margin-bottom:30px}
    .about-cer .left{padding-top:0;margin-bottom:20px}
    .about-cer .right{width:65% !important}
    .about-cer::after{display:none}
    .about-cer{margin-bottom:30px}
    .about-work .content{flex-direction:column-reverse}
    .about-work .right{padding-top:0px;margin-bottom:20px}
    .about-work .small-box{margin-top:25px}
    .about-work .list{width:48%;height:auto;padding:15px;margin-bottom:15px}
    .about-work .list:last-child{margin-bottom:0}
    .about-mark{padding-top:30px;padding-bottom:30px}
    .about-mark .all-service{padding:20px 50px}
    .quality-paper .content{flex-wrap:wrap}
    .qualiat-man .text{margin-bottom:20px}
    .qualiat-man .left{margin-bottom:25px}
    .qualiat-man .h2{font-size:18px;line-height:26px}
    .qualiat-man .img{padding:25px 10px}
    .qualiat-man{margin-bottom:30px}
    .all-quality{padding-top:30px;padding-bottom:30px}
    .all-quality .right,.quality-moulds .left{padding-left:20px}
    .quality-moulds{padding:30px 0}
    .quality-moulds .content{padding:0;flex-direction:column-reverse}
    .quality-moulds .text{margin-bottom:20px}
    .quality-moulds .right{margin-bottom:20px}
    .cust-paper .top-head .text{width:100%}
    .cust-paper .top-head{padding-bottom:20px}
    .cust-paper .col-md-4{width:50%}
    .cust-paper{margin-bottom:30px}
    .down-list{margin-top:15px}
    .product-paper{margin-bottom:60px}
    .pro-first{margin-bottom:30px}
    .pro-box .box-1{flex-wrap:wrap;flex-direction:column-reverse !important}
    .pro-box .pro-img,.pro-box .cont{width:100% !important}
    .product-paper .t1{font-size:20px !important;line-height:28px !important}
    .pro-box .box-2{width:100%;padding-top:15px}
    .pro-box .h2{font-size:18px;line-height:26px}
    .pro-box .box-2 .text{margin-bottom:20px}
    .pro-box .box-img .img + .img{margin-left:5px}
    .pro-box .box-img{margin-bottom:-30px}
    .pro-box .items{margin-bottom:60px !important}
    .pro-box .items:last-child{margin-bottom:0 !important}
    .pro-box .items:nth-child(3) .box-1,.pro-box .items:nth-child(4) .box-1{margin-bottom:25px}
    .pro-list-box .left .text{margin-bottom:20px}
    .pro-list-box .model-box{justify-content:space-between}
    .pro-list-box h4{font-size:26px}
    .pro-list-box .model-box p{line-height:20px}
    .pro-list-box .list{width:28%}
    .pro-list-box .left{margin-bottom:20px}
    .pro-list-box .right{padding-right:0}
    .pro-list-box .pro-box-1{margin-bottom:30px}
    .pro-list-box .box-img{margin-bottom:30px;flex-wrap:wrap}
    .pro-list-box .box-img .img + .img{margin-left:0%}
    .pro-list-box .box-img .img{width:30%;margin-right:3%;margin-bottom:15px}
    .pro-list-box .box-img .img:last-child{margin-right:0}
    .pro-list-box .items .pro-img,.pro-list-box .items .box-cont{width:100%}
    .pro-list-box .items .t1{font-size:18px;line-height:26px}
    .pro-list-box .items{flex-wrap:wrap;margin-bottom:30px}
    .pro-list-box .items .model{padding-bottom:15px}
    .pro-list-box .items .cont{margin-top:15px}
    .pro-list-box .items .box-cont{padding-left:10px;padding-right:10px}
    .pro-list-box{margin-bottom:30px}
    .pro-adv{padding-top:30px;padding-bottom:0px;margin-bottom:0px}
    .pro-adv .t2{font-size:16px;line-height:24px}
    .pro-adv .num-xl{font-size:16px;line-height:24px;width:24px;height:24px}
    .pro-adv .num{margin-right:10px;margin-bottom:15px}
    .pro-adv .list{margin-bottom:25px}
    .pro-app{padding-top:30px;padding-bottom:0px}
    .pro-app .top-head{width:100%}
    .pro-app .col-md-3{width:50%}
    .pro-app .box{padding:15px}
    .pro-app .h3{font-size:16px;line-height:24px;margin-bottom:10px}
    .product-list .index-faq{padding-top:30px;padding-bottom:0px}
    .pro-in-first .model{font-size:16px;line-height:24px}
    .pro-in-first .text{margin-bottom:20px}
    .pro-in-first .left{margin-bottom:25px}
    .pro-in-first{margin-bottom:0}
    .detail-nav{display:none}
    .p-i-content{margin-top:30px}
    .p-i-content .title,.p-i-pro .title{font-size:22px !important;line-height:32px !important}
    .p-i-desc .box-img img + img{margin-left:10px}
    .p-i-desc .box-img .img:first-child img{max-width:40% !important}
    .p-i-desc .box-img{margin-top:20px}
    .p-i-content>div{margin-bottom:30px !important}
    .p-i-content>div:last-child{margin-bottom:0 !important}
    .p-i-equip .col-md-3{width:50%}
    .p-i-equip .t3{margin-top:10px}
    .p-i-pro{padding-top:30px;padding-bottom:0px}
    .p-i-pro .content{width:100%}
    .p-i-pro .index-pro .content{margin-top:0}
    .p-i-pro .index-pro .content .small-img{top:15px;left:15px}
    .service-paper .content{flex-direction:column;flex-wrap:wrap}
    .service-paper .items{margin-bottom:30px}
    .service-paper .items-com{padding-top:30px;padding-bottom:30px;margin-bottom:30px}
    .service-paper .items-com::after{display:none}
    .service-paper .items .ul{margin-top:15px}
    .ul p::before{font-size:16px !important}
    .service-paper .left{margin-bottom:20px}
    .service-inst{padding-top:30px;padding-bottom:30px}
    .service-maint{padding-top:30px}
    .service-maint .list{width:48%;padding:15px;align-items:normal;margin-bottom:25px}
    .service-maint .img{width:70px;height:70px;margin-bottom:10px}
    .service-maint .img img{width:40%}
    .service-maint .t2{font-size:16px;line-height:24px;margin-bottom:10px}
    .service-maint .content{flex-direction:row}
    .service-paper{margin-bottom:0}
    .service-paper .items:nth-child(odd) .right{padding-right:0}
    .faq-paper .content>div{padding-top:30px;margin-bottom:30px;flex-direction:column}
    .faq-paper .content .box-content{width:100%}
    .faq-paper .quen-q{font-size:18px;line-height:26px;margin-bottom:10px}
    .faq-paper .quen-a{font-size:14px;line-height:20px}
    .faq-paper .items{margin-bottom:25px}
    .faq-paper .title{font-size:24px !important}
    .faq-paper{margin-bottom:0}
    .news-paper .h1{padding-bottom:20px;margin-bottom:20px}
    .news-paper .content{margin-top:0}
    .news-paper .list{padding:15px}
    .news-paper .t1{font-size:18px;line-height:26px}
    .news-paper{padding-bottom:0}
    .news-in-paper .h1{margin-top:0}
    .news-in-paper .type::before{top:0}
    .news-in-paper .type{padding-bottom:15px}
    .news-in-paper .article .content h4{font-size:16px;line-height:24px;margin-bottom:10px}
    .news-in-paper .box-tail{flex-wrap:wrap}
    .news-in-paper .box-tail .left{margin-bottom:10px}
    .news-in-paper .box-tail p:first-child{margin-bottom:10px}
    .news-in-paper .article{margin-bottom:20px}
    .news-in-paper .aside .h2{font-size:20px;line-height:28px;margin-bottom:10px}
    .news-in-paper .aside .aside-box{margin-bottom:30px}
    .news-in-paper .aside-box-1 .t1{margin-bottom:15px}
    .news-in-paper .aside .aside-box{padding-bottom:0}
    .news-in-paper .news-pro .big-img{position:relative;height:350px;box-shadow:0px 7px 26px 3px rgba(63,67,72,0.06);background-color:#fff;box-shadow:0px 7px 26px 3px rgba(63,67,72,0.06)}
    .news-in-paper .news-pro .small-img{position:absolute;z-index:1;left:15px;top:15px}
    .news-in-paper .p-i-pro .list .img{height:350px}
    .news-in-paper .index-pro .t2{font-size:18px;line-height:26px;justify-content:center}
    .news-in-paper .news-pro .text{margin-top:30px;padding-left:10px;padding-right:10px}
    .contact-paper .cont-box .d1{margin-bottom:25px}
    .contact-paper .cont-box .box-1{margin-bottom:0px;padding-bottom:20px}
    .contact-paper .cont-box .box-1 + .box-1{padding-top:20px}
    .contact-paper .cont-pro{padding-top:20px;margin-bottom:20px}
    .contact-paper .cont-pro .t1{font-size:20px;line-height:28px;margin-bottom:15px}
    .contact-paper .cont-pro .box{width:100%}
    .contact-paper .cont-pro .t2{margin-bottom:5px}
    .contact-paper .right{padding-left:15px;padding-top:20px;padding-right:15px;padding-bottom:25px}
    .contact-paper{padding-bottom:30px}

}



/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:var(--public-color);margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid var(--public-color);color:var(--public-color);display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:var(--public-color);color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{border-radius:0;padding:10px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}




/*#视频详情*/
.video-nr{position:relative;background:#f4f6f9;padding:30px;height:910px;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:1px solid #ddd}
.video-nr .v-content{width:76%;height:100%;overflow:auto}
.video-nr .v-content::-webkit-scrollbar{display:none}
.video-nr .v-content .v-title{font-size:22px;line-height:28px;font-weight:bold;margin-top:15px;margin-bottom:15px}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.video-nr .v-content .v-desc .left{font-size:14px;color:#777}
.video-nr .v-content .v-desc .left i{margin-left:20px;margin-right:10px}
.video-nr .v-content .v-desc .left i:first-child{margin-left:0}
.video-nr .v-content .v-desc .right .v-ly{background:#4bcd65;border:1px solid #4bcd65;display:inline-flex;padding:5px 20px;border-radius:50px;align-items:center;color:#fff}
.video-nr .v-content .v-desc .right .v-ly i{margin-right:8px}
.video-nr .v-content .v-desc .right .v-ly:hover{box-shadow:0 2px 10px rgb(0 0 0 / 20%)}
.video-nr .v-content .v-desc .right .v-fx{background:#fff;border:1px solid #333;display:inline-flex;margin-left:15px;padding:5px 20px;border-radius:50px;align-items:center;color:#333}
.video-nr .v-content .v-desc .right .v-fx i{margin-right:8px}
.video-nr .v-content .v-desc .right .v-fx:hover{background:#527dff;border-color:#527dff;color:#fff}
.video-nr .v-content .v-nr{padding:20px 0;font-size:14px;line-height:20px}
.video-nr .v-content .v-nr ul{display:flex;flex-wrap:wrap;margin-bottom:20px}
.video-nr .v-content .v-nr ul li{margin-left:20px}
.video-nr .v-content .v-nr ul li:first-child{margin-left:0}
.video-nr .v-content .v-nr a{color:#527dff}
.video-nr .v-content .v-nr a:hover{text-decoration:underline}
.video-nr .v-content .v-title2{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;font-size:22px;font-weight:bold;line-height:32px;margin-bottom:15px;padding-bottom:10px;margin-top:10px}
.video-nr .v-content .v-title2 .right{font-size:16px;line-height:24px;color:#4bcd65;cursor:pointer;font-weight:initial}
.video-nr .v-content .v-title2 .right:hover{color:#527dff}
.video-nr .v-content .v-massage{font-size:16px;line-height:24px}
.video-nr .v-content .v-massage p{position:relative;display:flex;align-items:center}
.video-nr .v-content .v-massage p:before{content:"\f406";font-family:cmsfont;width:40px;height:40px;text-align:center;color:#fff;line-height:40px;font-size:20px;background:#ff6200;border-radius:50%;display:inline-block;margin-right:10px}
.video-nr .v-content .v-massage ul{padding:10px 10px 10px 50px}
.video-nr .v-content .v-massage ul li{position:relative;display:flex;margin-bottom:10px}
.video-nr .v-content .v-massage ul li:before{content:"\f406";font-family:cmsfont;width:24px;height:24px;text-align:center;line-height:24px;color:#fff;background:#ff9e43;border-radius:50%;display:inline-block;margin-right:10px}
.video-nr .v-content .v-massage strong{margin-right:0px}
.video-nr .v-side{width:22%;height:100%;overflow:auto}
.video-nr .v-side::-webkit-scrollbar{display:none}
.video-nr .v-side .v-pro{background:#fff;padding:15px;border-radius:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.video-nr .v-side .v-pro .img{width:30%}
.video-nr .v-side .v-pro .text{width:67%}
.video-nr .v-side .v-pro .text .t1{font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal !important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.video-nr .v-side .v-pro .d-flex{margin-top:20px}
.video-nr .v-side .v-pro .d-flex a{display:inline-block;margin-right:10px;padding:5px 10px;border:1px solid #4bcd65;border-radius:50px;font-size:14px;line-height:20px}
.video-nr .v-side .v-pro .d-flex a:last-child{margin-right:0p}
.video-nr .v-side .v-pro .d-flex a:hover{background:#4bcd65;color:#fff}
.video-nr .v-side .v-pro .d-flex a:first-child{background:#4bcd65;color:#fff}
.video-nr .v-side .v-pro .d-flex a:first-child:hover{box-shadow:0 2px 10px rgb(0 0 0 / 20%)}
.video-nr .v-side .v-rel{background:#fff;padding:15px;border-radius:20px}
.video-nr .v-side .v-rel .big-t1{font-size:22px;line-height:28px;font-weight:bold;margin-bottom:15px}
.video-nr .v-side .v-rel .v-video-item{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.video-nr .v-side .v-rel .v-video-item .left{width:54%;position:relative}
.video-nr .v-side .v-rel .v-video-item .left a{position:absolute;left:0;right:0;bottom:0;top:0;z-index:99}
.video-nr .v-side .v-rel .v-video-item .right{width:42%}
.video-nr .v-side .v-rel .v-video-item .t1{font-size:14px;line-height:20px;margin-bottom:8px}
.video-nr .v-side .v-rel .v-video-item .t2{font-size:12px;color:#999;line-height:20px}
.v-feed-box{display:flex;justify-content:space-between;flex-wrap:wrap}
.v-feed-box .pro{width:30%}
.v-feed-box .pro a{transition:none}
.v-feed-box .right{width:68%}
.v-feed-box .right .title{text-align:left}
.v-feed-box .pro .text p{font-size:15px;line-height:22px;color:#666;position:relative;padding-left:35px;margin-bottom:0}
.v-feed-box .pro .text p::before{content:url(../../images/sign-2.webp);font-family:'cmsfont';line-height:32px;font-size:14px;position:absolute;left:0;top:0px;color:var(--public-color);font-weight:bold}
.v-feed-box .pro h5{font-size:15px;line-height:22px;color:#666666;font-family:'Rubik';font-weight:400;margin-top:15px;margin-bottom:15px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
.v-share_bot{margin-top:30px;border:1px solid #527dff;border-radius:30px;padding:6px;display:flex;justify-content:space-between;overflow:hidden}
.v-share_bot input{border:0;color:#666;font-size:14px;padding-left:10px;width:100%;box-sizing:border-box;outline:0;overflow:hidden;text-overflow:ellipsis}
.v-share_bot button{width:114px;height:42px;line-height:42px;color:#fff;border:0;background:#527dff;border-radius:20px;flex-shrink:0;cursor:pointer}

@media(max-width:768px) {
    .video-nr .v-side .v-pro .d-flex a{padding:5px 10px;}
    .v-feed-box .pro{display:none;}
    .v-feed-box .right{width:100%;}
    .video-nr{height:auto;padding:15px;}
    .video-nr .v-content{width:100%;}
    .video-nr .v-side{width:100%;}
    .video-nr .v-content .v-desc .right{width:100%;}
    .video-nr .v-content .v-nr ul li{margin-left:0;margin-right:10px;}
    .video-nr .v-content .v-massage ul{padding-left:17px;}
    .video-nr .v-content .v-massage p{display:block;}
    .video-nr .v-content .v-massage ul li{display:block;}
}

.reveal-modal#mb-share{left:60%;margin-left:-30%;width:40%}
.v-share-box .share{display:flex;margin-top:30px;font-size:0;transition:all .3s ease-in-out;justify-content:space-between}
.v-share-box .share_cell{font-size:16px;color:#333;text-align:center}
.v-share-box .share_cell p{margin-bottom:0}
.v-share-box .share_cell .icon.wa{background-position:-3px -180px}
.v-share-box .share_cell .icon.fb{background-position:-185px -235px}
.v-share-box .share_cell .icon.tw{background-position:-124px -177px}
.v-share-box .share_cell .icon.em{background-position:-64px -237px}
.v-share-box .share_cell .icon.li{background-position:-241px -204px}
.v-share-box .share_cell .icon:hover{box-shadow:0 2px 6px rgb(0 0 0 / 25%)}
.v-share-box .share_cell .icon{width:55px;height:55px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;background:url(../../images/vc-sprite.webp) no-repeat -3px -180px;background-size:300px;border-radius:50%}

@media(max-width:768px) {
    .reveal-modal#mb-share{left: 10%;
    margin-left: -5%;
    width: 90%;}
}



.z1-down{background:url(../../images/z1-downbg.webp) no-repeat; height:760px;position:relative;padding:170px 50px 0; }
.z1-down .z1-feedback{width: 45%;}
.z1-downpdf{background: #f9fafa;position: absolute;right: 0;bottom: 50px;border-radius: 20px;box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);padding: 10px 20px;}
.z1-downpdf .zt1{font-size: 32px;color: #e63d33;font-weight: bold;margin-bottom: 5px;display: flex;justify-content: space-between;}
.z1-downpdf .zt2{font-size: 20px;text-decoration: underline;}

@media(max-width:768px) {
    .z1-down{background: #dbdbdb;height: auto;padding: 25px 15px;}
    .z1-down .z1-feedback{width: 100%;}
    .z1-down .img{margin-top: 25px;}
    .z1-downpdf{position: relative;bottom: initial;margin-top: 10px;width: 100%;}
    .z1-downpdf .zt1{font-size: 24px;}
    .z1-downpdf .zt2{font-size: 18px;}
}


.z2-down{box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);background: #eee;border-radius: 10px;padding: 15px 15px 250px;margin-top: 30px;position: relative;}
.z2-down .z2-feedback{width: 100%;}
.z2-down .img{position: absolute;left: -50px;width: 60%;bottom: 10px;}
.z2-down .z1-downpdf{right: -60px;bottom: 30px;}
.z2-down .z1-downpdf .zt1{font-size: 22px;margin-bottom: 0;}
.z2-down .z1-downpdf .zt2{font-size: 18px;}


@media(max-width:768px) {
    .z2-down{padding-bottom: 15px;}
    .z2-down .img{position: relative;left:initial;width: 100%;bottom: initial;}
    .z2-down .z1-downpdf{position: relative;bottom: initial;right:initial; }
}


.z-feedback{position: relative;display: flex;align-items: center;margin-bottom: 40px;}
.z-feedback .z-feedback-bg{background: #f8f8f8;width: 100%;position: absolute;left: 0;right: 0;height: 80%;z-index: 1;}
.z-feedback .container-xl{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;z-index: 2;position: relative;}
.z-feedback .z-feedback-text{width: 48%;}
.z-feedback .z-feedback-text .z-feedback-t1{font-size: 32px;line-height: 40px; font-weight: bold;color: var(--public-color);}
.z-feedback .z-feedback-text .z-feedback-t2{font-size: 16px;line-height: 24px;margin-top: 25px;}
.z-feedback .z-feedback-text ul{margin-top: 25px;}
.z-feedback .z-feedback-text ul li{font-size: 16px;line-height: 24px;position: relative;margin-top: 5px;}
.z-feedback .z-feedback-text ul li:before{content: "\f00c";font-family: cmsfont;color: var(--public-color);margin-right: 8px;font-weight: bold;}
.z-feedback .z-feedback-ly{width: 48%;padding: 50px 25px;box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);background: #fff;}

@media(max-width:768px) {
    .z-feedback{padding: 25px 0;margin-top: 30px;}
    .z-feedback .z-feedback-text{width: 100%;}
    .z-feedback .z-feedback-text .z-feedback-t1{font-size: 24px;line-height: 32px;}
    .z-feedback .z-feedback-text .z-feedback-t2{margin-top: 15px;}
    .z-feedback .z-feedback-text ul{margin-top: 15px;}
    .z-feedback .z-feedback-bg{height: 100%;}
    .z-feedback .z-feedback-ly{width: 100%;padding: 15px;margin-top: 30px;}
}


.z2-more{display: flex;justify-content: center;margin-top: 40px;}

@media(max-width:768px) {
    .z2-more{margin-top: 20px;}
}

.z3-bubble{display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro-adv .z3-bubble .content{width: 66%;position: relative;}
.pro-adv .z3-bubble .list{width: 47%}
.pro-adv .z3-bubble .right{width: 30%;}

@media(max-width:768px) {
	.pro-adv .z3-bubble .content{width: 100%;position: relative;}
	.pro-adv .z3-bubble .list{width: 48%}
	.pro-adv .z3-bubble .right{width: 100%;}
}

.case-study{background-color:#eee;padding:100px 0;position:relative;}
.case-study .small-nav{position:absolute;top:0;}
.case-study-box .case-study-title{font-size:42px;line-height:52px; font-weight: bold;color:#000;max-width:900px;text-align: center;margin:30px auto 10px;}
.case-study-box .case-study-content{font-size:18px;line-height: 28px;margin-top: 25px;text-align: center;}
.case-study-box .case-study-desc{background-color:var(--public-color);color:#fff;padding:5px 15px;border-radius:15px;text-align: center;margin:0 auto;display:table;}

.case-study-list{padding:90px 0;display: flex;flex-direction: column;gap:30px;}
.case-study-list .item{display: flex;border-radius: 20px;overflow: hidden;box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);padding:30px 20px;color: #333;}
.case-study-list .item .item-img{flex:1;}
.case-study-list .item .item-text{flex:1;}
.case-study-list .item .item-text .t1{font-size: 28px;line-height: 36px;font-weight: bold;margin-bottom: 10px;}
.case-study-list .item .item-text .t2{font-size: 18px;line-height: 26px;}
.case-study-list .item .item-text .t2 p{margin-bottom:5px;}
.case-study-list .item .item-text .t2 p:last-child{margin-bottom: 0;}
.case-study-list .item .item-text .t2 ul{margin-bottom:5px;}
.case-study-list .item .item-text .t2 ul li{margin-bottom: 10px;}
.case-study-list .item .item-text .t2 ul li:last-child{margin-bottom: 0;}
.case-study-list .item .item-text .t2 ul li:before{content: "\f00c";font-family: cmsfont;color: var(--public-color);margin-right: 8px;font-weight: bold;}
.case-study-list .item .item-text .t2 ol{padding-left: 20px;border-left:2px solid #333;}

@media (max-width: 768px) {
    .case-study{padding:40px 0}
    .case-study-box .case-study-title{font-size:28px;line-height:36px;margin:20px auto 8px;max-width:100%;padding:0 16px}
    .case-study-box .case-study-content{font-size:16px;line-height:24px;margin-top:16px;padding:0 12px}
    .case-study-box .case-study-desc{font-size:14px;padding:4px 10px;border-radius:10px;max-width:100%}
    .case-study-list{padding:30px 0;gap:12px}
    .case-study-list .item{flex-direction:column;padding:16px 8px;border-radius:12px}
    .case-study-list .item .item-img,.case-study-list .item .item-text{flex:unset;width:100%}
    .case-study-list .item .item-img{padding:10px 0}
    .case-study-list .item .item-text .t1{font-size:20px;line-height:26px;margin-bottom:8px}
    .case-study-list .item .item-text .t2{font-size:15px;line-height:22px}
    .case-study-list .item .item-text .t2 ul li{margin-bottom:7px}
    .case-study-list .item .item-text .t2 ol{padding-left:14px;border-left-width:1.5px}
}
