/*通用样式*/
:root{
    --public-color:#1a4a92;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Roboto','Outfit',Arial,Helvetica,sans-serif}
a{color:#333;display:inline-block;}
a:hover{color:var(--public-color)}
.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}
}

.x3-title{font-size:16px;line-height:24px;margin-top:15px;display:block;text-align:center;}

/*默认pc头部样式*/
.header{z-index:999;width:100%;position:absolute;left:0;background-color:white;}
.header.fadeInDown .header-desc .logo img{height:70px;width:auto;}
.header.fadeInDown .header-top .nav-item{margin:0 18px;cursor:pointer;font-size:18px}

/*默认导航样式*/
.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:16px;margin:0 18px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333333;padding:0;height:110px;display:flex;align-items:center;justify-content:center;font-weight:400;text-transform:capitalize;font-size:18px;line-height:32px}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:30%;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out}
.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:var(--public-color);}
.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:768px){
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid var(--public-color);z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;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:#000}
    .header-mb .top-mb .icon-bars{color:#000}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#fff}
    .top-mb-search-box{display:none;position:fixed;background:#fff;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:#000}
    .header-mb .icon-whatsapp{color:#000;}
    .mobile-head-item .main-content-wrap{background:#fff;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:#b3190d;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:#fff}
    .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: #5bb44e; 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: #5bb44e }
.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: 1.5rem; }
.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 #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px;  text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { }
.table-wrapper table tbody tr:hover {  color: #555; }
.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}
@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{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:24px;padding-top:10px;padding-bottom:10px}
.form-feedback .btn:hover{background:#003b66;color:#fff}
@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-row>.col,.form-row>[class*="col-"]{padding:0 15px}
.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,#24b66f 0%,#88ca4e 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}

.was-validated .form-control:invalid,.form-control.is-invalid {border-color:#f5543f;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}

/*#搜索*/
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px;}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:#9f1919;border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}

/*#展会信息*/
.zhbg{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:9999;display:none;align-items:center;justify-content:center;}
.zhbg .box{width:50%;background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);padding:30px 50px;position:relative;}
.zhbg .box .cloes{position:absolute;right:-15px;top:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;z-index:99999;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;}
.zhbg .box .zh-t1{display:flex;margin-bottom:25px;}
.zhbg .box .zh-t1 span{background:var(--public-color);display:inline-block;padding:10px;font-size:22px;color:#fff;}
.zhbg .box .zh-t2{font-size:26px;font-weight:bold;margin-bottom:15px;color:var(--public-color);}
.zhbg .box .zh-t3{font-size:18px;margin-bottom:15px;font-weight:bold;}
.zhbg .box .place{font-size:16px;line-height:24px;}
.zhbg .box .place p{margin-bottom:10px;}
.zhbg .box .place p i{color:var(--public-color);min-width:22px;}
.zhbg .box .place p strong{color:var(--public-color);}
.zhbg.on{display:flex;}

@media(max-width:768px) {.zhbg .box{width:80%;padding:15px;}}

/*#视频详情*/
.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.png);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.png) 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%;}}
.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);
gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media (min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media (min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media (min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media (min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media (min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}
@media(max-width:768px){.grid{gap:var(--bs-gap,0.5rem)}}
@media (max-width:768px) {
    .mb-t1{font-size:24px !important;line-height:32px !important;}
    .mb-t2{font-size:18px !important;line-height:26px !important;}
    .mb-msg{font-size:14px !important;line-height:22px !important;}
    .mb-block{display:block !important;}
    .mb-block >:first-child{width:100% !important;}
    .mb-block >:nth-child(2){width:100% !important;margin-top:20px !important;}

    .mb-flex{flex-wrap:wrap;}
    .mb-flex >:first-child{width:100% !important;order:2 !important;margin-top:20px !important;}
    .mb-flex >:nth-child(2){width:100% !important;order:1 !important;}
}
.max-1870{max-width:1870px;}

.t1{font-size:48px;line-height:48px;color:#1a4a92;}
.msg{font-size:18px;line-height:32px;color:#666666;}

.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff;border-bottom:1px solid #ebebeb;}
.header.fadeInDown{position:fixed;left:0;top:0;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.1);}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:80px;transition:all .5s;}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);}

.top-search-box{display:flex;align-items:center;margin-left:12px;position:relative;}
.search-tb{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#1a4a92;border-radius:50px;}
.top-search{position:absolute;right:0;left:auto;}
.top-search-box.added-class .top-search{display:block}
.search-group .btn{background-color:var(--public-color);}

.home-banner{position:relative;margin-top:110px;}
.home-banner .t1{font-size:48px;line-height:72px;color:#ffffff;text-align:center;font-weight:400;width:74%;margin:0 auto;}
.home-banner .home-banner-icon{position:absolute;left:46%;bottom:-61px;animation:fangda 1s infinite alternate;}
@keyframes fangda {0%{transform:scale(1);}100%{transform:scale(1.2);}}

.home-pro{margin-top:170px;padding-bottom:60px;}
.home-pro .top{text-align:center;}
.home-pro .top .msg{margin-top:25px;}
.home-pro .center{margin-top:80px;display:flex;justify-content:space-between;}
.home-pro .center .box{width:16.3%;position:relative;}
.home-pro .center .box::before{content:"";width:150%;height:125%;border-radius:50%;display:none;box-shadow:0 0 10px 1px rgba(0,0,0,.1);position:absolute;left:-25%;top:-12%;}
.home-pro .center .box .img{width:100%;height:228px;display:flex;justify-content:center;align-items:center;border:1px solid #d1dbe9;border-radius:50%;position:relative;z-index:10;}
.home-pro .center .box .img img:nth-child(2){display:none;}
.home-pro .center .box .title{font-size:18px;line-height:28px;color:#333333;text-align:center;margin:25px auto 0 auto;display:table;position:relative;z-index:10;}

.home-pro .center .box:hover::before{display:block;}
.home-pro .center .box:hover .img{border-color:transparent;}
.home-pro .center .box:hover .img img:nth-child(1){display:none;}
.home-pro .center .box:hover .img img:nth-child(2){display:block;}
.home-pro .center .box:hover .title{color:var(--public-color);text-decoration:underline;}

.home-pro .under{margin-top:60px;}
.home-pro .under .box{display:flex;justify-content:space-between;align-items:center;}
.home-pro .left{width:50%;}
.home-pro .sign{font-size:42px;line-height:48px;color:#1a4a92;font-weight:500;font-family:'Urbanist';}
.home-pro .left .title{font-size:36px;line-height:48px;font-weight:500;letter-spacing:-2px;margin-top:40px;}
.home-pro .left .title::after{content:"";width:33px;height:34px;background:url(../../images/ruipai-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:4px;}
.home-pro .left .msg{font-size:18px;line-height:32px;margin-top:30px;}
.home-pro .tip{margin-top:35px;}
.home-pro .tip p{font-size:18px;line-height:42px;color:#666666;}
.home-pro .tip p::before{content:"";width:26px;height:26px;background:url(../../images/home-pro-tip-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-right:30px;position:relative;top:5px;}
.home-pro .right{width:42.9%;}

.home-pro .under .box:nth-child(1) .left{width:57.2%;}
.home-pro .under .box:nth-child(1) .right{width:42.8%;}

.home-pro .under .box:nth-child(2){margin-top:85px;}
.home-pro .under .box:nth-child(2) .left{order:2;}

.home-satisfy{padding-top:180px;padding-bottom:170px;border-top:2px solid #1a4a92;position:relative;}
.home-satisfy::before{content:"";width:240px;height:240px;background:url(../../images/home-satisfy-skip.png)no-repeat;background-size:cover;
display:block;position:absolute;right:7.3%;top:-120px;}
.home-satisfy .top .msg{width:76%;margin-top:25px;}
.home-satisfy .under{margin-top:90px;}
.home-satisfy .boxs{display:flex;flex-wrap:wrap;}
.home-satisfy .box{width:50%;}
.home-satisfy .box:nth-child(2){background-color:#f8f8f8;padding:100px 60px 0 60px;}
.home-satisfy .title{font-size:32px;line-height:48px;color:#333333;}
.home-satisfy .box .msg{margin-top:25px;}
.home-satisfy .box .msg::before{content:"";width:17px;height:13px;background:url(../../images/home-satisfy-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;}
.home-satisfy .box .msg:nth-child(2){margin-top:20px;}
.home-satisfy .boxs:nth-child(2) .box:nth-child(1){order:2;}
.home-satisfy .tip{margin-top:20px;display:flex;flex-wrap:wrap;}
.home-satisfy .tip p{width:45%;font-size:18px;line-height:32px;color:#666666;}
.home-satisfy .tip p:before{content:"";width:17px;height:13px;background:url(../../images/home-satisfy-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;}
.home-satisfy .tip p:nth-child(even){width:55%;}
.home-satisfy a{background-color:#1a4a92;font-size:16px;line-height:24px;color:#ffffff;padding:17px 40px;text-transform:uppercase;border-radius:5px;
margin-top:50px;}
.home-satisfy a::after{content:"";width:15px;height:12px;background:url(../../images/home-satisfy-last.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.home-satisfy a:hover{text-decoration:underline;}

.max-1630{max-width:1630px;}
.home-choose .max-1630{background-color:#fff;position:relative;z-index:10;}
.home-choose .under{margin-top:-120px;}
.home-choose .max-1630{padding-top:130px;padding-bottom:120px;background-color:#fff;}
.home-choose .box{display:flex;justify-content:space-between;}
.home-choose .left{width:41.5%;}
.home-choose .left .box-left{position:sticky;top:120px;}
.home-choose .left .msg{margin-top:30px;}
.home-choose .left .img{margin-top:55px;border-radius:10px;overflow:hidden;}
.home-choose .right{width:48.6%;}
.home-choose .box1{display:flex;justify-content:space-between;padding:25px 40px 30px 20px;border:1px solid #dddddd;border-radius:10px;margin-bottom:15px;}
.home-choose .icon{width:70px;height:62px;display:flex;justify-content:center;align-items:center;}
.home-choose .texts{width:82%;}
.home-choose .title{font-size:24px;line-height:32px;font-weight:500;color:#1a4a92;}
.home-choose .box1 .msg{margin-top:10px;}
.home-choose .box1:last-child{margin-bottom:0;}

.home-new{margin-top:140px;padding-bottom:110px;}
.home-new .t1{text-align:center;}
.home-new .msg{text-align:center;display:table;width:78%;margin:25px auto 0 auto;}
.home-new .grid{margin-top:55px;gap:var(--bs-gap,40px);}
.home-new .g-col-xl-4{padding:40px;box-shadow:0 2px 20px 1px rgba(0,0,0,.1);background-color:#fff;}
.home-new .title{font-size:18px;line-height:26px;color:#333333;margin-top:25px;}
.home-new .title:hover{color:var(--public-color);}
.home-new .box{margin-top:30px;display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;position:relative;}
.home-new .box::after{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;}
.home-new .date{font-size:16px;line-height:24px;color:#999999;}
.home-new .go{font-size:16px;line-height:24px;color:#174791;text-transform:uppercase;}
.home-new .go::after{content:"";width:10px;height:8px;background:url(../../images/home-new-go-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:-2px;}
.home-new .go:hover{text-decoration:underline;}
.home-new .last{font-size:20px;line-height:28px;font-weight:500;color:#1a4a92;display:table;margin:55px auto 0 auto;}
.home-new .last::after{content:"";width:13px;height:11px;background:url(../../images/home-new-last.jpg)no-repeat;background-size:cover;display:inline-block;margin-left:10px;}
.home-new .last:hover{text-decoration:underline;}

.home-faq{position:relative;}
.home-faq .box{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.home-faq .container-xl{display:flex;justify-content:space-between;}
.home-faq .left{width:45.8%;}
.home-faq .left .t1{font-size:32px;line-height:48px;color:#fff;}
.home-faq .faq-item{padding:18px 0;border-bottom:1px solid #6181b2;}
.home-faq .faq-item:nth-child(2){margin-top:30px;border-top:1px solid #6181b2;}
.home-faq .faq-item.active .faq-content{margin-top:20px;height:auto;transition:all .5s;}

.home-faq .faq-title{font-size:18px;line-height:32px;font-weight:500;color:#fff;position:relative;padding-right:35px;}
.home-faq .faq-title::after{content:"";width:28px;height:28px;background:url(../../images/home-faq-icon1.png)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:2px;}
.home-faq .faq-content{font-size:16px;line-height:24px;color:#ffffff;height:0;overflow:hidden;}

.home-faq .faq-item.active .faq-title::after{background:url(../../images/home-faq-icon2.png)no-repeat;}
.home-faq .right{width:42.9%;}
.home-faq .right .t1{font-size:32px;line-height:48px;color:#333333;}
.home-faq .right .msg{font-size:16px;line-height:24px;margin-top:25px;}
.home-faq form{margin-top:35px;}
.home-faq .form-row>[class*="col-"]{padding:0;margin-bottom:20px;}
.home-faq .form-feedback .form-control{background-color:transparent;padding:13px 20px;border-radius:5px;}
.home-faq .form-feedback .form-control::placeholder{font-size:16px;line-height:24px;color:#999999;}
.home-faq .form-row>[class*="col-"]:nth-child(odd){padding-right:10px;}
.home-faq .form-row>[class*="col-"]:nth-child(even){padding-left:10px;}
.home-faq .col-md-12{padding-right:0 !important;}
.home-faq .btn-box{margin-bottom:0 !important;}
.home-faq .btn{margin:25px 0 0 auto;display:table;font-size:16px;line-height:24px;color:#ffffff;text-transform:uppercase;padding:12px 20px 12px 30px;
background-color:#1a4a92;border-radius:5px;}

.home-faq .btn::after{content:"";width:15px;height:12px;background:url(../../images/home-faq-btn-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.home-faq .btn:hover{background-color:#1a4a92;text-decoration:underline;}

.home-contact{padding:110px 0 90px 0;background-color:#f8f8f8;}
.home-contact .container-xl{display:flex;justify-content:space-between;}
.home-contact .left{width:52.2%;}
.home-contact .t1{font-size:42px;line-height:48px;letter-spacing:-2px;}
.home-contact .msg{margin-top:25px;}
.home-contact a{margin-top:30px;font-size:16px;line-height:28px;color:#ffffff;background-color:#1a4a92;text-transform:uppercase;padding:10px 10px 10px 25px;border-radius:50px;}
.home-contact a .text{display:flex;align-items:center;}
.home-contact a .text::after{content:"";width:40px;height:40px;background:url(../../images/home-contact-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.home-contact .right{width:32.2%;}
.home-contact .title{font-size:24px;line-height:32px;color:#1a4a92;}
.home-contact .tip{margin-top:30px;border-top:1px solid #e7e7e5;}
.home-contact .tip p{font-size:18px;line-height:42px;color:#666666;}
.home-contact .tip p::before{content:"";width:17px;height:13px;background:url(../../images/home-contact-p-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}
.home-contact .tip p:nth-child(1){margin-top:25px;}

footer .top{padding:110px 0 75px 0;}
footer .top .container-xl{display:flex;justify-content:space-between;}
footer .box:nth-child(1){width:32.9%;}
footer .msg{font-size:16px;line-height:32px;color:#666666;margin-top:40px;}
footer .share{margin-top:65px;}
footer .share img{border-radius:50%;}
footer .share .social,footer .share a{margin-right:5px;}
footer .social>span:last-child{padding:0;}

footer .box:nth-child(2){width:20%;}
footer .title{margin-top:20px;font-size:24px;line-height:32px;font-weight:500;color:#333333;text-transform:uppercase;margin-bottom:45px;}
footer .box:nth-child(2) a,footer .box:nth-child(3) a{font-size:16px;line-height:42px;color:#666666;}
footer .box:nth-child(2) a{display:block;}
footer .box:nth-child(2) a::before{content:"";width:10px;height:8px;background:url(../../images/footer-a-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;position:relative;top:-2px;}
footer .box:nth-child(2) a:hover{text-decoration:underline;}

footer .box:nth-child(3){width:31.5%;}
footer .text{font-size:16px;line-height:42px;color:#666666;}
footer .text a:hover{text-decoration:underline;}
footer .text a:nth-child(2){margin-left:5px;}

footer .under{padding:15px 0;background-color:#1a4a92;font-size:14px;line-height:22px;color:rgba(255,255,255,.6);}

footer.active{background-color:#f8f8f8;}

@media (max-width:768px) {
    .t1{font-size:20px;line-height:28px;}
    .msg{font-size:14px;line-height:22px;}

    .home-banner{margin-top:0;}
    .home-banner .t1{width:100%;font-size:18px;line-height:26px;}
    .home-banner .home-banner-icon{width:50px;bottom:-25px;left:44%;}
    .home-banner .home-banner-icon img{width:100%;}

    .home-pro{margin-top:30px;padding-bottom:20px;}
    .home-pro .top .msg{margin-top:5px;}
    .home-pro .center{margin-top:10px;flex-wrap:wrap;}
    .home-pro .center .box{width:49%;margin-top:10px;}
    .home-pro .center .box .img{height:170px;}
    .home-pro .center .box .title{font-size:16px;line-height:24px;margin-top:10px;}
    .home-pro .under{margin-top:20px;}
    .home-pro .sign{font-size:16px;line-height:24px;}
    .home-pro .left .title{font-size:18px;line-height:26px;letter-spacing:0;margin-top:0;}
    .home-pro .left .title::after{width:20px;height:20px;margin-left:10px;}
    .home-pro .left .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-pro .tip{margin-top:0;}
    .home-pro .tip p{font-size:14px;line-height:22px;}
    .home-pro .tip p::before{margin-right:10px;top:7px;}
    .home-pro .under .box:nth-child(2){margin-top:20px;}
    .home-satisfy .boxs:nth-child(2) .box:nth-child(1){order:-1;}
    .home-satisfy .tip{margin-top:10px;}
    .home-satisfy .tip p{width:100%;font-size:14px;line-height:22px;}
    .home-satisfy .tip p:nth-child(even){width:100%;}
    .home-satisfy .tip p:nth-child(4),.home-satisfy .tip p:nth-child(6){width:100%;}
    .home-satisfy a{margin-top:20px;font-size:14px;line-height:22px;padding:10px 20px 10px 30px;}

    .home-satisfy{padding-top:20px;padding-bottom:20px;}
    .home-satisfy .top .msg{width:100%;margin-top:5px;}
    .home-satisfy .under{margin-top:20px;}
    .home-satisfy .box{width:100%;}
    .home-satisfy .box:nth-child(2){padding:15px;}
    .home-satisfy .title{font-size:18px;line-height:26px;}
    .home-satisfy .box .msg:nth-child(2),.home-satisfy .box .msg{margin-top:10px;}

    .home-choose .under{margin-top:0;}
    .home-choose .max-1630{padding:20px 0;}
    .home-choose .left .msg{margin-top:5px;}
    .home-choose .left .img{margin-top:10px;}
    .home-choose .box1{padding:15px;}
    .home-choose .icon{width:50px;}
    .home-choose .texts{width:78%;}
    .home-choose .title{font-size:18px;line-height:26px;}
    .home-choose .box1 .msg{margin-top:5px;}

    .home-faq{background-color:#2c528c;}
    .home-faq .bg{display:none;}
    .home-faq .box{position:static;}
    .home-faq .container-xl{padding:0;}
    .home-faq .left{padding:10px 15px;background-color:#2f558f;}
    .home-faq .left .t1{font-size:18px;line-height:26px;}
    .home-faq .faq-item:nth-child(2){margin-top:10px;padding:10px 0;}
    .home-faq .faq-title{font-size:16px;line-height:24px;}
    .home-faq .faq-content{font-size:14px;line-height:22px;}
    .home-faq .faq-item.active .faq-content{margin-top:5px;}
    .home-faq .right{padding:10px 15px;background-color:#f8f8f8;margin-top:0 !important;}
    .home-faq .right .t1{font-size:18px;line-height:26px;}
    .home-faq .right .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-faq form{margin-top:10px;}
    .home-faq .form-row>[class*="col-"]{margin-bottom:10px;}
    .home-faq .form-row>[class*="col-"]:nth-child(odd){padding-right:0;}
    .home-faq .form-row>[class*="col-"]:nth-child(even){padding-left:0;}
    .home-faq .form-feedback .form-control{padding:10px 15px;}
    .home-faq .btn{margin-top:10px;}

    .home-new{margin-top:20px;padding-bottom:20px;}
    .home-new .msg{width:100%;margin-top:5px;}
    .home-new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .home-new .g-col-12{padding:15px;}
    .home-new .title{margin-top:10px;}
    .home-new .box{margin-top:10px;padding-bottom:10px;}
    .home-new .date,.home-new .go{font-size:14px;line-height:22px;}
    .home-new .last{font-size:16px;line-height:24px;margin-top:20px;}

    .home-contact{padding:20px 0;}
    .home-contact .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .home-contact .msg{margin-top:5px;}
    .home-contact .right{margin-top:10px !important;}
    .home-contact .title{font-size:16px;line-height:24px;}
    .home-contact .tip{margin-top:10px;}
    .home-contact .tip p{font-size:14px;line-height:22px;}
    .home-contact .tip p:nth-child(1){margin-top:10px;}
    .home-contact a{margin-top:20px;padding:5px 5px 5px 25px;}

    footer .top{padding:20px 0 15px 0;}
    footer .top .container-xl{flex-wrap:wrap;}
    footer .logo{width:50%;}
    footer .box:nth-child(1),footer .box:nth-child(2),footer .box:nth-child(3){width:100%;}
    footer .msg{font-size:14px;line-height:22px;margin-top:10px;}
    footer .share{margin-top:10px;}

    footer .title{font-size:18px;line-height:26px;margin-top:10px;margin-bottom:0;}
    footer .box:nth-child(2) a, footer .box:nth-child(3) a{font-size:14px;line-height:28px;}
    footer .text{font-size:14px;line-height:28px;}

    .home-satisfy::before{display:none;}
}

.bread{margin-top:140px;}
.bread .breadcrumb-item{display:flex;align-items:center;}
.bread .breadcrumb-item a{font-size:18px;line-height:28px;color:#999999;}
.bread .breadcrumb-item+.breadcrumb-item{padding-left:15px;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:"";width:17px;height:8px;background:url(../../images/breadcrumb-item-icon.jpg)no-repeat;
background-size:cover;display:inline-block;margin-right:15px;}
.bread .breadcrumb-item a:hover{text-decoration:underline;}

@media (max-width:768px) {
    .bread{margin-top:5px;}
    .bread .breadcrumb-item a{font-size:14px;line-height:22px;}
    .bread .breadcrumb-item+.breadcrumb-item{padding-left:5px;}
    .bread .breadcrumb-item+.breadcrumb-item::before{margin-right:5px;}
}

.new{margin-top:85px;padding-bottom:180px;}
.new .t1{line-height:56px;position:relative;}
.new .t1::after{content:"";width:73%;height:2px;background-color:#e4e4e4;display:block;position:absolute;right:0;top:50%;}

.new .items{display:flex;align-items:center;margin-top:110px;}
.new .item{font-size:16px;line-height:24px;color:#666666;text-transform:uppercase;border:1px solid #1a4a92;margin-right:20px;
padding:13px 20px 13px 30px;border-radius:5px;}
.new .item::after{content:"";width:15px;height:12px;background:url(../../images/new-item-icon1.png)no-repeat;background-size:cover;display:inline-block;
margin-left:30px;}
.new .item:hover{background-color:#1a4a92;color:#fff;}
.new .item:hover::after{background:url(../../images/new-item-icon2.png)no-repeat;}
.new .item.active{background-color:#1a4a92;color:#fff;}
.new .item.active::after{background:url(../../images/new-item-icon2.png)no-repeat;}


.new .grid{margin-top:170px;gap:var(--bs-gap,40px);}
.new .g-col-xl-4{padding:0 40px 40px 40px;box-shadow:0 2px 20px 1px rgba(0,0,0,.1);background-color:#fff;}
.new .img{margin-top:-40px;}
.new .title{font-size:18px;line-height:26px;color:#333333;margin-top:25px;}
.new .title:hover{color:var(--public-color);}
.new .msg{font-size:15px;line-height:24px;color:#999999;margin-top:20px;}
.new .box{margin-top:25px;display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;position:relative;}
.new .box::after{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;}
.new .date{font-size:16px;line-height:24px;color:#999999;}
.new .go{font-size:16px;line-height:24px;color:#174791;text-transform:uppercase;}
.new .go::after{content:"";width:10px;height:8px;background:url(../../images/home-new-go-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:-2px;}
.new .go:hover{text-decoration:underline;}
.new .last{font-size:20px;line-height:28px;font-weight:500;color:#1a4a92;display:table;margin:55px auto 0 auto;}
.new .last::after{content:"";width:13px;height:11px;background:url(../../images/home-new-last.jpg)no-repeat;background-size:cover;display:inline-block;margin-left:10px;}
.new .last:hover{text-decoration:underline;}

.faq{margin-top:110px;padding-bottom:200px;}
.faq .t1{line-height:56px;position:relative;}
.faq .t1::after{content:"";width:85.7%;height:2px;background-color:#e4e4e4;display:block;position:absolute;right:0;top:50%;}
.faq .box{display:flex;justify-content:space-between;margin-top:110px;}
.faq .left{width:15%;}
.faq .item{font-size:16px;line-height:24px;color:#666666;text-transform:uppercase;border:1px solid #1a4a92;margin-bottom:20px;
padding:13px 20px 13px 30px;border-radius:5px;display:flex;justify-content:space-between;align-items:center;}
.faq .item::after{content:"";width:15px;height:12px;background:url(../../images/new-item-icon1.png)no-repeat;background-size:cover;display:inline-block;}
.faq .item:hover{background-color:#1a4a92;color:#fff;}
.faq .item:hover::after{background:url(../../images/new-item-icon2.png)no-repeat;}
.faq .item.active{background-color:#1a4a92;color:#fff;}
.faq .item.active::after{background:url(../../images/new-item-icon2.png)no-repeat;}

.faq .right{width:74.3%;}
.faq .faq-title{font-size:20px;line-height:30px;color:#666666;padding:15px 50px 15px 35px;background-color:#f3f6f9;position:relative;}
.faq .faq-title::before{content:"";width:4px;height:100%;background-color:#1a4a92;position:absolute;left:0;top:0;}
.faq .faq-title::after{content:"";width:26px;height:27px;background:url(../../images/faq-icon1.png)no-repeat;background-size:cover;display:block;
position:absolute;right:20px;top:17px;}
.faq .faq-content{font-size:18px;line-height:32px;color:#666666;height:0;overflow:hidden;}

.faq .faq-item.active .faq-title{color:#1a4a92;}
.faq .faq-item.active .faq-title::after{background:url(../../images/faq-icon2.png)no-repeat;}
.faq .faq-item.active .faq-content{margin-top:35px;height:auto;transition:all .5s;padding-left:35px;padding-bottom:40px;}

.video{margin-top:85px;padding-bottom:180px;}
.video .t1{line-height:56px;position:relative;}
.video .t1::after{content:"";width:85.7%;height:2px;background-color:#e4e4e4;display:block;position:absolute;right:0;top:50%;}

.video .items{display:flex;align-items:center;margin-top:110px;}
.video .item{font-size:16px;line-height:24px;color:#666666;text-transform:uppercase;border:1px solid #1a4a92;margin-right:20px;
padding:13px 20px 13px 30px;border-radius:5px;}
.video .item::after{content:"";width:15px;height:12px;background:url(../../images/new-item-icon1.png)no-repeat;background-size:cover;display:inline-block;
margin-left:30px;}
.video .item:hover{background-color:#1a4a92;color:#fff;}
.video .item:hover::after{background:url(../../images/new-item-icon2.png)no-repeat;}
.video .item.active{background-color:#1a4a92;color:#fff;}
.video .item.active::after{background:url(../../images/new-item-icon2.png)no-repeat;}

.video .grid{margin-top:95px;}
.video .g-col-xl-4{padding:40px;background-color:#fff;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.video .img{position:relative;}
.video .videobtn{position:absolute;left:20px;bottom:20px;}
.video .title{font-size:18px;line-height:26px;color:#333333;margin-top:35px;}

.video .box{position:relative;padding-bottom:40px;}
.video .box::after{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;}

.down{margin-top:80px;padding-bottom:160px;}
.down .t1{position:relative;letter-spacing:-1px;}
.down .t1::after{content:"";width:71%;height:2px;background-color:#e4e4e4;display:block;position:absolute;right:0;top:50%;}
.down .box{margin-top:130px;display:flex;justify-content:space-between;align-items:center;}
.down .left{width:39.3%;}
.down .right{width:50%;}
.down .title{font-size:32px;line-height:48px;color:#333333;}
.down .msg{font-size:16px;line-height:30px;color:#666666;margin-top:10px;}
.down form{margin-top:55px;}
.down .form-row{margin:0;}
.down .form-row>[class*="col-"]{padding:0;margin-bottom:0;}
.down .form-feedback .form-control{border-color:transparent;border-bottom:1px solid #e9e8e5;font-size:16px;line-height:28px;
color:#666666;padding:15px 0;}
.down .form-feedback .form-control::placeholder{font-size:16px;line-height:36px;color:#666666;}
.down .col-md-6:nth-child(1) .form-control,.down .col-md-6:nth-child(2) .form-control{border-top:1px solid #e9e8e5;}
.down .col-md-12 .form-control{padding:10px 0;}

.down .btn{margin-top:50px;font-size:16px;line-height:24px;color:#ffffff;text-transform:uppercase;padding:12px 20px 12px 30px;
background-color:#1a4a92;}
.down .btn::after{content:"";width:15px;height:12px;background:url(../../images/home-faq-btn-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.down .btn:hover{background-color:#1a4a92;text-decoration:underline;}

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:20px;}
    .new .t1{line-height:28px;}
    .new .t1::after{display:none;}
    .new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .new .g-col-xl-4{padding:15px;}
    .new .img{margin-top:0;}
    .new .title{margin-top:10px;}
    .new .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .new .box{margin-top:10px;padding-bottom:10px;}
    .new .date,.new .go{font-size:14px;line-height:22px;}

    .faq{margin-top:20px;padding-bottom:20px;}
    .faq .t1{line-height:22px;}
    .faq .t1::after{display:none;}
    .faq .box{margin-top:20px;}
    .faq .right{width:100%;}
    .faq .faq-title{font-size:18px;line-height:26px;padding:10px 45px 10px 15px;}
    .faq .faq-title::after{right:10px;}
    .faq .faq-content{font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{padding:15px;margin-top:0;}

    .video{margin-top:20px;padding-bottom:20px;}
    .video .t1{line-height:28px;}
    .video .t1::after{display:none;}
    .video .grid{margin-top:20px;}

    .down{margin-top:20px;padding-bottom:20px;}
    .down .t1::after{display:none;}
    .down .box{margin-top:20px;flex-wrap:wrap;}
    .down .left{width:100%;}
    .down .left img{position:relative;left:-20px;}
    .down .right{width:100%;}
    .down .title{font-size:18px;line-height:26px;}
    .down .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .down form{margin-top:20px;}
    .down .form-feedback .form-control{padding:5px 0;font-size:14px;line-height:22px;}
    .down .form-feedback .form-control::placeholder{font-size:14px;line-height:22px;}
    .down .col-md-6:nth-child(1) .form-control, .down .col-md-6:nth-child(2) .form-control{border-top-color:transparent;}
    .down .btn{font-size:14px;line-height:22px;margin-top:20px;}
}

.contact{margin-top:80px;padding-bottom:120px;background-color:#fefefe;}
.contact .t1{position:relative;letter-spacing:-1px;}
.contact .t1::after{content:"";width:71%;height:2px;background-color:#e4e4e4;display:block;position:absolute;right:0;top:50%;}
.contact .grid{margin-top:100px;gap:var(--bs-gap,40px);}
.contact .g-col-xl-4{padding:20px 50px 50px 35px;background-color:#f3f6f9;position:relative;}
.contact .g-col-xl-4::before{content:"";width:4px;height:60px;background-color:#1a4a92;display:block;position:absolute;left:0;top:0;}
.contact .text1{font-size:20px;line-height:28px;color:#1a4a92;}
.contact .text2{font-size:18px;line-height:32px;color:#666666;margin-top:55px;}
.contact .text2 a{display:block;font-size:18px;line-height:32px;color:#666666;}
.contact .text2 a:hover{text-decoration:underline;}

.contact .box{display:flex;justify-content:space-between;margin-top:150px;}
.contact .left{width:45.8%;margin-top:60px;}
.contact .box1{margin-top:45px;display:flex;justify-content:space-between;}
.contact .box1 .img{width:50px;}
.contact .box1 .texts{width:84.4%;}
.contact .box1 .title{font-size:24px;line-height:32px;font-weight:500;color:#1a4a92;}
.contact .box1 .text{font-size:18px;line-height:36px;color:#666666;margin-top:10px;}
.contact .box1:nth-child(2){margin-top:50px;}
.contact .last{font-size:32px;line-height:40px;color:#1a4a92;margin-top:70px;}

.contact .share{margin-top:45px;}
.contact .share img{border-radius:50%;}
.contact .share .social,.contact .share a{margin-right:5px;}
.contact .social>span:last-child{padding:0;}

.contact .right{width:50%;padding:60px 60px 90px 60px;background-color:#fff;box-shadow:0 10px 20px 1px rgba(0,0,0,.1);}
.contact .right .title{font-size:32px;line-height:40px;color:#333333;}
.contact form{margin-top:45px;}
.contact .form-row{margin:0;}
.contact .form-row>[class*="col-"]{padding:0;margin-bottom:30px;}
.contact label{font-size:16px;line-height:24px;color:#999999;margin-bottom:12px;}
.contact .form-feedback .form-control{padding:13px 0;border-radius:5px;}
.contact .col-md-6:nth-child(3){padding-right:10px;}
.contact .col-md-6:nth-child(4){padding-left:10px;}

.contact .btn{margin-top:25px;font-size:16px;line-height:24px;color:#ffffff;text-transform:uppercase;padding:17px 30px 17px 70px;
background-color:#1a4a92;border-radius:5px;}
.contact .btn::after{content:"";width:15px;height:12px;background:url(../../images/home-satisfy-last.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.contact .btn:hover{background-color:#1a4a92;text-decoration:underline;}

@media (max-width:768px) {
    .contact{margin-top:5px;padding-bottom:20px;}
    .contact .t1{letter-spacing:0;}
    .contact .t1::after{display:none;}
    .contact .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .contact .g-col-xl-4{padding:20px;}
    .contact .text1{font-size:18px;line-height:26px;}
    .contact .text2{font-size:14px;line-height:22px;margin-top:20px;}
    .contact .text2 a{font-size:14px;line-height:22px;}

    .contact .box{margin-top:20px;}
    .contact .left{margin-top:0;}
    .contact .box1 .title{font-size:18px;line-height:26px;}
    .contact .box1 .text{font-size:14px;line-height:22px;margin-top:5px;}
    .contact .box1 .texts{width:80%;}
    .contact .box1:nth-child(2),.contact .box1{margin-top:20px;}
    .contact .last{font-size:18px;line-height:26px;margin-top:20px;}

    .contact .right{padding:15px;}
    .contact .right .title{font-size:18px;line-height:26px;}
    .contact form{margin-top:20px;}
    .contact .form-row>[class*="col-"]{margin-bottom:10px;}
    .contact label{margin-bottom:5px;font-size:14px;line-height:22px;}
    .contact .form-feedback .form-control{padding:5px 0;}
    .contact .col-md-6:nth-child(3){padding-right:0;}
    .contact .col-md-6:nth-child(4){padding-left:0;}
    .contact .btn{font-size:14px;line-height:22px;margin-top:10px;padding:10px 30px 10px 40px;}
}

.new-items{margin-top:85px;}
.new-items .container-xl{display:flex;}
.new-items .item{font-size:16px;line-height:24px;color:#666666;text-transform:uppercase;border:1px solid #1a4a92;margin-right:20px;
padding:13px 20px 13px 30px;border-radius:5px;}
.new-items .item::after{content:"";width:15px;height:12px;background:url(../../images/new-item-icon1.png)no-repeat;background-size:cover;display:inline-block;
margin-left:30px;}
.new-items .item:hover{background-color:#1a4a92;color:#fff;}
.new-items .item:hover::after{background:url(../../images/new-item-icon2.png)no-repeat;}
.new-items .item.active{background-color:#1a4a92;color:#fff;}
.new-items .item.active::after{background:url(../../images/new-item-icon2.png)no-repeat;}

.new-cont{margin-top:110px;}
.new-cont .all-box{padding-bottom:180px;display:flex;justify-content:space-between;}
.new-cont .left{width:20.7%;}
.new-cont .table-box{position:sticky;top:100px;}

.new-cont .table-title{font-size:28px;line-height:40px;font-weight:600;color:#1a4a92;}
.new-cont .table-of-content-list{margin-top:40px;}
.new-cont .table-text{padding-bottom:35px;border-bottom:1px solid #e5e5e5;}
.new-cont .table-text a{font-size:24px;line-height:32px;font-weight:500;color:#333333;letter-spacing:-1px;}
.new-cont .sub-list{margin-top:40px;}
.new-cont .sub-list a{font-size:18px;line-height:32px;color:#666666;margin-bottom:15px;}
.new-cont .sub-list a::before{content:"";width:5px;height:5px;background-color:#999999;display:inline-block;margin-right:25px;position:relative;top:-4px;}
.new-cont .sub-list a:hover{color:#1a4a92;text-decoration:underline;}
.new-cont .sub-list a:hover::before{content:"";width:18px;height:16px;background:url(../../images/new-cont-icon1.png)no-repeat;background-size:cover;display:inline-block;top:1px;margin-right:12px;}

.new-cont .right{width:75%;display:flex;justify-content:space-between;}
.new-cont .box-left{width:66.2%;}

.new-cont .t1{font-size:38px;line-height:48px;font-weight:600;color:#1a4a92;letter-spacing:-1px;}
.new-cont .box{display:flex;align-items:center;margin-top:30px;}
.new-cont .box div{font-size:16px;line-height:32px;color:#666666;font-weight:600;}
.new-cont .box div:nth-child(1){margin-right:25px;color:#1a4a92;}
.new-cont .box div:nth-child(2){text-transform:uppercase;}
.new-cont .center{margin-top:25px;padding:70px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.new-cont .last{display:flex;justify-content:space-between;margin-top:55px;}
.new-cont .l1{width:56.9%;}
.new-cont .l1 a{display:flex;align-items:center;font-size:18px;line-height:32px;color:#666666;margin-bottom:15px;}
.new-cont .l1 a span{font-size:18px;line-height:32px;font-weight:600;color:#000;margin-right:10px;text-transform:uppercase}
.new-cont .l1 a:hover{color:var(--public-color);text-decoration:underline;}
.new-cont .l1 a:hover span{color:var(--public-color);}
.new-cont .r1{width:30.3%;}
.new-cont .r1 a{width:100%;text-align:center;padding:14px 0;background-color:#1a4a92;font-size:16px;line-height:32px;color:#fff;text-transform:uppercase;
font-weight:500;border-radius:5px;}
.new-cont .r1 a:after{content:"";width:11px;height:10px;background:url(../../images/goback-icon.jpg)no-repeat;background-size:cover;display:inline-block;margin-left:15px;
position:relative;top:-1px;}
.new-cont .r1 a:hover{text-decoration:underline;}

.new-cont .box-right{width:27.3%;}
.new-cont .doublebox{padding:45px 30px 60px 30px;background-color:#f8f8f8;border-bottom:4px solid #1a4a92;}
.new-cont .doublebox .title{font-size:28px;line-height:40px;color:#333333;font-weight:500;}
.new-cont .doublebox a{display:block;}
.new-cont .contactbtn{border-radius:5px;margin-top:50px;padding:18px 0;text-align:center;background-color:#1a4a92;font-size:18px;line-height:26px;color:#fff;text-transform:uppercase;}
.new-cont .contactbtn::after{content:"";width:20px;height:20px;background:url(../../images/new-contactbtn-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:15px;position:relative;top:2px;}
.new-cont .contactbtn:hover{text-decoration:underline;}

.new-cont .downbtn{margin-top:40px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .downbtn::before{content:"";width:20px;height:22px;background:url(../../images/downbtn-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-right:25px;position:relative;top:3px;}
.new-cont .faqbtn{margin-top:30px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .faqbtn::before{content:"";width:26px;height:26px;background:url(../../images/faqbtn-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-right:25px;position:relative;top:5px;}
.new-cont .videobtn{margin-top:30px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .videobtn::before{content:"";width:26px;height:20px;background:url(../../images/videobtn-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-right:25px;position:relative;top:3px;}

.new-cont .downbtn:hover{color:#1a4a92;}
.new-cont .faqbtn:hover{color:#1a4a92;}
.new-cont .videobtn:hover{color:#1a4a92;}

.new-cont .downbtn:hover::before{background:url(../../images/downbtn-icon1.png)no-repeat;}
.new-cont .faqbtn:hover::before{background:url(../../images/faqbtn-icon1.png)no-repeat;}
.new-cont .videobtn:hover::before{background:url(../../images/videobtn-icon1.png)no-repeat;}
.new-cont .doublebox:nth-child(1){margin-bottom:40px}

.new-cont .doublebox:nth-child(2){padding:50px 25px 60px 25px;}
.new-cont .new-box{padding:30px 0;border-bottom:1px solid #dddddd;}
.new-cont .new-box p{display:inline-block;}
.new-cont .new-box p:nth-child(1){font-size:16px;line-height:24px;font-weight:600;color:#1a4a92;margin-right:25px;}
.new-cont .new-box p:nth-child(2){font-size:14px;line-height:22px;color:#666666;font-family:'Urbanist';}
.new-cont .new-box .title{font-size:18px;line-height:28px;color:#333333;margin-top:10px;font-weight:400;}
.new-cont .new-box .title:hover{color:var(--public-color);}
.new-cont .new-box .last1{margin-top:25px;}
.new-cont .new-box:nth-child(2){margin-top:20px;}

.vpro{padding-bottom:120px;}
.vpro .t1{font-size:36px;line-height:46px;font-weight:500;}
.vpro .t1::after{content:"";width:100%;height:2px;background-color:#1a4a92;display:block;margin-top:45px;}
.vpro .grid{margin-top:80px;gap:var(--bs-gap,25px);}
.vpro .g-col-xl-3{background-color:#f7f7f7;padding:30px 32px 40px 32px;}
.vpro .img{text-align:center;height:324px;display:flex;align-items:center;}
.vpro .img a{overflow:hidden;}
.vpro .img a img{transition:all .5s;mix-blend-mode:darken;}
.vpro .img a:hover img{transform:scale(1.1);transition:all .5s;}
.vpro .title{font-size:18px;line-height:24px;font-weight:500;color:#333333;}
.vpro .title::after{content:"";width:17px;height:17px;background:url(../../images/vpro-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-left:10px;position:relative;top:3px;}
.vpro .title:hover{color:var(--public-color);}
.vpro .box{margin-top:15px;padding-top:15px;position:relative;}
.vpro .box::before{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png) no-repeat;background-size:cover;display:block;position:absolute;left:0;top:0;}
.vpro .msg{font-size:15px;line-height:24px;color:#999999;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

@media (max-width:768px) {
    .new-cont{margin-top:10px;}
    .new-cont .all-box{padding-bottom:20px;}
    .new-cont .right{width:100%;flex-wrap:wrap;}
    .new-cont .box-left{width:100%;}
    .new-cont .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .new-cont .box{margin-top:5px;}
    .new-cont .box div:nth-child(1){margin-right:10px;}
    .new-cont .box div:nth-child(1),.new-cont .box div:nth-child(2){font-size:14px;line-height:22px;}
    .new-cont .center{margin-top:10px;padding:10px 0;}
    .new-cont .last{margin-top:15px;flex-wrap:wrap;}
    .new-cont .l1{width:100%;}
    .new-cont .l1 a,.new-cont .l1 a span{font-size:14px;line-height:22px;}
    .new-cont .l1 a{margin-bottom:5px;}
    .new-cont .r1{width:100%;}
    .new-cont .r1 a{width:auto;font-size:14px;line-height:22px;padding:10px 25px;display:table;margin:0 0 0 auto;}
    .new-cont .r1 a:after{top:0px;margin-left:5px;}
    .new-cont .box-right{width:100%;margin-top:15px;}

    .new-cont .doublebox{padding:15px;}
    .new-cont .doublebox .title{font-size:18px;line-height:26px;}
    .new-cont a.contactbtn{margin-top:15px;padding:10px 25px;font-size:16px;line-height:24px;display:inline-block;}
    .new-cont .downbtn,.new-cont .faqbtn,.new-cont .videobtn{margin-top:10px;font-size:16px;line-height:24px;}
    .new-cont .downbtn::before,.new-cont .faqbtn::before,.new-cont .videobtn::before{margin-right:10px;}
    .new-cont .doublebox:nth-child(1){margin-bottom:20px;} 
    .new-cont .doublebox:nth-child(2){padding:15px;}
    .new-cont .new-box:nth-child(2){margin-top:5px;padding:10px 0;}
    .new-cont .new-box p:nth-child(1){font-size:14px;line-height:22px;}
    .new-cont .doublebox .title{margin-top:0;}

    .vpro{padding-bottom:20px;}
    .vpro .t1{font-size:18px;line-height:26px;}
    .vpro .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .vpro .g-col-xl-3{padding:15px;}
    .vpro .box{margin-top:10px;padding-top:10px;}
    .vpro .img{display:flex;justify-content:center;height:auto;}
    .vpro .img a,.vpro .img a img{height:100%;width:auto;}
    .vpro .title{font-size:16px;line-height:24px;}
    .vpro .msg{font-size:14px;line-height:22px;}
}

.banner{margin-top:110px;}
.banner .banner-text{top:90px;align-items:flex-start;text-align:left;}
.banner .breadcrumb-item{display:flex;align-items:center;}
.banner .breadcrumb-item a{font-size:18px;line-height:28px;color:#fff;}
.banner .breadcrumb-item+.breadcrumb-item{padding-left:15px;}
.banner .breadcrumb-item+.breadcrumb-item::before{content:"";width:17px;height:8px;background:url(../../images/breadcrumb-item-icon1.png)no-repeat;
background-size:cover;display:inline-block;margin-right:15px;}
.banner .breadcrumb-item a:hover{text-decoration:underline;}
.banner .t1{font-size:48px;line-height:72px;color:#fff;margin-top:30px;}
.banner .msg{font-size:18px;line-height:32px;color:rgba(255,255,255,.9);margin-top:15px;width:92%;}
.banner .msg::after{content:"";width:200px;height:2px;background-color:#fff;display:block;margin-top:55px;}

.tech{margin-top:200px;padding-bottom:300px;}
.tech .box{display:flex;justify-content:space-between;margin-bottom:100px;}
.tech .left{width:42.9%;}
.tech .right{width:50%;padding-top:25px;position:relative;}
.tech .box:nth-child(odd){text-align:right;}
.tech .box:nth-child(even) .right{order:-1;}
.tech .box:nth-child(even) .msg{text-align:justify;}
.tech .msg:nth-child(2){margin-top:50px;}
.tech .msg:nth-child(3){margin-top:35px;}
.tech .box:last-child{margin-bottom:0;}

.tech .box:nth-child(odd) .right::after{content:"";width:4px;height:100px;background-color:#1a4a92;position:absolute;right:-60px;top:0;}
.tech .box:nth-child(even) .right::after{content:"";width:4px;height:100px;background-color:#1a4a92;position:absolute;left:-60px;top:0;}

.probanner .msg{width:82%;}

@media (max-width:1919px) {
    .banner .banner-text{top:0;align-items:center;}
    .banner .t1{font-size:36px;line-height:46px;}
    .banner .msg{font-size:16px;line-height:24px;}
    .banner .msg::after{display:none;}
}
@media (max-width:768px) {
    .banner{margin-top:0;}
    .banner .breadcrumb-item+.breadcrumb-item{padding-left:5px;}
    .banner .breadcrumb-item+.breadcrumb-item::before{margin-right:5px;}
    .banner .breadcrumb-item a{font-size:14px;line-height:22px;}
    .banner .t1{font-size:18px;line-height:26px;margin-top:0;}
    .banner .msg{display:none;}
}

.proindex{margin-top:220px;padding-bottom:250px;}
.proindex .box{display:flex;justify-content:space-between;align-items:center;margin-bottom:100px;}
.proindex .left{width:47.2%;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center;height:400px;position:relative;}
.proindex .left img{mix-blend-mode:darken;transition:all .5s;}
.proindex .left a:hover img{transform:scale(1.2);transition:all .5s;}
.proindex .right{width:47.2%;}
.proindex .t1::after{content:"";width:44px;height:44px;background:url(../../images/proindex-title-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:5px;}
.proindex .t1:hover{text-decoration:underline;}
.proindex .msg{margin-top:55px;}
.proindex .tip{margin-top:35px;}
.proindex .tip p{font-size:18px;line-height:32px;color:#666666;}
.proindex .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}

.proindex .box:last-child{margin-bottom:0;}
.proindex .box:nth-child(odd) .left{border-top-left-radius:500px;border-bottom-left-radius:500px;}
.proindex .box:nth-child(even) .left{border-top-right-radius:500px;border-bottom-right-radius:500px;order:2;}
.proindex .box:nth-child(odd) .left::after{content:"";width:4px;height:100px;background-color:#1a4a92;position:absolute;top:0;right:0;}
.proindex .box:nth-child(even) .left::after{content:"";width:4px;height:100px;background-color:#1a4a92;position:absolute;top:0;left:0;}

@media (max-width:768px) {
    .proindex{margin-top:20px;padding-bottom:20px;}
    .proindex .box{margin-bottom:20px;}
    .proindex .left{height:auto;background-color:transparent;overflow:hidden;}
    .proindex .right{margin-top:10px !important;}
    .proindex .t1::after{width:30px;height:30px;background-size:cover;margin-left:10px;top:10px;}
    .proindex .msg{margin-top:10px;}
    .proindex .tip{margin-top:10px;}
    .proindex .tip p{font-size:14px;line-height:22px;}
    .proindex .tip p::before{margin-right:10px;}
    .proindex .box:nth-child(odd) .left::after,.proindex .box:nth-child(even) .left::after{display:none;}
}

.made{margin-top:200px;padding-bottom:120px;}
.made .t1{font-size:42px;position:relative;}
.made .t1::before{content:"";width:4px;height:100px;background-color:#1a4a92;display:block;position:absolute;left:-60px;top:-20px;}

.made .center{margin-top:90px;}
.made .max-1660{max-width:1660px;display:flex;justify-content:space-between;align-items:center;}
.made .max-1660 .left{width:55.5%;}
.made .max-1660 .right{width:39.8%;}
.made .tip{margin-top:50px;}
.made .tip p{font-size:18px;line-height:42px;color:#666666;}
.made .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:20px;}

.made .under{margin-top:120px;}
.made .under .container-xl{display:flex;justify-content:space-between;align-items:center;}
.made .under .left{width:47.2%;order:2;}
.made .under .msg{margin-top:100px;}
.made .under .right{width:50%;}

.stup{padding:90px 0;background-color:#f4f4f4;}
.stup .container-xl{display:flex;justify-content:space-between;}
.stup .left{width:47.2%;order:2;}
.stup .t1{font-size:42px;position:relative;}
.stup .t1::before{content:"";width:4px;height:100px;background-color:#1a4a92;display:block;position:absolute;left:-60px;top:-20px;}
.stup .msg{margin-top:100px;}
.stup .right{width:47.9%;padding-top:25px;}

.rance{margin-top:110px;padding-bottom:260px;}
.rance .max-1660{max-width:1660px;display:flex;justify-content:space-between;align-items:center;}
.rance .left{width:55.5%;}
.rance .right{width:39.8%;}
.rance .t1{position:relative;}
.rance .t1::before{content:"";width:4px;height:100px;background-color:#1a4a92;display:block;position:absolute;right:-60px;top:-20px;}
.rance .msg{margin-top:100px;}

@media (max-width:1660px) {
    .max-1660{max-width:100% !important;padding:0 15px;}
}
@media (max-width:1919px) {
    .tech .box:nth-child(odd) .right::after,.tech .box:nth-child(even) .right::after{display:none;}
    .made .t1::before,.made .t1::before,.stup .t1::before,.rance .t1::before{display:none;}
}

.serbanner .msg{width:76%;}

.entire{margin-top:170px;text-align:center;}
.entire .msg:nth-child(2){margin-top:35px;}
.entire .boxs{margin-top:55px;display:flex;justify-content:space-between;}
.entire .box{width:14.3%;}
.entire .title{font-size:20px;line-height:28px;color:#333333;margin-top:35px;letter-spacing:-1px;}

.service{margin-top:150px;}
.service .top{position:relative;padding-bottom:35px;}
.service .top::before{content:"";width:100%;height:2px;background-color:#d1dbe9;display:block;position:absolute;left:0;bottom:0;}
.service .top::after{content:"";width:240px;height:240px;background:url(../../images/service-skip.png)no-repeat;background-size:cover;
display:block;position:absolute;bottom:-120px;right:8.4%;}
.service .under{margin-top:90px;}
.service .box{padding:60px 0;}
.service .box .container-xl{display:flex;justify-content:space-between;align-items:center;}
.service .box .left{width:42.9%;}
.service .box .right{width:50%;}
.service .title{font-size:36px;line-height:48px;color:#333333;}
.service .msg{margin-top:35px;}
.service .box:nth-child(even){background-color:#f8f8f8;}
.service .box:nth-child(even) .left{order:2;}

.ponent{margin-top:150px;padding-bottom:160px;}
.ponent .container-xl{display:flex;justify-content:space-between;}
.ponent .left{width:47.2%;}
.ponent .t1{font-size:42px;letter-spacing:-1px;}
.ponent .left .msg{margin-top:45px;}
.ponent .text{font-size:18px;line-height:42px;color:#1a4a92;text-decoration:underline;}
.ponent .text:nth-child(3){margin-top:60px;}
.ponent .right{width:47.2%;}
.ponent .title{font-size:18px;line-height:32px;font-weight:500;color:#333333;}
.ponent .box{margin-bottom:35px;}
.ponent .box:last-child{margin-bottom:0;}

.cific{padding-bottom:180px;}
.cific .under{margin-top:-230px;}
.cific .grid{gap:var(--bs-gap,80px);}
.cific .g-col-xl-6{box-shadow:0 0 30px 1px rgba(0,0,0,.1);padding:120px 65px 120px 65px;background-color:#fff;}
.cific .title{font-size:36px;line-height:48px;color:#1a4a92;letter-spacing:-1px;}
.cific .title::before{content:"";width:140px;height:2px;background-color:#bac8de;display:block;margin-bottom:45px;}
.cific .msg{margin-top:50px;}
.cific .g-col-xl-6:nth-child(1) .tip{margin-top:40px;}
.cific .tip p{font-size:18px;line-height:32px;color:#666666;margin-bottom:15px;}
.cific .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:20px;}
.cific .g-col-xl-6:nth-child(2) .tip{margin-top:45px;}

@media (max-width:768px) {
    .made{margin-top:20px;padding-bottom:20px;}
    .made .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .made .center{margin-top:10px;}
    .made .tip{margin-top:10px;}
    .made .tip p{font-size:14px;line-height:22px;}
    .made .tip p::before{margin-right:10px;}
    .made .under{margin-top:10px;}
    .made .under .msg{margin-top:5px;}

    .stup{padding:20px 0;}
    .stup .right{padding-top:0;margin-top:10px !important;}
    .stup .t1{font-size:18px;}
    .stup .msg{margin-top:5px;}

    .rance{margin-top:15px;padding-bottom:15px;}
    .rance .right{margin-top:10px !important;}
    .rance .msg{margin-top:5px;}

    .tech{margin-top:20px;padding-bottom:20px;}
    .tech .box{margin-bottom:20px;}
    .tech .right{padding-top:0;margin-top:10px !important;}
    .tech .msg:nth-child(2),.tech .msg:nth-child(3){margin-top:5px;}

    .entire{margin-top:20px;}
    .entire .msg:nth-child(2){margin-top:5px;}
    .entire .boxs{margin-top:20px;flex-wrap:wrap;}
    .entire .box{width:48%;}
    .entire .title{margin-top:5px;font-size:16px;line-height:24px;}

    .service{margin-top:20px;}
    .service .top{padding-bottom:5px;}
    .service .top::after{display:none;}
    .service .under{margin-top:0;}
    .service .box{padding:15px 0;}
    .service .box .right{margin-top:10px !important;}
    .service .title{font-size:18px;line-height:26px;}
    .service .msg{margin-top:5px;}

    .ponent{margin-top:20px;padding-bottom:20px;}
    .ponent .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .ponent .left .msg{margin-top:5px;}
    .ponent .box{margin-bottom:10px;}
    .ponent .text{font-size:14px;line-height:22px;}
    .ponent .text:nth-child(3){margin-top:10px;}

    .cific{padding-bottom:20px;}
    .cific .under{margin-top:20px;}
    .cific .grid{gap:var(--bs-gap,20px);}
    .cific .g-col-xl-6{padding:20px;}
    .cific .title{font-size:18px;line-height:26px;}
    .cific .title::before{display:none;}
    .cific .msg{margin-top:5px;}
    .cific .g-col-xl-6:nth-child(1) .tip{margin-top:10px;}
    .cific .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .cific .g-col-xl-6:nth-child(2) .tip{margin-top:10px;}
}

.about-banner .t1{width:78%;line-height:56px;}
.about-banner .t1::after{content:"";width:200px;height:2px;background-color:#e5e6ea;display:block;margin-top:70px;}

.about{margin-top:170px;}
.about .box{display:flex;justify-content:space-between;}
.about .left{width:65%;}
.about .left .msg:nth-child(2){margin-top:65px;}
.about .left .msg:nth-child(3){margin-top:30px;}
.about .left img{margin-top:-60px;}
.about .right{width:30.4%;}
.about .box1{padding-bottom:30px;border-bottom:1px solid #dddddd;margin-bottom:40px;}
.about .box1 .text1{font-size:48px;line-height:48px;color:#1a4a92;}
.about .box1 .text2{font-size:18px;line-height:28px;color:#999999;margin-top:35px;}
.about .grid{margin-top:90px;gap:var(--bs-gap,70px);}
.about .g-col-xl-4{background-color:#1a4a92;padding:45px 40px 50px 30px;}
.about .g-col-xl-4 .title{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;padding-right:45px;position:relative;}
.about .g-col-xl-4:nth-child(1) .title::before{content:"";width:40px;height:46px;background:url(../../images/about-icon1.png)no-repeat;
background-size:cover;display:block;position:absolute;right:0;top:-10px;}
.about .g-col-xl-4:nth-child(2) .title::before{content:"";width:43px;height:40px;background:url(../../images/about-icon2.png)no-repeat;
background-size:cover;display:block;position:absolute;right:0;top:-5px;}
.about .g-col-xl-4:nth-child(3) .title::before{content:"";width:44px;height:40px;background:url(../../images/about-icon3.png)no-repeat;
background-size:cover;display:block;position:absolute;right:0;top:-5px;}

.about .title:after{content:"";width:40px;height:2px;background-color:#ffffff;display:block;margin-top:20px;}
.about .g-col-xl-4 .msg{font-size:16px;line-height:28px;font-weight:300;color:#fff;margin-top:30px;letter-spacing:-1px;}

.factory{margin-top:120px;}
.factory .msg{margin-top:55px;}
.factory .box{margin-top:45px;display:flex;justify-content:space-between;}
.factory .left{width:16%;}
.factory a{font-size:16px;line-height:32px;color:#ffffff;background-color:#1a4a92;text-transform:uppercase;
padding:14px 30px 14px 55px;border-radius:5px;margin-top:65px;}
.factory a::after{content:"";width:15px;height:12px;background:url(../../images/factory-a-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-left:10px;}
.factory a:hover{text-decoration:underline;}
.factory .right{width:64.3%;}

.offer{margin-top:160px;padding-bottom:200px;}
.offer .container-xl{display:flex;justify-content:space-between;align-items:center;}
.offer .left{width:50%;}
.offer .right{width:42.9%;}
.offer .tip{margin-top:65px}
.offer .tip p{font-size:18px;line-height:28px;color:#666666;margin-bottom:10px;}
.offer .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:15px;}

.juven .top{display:flex;justify-content:space-between;}
.juven .left{width:55.3%;background-color:#122645;position:relative;display:flex;justify-content:flex-end;align-items:center;}
.juven .box{width:75.5%;padding-right:100px;}
.juven .t1{color:#fff;}
.juven .msg{color:#fff;margin-top:30px;}
.juven a{font-size:16px;line-height:32px;color:#ffffff;background-color:#1a4a92;text-transform:uppercase;
padding:14px 30px 14px 55px;border-radius:5px;margin-top:60px;}
.juven a::after{content:"";width:15px;height:12px;background:url(../../images/factory-a-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-left:15px;}
.juven a:hover{text-decoration:underline;}
.juven .right{width:44.7%;}

.juven .under{margin-top:85px;}
.juven .grid{gap:var(--bs-gap,45px);}
.juven .g-col-xl-3{display:flex;justify-content:space-between;}
.juven .g-col-xl-3 .img{width:50px;}
.juven .g-col-xl-3 .text{font-size:20px;line-height:28px;color:#333333;width:75%;}

.tally{margin-top:170px;padding-bottom:220px;display:flex;justify-content:space-between;}
.tally .left{width:50%;position:relative;}
.tally .box{width:73%;height:100%;position:absolute;right:0;top:0;padding-right:120px;}
.tally .t1{line-height:56px;color:#fff;margin-top:80px;}
.tally .msg{color:#fff;margin-top:175px;}
.tally .right{width:50%;}

@media (max-width:1919px) {
    .tally .box{padding-right:30px;}
    .tally .t1{font-size:32px;line-height:40px;margin-top:20px;}
    .tally .msg{margin-top:20px;}
}
@media (max-width:768px) {
    .about-banner .t1{width:100%;line-height:26px;}
    .about-banner .t1::after{display:none;}

    .about{margin-top:20px;}
    .about .box1{padding-bottom:5px;margin-bottom:10px;}
    .about .box1 .text1{font-size:20px;line-height:28px;}
    .about .box1 .text2{font-size:14px;line-height:22px;margin-top:5px;}
    .about .left .msg:nth-child(2){margin-top:5px;}
    .about .left .msg:nth-child(3){margin-top:5px;}
    .about .left img{margin-top:10px;}
    .about .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .about .g-col-xl-4{padding:20px;}
    .about .g-col-xl-4 .title{font-size:18px;line-height:26px;}
    .about .g-col-xl-4 .msg{font-size:14px;line-height:22px;letter-spacing:0;margin-top:20px;}

    .factory{margin-top:20px;}
    .factory .box{margin-top:0;}
    .factory .left{margin-top:0 !important;}
    .factory .msg{margin-top:5px;}
    .factory .right{margin-top:10px !important;}
    .factory a{margin-top:20px;font-size:14px;line-height:22px;padding:10px 20px 10px 30px;}

    .offer{margin-top:20px;padding-bottom:20px;}
    .offer .tip{margin-top:10px;}
    .offer .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}

    .tally{margin-top:20px;padding-bottom:20px;}
    .tally .box{width:100%;padding:15px;}
    .tally .t1{font-size:18px;line-height:26px;margin-top:0;}
    .tally .t1 br{display:none;}
    .tally .msg{margin-top:10px;}
}

.prolist-head{margin-top:70px;}
.prolist-head .container-xl{display:flex;justify-content:space-between;}
.prolist-head .box{width:20%;text-align:center;}
.prolist-head .box.active{box-shadow:0 0 20px 1px rgba(0,0,0,.07)}
.prolist-head .img{overflow:hidden;}
.prolist-head .img a img{transition:all .5s;}
.prolist-head .img a:hover img{transform:scale(1.1);transition:all .5s;}
.prolist-head .title{font-size:18px;line-height:28px;color:#333333;margin-top:20px;}
.prolist-head .title:hover{color:#1a4a92;text-decoration:underline;}
.prolist-head .box.active .title{color:#1a4a92;text-decoration:underline;}

.prolist{margin-top:125px;padding-bottom:80px;}
.prolist .top{text-align:center;}
.prolist .t1{color:#333333;}
.prolist .top .msg{width:76%;display:table;margin:25px auto 0 auto;}
.prolist .top .msg:after{content:"";width:200px;height:2px;background-color:#486ea8;display:table;margin:55px auto 0 auto;}
.prolist .grid{margin-top:100px;gap:var(--bs-gap,40px);}

.about-banner.fl .t1::after {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #e5e6ea;
    display: block;
    margin-top: 30px;
}
.about-banner.fl .msg::after {display: none;}

.prolist .g-col-xl-4{position:relative;background-color:#f7f7f7;}
.prolist .g-col-xl-4:hover{background-color:#fff;}
.prolist .g-col-xl-4::before{content:"";width:0;height:2px;background-color:#1a4a92;display:block;position:absolute;left:0;top:0;transition:all .5s;}
.prolist .g-col-xl-4::after{content:"";width:0;height:2px;background-color:#1a4a92;display:block;position:absolute;right:0;bottom:0;transition:all .5s;}
.prolist .g-col-xl-4:hover::before{width:100%;transition:all .5s;}
.prolist .g-col-xl-4:hover::after{width:100%;transition:all .5s;}

.prolist .g-col-xl-4 .box{padding:40px 30px;position:relative;height:100%;}
.prolist .g-col-xl-4 .box::before{content:"";width:2px;height:0;background-color:#1a4a92;display:block;position:absolute;left:0;bottom:0;transition:all .5s;}
.prolist .g-col-xl-4 .box::after{content:"";width:2px;height:0;background-color:#1a4a92;display:block;position:absolute;right:0;top:0;transition:all .5s;}
.prolist .g-col-xl-4:hover .box::before{height:100%;transition:all .5s;}
.prolist .g-col-xl-4:hover .box::after{height:100%;transition:all .5s;}

.prolist .g-col-xl-4 .img{text-align:center;mix-blend-mode:darken;height:450px;display:flex;align-items:center;overflow:hidden;}
.prolist .g-col-xl-4 .img a img{transition:all .5s;}
.prolist .g-col-xl-4 .img a:hover img{transform:scale(1.1);transition:all .5s;}

.prolist .title{font-size:18px;line-height:28px;color:#333333;}
.prolist .title::after{content:"";width:17px;height:17px;background:url(../../images/prolist-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-left:10px;position:relative;top:2px;}
.prolist .title:hover{color:var(--public-color);}
.prolist .skip{margin-top:25px;width:100%;height:1px;background:url(../../images/prolist-skip.png)no-repeat;background-size:cover;}
.prolist .msg{font-size:15px;line-height:24px;margin-top:15px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

.riend{padding:130px 0 120px 0;background-color:#f8f8f8;}
.riend .container-xl{display:flex;justify-content:space-between;align-items:center;}
.riend .left{width:44.3%;}
.riend .t1{letter-spacing:-1px;font-size:40px;line-height:48px;}
.riend .msg{margin-top:30px;}
.riend .tip{margin-top:40px;}
.riend .tip p{font-size:18px;line-height:32px;color:#666666;margin-bottom:5px;}
.riend .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}
.riend a{margin-top:40px;font-size:18px;line-height:32px;color:#1a4a92;position:relative;}
.riend a::before{content:"";width:100%;height:2px;background-color:#7b96be;display:block;position:absolute;left:0;bottom:5px;}
.riend a::after{content:"";width:17px;height:8px;background:url(../../images/riend-a-icon.jpg)no-repeat;background-size:cover;display:inline-block;
margin-left:10px;position:relative;top:-2px;}
.riend .right{width:50%;}

.rea{margin-top:80px;text-align:center;padding-bottom:80px;}
.rea .grid{margin-top:95px;gap:var(--bs-gap,40px);}
.rea .g-col-xl-4{box-shadow:0 0 30px 1px rgba(0,0,0,.1);padding:70px 40px 40px 40px;height:380px;position:relative;}
.rea .box{height:100%;position:relative;}
.rea .box::before{content:"";width:100%;height:1px;background:url(../../images/prolist-skip.png)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;}
.rea .title{font-size:18px;line-height:28px;color:#333333;}
.rea .msg{color:#999999;margin-top:20px;}

.rea .g-col-xl-4:nth-child(1)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon1.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}
.rea .g-col-xl-4:nth-child(2)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon2.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}
.rea .g-col-xl-4:nth-child(3)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon3.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}
.rea .g-col-xl-4:nth-child(4)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon4.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}
.rea .g-col-xl-4:nth-child(5)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon5.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}
.rea .g-col-xl-4:nth-child(6)::before{content:"";width:40px;height:40px;background:url(../../images/rea-icon6.png)no-repeat;background-size:cover;
display:block;position:absolute;left:20px;top:20px;}

.rea .center{margin-top:140px;}
.rea .max-1580{max-width:1580px;position:relative;}
.rea .swiper{margin-top:60px;}
.rea .swiper-slide{position:relative;}
.rea .text{font-size:20px;line-height:28px;font-weight:500;color:#fff;background-color:var(--public-color);padding:11px 30px;position:active;
left:0;bottom:0;}
.rea .swiper-button-prev{width:34px;height:33px;left:30px;top:65%;}
.rea .swiper-button-prev:after{content:"";width:100%;height:100%;background:url(../../images/biod-prev.png)no-repeat;background-size:cover;}
.rea .swiper-button-next{width:34px;height:33px;right:30px;top:65%;}
.rea .swiper-button-next:after{content:"";width:100%;height:100%;background:url(../../images/biod-prev.png)no-repeat;background-size:cover;transform:rotate(180deg);}

.rea .under .t1{margin-top:120px;}
.rea table{width:100%;margin-top:60px;text-align:left;}
.rea table tr td{font-size:16px;line-height:30px;color:#666666;padding:10px 0 10px 85px;border:1px solid #ffffff;}
.rea table tr:nth-child(odd) td{background-color:#e8edf4;}
.rea table tr:nth-child(even) td{background-color:#f8f9fc;}
.rea table tr:nth-child(1) td{color:#fff;font-weight:500;background-color:#1a4a92;}

.mold{padding:120px 0 100px 0;background-color:#f8f8f8;}
.mold .t1{text-align:center;}
.mold .msg{text-align:center;margin-top:25px;}
.mold .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.mold .g-col-xl-6{padding:85px 85px 90px 65px;background-color:#fff;}
.mold .title{font-size:32px;line-height:48px;font-weight:500;color:#333333;}
.mold .tip{margin-top:40px;}
.mold .tip p{font-size:18px;line-height:32px;color:#666666;margin-bottom:10px;}
.mold .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}
.mold .box{display:flex;justify-content:space-between;margin-top:45px;}
.mold .img{width:30.2%;}
.mold a{margin:50px 0 0 auto;display:table;font-size:18px;line-height:32px;color:#1a4a92;position:relative;}
.mold a::before{content:"";width:100%;height:2px;background-color:#7b96be;display:block;position:absolute;left:0;bottom:5px;}
.mold a::after{content:"";width:17px;height:8px;background:url(../../images/riend-a-icon.jpg)no-repeat;background-size:cover;display:inline-block;
margin-left:10px;position:relative;top:-2px;}

.profaq{margin-top:80px;padding-bottom:110px;}
.profaq .container-xl{display:flex;justify-content:space-between;}
.profaq .left{width:45%;}
.profaq .t1{font-size:42px;}
.profaq .msg{margin-top:20px;}
.profaq a{margin-top:40px;font-size:16px;line-height:28px;color:#ffffff;background-color:#1a4a92;text-transform:uppercase;padding:10px 10px 10px 25px;border-radius:50px;}
.profaq a .text{display:flex;align-items:center;}
.profaq a .text::after{content:"";width:40px;height:40px;background:url(../../images/home-contact-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;}
.profaq a:hover .text{text-decoration:underline;}
.profaq .right{width:50%;}
.profaq .faq-title{font-size:20px;line-height:30px;color:#666666;padding:15px 50px 15px 35px;background-color:#f3f6f9;position:relative;}
.profaq .faq-title::before{content:"";width:4px;height:100%;background-color:#1a4a92;position:absolute;left:0;top:0;}
.profaq .faq-title::after{content:"";width:26px;height:27px;background:url(../../images/faq-icon1.png)no-repeat;background-size:cover;display:block;
position:absolute;right:20px;top:17px;}
.profaq .faq-content{font-size:18px;line-height:32px;color:#666666;height:0;overflow:hidden;}

.profaq .faq-item.active .faq-title{color:#1a4a92;}
.profaq .faq-item.active .faq-title::after{background:url(../../images/faq-icon2.png)no-repeat;}
.profaq .faq-item.active .faq-content{margin-top:25px;height:auto;transition:all .5s;padding-bottom:35px;}

.rend .left{width:43.6%;}
.rend .tip{margin-top:35px;}

.hn1{margin-top:120px;padding-bottom:140px;}
.hn1 .grid{margin-top:80px;}

@media (max-width:1430px) {
    .rea .g-col-xl-4{height:410px;}
}
@media (max-width:768px) {
    .about-banner.fl .t1::after {display: none;}
    .prolist-head{display:none;}

    .prolist{margin-top:20px;padding-bottom:20px;}
    .prolist .top .msg{width:100%;margin-top:5px;}
    .prolist .top .msg:after{display:none;}
    .prolist .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .prolist .g-col-xl-4 .box{padding:15px;}
    .prolist .g-col-xl-4 .img{height:auto;}
    .prolist .skip{margin-top:10px;}
    .prolist .msg{font-size:14px;line-height:22px;margin-top:10px;}

    .riend{padding:20px 0;}
    .riend .left{margin-top:10px !important;}
    .riend .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .riend .msg{margin-top:5px;}
    .riend .tip{margin-top:10px;}
    .riend .tip p{font-size:14px;line-height:22px;}
    .riend a{margin-top:10px;font-size:14px;line-height:22px;}

    .rea{margin-top:20px;padding-bottom:20px;}
    .rea .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .rea .g-col-xl-4{height:auto;padding:25px 25px 35px 25px;}
    .rea .g-col-xl-4:nth-child(1)::before,.rea .g-col-xl-4:nth-child(2)::before,.rea .g-col-xl-4:nth-child(3)::before
    ,.rea .g-col-xl-4:nth-child(4)::before,.rea .g-col-xl-4:nth-child(5)::before,.rea .g-col-xl-4:nth-child(6)::before{display:none;}
    .rea .msg{margin-top:5px;}
    .rea .box::before{bottom:-10px;}
    .rea .t1:nth-child(3){margin-top:20px;}
    .rea table{margin-top:20px;}
    .rea table tr td{padding:10px;font-size:14px;line-height:22px;}

    .mold{padding:20px 0;}
    .mold .msg{margin-top:10px;}
    .mold .grid{margin-top:20px;gap:var(--bs-gap,25px);}
    .mold .g-col-xl-6{padding:15px;}
    .mold .title{font-size:18px;line-height:26px-;}
    .mold .tip{margin-top:10px;}
    .mold .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .mold .tip p::before{margin-right:10px;}
    .mold .box{margin-top:20px;}
    .mold a{margin-top:20px;font-size:14px;line-height:22px;}
    .mold a::after{top:0;}

    .profaq{margin-top:20px;padding-bottom:20px;}
    .profaq .t1{font-size:18px;letter-spacing:0;}
    .profaq .msg{margin-top:5px;}
    .profaq .faq-title{font-size:18px;line-height:26px;padding:10px 45px 10px 15px;}
    .profaq .faq-title::after{right:10px;}
    .profaq .faq-content{font-size:14px;line-height:22px;}
    .profaq .faq-item.active .faq-content{padding:15px;margin-top:0;}
    .profaq a{margin-top:20px;font-size:14px;line-height:22px;padding:5px 10px 5px 15px;}

    .hn1{margin-top:20px;padding-bottom:20px;}
    .hn1 .grid{margin-top:20px;}
}
.pro-cont{margin-top:100px;padding-bottom:130px;}
.pro-cont .container-xl{display:flex;justify-content:space-between;}
.pro-cont .left{width:50%;order:2;}
.pro-cont .product-thumb{border-color:transparent;}
.pro-cont .product-thumbs{padding:0;margin-top:60px;}
.pro-cont .product-thumbs .swiper-container{width:84.3%;margin:0 auto;}
.pro-cont .product-thumbs a{height:120px;display:flex;justify-content:center;align-items:center;overflow:hidden;}
.pro-cont .mz-thumb.mz-thumb-selected img{border-color:transparent;mix-blend-mode:darken;}
.pro-cont .mz-thumb{background-color:#f3f6f9;}
.pro-cont .swiper-button-prev{width:40px;height:40px;position:absolute;left:0;top:50%;}
.pro-cont .swiper-button-prev:after{content:"";width:100%;height:100%;background:url(../../images/pro-cont-prev.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.pro-cont .swiper-button-next{width:40px;height:40px;position:absolute;right:0;top:50%;}
.pro-cont .swiper-button-next:after{content:"";width:100%;height:100%;background:url(../../images/pro-cont-prev.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;transform:rotate(180deg);}
.pro-cont .swiper-button-disabled{opacity:1;}

.pro-cont .right{width:44.7%;}
.pro-cont .t1{font-size:42px;line-height:56px;letter-spacing:-2px;}
.pro-cont .msg{margin-top:25px;color:#999999;}
.pro-cont .title{font-size:18px;line-height:32px;color:#1a4a92;font-weight:500;margin-top:30px;}
.pro-cont table{margin-top:20px;width:100%;}
.pro-cont table tr td{font-size:18px;line-height:40px;color:#666666;}
.pro-cont table tr td:nth-child(1){width:35.2%;color:#999999;}
.pro-cont .btns{margin-top:60px;}
.pro-cont .btns a{font-size:16px;;line-height:28px;}
.pro-cont .btns .downbtn{background-color:#1a4a92;border-radius:5px;padding:11px 20px 11px 30px;color:#fff;margin-right:20px;}
.pro-cont .btns .downbtn:after{content:"";width:15px;height:12px;background:url(../../images/pro-down-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:30px;}
.pro-cont .btns .downbtn:hover{text-decoration:underline;}
.pro-cont .btns .pdf{border:1px solid #d1dbe9;padding:10px 35px 10px 70px;border-radius:5px;position:relative;}
.pro-cont .btns .pdf::before{content:"";width:26px;height:26px;background:url(../../images/pro-pdf-icon.png)no-repeat;background-size:cover;
display:block;margin-right:20px;position:absolute;top:10px;left:25px;}
.pro-cont .btns .pdf:hover{text-decoration:underline;}
.pro-cont .share{margin-top:40px;font-size:14px;;line-height:22px;color:#1a4a92;}
.pro-cont .share .social:nth-child(1){margin-left:15px;}

.navi{background-color:#fff;}
.navi .box{display:flex;border-bottom:1px solid #d1dbe9;}
.navi .nav-btn{font-size:24px;line-height:32px;color:#999999;margin-right:70px;padding-bottom:35px;position:relative;}
.navi .nav-btn::before{content:"";width:100%;height:4px;background-color:#1a4a92;display:none;position:absolute;left:0;bottom:-1px;}
.navi .nav-btn:hover{color:#1a4a92;}
.navi .nav-btn:hover::before{display:block;}
.navi .nav-btn.active{color:#1a4a92;}
.navi .nav-btn.active::before{display:block;}

.navi.top{position:fixed;top:-100%;left:0;width:100%;z-index:98;}
.navi.top .nav-btn{padding:15px 0;}
.navi.top.active{top:80px;transition:all .5s;}

.p1{margin-top:110px;}
.p1 .t1,.p2 .t1,.p3 .t1,.p4 .t1,.p5 .t1{font-size:36px;}
.p1 .grid{margin-top:65px;gap:var(--bs-gap,40px);}
.p1 .g-col-xl-4{height:0;overflow:hidden;}
.p1 .g-col-xl-4:nth-child(1),.p1 .g-col-xl-4:nth-child(2),.p1 .g-col-xl-4:nth-child(3){box-shadow:0 0 20px 1px rgba(0,0,0,.1);padding:40px;height:auto;}
.p1 .title{font-size:18px;line-height:28px;color:#333333;margin-top:25px;}
.p1 .box{margin-top:25px;padding-top:20px;position:relative;}
.p1 .box::before{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png) no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.p2{margin-top:90px;}
.p2 .t1{margin-bottom:40px;}
.p2 p{font-size:18px;line-height:32px;color:#666666;margin-bottom:15px;}
.p2 p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:13px;}

.p3{margin-top:110px;}
.p3 table{margin-top:70px;width:100%;}
.p3 table tr td{font-size:16px;line-height:28px;color:#666666;padding:11px 0 11px 55px;border:1px solid #fff;}
.p3 table tr:nth-child(odd) td{background-color:#e8edf4;}
.p3 table tr:nth-child(even) td{background-color:#f8f9fc;}
.p3 table tr:nth-child(1) td{background-color:#1a4a92;color:#fff;}

.p4{margin-top:120px;}
.p4 p{font-size:18px;line-height:32px;color:#666666;margin-top:50px;}
.p4 .grid{margin-top:75px;gap:var(--bs-gap,40px);}
.p4 .g-col-xl-4{box-shadow:0 0 20px 1px rgba(0,0,0,.1);padding:40px;}
.p4 .box{padding-bottom:40px;position:relative;}
.p4 .box::before{content:"";width:100%;height:1px;background:url(../../images/home-new-skip.png) no-repeat;background-size:cover;
display:block;position:absolute;left:0;bottom:0;}
.p4 .title{font-size:20px;line-height:28px;color:#333333;margin-top:40px;}

.p5{margin-top:100px;}
.p5 .grid{margin-top:75px;gap:var(--bs-gap,40px);}
.p5 .g-col-xl-4{box-shadow:0 0 20px 1px rgba(0,0,0,.1);padding:40px 40px 45px 40px;}
.p5 .title{margin-top:30px;font-size:20px;line-height:28px;}

.vp1{margin-top:140px;padding-bottom:140px;}
.vpro .t1{font-weight:400;}
.vpro .t1::after{display:none;}
.vp1 .grid{margin-top:75px;}

.profaq1{margin-top:0;padding-top:110px;background-color:#f8f8f8;}

@media (max-width:768px) {
    .pro-cont{margin-top:0;padding-bottom:20px;}
    .pro-cont .right{margin-top:0 !important;}
    .pro-cont .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .pro-cont .msg{margin-top:5px;}
    .pro-cont .title{font-size:16px;line-height:24px;margin-top:10px;}
    .pro-cont table{margin-top:10px;}
    .pro-cont table tr td{font-size:14px;line-height:22px;}
    .pro-cont .btns,.pro-cont .share{margin-top:20px;}

    .p1,.p2,.p3,.p4,.p5{margin-top:20px;}
    .p1 .t1, .p2 .t1, .p3 .t1, .p4 .t1, .p5 .t1{font-size:18px;}
    .p1 .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .p1 .g-col-xl-4{display:none;}
    .p1 .g-col-xl-4:nth-child(1), .p1 .g-col-xl-4:nth-child(2), .p1 .g-col-xl-4:nth-child(3){padding:15px;display:block;}
    .p1 .title{font-size:16px;line-height:24px;margin-top:10px;}
    .p1 .box{padding-top:5px;margin-top:5px;}
    .p2 .t1{margin-bottom:20px;}
    .p2 p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .p3 table{margin-top:20px;}
    .p3 table tr td{font-size:14px;line-height:22px;padding:10px;}
    .p4 p{font-size:14px;line-height:22px;margin-top:10px;}
    .p4 .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .p4 .g-col-xl-4{padding:15px;}
    .p4 .box{padding-bottom:5px;}
    .p4 .title{font-size:16px;line-height:24px;margin-top:10px;}

    .p5 .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .p5 .g-col-xl-4{padding:15px;}
    .p5 .title{font-size:16px;line-height:24px;margin-top:10px;}

    .vp1{margin-top:20px;padding-bottom:20px;}
    .vp1 .grid{margin-top:20px;}

    .profaq1{padding-top:20px;}
}


.degra{margin-top:90px;padding-bottom:120px;}
.degra .container-xl{display:flex;justify-content:space-between;align-items:center;}
.degra .left{width:42.9%;order:2;border-radius:25px;overflow:hidden;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.degra .right{width:50%;}
.degra .t1{font-size:42px;line-height:56px;letter-spacing:-2px;}
.degra .msg{margin-top:35px;color:#999999;}
.degra .title{font-size:18px;line-height:32px;color:#1a4a92;font-weight:500;margin-top:30px;}
.degra .grid{width:50.8%;margin-top:60px;gap:var(--bs-gap,0px);}
.degra .g-col-xl-6:nth-child(1){border-right:1px solid #d1dbe9;padding-right:40px;}
.degra .g-col-xl-6:nth-child(2){padding-left:40px;}
.degra .g-col-xl-6 .text1{font-size:24px;line-height:32px;color:#1a4a92;}
.degra .g-col-xl-6 p{font-size:16px;line-height:24px;color:#666666;margin-top:10px;}
.degra.z1-prodg .left{box-shadow: none;background: #f7f7f7;border-radius: 0;padding: 15px;}
.degra.z1-prodg{margin-top: 0px;padding-bottom: 60px;}
.degra.z1-prodg .left img{mix-blend-mode: multiply;}

.degra .btns{margin-top:60px;display:flex;align-items:center;}
.degra .btns a{font-size:16px;;line-height:28px;}
.degra .btns .downbtn{background-color:#1a4a92;border-radius:5px;padding:11px 20px 11px 30px;color:#fff;margin-right:20px;}
.degra .btns .downbtn:after{content:"";width:15px;height:12px;background:url(../../images/pro-down-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-left:30px;}
.degra .btns .downbtn:hover{text-decoration:underline;}
.degra .btns .pdf{border:1px solid #d1dbe9;padding:12px 35px 12px 35px;border-radius:5px;position:relative;}
/* .degra .btns .pdf::before{content:"";width:26px;height:26px;background:url(../../images/pro-pdf-icon.png)no-repeat;background-size:cover;
display:block;margin-right:20px;position:absolute;top:10px;left:25px;} */
.degra .btns .pdf:hover{text-decoration:underline;background-color:#1a4a92;color:#fff;}
.degra .share{margin-top:40px;font-size:14px;;line-height:22px;color:#1a4a92;}
.degra .share .social:nth-child(1){margin-left:15px;}

@media (max-width:768px) {
    .degra .grid{width: 100%;margin-top: 20px;}
    .degra .g-col-xl-6:nth-child(1){padding-right: 0;border-right: 0;}
    .degra .g-col-xl-6:nth-child(2){padding-left: 0px;padding-top: 10px;}
}

.lay{padding-top:120px;padding-bottom:130px;background-color:#f8f8f8;}
.lay .t1{text-align:center;}
.lay .grid{margin-top:85px;gap:var(--bs-gap,40px);}
.lay .g-col-xl-4{padding:0 40px;}
.lay .title{font-size:18px;line-height:28px;color:#333333;}
.lay .title::after{content:"";width:100%;height:1px;background:url(../../images/prolist-skip.png)no-repeat;background-size:cover;display:block;
margin-top:35px;}
.lay .tip{margin-top:40px;}
.lay .tip p{font-size:16px;line-height:28px;color:#999999;margin-bottom:15px;}
.lay .tip p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:10px;}

.fica{margin-top:75px;padding-bottom:170px;}
.fica .t1{font-size:42px;text-align:center;}
.fica table{margin-top:90px;width:100%;}
.fica table tr{border-bottom:1px solid #dddddd;}
.fica table tr td{font-size:18px;line-height:32px;color:#666666;padding:13px 0 13px 25px;}
.fica table tr:nth-child(1){background-color:#1a4a92;border-bottom-color:transparent;}
.fica table tr:nth-child(1) td{font-weight:500;color:#fff;}

.fica .box{margin-top:170px;display:flex;justify-content:space-between;align-items:center;}
.fica .left{width:50%;order:2;}
.fica .right{width:42.9%;}
.fica .box .t1{font-size:40px;text-align:left;}
.fica .grid{gap:var(--bs-gap,2px);margin-top:50px;}
.fica .g-col-xl-6{padding:35px 35px 40px 40px;background-color:#f3f6f9;}
.fica .g-col-xl-6 p{font-size:16px;line-height:32px;color:#666666;}
.fica .g-col-xl-6 p::before{content:"";width:17px;height:13px;background:url(../../images/proindex-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:15px;}

.real .max-1630{position:relative;}
.real .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.real .top{width:53%;}
.real .t1{color:#fff;letter-spacing:-1px;}
.real .msg{text-align:justify;line-height:28px;color:#fff;}
.real .msg:nth-child(2){margin-top:35px;}
.real .msg:nth-child(3){margin-top:35px;}
.real .under{margin-top:90px;border-top:2px solid #486ea8;padding-top:40px;}
.real .grid{gap:var(--bs-gap,40px);}
.real .g-col-xl-4{display:flex;justify-content:space-between;align-items:center;}
.real .img{width:90px;}
.real .title{font-size:24px;line-height:32px;color:#ffffff;letter-spacing:-1px;width:75%;}

.pfaq{margin-top:180px;}
.psn{background-color:#fbfbfb;padding-top:110px;padding-bottom:200px;margin-top:0;}

@media (max-width:768px) {
    .degra{margin-top:10px;padding-bottom:20px;}
    .degra .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .degra .msg{margin-top:5px;}
    .degra .btns{margin-top:20px;}
    .degra .btns .downbtn:after{margin-left:10px;}
    .degra .btns .pdf{padding:10px 20px 10px 55px;margin-top:10px;}
    .degra .share{margin-top:20px;}

    .lay{padding:20px 0;}
    .lay .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .lay .g-col-xl-4{padding:0;}
    .lay .title::after{display:none;}
    .lay .tip{margin-top:5px;}
    .lay .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}

    .fica{margin-top:20px;padding-bottom:20px;}
    .fica .t1{font-size:18px;line-height:28px;}
    .fica table{margin-top:20px;}
    .fica table tr td{font-size:14px;line-height:22px;padding:10px;}
    .fica .box{margin-top:20px;}
    .fica .right{margin-top:10px !important;}
    .fica .box .t1{font-size:18px;line-height:26px;}
    .fica .grid{margin-top:20px;}
    .fica .g-col-xl-6{padding:15px;}
    .fica .g-col-xl-6 p{font-size:14px;line-height:22px;}

    .real{background-color:var(--public-color);padding:15px 0;}
    .real .bg{display:none;}
    .real .contain{position:static;}
    .real .contain .container-xl{padding:0;}
    .real .top{width:100%;}
    .real .msg{line-height:22px;}
    .real .msg:nth-child(2){margin-top:5px;}
    .real .msg:nth-child(3){margin-top:10px;}
    .real .under{margin-top:20px;padding-top:20px;}
    .real .grid{gap:var(--bs-gap,20px);}
    .real .img{width:50px;}
    .real .title{width:80%;font-size:18px;line-height:26px;}

    .pfaq{margin-top:20px;}
    .psn{padding:20px 0;}
    
}

.solu-banner .t1{width:55.9%;line-height:48px;letter-spacing:-2px;font-weight:400;}

.apart{margin-top:130px;padding-bottom:90px;}
.apart .title{font-size:36px;line-height:48px;font-weight:500;color:#333333;}
.apart .grid{margin-top:60px;gap:var(--bs-gap,30px);}
.apart .g-col-xl-3{background-color:#f3f6f9;padding:60px 0 50px 30px;}
.apart .text1{font-size:36px;line-height:48px;color:#1a4a92;}
.apart .line{width:100%;height:1px;background-color:#c8d4e4;margin-top:25px;margin-bottom:30px;}
.apart .text2{font-size:16px;line-height:28px;color:#666666;}

.tire{padding-bottom:170px;}
.tire .top{text-align:center;}
.tire .t1::before{content:"";width:200px;height:2px;background-color:#486ea8;display:block;display:table;margin:0 auto 40px auto;}
.tire .msg{margin-top:40px;}
.tire .max-1590{max-width:1590px;overflow:hidden;}
.tire .items{max-width:1400px;display:flex;justify-content:space-between;margin:0 auto 30px auto;}
.tire .item{font-size:20px;line-height:28px;color:#1a4a92;width:14.3%;}
.tire .item:nth-child(4){width:10%;}
.tire .swiper{overflow:visible;}
.tire .swiper-wrapper{padding:2px;}
.tire .swiper-slide{padding:40px 35px;background-color:#fff;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.tire .img{height:175px;text-align:center;}
.tire .msg{text-align:center;height:160px;}
.tire .skip{text-align:center;}

.biod{padding-top:165px;padding-bottom:200px;}
.biod .top .container-xl{display:flex;justify-content:space-between;}
.biod .left{width:50%;}
.biod .t1{font-size:42px;line-height:56px}
.biod .boxs{margin-top:70px;padding-left:70px;position:relative;}
.biod .boxs::before{content:"";width:2px;height:100%;background-color:#1a4a92;display:block;position:absolute;left:0;top:0;}
.biod .box{margin-bottom:40px;}
.biod .box .title{font-size:18px;line-height:32px;font-weight:500;color:#333333;}
.biod .box .msg{font-size:18px;line-height:32px;color:#666666;}
.biod .box:last-child{margin-bottom:0;}
.biod .right{width:42.9%;}

.biod .under{margin-top:120px;}
.biod .max-1580{max-width:1580px;position:relative;}
.biod .swiper-slide{position:relative;}
.biod .text{font-size:20px;line-height:28px;font-weight:500;color:#fff;background-color:var(--public-color);padding:11px 30px;position:active;
left:0;bottom:0;}
.biod .swiper-button-prev{width:34px;height:33px;left:30px;top:52%;}
.biod .swiper-button-prev:after{content:"";width:100%;height:100%;background:url(../../images/biod-prev.png)no-repeat;background-size:cover;}
.biod .swiper-button-next{width:34px;height:33px;right:30px;top:52%;}
.biod .swiper-button-next:after{content:"";width:100%;height:100%;background:url(../../images/biod-prev.png)no-repeat;background-size:cover;transform:rotate(180deg);}

@media (max-width:1590px){.tire .max-1590{max-width:100%;}}
@media (max-width:1580px){.biod .max-1580{max-width:100%;}}
@media (max-width:768px) {
    .solu-banner .t1{width:100%;line-height:26px;letter-spacing:0;}

    .apart{margin-top:20px;padding-bottom:20px;}
    .apart .title{font-size:18px;line-height:26px;}
    .apart .grid{margin-top:20px;gap:var(--bs-gap,10px);}
    .apart .g-col-xl-3{padding:15px;}
    .apart .text1{font-size:18px;line-height:26px;}
    .apart .line{display:none;}
    .apart .text2{font-size:14px;line-height:22px;margin-top:5px;}

    .tire{padding-bottom:20px;}
    .tire .t1::before{display:none;}
    .tire .msg{margin-top:5px;}
    .tire .items{display:none;}
    .tire .skip{display:none;}
    .tire .swiper{margin-top:15px;}
    .tire .swiper-slide{padding:20px;box-shadow:0 0 1px 1px rgba(0,0,0,.1);}
    .tire .msg{height:auto;}

    .juven .left{margin-top:0 !important;}
    .juven .box{width:100%;padding:15px;}
    .juven .msg{margin-top:5px;}
    .juven a{font-size:14px;line-height:22px;padding:10px 20px 10px 30px;margin-top:20px;}

    .juven .under{margin-top:20px;}
    .juven .grid{gap:var(--bs-gap,15px);}
    .juven .g-col-xl-3{align-items:center;}
    .juven .g-col-xl-3 .img{width:25px;}
    .juven .g-col-xl-3 .text{font-size:14px;line-height:22px;width:90%;}

    .biod{margin-top:20px;padding-bottom:20px;}
    .biod .t1{font-size:18px;line-height:26px;}
    .biod .t1 br{display:none;}
    .biod .boxs{margin-top:10px;padding-left:0;}
    .biod .boxs::before{display:none;}
    .biod .box{margin-bottom:10px;}
    .biod .box .title{font-size:16px;line-height:24px;}
    .biod .box .msg{font-size:14px;line-height:22px;margin-top:0;}
    .biod .under{margin-top:20px;}
    .biod .max-1580 .container-xl{padding:0;}
    .biod .text{font-size:16px;line-height:24px;}
}

